:root{--brand:#2F5BFF;--brand-dark:#1E3FCC;--brand-soft:#EEF2FF;--ink:#0A0E1A;--ink-2:#2A2E3A;--muted:#666D7A;--label:#8A93A3;--line:#E4E7EE;--bg:#FAFBFD;--ok:#1FAE5F;--header-h:68px;--logo-h:26px;--nav-pad-x:32px}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-snap-type:y mandatory;scroll-padding-top:var(--header-h)}
body{font-family:"Poppins","Helvetica Neue",Arial,sans-serif;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:var(--brand);text-decoration:none}
a:hover{color:var(--brand-dark)}
img{max-width:100%;display:block}
.wrap{max-width:1180px;margin:0 auto;padding:0 32px}
.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--brand);margin-bottom:12px;display:flex;align-items:center;gap:8px}
.eyebrow::before{content:"";width:18px;height:2px;background:var(--brand);display:inline-block}
h2.h{font-size:clamp(26px,3.4vw,38px);font-weight:700;letter-spacing:-.5px;line-height:1.2;color:var(--ink)}
p.sub{margin-top:12px;font-size:16px;line-height:1.65;color:var(--muted);max-width:56ch}
section{padding:88px 0;scroll-snap-align:start;scroll-snap-stop:always;min-height:calc(100dvh - var(--header-h))}
.page-end,.flow-area,.why-area{scroll-snap-align:start;scroll-snap-stop:always}
.page-end > section,.page-end > footer,.flow-area > section,.why-area > section{scroll-snap-align:none;scroll-snap-stop:normal;min-height:0}
.process-section,.why-section{min-height:0}
.testi-section{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);min-height:0}
.cta-section{padding:64px 0 40px;min-height:0}
.seo-section{min-height:0;padding:24px 0 48px}
footer{scroll-snap-align:none;scroll-snap-stop:normal}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 28px;border-radius:10px;font-weight:600;font-size:15px;white-space:nowrap;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}
.btn-primary{background:var(--brand);color:#fff;box-shadow:0 8px 22px rgba(47,91,255,.28)}
.btn-primary:hover{background:var(--brand-dark);color:#fff;transform:translateY(-1px)}
.btn-ghost{background:#fff;color:var(--ink);border:1px solid var(--line)}
.btn-ghost:hover{border-color:var(--ink);color:var(--ink)}
.btn-outline-inv{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.5)}
.btn-outline-inv:hover{background:rgba(255,255,255,.12);color:#fff}
.wa-ico{width:1.15em;height:1.15em;flex:0 0 auto;display:block}

/* ---------- placeholder imagery ---------- */
.ph{position:relative;border-radius:18px;overflow:hidden;background:repeating-linear-gradient(135deg,#e8ecf5 0 14px,#e2e7f2 14px 28px);display:flex;align-items:center;justify-content:center;color:#7c8598;text-align:center}
.ph img{width:100%;height:100%;object-fit:cover;display:block}
.ph span{font-family:"SFMono-Regular",ui-monospace,Menlo,Consolas,monospace;font-size:11.5px;letter-spacing:.4px;background:rgba(255,255,255,.85);padding:6px 12px;border-radius:999px;text-transform:uppercase}

/* ---------- header ---------- */
header{position:sticky;top:0;z-index:50;height:var(--header-h);background:rgba(250,251,253,.9);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;padding:0 var(--nav-pad-x);height:100%;max-width:1180px;margin:0 auto}
.brand{display:flex;align-items:center;gap:10px;min-width:0;flex:0 1 auto}
.brand img,.mobile-menu .mh img{height:var(--logo-h);width:auto;max-width:100%}
.navlinks{display:flex;align-items:center;gap:36px}
.navlinks a{font-size:14.5px;font-weight:500;color:var(--ink-2)}
.navlinks a:hover{color:var(--brand)}
.nav-cta{display:flex;align-items:center;gap:14px;flex:0 0 auto}
.nav-cta .btn{padding:11px 20px;font-size:14px;white-space:nowrap}
.txt-short{display:none}
.hamburger{display:none;flex-direction:column;gap:4px;background:none;border:0;cursor:pointer;padding:8px;flex:0 0 auto}
.hamburger span{width:22px;height:2px;background:var(--ink);display:block;border-radius:2px}
.mobile-menu{display:none;position:fixed;inset:0;z-index:60;background:#fff}
.mobile-menu.open{display:flex;flex-direction:column}
.mobile-menu .mh{display:flex;justify-content:space-between;align-items:center;height:var(--header-h);padding:0 var(--nav-pad-x);border-bottom:1px solid var(--line);box-sizing:border-box;flex:0 0 auto}
.mobile-menu .mh .hamburger{font-size:22px;line-height:1;color:var(--ink)}
.mobile-menu .ml{display:flex;flex-direction:column;padding:12px var(--nav-pad-x);gap:4px}
.mobile-menu .ml a{padding:16px 4px;font-size:18px;font-weight:600;color:var(--ink);border-bottom:1px solid var(--line)}
.mobile-menu .mf{margin-top:auto;padding:22px var(--nav-pad-x)}

/* ---------- hero screen (hero + trustbar = 1 viewport) ---------- */
.hero-screen{padding:0;min-height:calc(100dvh - var(--header-h));height:calc(100dvh - var(--header-h));display:flex;flex-direction:column;scroll-snap-align:start;scroll-snap-stop:always;box-sizing:border-box;overflow:hidden}
.hero{padding:36px 0 28px;position:relative;display:flex;align-items:center;flex:1 1 auto;min-height:0;box-sizing:border-box}
.hero > .wrap{width:100%}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;width:100%}
.badge-live{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:var(--ok);background:#EAFBF1;border:1px solid #CFF3DD;padding:7px 15px 7px 11px;border-radius:999px;margin-bottom:20px}
.badge-live .dot{width:7px;height:7px;border-radius:999px;background:var(--ok);box-shadow:0 0 0 4px rgba(31,174,95,.22);animation:live-blink 1.15s ease-in-out infinite}
@keyframes live-blink{
  0%,100%{opacity:1;box-shadow:0 0 0 4px rgba(31,174,95,.22)}
  50%{opacity:.25;box-shadow:0 0 0 7px rgba(31,174,95,.08)}
}
h1{font-size:clamp(32px,4.2vw,50px);font-weight:700;letter-spacing:-1px;line-height:1.12;color:var(--ink)}
h1 em{font-style:normal;color:var(--brand)}
.hero p.sub{margin-top:18px;font-size:16.5px;line-height:1.6;max-width:48ch}
.hero-cta{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap}
.hero-stats{display:grid;grid-template-columns:repeat(3,auto);gap:32px;margin-top:32px}
.hero-stats .s b{font-size:22px;font-weight:700;color:var(--ink);display:block}
.hero-stats .s span{font-size:13px;color:var(--muted)}
.hero-media{position:relative;min-width:0;align-self:stretch;display:flex;align-items:center}
.hero-media .ph{aspect-ratio:4/5;width:100%;max-height:min(620px,calc(100dvh - var(--header-h) - 120px));margin-inline:auto}
.hero-media .ph img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

/* ---------- trust bar ---------- */
.trustbar{background:var(--ink);padding:0;flex:0 0 auto;min-height:auto;scroll-snap-align:none}
.trust-row{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{display:flex;align-items:center;gap:14px;color:#fff;padding:20px 28px;border-right:1px solid rgba(255,255,255,.08)}
.trust-item:last-child{border-right:0}
.trust-item .ic{flex:0 0 auto;width:38px;height:38px;border-radius:10px;background:rgba(47,91,255,.15);display:flex;align-items:center;justify-content:center}
.trust-item .ic .shape{width:16px;height:16px;position:relative}
.trust-item .ic.icon-wa .shape{border:2px solid var(--brand);border-radius:50% 50% 50% 4px}
.trust-item .ic.icon-pin .shape{border:2px solid var(--brand);border-radius:50% 50% 50% 4px;transform:rotate(-45deg)}
.trust-item .info{display:flex;flex-direction:column}
.trust-item .n{font-size:15px;font-weight:700;color:#fff;line-height:1.3}
.trust-item .t{font-size:12.5px;color:#8B93A5;line-height:1.3;margin-top:2px}

/* ---------- services ---------- */
.svc-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap}
.svc-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:44px}
.svc-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:36px;display:flex;flex-direction:column;transition:box-shadow .2s ease,transform .2s ease}
.svc-card:hover{box-shadow:0 20px 50px rgba(16,24,40,.08);transform:translateY(-3px)}
.svc-icon{width:56px;height:56px;border-radius:14px;background:var(--brand-soft);display:flex;align-items:center;justify-content:center;margin-bottom:22px}
.svc-icon .shape{width:26px;height:26px;position:relative}
.icon-ac .shape{border:2.5px solid var(--brand);border-radius:6px}
.icon-ac .shape::before,.icon-ac .shape::after{content:"";position:absolute;left:4px;right:4px;height:2.5px;background:var(--brand);border-radius:2px}
.icon-ac .shape::before{top:8px}
.icon-ac .shape::after{top:14px}
.icon-cctv .shape{width:22px;height:22px;border:2.5px solid var(--brand);border-radius:50%;position:relative}
.icon-cctv .shape::before{content:"";position:absolute;width:8px;height:8px;background:var(--brand);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}
.svc-card h3{font-size:20px;font-weight:700;margin-bottom:10px}
.svc-card p{font-size:14.5px;color:var(--muted);line-height:1.6;margin-bottom:20px}
.svc-list{list-style:none;display:flex;flex-direction:column;gap:11px;margin-bottom:24px}
.svc-list li{font-size:14px;color:var(--ink-2);display:flex;align-items:center;gap:10px}
.svc-list li::before{content:"";width:6px;height:6px;border-radius:999px;background:var(--brand);flex:0 0 auto}
.svc-card .btn{align-self:flex-start;margin-top:auto}

/* ---------- price ---------- */
.price-section{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.price-note{font-size:12.5px;color:var(--label);margin-top:8px}
.price-tables{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:44px}
.price-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:var(--bg)}
.price-card .ph-head{padding:22px 26px;display:flex;justify-content:space-between;align-items:center;background:var(--ink);color:#fff}
.price-card .ph-head h3{font-size:17px;font-weight:700}
.price-card .ph-head span{font-size:12px;color:#AEB6C6}
table{width:100%;border-collapse:collapse}
table td{padding:16px 26px;font-size:14.5px;border-top:1px solid var(--line)}
table tr:first-child td{border-top:0}
table td:first-child{color:var(--ink-2);font-weight:500}
table td:last-child{text-align:right;font-weight:700;color:var(--ink)}
table td:last-child small{font-weight:500;color:var(--muted);font-size:12px}
.price-cta{padding:18px 26px;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}
.cctv-list{list-style:none;padding:20px 26px 4px;display:flex;flex-direction:column;gap:14px}
.cctv-list li{font-size:14.5px;font-weight:500;color:var(--ink-2);padding-bottom:14px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px}
.cctv-list li:last-child{border-bottom:0;padding-bottom:0}
.cctv-list li::before{content:"";width:6px;height:6px;border-radius:999px;background:var(--brand);flex:0 0 auto}
.cctv-cta{padding:18px 26px 26px;border-top:1px solid var(--line)}
.cctv-cta p{font-size:12.5px;color:var(--muted);line-height:1.6;margin-bottom:16px}
.cctv-cta .btn{width:100%;padding:13px 20px}
.ac-items{padding:22px 26px 4px;display:flex;flex-direction:column;gap:22px}
.ac-item+.ac-item{padding-top:22px;border-top:1px solid var(--line)}
.ac-item-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:10px}
.ac-item-head h4{font-size:15px;font-weight:700;color:var(--ink)}
.ac-item-head .price{font-size:16px;font-weight:700;color:var(--brand);white-space:nowrap}
.ac-item ul{list-style:none;display:flex;flex-direction:column;gap:6px}
.ac-item li{font-size:13px;color:var(--muted);padding-left:16px;position:relative}
.ac-item li::before{content:"–";position:absolute;left:0;color:var(--label)}
.ac-item li em{font-style:normal;color:var(--ink-2);font-weight:600}

/* ---------- process ---------- */
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px}
.pstep{position:relative;padding-top:8px}
.pstep .num{font-size:44px;font-weight:800;color:var(--brand-soft);-webkit-text-stroke:1.5px var(--brand);letter-spacing:-2px}
.pstep h4{font-size:16.5px;font-weight:700;margin:14px 0 8px}
.pstep p{font-size:13.5px;color:var(--muted);line-height:1.6}

/* ---------- coverage ---------- */
.coverage{background:var(--brand-soft)}
.area-grid{display:flex;flex-wrap:wrap;gap:12px;margin-top:36px}
.area-chip{background:#fff;border:1px solid #D7DFFB;border-radius:999px;padding:10px 18px;font-size:13.5px;font-weight:500;color:var(--ink-2);display:inline-flex;align-items:center}
a.area-chip{text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease,color .15s ease}
a.area-chip:hover{border-color:var(--brand);color:var(--ink);box-shadow:0 6px 18px rgba(47,91,255,.1)}
.area-chip strong{color:var(--brand)}
.landing-related{margin-top:28px;font-size:14.5px;color:var(--muted);line-height:1.6}
.landing-related a{font-weight:600}

/* ---------- breadcrumb (landing) ---------- */
.breadcrumb{padding:18px 32px 0;min-height:0}
.breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;color:var(--muted)}
.breadcrumb li{display:inline-flex;align-items:center;gap:8px}
.breadcrumb li:not(:last-child)::after{content:"/";color:var(--label)}
.breadcrumb a{color:var(--muted);font-weight:500}
.breadcrumb a:hover{color:var(--brand)}
.breadcrumb li[aria-current="page"]{color:var(--ink-2);font-weight:600}
.landing-hero{scroll-snap-align:start}

/* ---------- why us ---------- */
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:44px}
.why-card{padding:0}
.why-card .n{font-size:13px;font-weight:700;color:var(--brand);margin-bottom:10px}
.why-card h4{font-size:18px;font-weight:700;margin-bottom:10px}
.why-card p{font-size:14px;color:var(--muted);line-height:1.65}

/* ---------- testimonials ---------- */
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:44px}
.testi-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px}
.testi-card .stars{color:#F5A623;font-size:14px;letter-spacing:2px;margin-bottom:14px}
.testi-card p{font-size:14.5px;color:var(--ink-2);line-height:1.7;margin-bottom:20px}
.testi-who{display:flex;align-items:center;gap:12px}
.testi-who .av{width:38px;height:38px;border-radius:50%;background:var(--brand-soft);color:var(--brand);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}
.testi-who b{font-size:13.5px;display:block}
.testi-who span{font-size:12px;color:var(--muted)}

/* ---------- faq ---------- */
.faq{max-width:820px;margin:44px auto 0}
.faq-item{border-bottom:1px solid var(--line)}
.faq-item summary{list-style:none;cursor:pointer;padding:22px 4px;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:16px;font-weight:600}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary .chev{flex:0 0 auto;width:20px;height:20px;color:var(--muted);transition:transform .2s ease}
.faq-item[open] summary .chev{transform:rotate(180deg)}
.faq-item .a{padding:0 4px 22px;font-size:14.5px;color:var(--muted);line-height:1.7;max-width:70ch}

/* ---------- seo section ---------- */
.seo-section{background:#fff;border-top:1px solid var(--line)}
.seo-accordion{border:1px solid var(--line);border-radius:16px;overflow:hidden}
.seo-accordion summary{list-style:none;cursor:pointer;padding:24px 28px;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:16px;font-weight:600;color:var(--ink)}
.seo-accordion summary::-webkit-details-marker{display:none}
.seo-accordion summary .chev{flex:0 0 auto;width:20px;height:20px;color:var(--muted);transition:transform .2s ease}
.seo-accordion[open] summary .chev{transform:rotate(180deg)}
.seo-body{padding:4px 28px 32px;border-top:1px solid var(--line);color:var(--ink-2);font-size:14px;line-height:1.75}
.seo-body h2{font-size:16px;font-weight:700;color:var(--ink);margin:26px 0 10px}
.seo-body h2:first-of-type{margin-top:20px}
.seo-body h3{font-size:14.5px;font-weight:700;color:var(--ink);margin:18px 0 6px}
.seo-body p{color:var(--muted)}
.seo-body ul{list-style:none;margin-top:6px}
.seo-body ul li{position:relative;padding-left:18px;margin-bottom:10px;color:var(--muted)}
.seo-body ul li::before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background:var(--brand)}
.seo-body ul li strong{color:var(--ink-2)}
.seo-contact{margin-top:24px;font-size:13px;color:var(--label)}

/* ---------- cta banner ---------- */
.cta-banner{background:linear-gradient(135deg,var(--brand),var(--brand-dark));border-radius:24px;padding:56px;display:flex;justify-content:space-between;align-items:center;gap:32px;color:#fff;flex-wrap:wrap}
.cta-banner h3{font-size:clamp(22px,3vw,30px);font-weight:700;max-width:26ch}
.cta-banner p{color:#D9E1FF;margin-top:10px;font-size:14.5px}
.cta-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn-wa-light{background:#fff;color:var(--brand)}
.btn-wa-light:hover{background:var(--bg);color:var(--brand-dark)}

/* ---------- footer ---------- */
footer{background:var(--ink);color:#B7BDCB;padding:64px 0 28px}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px}
.foot-brand img{height:24px;margin-bottom:16px;filter:brightness(0) invert(1)}
.foot-brand p{font-size:13.5px;line-height:1.7;color:#9AA1B2;max-width:32ch}
.foot-col h5{font-size:13px;font-weight:700;color:#fff;letter-spacing:.4px;text-transform:uppercase;margin-bottom:18px}
.foot-col a,.foot-col p{display:block;font-size:13.5px;color:#B7BDCB;margin-bottom:12px}
.foot-col a:hover{color:#fff}
.foot-bottom{margin-top:52px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;font-size:12.5px;color:#7C8394;flex-wrap:wrap;gap:10px}

/* ---------- floating whatsapp ---------- */
.wa-float{position:fixed;right:24px;bottom:24px;z-index:70;display:flex;align-items:center;gap:10px;background:#22C35E;color:#fff;padding:14px 20px;border-radius:999px;box-shadow:0 12px 30px rgba(34,195,94,.4);font-weight:600;font-size:14px;isolation:isolate;transform-origin:center bottom;animation:wa-float-in .55s cubic-bezier(.22,1,.36,1) both,wa-float-bounce 5s linear 1s infinite;transition:background .15s ease,box-shadow .15s ease}
.wa-float::before,.wa-float::after{content:"";position:absolute;inset:0;border-radius:inherit;z-index:-1;pointer-events:none;background:rgba(34,195,94,.45)}
.wa-float::before{animation:wa-float-ring 2.8s ease-out infinite}
.wa-float::after{animation:wa-float-ring 2.8s ease-out 1s infinite}
.wa-float:hover,.wa-float:focus-visible{color:#fff;background:#1DAE52;transform:translateY(-3px) scale(1.04);box-shadow:0 16px 36px rgba(34,195,94,.5);animation:none}
.wa-float:hover::before,.wa-float:hover::after,.wa-float:focus-visible::before,.wa-float:focus-visible::after{animation:none;opacity:0}
.wa-float .wa-ico{width:22px;height:22px;flex:0 0 auto}
@keyframes wa-float-in{from{opacity:0;transform:translateY(18px) scale(.88)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes wa-float-ring{0%{transform:scale(1);opacity:.45}65%{transform:scale(1.5);opacity:0}100%{transform:scale(1.5);opacity:0}}
/* Ball drop every 5s: lift → fall (ease-in) → squash → decaying bounces */
@keyframes wa-float-bounce{
  0%,66%{transform:translateY(0) scaleX(1) scaleY(1)}
  70%{transform:translateY(-18px) scaleX(.98) scaleY(1.04)}
  71.5%{transform:translateY(-17px) scaleX(.98) scaleY(1.04)}
  73%{transform:translateY(-13px) scaleX(1) scaleY(1)}
  74.5%{transform:translateY(-6px) scaleX(1) scaleY(1)}
  76%{transform:translateY(0) scaleX(1.1) scaleY(.86)}
  78%{transform:translateY(-10px) scaleX(.98) scaleY(1.03)}
  80%{transform:translateY(0) scaleX(1.07) scaleY(.9)}
  82%{transform:translateY(-5px) scaleX(.99) scaleY(1.02)}
  84%{transform:translateY(0) scaleX(1.04) scaleY(.94)}
  86%{transform:translateY(-2px) scaleX(1) scaleY(1)}
  88%,100%{transform:translateY(0) scaleX(1) scaleY(1)}
}

.price-section{scroll-snap-stop:normal}
@media (prefers-reduced-motion:reduce){
  .badge-live .dot{animation:none}
  .wa-float,.wa-float::before,.wa-float::after{animation:none}
  .wa-float:hover,.wa-float:focus-visible{transform:none}
  html{scroll-behavior:auto;scroll-snap-type:none}
}
@media (max-width:980px){
  html{scroll-snap-type:none;scroll-padding-top:0}
  :root{--header-h:60px;--nav-pad-x:20px}
  section{min-height:0;padding:56px 0;scroll-snap-align:none;scroll-snap-stop:normal;display:block}
  section > .wrap{width:100%}
  .price-section,.page-end > section,.flow-area > section,.why-area > section,.cta-section,.seo-section,.process-section,.why-section,.testi-section{min-height:0;scroll-snap-align:none;scroll-snap-stop:normal;justify-content:flex-start}
  .page-end,.flow-area,.why-area,.hero-screen{scroll-snap-align:none;scroll-snap-stop:normal}
  .hero-screen{height:auto;min-height:0;overflow:visible;justify-content:flex-start}
  .hero{padding:28px 0 24px;flex:1 1 auto}
  .navlinks,.nav-cta .btn-ghost{display:none}
  .hamburger{display:flex}
  .hero-grid{grid-template-columns:1fr;gap:22px}
  .hero-media{order:-1}
  .hero-media .ph{aspect-ratio:4/5;width:100%;max-width:340px;max-height:min(42vh,380px);margin:0 auto}
  .badge-live{margin-bottom:16px}
  .hero p.sub{margin-top:14px;font-size:15.5px}
  .hero-cta{margin-top:22px;gap:12px}
  .hero-stats{display:flex;flex-direction:column;gap:0;margin-top:24px;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}
  .hero-stats .s{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;text-align:left;border-bottom:1px solid var(--line)}
  .hero-stats .s:last-child{border-bottom:0}
  .hero-stats .s b{font-size:15px;line-height:1.2}
  .hero-stats .s span{font-size:12.5px;color:var(--muted);text-align:right;line-height:1.35;max-width:55%}
  .svc-grid,.price-tables,.why-grid,.testi-grid{grid-template-columns:1fr}
  .process-grid{grid-template-columns:1fr 1fr}
  .foot-grid{grid-template-columns:1fr 1fr;gap:28px 24px}
  .foot-brand{grid-column:1/-1}
  .foot-brand p{max-width:none}
  .trustbar .wrap{padding:0;max-width:none;width:100%}
  .trust-row{grid-template-columns:1fr;gap:0}
  .trust-item{padding:16px 20px;border-right:0;border-bottom:1px solid rgba(255,255,255,.1);align-items:center;gap:14px;min-height:0}
  .trust-item:last-child{border-bottom:0}
  .trust-item .ic{width:40px;height:40px}
  .trust-item .n{font-size:15px}
  .trust-item .t{font-size:12.5px;margin-top:2px}
  .price-card .ph-head{flex-direction:column;align-items:flex-start;gap:6px;padding:20px}
  .price-card .ph-head h3{font-size:18px;line-height:1.25}
  .price-card .ph-head span{font-size:12.5px;line-height:1.4}
  .ac-items{padding:20px}
  .ac-item ul{gap:8px}
  .ac-item li{font-size:13.5px;line-height:1.45;padding-left:18px}
  .cctv-list{padding:20px}
  .cctv-cta{padding:18px 20px 22px}
  .price-cta{padding:16px 20px}
  .cta-banner{padding:36px}
}
@media (max-width:600px){
  .wrap{padding:0 20px}
  section{padding:48px 0}
  .hero{padding:24px 0 20px}
  .hero-grid{gap:20px}
  .hero-media .ph{max-width:100%;max-height:min(40vh,360px);border-radius:18px}
  .badge-live{margin-bottom:14px}
  h1{font-size:clamp(26px,7vw,34px);line-height:1.15}
  .hero p.sub{font-size:14.5px;margin-top:12px;line-height:1.55}
  .hero-cta{flex-direction:column;margin-top:20px}
  .hero-cta .btn{width:100%;padding:15px 20px;min-height:52px}
  .hero-stats{margin-top:20px;border-radius:14px}
  .hero-stats .s{padding:13px 16px}
  .process-grid{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr 1fr;gap:28px 20px}
  .foot-brand{grid-column:1/-1}
  .foot-col:last-child{grid-column:1/-1}
  .foot-bottom{flex-direction:column;align-items:flex-start;gap:6px;margin-top:36px}
  footer{padding:48px 0 24px}
  .cta-banner{flex-direction:column;align-items:flex-start;text-align:left;padding:28px 22px;border-radius:18px}
  .cta-actions .btn{width:100%}
  .wa-float span{display:none}
  .wa-float{right:16px;bottom:16px;padding:15px;border-radius:50%;width:56px;height:56px;justify-content:center}
  .wa-float .wa-ico{width:26px;height:26px;margin:0}
  .svc-card{padding:26px}
  .price-tables{gap:18px}
  .price-card{border-radius:16px}
  .ac-item-head{flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:12px}
  .ac-item-head h4{font-size:14.5px;line-height:1.35}
  .ac-item-head .price{font-size:18px}
  .trust-item{padding:15px 20px}
}
@media (max-width:480px){
  :root{--header-h:56px;--nav-pad-x:16px;--logo-h:20px}
  .nav-cta{gap:8px}
  .nav-cta .btn-primary{padding:9px 14px;font-size:12.5px}
  .txt-full{display:none}
  .txt-short{display:inline}
  .hamburger{padding:6px}
  .hero{padding:20px 0 18px}
  .hero-grid{gap:18px}
  .hero-media .ph{max-height:min(38vh,320px)}
  .hero-stats .s{padding:12px 14px;flex-wrap:wrap}
  .hero-stats .s b{font-size:14.5px}
  .hero-stats .s span{font-size:12px;max-width:100%;text-align:left}
  .trust-item{padding:14px 16px;gap:12px}
  .trust-item .ic{width:36px;height:36px;border-radius:9px}
  .trust-item .n{font-size:14px}
  .trust-item .t{font-size:12px}
  .price-card .ph-head{padding:18px 16px}
  .ac-items,.cctv-list{padding:16px}
  .cctv-cta,.price-cta{padding:14px 16px 18px}
}
