:root{
  --navy-950:#030b16;
  --navy-900:#071526;
  --navy-850:#0a1b31;
  --navy-800:#0e2644;
  --blue-600:#1f63f3;
  --blue-500:#2f73ff;
  --cyan-400:#22d3ee;
  --green-500:#10b981;
  --white:#f8fbff;
  --ink:#071526;
  --muted:#a8bad0;
  --line:rgba(139,181,231,.22);
  --shadow:0 28px 80px rgba(0,0,0,.32);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.public-entry-page{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--navy-950);color:var(--white);min-height:100vh;overflow-x:hidden}
body.public-entry-page a{color:inherit;text-decoration:none}
body.public-entry-page button{font:inherit}
body.public-entry-page img{max-width:100%;display:block}
.pe-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.pe-header{position:sticky;top:0;z-index:50;background:rgba(3,11,22,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(139,181,231,.12)}
.pe-header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.pe-brand{display:inline-flex;align-items:center;gap:11px;font-weight:900;font-size:1.32rem;letter-spacing:-.04em;color:#f8fbff!important}
.pe-brand-mark{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;color:#60a5fa;background:rgba(96,165,250,.08);border:1px solid rgba(96,165,250,.2);box-shadow:none}
.pe-brand-mark .material-icons-round{font-size:27px;color:#60a5fa}
.pe-brand-name{color:#f8fbff!important}
.pe-brand-tech{color:#60a5fa!important}
.pe-header-actions{display:flex;align-items:center;gap:10px}
.pe-header-link{padding:10px 14px;border-radius:12px;color:#dce8f6!important;font-size:.9rem;font-weight:750;opacity:1}
.pe-header-link:hover,.pe-header-link:focus-visible{background:rgba(255,255,255,.08);color:#fff!important}
.pe-header-cta{padding:11px 16px;border-radius:13px;background:var(--blue-500);color:#fff!important;box-shadow:0 12px 28px rgba(47,115,255,.27);font-weight:850;font-size:.9rem}
.pe-header-cta:hover{background:#4b83ff;transform:translateY(-1px)}
.pe-accessibility-slot{display:inline-flex;align-items:center;min-width:42px;min-height:42px}

.gateway-main{position:relative;isolation:isolate}
.gateway-main::before,.gateway-main::after{content:"";position:absolute;border-radius:50%;filter:blur(18px);z-index:-1;pointer-events:none}
.gateway-main::before{width:560px;height:560px;left:-260px;top:80px;background:radial-gradient(circle,rgba(47,115,255,.22),transparent 68%)}
.gateway-main::after{width:560px;height:560px;right:-280px;top:260px;background:radial-gradient(circle,rgba(34,211,238,.12),transparent 68%)}
.gateway-intro{text-align:center;padding:82px 0 34px}
.gateway-kicker,.assist-kicker{display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border:1px solid rgba(94,160,255,.28);border-radius:999px;background:rgba(30,91,206,.12);font-size:.75rem;font-weight:900;letter-spacing:.12em;color:#9fc1ff}
.gateway-kicker::before,.assist-kicker::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--cyan-400);box-shadow:0 0 16px var(--cyan-400)}
.gateway-intro h1{font-family:Manrope,Inter,sans-serif;font-size:clamp(2.35rem,6vw,4.9rem);line-height:1.02;letter-spacing:-.065em;margin:22px auto 18px;max-width:900px}
.gateway-intro h1 span{background:linear-gradient(90deg,#fff 0%,#8ab4ff 45%,#22d3ee 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.gateway-intro p{max-width:710px;margin:0 auto;color:#aebed1;font-size:clamp(1rem,2vw,1.2rem);line-height:1.7}
.gateway-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;padding:28px 0 76px}
.gateway-card{position:relative;min-height:550px;border:1px solid var(--line);border-radius:32px;overflow:hidden;background:linear-gradient(155deg,rgba(15,38,70,.96),rgba(5,16,30,.98));box-shadow:var(--shadow);display:flex;flex-direction:column;padding:34px;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.gateway-card:hover{transform:translateY(-5px);border-color:rgba(88,151,255,.5);box-shadow:0 34px 90px rgba(0,0,0,.42)}
.gateway-card::before{content:"";position:absolute;inset:auto -90px -140px auto;width:390px;height:390px;border-radius:50%;background:radial-gradient(circle,rgba(47,115,255,.25),transparent 70%);pointer-events:none}
.gateway-card.assistance-card::before{background:radial-gradient(circle,rgba(16,185,129,.20),transparent 70%)}
.gateway-card-top{display:flex;align-items:center;justify-content:space-between;gap:16px;position:relative;z-index:2}
.gateway-label{display:inline-flex;align-items:center;gap:8px;font-size:.72rem;font-weight:900;letter-spacing:.13em;color:#bcd0e8}
.gateway-label .material-icons-round{color:var(--cyan-400)}
.gateway-number{font-size:.78rem;color:#6f87a3;font-weight:800}
.gateway-card h2{font-family:Manrope,Inter,sans-serif;font-size:clamp(2rem,4vw,3.15rem);line-height:1.04;letter-spacing:-.055em;margin:32px 0 14px;max-width:560px}
.gateway-card h2 span{color:#6ea0ff}
.assistance-card h2 span{color:#48d7aa}
.gateway-card>p{color:#aec0d5;line-height:1.7;margin:0 0 22px;max-width:550px}
.gateway-points{display:grid;gap:11px;margin:0 0 26px;padding:0;list-style:none;position:relative;z-index:2}
.gateway-points li{display:flex;align-items:center;gap:10px;color:#d9e5f2;font-size:.94rem}
.gateway-points .material-icons-round{font-size:20px;color:#67a0ff}
.assistance-card .gateway-points .material-icons-round{color:#31ce9a}
.gateway-visual{position:relative;margin-top:auto;min-height:176px;border-radius:22px;border:1px solid rgba(130,174,225,.18);background:rgba(2,10,20,.52);overflow:hidden;display:grid;place-items:center}
.gateway-visual img{width:100%;height:100%;object-fit:cover;object-position:top center;opacity:.92}
.gateway-system-visual{grid-template-columns:1.4fr .6fr;padding:14px;gap:12px}
.gateway-system-visual img{border-radius:14px;height:148px;object-fit:cover}
.gateway-mini-panel{height:148px;border-radius:14px;background:linear-gradient(160deg,#153664,#08172a);padding:16px;display:grid;align-content:center;gap:9px;text-align:center}
.gateway-mini-panel .material-icons-round{font-size:42px;color:#75a5ff}
.gateway-mini-panel strong{font-size:.85rem}
.gateway-assistance-visual{padding:18px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.gateway-device-icons{display:grid;grid-template-columns:repeat(2,68px);gap:10px}
.gateway-device-icons span{width:68px;height:68px;border-radius:18px;display:grid;place-items:center;background:rgba(20,70,99,.54);border:1px solid rgba(76,218,179,.18)}
.gateway-device-icons .material-icons-round{font-size:31px;color:#47d9aa}
.gateway-qr{display:flex;align-items:center;gap:15px;color:#d8e8f7}
.gateway-qr img{width:118px;height:118px;background:white;padding:7px;border-radius:18px}
.gateway-qr small{display:block;color:#91a9c0;line-height:1.5;margin-top:6px;max-width:135px}
.gateway-card-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px;position:relative;z-index:2}
.gateway-primary,.gateway-secondary{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 18px;border-radius:14px;font-weight:900;font-size:.92rem;transition:.2s ease}
.gateway-primary{background:var(--blue-500);box-shadow:0 14px 30px rgba(47,115,255,.25)}
.assistance-card .gateway-primary{background:var(--green-500);box-shadow:0 14px 30px rgba(16,185,129,.22)}
.gateway-primary:hover,.gateway-secondary:hover{transform:translateY(-2px)}
.gateway-secondary{border:1px solid rgba(151,187,229,.25);background:rgba(255,255,255,.045);color:#d7e5f3}
.gateway-note{text-align:center;color:#7f96ae;font-size:.84rem;padding:0 0 42px}

/* Assistance landing */
.assist-body{background:#f5f8fc!important;color:var(--ink)!important}
.assist-body .pe-header{background:rgba(7,21,38,.97);border-bottom-color:rgba(148,184,226,.18);box-shadow:0 8px 24px rgba(2,9,18,.18)}
.assist-main{overflow:hidden}
.assist-hero{background:linear-gradient(145deg,#04101f 0%,#0b2544 64%,#0b3152 100%);color:white;padding:78px 0 70px;position:relative;isolation:isolate}
.assist-hero::before{content:"";position:absolute;width:540px;height:540px;border-radius:50%;right:-170px;top:-240px;background:radial-gradient(circle,rgba(47,115,255,.35),transparent 68%);z-index:-1}
.assist-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}
.assist-hero h1{font-family:Manrope,Inter,sans-serif;font-size:clamp(2.65rem,5.5vw,5.2rem);line-height:.98;letter-spacing:-.066em;margin:22px 0 20px;max-width:720px}
.assist-hero h1 span{color:#62a0ff}
.assist-hero-copy>p{font-size:clamp(1rem,2vw,1.18rem);line-height:1.75;color:#bfd0e2;max-width:650px}
.assist-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 24px}
.assist-primary,.assist-secondary{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:15px 20px;border-radius:15px;font-weight:900;transition:.2s ease}
.assist-primary{background:var(--blue-500);color:white;box-shadow:0 15px 34px rgba(47,115,255,.30)}
.assist-secondary{background:rgba(255,255,255,.06);border:1px solid rgba(190,214,239,.22);color:white}
.assist-primary:hover,.assist-secondary:hover{transform:translateY(-2px)}
.assist-proof{display:flex;gap:18px;flex-wrap:wrap;color:#a9bdd2;font-size:.84rem;font-weight:700}
.assist-proof span{display:flex;align-items:center;gap:7px}
.assist-proof .material-icons-round{font-size:18px;color:#43d7aa}
.assist-visual{position:relative;min-height:530px;display:grid;place-items:center}
.assist-visual-card{width:min(100%,470px);border-radius:30px;overflow:hidden;box-shadow:0 36px 90px rgba(0,0,0,.42);border:1px solid rgba(122,175,242,.24);transform:rotate(1.5deg)}
.assist-float{position:absolute;padding:13px 16px;border-radius:16px;background:rgba(8,26,48,.92);border:1px solid rgba(126,174,232,.25);box-shadow:0 18px 45px rgba(0,0,0,.28);display:flex;align-items:center;gap:10px;font-size:.82rem;color:#cfe0f1;backdrop-filter:blur(12px)}
.assist-float .material-icons-round{color:#4b88ff}
.assist-float strong{display:block;color:white;font-size:.9rem}
.assist-float.one{left:-18px;top:74px}.assist-float.two{right:-5px;bottom:74px}
.assist-contact-strip{margin-top:-26px;position:relative;z-index:3}
.assist-contact-inner{background:white;border-radius:22px;box-shadow:0 22px 55px rgba(19,48,84,.13);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:10px;border:1px solid #e4ecf5}
.assist-contact-item{padding:17px 18px;display:flex;align-items:center;gap:12px;border-right:1px solid #e8eef5;min-width:0}
.assist-contact-item:last-child{border-right:0}
.assist-contact-item .material-icons-round{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#eaf1ff;color:#2765de;flex:0 0 auto}
.assist-contact-item small{display:block;color:#71859a;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.assist-contact-item strong{display:block;font-size:.88rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:3px}
.assist-section{padding:92px 0}
.assist-section.alt{background:#eaf1f8}
.assist-heading{max-width:720px;margin-bottom:38px}
.assist-heading.centered{text-align:center;margin-inline:auto}
.assist-heading span{font-size:.76rem;font-weight:900;letter-spacing:.13em;color:#2765de}
.assist-heading h2{font-family:Manrope,Inter,sans-serif;font-size:clamp(2rem,4vw,3.35rem);line-height:1.08;letter-spacing:-.052em;margin:12px 0 14px;color:#071526}
.assist-heading p{color:#60758b;line-height:1.72;margin:0}
.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.service-card{background:white;border:1px solid #e0e9f3;border-radius:23px;padding:25px;box-shadow:0 14px 40px rgba(15,52,91,.07);transition:.2s ease}
.service-card:hover{transform:translateY(-4px);box-shadow:0 22px 50px rgba(15,52,91,.11)}
.service-icon{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(145deg,#e7efff,#f7faff);color:#2765de;margin-bottom:20px}
.service-icon .material-icons-round{font-size:29px}
.service-card h3{margin:0 0 10px;font-size:1.08rem}.service-card p{margin:0;color:#6d8195;line-height:1.6;font-size:.9rem}
.delivery-flow{display:grid;grid-template-columns:.9fr 1.1fr;gap:58px;align-items:center}
.delivery-flow-card{background:#071526;color:white;border-radius:30px;padding:30px;box-shadow:0 30px 70px rgba(4,24,45,.22);position:relative;overflow:hidden}
.delivery-flow-card::after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;right:-130px;top:-130px;background:radial-gradient(circle,rgba(47,115,255,.35),transparent 68%)}
.delivery-flow-card img{width:165px;height:165px;background:white;padding:10px;border-radius:22px;margin:0 auto 22px;position:relative;z-index:2}
.delivery-flow-card h3{text-align:center;font-size:1.5rem;margin:0 0 8px;position:relative;z-index:2}.delivery-flow-card p{text-align:center;color:#adc1d5;line-height:1.65;position:relative;z-index:2}
.delivery-flow-card .assist-primary{width:100%;margin-top:14px;position:relative;z-index:2}
.flow-steps{display:grid;gap:12px}
.flow-step{background:white;border:1px solid #dfe9f3;border-radius:20px;padding:18px;display:grid;grid-template-columns:52px 1fr;gap:15px;align-items:center}
.flow-step b{width:52px;height:52px;border-radius:17px;display:grid;place-items:center;background:#e8f0ff;color:#245fd3;font-size:1.05rem}.flow-step strong{display:block;margin-bottom:5px}.flow-step small{color:#6d8195;line-height:1.5}
.trust-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px}
.trust-panel{border-radius:28px;padding:34px;background:#071526;color:white;position:relative;overflow:hidden}
.trust-panel h3{font-family:Manrope,Inter,sans-serif;font-size:2rem;letter-spacing:-.045em;margin:0 0 13px}.trust-panel p{color:#b5c7d8;line-height:1.7;max-width:650px}.trust-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:24px}.trust-list span{display:flex;align-items:center;gap:9px;color:#d9e6f2;font-size:.9rem}.trust-list .material-icons-round{color:#3dd5a1;font-size:20px}
.trust-side{border-radius:28px;background:linear-gradient(145deg,#1c5dde,#2f73ff);color:white;padding:34px;display:flex;flex-direction:column;justify-content:space-between;min-height:330px}.trust-side .material-icons-round{font-size:58px}.trust-side h3{font-size:1.65rem;margin:28px 0 10px}.trust-side p{line-height:1.65;color:#e3edff}.trust-side a{display:inline-flex;align-items:center;gap:8px;font-weight:900;margin-top:16px}
.assist-final{padding:80px 0;background:linear-gradient(135deg,#071526,#0d2b4c);color:white}
.assist-final-inner{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center}.assist-final h2{font-family:Manrope,Inter,sans-serif;font-size:clamp(2rem,4vw,3.4rem);letter-spacing:-.055em;line-height:1.06;margin:0 0 12px}.assist-final p{color:#b8cadb;margin:0;line-height:1.7}.assist-final-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.pe-footer{background:#020912;color:#8fa5bc;border-top:1px solid rgba(139,181,231,.12);padding:30px 0}.pe-footer-inner{display:flex;justify-content:space-between;align-items:center;gap:24px;font-size:.82rem}.pe-footer-links{display:flex;gap:18px;flex-wrap:wrap}.pe-footer a:hover{color:white}
.toast-public{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);background:#071526;color:white;padding:12px 17px;border-radius:13px;box-shadow:0 16px 44px rgba(0,0,0,.28);opacity:0;pointer-events:none;transition:.2s ease;z-index:100;font-size:.86rem;font-weight:800}.toast-public.visible{opacity:1;transform:translate(-50%,0)}
[data-public-reveal]{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}[data-public-reveal].visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}[data-public-reveal]{opacity:1;transform:none;transition:none}.gateway-card,.service-card,.assist-primary,.assist-secondary{transition:none}}
@media(max-width:980px){.gateway-grid,.assist-hero-grid,.delivery-flow,.trust-grid{grid-template-columns:1fr}.gateway-card{min-height:auto}.assist-visual{min-height:470px}.assist-contact-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.assist-contact-item:nth-child(2){border-right:0}.assist-contact-item:nth-child(-n+2){border-bottom:1px solid #e8eef5}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.assist-final-inner{grid-template-columns:1fr}.assist-final-actions{justify-content:flex-start}}
@media(max-width:680px){.pe-shell{width:min(100% - 24px,1180px)}.pe-header-inner{height:68px}.pe-header-link{display:none}.pe-header-cta{font-size:.8rem;padding:10px 12px}.pe-brand{font-size:1.08rem}.pe-brand-mark{width:39px;height:39px;border-radius:12px}.gateway-intro{padding-top:58px}.gateway-grid{gap:16px;padding-top:20px}.gateway-card{padding:24px;border-radius:24px}.gateway-system-visual{grid-template-columns:1fr}.gateway-mini-panel{display:none}.gateway-assistance-visual{align-items:flex-start}.gateway-qr{flex-direction:column;align-items:flex-start}.gateway-qr img{width:106px;height:106px}.gateway-device-icons{grid-template-columns:repeat(2,58px)}.gateway-device-icons span{width:58px;height:58px}.assist-hero{padding-top:56px}.assist-visual{min-height:390px}.assist-visual-card{width:88%}.assist-float.one{left:0;top:25px}.assist-float.two{right:0;bottom:24px}.assist-contact-inner{grid-template-columns:1fr}.assist-contact-item{border-right:0;border-bottom:1px solid #e8eef5!important}.assist-contact-item:last-child{border-bottom:0!important}.service-grid{grid-template-columns:1fr}.assist-section{padding:70px 0}.trust-list{grid-template-columns:1fr}.assist-final-actions{flex-direction:column}.assist-final-actions a{width:100%}.pe-footer-inner{flex-direction:column;align-items:flex-start}.gateway-card-actions{flex-direction:column}.gateway-card-actions a{width:100%}.assist-proof{display:grid}.assist-actions{flex-direction:column}.assist-actions a{width:100%}}

/* Bloco 13 — refinamento visual da página de assistência */
.pe-header-switch{min-height:42px;padding:9px 12px;border:1px solid rgba(151,187,229,.34);border-radius:12px;color:#e0ebf7!important;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:.82rem;font-weight:850;white-space:nowrap;transition:.2s ease}
.pe-header-switch .material-icons-round{font-size:18px;color:#75a5ff}
.pe-header-switch:hover{background:rgba(255,255,255,.07);border-color:rgba(117,165,255,.55);color:#fff;transform:translateY(-1px)}
.assist-visual{min-height:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-content:center;align-items:stretch}
.assist-visual-card{grid-column:1/-1;width:min(100%,470px);justify-self:center;border-radius:28px;transform:none}
.assist-visual-card img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover}
.assist-float{position:static;min-width:0;width:100%;padding:13px 14px;box-shadow:0 14px 34px rgba(0,0,0,.22);font-size:.76rem;line-height:1.35}
.assist-float.one,.assist-float.two{inset:auto}
.assist-float strong{font-size:.84rem;margin-bottom:2px}
.assist-system-bridge{width:min(100%,520px);margin-top:22px;padding:12px 14px;border:1px solid rgba(126,174,232,.22);border-radius:15px;background:rgba(255,255,255,.055);display:grid;grid-template-columns:38px minmax(0,1fr) 24px;gap:11px;align-items:center;color:#dce9f6;transition:.2s ease}
.assist-system-bridge>span:first-child{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:rgba(47,115,255,.16);color:#75a5ff}
.assist-system-bridge small,.assist-system-bridge strong{display:block}
.assist-system-bridge small{color:#9eb3ca;font-size:.68rem;margin-bottom:3px}
.assist-system-bridge strong{font-size:.84rem}
.assist-system-arrow{font-size:19px;color:#75a5ff;transition:.2s ease}
.assist-system-bridge:hover{background:rgba(255,255,255,.085);border-color:rgba(117,165,255,.46);transform:translateY(-1px)}
.assist-system-bridge:hover .assist-system-arrow{transform:translateX(3px)}
/* Bloco 14 — identidade visual alinhada ao painel interno */
.assist-body .pe-header .pe-brand,
.assist-body .pe-header .pe-brand-name{color:#f8fbff!important}
.assist-body .pe-header .pe-brand-tech,
.assist-body .pe-header .pe-brand-mark .material-icons-round{color:#60a5fa!important}
.assist-body .pe-header .pe-header-link:visited,
.assist-body .pe-header .pe-header-switch:visited{color:#dce8f6!important}
.assist-body .pe-header .pe-header-cta:visited{color:#fff!important}
@media(max-width:1080px){.pe-header-actions>.pe-header-link{display:none}}
@media(max-width:680px){.pe-header-switch{padding:9px 10px}.pe-header-switch .material-icons-round{display:none}.assist-visual{min-height:0;grid-template-columns:1fr}.assist-visual-card{grid-column:auto;width:100%;max-width:430px}.assist-float{padding:12px 13px}.assist-system-bridge{margin-top:18px}.assist-system-bridge small{font-size:.62rem}.assist-system-bridge strong{font-size:.78rem}}
