/* ── Tipografia: Gotham (arquivos self-hosted em /public/fonts — ver README) ── */
@font-face { font-family: "Gotham"; font-weight: 300; font-style: normal; font-display: swap;
  src: url("/public/fonts/Gotham-Light.woff2") format("woff2"), url("/public/fonts/Gotham-Light.woff") format("woff"); }
@font-face { font-family: "Gotham"; font-weight: 400; font-style: normal; font-display: swap;
  src: url("/public/fonts/Gotham-Book.woff2") format("woff2"), url("/public/fonts/Gotham-Book.woff") format("woff"); }
@font-face { font-family: "Gotham"; font-weight: 500; font-style: normal; font-display: swap;
  src: url("/public/fonts/Gotham-Medium.woff2") format("woff2"), url("/public/fonts/Gotham-Medium.woff") format("woff"); }
/* Gotham não tem SemiBold — o slot 600 reaproveita o Medium */
@font-face { font-family: "Gotham"; font-weight: 600; font-style: normal; font-display: swap;
  src: url("/public/fonts/Gotham-Medium.woff2") format("woff2"), url("/public/fonts/Gotham-Medium.woff") format("woff"); }
@font-face { font-family: "Gotham"; font-weight: 700; font-style: normal; font-display: swap;
  src: url("/public/fonts/Gotham-Bold.woff2") format("woff2"), url("/public/fonts/Gotham-Bold.woff") format("woff"); }
@font-face { font-family: "Gotham"; font-weight: 800; font-style: normal; font-display: swap;
  src: url("/public/fonts/Gotham-Black.woff2") format("woff2"), url("/public/fonts/Gotham-Black.woff") format("woff"); }
@font-face { font-family: "Gotham"; font-weight: 900; font-style: normal; font-display: swap;
  src: url("/public/fonts/Gotham-Ultra.woff2") format("woff2"), url("/public/fonts/Gotham-Ultra.woff") format("woff"); }

:root {
  --font: "Gotham", "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif;
  --navy: #0f2464;
  --navy-700: #0c1c4f;
  --navy-300: #3a4f96;
  --red: #d91e2a;
  --red-700: #b3161f;
  --gold: #c9a227;
  --gold-100: #f6efd8;
  --ink: #1c2333;
  --muted: #5b6478;
  --bg: #f4f6fb;
  --card: #ffffff;
  --line: #e2e6f0;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(15, 36, 100, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: clip;
}
.icon { flex: none; display: inline-block; vertical-align: -0.15em; }
h1, h2, h3 { font-weight: 700; line-height: 1.2; color: var(--navy); margin: 0 0 .5em; }
a { color: var(--navy); }
img { max-width: 100%; display: block; }
.container { width: min(1120px, 92vw); margin-inline: auto; }
.section { padding: 72px 0; }
.section--alt { background: var(--card); }
.eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; font-weight: 700; color: var(--red); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(255,255,255,.92); backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.15rem; color: var(--navy); text-decoration: none; }
.brand .brand-logo { height: 40px; width: auto; display: block; }
.brand em { color: var(--red); font-style: normal; }
.nav { display: flex; gap: 22px; align-items: center; }
.nav a { text-decoration: none; color: var(--ink); font-weight: 400; font-size: .95rem; }
.nav a:hover { color: var(--red); }
.nav-toggle { display: none; background: none; border: 0; font-size: 1.6rem; color: var(--navy); }

.btn {
  --btn-bg: var(--navy);
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--btn-bg); color: #fff; text-decoration: none;
  padding: 12px 20px; border-radius: 999px; font-weight: 700; border: 0; cursor: pointer;
  transition: transform .05s ease, filter .15s ease;
}
.btn:hover { filter: brightness(1.08); }
.btn:active { transform: translateY(1px); }
.btn--red { --btn-bg: var(--red); }
.btn--ghost { background: transparent; color: var(--navy); border: 2px solid var(--navy); }
.btn--lg { padding: 15px 28px; font-size: 1.05rem; }
.btn--block { width: 100%; justify-content: center; }

/* Hero */
.hero { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-700) 60%, #0a1740 100%); color: #fff; }
.hero .container { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; padding: 80px 0; }
.hero h1 { color: #fff; font-size: clamp(2rem, 4.4vw, 3.15rem); }
.hero p.lead { font-size: 1.15rem; color: #d7ddf3; max-width: 46ch; }
.hero .hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.hero .hero-art {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow);
}
.hero .hero-art .siren {
  aspect-ratio: 16 / 11; border-radius: 10px;
  background:
    radial-gradient(circle at 30% 30%, rgba(217,30,42,.9), transparent 45%),
    radial-gradient(circle at 75% 65%, rgba(201,162,39,.6), transparent 40%),
    linear-gradient(135deg, #14225c, #1d3aa0);
  display: grid; place-items: center; color: #fff;
}
.hero .hero-art .siren span { font-size: 3.2rem; }
.trust { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 30px; color: #cfd6f0; font-size: .95rem; }
.trust b { color: #fff; }

/* Planos */
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; }
.plan {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 22px; display: flex; flex-direction: column; gap: 14px; position: relative;
}
.plan h3 { margin: 0; }
.plan .price { font-size: 1.05rem; color: var(--muted); }
.plan .price strong { font-size: 2rem; color: var(--navy); display: block; }
.plan .price .cartao { color: var(--red); font-weight: 700; }
.plan ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.plan ul li { padding-left: 28px; position: relative; }
.plan ul li::before {
  content: ""; position: absolute; left: 4px; top: 4px;
  width: 6px; height: 11px; box-sizing: border-box;
  border: solid var(--red); border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.plan .btn { margin-top: auto; }
.plan--gold { border-color: var(--gold); box-shadow: 0 12px 34px rgba(201, 162, 39, .28); background: linear-gradient(180deg, var(--gold-100), #fff 30%); }
.plan--gold h3 { color: #8a6d12; }
.plan--gold .badge-premium {
  position: absolute; top: -12px; right: 18px; background: var(--gold); color: #3d3007;
  font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em;
  padding: 5px 12px; border-radius: 999px;
}
.plan--gold .price strong { color: #8a6d12; }
.plan--gold ul li::before { border-color: var(--gold); }

/* Quem somos */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.feature-list { display: grid; gap: 18px; }
.feature { display: flex; gap: 14px; }
.feature .ic { flex: 0 0 44px; height: 44px; border-radius: 12px; background: var(--navy); color: #fff; display: grid; place-items: center; font-size: 1.3rem; }
.feature h3 { margin: 0 0 2px; font-size: 1.05rem; }
.feature p { margin: 0; color: var(--muted); }

/* Contato */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.contact-list a { text-decoration: none; font-weight: 600; display: flex; gap: 10px; align-items: center; }
form.lead-form { display: grid; gap: 14px; }
form.lead-form label { font-weight: 600; font-size: .9rem; display: grid; gap: 6px; }
form.lead-form input, form.lead-form select, form.lead-form textarea {
  font: inherit; padding: 11px 12px; border: 1px solid var(--line); border-radius: 10px; background: #fbfcfe;
}
form.lead-form .hp { position: absolute; left: -9999px; }
.consent { display: flex; gap: 8px; align-items: flex-start; font-size: .85rem; color: var(--muted); font-weight: 500; }

.flash { display: grid; gap: 8px; margin: 16px 0; }
.flash .msg { padding: 12px 16px; border-radius: 10px; font-weight: 600; }
.flash .sucesso { background: #e5f6ec; color: #146c37; }
.flash .erro { background: #fde8e9; color: var(--red-700); }
.flash .atencao { background: #fff4e0; color: #8a5a00; }

/* Footer */
.site-footer { background: var(--navy); color: #c9d1ee; padding: 40px 0; margin-top: 20px; }
.site-footer .container { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; align-items: center; }
.site-footer a { color: #fff; }
.site-footer .footer-logo { height: 40px; width: auto; background: #fff; padding: 8px 12px; border-radius: 10px; margin-bottom: 10px; }

@media (max-width: 900px) {
  .hero .container { grid-template-columns: 1fr; padding: 56px 0; }
  .plan-grid { grid-template-columns: 1fr; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .nav { position: absolute; top: 64px; right: 4vw; flex-direction: column; background: #fff; border: 1px solid var(--line);
    border-radius: 12px; padding: 14px 18px; box-shadow: var(--shadow); display: none; }
  .nav.open { display: flex; }
  .nav-toggle { display: block; }
}
