 :root{--navy:#07111f;--navy2:#0d2036;--blue:#0b78d1;--blue2:#123f7a;--orange:#eb6912;--yellow:#ffbd23;--green:#18a871;--ink:#10243f;--muted:#69798e;--line:#e4ecf4;--soft:#f4f8fc}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);line-height:1.6;background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1160px,calc(100% - 40px));margin:auto}
.topbar{height:30px;background:#06101d;color:#9fafc0;font-size:10px}.topbar-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.topbar a{color:#fff;font-weight:800}.header{position:sticky;top:0;z-index:80;height:68px;background:rgba(255,255,255,.96);backdrop-filter:blur(13px);border-bottom:1px solid #e9eef4}.nav{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{height:49px;display:block}.brand img{height:49px;width:auto;display:block}.nav-links{display:flex;align-items:center;gap:20px;font-size:11px;font-weight:800;color:#506177}.nav-links a:hover,.nav-links .active{color:var(--blue)}.nav-cta{background:var(--green);color:#fff!important;border-radius:10px;padding:10px 15px;box-shadow:0 9px 20px rgba(24,168,113,.15)}.menu-toggle{display:none;background:none;border:0;font-size:26px;color:var(--navy)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 19px;border:1px solid transparent;border-radius:11px;font-size:11px;font-weight:800;transition:.18s;box-shadow:0 10px 24px rgba(0,0,0,.08)}.btn:hover{transform:translateY(-1px)}.orange{background:var(--orange);color:#fff}.outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.48);box-shadow:none}.green-btn{background:var(--green);color:#fff}.blue-btn{background:var(--blue);color:#fff}.orange-btn{background:var(--orange);color:#fff}.btn-dark{background:#07111f;color:#fff;box-shadow:none}.full{width:100%}
.hero{position:relative;overflow:hidden;min-height:625px;background:#07111f;color:#fff}.hero-photo{position:absolute;right:0;top:0;width:61%;height:100%;z-index:0}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#06111f 0%,rgba(6,17,31,.96) 29%,rgba(6,17,31,.62) 52%,rgba(6,17,31,.18) 76%,rgba(6,17,31,.02) 100%),linear-gradient(0deg,rgba(5,16,29,.35),transparent 32%);z-index:1}.hero-grid{min-height:625px;display:grid;grid-template-columns:1.04fr .96fr;position:relative;z-index:2}.hero-copy{align-self:center;padding-bottom:45px}.eyebrow{font-size:10px;font-weight:800;letter-spacing:.18em;color:var(--yellow)}.eyebrow.dark{color:var(--blue)}.hero-copy h1{font-size:clamp(44px,5.7vw,72px);line-height:1.01;letter-spacing:-.06em;margin:15px 0 18px}.hero-copy h1 span{color:var(--yellow)}.hero-copy>p{max-width:625px;color:#c1cdd9;font-size:15px;margin:0 0 26px}.actions{display:flex;gap:10px;flex-wrap:wrap}.hero-points{display:flex;gap:16px;flex-wrap:wrap;margin-top:25px;font-size:9px;color:#d4dce5}.hero:after{content:"";position:absolute;z-index:4;left:0;right:0;bottom:0;height:45px;background:rgba(3,12,22,.68);border-top:1px solid rgba(255,255,255,.08)}
.section{padding:86px 0}.soft{background:var(--soft)}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:40px}.section-head.center{display:block;text-align:center;max-width:790px;margin:0 auto 40px}.section-head h2{font-size:clamp(33px,4.4vw,50px);line-height:1.07;letter-spacing:-.05em;margin:10px 0}.section-head p{font-size:12px;color:var(--muted);max-width:470px;margin:0}.section-head.center p{margin:10px auto 0}
.package-row{display:grid;grid-template-columns:1fr 275px;gap:22px;align-items:start}.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.price-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:19px;padding:23px;box-shadow:0 14px 36px rgba(16,35,62,.05)}.price-card.blue{border-color:#cbe2f9}.price-card.orange{border-color:#f2d5c1}.price-card.green{border-color:#bfe8d8}.package-top{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:9px;font-weight:800;color:#65758b;letter-spacing:.12em}.package-top b{letter-spacing:0;color:var(--blue);background:#eef5fd;padding:5px 8px;border-radius:7px}.price-card h3{font-size:58px;line-height:.95;letter-spacing:-.06em;margin:15px 0 7px}.price-card h3 small{font-size:14px;letter-spacing:0}.desc{font-size:10px;color:var(--muted);min-height:42px}.price{font-size:26px;font-weight:800;letter-spacing:-.04em;margin-top:15px}.price small{font-size:9px;color:#8795a7;font-weight:500}.blue-t{color:var(--blue)}.orange-t{color:var(--orange)}.green-t{color:var(--green)}.price-card ul{list-style:none;padding:0;margin:20px 0}.price-card li{font-size:10px;color:#63758a;padding:5px 0}.price-card li:before{content:"✓";color:var(--green);font-weight:900;margin-right:8px}.popular{position:absolute;right:15px;top:14px;background:#fff0de;color:#cd6507;border-radius:999px;padding:5px 8px;font-size:7px;font-weight:800}.benefits-side{display:grid;gap:6px}.benefits-side>div{display:grid;grid-template-columns:43px 1fr;gap:10px;align-items:center;padding:10px 0}.benefits-side b{width:39px;height:39px;border-radius:12px;background:#ebf4fd;color:var(--blue);display:grid;place-items:center;font-size:19px}.benefits-side strong,.benefits-side small{display:block}.benefits-side strong{font-size:11px}.benefits-side small{font-size:8px;color:var(--muted);line-height:1.35;margin-top:2px}
.coverage-banner{padding:18px 0;background:#eaf6ff;border-top:1px solid #dcebf7;border-bottom:1px solid #dcebf7}.coverage-inner{display:flex;justify-content:space-between;align-items:center;gap:24px}.coverage-title{display:flex;align-items:center;gap:15px}.coverage-icon{width:53px;height:53px;border-radius:16px;background:#fff;display:grid;place-items:center;color:var(--blue);font-size:25px;box-shadow:0 9px 20px rgba(16,35,62,.06)}.coverage-title h2{font-size:20px;line-height:1.1;margin:4px 0}.coverage-title p{margin:0;color:var(--muted);font-size:9px}
.features{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.features article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}.features article>span{display:grid;place-items:center;width:39px;height:39px;border-radius:11px;background:#eaf4ff;color:var(--blue);font-size:17px;font-weight:800;margin-bottom:14px}.features h3{font-size:14px;margin:0 0 6px}.features p{font-size:10px;color:var(--muted);margin:0}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}.about-photo-wrap{border-radius:22px;overflow:hidden;box-shadow:0 20px 45px rgba(16,35,62,.12);border:1px solid var(--line)}.about-photo-wrap img{width:100%;display:block;aspect-ratio:2.6/1;object-fit:cover}.about-copy h2{font-size:clamp(34px,4.4vw,50px);line-height:1.05;letter-spacing:-.05em;margin:12px 0}.about-copy>p{font-size:12px;color:var(--muted)}blockquote{margin:20px 0 0;padding:14px 16px;background:#fff;border:1px solid var(--line);border-radius:14px;font-size:11px;color:#405670}blockquote small{display:block;color:var(--blue);font-weight:800;margin-top:6px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.steps article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}.steps span{width:35px;height:35px;border-radius:10px;background:#eaf4ff;color:var(--blue);display:grid;place-items:center;font-size:11px;font-weight:800;margin-bottom:16px}.steps h3{font-size:13px;margin:0 0 4px}.steps p{font-size:10px;color:var(--muted);margin:0}
.faq{background:#f6f9fc}.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:55px}.faq-grid h2{font-size:clamp(34px,4.4vw,50px);line-height:1.05;letter-spacing:-.05em;margin:12px 0}.faq-grid>div>p{font-size:12px;color:var(--muted)}.faq-list{display:grid;gap:8px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:13px;padding:0 15px}.faq-list summary{cursor:pointer;list-style:none;padding:16px 0;font-size:12px;font-weight:800}.faq-list summary::-webkit-details-marker{display:none}.faq-list p{font-size:10px;color:var(--muted);margin:0 0 16px}
.cta{padding:50px 0;background:linear-gradient(100deg,#42d6a4,#18a871)}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.cta h2{font-size:clamp(32px,4vw,45px);line-height:1.05;letter-spacing:-.05em;margin:10px 0 4px}.cta p{font-size:11px;color:#216f59;margin:0}
.footer{background:#07111f;color:#9fafc2;padding:42px 0}.footer-grid{display:grid;grid-template-columns:1.45fr .8fr 1.1fr 1fr;gap:36px}.footer-logo{width:205px;height:auto}.footer p{font-size:10px}.footer-col{display:grid;align-content:start;gap:7px;font-size:10px}.footer-col b{font-size:12px;color:#fff}.footer-col strong{font-size:9px;color:#fff}.footer-col small{font-size:9px;margin-top:8px}.floating-wa{position:fixed;right:20px;bottom:20px;z-index:100;width:56px;height:56px;border-radius:50%;background:#20c875;color:#fff;border:4px solid #fff;display:grid;place-items:center;font-size:11px;font-weight:800;box-shadow:0 13px 28px rgba(0,0,0,.22)}
@media(max-width:980px){.nav-links{gap:13px}.logo{height:45px}.hero-photo{width:58%}.hero-grid{grid-template-columns:1fr}.pricing{grid-template-columns:1fr 1fr}.package-row{grid-template-columns:1fr}.benefits-side{grid-template-columns:repeat(2,1fr);display:grid}.features{grid-template-columns:1fr 1fr}.about-grid,.faq-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.container{width:min(100% - 28px,1160px)}.topbar{height:28px}.topbar-inner>span:first-child{display:none}.topbar-inner{justify-content:flex-end}.nav{height:63px}.logo{height:42px}.menu-toggle{display:block}.nav-links{display:none;position:absolute;left:14px;right:14px;top:68px;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:15px;padding:14px;box-shadow:0 20px 44px rgba(16,35,62,.15)}.nav-links.open{display:flex}.hero{min-height:710px}.hero-photo{width:100%;height:52%;top:auto;bottom:0}.hero-overlay{background:linear-gradient(180deg,#06111f 0%,rgba(6,17,31,.96) 31%,rgba(6,17,31,.72) 58%,rgba(6,17,31,.25) 100%)}.hero-grid{min-height:710px}.hero-copy{padding-top:40px;align-self:start}.hero-copy h1{font-size:42px}.hero-copy>p{font-size:14px}.hero-points{gap:11px}.section{padding:70px 0}.section-head{display:block}.section-head p{margin-top:12px}.section-head h2{font-size:36px}.pricing,.benefits-side,.features,.steps{grid-template-columns:1fr}.coverage-inner{display:block}.coverage-title{align-items:flex-start}.coverage-inner .btn{margin-top:14px}.about-photo-wrap img{aspect-ratio:2/1}.about-copy h2{font-size:36px}.cta-inner{display:block}.cta .btn{margin-top:19px}.footer-grid{grid-template-columns:1fr}}
/* CMS-integrated sections */
.device-section{background:#fff}.device-grid{display:grid;grid-template-columns:1fr .9fr;gap:48px;align-items:center}.device-grid h2{font-size:clamp(33px,4.2vw,49px);line-height:1.06;letter-spacing:-.05em;margin:10px 0}.device-grid p{font-size:12px;color:#69788d;max-width:590px}.device-photo{min-height:320px;border-radius:22px;overflow:hidden;background:#f1f7fb;display:flex;align-items:center;justify-content:center;border:1px solid #e1ecf5}.device-photo img{width:100%;height:100%;object-fit:cover}.admin-login{display:inline-flex;align-items:center;justify-content:center;min-height:35px;padding:0 11px;border:1px solid #d7e2ec;border-radius:9px;background:#fff;color:#425a74!important;font-size:10px;font-weight:800}.admin-login:hover{color:var(--blue)!important;background:#f5fbff}.footer-admin{color:#dbe8f2;font-weight:800}@media(max-width:960px){.device-grid{grid-template-columns:1fr}}@media(max-width:700px){.admin-login{justify-content:flex-start;min-height:39px}.device-photo{min-height:270px}}
