/* ============================================================
   BLINDA CNH — Consulta Jurídica
   Premium LIGHT mode · warm off-white · gold accent only
   ============================================================ */

:root{
  /* palette */
  --bg:#F8F7F4;          /* warm off-white */
  --white:#FFFFFF;
  --gold:#C3921C;
  --gold-deep:#9C7314;
  --ink:#080B14;         /* near-black anchor */
  --text:#1A1A2A;        /* body */
  --muted:#6B6B80;       /* secondary */
  --line:#EBEBEB;        /* dividers */
  --gold-line:rgba(195,146,28,.20);
  --gold-line-strong:rgba(195,146,28,.40);
  --gold-soft:rgba(195,146,28,.08);
  --cyan:#00D4AA;
  --wa:#25D366;

  --card-shadow:0 2px 20px rgba(0,0,0,.06);
  --card-shadow-sm:0 2px 16px rgba(0,0,0,.06);
  --maxw:1120px;
  --r:16px;
  --ease:cubic-bezier(.22,.61,.36,1);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:'DM Sans',system-ui,sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}
::selection{background:rgba(195,146,28,.22);color:var(--ink)}

h1,h2,h3,h4{font-family:'Space Grotesk',sans-serif;font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--ink)}

.wrap{max-width:var(--maxw);margin:0 auto;padding:0 32px}

/* section rhythm */
.section{padding:clamp(56px,7.5vw,92px) 0;position:relative}
.bg-off{background:var(--bg)}
.bg-white{background:var(--white)}
.bg-dark{background:var(--ink)}

/* eyebrow / section label */
.eyebrow{
  display:inline-block;
  font-family:'Space Grotesk',sans-serif;
  font-size:16px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  color:var(--gold);margin-bottom:20px;
}

.section-head{max-width:680px;margin:0 0 clamp(34px,4vw,48px)}
.section-head.center{margin-left:auto;margin-right:auto;text-align:center}
.section-head h2{font-size:clamp(2rem,4vw,2.6rem);letter-spacing:-.025em}
.section-head p{margin-top:20px;color:var(--muted);font-size:1.12rem;max-width:60ch}
.section-head.center p{margin-left:auto;margin-right:auto}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:11px;
  font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:1rem;
  border-radius:var(--r);letter-spacing:-.01em;
  transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s;
  white-space:nowrap;
}
.btn svg{width:19px;height:19px;flex:none}
.btn-gold{
  position:relative;
  background:linear-gradient(180deg,#E9B534,#C99418);color:var(--ink);
  padding:17px 34px;
  box-shadow:0 12px 30px -10px rgba(195,146,28,.65),inset 0 1px 0 rgba(255,255,255,.45);
}
.btn-gold:hover{transform:translateY(-2px);background:linear-gradient(180deg,#F0BE3E,#D19C1A);box-shadow:0 20px 46px -12px rgba(195,146,28,.7),inset 0 1px 0 rgba(255,255,255,.45)}
.btn-gold svg{transition:transform .25s var(--ease)}
.btn-gold:hover svg{transform:translateX(4px)}

/* ink pill w/ gold arrow badge */
.btn-ink{
  background:var(--ink);color:var(--white);
  padding:10px 12px 10px 30px;gap:18px;border-radius:999px;
  box-shadow:0 14px 34px -16px rgba(8,11,20,.7);
}
.btn-ink:hover{transform:translateY(-2px);box-shadow:0 22px 46px -18px rgba(8,11,20,.75)}
.btn-ink .btn-arrow{
  width:44px;height:44px;border-radius:50%;flex:none;display:grid;place-items:center;
  background:var(--gold);color:var(--ink);transition:transform .25s var(--ease);
}
.btn-ink .btn-arrow svg{width:20px;height:20px}
.btn-ink:hover .btn-arrow{transform:translateX(3px)}
.btn-ink.btn-lg{font-size:1.06rem}
.btn-lg{padding:19px 42px;font-size:1.06rem}

/* ---------- Header ---------- */
.header{position:sticky;top:0;z-index:60;background:var(--white);border-bottom:1px solid var(--line)}
.header-in{max-width:var(--maxw);margin:0 auto;padding:0 32px;height:116px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;flex:none}
.brand img{height:96px;width:auto;flex:none;object-fit:contain;align-self:center}
.nav-link{
  display:inline-flex;align-items:center;gap:9px;
  font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:.96rem;color:var(--gold);
  background:var(--gold-soft);border:1px solid var(--gold-line-strong);
  border-radius:999px;padding:10px 20px;letter-spacing:-.01em;
  transition:color .2s,background .2s,border-color .2s,transform .2s var(--ease);
}
.nav-link svg{width:17px;height:17px;flex:none}
.nav-link:hover{color:var(--ink);background:var(--gold);border-color:var(--gold);transform:translateY(-1px)}

/* ---------- Hero ---------- */
.hero{background:var(--bg);padding:clamp(60px,8vw,96px) 0 clamp(56px,7.5vw,88px);position:relative;overflow:hidden}
.hero-in{max-width:820px}
.hero .kicker{
  display:inline-block;font-family:'Space Grotesk',sans-serif;font-size:16px;font-weight:600;
  letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:28px;
}
.hero h1{font-size:clamp(2.4rem,5.4vw,3.6rem);line-height:1.12;letter-spacing:-.03em;max-width:16ch}
.hero .sub{margin-top:28px;font-size:clamp(1.12rem,1.7vw,1.28rem);color:var(--muted);max-width:600px;line-height:1.6}
.hero-cta{margin-top:44px}
.trust-line{margin-top:26px;display:flex;flex-wrap:nowrap;gap:20px}
.trust-line span{display:inline-flex;align-items:center;gap:8px;font-size:.88rem;color:var(--muted);white-space:nowrap}
.trust-line svg{width:16px;height:16px;color:var(--gold);flex:none}

/* faint road guide, very subtle, decorative */
.hero-road{position:absolute;right:-4%;top:0;bottom:0;width:44%;z-index:0;pointer-events:none;opacity:.5;
  mask-image:linear-gradient(to left,#000,transparent)}
.hero-road path{stroke:var(--gold-line);fill:none}
.hero-in{position:relative;z-index:1}

/* ---------- For whom ---------- */
.forwhom-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px 56px}
.fw-col{display:flex;flex-direction:column;gap:26px}
.fw-item{padding:2px 0 2px 18px;border-left:2px solid var(--gold);font-size:1.06rem;color:var(--text);line-height:1.55}

/* ---------- What to expect ---------- */
.expect-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.expect-card{
  background:var(--white);border-radius:var(--r);border-left:3px solid var(--gold);
  box-shadow:var(--card-shadow-sm);padding:36px 34px;
  transition:transform .3s var(--ease),box-shadow .3s var(--ease);
}
.expect-card:hover{transform:translateY(-4px);box-shadow:0 12px 34px rgba(0,0,0,.09)}
.expect-card .num{font-family:'Space Grotesk',sans-serif;font-size:14px;font-weight:600;letter-spacing:.1em;color:var(--gold);margin-bottom:16px;display:block}
.expect-card h3{font-size:1.24rem;margin-bottom:12px}
.expect-card p{color:var(--muted);font-size:1.02rem;line-height:1.62}

/* ---------- Expertise ---------- */
.exp-card{
  max-width:820px;margin:0 auto;background:var(--white);
  border:1px solid var(--gold-line-strong);border-radius:var(--r);
  box-shadow:var(--card-shadow);padding:clamp(40px,5vw,60px);text-align:center;
}
.exp-avatar{
  width:104px;height:104px;border-radius:50%;margin:0 auto 28px;
  display:grid;place-items:center;color:var(--gold);
  background:var(--gold-soft);border:2px solid var(--gold-line-strong);
  box-shadow:0 0 0 6px rgba(195,146,28,.05);
}
.exp-avatar svg{width:52px;height:52px}
.exp-card h3{font-size:1.4rem;margin-bottom:16px}
.exp-card .exp-desc{color:var(--muted);font-size:1.06rem;line-height:1.7;max-width:60ch;margin:0 auto}
.exp-chips{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:32px}
.chip{
  display:inline-flex;align-items:center;font-family:'Space Grotesk',sans-serif;
  font-size:.86rem;font-weight:600;color:var(--gold);
  background:var(--white);border:1px solid var(--gold-line-strong);
  border-radius:999px;padding:9px 18px;
}

/* ---------- Why a lawyer (pillars) ---------- */
.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.pillar{
  background:var(--white);border-radius:var(--r);box-shadow:var(--card-shadow-sm);
  padding:38px 32px;transition:transform .3s var(--ease),box-shadow .3s var(--ease);
}
.pillar:hover{transform:translateY(-4px);box-shadow:0 12px 34px rgba(0,0,0,.09)}
.pillar .p-ic{width:54px;height:54px;border-radius:15px;display:grid;place-items:center;
  background:var(--gold-soft);border:1px solid var(--gold-line-strong);color:var(--gold);margin-bottom:22px}
.pillar .p-ic svg{width:27px;height:27px}
.pillar h3{font-size:1.2rem;margin-bottom:12px}
.pillar p{color:var(--muted);font-size:1.02rem;line-height:1.64}

/* ---------- Social proof ---------- */
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.testi-card{
  background:var(--white);border-radius:var(--r);box-shadow:var(--card-shadow);
  padding:36px 32px 34px;position:relative;
}
.testi-card .quote-mark{
  font-family:'Space Grotesk',sans-serif;font-size:4.4rem;line-height:.6;color:var(--gold);
  opacity:.9;display:block;height:38px;
}
.testi-card blockquote{font-style:italic;color:var(--text);font-size:1.06rem;line-height:1.62;margin:12px 0 22px}
.testi-card .who{font-size:.9rem;color:var(--muted);font-weight:500}

/* ---------- Scheduling CTA (dark) ---------- */
.schedule{background:var(--ink);text-align:center;position:relative;overflow:hidden}
.schedule::before{content:"";position:absolute;inset:0;z-index:0;opacity:.7;pointer-events:none;
  background:radial-gradient(680px 340px at 50% -10%,rgba(195,146,28,.16),transparent 62%)}
.schedule .wrap{position:relative;z-index:1}
.schedule .eyebrow{color:var(--gold)}
.schedule h2{color:var(--white);font-size:clamp(2.1rem,4.4vw,3rem);max-width:16ch;margin:0 auto;letter-spacing:-.025em}
.schedule .sched-body{color:rgba(246,248,252,.65);font-size:1.14rem;max-width:520px;margin:24px auto 40px;line-height:1.62}
.schedule .sched-trust{margin-top:26px;display:flex;flex-wrap:wrap;gap:8px 22px;justify-content:center}
.schedule .sched-trust span{display:inline-flex;align-items:center;gap:7px;font-size:.82rem;color:rgba(246,248,252,.5)}
.schedule .sched-trust svg{width:14px;height:14px;color:var(--gold);flex:none}

/* ---------- FAQ ---------- */
.faq{max-width:820px;margin:0 auto}
.faq-item{border-bottom:1px solid var(--line)}
.faq-item:first-child{border-top:1px solid var(--line)}
.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px;
  padding:26px 4px;text-align:left}
.faq-q span{font-family:'Space Grotesk',sans-serif;font-size:1.08rem;font-weight:600;color:var(--ink);letter-spacing:-.01em}
.faq-q .pm{width:26px;height:26px;flex:none;display:grid;place-items:center;color:var(--gold);transition:transform .3s}
.faq-q .pm svg{width:20px;height:20px}
.faq-item.open .pm{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s var(--ease)}
.faq-a-in{padding:0 4px 28px;color:var(--muted);font-size:1.02rem;line-height:1.7;max-width:66ch}

/* ---------- Footer ---------- */
.footer{background:var(--ink);padding:64px 0 0}
.footer-top{display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap;padding-bottom:44px}
.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:14px}
.footer-brand img{height:80px;width:auto;flex:none;align-self:flex-start}
.footer-brand .tag{color:var(--white);font-size:.92rem}
.footer-brand .cnpj{color:rgba(246,248,252,.5);font-size:.82rem}
.footer-social{display:flex;gap:14px}
.footer-social a{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;
  color:var(--white);border:1px solid rgba(246,248,252,.3);transition:color .2s,border-color .2s,background .2s}
.footer-social a:hover{color:var(--ink);background:var(--white);border-color:var(--white)}
.footer-social svg{width:20px;height:20px}
.footer-bottom{border-top:1px solid rgba(246,248,252,.1);padding:22px 0 30px;text-align:center}
.footer-bottom span{color:var(--white);font-size:.82rem}

/* floating whatsapp */
.wa-float{position:fixed;right:22px;bottom:22px;z-index:55;width:58px;height:58px;border-radius:50%;
  background:var(--wa);display:grid;place-items:center;color:#fff;
  box-shadow:0 14px 36px -10px rgba(37,211,102,.6);transition:transform .25s var(--ease)}
.wa-float:hover{transform:scale(1.08)}
.wa-float svg{width:30px;height:30px}

/* reveal */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.reveal.in{opacity:1;transform:none}
.reveal.d1{transition-delay:.07s}.reveal.d2{transition-delay:.14s}.reveal.d3{transition-delay:.21s}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width:860px){
  .pillars{grid-template-columns:1fr;gap:22px}
  .forwhom-grid{grid-template-columns:1fr;gap:22px}
  .expect-grid{grid-template-columns:1fr}
  .testi-grid{grid-template-columns:1fr}
  .hero-road{display:none}
}
@media (max-width:560px){
  .wrap{padding:0 20px}
  .header-in{padding:0 20px;height:74px}
  .brand img{height:56px}
  .section{padding:clamp(52px,11vw,68px) 0}
  .hero-cta .btn{width:100%}
  .trust-line{flex-wrap:wrap;gap:12px 20px}
  .footer-top{flex-direction:column;align-items:flex-start}
}
@media (prefers-reduced-motion:reduce){
  *{animation:none!important;scroll-behavior:auto}
  .reveal{opacity:1;transform:none}
}
