:root {
  --primary: #0f4c5c;
  --primary-deep: #083c4b;
  --accent: #2bb3c0;
  --highlight: #f4b942;
  --ink: #1f2937;
  --muted: #68747b;
  --light: #f3f4f6;
  --white: #fff;
  --line: #dce5e7;
  --success: #24a873;
  --coral: #e45b68;
  --shadow: 0 24px 70px rgba(15, 76, 92, .13);
  --radius: 28px;
}

* { box-sizing: border-box; }
/* overflow-x: clip no html E no body: o menu mobile fica fora da tela
   (translateX(100%)) enquanto esta fechado e, por ser position: fixed, esticava a
   area rolavel da viewport -- o site inteiro rolava na horizontal no celular. O
   Chromium so para de contar esse excesso com as duas declaracoes; sozinhas, cada
   uma deixa a pagina com o dobro da largura. clip (e nao hidden) porque hidden
   criaria um contexto de rolagem e quebraria o cabecalho position: sticky. */
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 14px; top: -80px; z-index: 100; padding: 12px 16px; border-radius: 10px; color: #fff; background: var(--primary); transition: .2s; }
.skip-link:focus { top: 14px; }

.site-header { position: sticky; z-index: 50; top: 0; height: 82px; border-bottom: 1px solid rgba(15, 76, 92, .08); background: rgba(255, 255, 255, .92); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { width: 190px; flex: 0 0 auto; }
.brand img { width: 100%; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 27px; font-size: 14px; font-weight: 650; color: #445157; }
.site-nav a { position: relative; padding: 10px 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: 3px; width: 0; height: 2px; background: var(--accent); transition: width .2s; }
.site-nav a:hover::after { width: 100%; }
.menu-button { display: none; border: 0; padding: 7px; background: transparent; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 5px; border-radius: 4px; background: var(--primary); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 22px; border: 1px solid var(--primary); border-radius: 15px; color: #fff; background: var(--primary); box-shadow: 0 12px 26px rgba(15, 76, 92, .18); font-size: 15px; font-weight: 800; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: var(--primary-deep); box-shadow: 0 16px 34px rgba(15, 76, 92, .24); }
.button-small { min-height: 43px; padding: 0 17px; border-radius: 12px; font-size: 13px; }
.button-ghost { color: var(--primary); border-color: #b8cccf; background: rgba(255, 255, 255, .8); box-shadow: none; }
.button-ghost:hover { color: #fff; border-color: var(--primary); }

.hero { position: relative; min-height: 755px; display: flex; align-items: center; overflow: hidden; background: radial-gradient(circle at 5% 10%, rgba(43, 179, 192, .13), transparent 30%), radial-gradient(circle at 91% 60%, rgba(244, 185, 66, .13), transparent 23%), linear-gradient(180deg, #f9fcfc, #fff); }
.hero::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 210px; opacity: .32; background-image: linear-gradient(rgba(15, 76, 92, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 76, 92, .08) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(transparent, #000); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; gap: 68px; align-items: center; padding: 70px 0 85px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 17px; color: var(--primary); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 27px; height: 2px; background: var(--accent); }
.eyebrow.light { color: #9ee3e8; }
.hero h1 { max-width: 680px; margin: 0; color: var(--primary-deep); font-size: clamp(43px, 5vw, 68px); line-height: 1.04; letter-spacing: -.046em; }
.hero h1 em { display: block; margin-top: 10px; color: var(--accent); font-style: normal; }
.hero-lead { max-width: 630px; margin: 27px 0 0; color: #536268; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 22px; margin: 28px 0 0; padding: 0; list-style: none; color: #536268; font-size: 13px; font-weight: 700; }
.hero-points span { width: 21px; height: 21px; display: inline-grid; place-items: center; margin-right: 5px; border-radius: 50%; color: var(--primary); background: #dff3ef; }

.hero-visual { position: relative; height: 610px; display: grid; place-items: center; }
.glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.glow-one { width: 500px; height: 500px; background: linear-gradient(145deg, rgba(43,179,192,.24), rgba(15,76,92,.08)); }
.glow-two { right: 18px; bottom: 20px; width: 180px; height: 180px; border: 1px dashed rgba(15,76,92,.25); background: rgba(244,185,66,.15); }
.phone { position: relative; overflow: hidden; border: 9px solid #16383f; border-radius: 42px; color: var(--ink); background: #f7fafb; box-shadow: 0 32px 80px rgba(8, 60, 75, .3), inset 0 0 0 1px rgba(255,255,255,.3); }
.phone::after { content: ""; position: absolute; top: 6px; left: 50%; width: 79px; height: 19px; border-radius: 18px; background: #16383f; transform: translateX(-50%); }
.phone-hero { z-index: 2; width: 326px; height: 610px; transform: rotate(1.7deg); }
.phone-top { height: 33px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; color: #415157; background: #fff; font-size: 9px; font-weight: 800; }
.phone-top i { width: 48px; }
.phone-top.dark { background: #f8fbfb; }
.app-bar { height: 58px; display: flex; align-items: center; gap: 10px; padding: 0 14px; color: var(--primary-deep); background: #fff; border-bottom: 1px solid #e8eeee; }
.app-bar img { width: 28px; height: 28px; border-radius: 8px; object-fit: cover; }
.app-bar strong { flex: 1; font-size: 15px; }
.app-bar.compact { height: 54px; justify-content: space-between; }
.app-bar.compact strong { flex: none; }
.live-dot { display: inline-flex; align-items: center; gap: 4px; padding: 5px 7px; border-radius: 99px; color: #16805c; background: #e6f6ef; font-size: 8px; font-weight: 900; }
.live-dot::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #21ad78; box-shadow: 0 0 0 3px rgba(33,173,120,.13); }
.map-preview { position: relative; height: 345px; overflow: hidden; background-color: #eaf2f1; background-image: radial-gradient(circle, rgba(15,76,92,.11) 1px, transparent 1.5px); background-size: 22px 22px; }
.map-preview::before, .map-preview::after { content: ""; position: absolute; background: #d5e1df; border: 2px solid rgba(255,255,255,.85); }
.map-preview::before { left: -40px; top: 56px; width: 410px; height: 30px; transform: rotate(-12deg); }
.map-preview::after { left: 92px; top: -60px; width: 34px; height: 500px; transform: rotate(22deg); }
.street { position: absolute; z-index: 1; height: 16px; border: 2px solid #fff; background: #dae4e3; }
.street-a { left: -20px; top: 250px; width: 230px; transform: rotate(18deg); }
.street-b { left: 178px; top: 130px; width: 220px; transform: rotate(-35deg); }
.street-c { left: 130px; top: 65px; width: 180px; transform: rotate(72deg); }
.route-line { position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; }
.map-school, .map-home, .vehicle-marker { position: absolute; z-index: 5; display: grid; place-items: center; border-radius: 50% 50% 50% 9px; transform: rotate(-45deg); box-shadow: 0 7px 16px rgba(15,76,92,.23); }
.map-school > span, .map-home > span, .vehicle-marker > span { transform: rotate(45deg); }
.map-school { right: 20px; top: 46px; width: 35px; height: 35px; color: #fff; background: var(--primary); }
.map-home { left: 14px; bottom: 43px; width: 31px; height: 31px; color: #fff; background: var(--highlight); }
.vehicle-marker { left: 134px; top: 177px; width: 41px; height: 41px; color: var(--primary-deep); background: var(--highlight); border-radius: 50%; transform: rotate(-25deg); border: 3px solid #fff; }
.vehicle-marker > span { font-size: 18px; transform: rotate(25deg); }
.eta-chip { position: absolute; z-index: 4; right: 21px; top: 124px; display: grid; padding: 8px 11px; border-radius: 11px; background: #fff; box-shadow: 0 8px 20px rgba(15,76,92,.14); }
.eta-chip strong { color: var(--primary); font-size: 14px; }
.eta-chip span { color: var(--muted); font-size: 8px; }
.trip-sheet { height: 158px; padding: 7px 17px 12px; background: #fff; }
.sheet-handle { width: 38px; height: 4px; margin: 0 auto 13px; border-radius: 8px; background: #d6dede; }
.trip-title { display: flex; align-items: center; gap: 11px; }
.status-icon { width: 38px; height: 38px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 12px; color: var(--primary); background: #dff2f1; font-size: 21px; font-weight: 900; }
.trip-title div { display: grid; }
.trip-title strong { font-size: 14px; }
.trip-title small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.trip-progress { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 4px; margin: 18px 0 6px; }
.trip-progress i { height: 5px; border-radius: 8px; background: #d8e3e3; }
.trip-progress i:first-child { background: var(--accent); }
.trip-steps { display: flex; justify-content: space-between; color: var(--muted); font-size: 8px; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; padding: 13px; border: 1px solid rgba(15,76,92,.11); border-radius: 17px; background: rgba(255,255,255,.96); box-shadow: 0 18px 45px rgba(15,76,92,.18); }
.notification-card { left: -56px; top: 120px; width: 240px; }
.safety-card { right: -35px; bottom: 68px; width: 215px; }
.floating-icon { width: 38px; height: 38px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 12px; }
.floating-icon.gold { background: #fff0ca; }
.floating-icon.green { color: #14815d; background: #dff5eb; font-size: 20px; font-weight: 900; }
.floating-card div { min-width: 0; display: grid; }
.floating-card small { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.floating-card strong { margin: 2px 0; color: var(--primary-deep); font-size: 12px; }
.floating-card div > span { color: var(--muted); font-size: 9px; }

.trust-strip { position: relative; z-index: 5; border-top: 1px solid #e5eded; border-bottom: 1px solid #e5eded; background: #fff; }
.trust-grid { min-height: 118px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: grid; grid-template-columns: 44px 1fr; align-content: center; column-gap: 13px; padding: 20px 25px; border-right: 1px solid #e5eded; }
.trust-grid > div:first-child { border-left: 1px solid #e5eded; }
.trust-icon { grid-row: 1 / 3; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; color: var(--primary); background: #e5f4f3; font-size: 20px; font-weight: 800; }
.trust-grid strong { align-self: end; font-size: 14px; }
.trust-grid small { margin-top: 4px; color: var(--muted); font-size: 11px; }

.section { padding: 112px 0; }
.section-heading { max-width: 710px; margin-bottom: 47px; }
.section-heading.center { margin: 0 auto 51px; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading h2, .product-copy h2, .security-copy h2, .dashboard-copy h2, .faq-heading h2 { margin: 0; color: var(--primary-deep); font-size: clamp(35px, 4vw, 52px); line-height: 1.11; letter-spacing: -.035em; }
.section-heading p, .product-copy > p, .security-copy > p, .dashboard-copy > p, .faq-heading > p { margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.audience { background: #f7f9f9; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.audience-card { position: relative; min-height: 560px; overflow: hidden; padding: 43px; border-radius: var(--radius); box-shadow: 0 18px 45px rgba(15,76,92,.09); }
.manager-card { color: #fff; background: linear-gradient(145deg, #0f4c5c, #073c4a); }
.family-card { border: 1px solid #cce5e6; background: linear-gradient(145deg, #effafa, #fff); }
.audience-number { position: absolute; right: 26px; top: 14px; color: rgba(255,255,255,.08); font-size: 116px; font-weight: 900; line-height: 1; }
.family-card .audience-number { color: rgba(15,76,92,.06); }
.audience-icon { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 32px; border-radius: 20px; color: var(--primary); background: var(--highlight); font-size: 28px; font-weight: 900; }
.family-card .audience-icon { color: #fff; background: var(--accent); }
.card-label { font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; opacity: .78; }
.audience-card h3 { max-width: 510px; margin: 13px 0; font-size: 31px; line-height: 1.2; letter-spacing: -.025em; }
.audience-card > p { max-width: 510px; margin: 0; font-size: 15px; line-height: 1.65; opacity: .75; }
.check-list { display: grid; gap: 16px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; font-size: 14px; line-height: 1.45; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: var(--highlight); background: rgba(255,255,255,.12); font-size: 11px; font-weight: 900; }
.family-card .check-list li::before { color: var(--primary); background: #d7f1ee; }

.product-section { overflow: hidden; color: #fff; background: radial-gradient(circle at 85% 22%, rgba(43,179,192,.24), transparent 31%), linear-gradient(135deg, #073c4a, #0f4c5c); }
.product-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.product-copy h2 { color: #fff; }
.product-copy > p { color: #c6dfe2; }
.feature-stack { display: grid; gap: 19px; margin-top: 36px; }
.feature-stack > div { display: grid; grid-template-columns: 44px 1fr; gap: 13px; align-items: start; }
.feature-stack > div > span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; color: var(--highlight); background: rgba(255,255,255,.07); font-size: 11px; font-weight: 900; }
.feature-stack div div { display: grid; }
.feature-stack strong { font-size: 15px; }
.feature-stack small { margin-top: 5px; color: #b8d2d5; font-size: 12px; line-height: 1.55; }
.tracking-stage { position: relative; min-height: 690px; display: grid; place-items: center; }
.tracking-orbit { position: absolute; width: 590px; height: 590px; border: 1px dashed rgba(255,255,255,.16); border-radius: 50%; }
.tracking-orbit::before, .tracking-orbit::after { content: ""; position: absolute; border: 1px solid rgba(43,179,192,.23); border-radius: 50%; }
.tracking-orbit::before { inset: 55px; }.tracking-orbit::after { inset: 115px; }
.phone-showcase { z-index: 2; width: 330px; height: 653px; transform: rotate(-2deg); }
.map-large { height: 420px; }
.map-school.top { right: 22px; top: 57px; }.map-home.bottom { left: 16px; bottom: 43px; }
.vehicle-marker.moving { left: 147px; top: 216px; }
.map-controls { position: absolute; z-index: 7; right: 11px; bottom: 15px; display: grid; gap: 5px; }
.map-controls button { width: 35px; height: 35px; display: grid; place-items: center; border: 0; border-radius: 10px; color: var(--primary); background: #fff; box-shadow: 0 7px 16px rgba(15,76,92,.16); font-weight: 900; }
.route-summary { height: 105px; display: grid; grid-template-columns: 40px 1fr auto; gap: 10px; align-items: center; padding: 14px; background: #fff; }
.route-summary div { display: grid; }.route-summary strong { font-size: 13px; }.route-summary small { margin-top: 4px; color: var(--muted); font-size: 9px; }.route-summary b { color: var(--primary); font-size: 12px; }
.arrival-bubble { position: absolute; z-index: 4; right: -35px; top: 95px; width: 250px; display: flex; gap: 10px; padding: 15px; border-radius: 18px; color: var(--ink); background: rgba(255,255,255,.97); box-shadow: 0 20px 48px rgba(0,0,0,.27); }
.arrival-bubble > span { width: 38px; height: 38px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 12px; background: #fff0cd; }
.arrival-bubble div { display: grid; }.arrival-bubble small { color: var(--primary); font-size: 9px; font-weight: 900; }.arrival-bubble strong { margin: 2px 0; font-size: 12px; }.arrival-bubble p { margin: 0; color: var(--muted); font-size: 9px; }

.resources { background: #fff; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.resource-grid article { min-height: 245px; padding: 29px; border: 1px solid #e1e9ea; border-radius: 22px; background: #fff; transition: transform .22s, box-shadow .22s, border .22s; }
.resource-grid article:hover { transform: translateY(-5px); border-color: #b9dbde; box-shadow: var(--shadow); }
.resource-icon { width: 51px; height: 51px; display: grid; place-items: center; border-radius: 16px; font-size: 24px; font-weight: 900; }
.resource-icon.teal { color: #097889; background: #dff5f5; }.resource-icon.gold { color: #9d6800; background: #fff1ce; }.resource-icon.blue { color: #355fb1; background: #eaf0ff; }.resource-icon.green { color: #187a58; background: #e3f5ed; }.resource-icon.coral { color: #be4151; background: #ffebee; }.resource-icon.navy { color: #0f4c5c; background: #e6f0f1; }
.resource-grid h3 { margin: 23px 0 9px; color: var(--primary-deep); font-size: 19px; }
.resource-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.62; }

.operation-showcase { background: linear-gradient(180deg, #f5f8f8, #edf4f4); }
.dashboard-wrap { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: center; }
.mini-list { display: grid; gap: 11px; margin: 28px 0 0; padding: 0; list-style: none; color: #526168; font-size: 14px; font-weight: 700; }
.mini-list li::before { content: "✓"; margin-right: 10px; color: var(--accent); }
.dashboard-card { overflow: hidden; padding: 26px; border: 1px solid #e0e8e9; border-radius: 30px; background: #fff; box-shadow: 0 30px 70px rgba(15,76,92,.16); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.dash-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid #e8eeee; }
.dash-head img { width: 130px; }.dash-head > div { display: flex; gap: 16px; }
.dash-welcome { display: grid; padding: 22px 0 15px; }.dash-welcome small { color: var(--muted); }.dash-welcome strong { margin-top: 5px; font-size: 22px; }
.dash-route { display: grid; grid-template-columns: 47px 1fr auto; gap: 14px; align-items: center; padding: 17px; border: 1px solid #bce0db; border-radius: 18px; background: #e8f5f2; }
.dash-route-icon { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--success); font-size: 21px; font-weight: 900; }.dash-route div { display: grid; }.dash-route small { margin-top: 4px; color: var(--muted); font-size: 11px; }.dash-route b { padding: 7px 10px; border-radius: 9px; color: var(--primary); background: #fff; font-size: 10px; }
.dash-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin: 14px 0 20px; }.dash-metrics div { display: grid; place-items: center; padding: 14px; border: 1px solid #e2e9ea; border-radius: 15px; }.dash-metrics strong { color: var(--primary); font-size: 23px; }.dash-metrics small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.dash-list-title { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 12px; }.dash-list-title span { color: var(--accent); font-weight: 800; }
.dash-list { display: grid; grid-template-columns: 35px 1fr auto; gap: 10px; align-items: center; padding: 12px; border-top: 1px solid #edf1f2; }.dash-list > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; color: var(--primary); background: #e8f3f3; }.dash-list div { display: grid; }.dash-list strong { font-size: 12px; }.dash-list small { margin-top: 2px; color: var(--muted); font-size: 9px; }.dash-list i { color: var(--muted); font-size: 22px; font-style: normal; }

.security { overflow: hidden; }
.security-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: center; }
.security-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.shield { position: relative; z-index: 3; width: 170px; height: 195px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--accent), var(--primary)); clip-path: polygon(50% 0, 92% 15%, 87% 70%, 50% 100%, 13% 70%, 8% 15%); font-size: 72px; font-weight: 900; filter: drop-shadow(0 25px 28px rgba(15,76,92,.23)); }
.security-ring { position: absolute; border-radius: 50%; border: 1px dashed #b9d5d7; }.ring-one { width: 400px; height: 400px; }.ring-two { width: 310px; height: 310px; border-style: solid; background: radial-gradient(circle, rgba(43,179,192,.12), transparent 65%); }
.security-tag { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid #deeaeb; border-radius: 12px; color: #435158; background: #fff; box-shadow: 0 12px 30px rgba(15,76,92,.12); font-size: 11px; font-weight: 750; }.security-tag span { color: var(--success); }.tag-one { left: 0; top: 115px; }.tag-two { right: -15px; top: 205px; }.tag-three { left: 48px; bottom: 85px; }
.security-points { display: grid; gap: 19px; margin-top: 35px; }.security-points > div { display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: start; }.security-points > div > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: var(--primary); background: #e1f3ef; font-weight: 900; }.security-points p { display: grid; margin: 0; }.security-points small { margin-top: 5px; color: var(--muted); line-height: 1.5; }

.steps { background: #f6f9f9; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.steps-grid li { position: relative; min-height: 290px; padding: 35px; border: 1px solid #e0e9ea; border-radius: 25px; background: #fff; }.steps-grid li > span { position: absolute; right: 26px; top: 22px; color: #d7e5e7; font-size: 38px; font-weight: 900; }.step-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 17px; color: #fff; background: linear-gradient(145deg, var(--accent), var(--primary)); font-size: 24px; font-weight: 900; }.steps-grid h3 { margin: 28px 0 10px; color: var(--primary-deep); font-size: 20px; }.steps-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 75px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }.faq-heading a { display: inline-block; margin-top: 24px; color: var(--primary); font-size: 14px; font-weight: 850; }
.faq-list { border-top: 1px solid #dce5e7; }.faq-list details { border-bottom: 1px solid #dce5e7; }.faq-list summary { position: relative; padding: 24px 45px 24px 0; color: var(--primary-deep); cursor: pointer; list-style: none; font-size: 17px; font-weight: 800; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; position: absolute; right: 6px; top: 20px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--primary); background: #e7f2f2; font-size: 20px; }.faq-list details[open] summary::after { content: "−"; }.faq-list details p { max-width: 680px; margin: -5px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.final-cta { padding: 0 0 88px; }.cta-card { position: relative; min-height: 330px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; overflow: hidden; padding: 60px 68px; border-radius: 32px; color: #fff; background: radial-gradient(circle at 88% 12%, rgba(43,179,192,.54), transparent 27%), linear-gradient(135deg, #073c4a, #0f4c5c); box-shadow: 0 30px 75px rgba(15,76,92,.23); }.cta-card h2 { max-width: 700px; margin: 0; font-size: clamp(34px, 4vw, 49px); line-height: 1.12; letter-spacing: -.035em; }.cta-card p { max-width: 690px; margin: 17px 0 0; color: #c9e0e2; line-height: 1.65; }.cta-actions { position: relative; z-index: 2; display: grid; justify-items: stretch; gap: 16px; }.button-light { color: var(--primary); border-color: #fff; background: #fff; }.button-light:hover { color: #fff; border-color: var(--accent); background: var(--accent); }.cta-actions > a:last-child { text-align: center; color: #bfe0e2; font-size: 13px; font-weight: 750; }.cta-decoration { position: absolute; right: -100px; top: -145px; width: 440px; height: 440px; border: 1px dashed rgba(255,255,255,.18); border-radius: 50%; }

.site-footer { padding: 65px 0 25px; color: #c0d4d6; background: #082f39; }.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 50px; padding-bottom: 45px; }.footer-brand img { width: 200px; padding: 8px; border-radius: 12px; background: #fff; }.footer-brand p { max-width: 330px; margin: 17px 0 0; color: #9dbcc0; font-size: 13px; line-height: 1.6; }.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 12px; font-size: 13px; }.footer-grid strong { margin-bottom: 6px; color: #fff; }.footer-grid a:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #83a8ad; font-size: 11px; }

@media (max-width: 1080px) {
  .site-nav { gap: 17px; }.header-cta { display: none; }
  .hero-grid { gap: 25px; }.notification-card { left: -15px; }.safety-card { right: -10px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }.trust-grid > div:nth-child(3) { border-left: 1px solid #e5eded; }.trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid #e5eded; }
  .product-grid, .security-grid, .dashboard-wrap { gap: 40px; }
  .arrival-bubble { right: -5px; }
}

@media (max-width: 860px) {
  .site-header { height: 72px; }.header-inner { gap: 12px; }.brand { width: 155px; }.menu-button { display: block; margin-left: auto; }
  .site-nav { position: fixed; left: 0; right: 0; top: 72px; height: calc(100vh - 72px); display: grid; align-content: start; gap: 5px; padding: 25px 24px; color: var(--primary); background: #fff; transform: translateX(100%); transition: transform .22s; }.site-nav.open { transform: translateX(0); }.site-nav a { padding: 15px 5px; border-bottom: 1px solid #e5eded; font-size: 17px; }
  .hero { min-height: auto; }.hero-grid, .product-grid, .dashboard-wrap, .security-grid, .faq-grid, .cta-card { grid-template-columns: 1fr; }.hero-grid { padding-top: 65px; }.hero-copy { text-align: center; }.hero h1, .hero-lead { margin-left: auto; margin-right: auto; }.hero-actions, .hero-points, .hero-copy .eyebrow { justify-content: center; }.hero-visual { margin-top: 10px; }
  .audience-grid { grid-template-columns: 1fr; }.audience-card { min-height: auto; }.resource-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .product-copy { text-align: center; }.product-copy .eyebrow { justify-content: center; }.feature-stack { max-width: 620px; margin-left: auto; margin-right: auto; text-align: left; }
  .dashboard-copy { text-align: center; }.dashboard-copy .eyebrow { justify-content: center; }.mini-list { display: inline-grid; text-align: left; }
  .security-copy { order: -1; text-align: center; }.security-copy .eyebrow { justify-content: center; }.security-points { max-width: 600px; margin-left: auto; margin-right: auto; text-align: left; }
  .faq-heading { position: static; text-align: center; }.faq-heading .eyebrow { justify-content: center; }
  .cta-card { text-align: center; padding: 52px 40px; }.cta-card .eyebrow { justify-content: center; }.cta-card p { margin-left: auto; margin-right: auto; }.cta-actions { width: min(390px, 100%); margin: 0 auto; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1180px); }.section { padding: 80px 0; }
  .hero h1 { font-size: 41px; }.hero-lead { font-size: 16px; }.hero-actions { display: grid; }.hero-actions .button { width: 100%; }.hero-points { gap: 10px 18px; font-size: 11px; }
  .hero-visual { height: 590px; transform: scale(.9); margin: -10px -25px -28px; }.phone-hero { width: 315px; }.notification-card { left: 0; }.safety-card { right: 0; }
  .trust-grid { grid-template-columns: 1fr; }.trust-grid > div, .trust-grid > div:nth-child(3) { border: 0; border-bottom: 1px solid #e5eded; }.trust-grid > div:first-child { border-left: 0; }
  .section-heading h2, .product-copy h2, .security-copy h2, .dashboard-copy h2, .faq-heading h2 { font-size: 36px; }
  .audience-card { padding: 30px 25px; }.audience-card h3 { font-size: 26px; }.audience-number { font-size: 84px; }
  .resource-grid, .steps-grid { grid-template-columns: 1fr; }.resource-grid article { min-height: auto; }
  .tracking-stage { min-height: 650px; margin: 0 -20px; transform: scale(.9); }.tracking-orbit { width: 500px; height: 500px; }.arrival-bubble { right: 0; }
  .dashboard-card { padding: 16px; transform: none; }.dash-route { grid-template-columns: 40px 1fr; }.dash-route b { grid-column: 2; justify-self: start; }.dash-metrics { gap: 6px; }.dash-metrics div { padding: 11px 5px; }
  .security-visual { min-height: 460px; transform: scale(.88); margin: -30px -30px; }.tag-two { right: 0; }
  .faq-list summary { font-size: 15px; }.cta-card { width: calc(100% - 28px); padding: 45px 25px; border-radius: 25px; }.cta-card h2 { font-size: 34px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }.footer-brand { grid-column: 1 / -1; }.footer-grid > div:last-child { grid-column: auto; }.footer-bottom { display: grid; gap: 8px; }
}

/* Texto corrido justificado, a partir de tablet. Abaixo de 861px a linha fica
   com ~40 caracteres e o navegador so tem os espacos para esticar: sem
   hifenizacao (que depende do dicionario pt-BR do navegador, e nem todos tem),
   o texto abre "rios" de espaco branco no meio das frases. No celular, portanto,
   o alinhamento continua a esquerda. Titulos, botoes, rotulos, navegacao e
   numeros ficam sempre de fora -- justificar uma linha solta so a estica. */
@media (min-width: 861px) {
  .hero-lead,
  .section-heading p,
  .product-copy > p,
  .security-copy > p,
  .dashboard-copy > p,
  .faq-heading > p,
  .faq-list details p,
  .audience-card > p,
  .resource-grid p,
  .steps-grid p,
  .security-points p,
  .cta-card p,
  .footer-brand p,
  .legal-container > p,
  .legal-notice,
  .legal-list li {
    text-align: justify;
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  /* Data da ultima atualizacao e o rodape de navegacao da pagina legal nao sao
     texto corrido: justificados, ficariam com as palavras espalhadas. */
  .legal-container > p.legal-updated,
  .legal-container > p.legal-back { text-align: left; hyphens: manual; }
}

.legal-page { padding-top: 60px; }
.legal-container { max-width: 760px; }
.legal-container h1 { color: var(--primary-deep); margin: 0 0 20px; }
.legal-container h2 { color: var(--primary-deep); font-size: 20px; margin: 28px 0 8px; }
.legal-container p { color: var(--ink); line-height: 1.6; }
.legal-notice { padding: 14px 16px; margin-bottom: 24px; border-radius: 12px; background: rgba(43, 179, 192, .13); }
.legal-updated { color: var(--muted); font-size: 14px; margin: -12px 0 20px; }
.legal-list { color: var(--ink); line-height: 1.6; padding-left: 20px; margin: 0 0 16px; }
.legal-list li { margin-bottom: 8px; }
.legal-container p a, .legal-list a { color: var(--primary); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-container p a:hover, .legal-list a:hover { color: var(--accent); }
.legal-back { margin-top: 32px; }
.legal-back a { color: var(--primary); font-weight: 700; }

.trial-modal { position: relative; width: min(480px, calc(100% - 32px)); border: 0; border-radius: var(--radius); padding: 34px 30px; box-shadow: var(--shadow); }
.trial-modal::backdrop { background: rgba(8, 60, 75, .55); }
.trial-modal .dialog-close { position: absolute; top: 18px; right: 18px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: var(--light); color: var(--primary); font-size: 20px; line-height: 1; cursor: pointer; }
.trial-form h2, .trial-success h2 { margin: 0 0 6px; color: var(--primary-deep); font-size: 24px; }
.trial-form .muted, .trial-success .muted { margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.trial-form label { display: grid; gap: 6px; margin-bottom: 14px; font-size: 13px; font-weight: 700; color: var(--primary-deep); }
.trial-form input { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 12px 13px; font-size: 15px; color: var(--ink); outline: none; }
.trial-form input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(43, 179, 192, .16); }
.trial-form .checkbox-row { display: flex; align-items: flex-start; gap: 9px; font-weight: 600; font-size: 13px; color: var(--ink); }
.trial-form .checkbox-row input { width: auto; margin-top: 3px; }
.trial-form .checkbox-row a { color: var(--primary); font-weight: 800; text-decoration: underline; }
.form-error { min-height: 18px; margin: 4px 0 12px; color: var(--coral); font-size: 13px; font-weight: 700; }
.trial-form button[type="submit"] { width: 100%; }
.trial-success { text-align: center; }
.trial-success .button { margin: 6px 0 14px; }
.trial-success.hidden, .trial-form[hidden] { display: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
