/* ==========================================================================
   premium.css — Bezerra Martins · estilo "Trust & Authority"
   Navy + dourado + Open Sans. Carregar DEPOIS de main.css+blocos.css.
   Overlay premium: re-estiliza os componentes do LP-modelo e adiciona novos.
   ========================================================================== */

:root {
  --font-heading: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-body: var(--font-heading);

  --navy:        #20386B;
  --navy-deep:   #06225C;
  --navy-ink:    #04173f;
  --gold:        #C79A67;
  --gold-deep:   #a97f4f;
  --gold-text:   #7a5526;   /* dourado AA p/ texto sobre creme (≥4.5:1) */
  --cream:       #FFF7E3;
  --cream-2:     #FBF6E9;
  --paper:       #fffdf7;
  --surface:     #ffffff;
  --ink:         #23262e;
  --muted:       #5b5566;
  --line:        #ece2cf;
  --line-strong: #ddcfb2;

  --sh-sm: 0 1px 2px rgba(6,34,92,.06), 0 2px 8px rgba(6,34,92,.05);
  --sh-md: 0 10px 26px -10px rgba(6,34,92,.20);
  --sh-lg: 0 28px 60px -22px rgba(6,34,92,.40);
  --sh-gold: 0 12px 30px -12px rgba(169,127,79,.55);

  --r: 14px; --r-lg: 22px; --r-xl: 28px; --r-pill: 999px;
  --ease: cubic-bezier(.22,.61,.36,1);
  --maxw: 1200px;
}

/* ---------- Base ---------- */
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  font-size: 17px; line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4 { font-family: var(--font-heading); color: var(--navy-deep); font-weight: 700; line-height: 1.12; letter-spacing: -.01em; }
::selection { background: var(--gold); color: #fff; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(18px, 4vw, 32px); }
.section { padding-block: clamp(3.25rem, 2.4rem + 4vw, 6rem); position: relative; }
.section--alt { background: var(--cream-2); }
.section--paper { background: var(--paper); }
.section--navy { background: var(--navy-deep); color: #fff; }
.section--navy h2, .section--navy h3 { color: #fff; }

/* Eyebrow com filete dourado */
.eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-heading); font-weight: 700; font-size: .78rem;
  letter-spacing: .16em; text-transform: uppercase; color: var(--gold-text);
  margin-bottom: 1rem;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--gold); display: inline-block; border-radius: 2px; }
.section--navy .eyebrow { color: var(--gold); }

.section__head { max-width: 760px; margin: 0 auto clamp(2rem,1.4rem+1.6vw,3rem); text-align: center; }
.section__head--left { text-align: left; margin-inline: 0; }
.section__title { font-size: clamp(1.7rem, 1.2rem + 2.2vw, 2.7rem); }
.section__subtitle { margin-top: .9rem; font-size: 1.075rem; color: var(--muted); line-height: 1.7; }
.section--navy .section__subtitle { color: rgba(255,247,227,.82); }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  min-height: 54px; padding: .9rem 1.9rem; border: 2px solid transparent; border-radius: var(--r-pill);
  font-family: var(--font-heading); font-weight: 600; font-size: 1rem; letter-spacing: .01em; line-height: 1.1;
  cursor: pointer; text-decoration: none; text-align: center;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background-color .25s var(--ease), color .2s, border-color .2s;
}
.btn svg { width: 20px; height: 20px; flex: 0 0 auto; }
.btn--cta {
  color: #fff; border-color: transparent;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
  box-shadow: var(--sh-md);
  animation: none;
}
.btn--cta:hover { transform: translateY(-2px); box-shadow: var(--sh-lg); background: linear-gradient(135deg, var(--navy-deep), var(--navy-ink)); }
/* CTA dourado (acento) — texto navy p/ AA */
.btn--gold, .btn--cta.btn--gold { background: linear-gradient(135deg, #d8b075, var(--gold-deep)); color: var(--navy-ink); box-shadow: var(--sh-gold); }
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 18px 38px -14px rgba(169,127,79,.7); }
.btn--on-dark { background: var(--cream); color: var(--navy-deep); }
.btn--on-dark:hover { background: #fff; transform: translateY(-2px); box-shadow: var(--sh-lg); }
.btn--ghost { background: transparent; color: var(--navy-deep); border-color: var(--line-strong); }
.btn--ghost:hover { border-color: var(--navy); background: rgba(32,56,107,.05); }
.btn--lg { min-height: 60px; padding: 1.05rem 2.4rem; font-size: 1.08rem; }
.btn--block { width: 100%; }

/* ---------- Header ---------- */
.header { position: sticky; top: 0; z-index: 30; background: rgba(255,247,227,.88); backdrop-filter: saturate(140%) blur(10px); border-bottom: 1px solid var(--line); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 74px; }
.header__logo img { height: 38px; width: auto; }
.nav { display: flex; align-items: center; gap: 1.25rem; }
.nav__cta { display: inline-flex; }

/* ---------- HERO (split: texto + foto) ---------- */
.hero { position: relative; overflow: hidden; background: radial-gradient(120% 130% at 80% -10%, #2a4a86 0%, var(--navy-deep) 45%, var(--navy-ink) 100%); color: #fff; padding-block: clamp(2.5rem,1.5rem+5vw,5rem); }
.hero::after { content:""; position:absolute; inset:0; background-image: radial-gradient(rgba(199,154,103,.10) 1px, transparent 1.6px); background-size: 22px 22px; opacity:.5; pointer-events:none; }
.hero .container { position: relative; z-index: 1; }
.hero__grid { display: grid; gap: clamp(1.5rem,1rem+3vw,3.5rem); align-items: center; }
@media (min-width: 920px) { .hero__grid { grid-template-columns: 1.05fr .95fr; } }
.hero h1, .hero__title { color: #fff; font-size: clamp(1.7rem, 1.2rem + 2vw, 2.5rem); max-width: none; }
.hero__sub { color: rgba(255,247,227,.9); font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.05rem); margin-top: 1.1rem; max-width: none; }
.hero__badges { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.6rem; }
.badge { display: inline-flex; align-items: center; gap: .45rem; padding: .45rem .9rem; border-radius: var(--r-pill); font-size: .8rem; font-weight: 600; color: var(--cream); background: rgba(255,255,255,.08); border: 1px solid rgba(199,154,103,.5); }
.badge svg { width: 16px; height: 16px; color: var(--gold); }
.hero__actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.8rem; }
.hero__reassure { margin-top: 1rem; font-size: .9rem; color: rgba(255,247,227,.7); display: flex; align-items: center; gap: .5rem; }
.hero__reassure svg { width: 18px; height: 18px; flex: 0 0 auto; color: var(--gold); }
.hero__media { position: relative; }
.hero__photo { width: 100%; max-width: 460px; margin-inline: auto; border-radius: var(--r-xl); box-shadow: var(--sh-lg); border: 1px solid rgba(255,255,255,.12); display: block; }
.hero__seal { position: absolute; right: 6%; bottom: -22px; background: linear-gradient(135deg,#d8b075,var(--gold-deep)); color: var(--navy-ink); font-family: var(--font-heading); padding: 1.05rem 1.5rem; border-radius: 18px; box-shadow: var(--sh-gold); text-align: center; line-height: 1; }
.hero__seal b { font-size: 2.6rem; display: block; }
.hero__seal span { font-size: .82rem; font-family: var(--font-heading); font-weight:700; letter-spacing:.12em; text-transform: uppercase; }

/* ---------- Trust bar (provas) ---------- */
.trust { background: var(--navy); color: #fff; }
.trust__row { display: grid; grid-template-columns: 1fr; gap: 1px; background: rgba(255,255,255,.12); border-radius: var(--r-lg); overflow: hidden; }
@media (min-width: 700px) { .trust__row { grid-template-columns: repeat(4,1fr); } }
.trust__item { background: var(--navy); padding: 1.3rem 1.1rem; text-align: center; }
.trust__num { font-family: var(--font-heading); font-size: 1.7rem; color: #d8b075; line-height: 1; }
.trust__txt { font-size: .86rem; color: rgba(255,247,227,.82); margin-top: .35rem; }

/* ---------- Cards (problemas / diferenciais) ---------- */
.grid { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width:600px){ .grid--2{grid-template-columns:repeat(2,1fr)} .grid--3{grid-template-columns:repeat(2,1fr)} }
@media (min-width:960px){ .grid--3{grid-template-columns:repeat(3,1fr)} }
.card {
  position: relative; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 1.6rem; box-shadow: var(--sh-sm);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .2s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: var(--line-strong); }
.card__ico { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 14px; margin-bottom: 1rem; background: linear-gradient(135deg, rgba(199,154,103,.18), rgba(32,56,107,.10)); color: var(--navy); border: 1px solid var(--line); }
.card__ico svg { width: 24px; height: 24px; }
.card__title, .card h3 { font-size: 1.2rem; color: var(--navy-deep); margin-bottom: .5rem; }
.card__text, .card p { color: var(--muted); font-size: .98rem; line-height: 1.65; }
/* card "problema": acento dourado à esquerda */
.card--issue { padding-left: 1.6rem; }
.card--issue::before { content:""; position:absolute; left:0; top:18px; bottom:18px; width:4px; border-radius:4px; background: linear-gradient(var(--gold),var(--gold-deep)); }

/* ---------- Steps (timeline) ---------- */
.steps { display: grid; gap: 1.5rem; grid-template-columns: 1fr; counter-reset: st; }
@media (min-width: 760px) { .steps { grid-template-columns: repeat(4,1fr); } }
.step { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.4rem; box-shadow: var(--sh-sm); transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.step:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.step__img, .step img { width: 100%; height: 150px; object-fit: cover; border-radius: 12px; margin-bottom: 1rem; }
.step__n { position: absolute; top: -16px; left: 1.4rem; width: 40px; height: 40px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-size: 1.1rem; color: var(--navy-ink); background: linear-gradient(135deg,#d8b075,var(--gold-deep)); box-shadow: var(--sh-gold); border: 2px solid var(--surface); }
.step h3 { font-size: 1.1rem; margin: .3rem 0 .4rem; }
.step p { color: var(--muted); font-size: .92rem; line-height: 1.6; }

/* ---------- Sobre (autoridade) ---------- */
.author { display: grid; gap: clamp(1.5rem,1rem+3vw,3rem); align-items: center; }
@media (min-width: 860px) { .author { grid-template-columns: 360px 1fr; } }
.author__media { position: relative; width: 100%; max-width: 360px; aspect-ratio: auto; }
.author__media img, .author__photo { width: 100%; max-width: 360px; border-radius: var(--r-xl); box-shadow: var(--sh-lg); border: 4px solid var(--surface); outline: 1px solid var(--line-strong); }
.author__badge { position: absolute; left: 14px; bottom: -14px; background: var(--navy-deep); color: var(--cream); font-family: var(--font-heading); font-weight: 700; font-size: .72rem; letter-spacing: .1em; padding: .5rem .9rem; border-radius: var(--r-pill); border: 1px solid rgba(199,154,103,.5); }
.cred { list-style: none; padding: 0; margin: 1.1rem 0 0; display: grid; gap: .6rem; }
.cred li { display: flex; gap: .7rem; align-items: flex-start; color: var(--ink); font-size: .96rem; line-height: 1.55; }
.cred svg { flex: 0 0 auto; width: 20px; height: 20px; color: var(--gold-deep); margin-top: 3px; }
.author p.lead { font-size: 1.08rem; color: var(--ink); }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; margin-top: 1.4rem; }
.stat__num { font-family: var(--font-heading); font-size: 1.9rem; color: var(--navy); line-height: 1; }
.stat__label { font-size: .85rem; color: var(--muted); margin-top: .25rem; }

/* ---------- Depoimentos ---------- */
.tcards { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width:600px){ .tcards{grid-template-columns:repeat(2,1fr)} }
@media (min-width:960px){ .tcards{grid-template-columns:repeat(3,1fr)} }
.tcard { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.6rem; box-shadow: var(--sh-sm); display: flex; flex-direction: column; }
.tcard::before { content: "\201C"; font-family: var(--font-heading); position: absolute; top: -.2rem; right: 1rem; font-size: 4rem; color: rgba(199,154,103,.28); line-height: 1; }
.stars { color: var(--gold-text); letter-spacing: 3px; font-size: 1.05rem; }
.tcard__quote, .tcard p { color: var(--ink); font-size: .98rem; line-height: 1.65; margin: .7rem 0 1.1rem; }
.tcard__who { display: flex; align-items: center; gap: .7rem; margin-top: auto; }
.tcard__avatar { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg,var(--navy),var(--navy-deep)); color: var(--cream); display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-size: 1.05rem; }
.tcard__name { font-weight: 600; color: var(--navy-deep); }
.tcard__role { font-size: .82rem; color: var(--muted); }

/* ---------- FAQ / Objeções (accordion) ---------- */
.faq { max-width: 820px; margin-inline: auto; display: grid; gap: .75rem; }
.faq__item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.faq__item[open] { border-color: var(--line-strong); box-shadow: var(--sh-sm); }
.faq__item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.15rem 1.3rem; font-family: var(--font-heading); font-size: 1.02rem; color: var(--navy-deep); }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: ""; flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--gold); position: relative; transition: transform .25s var(--ease), background .2s; background:
  linear-gradient(var(--gold-deep),var(--gold-deep)) center/2px 10px no-repeat,
  linear-gradient(var(--gold-deep),var(--gold-deep)) center/10px 2px no-repeat; }
.faq__item[open] summary::after { transform: rotate(135deg); background-color: rgba(199,154,103,.15); }
.faq__answer { padding: 0 1.3rem 1.25rem; color: var(--muted); line-height: 1.7; }

/* ---------- CTA final ---------- */
.cta-final { text-align: center; }
.cta-final__box { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 60%, var(--navy-ink) 100%); color: #fff; border-radius: var(--r-xl); padding: clamp(2.2rem,1.6rem+4vw,4.2rem); box-shadow: var(--sh-lg); }
.cta-final__box::before { content:""; position:absolute; inset:0; background: radial-gradient(60% 80% at 50% -20%, rgba(199,154,103,.35), transparent 60%); pointer-events:none; }
.cta-final__box > * { position: relative; }
.cta-final__box h2 { color: #fff; font-size: clamp(1.6rem,1.2rem+2vw,2.5rem); margin-bottom: 1.4rem; }
.cta-final__box p { color: rgba(255,247,227,.88); max-width: 46ch; margin: 0 auto 1.6rem; }

/* ---------- Rodapé ---------- */
.footer { background: var(--navy-deep); color: rgba(255,247,227,.78); padding-block: 3.5rem 1.75rem; }
.footer__brand { font-family: var(--font-heading); color: #fff; font-size: 1.25rem; margin-bottom: .6rem; }
.footer a { color: rgba(255,247,227,.78); text-decoration: none; }
.footer a:hover { color: #fff; }
.location { display: grid; gap: 2rem; }
@media (min-width: 820px) { .location { grid-template-columns: 1.3fr 1fr; align-items: start; } }
.location__list { list-style: none; padding: 0; display: grid; gap: .9rem; margin-top: 1rem; }
.location__list li { display: flex; gap: .7rem; align-items: flex-start; }
.location__list svg { flex: 0 0 auto; width: 20px; height: 20px; color: var(--gold); margin-top: 2px; }
.footer__bottom { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; justify-content: space-between; font-size: .85rem; color: rgba(255,247,227,.6); }

/* ---------- Sticky WhatsApp (mobile) ---------- */
.wa-sticky { position: fixed; left: 14px; right: 14px; bottom: 14px; z-index: 40; display: flex; align-items: center; justify-content: center; gap: .55rem; padding: .95rem 1rem; border-radius: var(--r-pill); font-family: var(--font-heading); font-weight: 700; color: var(--navy-ink); text-decoration: none; background: linear-gradient(135deg,#d8b075,var(--gold-deep)); box-shadow: var(--sh-gold); }
.wa-sticky svg, .wa-sticky img { width: 22px; height: 22px; }
@media (min-width: 768px) { .wa-sticky { display: none; } }

/* ---------- Skip link / foco ---------- */
.skip-link { position: absolute; left: 16px; top: -100px; z-index: 60; background: #fff; color: var(--navy-deep); padding: .7rem 1.2rem; border-radius: 10px; box-shadow: var(--sh-md); transition: top .2s; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--navy-deep); outline-offset: 2px; border-radius: 4px; box-shadow: 0 0 0 5px rgba(255,255,255,.85); }
.btn--gold:focus-visible, .wa-sticky:focus-visible { outline-color: var(--navy-ink); }

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

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

/* ---------- Sub-rodapé (crédito Marketing Suite) ---------- */
.subfooter { background: var(--navy-ink); color: rgba(255,247,227,.72); display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .5rem; padding: 1rem; font-size: .85rem; text-align: center; }
.subfooter a { display: inline-flex; align-items: center; line-height: 0; }
.subfooter img { height: 40px; width: auto; display: block; opacity: .92; transition: opacity .2s var(--ease); }
.subfooter a:hover img { opacity: 1; }
@media (max-width: 767px) { .subfooter { padding-bottom: 86px; } }
