/* ═══════════════════════════════════════════════════════════
   GradeA Advisory — folha de estilo do site
   Fontes: Figtree (texto) · Newsreader (títulos)
   Paleta: navy #17273f · dourado #b08d4f/#cdad6e · creme #f4f2ec
   ═══════════════════════════════════════════════════════════ */

/* ── Fontes locais (self-hosted, subset latin + latin-ext) ── */
@font-face {
  font-family: 'Figtree'; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url("../fonts/figtree-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Figtree'; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url("../fonts/figtree-latinext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Newsreader'; font-style: normal; font-weight: 400 600; font-display: swap;
  src: url("../fonts/newsreader-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Newsreader'; font-style: normal; font-weight: 400 600; font-display: swap;
  src: url("../fonts/newsreader-latinext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Newsreader'; font-style: italic; font-weight: 400 500; font-display: swap;
  src: url("../fonts/newsreader-italic-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Newsreader'; font-style: italic; font-weight: 400 500; font-display: swap;
  src: url("../fonts/newsreader-italic-latinext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ── Reset e base ── */
*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0; background: #ffffff; color: #17273f;
  font-family: 'Figtree', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; text-wrap: pretty;
}
html { scroll-behavior: smooth; }
img { max-width: 100%; }
a { color: #9a7838; text-decoration: none; }
a:hover { color: #7c5f2a; }
::selection { background: rgba(176,141,79,.28); }
:focus-visible { outline: 3px solid #b08d4f; outline-offset: 2px; border-radius: 4px; }

/* ── Layout helpers ── */
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 clamp(24px,5vw,64px); }
.wrap-pad { padding-top: clamp(72px,9vw,132px); padding-bottom: clamp(72px,9vw,132px); }
.sec-white { background: #ffffff; }
.sec-cream { background: #f4f2ec; }
.sec-navy  { background: #17273f; color: #f4f2ec; }
.mw-18 { max-width: 18ch; } .mw-20 { max-width: 20ch; } .mw-22 { max-width: 22ch; }
.mw-24 { max-width: 24ch; } .mw-60 { max-width: 60ch; } .mw-64 { max-width: 64ch; }
.mb-lg { margin-bottom: clamp(40px,5vw,60px); } .mb-30 { margin-bottom: 30px; } .mb-32 { margin-bottom: 32px; }
.mt-24 { margin-top: 24px; } .mt-26 { margin-top: 26px; } .mt-30 { margin-top: 30px; }
.on-navy { color: #f4f2ec; }

/* ── Tipografia ── */
.h2 { font-family: 'Newsreader', Georgia, serif; font-weight: 500; font-size: clamp(28px,3.8vw,48px); line-height: 1.1; letter-spacing: -.01em; margin: 0; }
.h2-xl { font-size: clamp(30px,4.6vw,62px); line-height: 1.05; letter-spacing: -.015em; }
.h2-cta { font-size: clamp(32px,5vw,64px); line-height: 1.05; letter-spacing: -.015em; max-width: 20ch; }
.h2 em { font-style: italic; }
.lead { font-size: 17.5px; line-height: 1.7; color: rgba(23,39,63,.78); }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-gold { color: #cdad6e; }
.eyebrow-line { width: 26px; height: 1.5px; background: #b08d4f; flex: none; }
strong { font-weight: 600; }

/* ── Botões ── */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 12px 22px; border-radius: 999px; font-family: 'Figtree', sans-serif; font-weight: 600; font-size: 14px; border: 0; cursor: pointer; line-height: 1.2; transition: background .18s ease, color .18s ease, transform .24s cubic-bezier(.2,.7,.3,1), box-shadow .24s ease; }
.btn-lg { padding: 16px 28px; font-size: 15.5px; }
.btn-gold { background: #b08d4f; color: #17273f; }
.btn-gold:hover { background: #cdad6e; color: #17273f; transform: translateY(-4px); box-shadow: 0 16px 32px -14px rgba(23,39,63,.45); }
.btn-navy { background: #17273f; color: #f4f2ec; padding: 14px 24px 14px 14px; font-size: 15px; }
.btn-navy:hover { background: #223351; color: #f4f2ec; transform: translateY(-4px); box-shadow: 0 16px 32px -14px rgba(23,39,63,.45); }
.btn-ghost { background: rgba(244,242,236,.08); color: #f4f2ec; padding: 15px 24px 15px 15px; font-size: 15px; }
.btn-ghost:hover { background: rgba(244,242,236,.16); transform: translateY(-4px); }
.btn-ghost-icon { width: 38px; height: 38px; border-radius: 50%; background: rgba(244,242,236,.12); color: #cdad6e; display: grid; place-items: center; flex: none; }
.btn-icon-gold { width: 36px; height: 36px; border-radius: 50%; background: #b08d4f; color: #17273f; display: grid; place-items: center; flex: none; }
.btn-icon-navy { width: 38px; height: 38px; border-radius: 50%; background: #17273f; color: #cdad6e; display: grid; place-items: center; flex: none; }
.btn-gold .btn-icon-navy { background: #17273f; }

/* ── NAV ── */
.nav { position: sticky; top: 0; z-index: 90; background: rgba(255,255,255,.86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.nav-inner { max-width: 1160px; margin: 0 auto; padding: 16px clamp(24px,5vw,64px); display: flex; align-items: center; gap: 28px; }
.nav-logo { display: flex; align-items: center; margin-right: auto; }
.navlink { color: #17273f; font-size: 14.5px; font-weight: 500; white-space: nowrap; }
.navlink:hover { color: #9a7838; }
.nav-cta { color: #17273f; }

/* ── HERO ── */
.hero { position: relative; color: #f4f2ec; overflow: hidden; background: #17273f; }
.hero-bg, .authority-bg, .cta-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img, .authority-bg img, .cta-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(15,25,42,.82) 0%, rgba(15,25,42,.72) 45%, rgba(15,25,42,.9) 100%); }
.hero-inner { position: relative; z-index: 2; max-width: 1160px; margin: 0 auto; padding: clamp(72px,10vw,140px) clamp(24px,5vw,64px) clamp(150px,15vw,220px); }
.hero-content { max-width: 900px; margin: 0 auto; text-align: center; display: flex; flex-direction: column; align-items: center; }
.hero-content .eyebrow { margin: 0 0 30px; }
.hero-title { font-family: 'Newsreader', Georgia, serif; font-weight: 500; font-size: clamp(40px,6vw,78px); line-height: 1.03; letter-spacing: -.015em; margin: 0; color: #f4f2ec; }
.hero-title em { font-style: italic; color: #cdad6e; font-weight: 400; }
.hero-lead { font-size: clamp(17px,1.5vw,20px); line-height: 1.65; max-width: 56ch; margin: 34px auto 0; color: rgba(244,242,236,.82); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: center; margin-top: 40px; }
.hero-note { font-size: 13.5px; margin: 22px 0 0; color: rgba(244,242,236,.55); }
.hero-chips { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 40px 0 0; }
.chip { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 500; padding: 10px 18px; border-radius: 999px; }
.chip-dark { background: rgba(244,242,236,.08); color: #f4f2ec; }
.chip-dot { width: 6px; height: 6px; border-radius: 50%; background: #b08d4f; flex: none; }

/* Glows decorativos */
.glow { position: absolute; border-radius: 50%; z-index: 1; pointer-events: none; }
.glow-hero-1 { top: -120px; right: -80px; width: 560px; height: 560px; background: radial-gradient(circle, rgba(176,141,79,.35), transparent 66%); filter: blur(30px); animation: gaGlow 14s ease-in-out infinite; }
.glow-hero-2 { bottom: -160px; left: -120px; width: 480px; height: 480px; background: radial-gradient(circle, rgba(176,141,79,.16), transparent 68%); filter: blur(34px); }
.glow-poster { left: 6%; top: 24%; width: 420px; height: 420px; background: radial-gradient(circle, rgba(176,141,79,.22), transparent 68%); filter: blur(30px); animation: gaGlow 12s ease-in-out infinite; }
.glow-cta { top: 50%; left: 50%; transform: translate(-50%,-50%); width: 720px; height: 720px; background: radial-gradient(circle, rgba(176,141,79,.18), transparent 62%); filter: blur(40px); }

/* ── STATS ── */
.statgrid { position: relative; z-index: 20; margin-top: clamp(-110px,-11vw,-150px); background: #f4f2ec; border-radius: 26px; box-shadow: 0 30px 70px -30px rgba(23,39,63,.4); padding: clamp(30px,3.6vw,50px); display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(20px,3vw,44px); }
.stat-num { font-family: 'Newsreader', serif; font-weight: 500; font-size: clamp(44px,5.2vw,66px); line-height: .95; color: #b08d4f; letter-spacing: -.02em; margin: 0; }
.stat-num-sm { font-size: clamp(38px,4.4vw,56px); line-height: 1; }
.stat-label { font-size: 13px; line-height: 1.45; margin: 16px 0 0; color: rgba(23,39,63,.66); }
.sectors { padding: clamp(48px,6vw,80px) 0 clamp(56px,7vw,96px); text-align: center; }
.sectors-title { font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: #9a7838; margin: 0 0 24px; }
.sectors-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.tag { font-size: 14.5px; font-weight: 500; padding: 10px 20px; border-radius: 999px; background: #f4f2ec; }
.sec-cream .tag { background: #ffffff; }

/* ── PROBLEMA ── */
.prob-list { display: flex; flex-direction: column; gap: 20px; }
.prow { display: flex; gap: 20px; }
.prow.reverse { flex-direction: row-reverse; }
.prob-card { flex: 1; background: #ffffff; border-radius: 22px; box-shadow: 0 12px 34px -20px rgba(23,39,63,.28); padding: clamp(30px,3.4vw,50px); display: flex; flex-direction: column; justify-content: center; gap: 18px; min-height: 300px; }
.prob-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.prob-card h3 { font-family: 'Newsreader', serif; font-weight: 500; font-size: clamp(22px,2.4vw,30px); line-height: 1.14; letter-spacing: -.01em; margin: 0; max-width: 14ch; }
.prob-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; background: #b08d4f; color: #17273f; flex: none; }
.prob-icon > span { display: block; width: 24px; height: 24px; }
.prob-rule { width: 46px; height: 3px; background: #b08d4f; }
.prob-card p { margin: 0; font-size: 15.5px; line-height: 1.65; color: rgba(23,39,63,.76); }
.prob-fig { flex: 1; margin: 0; border-radius: 22px; overflow: hidden; min-height: 300px; position: relative; background: repeating-linear-gradient(135deg,#ece7db,#ece7db 11px,#f4f2ec 11px,#f4f2ec 22px); }
.prob-fig img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.prob-quote { margin-top: clamp(44px,5vw,64px); background: #17273f; color: #f4f2ec; border-radius: 24px; padding: clamp(34px,4vw,56px); }
.prob-quote p { font-family: 'Newsreader', serif; font-weight: 400; font-size: clamp(21px,2.6vw,32px); line-height: 1.35; letter-spacing: -.005em; margin: 0; max-width: 40ch; }
.prob-quote em { font-style: italic; color: #cdad6e; }

/* ── AUTORIDADE ── */
.sec-authority { position: relative; background: #ffffff; overflow: hidden; }
.authority-inner { position: relative; z-index: 2; display: flex; justify-content: flex-end; }
.authority-box { max-width: 620px; }
.authority-tabs { display: flex; flex-wrap: wrap; gap: 10px; }
.tab-btn { display: inline-flex; align-items: center; gap: 9px; padding: 10px 20px; border: 0; border-radius: 999px; background: #f4f2ec; color: #17273f; font-family: 'Figtree', sans-serif; font-weight: 600; font-size: 14px; cursor: pointer; transition: all .16s ease; }
.tab-btn .tab-dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; opacity: .7; }
.tab-btn.active { background: #b08d4f; }
.authority-panel { min-height: 138px; margin-top: 32px; }
.authority-panel p { font-size: 17px; line-height: 1.7; margin: 0; color: rgba(23,39,63,.82); }

/* ── PROPOSTA DE VALOR ── */
.vgrid5 { display: grid; grid-template-columns: repeat(5,1fr); gap: 20px; }
.vitem { background: rgba(244,242,236,.07); border-radius: 22px; padding: clamp(28px,3vw,42px); display: flex; flex-direction: column; transition: background .18s ease; }
.vitem:hover { background: rgba(244,242,236,.12); }
.vitem-icon { width: 44px; height: 44px; color: #cdad6e; }
.vitem-body { margin-top: auto; padding-top: 44px; }
.vitem h3 { font-family: 'Newsreader', serif; font-weight: 500; font-size: clamp(21px,2.2vw,27px); line-height: 1.15; letter-spacing: -.01em; margin: 0 0 12px; color: #f4f2ec; }
.vitem p { margin: 0; font-size: 15.5px; line-height: 1.65; color: rgba(244,242,236,.76); }
.vgrid5 .vitem:nth-child(1) { grid-column: span 3; min-height: clamp(280px,28vw,380px); }
.vgrid5 .vitem:nth-child(2) { grid-column: span 2; min-height: clamp(240px,24vw,300px); }
.vgrid5 .vitem:nth-child(3) { grid-column: span 2; min-height: clamp(240px,24vw,300px); }
.vgrid5 .vitem:nth-child(4) { grid-column: span 3; min-height: clamp(280px,28vw,380px); }

/* ── QUEBRA DE OBJEÇÃO ── */
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: clamp(40px,5vw,56px); }
.compare-card { border-radius: 22px; padding: clamp(30px,3.2vw,46px); }
.compare-cream { background: #f4f2ec; }
.compare-navy { background: #17273f; color: #f4f2ec; }
.compare-tag { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; margin: 0 0 18px; color: rgba(23,39,63,.55); }
.compare-tag-gold { color: #cdad6e; }
.compare-line { font-family: 'Newsreader', serif; font-weight: 500; font-size: clamp(22px,2.6vw,32px); line-height: 1.18; letter-spacing: -.01em; margin: 0; }
.objection-close { font-family: 'Newsreader', serif; font-weight: 500; font-size: clamp(21px,2.4vw,30px); letter-spacing: -.01em; margin: clamp(34px,4vw,46px) 0 0; }
.objection-close em { font-style: italic; color: #b08d4f; }

/* ── SERVIÇOS ── */
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.svc-card { background: #ffffff; border-radius: 22px; padding: clamp(28px,2.8vw,38px); display: flex; flex-direction: column; gap: 16px; box-shadow: 0 1px 3px rgba(23,39,63,.06); transition: box-shadow .24s ease, transform .24s cubic-bezier(.2,.7,.3,1); }
.svc-card:hover { box-shadow: 0 22px 44px -24px rgba(23,39,63,.3); transform: translateY(-4px); }
.svc-card-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.svc-icon { width: 40px; height: 40px; color: #b08d4f; }
.svc-badge { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; padding: 6px 12px; border-radius: 999px; background: #17273f; color: #cdad6e; }
.svc-card h3 { font-family: 'Newsreader', serif; font-weight: 500; font-size: 21px; line-height: 1.2; letter-spacing: -.01em; margin: 4px 0 0; }
.svc-card p { margin: 0; font-size: 14.5px; line-height: 1.65; color: rgba(23,39,63,.74); flex: 1; }
.svc-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #9a7838; margin-top: 4px; }

/* ── HEAD FRACTIONAL POSTER ── */
.sec-poster { position: relative; overflow: hidden; }
.poster-inner { position: relative; z-index: 1; }
.poster-inner .h2 { margin: 0; }
.hf-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px,4vw,64px); margin-top: clamp(34px,4vw,50px); max-width: 1000px; }
.poster-p { font-size: 17px; line-height: 1.7; margin: 0; color: rgba(244,242,236,.86); }
.poster-punch { font-family: 'Newsreader', serif; font-weight: 500; font-size: clamp(23px,2.8vw,36px); letter-spacing: -.01em; margin: clamp(34px,4vw,50px) 0 clamp(30px,3.4vw,40px); color: #f4f2ec; }
.poster-punch em { font-style: italic; color: #cdad6e; }

/* ── METODOLOGIA ── */
.mtrack { position: relative; display: grid; grid-template-columns: repeat(5,1fr); margin-bottom: 24px; }
.mline { position: absolute; top: 27px; left: 10%; right: 10%; height: 2px; background: rgba(23,39,63,.12); z-index: 0; }
.mline-fill { height: 100%; background: #b08d4f; transition: width .45s cubic-bezier(.4,0,.2,1); width: 0; }
.mnode { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 0 6px; background: transparent; border: 0; cursor: pointer; font-family: 'Figtree', sans-serif; }
.mnode-num { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; font-family: 'Newsreader', serif; font-weight: 500; font-size: 20px; transition: all .3s ease; background: #fff; color: rgba(23,39,63,.4); }
.mnode-label { font-size: 13px; font-weight: 600; letter-spacing: .01em; text-align: center; transition: color .3s ease; color: rgba(23,39,63,.55); }
.mnode.done .mnode-num { color: #b08d4f; }
.mnode.done .mnode-label { color: rgba(23,39,63,.6); }
.mnode.active .mnode-num { background: #b08d4f; color: #17273f; transform: scale(1.12); box-shadow: 0 10px 26px -8px rgba(176,141,79,.7); }
.mnode.active .mnode-label { color: #17273f; }
.mdetail { display: grid; grid-template-columns: auto 1fr; gap: clamp(24px,3vw,44px); align-items: center; background: #17273f; color: #f4f2ec; border-radius: 24px; padding: clamp(30px,3.6vw,52px); min-height: 190px; }
.mdetail-num { font-family: 'Newsreader', serif; font-weight: 500; font-size: clamp(64px,9vw,124px); line-height: .82; color: #cdad6e; }
.mdetail-title { font-family: 'Newsreader', serif; font-weight: 500; font-size: clamp(23px,2.8vw,34px); margin: 0 0 12px; letter-spacing: -.01em; color: #f4f2ec; }
.mdetail-desc { margin: 0; font-size: clamp(15px,1.5vw,18px); line-height: 1.65; color: rgba(244,242,236,.82); max-width: 60ch; }
.mdetail-nav { display: flex; gap: 10px; margin-top: 24px; }
.round-btn { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: rgba(244,242,236,.1); color: #f4f2ec; cursor: pointer; border: 0; transition: background .16s ease; }
.round-btn:hover { background: rgba(244,242,236,.2); }

/* ── DIAGNÓSTICO (split) ── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,5vw,72px); align-items: center; }
.inline-quiz { background: #ffffff; border-radius: 24px; padding: clamp(28px,3vw,42px); box-shadow: 0 24px 60px -34px rgba(23,39,63,.4); }
.inline-quiz-step { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; color: #9a7838; margin: 0 0 8px; }
.inline-quiz-q { font-family: 'Newsreader', serif; font-weight: 500; font-size: clamp(19px,2vw,24px); line-height: 1.25; letter-spacing: -.005em; margin: 8px 0 22px; }
.inline-quiz-opts { display: flex; flex-direction: column; gap: 10px; }
.inline-quiz-note { font-size: 13px; margin: 22px 0 0; color: rgba(23,39,63,.6); }

/* Opções (usadas no inline e no modal) */
.opt { display: flex; align-items: center; gap: 14px; width: 100%; text-align: left; padding: 16px 20px; background: #f4f2ec; border: 2px solid transparent; border-radius: 14px; cursor: pointer; font-family: 'Figtree', sans-serif; font-size: 15px; line-height: 1.4; color: #17273f; transition: border-color .15s ease, background .15s ease; }
.opt:hover { border-color: rgba(176,141,79,.5); }
.opt.selected { background: #f6efe0; border-color: #b08d4f; }
.opt-dot { width: 20px; height: 20px; flex: none; border-radius: 50%; border: 2px solid rgba(23,39,63,.25); }
.opt.selected .opt-dot { background: #b08d4f; border-color: #b08d4f; box-shadow: inset 0 0 0 3px #fff; }

/* ── CTA FINAL ── */
.sec-cta { position: relative; color: #f4f2ec; overflow: hidden; background: #17273f; }
.sec-cta::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(15,25,42,.82) 0%, rgba(15,25,42,.9) 100%); }
.cta-inner { position: relative; z-index: 2; max-width: 860px; margin: 0 auto; padding: clamp(90px,12vw,180px) clamp(24px,5vw,64px); display: flex; flex-direction: column; align-items: center; text-align: center; }
.cta-lead { font-size: 17.5px; line-height: 1.7; max-width: 60ch; margin: 28px auto 34px; color: rgba(244,242,236,.86); }
.cta-note { font-size: 13.5px; margin: 22px 0 0; color: rgba(244,242,236,.62); }

/* ── FOOTER ── */
.footer { background: #17273f; color: #f4f2ec; }
.footer-inner { padding: clamp(48px,6vw,72px) clamp(24px,5vw,64px); display: flex; flex-wrap: wrap; gap: 36px 64px; align-items: flex-start; justify-content: space-between; }
.footer-brand { max-width: 320px; }
.footer-brand p { font-size: 14px; margin: 0; color: rgba(244,242,236,.6); }
.footer-cols { display: flex; flex-wrap: wrap; gap: 44px; }
.footer-col { display: flex; flex-direction: column; gap: 9px; font-size: 14px; color: rgba(244,242,236,.68); }
.footer-col a { color: rgba(244,242,236,.68); }
.footer-col a:hover { color: #cdad6e; }
.footer-col-title { font-weight: 600; color: #cdad6e; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 4px; }
.footer-legal { width: 100%; font-size: 12.5px; margin: 0; padding-top: 24px; color: rgba(244,242,236,.5); }
.footer-legal a { color: rgba(244,242,236,.72); text-decoration: underline; }
.footer-legal a:hover { color: #cdad6e; }

/* ── MODAL DO QUIZ ── */
.modal-backdrop { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 16px; background: rgba(23,39,63,.55); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); animation: gaFade .2s ease; }
.modal-backdrop[hidden] { display: none; }
.modal { width: min(620px,100%); max-height: 92vh; overflow: auto; background: #ffffff; border-radius: 24px; box-shadow: 0 40px 90px -30px rgba(23,39,63,.6); animation: gaRise .28s ease; }
.modal-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px clamp(22px,3vw,34px); position: sticky; top: 0; background: #ffffff; z-index: 2; border-radius: 24px 24px 0 0; }
.modal-head-title { font-family: 'Newsreader', serif; font-weight: 500; font-size: 17px; }
.modal-close { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: #f4f2ec; border: 0; cursor: pointer; font-size: 15px; color: #17273f; }
.modal-close:hover { background: #ece7db; }
.modal-progress { padding: 18px clamp(22px,3vw,34px) 0; }
.modal-progress[hidden] { display: none; }
.modal-progress-label { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; color: rgba(23,39,63,.6); display: block; margin-bottom: 10px; }
.progress-bar { height: 6px; border-radius: 999px; background: #f4f2ec; overflow: hidden; }
.progress-fill { height: 100%; background: #b08d4f; width: 0; transition: width .3s ease; }
.modal-body { padding: clamp(26px,3.4vw,40px) clamp(22px,3vw,34px) clamp(28px,3.4vw,40px); }
.modal-body h3 { font-family: 'Newsreader', serif; font-weight: 500; letter-spacing: -.01em; }
.q-cat { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; color: #9a7838; }
.q-text { font-size: clamp(20px,2.4vw,28px); line-height: 1.24; margin: 14px 0 24px; }
.modal-nav { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 30px; }
.q-hint { font-size: 13px; color: rgba(23,39,63,.5); margin-left: auto; }
.field { display: block; }
.field span { display: block; font-size: 12px; margin-bottom: 6px; color: rgba(23,39,63,.7); }
.field input { width: 100%; padding: 12px 14px; border-radius: 12px; background: #f4f2ec; border: 2px solid transparent; font: inherit; font-size: 15px; color: #17273f; }
.field input:focus { border-color: #b08d4f; outline: none; }
.lead-error { font-size: 13.5px; color: #9a7838; margin: 16px 0 0; font-weight: 600; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0 0; font-size: 12.5px; line-height: 1.5; color: rgba(23,39,63,.72); cursor: pointer; }
.consent input { width: 18px; height: 18px; margin: 1px 0 0; flex-shrink: 0; accent-color: #b08d4f; cursor: pointer; }
.consent a { color: #9a7838; font-weight: 600; text-decoration: underline; }
.result-score { display: flex; align-items: baseline; gap: 10px; margin: 18px 0 12px; }
.result-score b { font-family: 'Newsreader', serif; font-weight: 500; font-size: 24px; color: #b08d4f; line-height: 1; }
.result-score span { font-size: 14px; white-space: nowrap; color: rgba(23,39,63,.6); }

/* ── ANIMAÇÕES ── */
@keyframes gaFade { from { opacity: 0 } to { opacity: 1 } }
@keyframes gaRise { from { opacity: 0; transform: translateY(22px) } to { opacity: 1; transform: none } }
@keyframes gaGlow { 0%,100% { transform: translate(0,0) scale(1); opacity:.5 } 50% { transform: translate(30px,-24px) scale(1.12); opacity:.75 } }
.gaReveal { opacity: 0; transition: opacity .8s cubic-bezier(.16,.8,.3,1), transform .8s cubic-bezier(.16,.8,.3,1), filter .8s ease; will-change: opacity, transform; }
.gaUp { transform: translateY(40px); }
.gaLeft { transform: translateX(-52px); }
.gaRight { transform: translateX(52px); }
.gaScale { transform: scale(.9); filter: blur(6px); }
.gaRot { transform: translateY(36px) rotate(-2deg); transform-origin: left bottom; }
.gaIn { opacity: 1 !important; transform: none !important; filter: none !important; }

/* ── RESPONSIVO ── */
@media (max-width: 940px) {
  .statgrid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .split { grid-template-columns: 1fr; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .hf-layout { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .prow, .prow.reverse { flex-direction: column; }
  .vgrid5 { grid-template-columns: 1fr; }
  .vgrid5 .vitem { grid-column: auto !important; min-height: 220px !important; }
}
@media (max-width: 720px) {
  .navlink { display: none; }
  .mdetail { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .statgrid { grid-template-columns: 1fr; }
  .compare-grid { grid-template-columns: 1fr; }
  .svc-grid { grid-template-columns: 1fr; }
  .mnode-label { font-size: 11px; }
  .mnode-num { width: 44px; height: 44px; font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gaReveal { opacity: 1 !important; transform: none !important; filter: none !important; transition: none; }
  .glow { animation: none !important; }
  .btn:hover { transform: none; }
}
