:root {
  --st-yellow: #ffd400;
  --st-red: #d62828;
  --st-black: #111111;
  --st-white: #ffffff;
  --st-muted: #5f6368;
  --st-soft: #fff7cc;
  --st-line: rgba(17, 17, 17, .1);
}

body { color: var(--st-black); }
.page .entry-header { display: none; }
.page .site-content .ast-container { max-width: none; padding-left: 0; padding-right: 0; }
.page .entry-content { margin: 0; }
.ast-separate-container .ast-article-single, .ast-separate-container .ast-article-post { padding: 0; }
.ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary { margin: 0; }
.site-content { padding-top: 0; }
.ast-container, .site-content .ast-container { padding-top: 0; }
.home .site-content, .home #content, .home #primary, .home #main, .home article, .home .entry-content, .home .somtech-site, .home .st-hero-slider { margin-top: 0 !important; padding-top: 0 !important; }
.ast-separate-container .site-main, .ast-separate-container .site-main > .ast-row { margin-top: 0 !important; padding-top: 0 !important; }
.site-footer { display: none; }
.site-header, .ast-primary-header-bar { position: sticky; top: 0; z-index: 999; box-shadow: 0 12px 34px rgba(0,0,0,.08); }
.ast-primary-header-bar { border-bottom: 3px solid var(--st-yellow); }
.main-header-menu .menu-link { font-weight: 800; }
.main-header-menu .menu-link:hover, .main-header-menu .current-menu-item > .menu-link { color: var(--st-red); }
.main-header-menu a[href^="tel:"], .main-header-menu a[href*="wa.me"] { width: 34px; height: 34px; min-height: 34px; line-height: 1; color: var(--st-black) !important; border-radius: 50%; margin-left: .18rem; padding: 0 !important; box-shadow: none; font-size: 0 !important; justify-content: center; background: transparent !important; border: 1px solid transparent; }
.main-header-menu .menu-item a[href^="tel:"].menu-link, .main-header-menu .menu-item a[href*="wa.me"].menu-link { display: inline-flex !important; align-items: center !important; justify-content: center !important; width: 34px !important; height: 34px !important; min-height: 34px !important; padding: 0 !important; line-height: 1 !important; }
.main-header-menu .menu-item:has(a[href^="tel:"]), .main-header-menu .menu-item:has(a[href*="wa.me"]) { display: flex; align-items: center; }
.main-header-menu a[href^="tel:"]:hover { color: var(--st-red) !important; border-color: rgba(214,40,40,.2); background: rgba(214,40,40,.06) !important; }
.main-header-menu a[href*="wa.me"]:hover { color: #25d366 !important; border-color: rgba(37,211,102,.22); background: rgba(37,211,102,.08) !important; }
.main-header-menu a[href^="tel:"]::before, .main-header-menu a[href*="wa.me"]::before { display: inline-block; margin-right: 0; font-size: 1.02rem; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.main-header-menu a[href^="tel:"]::before { content: "\f095"; }
.main-header-menu a[href*="wa.me"]::before { content: "\f232"; font-family: "Font Awesome 6 Brands"; font-weight: 400; }
.site-title a { font-weight: 900; letter-spacing: .02em; }
.site-description { font-weight: 700; }

.somtech-site { font-family: "Inter", Arial, sans-serif; color: var(--st-black); background: var(--st-white); overflow: hidden; }
.somtech-site * { box-sizing: border-box; }
.st-container { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.st-section { padding: 6rem 0; }
.st-light { background: #f8f8f8; }
.st-heading { max-width: 760px; margin-bottom: 2.8rem; }
.st-heading.center { margin-left: auto; margin-right: auto; text-align: center; }
.st-heading h2, .somtech-site h2 { font-size: clamp(2.1rem, 4vw, 3.6rem); line-height: 1.08; letter-spacing: -.045em; margin: 0 0 1rem; font-weight: 900; }
.somtech-site h1 { font-size: clamp(2.4rem, 5.1vw, 4.7rem); line-height: 1.02; letter-spacing: -.045em; margin: 0 0 1.2rem; font-weight: 900; }
.somtech-site h3 { margin: 0 0 .6rem; font-weight: 900; line-height: 1.2; }
.somtech-site p { color: var(--st-muted); font-size: 1rem; line-height: 1.72; }
.st-eyebrow { display: inline-flex; align-items: center; gap: .5rem; background: rgba(255,212,0,.14); color: var(--st-yellow); padding: .38rem .68rem; border-radius: 6px; text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 900; margin-bottom: 1rem; }
.st-eyebrow.red { color: var(--st-red); background: var(--st-soft); }
.st-btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border-radius: 6px; padding: .85rem 1.2rem; font-weight: 900; text-decoration: none !important; transition: .22s ease; border: 0; cursor: pointer; }
.st-btn:hover { transform: translateY(-2px); }
.st-btn-red { background: var(--st-red); color: #fff !important; box-shadow: 0 12px 25px rgba(214,40,40,.22); }
.st-btn-yellow { background: var(--st-yellow); color: var(--st-black) !important; box-shadow: 0 12px 25px rgba(255,212,0,.24); }
.st-btn-white { background: var(--st-white); color: var(--st-black) !important; }
.st-btn-outline { border: 2px solid var(--st-black); color: var(--st-black) !important; background: transparent; }
.st-actions { display: flex; gap: .85rem; flex-wrap: wrap; align-items: center; }

.st-hero-slider { position: relative; min-height: 660px; background: var(--st-black); color: #fff; overflow: hidden; margin-top: 0; }
.st-slide { position: absolute; inset: 0; display: grid; align-items: center; opacity: 0; pointer-events: none; transition: opacity .75s ease; }
.st-slide.active { opacity: 1; pointer-events: auto; }
.st-slide::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,17,17,.5), rgba(17,17,17,.34), rgba(17,17,17,.08)); z-index: 1; }
.st-slide::after { content: ""; position: absolute; inset: 0; background: var(--st-bg) center/cover no-repeat; filter: brightness(1.18) contrast(.96); transform: scale(1.04); transition: transform 5s ease; }
.st-slide.active::after { transform: scale(1); }
.st-hero-copy { position: relative; z-index: 2; max-width: 780px; padding: 2rem; border-radius: 10px; background: linear-gradient(90deg, rgba(17,17,17,.76), rgba(17,17,17,.5)); box-shadow: 0 20px 50px rgba(0,0,0,.22); }
.somtech-site .st-hero-copy h1, .somtech-site .st-hero-copy h2, .somtech-site .st-page-hero h1 { color: #fff !important; text-shadow: 0 4px 18px rgba(0,0,0,.55); }
.st-hero-copy p { color: rgba(255,255,255,.96) !important; max-width: 650px; font-size: 1.12rem; margin-bottom: 2rem; text-shadow: 0 2px 12px rgba(0,0,0,.45); }
.st-dots { position: absolute; left: 50%; bottom: 2rem; z-index: 4; transform: translateX(-50%); display: flex; gap: .65rem; }
.st-dots button { width: 42px; height: 5px; border: 0; border-radius: 99px; background: rgba(255,255,255,.35); cursor: pointer; }
.st-dots button.active { background: var(--st-yellow); }

.st-grid { display: grid; gap: 1.35rem; }
.st-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.st-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.st-about { display: grid; grid-template-columns: .95fr 1.05fr; gap: 3.4rem; align-items: center; }
.st-image-panel { min-height: 480px; border-radius: 8px; background: linear-gradient(135deg, rgba(255,212,0,.22), rgba(214,40,40,.2)), url("https://images.unsplash.com/photo-1581092921461-eab62e97a780?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat; box-shadow: 0 20px 45px rgba(0,0,0,.14); position: relative; }
.st-image-panel::after { content: "IT Support | AMC | CCTV"; position: absolute; left: 1.2rem; bottom: 1.2rem; padding: .85rem 1rem; background: var(--st-yellow); border-radius: 6px; font-weight: 900; box-shadow: 6px 6px 0 var(--st-red); }
.st-checks { list-style: none; padding: 0; margin: 1.4rem 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.st-checks.one { grid-template-columns: 1fr; }
.st-checks li { font-weight: 900; display: flex; gap: .65rem; align-items: center; }
.st-checks li::before { content: "✓"; color: var(--st-red); font-weight: 900; }
.st-card { background: #fff; border: 1px solid var(--st-line); border-radius: 8px; padding: 1.45rem; transition: .24s ease; box-shadow: 0 1px 0 rgba(0,0,0,.03); }
.st-card:hover { transform: translateY(-6px); box-shadow: 0 18px 45px rgba(0,0,0,.1); border-color: rgba(214,40,40,.22); }
.st-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 8px; background: var(--st-yellow); color: var(--st-black); font-size: 1.45rem; margin-bottom: 1rem; box-shadow: 5px 5px 0 rgba(214,40,40,.18); }
.st-service p, .st-plan p { font-size: .94rem; margin: 0; }
.st-plan ul { color: var(--st-muted); margin: 1.2rem 0; padding-left: 1.2rem; }
.st-plan.featured { background: var(--st-black); color: #fff; transform: translateY(-8px); }
.st-plan.featured h3, .st-cctv h2 { color: #fff !important; text-shadow: 0 3px 14px rgba(0,0,0,.45); }
.st-plan.featured p, .st-plan.featured ul { color: rgba(255,255,255,.72); }
.st-stats { background: var(--st-red); color: #fff; }
.st-stats .st-grid > div { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); border-radius: 8px; text-align: center; padding: 1.4rem; }
.st-stats b { display: block; font-size: 2.8rem; line-height: 1; color: var(--st-yellow); font-weight: 900; }
.st-stats span { font-weight: 800; }
.st-cctv { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; background: var(--st-black); color: #fff; border-radius: 8px; overflow: hidden; }
.st-cctv > div:first-child { background: linear-gradient(135deg, rgba(255,212,0,.16), rgba(214,40,40,.2)), url("https://images.unsplash.com/photo-1558002038-1055907df827?auto=format&fit=crop&w=1300&q=80") center/cover no-repeat; }
.st-cctv > div:last-child { padding: clamp(2rem, 5vw, 4rem); align-self: center; }
.st-cctv p { color: rgba(255,255,255,.75); }
.st-testimonials { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.st-stars { color: var(--st-yellow); letter-spacing: .08em; margin-bottom: .7rem; }
.st-testimonials strong { display: block; margin-top: 1rem; }
.st-cta { background: linear-gradient(135deg, var(--st-yellow), #ffe873); color: var(--st-black); padding: 2.5rem 0; }
.st-cta .st-container { display: flex; justify-content: space-between; gap: 1.5rem; align-items: center; }
.st-cta h2 { margin-bottom: .35rem; font-size: clamp(2rem, 3.3vw, 3rem); }
.st-cta p { margin-bottom: 0; color: #333; font-weight: 700; }
.st-cta .st-actions { min-width: 180px; flex-direction: column; align-items: stretch; }
.st-cta .st-actions .st-btn { min-height: 48px; padding: .78rem 1rem; }

.st-page-hero { position: relative; overflow: hidden; background: var(--st-black); color: #fff; padding: 6rem 0; }
.st-page-hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background: var(--st-bg, url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1600&q=80")) center/cover no-repeat; }
.st-page-hero.about { --st-bg: url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1600&q=80"); }
.st-page-hero.services { --st-bg: url("https://images.unsplash.com/photo-1581092921461-eab62e97a780?auto=format&fit=crop&w=1600&q=80"); }
.st-page-hero.amc { --st-bg: url("https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=1600&q=80"); }
.st-page-hero.cctv { --st-bg: url("https://images.unsplash.com/photo-1558002038-1055907df827?auto=format&fit=crop&w=1600&q=80"); }
.st-page-hero.contact { --st-bg: url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?auto=format&fit=crop&w=1600&q=80"); }
.st-page-hero .st-container { position: relative; z-index: 1; }
.st-page-hero h1 { max-width: 900px; }
.st-contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 2rem; align-items: start; }
.st-contact-card { display: flex; gap: 1rem; align-items: flex-start; padding: 1.15rem; border: 1px solid var(--st-line); border-radius: 8px; margin-bottom: 1rem; background: #fff; }
.st-contact-card i { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 8px; background: var(--st-soft); color: var(--st-red); flex: 0 0 auto; }
.st-contact-card small { display: block; color: var(--st-muted); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.st-contact-card a { font-weight: 900; overflow-wrap: anywhere; }
.st-form { background: #f8f8f8; border: 1px solid var(--st-line); border-radius: 8px; padding: 1.5rem; }
.st-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.st-form p { margin: 0; }
.st-form .full { grid-column: 1 / -1; }
.st-form label { display: block; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .35rem; }
.st-form input, .st-form select, .st-form textarea { width: 100%; border: 1px solid rgba(17,17,17,.18); border-radius: 6px; min-height: 48px; padding: .78rem .9rem; background: #fff; font: inherit; }
.st-form textarea { min-height: 140px; resize: vertical; }
.st-form button { margin-top: 1rem; }
.st-form-status { padding: .85rem 1rem; border-radius: 6px; margin-bottom: 1rem; font-weight: 800; }
.st-form-status.success { background: #e7f7ed; color: #176736; }
.st-form-status.error { background: #fde8e8; color: var(--st-red); }
.st-footer { background: var(--st-black); color: #fff; padding: 4.5rem 0 1.35rem; }
.st-footer-grid { display: grid; grid-template-columns: 1.25fr .8fr 1fr 1fr; gap: 2rem; }
.st-footer h3 { color: var(--st-yellow); font-size: .82rem; text-transform: uppercase; letter-spacing: .14em; margin: 0 0 1rem; }
.st-footer p, .st-footer a { color: rgba(255,255,255,.72); }
.st-footer a { display: block; margin: .45rem 0; overflow-wrap: anywhere; text-decoration: none !important; }
.st-footer a:hover { color: var(--st-yellow); }
.st-social { display: flex; gap: .65rem; margin-top: 1rem; }
.st-social a { width: 40px; height: 40px; display: grid; place-items: center; margin: 0; border-radius: 6px; background: rgba(255,255,255,.1); color: #fff; }
.st-copyright { border-top: 1px solid rgba(255,255,255,.12); margin-top: 3rem; padding-top: 1.1rem; display: flex; justify-content: space-between; gap: 1rem; color: rgba(255,255,255,.6); font-size: .9rem; }
.somtech-whatsapp { position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 9999; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #fff !important; font-size: 1.8rem; box-shadow: 0 12px 28px rgba(0,0,0,.24); text-decoration: none !important; }
.reveal { opacity: 0; transform: translateY(22px); transition: .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .st-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .st-footer-grid { grid-template-columns: 1fr 1fr; }
  .st-about, .st-cctv, .st-contact { grid-template-columns: 1fr; }
  .st-cctv > div:first-child { min-height: 330px; }
}

@media (max-width: 780px) {
  .st-hero-slider { min-height: 640px; }
  .st-grid-3, .st-testimonials { grid-template-columns: 1fr; }
  .st-cta .st-container { flex-direction: column; align-items: flex-start; }
  .st-form-grid, .st-checks { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
  .st-container { width: min(100% - 28px, 1180px); }
  .st-section { padding: 4.2rem 0; }
  .st-grid-4 { grid-template-columns: 1fr; }
  .st-footer-grid { grid-template-columns: 1fr; }
  .st-copyright { flex-direction: column; }
  .st-hero-copy { padding: 4rem 0; }
  .st-actions { align-items: stretch; }
  .st-actions .st-btn { width: 100%; }
}
