:root{--navy:#0c1b2e;--navy-2:#102744;--blue:#2868f0;--blue-2:#4c88ff;--red:#ed1c24;--text:#172033;--muted:#6d788a;--light:#f4f7fb;--border:#e3e8f0;--white:#fff;--shadow:0 18px 50px rgba(14,31,53,.12)}
*{box-sizing:border-box}
[hidden]{display:none!important}
html{scroll-behavior:smooth}
body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.55}
a{text-decoration:none;color:inherit}
.container{width:min(1160px,calc(100% - 40px));margin:auto}
.header{height:76px;display:flex;align-items:center;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);border-bottom:1px solid rgba(227,232,240,.75)}
.nav{display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:10px}
.nav-links{display:flex;gap:30px;font-size:14px;font-weight:600;color:#465267}
.nav-links a:hover{color:var(--blue)}
.button{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:12px;padding:15px 22px;font:600 14px Inter;cursor:pointer;transition:.2s transform,.2s box-shadow,.2s background}
.button:hover{transform:translateY(-2px)}
.button-sm{padding:11px 17px}
.button-primary{background:var(--blue);color:#fff;box-shadow:0 10px 25px rgba(40,104,240,.28)}
.button-primary:hover{background:#1d59d9}
.button-outline{border:1px solid var(--border);background:#fff}
.button-danger{background:var(--red);color:#fff;box-shadow:0 10px 25px rgba(237,28,36,.24)}
.menu-button{display:none;border:0;background:none;font-size:24px}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f8faff 0%,#eef4ff 58%,#fff 100%);padding:84px 0 76px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px}
.hero-content{position:relative;z-index:2}
.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;color:var(--blue);margin-bottom:18px}
.pulse-dot{width:8px;height:8px;border-radius:50%;background:#22bf6e;box-shadow:0 0 0 6px rgba(34,191,110,.12)}
h1,h2,h3,p{margin-top:0}
.hero h1{font-size:clamp(44px,5vw,68px);line-height:1.03;letter-spacing:-3.5px;margin-bottom:25px}
.hero h1 span{color:var(--blue)}
.hero p{font-size:18px;max-width:620px;color:var(--muted);margin-bottom:32px}
.hero-actions{display:flex;gap:12px}
.trust-row{display:flex;gap:34px;margin-top:45px}
.trust-row div{display:flex;flex-direction:column}
.trust-row strong{font-size:23px;color:var(--navy)}
.trust-row span{font-size:11px;color:var(--muted)}
.status-dot{width:12px;height:12px;border-radius:50%;background:#20c875;box-shadow:0 0 0 5px rgba(32,200,117,.12)}
.hero-glow{position:absolute;border-radius:50%;filter:blur(80px);opacity:.35}
.hero-glow-one{width:380px;height:380px;background:#7aa7ff;right:12%;top:4%}
.hero-glow-two{width:220px;height:220px;background:#ffb5b5;left:12%;bottom:-90px}
.logos-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:20px 0;background:#fff}
.strip-content{display:flex;align-items:center;justify-content:center;gap:20px;color:#677387;font-size:12px}
.strip-content span{font-size:11px}
.strip-content strong{color:#344055}
.strip-content i{width:4px;height:4px;border-radius:50%;background:#c6cfdb}
.section{padding:100px 0}
.light{background:var(--light)}
.section-heading{max-width:650px;margin-bottom:44px}
.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}
.section-heading h2{font-size:clamp(34px,4vw,50px);line-height:1.12;letter-spacing:-2px;margin-bottom:17px}
.section-heading p{color:var(--muted);font-size:16px}
.light-eyebrow{color:#7da6ff}
.red-eyebrow{color:var(--red)}
.radar{height:390px;position:relative;display:grid;place-items:center}
.radar-ring{position:absolute;border-radius:50%;border:1px solid rgba(237,28,36,.16)}
.r1{width:160px;height:160px}
.r2{width:260px;height:260px}
.r3{width:360px;height:360px}
.radar-center{width:105px;height:105px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;font-size:24px;font-weight:800;box-shadow:0 0 0 18px rgba(237,28,36,.08),0 18px 40px rgba(237,28,36,.24);z-index:2}
.radar-point{position:absolute;width:52px;height:52px;background:#fff;border-radius:15px;display:grid;place-items:center;box-shadow:var(--shadow)}
.p1{left:70px;top:75px}
.p2{right:55px;top:125px}
.p3{left:110px;bottom:35px}
.footer{background:#081421;color:#8e9bac;padding:48px 0 25px}
.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.08);padding-top:22px;margin-top:35px;font-size:9px}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:none}
.delay-1{transition-delay:.12s}
.delay-2{transition-delay:.24s}
@media (max-width:980px){.nav-links,.desktop-cta{display:none}
.menu-button{display:block}
.nav-links.open{display:flex;position:absolute;top:76px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;box-shadow:0 15px 35px rgba(12,27,46,.12)}
.hero-grid{grid-template-columns:1fr}
.hero-content{text-align:center}
.hero p{margin-left:auto;margin-right:auto}
.hero-actions,.trust-row{justify-content:center}
.strip-content{flex-wrap:wrap}
.footer-brand{justify-content:center}}
@media (max-width:640px){.container{width:min(100% - 28px,1160px)}
.hero{padding-top:55px}
.hero h1{font-size:42px;letter-spacing:-2px}
.hero p{font-size:15px}
.hero-actions{flex-direction:column}
.trust-row{gap:16px}
.trust-row strong{font-size:18px}
.section{padding:72px 0}
.strip-content i{display:none}
.strip-content{gap:12px}
.radar{transform:scale(.8);margin:-40px 0}
.footer-bottom{flex-direction:column;gap:8px;text-align:center}}
.brand-official{display:flex;align-items:center}
.brand-official img{width:176px;height:54px;object-fit:contain;object-position:left center}
.footer-brand img{filter:drop-shadow(0 8px 20px rgba(0,0,0,.16))}
.hero{background:radial-gradient(circle at 83% 20%,rgba(40,104,240,.18),transparent 30%),radial-gradient(circle at 17% 85%,rgba(237,28,36,.10),transparent 25%),linear-gradient(135deg,#fbfcff 0%,#edf3ff 58%,#fff 100%)}
.hero:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(12,27,46,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(12,27,46,.035) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.65),transparent 82%)}
@keyframes phoneFloat{0%,100%{transform:rotate(2deg) translateY(0)}50%{transform:rotate(1deg) translateY(-12px)}}
@keyframes floatOne{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes floatTwo{0%,100%{transform:translateY(0)}50%{transform:translateY(9px)}}
@keyframes sosPulse{0%,100%{box-shadow:0 0 0 7px rgba(237,28,36,.16)}50%{box-shadow:0 0 0 16px rgba(237,28,36,0)}}
.radar-center{width:104px;height:104px;background:#fff!important;padding:15px}
.radar-center img{width:100%;height:100%;object-fit:contain}
.radar{filter:drop-shadow(0 30px 50px rgba(12,27,46,.18))}
.section-heading h2{letter-spacing:-2.2px}
.button{position:relative;overflow:hidden}
.button:after{content:"";position:absolute;top:-70%;left:-50%;width:36%;height:240%;background:rgba(255,255,255,.28);transform:rotate(25deg) translateX(-250%);transition:.65s}
.button:hover:after{transform:rotate(25deg) translateX(560%)}
.footer{background:linear-gradient(145deg,#091526,#102744)}
@media (max-width:760px){.brand-official img{width:142px;height:46px}
.hero{padding-top:56px}}
.brand-official{display:flex;align-items:center;flex:0 0 auto;line-height:0}
.brand-official img{display:block;width:176px;height:auto;max-height:58px;object-fit:contain;object-position:left center}
@media (max-width:760px){.brand-official img{width:145px;max-height:48px}}
:root{--header-h:76px;--ease:cubic-bezier(.2,.8,.2,1)}
html{scroll-padding-top:calc(var(--header-h) + 18px)}
body{overflow-x:hidden}
.skip-link{position:fixed;left:16px;top:-60px;z-index:9999;background:#fff;color:#071426;padding:12px 16px;border-radius:10px;font-weight:800;transition:.2s}
.skip-link:focus{top:12px}
.scroll-progress{position:fixed;inset:0 0 auto;z-index:9998;height:3px;background:transparent}
.scroll-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,#1769ff,#25b7ff);box-shadow:0 0 12px #1769ff}
.header{min-height:var(--header-h);transition:background .3s,box-shadow .3s,backdrop-filter .3s}
.header.scrolled{background:rgba(255,255,255,.88);backdrop-filter:blur(18px) saturate(150%);box-shadow:0 12px 35px rgba(6,25,52,.09)}
.nav{min-height:var(--header-h)}
.brand-official img{height:58px!important;width:auto!important;object-fit:contain;transition:transform .3s var(--ease)}
.brand-official:hover img{transform:scale(1.035)}
.nav-links a{position:relative}
.nav-links a::after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:#1769ff;transition:right .25s var(--ease)}
.nav-links a:hover::after,.nav-links a:focus-visible::after{right:0}
.button{transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s}
.button:hover{transform:translateY(-2px)}
.button-primary{box-shadow:0 12px 28px rgba(23,105,255,.24)}
.button-primary:hover{box-shadow:0 18px 38px rgba(23,105,255,.34)}
.hero{min-height:calc(100svh - var(--header-h));display:grid;align-items:center;isolation:isolate}
.hero::before{content:"";position:absolute;inset:0;z-index:-2;background-image:linear-gradient(rgba(20,116,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(20,116,255,.035) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,#000,transparent 88%)}
.hero-content h1{max-width:760px;letter-spacing:-.045em;line-height:1.02}
.hero-content h1 span{display:block;background:linear-gradient(90deg,#1769ff,#35c8ff);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-content>p{max-width:650px;font-size:clamp(1.05rem,1.4vw,1.22rem);line-height:1.75}
@keyframes premiumFloat{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-12px) rotate(-.5deg)}}
.radar{filter:drop-shadow(0 0 35px rgba(255,44,58,.25))}
.faq-section{background:#fff}
.faq-list{display:grid;gap:12px}
.faq-list details{border:1px solid #dde7f3;border-radius:16px;padding:0 20px;background:#f9fbfe;transition:border-color .2s,box-shadow .2s}
.faq-list details[open]{border-color:#8db8ff;box-shadow:0 12px 30px rgba(23,105,255,.08)}
.faq-list summary{cursor:pointer;font-weight:850;color:#10233f;padding:20px 34px 20px 0;position:relative;list-style:none}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:"+";position:absolute;right:2px;top:17px;font-size:1.5rem;color:#1769ff}
.faq-list details[open] summary::after{content:"–"}
.faq-list p{margin:0 0 20px;color:#62728a;line-height:1.7}
.footer-brand img{height:66px!important}
@media (max-width:640px){:root{--header-h:68px}
.brand-official img{height:48px!important}
.hero{min-height:auto}
.hero-content h1{font-size:clamp(2.55rem,12vw,4rem)}
.trust-row{grid-template-columns:1fr 1fr}
.trust-row>div:last-child{grid-column:1/-1}
.footer-bottom{gap:10px;text-align:center}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}
.reveal{opacity:1!important;transform:none!important}}
body.modal-open{overflow:hidden}
@keyframes drawCircle{to{stroke-dashoffset:0}}
@keyframes drawCheck{to{stroke-dashoffset:0}}
@keyframes successPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.045)}}
@keyframes spin{to{transform:rotate(360deg)}}
@keyframes confettiFall{0%{transform:translate3d(0,-30px,0) rotate(0deg);opacity:1}
  100%{transform:translate3d(var(--drift),110vh,0) rotate(var(--rotation));opacity:0}}
.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:42px}
.hero-proof>div{display:flex;align-items:flex-start;gap:10px;padding:12px 10px;border-radius:14px;background:rgba(255,255,255,.62);border:1px solid rgba(211,222,239,.8);backdrop-filter:blur(8px)}
.hero-proof .proof-check{flex:0 0 25px;width:25px;height:25px;border-radius:8px;display:grid;place-items:center;background:#e7f8ef;color:#16965a;font-size:13px;font-weight:900}
.hero-proof p{display:flex;flex-direction:column;margin:0;font-size:inherit}
.hero-proof strong{font-size:11px;line-height:1.25;color:var(--navy)}
.hero-proof small{font-size:8px;line-height:1.35;color:var(--muted);margin-top:3px}
.trust-section{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#f4f8ff 100%)}
.trust-section::before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:rgba(40,104,240,.08);filter:blur(40px);right:-230px;top:-240px}
.trust-card-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.trust-card{min-height:310px;padding:30px 27px 25px;border-radius:22px;background:rgba(255,255,255,.92);border:1px solid #dfe7f3;box-shadow:0 12px 35px rgba(12,27,46,.07);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.trust-card:hover{transform:translateY(-8px);border-color:#b8cdf5;box-shadow:0 24px 55px rgba(12,27,46,.13)}
.trust-icon{width:58px;height:58px;border-radius:17px;background:linear-gradient(135deg,#eaf1ff,#f4f8ff);display:grid;place-items:center;margin-bottom:24px;box-shadow:inset 0 0 0 1px rgba(40,104,240,.08)}
.trust-icon svg{width:29px;height:29px;fill:none;stroke:var(--blue);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.trust-card h3{font-size:19px;margin-bottom:11px;color:var(--navy)}
.trust-card p{font-size:13px;color:var(--muted);margin-bottom:20px}
.trust-detail{display:block;border-top:1px solid #e8edf5;padding-top:16px;color:#426087;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.footer{background:#081626;color:#fff;padding:72px 0 0}
.footer-main{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:55px;padding-bottom:50px}
.footer-about p{max-width:310px;color:#93a4b8;font-size:13px;margin:22px 0}
.footer-brand img{width:210px;height:auto}
.footer-status{display:inline-flex;align-items:center;gap:8px;color:#b9c7d7;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.footer-status i{width:8px;height:8px;border-radius:50%;background:#29cf7d;box-shadow:0 0 0 5px rgba(41,207,125,.12)}
.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.footer-column>strong{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:8px}
.footer-column a{color:#93a4b8;font:500 12px system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;transition:color .2s ease,transform .2s ease}
.footer-column a:hover{color:#fff;transform:translateX(3px)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:22px 0;display:flex;justify-content:space-between;gap:20px;color:#6f8298;font-size:10px}
.install-prompt>button:not(.dismiss-install){border:0;border-radius:10px;padding:10px 13px;background:#fff;color:#0c1b2e;font-weight:800;cursor:pointer}
.delay-3{transition-delay:.3s}
@keyframes phoneFloat{0%,100%{transform:rotate(2deg) translateY(0)}50%{transform:rotate(1deg) translateY(-10px)}}
@keyframes floatCard{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes installIn{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}
@keyframes metricPop{0%{transform:scale(.86);opacity:.45}70%{transform:scale(1.08)}100%{transform:scale(1);opacity:1}}
@media (max-width:980px){.trust-card-grid{grid-template-columns:repeat(2,1fr)}
.footer-main{grid-template-columns:1.25fr 1fr 1fr}
.footer-column:last-child{grid-column:2/4}
.hero-proof{grid-template-columns:1fr}}
@media (max-width:720px){.section{padding:76px 0}
.hero{padding-top:56px}
.hero h1{letter-spacing:-2.3px}
.trust-card-grid{grid-template-columns:1fr}
.trust-card{min-height:auto}
.footer-main{grid-template-columns:1fr 1fr;gap:36px 24px}
.footer-about{grid-column:1/-1}
.footer-column:last-child{grid-column:auto}
.footer-bottom{flex-direction:column}}
@media (max-width:480px){.container{width:min(100% - 28px,1160px)}
.hero-actions{flex-direction:column}
.hero-actions .button{width:100%}
.hero-proof>div{padding:11px}
.footer-main{grid-template-columns:1fr}
.footer-column:last-child{grid-column:auto}
.install-prompt>button:not(.dismiss-install){margin-left:54px}}
:root{--section-space: 84px;
  --section-space-mobile: 60px;
  --focus-ring: 0 0 0 4px rgba(40, 104, 240, .22);}
section[id],#faq-title{scroll-margin-top: calc(var(--header-h, 76px) + 22px);}
.section{padding-top: var(--section-space);
  padding-bottom: var(--section-space);}
.hero{padding-top: 68px;
  padding-bottom: 62px;}
.hero-proof{margin-top: 32px;}
.hero-proof > div{min-height: 62px;}
.logos-strip{padding-top: 17px;
  padding-bottom: 17px;}
.section-heading{margin-bottom: 36px;}
.trust-card{content-visibility: auto;
  contain-intrinsic-size: 280px;}
.trust-section{padding-top: 78px;
  padding-bottom: 78px;}
.trust-card{min-height: 274px;
  padding: 26px 24px 22px;}
.trust-card-grid{gap: 16px;}
.trust-icon{margin-bottom: 18px;}
.trust-card p{line-height: 1.65;}
.footer-column a{font-size: 13px;
  color: #aebccd;}
.footer-about p{color: #aebccd;
  font-size: 14px;}
.footer-bottom{font-size: 11px;
  color: #8fa0b4;}
.footer-brand img{width: 218px;
  filter: none;}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline: 3px solid #6fa1ff;
  outline-offset: 3px;}
body.modal-open > :not(#success-overlay):not(script){pointer-events: none;}
.no-js .reveal{opacity: 1 !important;
  transform: none !important;}
@media (max-width: 980px){.hero{padding-top: 54px;
    padding-bottom: 48px;}
.trust-card{min-height: 250px;}}
@media (max-width: 720px){.section,.trust-section{padding-top: var(--section-space-mobile);
    padding-bottom: var(--section-space-mobile);}
.section-heading{margin-bottom: 30px;}
.hero h1{font-size: clamp(38px, 11vw, 48px);
    line-height: 1.06;}
.hero p{font-size: 15px;}
.hero-proof{gap: 8px;
    margin-top: 25px;}
.hero-proof > div{min-height: 56px;}
.trust-card{min-height: auto;
    padding: 24px 22px;}
.radar{transform: scale(.74);
    margin: -58px 0 -42px;}
.footer{padding-top: 58px;}
.footer-main{padding-bottom: 40px;}}
@media (max-width: 480px){.hero-actions{gap: 9px;}
.logos-strip{display: none;}}
.client-options-section{background:linear-gradient(180deg,#fff,#f6f9fe)}
.client-option-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.client-option-card{position:relative;overflow:hidden;border-radius:28px;padding:34px;
  border:1px solid #dde6f2;background:#fff;
  box-shadow:0 20px 55px rgba(12,27,46,.09)}
.client-option-card::before{content:"";position:absolute;width:210px;height:210px;border-radius:50%;
  right:-90px;top:-95px;filter:blur(4px);opacity:.12}
.emergency-option::before{background:var(--red)}
.schedule-option::before{background:var(--blue)}
.option-header{display:flex;align-items:center;gap:16px;position:relative}
.option-icon{flex:0 0 62px;width:62px;height:62px;border-radius:19px;
  display:grid;place-items:center;font-weight:900;font-size:1rem}
.emergency-option .option-icon{background:#fff0f1;color:var(--red);box-shadow:inset 0 0 0 1px #ffd7da}
.schedule-option .option-icon{background:#eaf1ff;color:var(--blue);font-size:1.55rem;box-shadow:inset 0 0 0 1px #d4e2ff}
.option-header small{display:block;color:#778499;font-size:.75rem;font-weight:700;margin-bottom:3px}
.option-header h3{font-size:1.65rem;margin:0;color:var(--navy)}
.option-lead{font-size:.95rem;line-height:1.72;color:#617086;margin:24px 0 18px}
.option-problems{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:22px}
.option-problems span{padding:7px 10px;border-radius:999px;background:#f5f8fc;border:1px solid #e1e8f2;font-size:.72rem;font-weight:750;color:#52647c}
.text-link{display:inline-flex;margin-top:24px;font-weight:850;font-size:.85rem}
.emergency-link{color:#d71f27}
.schedule-link{color:#1e64dc}
.emergency-detail-section{color:#fff;background:
  radial-gradient(circle at 85% 20%,rgba(237,28,36,.18),transparent 30%),
  linear-gradient(135deg,#071727,#0d2948)}
.emergency-detail-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:66px;align-items:center}
.emergency-copy h2{font-size:clamp(2.2rem,4vw,3.3rem);line-height:1.08;letter-spacing:-2px;margin-bottom:19px}
.emergency-copy>p{color:#b5c2d2;font-size:1rem;line-height:1.75}
.problem-hook{margin:25px 0;padding:20px;border-radius:17px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1)}
.problem-hook strong{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#ff777e}
.problem-hook p{margin:7px 0 0;color:#c7d2df;font-size:.86rem;line-height:1.65}
.detail-checks{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.detail-checks>div{display:flex;gap:11px;padding:14px;border-radius:15px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08)}
.detail-checks>div>span{flex:0 0 31px;width:31px;height:31px;border-radius:9px;background:rgba(237,28,36,.18);
  color:#ff757c;display:grid;place-items:center;font-size:.75rem;font-weight:900}
.detail-checks p{display:flex;flex-direction:column;margin:0}
.detail-checks strong{font-size:.8rem;color:#fff}
.detail-checks small{font-size:.68rem;color:#9caec2;line-height:1.45;margin-top:3px}
.emergency-visual{position:relative;min-height:470px;display:grid;place-items:center}
.emergency-visual .radar-ring{border-color:rgba(255,95,103,.2)}
.emergency-visual .radar-point{background:#fff}
.emergency-status-card{position:absolute;bottom:25px;left:50%;transform:translateX(-50%);
  width:min(390px,92%);padding:15px 17px;border-radius:17px;background:#fff;color:var(--text);
  display:flex;align-items:center;gap:13px;box-shadow:0 24px 60px rgba(0,0,0,.25)}
.emergency-status-card>div{display:flex;flex-direction:column}
.emergency-status-card strong{font-size:.82rem}
.emergency-status-card small{font-size:.68rem;color:#6d788a;margin-top:3px}
.schedule-detail-section{background:linear-gradient(180deg,#f4f8ff,#fff)}
.schedule-detail-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:68px;align-items:center}
.schedule-board{padding:25px;border-radius:27px;background:#0c1b2e;color:#fff;
  box-shadow:0 32px 80px rgba(12,27,46,.24)}
.schedule-board-header{display:flex;align-items:center;justify-content:space-between}
.schedule-board-header>div{display:flex;flex-direction:column}
.schedule-board-header small{font-size:.66rem;color:#8da0b7}
.schedule-board-header strong{font-size:1.05rem;margin-top:3px}
.schedule-board-header>span{font-size:1.9rem}
.selected-service{display:flex;align-items:center;gap:12px;margin-top:20px;padding:15px;border-radius:17px;background:#142a48}
.service-symbol{width:44px;height:44px;border-radius:13px;background:#eaf1ff;color:#172033;display:grid;place-items:center}
.selected-service>div{display:flex;flex:1;flex-direction:column}
.selected-service small{font-size:.6rem;color:#8fa1b6}
.selected-service strong{font-size:.88rem}
.selected-service em{font-size:.65rem;color:#a8b7c8;font-style:normal;margin-top:2px}
.calendar-preview{margin-top:16px;padding:17px;border-radius:17px;background:#fff;color:var(--text)}
.calendar-title{display:flex;justify-content:space-between;margin-bottom:14px}
.calendar-title strong{font-size:.85rem}
.calendar-title span{color:#718096}
.calendar-days,.calendar-dates{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;text-align:center}
.calendar-days small{font-size:.55rem;color:#8a96a8}
.calendar-dates b{padding:8px 3px;border-radius:9px;font-size:.72rem}
.calendar-dates b.selected{background:var(--blue);color:#fff}
.time-options{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px}
.time-options span{padding:10px 4px;border-radius:10px;background:#142a48;border:1px solid rgba(255,255,255,.08);text-align:center;font-size:.68rem}
.time-options span.selected{background:var(--blue);border-color:var(--blue)}
.schedule-confirmation{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding:14px;border-radius:15px;background:#fff;color:var(--text)}
.schedule-confirmation>div{display:flex;flex-direction:column}
.schedule-confirmation small{font-size:.58rem;color:#7b8798}
.schedule-confirmation strong{font-size:.75rem}
.schedule-confirmation>b{padding:9px 12px;border-radius:9px;background:var(--blue);color:#fff;font-size:.65rem}
.schedule-copy h2{font-size:clamp(2.2rem,4vw,3.3rem);line-height:1.08;letter-spacing:-2px;margin-bottom:18px}
.schedule-copy>p{color:#68778b;font-size:1rem;line-height:1.75}
.blue-hook{background:#edf4ff;border-color:#d8e6ff}
.blue-hook strong{color:#2466d5}
.blue-hook p{color:#5e718c}
.schedule-benefit-list{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:11px}
.schedule-benefit-list li{display:flex;gap:11px;padding:13px;border:1px solid #e0e7f1;background:#fff;border-radius:14px}
.schedule-benefit-list li>span{width:28px;height:28px;border-radius:8px;background:#e8f8ef;color:#16975a;display:grid;place-items:center;font-weight:900}
.schedule-benefit-list li>div{display:flex;flex-direction:column}
.schedule-benefit-list strong{font-size:.8rem;color:var(--navy)}
.schedule-benefit-list small{font-size:.7rem;color:#718096;margin-top:2px}
.provider-modes-section{background:#fff}
.provider-mode-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.provider-mode-card{position:relative;padding:28px;border-radius:23px;border:1px solid #dfe7f2;background:#fff;box-shadow:0 13px 38px rgba(12,27,46,.07)}
.provider-mode-card.fixed-mode{border-top:4px solid var(--blue)}
.provider-mode-card.remote-mode{border-top:4px solid var(--red)}
.provider-mode-card.hybrid-mode{border-top:4px solid #16a46a}
.mode-number{position:absolute;right:22px;top:20px;color:#d9e2ee;font-size:1.8rem;font-weight:900}
.mode-icon{width:52px;height:52px;border-radius:15px;background:#edf3ff;display:grid;place-items:center;font-size:1.4rem;margin-bottom:17px}
.remote-mode .mode-icon{background:#fff0f1}
.hybrid-mode .mode-icon{background:#eaf9f1;color:#118852;font-size:1.5rem;font-weight:900}
.provider-mode-card>small{text-transform:uppercase;letter-spacing:.1em;font-size:.6rem;color:#8794a7;font-weight:800}
.provider-mode-card h3{font-size:1.2rem;color:var(--navy);margin:6px 0 10px}
.provider-mode-card>p{font-size:.78rem;color:#68778b;line-height:1.65}
.provider-mode-card ul{padding-left:18px;color:#40536c;font-size:.75rem;line-height:1.75}
.mode-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:18px}
.mode-tags span{padding:6px 9px;border-radius:999px;background:#f3f6fa;color:#607086;font-size:.62rem;font-weight:750}
.trust-icon{font-size:1.45rem;color:var(--blue)}
.trust-card p{min-height:68px}
.faq-section{background:#fff}
.faq-groups-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:start}
.faq-group{padding:22px;border-radius:22px;background:#f7f9fd;border:1px solid #e0e8f2}
.faq-group>h3{display:flex;align-items:center;gap:9px;font-size:1rem;color:var(--navy);margin-bottom:16px}
.faq-group>h3>span{width:34px;height:34px;border-radius:10px;background:#eaf1ff;display:grid;place-items:center;font-size:.8rem;color:var(--blue);font-weight:900}
.faq-group .faq-list details{background:#fff;border-radius:13px;padding:0 14px}
.faq-group .faq-list summary{font-size:.77rem;padding:16px 28px 16px 0;line-height:1.45}
.faq-group .faq-list summary::after{top:13px}
.faq-group .faq-list p{font-size:.72rem;line-height:1.65;margin-bottom:16px}
.footer-status{color:#c2cedc}
.footer-status i{background:#4c88ff;box-shadow:0 0 0 5px rgba(76,136,255,.13)}
@media (max-width:1050px){.faq-groups-grid{grid-template-columns:1fr 1fr}
.faq-group:last-child{grid-column:1/-1}
.provider-mode-grid{grid-template-columns:1fr 1fr}
.provider-mode-card:last-child{grid-column:1/-1}}
@media (max-width:900px){.client-option-grid{grid-template-columns:1fr}
.emergency-detail-grid,.schedule-detail-grid{grid-template-columns:1fr;gap:35px}
.schedule-board{max-width:620px;margin:auto;width:100%}
.emergency-copy{order:1}
.emergency-visual{order:2}
.faq-groups-grid{grid-template-columns:1fr}
.faq-group:last-child{grid-column:auto}}
@media (max-width:720px){.hero-actions{display:grid;grid-template-columns:1fr}
.client-option-card{padding:25px 21px}
.detail-checks{grid-template-columns:1fr}
.emergency-visual{min-height:385px}
.emergency-visual .radar{transform:scale(.72);margin:-60px 0}
.provider-mode-grid{grid-template-columns:1fr}
.provider-mode-card:last-child{grid-column:auto}}
@media (max-width:480px){.option-header{align-items:flex-start}
.option-icon{flex-basis:52px;width:52px;height:52px;border-radius:15px}
.option-header h3{font-size:1.35rem}
.emergency-status-card{bottom:6px}
.time-options{grid-template-columns:1fr 1fr}
.schedule-confirmation{align-items:flex-start;gap:10px}
.faq-group{padding:15px}}
.emergency-visual{min-height:auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:18px;
  padding:10px 0;}
.emergency-visual .radar{position:relative;
  width:440px;
  height:440px;
  max-width:100%;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  margin:0;
  transform:none;
  filter:drop-shadow(0 30px 50px rgba(0,0,0,.18));}
.emergency-visual .radar-ring{z-index:1}
.emergency-visual .r1{width:170px;height:170px}
.emergency-visual .r2{width:280px;height:280px}
.emergency-visual .r3{width:380px;height:380px}
.emergency-visual .radar-center{position:relative;
  z-index:3;
  width:108px;
  height:108px;}
.emergency-visual .radar-point{z-index:4;
  width:54px;
  height:54px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:16px;
  font-size:23px;
  line-height:1;
  box-shadow:0 16px 34px rgba(0,0,0,.2);
  transform:none;}
.emergency-visual .radar-point.p1{left:12%;
  top:13%;
  right:auto;
  bottom:auto;}
.emergency-visual .radar-point.p2{right:9%;
  top:27%;
  left:auto;
  bottom:auto;}
.emergency-visual .radar-point.p3{right:16%;
  bottom:10%;
  left:auto;
  top:auto;}
.emergency-status-card{position:relative;
  inset:auto;
  bottom:auto;
  left:auto;
  transform:none;
  z-index:5;
  width:min(390px,100%);
  margin:0 auto;}
@media (max-width:720px){.emergency-visual{min-height:auto;
    gap:12px;
    padding:0;}
.emergency-visual .radar{width:350px;
    height:350px;
    transform:none!important;
    margin:0!important;}
.emergency-visual .r1{width:145px;height:145px}
.emergency-visual .r2{width:235px;height:235px}
.emergency-visual .r3{width:320px;height:320px}
.emergency-visual .radar-center{width:98px;
    height:98px;
    padding:14px;}
.emergency-visual .radar-point{width:49px;
    height:49px;
    border-radius:14px;
    font-size:21px;}
.emergency-visual .radar-point.p1{left:9%;top:12%}
.emergency-visual .radar-point.p2{right:6%;top:28%}
.emergency-visual .radar-point.p3{right:13%;bottom:8%}
.emergency-status-card{width:min(390px,100%);
    margin-top:4px;}}
@media (max-width:480px){.emergency-visual .radar{width:300px;
    height:300px;}
.emergency-visual .r1{width:130px;height:130px}
.emergency-visual .r2{width:205px;height:205px}
.emergency-visual .r3{width:280px;height:280px}
.emergency-visual .radar-center{width:90px;
    height:90px;
    padding:13px;}
.emergency-visual .radar-point{width:45px;
    height:45px;
    border-radius:13px;
    font-size:19px;}
.emergency-visual .radar-point.p1{left:7%;top:11%}
.emergency-visual .radar-point.p2{right:4%;top:27%}
.emergency-visual .radar-point.p3{right:10%;bottom:6%}
.emergency-status-card{width:100%;
    margin-top:8px;}}
:root{--ease-spring:cubic-bezier(.2,.85,.25,1.15)}
.nav-links a{position:relative}
.nav-links a::after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:2px;
  border-radius:2px;background:var(--blue);transition:right .25s ease}
.nav-links a.is-current{color:var(--blue)}
.nav-links a.is-current::after{right:0}
.emergency-visual.is-animating .radar-ring{animation:radarRingBreath 3.6s ease-in-out infinite}
.emergency-visual.is-animating .r2{animation-delay:.4s}
.emergency-visual.is-animating .r3{animation-delay:.8s}
.emergency-visual.is-animating .radar-center{animation:radarCenterPulse 2.2s ease-in-out infinite}
.emergency-visual.is-animating .radar-point{animation:providerAppear 3.6s ease-in-out infinite}
.emergency-visual.is-animating .p2{animation-delay:.55s}
.emergency-visual.is-animating .p3{animation-delay:1.1s}
.radar-route-dot{position:absolute;z-index:5;width:10px;height:10px;border-radius:50%;
  background:#ff5c64;box-shadow:0 0 0 6px rgba(255,92,100,.12);
  opacity:0;animation:routeToProvider 5.7s ease-in-out infinite}
.emergency-status-card{transition:transform .35s ease,box-shadow .35s ease}
.emergency-status-card[data-radar-state="accepted"]{transform:translateY(-3px);box-shadow:0 25px 62px rgba(20,198,118,.2)}
.emergency-status-card[data-radar-state="arriving"]{transform:translateY(-3px);box-shadow:0 25px 62px rgba(40,104,240,.22)}
.schedule-service-selector{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:18px 0 10px}
.schedule-service-selector button{padding:9px 5px;border:1px solid rgba(255,255,255,.1);border-radius:10px;
  background:#142a48;color:#a7b6c8;font:700 9px Inter;cursor:pointer;transition:.2s ease}
.schedule-service-selector button:hover{border-color:#5d8deb;color:#fff}
.schedule-service-selector button.is-selected{background:var(--blue);border-color:var(--blue);color:#fff}
.calendar-dates button,.time-options button{border:0;font:inherit;cursor:pointer;transition:.2s ease}
.calendar-dates button:hover,.time-options button:hover{transform:translateY(-2px)}
.calendar-dates button{padding:8px 3px;border-radius:9px;background:transparent;color:var(--text);font-size:.72rem;font-weight:800}
.calendar-dates button.selected{background:var(--blue);color:#fff}
.time-options button{padding:10px 4px;border-radius:10px;background:#142a48;border:1px solid rgba(255,255,255,.08);color:#fff;text-align:center;font-size:.68rem}
.time-options button.selected{background:var(--blue);border-color:var(--blue)}
#schedule-confirm-button{padding:9px 12px;border:0;border-radius:9px;background:var(--blue);color:#fff;
  font:800 .65rem Inter;cursor:pointer;transition:.22s ease}
#schedule-confirm-button:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(40,104,240,.25)}
#schedule-confirm-button.is-loading{pointer-events:none;opacity:.8}
.schedule-demo-feedback{display:flex;align-items:center;gap:10px;max-height:0;overflow:hidden;opacity:0;
  margin-top:0;padding:0 14px;border-radius:14px;background:#e9f9f1;color:#174f35;
  transition:max-height .4s ease,opacity .3s ease,margin .3s ease,padding .3s ease}
.schedule-demo-feedback.is-visible{max-height:90px;opacity:1;margin-top:12px;padding:13px 14px}
.schedule-demo-feedback>span{width:31px;height:31px;border-radius:9px;background:#1ca561;color:#fff;display:grid;place-items:center;font-weight:900}
.schedule-demo-feedback>div{display:flex;flex-direction:column}
.schedule-demo-feedback strong{font-size:.75rem}
.schedule-demo-feedback small{font-size:.62rem;color:#4e7a63;margin-top:2px}
.provider-mode-card{transition:transform .28s var(--ease-spring),box-shadow .28s ease}
.provider-mode-card:hover{transform:translateY(-7px);box-shadow:0 25px 60px rgba(12,27,46,.13)}
.faq-toolbar{max-width:950px;margin:-5px auto 30px}
.faq-search{position:relative;display:flex;align-items:center;border:1px solid #dce5f1;border-radius:16px;background:#fff;box-shadow:0 12px 35px rgba(12,27,46,.07)}
.faq-search>span{padding-left:17px;color:#6c7c91;font-size:1.2rem}
.faq-search input{flex:1;min-height:54px;border:0;background:transparent;padding:0 12px;font:500 .86rem Inter;color:var(--text);outline:0}
.faq-search input::placeholder{color:#99a5b5}
.faq-search button{width:38px;height:38px;margin-right:8px;border:0;border-radius:10px;background:#eef3fa;color:#50627a;font-size:1.2rem;cursor:pointer}
.faq-filters{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:14px}
.faq-filters button{padding:9px 13px;border:1px solid #dde5ef;border-radius:999px;background:#fff;color:#627187;font:750 .7rem Inter;cursor:pointer;transition:.2s ease}
.faq-filters button:hover{border-color:#a9c2f5;color:var(--blue)}
.faq-filters button.is-active{background:var(--navy);border-color:var(--navy);color:#fff}
.faq-results{text-align:center;color:#8491a3;font-size:.68rem;margin:10px 0 0}
.faq-group.is-hidden,.faq-list details.is-hidden{display:none}
.faq-list details{transition:border-color .2s ease,box-shadow .2s ease}
.faq-list details[open]{border-color:#b8cef7;box-shadow:0 10px 28px rgba(40,104,240,.09)}
.faq-list details[open] summary{color:var(--blue)}
.faq-empty-state{grid-column:1/-1;text-align:center;padding:35px;border:1px dashed #cbd7e6;border-radius:18px;color:#718096}
.back-to-top{position:fixed;z-index:80;right:22px;bottom:22px;width:47px;height:47px;border:0;
  border-radius:15px;background:var(--navy);color:#fff;font-size:1.2rem;cursor:pointer;
  box-shadow:0 18px 45px rgba(12,27,46,.24);opacity:0;visibility:hidden;
  transform:translateY(15px);transition:.28s ease}
.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
.back-to-top:hover{background:var(--blue);transform:translateY(-3px)}
.button b,.button span,.text-link{transition:.2s ease}
.button:hover{box-shadow:0 13px 30px rgba(40,104,240,.2)}
.client-option-card:hover .option-icon,.trust-card:hover .trust-icon{transform:rotate(-4deg) scale(1.06)}
.option-icon,.trust-icon{transition:.28s var(--ease-spring)}
@keyframes demoViewIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@keyframes demoSosPulse{0%,100%{box-shadow:0 0 0 7px rgba(237,28,36,.17)}50%{box-shadow:0 0 0 12px rgba(237,28,36,.08)}}
@keyframes statusPulse{0%,100%{transform:scale(1)}50%{transform:scale(.72);opacity:.7}}
@keyframes mapWave{0%{opacity:.8;transform:translate(-50%,-50%) scale(.35)}100%{opacity:0;transform:translate(-50%,-50%) scale(2.2)}}
@keyframes radarRingBreath{0%,100%{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.025)}}
@keyframes radarCenterPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.06)}}
@keyframes providerAppear{0%,18%,100%{opacity:.45;transform:scale(.9)}35%,72%{opacity:1;transform:scale(1)}}
@keyframes routeToProvider{0%,18%{opacity:0;left:50%;top:50%}
  23%{opacity:1;left:50%;top:50%}
  52%{opacity:1;left:80%;top:33%}
  60%,100%{opacity:0;left:80%;top:33%}}
@keyframes hintBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
@media (max-width:720px){.faq-search input{font-size:.78rem}}
@media (max-width:480px){.schedule-service-selector{grid-template-columns:1fr}
.faq-toolbar{margin-bottom:23px}
.faq-filters{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}
.faq-filters button{white-space:nowrap}
.back-to-top{right:15px;bottom:15px}}
@media (prefers-reduced-motion:reduce){.emergency-visual .radar-ring,.emergency-visual .radar-center,.emergency-visual .radar-point,.radar-route-dot{animation:none!important}}
.hero-grid{grid-template-columns:minmax(0,1.06fr) minmax(440px,.94fr);
  gap:52px;}
.hero-content{align-self:center;}
@keyframes heroPhoneVerticalFloat{0%,100%{transform:translate3d(0,0,0)}
  50%{transform:translate3d(0,-9px,0)}}
@keyframes heroCardFloatUp{0%,100%{transform:translate3d(0,0,0)}
  50%{transform:translate3d(0,-8px,0)}}
@keyframes heroCardFloatDown{0%,100%{transform:translate3d(0,0,0)}
  50%{transform:translate3d(0,7px,0)}}
@media (max-width:1180px){.hero-grid{grid-template-columns:minmax(0,1fr) minmax(410px,.92fr);
    gap:34px;}}
@media (max-width:980px){.hero-grid{grid-template-columns:1fr;
    gap:36px;}}
.hero{padding-top:58px;
  padding-bottom:54px;}
.hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(500px,.98fr);
  gap:42px;
  align-items:center;}
.hero-content{max-width:650px;}
@keyframes heroPremiumFloat{0%,100%{transform:translate3d(0,0,0)}
  50%{transform:translate3d(0,-6px,0)}}
@keyframes heroPremiumCardA{0%,100%{transform:translate3d(0,0,0)}
  50%{transform:translate3d(0,-6px,0)}}
@keyframes heroPremiumCardB{0%,100%{transform:translate3d(0,0,0)}
  50%{transform:translate3d(0,6px,0)}}
@media (max-width:1180px){.hero-grid{grid-template-columns:minmax(0,1fr) minmax(460px,.94fr);
    gap:30px;}}
@media (max-width:980px){.hero{padding-top:48px;}
.hero-grid{grid-template-columns:1fr;
    gap:34px;}
.hero-content{max-width:760px;
    margin-inline:auto;
    text-align:center;}
.hero-actions{justify-content:center;}}
@keyframes autoHeroProgress{from{width:0}
  to{width:100%}}
@keyframes autoViewEnter{from{opacity:0;transform:translateY(9px) scale(.985)}
  to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes autoCardSchedule{0%,100%{transform:translate3d(0,0,0)}
  50%{transform:translate3d(0,-5px,0)}}
@keyframes autoCardSos{0%,100%{transform:translate3d(0,0,0)}
  50%{transform:translate3d(0,5px,0)}}
:root{--red-accessible:#d91f29;
  --muted-strong:#536378;}
.button-danger{background:var(--red-accessible)}
.demo-disclaimer{position:relative;z-index:4;margin:0;text-align:center;color:#68788d;
  font-size:.64rem;line-height:1.45}
.operational-note{margin-top:18px;padding:13px 15px;border:1px solid #dce6f2;border-radius:14px;
  background:#f8fbff;color:#536378;font-size:.78rem;line-height:1.55}
.operational-note strong{color:#17365d}
.configured-evidence{margin-top:36px}
.evidence-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.evidence-metric{padding:22px;border:1px solid #dfe7f2;border-radius:18px;background:#fff;text-align:center}
.evidence-metric strong{display:block;color:var(--navy);font-size:1.65rem}
.evidence-metric span{color:#68788d;font-size:.74rem}
.evidence-testimonials{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:14px}
.evidence-quote{margin:0;padding:20px;border:1px solid #dfe7f2;border-radius:18px;background:#fff}
.evidence-quote p{margin:0;color:#526176;font-size:.8rem;line-height:1.65}
.evidence-quote footer{margin-top:12px;color:#17365d;font-size:.7rem;font-weight:800}
.privacy-consent{position:fixed;z-index:1000;left:50%;bottom:18px;transform:translateX(-50%);
  width:min(760px,calc(100% - 28px));display:flex;align-items:center;gap:22px;
  padding:18px;border:1px solid #d9e3ef;border-radius:19px;background:#fff;
  box-shadow:0 24px 70px rgba(12,27,46,.22)}
.privacy-consent[hidden]{display:none}
.privacy-consent>div:first-child{flex:1}
.privacy-consent strong{color:var(--navy)}
.privacy-consent p{margin:4px 0 0;color:#64758a;font-size:.72rem;line-height:1.5}
.privacy-consent-actions{display:flex;gap:8px}
.privacy-consent-actions button{padding:10px 12px;border:1px solid #d9e2ed;border-radius:10px;background:#fff;color:#536378;font-weight:800;cursor:pointer}
.privacy-consent-actions button:last-child{background:var(--blue);border-color:var(--blue);color:#fff}
@media (max-width:720px){.evidence-metrics,.evidence-testimonials{grid-template-columns:1fr}
.privacy-consent{align-items:stretch;flex-direction:column;gap:12px}
.privacy-consent-actions{justify-content:flex-end}}
@media (max-width:480px){.privacy-consent-actions{display:grid;grid-template-columns:1fr}
.demo-disclaimer{font-size:.59rem}}
.client-options-section .section-heading,.provider-modes-section .section-heading{max-width:900px;}
.client-option-grid,.provider-mode-grid{margin-top:0;}
.app-showcase-section{overflow:hidden;background:linear-gradient(135deg,#f7f9fc 0%,#eef4fb 100%)}
.app-showcase-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.82fr);gap:84px;align-items:center;max-width:1080px;margin:auto}
.app-showcase-copy h2{max-width:650px;margin:12px 0 18px;color:var(--navy);font-size:clamp(2rem,4vw,3.35rem);line-height:1.06;letter-spacing:-.045em}
.app-showcase-copy>p{max-width:610px;margin:0;color:#607086;font-size:1rem;line-height:1.75}
.app-journey-tabs{display:grid;gap:10px;margin-top:32px}
.app-journey-tab{display:flex;gap:15px;align-items:center;width:100%;padding:14px 16px;border:1px solid transparent;border-radius:16px;background:transparent;color:#516177;text-align:left;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
.app-journey-tab:hover{background:rgba(255,255,255,.65);transform:translateX(4px)}
.app-journey-tab.is-active{border-color:#d8e2ef;background:#fff;box-shadow:0 12px 32px rgba(12,39,72,.09);color:var(--navy)}
.app-journey-tab>b{display:grid;flex:0 0 36px;width:36px;height:36px;place-items:center;border-radius:11px;background:#e8eef6;color:#728198;font-size:.7rem}
.app-journey-tab.is-active>b{background:var(--red);color:#fff}
.app-journey-tab>span{display:grid;gap:2px}
.app-journey-tab strong{font-size:.88rem}
.app-journey-tab small{color:#7b899b;font-size:.7rem}
.app-showcase-visual{position:relative;display:grid;justify-items:center;min-height:660px;padding:28px 20px 0;border-radius:36px;background:linear-gradient(155deg,#0b1b2e 0%,#112c4e 100%);box-shadow:0 30px 80px rgba(12,39,72,.2)}
.app-visual-orbit{position:absolute;inset:0;overflow:hidden;border-radius:inherit}
.app-visual-orbit:before{content:"";position:absolute;width:380px;height:380px;top:-150px;right:-130px;border-radius:50%;background:rgba(30,111,237,.2)}
.app-visual-orbit span{position:absolute;border:1px solid rgba(255,255,255,.09);border-radius:50%}
.app-visual-orbit span:first-child{width:260px;height:260px;right:-90px;top:20px}
.app-visual-orbit span:last-child{width:360px;height:360px;right:-140px;top:-30px}
.app-device{position:relative;z-index:1;width:min(100%,275px);padding:8px;border:1px solid rgba(255,255,255,.22);border-radius:32px;background:#050b13;box-shadow:0 24px 55px rgba(0,0,0,.42)}
.app-device-speaker{position:absolute;z-index:2;top:13px;left:50%;width:62px;height:5px;transform:translateX(-50%);border-radius:9px;background:#050b13}
.app-device img{display:block;width:100%;height:auto;border-radius:25px;transition:opacity .15s ease,transform .25s ease}
.app-device img.is-changing{opacity:.25;transform:scale(.985)}
.app-visual-caption{position:relative;z-index:1;display:grid;justify-self:stretch;gap:5px;margin-top:20px;padding:0 10px 24px;color:#fff;text-align:center}
.app-visual-caption span{color:#ff6268;font-size:.68rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.app-visual-caption strong{font-size:1rem}
.app-visual-caption p{max-width:340px;margin:2px auto 0;color:#aebed1;font-size:.72rem;line-height:1.55}
.app-showcase-note{max-width:760px;
  margin:28px auto 0;
  color:#66758a;
  font-size:.76rem;
  text-align:center;}
@media (max-width:980px){.app-showcase-layout{grid-template-columns:1fr;gap:46px;max-width:720px}
.app-showcase-copy{text-align:center}
.app-showcase-copy h2,.app-showcase-copy>p{margin-right:auto;margin-left:auto}
.app-journey-tabs{grid-template-columns:repeat(2,1fr);text-align:left}
.app-showcase-visual{width:min(100%,480px);margin:auto}}
@media (max-width:680px){.app-showcase-copy h2{font-size:2.1rem}
.app-journey-tabs{grid-template-columns:1fr;gap:8px}
.app-journey-tab{padding:12px 13px}
.app-showcase-visual{min-height:610px;padding-top:24px;border-radius:26px}
.app-device{width:245px}}
@media (prefers-reduced-motion:reduce){.app-journey-tab:hover{transform:none}
.app-device img{transition:none}}
.hero-stage-note{display:flex;gap:8px;align-items:flex-start;margin:18px 0 0!important;color:#697a8f!important;font-size:.76rem!important;line-height:1.55!important}
.hero-stage-note span{color:#e7202b;font-size:.65rem;line-height:1.9}
.hero-real-showcase{position:relative;display:grid;justify-items:center;min-height:650px;padding:30px 24px 18px;overflow:hidden;border:1px solid rgba(12,39,72,.1);border-radius:38px;background:linear-gradient(155deg,#071526,#123154);box-shadow:0 35px 80px rgba(4,26,58,.22)}
.hero-real-glow{position:absolute;width:430px;height:430px;top:-230px;right:-170px;border-radius:50%;background:rgba(39,116,255,.32);box-shadow:0 0 100px rgba(39,116,255,.18)}
.hero-real-label{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;width:100%;color:#fff}
.hero-real-label span{color:#9cb2cc;font-size:.66rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.hero-real-label strong{font-size:.8rem}
.hero-real-device{position:relative;z-index:1;width:270px;margin-top:18px;padding:8px;border:1px solid rgba(255,255,255,.2);border-radius:34px;background:#030810;box-shadow:0 26px 60px rgba(0,0,0,.45);transform:rotate(1.5deg)}
.hero-real-speaker{position:absolute;z-index:2;top:13px;left:50%;width:60px;height:5px;transform:translateX(-50%);border-radius:10px;background:#030810}
.hero-real-device img{display:block;width:100%;height:auto;border-radius:27px}
.hero-real-proof{position:absolute;z-index:2;right:18px;bottom:82px;display:flex;gap:10px;align-items:center;width:225px;padding:13px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(8,27,50,.88);backdrop-filter:blur(14px);box-shadow:0 18px 38px rgba(0,0,0,.22);color:#fff}
.hero-real-proof>span{display:grid;flex:0 0 30px;width:30px;height:30px;place-items:center;border-radius:50%;background:#14a866;font-weight:900}
.hero-real-proof p{display:grid;gap:2px;margin:0}
.hero-real-proof strong{font-size:.73rem}
.hero-real-proof small{color:#aebed0;font-size:.61rem;line-height:1.4}
.hero-real-showcase .demo-disclaimer{position:relative;z-index:1;margin:15px 0 0;color:#8499b2;font-size:.62rem}
@media (max-width:980px){.hero-real-showcase{width:min(100%,500px);margin:auto}}
@media (max-width:560px){.hero-real-showcase{min-height:610px;padding:24px 14px 16px;border-radius:28px}
.hero-real-device{width:245px}
.hero-real-proof{position:relative;right:auto;bottom:auto;width:min(100%,300px);margin-top:-55px}
.hero-real-showcase .demo-disclaimer{margin-top:12px}}
@media (prefers-reduced-motion:reduce){.hero-real-device{transform:none}}

/* Hero premium experimental — V9.6 */
.hero-premium{min-height:calc(100svh - var(--header-h));padding:78px 0 70px;color:#fff;background:
  radial-gradient(circle at 76% 28%,rgba(36,112,255,.28),transparent 30%),
  radial-gradient(circle at 16% 88%,rgba(226,31,43,.18),transparent 27%),
  linear-gradient(135deg,#06111f 0%,#0a1b31 46%,#102b4b 100%)}
.hero-premium::before{z-index:0;background-image:linear-gradient(rgba(135,173,220,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(135,173,220,.07) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,#000,transparent 94%)}
.hero-premium::after{content:"";position:absolute;inset:auto 0 0;height:150px;pointer-events:none;background:linear-gradient(transparent,rgba(3,12,24,.3))}
.hero-premium .hero-grid{position:relative;z-index:2;grid-template-columns:minmax(0,1.02fr) minmax(430px,.98fr);gap:60px}
.hero-premium .eyebrow{color:#b9d3f4;background:rgba(89,146,218,.11);border-color:rgba(153,195,245,.18)}
.hero-premium h1{max-width:730px;color:#fff;text-wrap:balance}
.hero-premium h1 span{display:block;background:linear-gradient(90deg,#65a4ff,#6bd8ff);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-premium .hero-content>p:not(.hero-stage-note){max-width:620px;color:#b5c5d8}
.hero-premium .hero-secondary-action{border:1px solid rgba(164,197,238,.26);background:rgba(255,255,255,.08);box-shadow:none;color:#fff;backdrop-filter:blur(12px)}
.hero-premium .hero-secondary-action:hover{background:rgba(255,255,255,.14)}
.hero-premium .hero-stage-note{max-width:590px!important;color:#8297af!important}
.hero-solution-rail{display:flex;align-items:center;gap:13px;margin-top:34px;color:#c5d4e6;font-size:.72rem;font-weight:800;letter-spacing:.015em}
.hero-solution-rail i{width:4px;height:4px;border-radius:50%;background:#397dce;box-shadow:0 0 14px #397dce}
.hero-map{position:absolute;z-index:1;inset:0;overflow:hidden;pointer-events:none;opacity:.72}
.hero-route{position:absolute;height:2px;border-radius:99px;background:linear-gradient(90deg,transparent,rgba(83,154,255,.45),transparent);filter:drop-shadow(0 0 7px rgba(83,154,255,.7));transform-origin:left center}
.hero-route-one{right:-5%;top:38%;width:48%;transform:rotate(-17deg)}
.hero-route-two{right:8%;top:71%;width:32%;transform:rotate(22deg)}
.hero-map-point{position:absolute;width:10px;height:10px;border:2px solid #71b4ff;border-radius:50%;background:#0c223c;box-shadow:0 0 0 8px rgba(77,151,244,.08),0 0 24px rgba(77,151,244,.6)}
.hero-map-point.point-a{right:9%;top:24%}.hero-map-point.point-b{right:42%;top:55%}.hero-map-point.point-c{right:17%;top:78%}
.hero-premium .hero-real-showcase{min-height:620px;overflow:visible;border:0;background:transparent;box-shadow:none;padding:20px 36px 10px}
.hero-premium .hero-real-glow{top:50%;right:50%;width:470px;height:470px;transform:translate(50%,-50%);background:rgba(39,116,255,.16);box-shadow:0 0 130px rgba(39,116,255,.28)}
.hero-premium .hero-real-label{max-width:440px;color:#d9e8fa}
.hero-premium .hero-real-label span{color:#7f9ab9}
.hero-premium .hero-real-device{width:292px;margin-top:26px;box-shadow:0 38px 90px rgba(0,0,0,.55),0 0 0 1px rgba(120,174,241,.16);transform:perspective(1100px) rotateY(-5deg) rotateZ(1.2deg);animation:heroDeviceFloat 6s ease-in-out infinite}
.hero-premium .demo-disclaimer{color:#6f87a2}
@keyframes heroDeviceFloat{0%,100%{transform:perspective(1100px) rotateY(-5deg) rotateZ(1.2deg) translateY(0)}50%{transform:perspective(1100px) rotateY(-3deg) rotateZ(.4deg) translateY(-12px)}}
@media (max-width:1100px){.hero-premium .hero-grid{grid-template-columns:minmax(0,1fr) minmax(390px,.9fr);gap:30px}}
@media (max-width:980px){.hero-premium{padding-top:62px}.hero-premium .hero-grid{grid-template-columns:1fr;gap:38px}.hero-premium .hero-content{text-align:center;max-width:760px;margin:auto}.hero-premium .hero-content>p,.hero-premium .hero-stage-note{margin-left:auto!important;margin-right:auto!important}.hero-solution-rail,.hero-premium .hero-actions{justify-content:center}.hero-premium .hero-real-showcase{width:min(100%,560px);margin:auto}}
@media (max-width:620px){.hero-premium{padding:48px 0 42px}.hero-premium h1{font-size:clamp(2.45rem,12vw,3.5rem)}.hero-solution-rail{flex-wrap:wrap;justify-content:center;row-gap:8px}.hero-premium .hero-real-showcase{min-height:590px;padding-inline:0}.hero-premium .hero-real-device{width:245px}}
@media (max-width:430px){.hero-premium .hero-real-showcase{min-height:610px}.hero-solution-rail i{display:none}.hero-solution-rail span{width:100%}}
@media (prefers-reduced-motion:reduce){.hero-premium .hero-real-device{animation:none;transform:none}}
.download-section{position:relative;overflow:hidden;background:linear-gradient(135deg,#071526 0%,#0d2e55 62%,#17457a 100%);color:#fff}
.download-section:before{content:"";position:absolute;width:520px;height:520px;right:-170px;top:-250px;border-radius:50%;background:rgba(55,132,255,.2)}
.download-layout{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:90px;align-items:center}
.download-copy h2{max-width:680px;margin:4px 0 20px;font-size:clamp(2.35rem,4.7vw,4.25rem);line-height:1.02;letter-spacing:-.05em}
.download-copy>p{max-width:620px;margin-bottom:28px;color:#bed0e3;font-size:1.05rem;line-height:1.7}
.store-actions{display:flex;flex-wrap:wrap;gap:12px}
.store-button{display:flex;align-items:center;gap:12px;min-width:190px;padding:12px 18px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:#fff;color:#071526;box-shadow:0 14px 34px rgba(0,0,0,.2);transition:.2s ease}
.store-button:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(0,0,0,.27)}
.store-button>span{display:grid;width:32px;height:32px;place-items:center;border-radius:9px;background:#e9f0f8;color:#154b83;font-weight:900}
.store-button>div{display:grid}
.store-button small{font-size:.62rem;color:#66768a}
.store-button strong{font-size:1rem;line-height:1.2}
.download-pending{display:flex;align-items:center;gap:14px;max-width:560px;margin-top:8px;padding:18px 20px;border:1px solid rgba(255,255,255,.15);border-radius:16px;background:rgba(255,255,255,.08);backdrop-filter:blur(12px)}
.download-pending>span{display:grid;flex:0 0 40px;width:40px;height:40px;place-items:center;border-radius:12px;background:var(--red);font-size:1.25rem;font-weight:900}
.download-pending>div{display:grid;gap:3px}
.download-pending strong{font-size:.9rem}
.download-pending small{color:#aebfd2;font-size:.72rem;line-height:1.5}
.download-note{margin:17px 0 0!important;color:#8fa8c2!important;font-size:.72rem!important}
.download-visual{position:relative;display:grid;justify-items:center;min-height:560px}
.download-device{position:relative;z-index:1;width:270px;padding:8px;border:1px solid rgba(255,255,255,.22);border-radius:35px;background:#030810;box-shadow:0 30px 70px rgba(0,0,0,.48);transform:rotate(3deg)}
.download-device>span{position:absolute;z-index:2;top:13px;left:50%;width:60px;height:5px;transform:translateX(-50%);border-radius:10px;background:#030810}
.download-device img{display:block;width:100%;height:auto;border-radius:27px}
@media (max-width:900px){.download-layout{grid-template-columns:1fr;gap:45px;text-align:center}
.download-copy h2,.download-copy>p{margin-right:auto;margin-left:auto}
.store-actions{justify-content:center}
.download-pending{margin:auto;text-align:left}
.download-note{text-align:center}
.download-visual{min-height:520px}}
@media (max-width:520px){.download-section{padding:76px 0}
.download-copy h2{font-size:2.4rem}
.store-actions{display:grid}
.store-button{width:100%}
.download-pending{align-items:flex-start}
.download-visual{min-height:480px}
.download-device{width:235px}}

/* Radar premium — central de atendimento */
.emergency-visual{position:relative;isolation:isolate;width:100%;max-width:560px;min-height:590px;padding:26px 24px 24px;gap:12px;overflow:hidden;border:1px solid rgba(126,171,226,.16);border-radius:34px;background:radial-gradient(circle at 50% 45%,rgba(28,104,205,.2),transparent 36%),linear-gradient(155deg,#071526 0%,#0a213c 55%,#0d2b4c 100%);box-shadow:0 34px 85px rgba(4,18,35,.3)}
.emergency-visual::before{content:"";position:absolute;z-index:-1;inset:0;background-image:linear-gradient(rgba(127,169,218,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(127,169,218,.055) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to bottom,#000,transparent 88%)}
.radar-panel-heading{position:relative;z-index:7;display:flex;align-items:center;justify-content:space-between;width:100%;color:#fff}
.radar-panel-heading span{display:flex;align-items:center;gap:8px;font-size:.72rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}
.radar-panel-heading span i{width:7px;height:7px;border-radius:50%;background:#3c95ff;box-shadow:0 0 0 6px rgba(60,149,255,.1),0 0 18px rgba(60,149,255,.8)}
.radar-panel-heading small{color:#728ba7;font-size:.62rem}
.emergency-visual .radar{width:440px;height:440px;overflow:visible;border-radius:50%;filter:drop-shadow(0 24px 42px rgba(0,0,0,.25))}
.emergency-visual .radar::before{content:"";position:absolute;z-index:2;inset:18px;border-radius:50%;background:conic-gradient(from 10deg,transparent 0 76%,rgba(55,147,255,.03) 82%,rgba(78,164,255,.23) 96%,transparent 100%);transform-origin:center}
.emergency-visual.is-animating .radar::before{animation:premiumRadarSweep 4.8s linear infinite}
.emergency-visual .radar::after{content:"";position:absolute;z-index:2;left:50%;top:50%;width:46%;height:1px;transform-origin:left;background:linear-gradient(90deg,rgba(82,165,255,.72),transparent);opacity:.48}
.emergency-visual.is-animating .radar::after{animation:premiumRadarLine 4.8s linear infinite}
.emergency-visual .radar-ring{border:1px solid rgba(102,158,225,.16);box-shadow:inset 0 0 35px rgba(30,102,192,.025)}
.emergency-visual .radar-center{z-index:6;width:112px;height:112px;padding:17px;border:1px solid rgba(255,255,255,.55);background:rgba(255,255,255,.96)!important;box-shadow:0 0 0 12px rgba(225,31,43,.07),0 20px 55px rgba(0,0,0,.35),0 0 45px rgba(225,31,43,.18)}
.emergency-visual .radar-center::after{content:"Você";position:absolute;left:50%;bottom:-27px;transform:translateX(-50%);padding:4px 8px;border:1px solid rgba(134,177,228,.2);border-radius:999px;background:#0b223e;color:#9bb5d1;font-size:.55rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
.radar-routes{position:absolute;z-index:3;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}
.radar-routes .route{fill:none;stroke:rgba(84,160,255,.28);stroke-width:1.5;stroke-linecap:round;stroke-dasharray:5 8;transition:stroke .45s ease,filter .45s ease,opacity .45s ease}
.emergency-visual.is-animating .radar-routes .route{animation:premiumRouteFlow 2.2s linear infinite}
.emergency-visual[data-radar-state="accepted"] .route-two,.emergency-visual[data-radar-state="arriving"] .route-two{stroke:#36d58a;stroke-width:2.5;filter:drop-shadow(0 0 7px rgba(54,213,138,.8));opacity:1}
.emergency-visual .radar-point{z-index:7;display:flex;width:auto;height:auto;min-width:92px;padding:9px 11px;gap:8px;align-items:center;border:1px solid rgba(153,192,238,.18);border-radius:15px;background:rgba(7,26,49,.86);box-shadow:0 16px 40px rgba(0,0,0,.32);backdrop-filter:blur(13px);color:#fff}
.emergency-visual .radar-point b{display:grid;width:31px;height:31px;place-items:center;border-radius:9px;background:rgba(255,255,255,.09);font-size:15px}
.emergency-visual .radar-point small{color:#8fa8c4;font-size:.59rem;font-weight:750}
.emergency-visual .radar-point.p1{left:2%;top:10%}.emergency-visual .radar-point.p2{right:0;top:27%}.emergency-visual .radar-point.p3{right:6%;bottom:7%}
.emergency-visual[data-radar-state="accepted"] .p2,.emergency-visual[data-radar-state="arriving"] .p2{border-color:rgba(65,221,148,.48);background:rgba(10,58,52,.92);box-shadow:0 18px 45px rgba(19,193,112,.2),0 0 0 5px rgba(65,221,148,.06)}
.emergency-visual[data-radar-state="accepted"] .p2 small{color:#7ee6b6}.emergency-visual[data-radar-state="arriving"] .p2 small{color:#8fc3ff}
.radar-route-dot{display:none}
.emergency-status-card{z-index:8;width:min(420px,100%);min-height:72px;padding:15px 17px;border:1px solid rgba(145,187,235,.17);border-radius:18px;background:rgba(5,22,42,.88);box-shadow:0 20px 52px rgba(0,0,0,.3);backdrop-filter:blur(15px);color:#fff}
.emergency-status-card strong{font-size:.8rem;color:#fff}.emergency-status-card small{color:#829ab5;font-size:.66rem}
.status-dot{position:relative;width:11px;height:11px;border-radius:50%;background:#3a97ff;box-shadow:0 0 0 7px rgba(58,151,255,.1),0 0 18px rgba(58,151,255,.7)}
.status-dot::after{content:"";position:absolute;inset:-7px;border:1px solid rgba(58,151,255,.35);border-radius:50%}
.emergency-status-card[data-radar-state="accepted"] .status-dot{background:#38d58b;box-shadow:0 0 0 7px rgba(56,213,139,.1),0 0 18px rgba(56,213,139,.65)}
.emergency-status-card[data-radar-state="arriving"] .status-dot{background:#69aaff;box-shadow:0 0 0 7px rgba(105,170,255,.1),0 0 18px rgba(105,170,255,.7)}
.emergency-status-card[data-radar-state="accepted"],.emergency-status-card[data-radar-state="arriving"]{transform:translateY(-3px)}
@keyframes premiumRadarSweep{to{transform:rotate(1turn)}}
@keyframes premiumRadarLine{to{transform:rotate(1turn)}}
@keyframes premiumRouteFlow{to{stroke-dashoffset:-26}}
@media (max-width:720px){.emergency-visual{max-width:520px;min-height:500px;padding:21px 16px}.emergency-visual .radar{width:350px;height:350px}.emergency-visual .radar-point{min-width:80px;padding:7px 8px}.emergency-visual .radar-point b{width:27px;height:27px}.emergency-visual .radar-point.p1{left:1%;top:8%}.emergency-visual .radar-point.p2{right:1%;top:25%}.emergency-visual .radar-point.p3{right:5%;bottom:5%}.radar-panel-heading small{display:none}.emergency-visual .radar-center{width:98px;height:98px}}
@media (max-width:480px){.emergency-visual{min-height:445px;padding:18px 12px;border-radius:26px}.emergency-visual .radar{width:300px;height:300px}.emergency-visual .radar-point{min-width:0;padding:6px}.emergency-visual .radar-point b{width:28px;height:28px}.emergency-visual .radar-point small{display:none}.emergency-visual .radar-point.p1{left:3%;top:8%}.emergency-visual .radar-point.p2{right:3%;top:24%}.emergency-visual .radar-point.p3{right:7%;bottom:5%}.emergency-visual .radar-center{width:88px;height:88px}.emergency-status-card{min-height:66px;padding:13px 14px}}
@media (prefers-reduced-motion:reduce){.emergency-visual .radar::before,.emergency-visual .radar::after,.emergency-visual .radar-routes .route{animation:none!important}.emergency-visual .radar::after{opacity:.18}}

/* Download premium — lançamento nas lojas */
.download-section{isolation:isolate;padding:110px 0;background:radial-gradient(circle at 78% 40%,rgba(54,137,255,.24),transparent 28%),linear-gradient(140deg,#061321 0%,#0a213b 55%,#103961 100%)}
.download-section::after{content:"";position:absolute;z-index:-1;inset:0;background-image:linear-gradient(rgba(125,171,226,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(125,171,226,.045) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(90deg,#000,transparent 82%)}
.download-layout{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:80px}
.download-copy h2{text-wrap:balance}
.download-launch-card{max-width:620px;padding:22px;border:1px solid rgba(160,198,242,.16);border-radius:22px;background:rgba(6,25,47,.62);box-shadow:0 24px 65px rgba(0,0,0,.2);backdrop-filter:blur(16px)}
.download-launch-heading{display:flex;align-items:center;gap:13px}
.download-launch-heading>span{display:grid;flex:0 0 42px;width:42px;height:42px;place-items:center;border-radius:13px;background:linear-gradient(145deg,#ed2732,#c91622);box-shadow:0 12px 28px rgba(225,31,43,.25);font-size:1.15rem;font-weight:900}
.download-launch-heading>div{display:grid;gap:2px}.download-launch-heading small{color:#7893b0;font-size:.61rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.download-launch-heading strong{font-size:1rem}
.download-launch-card>p{margin:14px 0 17px;color:#91a8c1;font-size:.76rem;line-height:1.6}
.download-store-preview{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.download-store-preview>div{display:flex;align-items:center;gap:11px;padding:13px 14px;border:1px solid rgba(154,194,239,.12);border-radius:15px;background:rgba(255,255,255,.055)}
.download-store-preview>div>span{display:grid;flex:0 0 34px;width:34px;height:34px;place-items:center;border-radius:10px;background:rgba(115,168,230,.1);color:#b8d8ff;font-size:.74rem;font-weight:900}
.download-store-preview p{display:grid;gap:1px;margin:0}.download-store-preview small{color:#718ba8;font-size:.55rem}.download-store-preview strong{color:#eaf4ff;font-size:.76rem}
.download-qr-note{display:flex;align-items:center;gap:10px;margin-top:13px;padding-top:14px;border-top:1px solid rgba(152,193,239,.12)}
.download-qr-note>span{display:grid;flex:0 0 30px;width:30px;height:30px;place-items:center;border-radius:9px;background:rgba(67,146,239,.1);color:#76b4ff;font-size:1rem}
.download-qr-note p{display:grid;gap:2px;margin:0}.download-qr-note strong{color:#cfe4fa;font-size:.67rem}.download-qr-note small{color:#718ba8;font-size:.59rem;line-height:1.4}
.download-visual{isolation:isolate;align-content:center;min-height:610px}
.download-visual::before{content:"";position:absolute;z-index:-2;top:50%;left:50%;width:440px;height:440px;transform:translate(-50%,-50%);border:1px solid rgba(104,170,248,.12);border-radius:50%;box-shadow:0 0 0 55px rgba(72,143,228,.035),0 0 0 110px rgba(72,143,228,.02)}
.download-orbit{position:absolute;z-index:-1;top:50%;left:50%;width:380px;height:380px;transform:translate(-50%,-50%);border:1px dashed rgba(114,178,255,.18);border-radius:50%}
.download-orbit::after{content:"";position:absolute;top:38px;right:54px;width:9px;height:9px;border-radius:50%;background:#63a9ff;box-shadow:0 0 0 8px rgba(99,169,255,.08),0 0 24px rgba(99,169,255,.75)}
.download-device{width:285px;transform:perspective(1100px) rotateY(-5deg) rotateZ(2deg);box-shadow:0 40px 95px rgba(0,0,0,.55),0 0 0 1px rgba(125,181,248,.14);animation:downloadDeviceFloat 6s ease-in-out infinite}
@keyframes downloadDeviceFloat{0%,100%{transform:perspective(1100px) rotateY(-5deg) rotateZ(2deg) translateY(0)}50%{transform:perspective(1100px) rotateY(-3deg) rotateZ(.8deg) translateY(-12px)}}
@media (max-width:900px){.download-section{padding:90px 0}.download-layout{grid-template-columns:1fr;gap:54px}.download-launch-card{margin-inline:auto;text-align:left}.download-visual{width:min(100%,540px);margin-inline:auto}}
@media (max-width:520px){.download-section{padding:72px 0}.download-launch-card{padding:18px}.download-store-preview{grid-template-columns:1fr}.download-visual{min-height:480px}.download-visual::before{width:320px;height:320px;box-shadow:0 0 0 35px rgba(72,143,228,.035)}.download-orbit{width:300px;height:300px}.download-device{width:235px}}
@media (prefers-reduced-motion:reduce){.download-device{animation:none;transform:none}}

/* Jornada premium — telas reais do aplicativo */
.app-showcase-section{position:relative;isolation:isolate;padding:112px 0;background:radial-gradient(circle at 18% 44%,rgba(54,132,232,.1),transparent 28%),linear-gradient(145deg,#f8fbff 0%,#edf3fa 100%)}
.app-showcase-section::before{content:"";position:absolute;z-index:-1;inset:0;background-image:linear-gradient(rgba(18,61,112,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(18,61,112,.035) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(90deg,#000,transparent 72%)}
.app-showcase-layout{grid-template-columns:minmax(390px,.86fr) minmax(0,1.14fr);gap:92px;max-width:1180px}
.app-showcase-copy{grid-column:2;grid-row:1;align-self:center}
.app-showcase-copy h2{max-width:610px;font-size:clamp(2.5rem,4.6vw,4rem);text-wrap:balance}
.app-showcase-copy>p{max-width:570px;color:#65778d}
.app-journey-progress{display:flex;align-items:center;gap:14px;margin-top:29px;color:#50657d}
.app-journey-progress>span{flex:0 0 auto;font-size:.65rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.app-journey-progress>div{height:3px;flex:1;max-width:420px;overflow:hidden;border-radius:4px;background:#d8e2ee}
.app-journey-progress i{display:block;width:25%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#1769ff,#55a5ff);box-shadow:0 0 14px rgba(23,105,255,.45);transition:width .45s ease}
.app-journey-tabs{position:relative;gap:9px;margin-top:18px}
.app-journey-tabs::before{content:"";position:absolute;z-index:0;top:28px;bottom:28px;left:34px;width:1px;background:linear-gradient(#b9cbe0,rgba(185,203,224,.18))}
.app-journey-tab{position:relative;z-index:1;min-height:70px;padding:12px 16px;border:1px solid transparent;border-radius:17px;background:rgba(255,255,255,.34);backdrop-filter:blur(10px)}
.app-journey-tab:hover{border-color:#d8e4f1;background:#fff;transform:translateX(3px)}
.app-journey-tab.is-active{border-color:rgba(68,130,211,.2);background:linear-gradient(135deg,#0a1c31,#12375e);box-shadow:0 18px 48px rgba(12,39,72,.18);color:#fff;transform:translateX(7px)}
.app-journey-tab>b{flex-basis:38px;width:38px;height:38px;border:1px solid #d7e2ee;background:#f4f7fb;color:#70839a}
.app-journey-tab.is-active>b{border-color:rgba(99,169,255,.35);background:#1769ff;box-shadow:0 9px 22px rgba(23,105,255,.32)}
.app-journey-tab strong{font-size:.84rem}.app-journey-tab small{font-size:.67rem}.app-journey-tab.is-active small{color:#91a9c4}
.app-journey-controls{display:flex;justify-content:flex-end;gap:8px;margin-top:15px}
.app-journey-controls button{display:grid;width:40px;height:40px;place-items:center;border:1px solid #d5e0ec;border-radius:12px;background:rgba(255,255,255,.75);box-shadow:0 8px 22px rgba(12,39,72,.07);color:#17385e;font-size:1rem;cursor:pointer;transition:.2s ease}
.app-journey-controls button:hover{border-color:#8db7ec;background:#fff;color:#1769ff;transform:translateY(-2px)}
.app-showcase-visual{grid-column:1;grid-row:1;isolation:isolate;min-height:710px;padding:38px 28px 24px;overflow:hidden;border:1px solid rgba(129,177,232,.16);background:radial-gradient(circle at 50% 34%,rgba(44,126,231,.25),transparent 32%),linear-gradient(155deg,#061321 0%,#0a213c 58%,#10365d 100%);box-shadow:0 38px 90px rgba(8,31,58,.24)}
.app-showcase-visual::before{content:"";position:absolute;z-index:-1;inset:0;background-image:linear-gradient(rgba(125,170,222,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(125,170,222,.055) 1px,transparent 1px);background-size:35px 35px;mask-image:linear-gradient(to bottom,#000,transparent 88%)}
.app-visual-orbit:before{width:460px;height:460px;top:70px;right:50%;transform:translateX(50%);border:1px solid rgba(111,177,255,.1);background:transparent;box-shadow:0 0 0 55px rgba(66,143,235,.025),0 0 0 110px rgba(66,143,235,.015)}
.app-visual-orbit span:first-child{width:315px;height:315px;right:50%;top:145px;transform:translateX(50%);border-style:dashed}
.app-visual-orbit span:last-child{width:410px;height:410px;right:50%;top:98px;transform:translateX(50%)}
.app-device{width:min(100%,290px);border-color:rgba(151,199,255,.24);box-shadow:0 38px 82px rgba(0,0,0,.55),0 0 0 1px rgba(117,177,248,.11);animation:appDeviceFloat 6s ease-in-out infinite}
.app-device img{transition:opacity .2s ease,transform .32s ease}.app-device img.is-changing{opacity:0;transform:translateY(8px) scale(.985)}
.app-visual-caption{margin-top:17px;padding:17px 18px 19px;border:1px solid rgba(145,190,241,.14);border-radius:17px;background:rgba(5,22,42,.72);backdrop-filter:blur(14px);text-align:left}
.app-visual-caption span{color:#6eafff}.app-visual-caption strong{font-size:.94rem}.app-visual-caption p{max-width:none;margin:2px 0 0;color:#8fa6bf}
.app-showcase-note{margin-top:34px;color:#708197;font-size:.7rem}
@keyframes appDeviceFloat{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-10px) rotate(.3deg)}}
@media (max-width:980px){.app-showcase-section{padding:92px 0}.app-showcase-layout{grid-template-columns:1fr;gap:44px;max-width:760px}.app-showcase-copy{grid-column:1;grid-row:1}.app-showcase-visual{grid-column:1;grid-row:2;width:min(100%,500px)}.app-journey-progress>div{max-width:none}.app-journey-controls{justify-content:center}}
@media (max-width:680px){.app-showcase-section{padding:72px 0}.app-showcase-copy h2{font-size:2.45rem}.app-journey-tabs{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 2px 9px}.app-journey-tabs::before{display:none}.app-journey-tab{flex:0 0 255px;scroll-snap-align:center}.app-journey-tab.is-active{transform:none}.app-showcase-visual{min-height:650px}.app-device{width:245px}.app-visual-caption{text-align:center}}
@media (prefers-reduced-motion:reduce){.app-device{animation:none}.app-journey-progress i{transition:none}.app-journey-tab.is-active{transform:none}}

/* Responsividade consolidada — revisão multitelas */
img,svg{max-width:100%}
.hero-grid,.emergency-detail-grid,.schedule-detail-grid,.app-showcase-layout,.download-layout,.footer-main{min-width:0}
.hero-content,.emergency-copy,.schedule-copy,.app-showcase-copy,.download-copy,.footer-about,.footer-column{min-width:0}
h1,h2,h3,p,small,strong,a,li{overflow-wrap:break-word}

@media (max-width:980px){
  .nav-links.open{max-height:calc(100dvh - var(--header-h));overflow-y:auto;border-bottom:1px solid var(--border)}
  .nav-links.open a{padding:10px 4px}
  .hero-premium .hero-grid{grid-template-columns:minmax(0,1fr)}
  .hero-premium .hero-real-showcase{max-width:560px}
  .emergency-detail-grid,.schedule-detail-grid{grid-template-columns:minmax(0,1fr)}
  .app-showcase-layout,.download-layout{grid-template-columns:minmax(0,1fr)}
}

@media (max-width:720px){
  .container{width:min(100% - 32px,1160px)}
  .button{min-height:46px;padding:13px 18px}
  .section-heading h2,.emergency-copy h2,.schedule-copy h2{font-size:clamp(2rem,9.5vw,2.7rem);letter-spacing:-.04em}
  .section-heading p,.emergency-copy>p,.schedule-copy>p{font-size:.94rem}

  .hero-premium{padding:44px 0 54px}
  .hero-premium .hero-grid{gap:34px}
  .hero-premium h1{font-size:clamp(2.35rem,11.5vw,3.35rem);letter-spacing:-.045em}
  .hero-premium .hero-content>p:not(.hero-stage-note){font-size:1rem;line-height:1.62}
  .hero-premium .hero-actions{display:grid;width:100%;grid-template-columns:minmax(0,1fr)}
  .hero-premium .hero-actions .button{width:100%}
  .hero-stage-note{text-align:left}
  .hero-premium .hero-real-showcase{width:100%;min-height:auto;padding:20px 12px 22px;overflow:hidden}
  .hero-real-label{gap:12px;flex-wrap:wrap}
  .hero-premium .hero-real-device{width:min(245px,88vw);margin-top:20px}
  .hero-solution-rail{gap:9px 12px}

  .client-option-card{padding:24px 20px;border-radius:22px}
  .option-header{align-items:flex-start}
  .option-header>div{min-width:0}
  .option-header h3{font-size:1.42rem;line-height:1.18}
  .text-link{line-height:1.45}

  .emergency-visual{width:100%;max-width:100%;min-height:auto;padding:20px 12px 18px;overflow:hidden}
  .radar-panel-heading{gap:10px}
  .emergency-visual .radar{width:min(350px,calc(100vw - 64px));height:auto;aspect-ratio:1;margin:0!important;transform:none!important}
  .emergency-visual .radar-point{min-width:0}
  .emergency-status-card{position:relative;inset:auto;width:100%;margin:4px 0 0;transform:none}

  .schedule-board{width:100%;padding:20px 16px;border-radius:22px}
  .schedule-board-header{gap:10px}
  .schedule-board-header>div,.selected-service>div,.schedule-confirmation>div{min-width:0}
  .schedule-service-selector{grid-template-columns:repeat(3,minmax(0,1fr))}
  .schedule-service-selector button{min-width:0}
  .selected-service{padding:13px 11px}
  .calendar-preview{padding:15px 10px}
  .calendar-days,.calendar-dates{gap:3px}
  .time-options{grid-template-columns:repeat(2,minmax(0,1fr))}
  .schedule-confirmation{gap:12px;align-items:center}
  .schedule-confirmation button{flex:0 0 auto}

  .app-showcase-section{padding:72px 0}
  .app-showcase-copy{text-align:left}
  .app-showcase-copy h2{font-size:clamp(2.15rem,10vw,2.75rem)}
  .app-journey-tabs{display:grid;grid-template-columns:minmax(0,1fr);overflow:visible;padding:0;scroll-snap-type:none}
  .app-journey-tab{width:100%;min-height:68px;flex:none}
  .app-journey-controls{justify-content:center}
  .app-showcase-visual{width:100%;min-height:auto;padding:28px 16px 18px;border-radius:26px}
  .app-device{width:min(245px,100%)}
  .app-visual-caption{width:100%;padding:15px 13px 16px;text-align:center}
  .app-showcase-note{margin-top:24px}

  .download-section{padding:72px 0}
  .download-layout{gap:44px}
  .download-copy h2{font-size:clamp(2.2rem,10.5vw,3rem);line-height:1.06}
  .download-launch-card{width:100%;padding:18px}
  .download-visual{width:100%;min-height:auto;padding:24px 0 18px;overflow:hidden}
  .download-device{width:min(235px,78vw)}
  .download-visual::before{width:min(320px,92vw);height:auto;aspect-ratio:1}
  .download-orbit{width:min(300px,84vw);height:auto;aspect-ratio:1}

  .provider-mode-card{padding:24px 20px}
  .faq-toolbar{width:100%}
  .faq-search input{min-width:0}
  .faq-filters{justify-content:center;overflow:visible;flex-wrap:wrap}
  .faq-group{padding:16px}
  .privacy-consent{max-height:calc(100dvh - 28px);overflow-y:auto}
  .footer-main{grid-template-columns:minmax(0,1fr);gap:30px}
  .footer-about,.footer-column,.footer-column:last-child{grid-column:auto}
  .footer-bottom{align-items:flex-start}
}

@media (max-width:420px){
  .container{width:min(100% - 24px,1160px)}
  .brand-official img{height:44px!important;max-width:190px}
  .menu-button{min-width:44px;min-height:44px;padding:6px}
  .hero-premium{padding-top:36px}
  .hero-premium h1{font-size:clamp(2.15rem,11.7vw,2.8rem)}
  .eyebrow{font-size:.66rem;line-height:1.5;letter-spacing:1.15px}
  .hero-solution-rail span{width:100%}
  .hero-solution-rail i{display:none}
  .hero-real-label span{font-size:.58rem}
  .hero-real-label strong{font-size:.7rem}
  .option-icon{flex-basis:48px;width:48px;height:48px}
  .option-header{gap:12px}
  .option-problems span{font-size:.67rem}
  .emergency-visual{padding-inline:9px}
  .emergency-visual .radar{width:min(286px,calc(100vw - 54px))}
  .emergency-visual .radar-point{padding:6px}
  .emergency-visual .radar-point small{display:none}
  .emergency-visual .radar-center{width:86px;height:86px;padding:13px}
  .schedule-board{padding:17px 12px}
  .schedule-service-selector{gap:5px}
  .schedule-service-selector button{font-size:.65rem;padding-inline:3px}
  .service-symbol{flex:0 0 40px;width:40px;height:40px}
  .schedule-confirmation{align-items:stretch;flex-direction:column}
  .schedule-confirmation button{width:100%;min-height:42px}
  .app-journey-progress{gap:9px}
  .app-journey-tab{padding:11px 12px;gap:11px}
  .app-journey-tab>b{flex-basis:35px;width:35px;height:35px}
  .download-launch-heading{align-items:flex-start}
  .download-launch-heading>div{min-width:0}
  .download-store-preview{grid-template-columns:minmax(0,1fr)}
  .download-qr-note{align-items:flex-start}
  .faq-group .faq-list summary{font-size:.75rem}
  .privacy-consent-actions{grid-template-columns:minmax(0,1fr)}
  .footer-brand img{max-width:210px}
}

@media (min-width:981px) and (max-width:1180px){
  .container{width:min(100% - 48px,1160px)}
  .hero-premium .hero-grid{gap:28px}
  .hero-premium .hero-real-showcase{padding-inline:18px}
  .emergency-detail-grid,.schedule-detail-grid{gap:42px}
  .app-showcase-layout{gap:54px}
  .download-layout{gap:52px}
}
