/* =========================================================
   LP Revisão de Benefício INSS — Dra. Renata Santos
   Tema claro, alta legibilidade (público 50+), foco conversão Google Ads.
   Azul-marinho (confiança) + verde WhatsApp (ação) + branco.
   ========================================================= */

:root {
    --navy: #0e4a38;        /* verde institucional (estrutura) */
    --navy-deep: #08301f;   /* verde bem escuro */
    --navy-soft: #17835a;   /* verde médio (links/highlight) */
    --wa: #1eb457;
    --wa-deep: #159048;
    --gold: #c3a165;
    --gold-deep: #96742f;   /* dourado escuro (texto sobre claro) */
    --gold-light: #dcc08c;  /* dourado claro (sobre escuro) */
    --ink: #16332a;
    --muted: #5d6f66;
    --bg: #ffffff;
    --soft: #eef5f1;
    --soft-2: #e1efe8;
    --line: #d4e5dc;
    --line-soft: #e6f0ea;
    --radius: 14px;
    --radius-lg: 20px;
    --shadow-sm: 0 2px 8px rgba(14,74,56,0.07);
    --shadow: 0 12px 30px rgba(14,74,56,0.10);
    --shadow-lg: 0 24px 60px rgba(14,74,56,0.15);
    --wrap: 1140px;
    --ease: cubic-bezier(.25,.6,.3,1);
    --font: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--font);
    color: var(--ink);
    background: var(--bg);
    line-height: 1.6;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
h1, h2, h3 { line-height: 1.15; font-weight: 800; letter-spacing: -0.02em; color: var(--navy-deep); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); }
h3 { font-size: 1.2rem; }
strong { font-weight: 700; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.section { padding: 4.5rem 0; }
.section--soft { background: var(--soft); }
.eyebrow {
    display: inline-block; font-size: .8rem; font-weight: 700; letter-spacing: .08em;
    text-transform: uppercase; color: var(--gold-deep);
    background: rgba(195,161,101,0.13); padding: 7px 14px; border-radius: 100px; margin-bottom: 1rem;
}
.section-head { text-align: center; max-width: 720px; margin: 0 auto 2.6rem; }
.section-head p { color: var(--muted); margin-top: .7rem; font-size: 1.06rem; }
.highlight { color: var(--navy-soft); }

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
    font-family: var(--font); font-weight: 700; font-size: 1.02rem;
    padding: 15px 28px; border-radius: 100px; border: none; cursor: pointer;
    transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s;
    text-align: center; line-height: 1.2;
}
.btn i { font-size: 1.3em; }
.btn-wa {
    background: var(--wa); color: #fff;
    box-shadow: 0 10px 24px rgba(30,180,87,0.32);
}
.btn-wa:hover { background: var(--wa-deep); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(30,180,87,0.4); }
.btn-lg { padding: 18px 34px; font-size: 1.12rem; }
.btn-block { width: 100%; }
.btn-ghost {
    background: #fff; color: var(--navy); border: 1.5px solid var(--line);
    box-shadow: var(--shadow-sm);
}
.btn-ghost:hover { border-color: var(--navy-soft); color: var(--navy-deep); transform: translateY(-2px); }

/* ---------- Navbar (mínima — LP PPC, sem navegação) ---------- */
.nav {
    position: sticky; top: 0; z-index: 50;
    background: rgba(255,255,255,0.92); backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line-soft);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 94px; }
.nav-logo { display: flex; align-items: center; gap: .8rem; font-weight: 800; color: var(--navy-deep); font-size: 1.12rem; }
.nav-logo img { height: 72px; width: auto; }
.nav-right { display: flex; align-items: center; gap: 1.2rem; }
.nav-oab { font-size: .82rem; color: var(--muted); font-weight: 600; }
.nav .btn { padding: 11px 20px; font-size: .95rem; }

/* ---------- Hero ---------- */
.hero { background: linear-gradient(180deg, #fff 0%, var(--soft) 100%); padding: 3.2rem 0 3.8rem; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 3rem; align-items: center; }
.hero-badge {
    display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; font-size: .9rem;
    color: var(--navy); background: #fff; border: 1px solid var(--line);
    padding: 8px 16px; border-radius: 100px; margin-bottom: 1.4rem; box-shadow: var(--shadow-sm);
}
.hero-badge i { color: var(--wa); font-size: 1.15rem; }
.hero h1 { font-size: clamp(2.1rem, 4.6vw, 3.25rem); margin-bottom: 1.1rem; }
.hero-sub { font-size: clamp(1.05rem, 1.6vw, 1.2rem); color: var(--muted); margin-bottom: 1.8rem; max-width: 34ch; }
.hero-cta { display: flex; flex-direction: column; gap: .9rem; align-items: flex-start; }
.hero-microtrust { display: flex; flex-wrap: wrap; gap: .5rem 1.3rem; font-size: .92rem; color: var(--muted); font-weight: 600; }
.hero-microtrust span { display: inline-flex; align-items: center; gap: .4rem; }
.hero-microtrust i { color: var(--wa); font-size: 1.05rem; }

/* Hero visual: foto + card flutuante de "cálculo a conferir" */
.hero-visual { position: relative; }
.hero-photo {
    width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
    aspect-ratio: 4/4.4; object-fit: cover; object-position: top center;
}
.calc-float {
    position: absolute; left: -18px; bottom: 26px; width: 250px;
    background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg);
    padding: 1rem 1.1rem; border: 1px solid var(--line-soft);
}
.calc-float__title { font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); margin-bottom: .6rem; }
.calc-row { display: flex; justify-content: space-between; align-items: center; font-size: .86rem; padding: .35rem 0; border-bottom: 1px dashed var(--line); }
.calc-row:last-of-type { border-bottom: none; }
.calc-row span:first-child { color: var(--muted); }
.calc-row b { color: var(--navy); }
.calc-row .q { color: var(--wa-deep); font-weight: 800; }
.calc-float__tag { margin-top: .6rem; font-size: .78rem; font-weight: 700; color: var(--wa-deep); display: flex; align-items: center; gap: .35rem; }

/* ---------- Trust bar ---------- */
.trustbar { background: var(--navy); color: #fff; }
.trustbar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding: 1.7rem 0; }
.trust-item { text-align: center; padding: .2rem .5rem; }
.trust-item b { display: block; font-size: 1.5rem; font-weight: 800; color: var(--gold-light); }
.trust-item span { font-size: .86rem; color: #b9cbdd; line-height: 1.4; display: block; margin-top: .2rem; }
.trust-item + .trust-item { border-left: 1px solid rgba(255,255,255,0.14); }

/* ---------- Cards genéricos ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.card {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 1.9rem 1.7rem; box-shadow: var(--shadow-sm); transition: transform .2s var(--ease), box-shadow .2s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-ico {
    width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center;
    background: var(--soft-2); color: var(--navy-soft); font-size: 1.6rem; margin-bottom: 1.1rem;
}
.card h3 { margin-bottom: .5rem; }
.card p { color: var(--muted); font-size: .98rem; }
.card-num { font-size: 2.2rem; font-weight: 800; color: var(--gold); line-height: 1; margin-bottom: .8rem; display: block; }

/* ---------- Como funciona (3 passos) ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; counter-reset: step; }
.step { position: relative; padding: 2rem 1.6rem 1.7rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); text-align: center; }
.step-badge { width: 48px; height: 48px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 1.2rem; margin: 0 auto 1rem; }
.step h3 { margin-bottom: .4rem; }
.step p { color: var(--muted); font-size: .96rem; }

/* ---------- Autoridade ---------- */
.author { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2.6rem; align-items: center; }
.author-photo { border-radius: var(--radius-lg); box-shadow: var(--shadow); aspect-ratio: 4/5; object-fit: cover; width: 100%; max-width: 360px; }
.author-body .check { list-style: none; margin-top: 1.2rem; display: grid; gap: .8rem; }
.author-body .check li { display: flex; gap: .7rem; align-items: flex-start; color: var(--ink); font-size: 1rem; }
.author-body .check i { color: var(--wa); font-size: 1.3rem; flex-shrink: 0; margin-top: .1rem; }

/* ---------- Prazo (urgência legal, OAB-safe) ---------- */
.deadline { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%); color: #fff; }
.deadline-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; }
.deadline-ico { width: 76px; height: 76px; border-radius: 50%; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); display: grid; place-items: center; font-size: 2.4rem; color: #fff; }
.deadline-txt h2 { color: #fff; font-size: 1.55rem; }
.deadline-txt p { color: #cdddec; max-width: 560px; margin-top: .3rem; }
.deadline-txt b { color: #fff; }

/* ---------- Depoimentos ---------- */
.quote { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow-sm); }
.quote-stars { color: var(--gold); font-size: 1.05rem; margin-bottom: .7rem; letter-spacing: 2px; }
.quote p { font-style: italic; color: var(--ink); font-size: 1.02rem; }
.quote-by { margin-top: 1rem; font-weight: 700; color: var(--navy); }
.quote-by span { display: block; font-weight: 500; font-size: .8rem; color: var(--muted); }

/* ---------- Form ---------- */
.form-section { background: var(--soft); }
.form-card { max-width: 640px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 2.6rem; }
.form-card .section-head { margin-bottom: 1.8rem; }
.lead-form { display: grid; gap: 1.1rem; }
.field { display: grid; gap: .4rem; }
.field label { font-weight: 700; font-size: .92rem; color: var(--navy-deep); }
.field input, .field select {
    font-family: var(--font); font-size: 1.02rem; padding: 14px 15px;
    border: 1.5px solid var(--line); border-radius: 11px; background: #fff; color: var(--ink);
    transition: border-color .15s; width: 100%;
}
.field input:focus, .field select:focus { outline: none; border-color: var(--navy-soft); box-shadow: 0 0 0 3px rgba(23,131,90,0.15); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form-note { text-align: center; font-size: .85rem; color: var(--muted); margin-top: .3rem; display: flex; align-items: center; justify-content: center; gap: .4rem; }
.form-note i { color: var(--wa); }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin: 0 auto; display: grid; gap: .8rem; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 1.15rem 1.4rem; font-family: var(--font); font-weight: 700; font-size: 1.02rem; color: var(--navy-deep); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-q i { color: var(--navy-soft); transition: transform .25s; flex-shrink: 0; }
.faq-item.open .faq-q i { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s var(--ease); }
.faq-a p { padding: 0 1.4rem 1.2rem; color: var(--muted); font-size: .98rem; }

/* ---------- Final CTA ---------- */
.final { text-align: center; background: linear-gradient(180deg, var(--soft) 0%, #fff 100%); }
.final h2 { margin-bottom: .8rem; }
.final p { color: var(--muted); max-width: 560px; margin: 0 auto 1.8rem; font-size: 1.08rem; }

/* ---------- Footer ---------- */
.footer { background: var(--navy-deep); color: #b9cbdd; padding: 3rem 0 2rem; font-size: .92rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; margin-bottom: 2rem; }
.footer img { height: 44px; margin-bottom: .9rem; }
.footer h4 { color: #fff; font-size: .95rem; margin-bottom: .8rem; text-transform: uppercase; letter-spacing: .05em; }
.footer p, .footer a { color: #a9bccf; line-height: 1.8; }
.footer a:hover { color: #fff; }
.footer-contact p { display: flex; gap: .5rem; align-items: flex-start; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 1.4rem; font-size: .8rem; color: #7e93a8; }
.footer-disclaimer { margin-top: .8rem; font-size: .74rem; line-height: 1.6; color: #6e8298; max-width: 900px; }

/* ---------- Sticky WhatsApp (mobile) ---------- */
.sticky-cta {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
    background: #fff; border-top: 1px solid var(--line); padding: 10px 16px;
    box-shadow: 0 -6px 20px rgba(16,61,99,0.1); display: none;
}
.sticky-cta .btn { width: 100%; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* =========================================================
   Responsivo
   ========================================================= */
@media (max-width: 900px) {
    .hero-grid { grid-template-columns: 1fr; gap: 2.2rem; }
    .hero-sub { max-width: none; }
    .hero-cta { align-items: stretch; }
    .hero-cta .btn { width: 100%; }
    .hero-visual { max-width: 360px; margin: .5rem auto 0; }
    .grid-3, .steps, .grid-2 { grid-template-columns: 1fr; }
    .trustbar-grid { grid-template-columns: 1fr 1fr; gap: 1.2rem; }
    .trust-item:nth-child(3) { border-left: none; }
    .author { grid-template-columns: 1fr; text-align: center; }
    .author-photo { margin: 0 auto; }
    .author-body .check { text-align: left; max-width: 440px; margin: 1.2rem auto 0; }
    .deadline-inner { grid-template-columns: 1fr; text-align: center; gap: 1.3rem; }
    .deadline-ico, .deadline-txt p { margin-left: auto; margin-right: auto; }
    .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    body { font-size: 16px; }
    .section { padding: 3.2rem 0; }
    .form-card { padding: 1.6rem; }
    .form-row { grid-template-columns: 1fr; }
    .calc-float { width: 200px; left: 8px; bottom: 14px; }
    .nav-oab { display: none; }
    .nav-logo small { display: none; }
    .nav-logo img { height: 58px; }
    .hero h1 { font-size: 2rem; }
    .sticky-cta { display: block; }
    body { padding-bottom: 74px; }
    .trust-item + .trust-item { border-left: none; }
}
