/* Passaporte · Landing Pages de conversão (lista de espera + cadastro) */
/* Mantém a identidade visual do Guia Amo Santos / Passaporte */

@font-face { font-family: "Poppins"; font-weight: 400; font-display: swap; src: url("/fonts/poppins-400.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-weight: 500; font-display: swap; src: url("/fonts/poppins-500.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-weight: 700; font-display: swap; src: url("/fonts/poppins-700.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-weight: 900; font-display: swap; src: url("/fonts/poppins-900.woff2") format("woff2"); }

:root {
  --navy: #14324F; --navy-deep: #0E2338; --navy-card: #163A5C;
  --teal: #1DA8C4; --teal-soft: #7CD3E2;
  --orange: #F26C2A; --orange-deep: #D9541C; --gold: #F4C24A;
  --cream: #F7F3EC; --cream-2: #F2ECE1; --white: #FFFFFF;
  --ink: #14324F; --ink-soft: #3D566E; --ink-mute: #6C7F91;
  --line: rgba(20, 50, 79, 0.10); --line-strong: rgba(20, 50, 79, 0.18);
  --grad-warm: linear-gradient(100deg, #F26C2A 10%, #F4913D 55%, #1DA8C4 130%);
  --sans: "Poppins", "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: var(--sans); color: var(--ink); background: var(--white); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* reveal */
.js .rv { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.js .rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; transition: none; } }

/* ===== TOPBAR ===== */
.topbar { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.topbar-in { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 24px; }
.brand-lockup { display: flex; align-items: center; gap: 12px; }
.brand-lockup img { height: 32px; width: auto; display: block; }
.brand-lockup .sep { width: 1px; height: 24px; background: var(--line-strong); }
.brand-lockup .product { font-size: 18px; font-weight: 900; letter-spacing: -0.01em; color: var(--navy); line-height: 1; }
.brand-lockup .product small { display: block; font-size: 10px; font-weight: 600; letter-spacing: .02em; color: var(--ink-mute); margin-top: 3px; }
.top-links { display: flex; align-items: center; gap: 14px; }
.top-links a.tl { font-size: 13px; font-weight: 600; color: var(--ink-soft); transition: color .15s ease; }
.top-links a.tl:hover { color: var(--orange); }
.top-links a.tl-strong { font-weight: 700; color: var(--navy); padding: 8px 16px; border: 1.5px solid var(--line-strong); border-radius: 8px; }
.top-links a.tl-strong:hover { border-color: var(--navy); color: var(--navy); }
@media (max-width: 560px) { .top-links a.tl-hide { display: none; } .brand-lockup .product small { display: none; } .brand-lockup .sep { display: none; } }

/* ===== HERO ===== */
.hero { position: relative; background: linear-gradient(180deg, #FBF8F2 0%, var(--cream) 100%); overflow: hidden; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(72px); opacity: .5; pointer-events: none; }
.hero-glow.a { width: 420px; height: 420px; background: rgba(242,108,42,.18); top: -130px; left: -110px; }
.hero-glow.b { width: 360px; height: 360px; background: rgba(29,168,196,.16); bottom: -150px; right: -90px; }
.hero-in { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 50px; align-items: center; padding: 60px 24px 74px; }
@media (max-width: 940px) { .hero-in { grid-template-columns: 1fr; gap: 32px; padding: 40px 24px 52px; } }
.hero-copy h1 { font-size: clamp(30px, 4vw, 46px); font-weight: 900; line-height: 1.06; letter-spacing: -0.03em; color: var(--navy); }
.hero-copy h1 em { font-style: normal; color: var(--orange); }
.hero-copy .sub { font-size: 16.5px; line-height: 1.6; color: var(--ink-soft); margin-top: 18px; max-width: 46ch; }
.price-badge { display: block; margin-top: 26px; padding-left: 18px; border-left: 3px solid var(--orange); font-size: 14.5px; font-weight: 700; color: var(--navy); line-height: 1.5; max-width: 34rem; }
.price-badge .old { color: var(--ink-mute); text-decoration: line-through; font-weight: 600; }
.price-badge .new { color: var(--orange); font-weight: 800; }

/* ===== FORM CARD ===== */
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: 20px; padding: 30px 28px; box-shadow: 0 44px 100px -46px rgba(20,50,79,.5); }
.form-card h2 { font-size: 21px; font-weight: 900; letter-spacing: -0.02em; color: var(--navy); margin-bottom: 4px; }
.form-card .fc-sub { font-size: 13px; color: var(--ink-mute); margin-bottom: 20px; line-height: 1.45; }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 12.5px; font-weight: 700; color: var(--ink-soft); margin-bottom: 6px; }
.field input, .field select { width: 100%; font-family: inherit; font-size: 15px; color: var(--ink); background: var(--white); border: 1.5px solid var(--line-strong); border-radius: 10px; padding: 12px 14px; transition: border-color .15s ease, box-shadow .15s ease; -webkit-appearance: none; appearance: none; }
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236C7F91' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 38px; }
.field input:focus, .field select:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(242,108,42,.14); }
.field select:invalid { color: var(--ink-mute); }
.field select option { color: var(--ink); }
.field input::placeholder { color: var(--ink-mute); }
.check { display: flex; gap: 10px; align-items: flex-start; margin: 8px 0 18px; font-size: 12.5px; color: var(--ink-soft); line-height: 1.45; }
.check input { margin-top: 2px; width: 16px; height: 16px; accent-color: var(--orange); flex: none; }
.check a { color: var(--orange); font-weight: 600; text-decoration: underline; }
.btn-submit { width: 100%; display: block; text-align: center; font-size: 15.5px; font-weight: 800; color: #fff; background: var(--orange); border: none; border-radius: 8px; padding: 15px 20px; cursor: pointer; transition: background .15s ease; }
.btn-submit:hover { background: var(--orange-deep); }
/* botão que abre o WhatsApp: verde da rede, pra sinalizar a ação */
.btn-submit.wa { background: #25D366; }
.btn-submit.wa:hover { background: #1EB456; }
.btn-submit:disabled { opacity: .7; cursor: default; transform: none; }
.form-note { font-size: 12px; color: var(--ink-mute); text-align: center; margin-top: 12px; line-height: 1.45; }
.form-error { font-size: 12.5px; color: #C0392B; text-align: center; margin-top: 10px; min-height: 1px; }
.hp { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; opacity: 0; }

/* ===== SUCCESS ===== */
.success { display: none; background: var(--white); border: 1px solid var(--line); border-radius: 20px; padding: 36px 28px; box-shadow: 0 44px 100px -46px rgba(20,50,79,.5); text-align: center; }
.success .ic { width: 62px; height: 62px; border-radius: 50%; background: rgba(29,168,196,.14); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.success h2 { font-size: 22px; font-weight: 900; color: var(--navy); margin-bottom: 10px; letter-spacing: -0.02em; }
.success p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.55; max-width: 38ch; margin: 0 auto; }
.success .s-actions { margin-top: 22px; display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.s-actions a { font-size: 13.5px; font-weight: 700; padding: 11px 18px; border-radius: 8px; }
.s-actions .primary { background: var(--navy); color: #fff; }
.s-actions .ghost { border: 1.5px solid var(--line-strong); color: var(--navy); }

/* ===== SECTIONS ===== */
.block { padding: 64px 0; }
.block.cream { background: var(--cream); }
h2.sec { font-size: clamp(24px, 3vw, 34px); font-weight: 900; letter-spacing: -0.02em; color: var(--navy); text-align: center; margin-bottom: 8px; }
.sec-lead { font-size: 15.5px; color: var(--ink-soft); text-align: center; max-width: 58ch; margin: 0 auto 40px; line-height: 1.55; }
.reasons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 800px) { .reasons { grid-template-columns: 1fr; } }
.reason { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 26px 22px; }
.block.cream .reason { background: var(--white); }
.reason .rn { font-size: 14px; font-weight: 800; color: var(--orange); letter-spacing: .12em; margin-bottom: 12px; }
.reason h3 { font-size: 16.5px; font-weight: 800; color: var(--navy); margin-bottom: 6px; letter-spacing: -0.01em; }
.reason p { font-size: 14px; color: var(--ink-soft); line-height: 1.55; }

/* authority */
.authority { background: linear-gradient(160deg, #1E4066 0%, var(--navy) 55%, var(--navy-deep) 100%); color: #fff; text-align: center; padding: 60px 0; }
.authority p { font-size: clamp(19px, 2.4vw, 26px); font-weight: 800; line-height: 1.4; letter-spacing: -0.01em; max-width: 26ch; margin: 0 auto; }
.authority p b { color: var(--gold); }

/* next step */
.nextstep { max-width: 640px; margin: 0 auto; background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--orange); border-radius: 12px; padding: 22px 26px; }
.nextstep .k { font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--orange); margin-bottom: 8px; }
.nextstep p { font-size: 15px; color: var(--ink); font-weight: 500; line-height: 1.55; }

/* footer */
footer { background: var(--navy-deep); color: rgba(255,255,255,.7); padding: 30px 0; }
.foot-in { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding: 0 24px; }
.foot-in .chip { background: #fff; border-radius: 8px; padding: 6px 12px; display: inline-flex; }
.foot-in .chip img { height: 22px; width: auto; display: block; }
.foot-links { display: flex; gap: 18px; flex-wrap: wrap; }
.foot-links a { font-size: 13px; color: rgba(255,255,255,.75); }
.foot-links a:hover { color: #fff; }
.foot-in span.cr { font-size: 12px; color: rgba(255,255,255,.5); }
