:root {
  --ink: #f1eee8;
  --muted: #a8aaa6;
  --faint: #777b77;
  --black: #080b0a;
  --petroleum: #0d1b19;
  --gold: #c69a4b;
  --line: rgba(198, 154, 75, 0.25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.narrow { width: min(760px, 100%); }
.centered { text-align: center; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: rgba(8,11,10,.78);
  backdrop-filter: blur(18px);
  transition: height .35s ease, background .35s ease, box-shadow .35s ease;
}
.site-header.is-scrolled {
  height: 64px;
  background: rgba(8,11,10,.94);
  box-shadow: 0 12px 35px rgba(0,0,0,.2);
}
.brand {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .17em;
  line-height: 1;
  font-family: Georgia, "Times New Roman", serif;
}
.brand span { font-size: 16px; }
.brand small { margin-top: 4px; color: var(--gold); font-size: 8px; letter-spacing: .35em; }
.site-header nav { display: flex; gap: 32px; }
.site-header nav a {
  color: #c7c9c5;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: .04em;
  transition: color .2s;
}
.site-header nav a:hover { color: var(--gold); }
.header-cta {
  border: 1px solid var(--gold);
  padding: 11px 17px;
  color: var(--gold);
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  background: url("assets/hero-lourival.webp") center / cover no-repeat;
  overflow: hidden;
}
.hero-shade, .thesis-shade, .services-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(5,9,8,.98) 0%, rgba(5,9,8,.92) 38%, rgba(5,9,8,.12) 72%),
    linear-gradient(0deg, rgba(5,9,8,.78), transparent 38%);
}
.hero-content { position: relative; z-index: 1; }
.eyebrow {
  margin: 0 0 22px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
}
h1, h2, h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
h1 {
  max-width: 630px;
  font-size: clamp(44px, 5.2vw, 72px);
  line-height: 1.06;
  letter-spacing: -.035em;
}
h1 em { color: var(--gold); font-style: normal; }
.hero-intro {
  max-width: 590px;
  margin: 28px 0 32px;
  color: #c1c4c0;
  font-size: 15px;
  line-height: 1.75;
}
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  transition: background .2s, color .2s, transform .2s;
  position: relative;
  overflow: hidden;
}
.button:hover { transform: translateY(-2px); }
.button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,.22), transparent 65%);
  transform: translateX(-120%);
  transition: transform .65s ease;
}
.button:hover::after { transform: translateX(120%); }
.button-solid { background: var(--gold); color: #0b0d0c; }
.button-solid:hover { background: #d5aa5e; }
.button-outline { border: 1px solid var(--gold); color: var(--gold); }
.button-outline:hover { background: var(--gold); color: var(--black); }

.section { position: relative; padding: 112px 0; }
.section-dark { background: #090c0b; }
.section h2 {
  max-width: 980px;
  font-size: clamp(38px, 4.5vw, 62px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.two-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
}
.body-copy { margin-top: 46px; }
.body-copy p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}
.body-copy .strong-line { color: var(--ink); font-weight: 700; }
.gold-copy { color: var(--gold) !important; }

.thesis {
  min-height: 800px;
  background: url("assets/fundo-tese-lourival.webp") center / cover no-repeat;
}
.thesis-shade {
  background: linear-gradient(90deg, rgba(8,11,10,.16), rgba(8,11,10,.56) 50%, rgba(8,11,10,.97) 82%);
}
.thesis-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  min-height: 580px;
}
.thesis-copy { max-width: 600px; padding-left: 52px; }
.thesis-copy h2 { margin-bottom: 30px; color: var(--gold); }
.thesis-copy > p:not(.eyebrow) {
  color: #bbbeba;
  font-size: 14px;
  line-height: 1.72;
}
.gold-list {
  margin: 24px 0 0;
  padding-left: 20px;
  color: var(--gold);
  font-size: 14px;
  line-height: 1.8;
}
.why { border-top: 1px solid rgba(255,255,255,.05); }

.about {
  background:
    linear-gradient(rgba(10,13,12,.9), rgba(10,13,12,.96)),
    url("assets/fundo-abordagens.webp") center / cover no-repeat;
}
.section-heading { margin: 0 auto 52px; }
.section-heading h2 { margin-inline: auto; }
.section-heading > p:not(.eyebrow):not(.role) {
  max-width: 780px;
  margin: 20px auto 0;
  color: #b3b6b2;
  font-size: 15px;
  line-height: 1.7;
}
.role {
  margin: 14px 0 0;
  color: #d3d5d1;
  font-size: 13px;
  font-weight: 700;
}
.role span { color: var(--gold); margin: 0 4px; }
.about-grid {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.25fr);
  gap: 64px;
  align-items: start;
}
.about-grid img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(255,255,255,.08);
  background: #151817;
  transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .7s ease;
}
.about-grid img:hover { transform: scale(1.018); filter: brightness(1.05); }
.bio { columns: 2; column-gap: 34px; }
.bio p {
  break-inside: avoid;
  margin: 0 0 17px;
  color: #c1c3c0;
  font-size: 14px;
  line-height: 1.65;
}
.bio-close { color: var(--gold) !important; font-weight: 700; }
.authority-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 56px;
  border-block: 1px solid var(--line);
}
.authority-row div { padding: 27px 22px; text-align: center; }
.authority-row div + div { border-left: 1px solid var(--line); }
.authority-row strong, .authority-row span { display: block; }
.authority-row strong { color: var(--gold); font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.authority-row span { margin-top: 7px; color: var(--muted); font-size: 12px; }

.services { background: url("assets/fundo-abordagens.webp") center / cover no-repeat; }
.services-shade { background: rgba(5,8,7,.78); }
.services-content { position: relative; z-index: 1; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
.service-card {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 32px 28px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(16,20,19,.88);
  box-shadow: 0 18px 50px rgba(0,0,0,.2);
  transition: transform .4s ease, border-color .4s ease, box-shadow .4s ease;
}
.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(198,154,75,.48);
  box-shadow: 0 24px 55px rgba(0,0,0,.34);
}
.service-card h3 { color: var(--gold); font-size: 28px; line-height: 1.1; }
.service-card > p {
  margin: 20px 0 0;
  color: #d1d3d0;
  font-size: 13px;
  line-height: 1.7;
}
.service-card ul {
  margin: 22px 0 0;
  padding-left: 19px;
  color: #aeb1ad;
  font-size: 13px;
  font-style: italic;
  line-height: 1.75;
}
.service-card .service-note { color: var(--ink); font-style: italic; font-weight: 700; }
.service-card .button { margin-top: auto; align-self: stretch; }

.contact-choice { background: var(--petroleum); text-align: center; }
.contact-choice h2 { margin-inline: auto; }
.contact-choice .narrow > p:not(.eyebrow) {
  margin: 24px auto 30px;
  color: #b9bcb8;
  font-size: 16px;
  line-height: 1.75;
}
.contact-menu { margin: 34px auto 0; max-width: 580px; }
.contact-menu summary {
  list-style: none;
  padding: 18px 24px;
  border: 1px solid var(--gold);
  color: var(--gold);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  transition: all .2s;
}
.contact-menu summary::-webkit-details-marker { display: none; }
.contact-menu summary:hover, .contact-menu[open] summary { background: var(--gold); color: var(--black); }
.contact-options {
  padding: 22px;
  border: 1px solid rgba(255,255,255,.11);
  border-top: 0;
  background: #121615;
  text-align: left;
  transform-origin: top;
  animation: menu-open .35s ease both;
}
@keyframes menu-open {
  from { opacity: 0; transform: translateY(-8px) scaleY(.97); }
  to { opacity: 1; transform: translateY(0) scaleY(1); }
}
.contact-options h3 { margin-bottom: 14px; text-align: center; font-size: 24px; }
.contact-options a {
  display: block;
  margin-top: 10px;
  padding: 15px 17px;
  border: 1px solid var(--line);
  text-decoration: none;
}
.contact-options a:hover { border-color: var(--gold); }
.contact-options strong, .contact-options span { display: block; }
.contact-options strong { font-size: 14px; }
.contact-options span { margin-top: 5px; color: var(--muted); font-size: 12px; }

.final-cta {
  background:
    radial-gradient(circle at 50% 10%, rgba(20,46,41,.65), transparent 52%),
    #080b0a;
}
.final-cta h2 { margin-inline: auto; }
.final-cta .narrow > p:not(.eyebrow) {
  margin: 26px auto 32px;
  color: #b6b9b5;
  font-size: 16px;
  line-height: 1.75;
}
footer { padding: 46px 0; border-top: 1px solid rgba(255,255,255,.08); background: #060807; }
.footer-grid {
  display: grid;
  grid-template-columns: .6fr 1.4fr auto;
  gap: 34px;
  align-items: center;
}
.footer-grid > p { margin: 0; color: var(--faint); font-size: 12px; line-height: 1.6; }
.footer-note { text-align: right; }

html.motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity .75s cubic-bezier(.2,.7,.2,1),
    transform .75s cubic-bezier(.2,.7,.2,1);
  transition-delay: var(--reveal-delay, 0ms);
}
html.motion-ready [data-reveal="left"] { transform: translateX(-34px); }
html.motion-ready [data-reveal="right"] { transform: translateX(34px); }
html.motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.gold-list li::marker,
.service-card li::marker { color: var(--gold); }

@media (max-width: 900px) {
  .site-header nav { display: none; }
  .header-cta { padding: 10px 12px; font-size: 10px; }
  .hero { min-height: 720px; background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,9,8,.98), rgba(5,9,8,.82) 65%, rgba(5,9,8,.2)); }
  .two-columns, .about-grid, .service-grid { grid-template-columns: 1fr; }
  .thesis { background-position: 28% center; }
  .thesis-shade { background: linear-gradient(0deg, rgba(8,11,10,.99) 0 58%, rgba(8,11,10,.42)); }
  .thesis-grid { grid-template-columns: 1fr; align-items: end; min-height: 820px; }
  .thesis-grid > div:first-child { display: none; }
  .thesis-copy { max-width: none; padding: 320px 0 0; }
  .bio { columns: 1; }
  .about-grid img { max-width: 520px; margin: 0 auto; }
  .service-card { min-height: 0; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { margin: 0 auto; }
  .footer-note { text-align: center; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 32px, 1180px); }
  .site-header { height: 66px; padding-inline: 16px; }
  .header-cta { max-width: 150px; }
  .section { padding: 78px 0; }
  .hero { min-height: 770px; align-items: end; padding-bottom: 60px; background-position: 69% center; }
  .hero-shade {
    background:
      linear-gradient(0deg, rgba(5,9,8,.99) 0%, rgba(5,9,8,.9) 48%, rgba(5,9,8,.1) 82%),
      linear-gradient(90deg, rgba(5,9,8,.7), transparent);
  }
  h1 { font-size: 41px; }
  .hero-intro { font-size: 14px; line-height: 1.65; }
  .section h2 { font-size: 38px; }
  .two-columns { gap: 6px; }
  .body-copy { margin-top: 32px; }
  .thesis { min-height: 920px; }
  .thesis-copy { padding-top: 410px; }
  .authority-row { grid-template-columns: 1fr; }
  .authority-row div + div { border-left: 0; border-top: 1px solid var(--line); }
  .section-heading { margin-bottom: 36px; }
  .about-grid { gap: 36px; }
  .service-card { padding: 26px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  html.motion-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* ===== V2 — jornada de decisão ===== */
.video-intro { border-top: 1px solid rgba(255,255,255,.05); }
.video-grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 64px;
  align-items: center;
}
.video-copy h2 { margin-bottom: 26px; }
.video-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}
.video-copy .video-call { color: var(--ink) !important; font-weight: 700; }
.video-frame {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 42%, rgba(198,154,75,.12), transparent 34%),
    #111514;
  box-shadow: 0 26px 70px rgba(0,0,0,.34);
}

.video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 30px;
  text-align: center;
  color: #d9dbd7;
}
.play-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 8px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: 22px;
  padding-left: 4px;
}
.video-placeholder strong { font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.video-placeholder small { max-width: 330px; color: var(--muted); line-height: 1.5; }

.analysis-offer {
  background:
    radial-gradient(circle at 50% 0%, rgba(18,48,42,.42), transparent 36%),
    #090c0b;
}
.interest-card {
  padding: clamp(30px, 5vw, 56px);
  border: 1px solid var(--gold);
  background: linear-gradient(145deg, rgba(17,29,26,.96), rgba(10,14,13,.98));
  box-shadow: 0 28px 80px rgba(0,0,0,.3);
}
.interest-card h3 {
  max-width: 660px;
  margin-inline: auto;
  color: var(--gold);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
}
.interest-card > p {
  max-width: 680px;
  margin: 22px auto 0;
  color: #c1c4c0;
  font-size: 15px;
  line-height: 1.75;
}
.interest-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1px;
  margin: 34px 0;
  background: rgba(198,154,75,.2);
}
.interest-steps > div {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 22px;
  background: #101614;
}
.interest-steps span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}
.interest-steps strong {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.5;
}
.interest-card .button { min-width: min(100%, 330px); }

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 17px 10px 12px;
  border-radius: 999px;
  background: #25d366;
  color: #07150c;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 14px 36px rgba(0,0,0,.36);
  transition: transform .25s ease, box-shadow .25s ease;
}
.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(0,0,0,.42);
}
.whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
.offer-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 22px;
  margin-top: 46px;
}
.offer-main, .offer-bonus {
  padding: 36px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(15,19,18,.84);
}
.offer-bonus { border-color: var(--line); background: rgba(14,28,25,.82); }
.offer-main h3, .offer-bonus h3 { color: var(--gold); font-size: 31px; }
.offer-main > p, .offer-bonus > p:not(.eyebrow) {
  color: #c1c4c0;
  font-size: 14px;
  line-height: 1.75;
}
.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px 28px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  position: relative;
  padding-left: 22px;
  color: #d1d3d0;
  font-size: 13px;
  line-height: 1.55;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}
.bonus-note { color: var(--gold) !important; font-weight: 700; }
.investment-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 42px;
  align-items: center;
  margin-top: 24px;
  padding: 34px 36px;
  border: 1px solid var(--gold);
  background: #0f1513;
}
.price {
  display: block;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 400;
  line-height: 1;
}

.selection-title {
  display: block;
  max-width: 700px;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 400;
  line-height: 1.12;
}
.investment-card p:not(.eyebrow) {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
.investment-actions {
  min-width: 310px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.text-link {
  color: #c8cbc7;
  font-size: 12px;
  text-align: center;
  text-underline-offset: 4px;
}
.text-link:hover { color: var(--gold); }

.decision p:not(.eyebrow) {
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.social-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 36px;
  text-align: left;
}
.social-card {
  display: flex;
  flex-direction: column;
  min-height: 170px;
  padding: 25px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(17,21,20,.8);
  text-decoration: none;
  transition: transform .25s ease, border-color .25s ease;
}
.social-card:hover { transform: translateY(-4px); border-color: var(--gold); }
.social-card span { color: var(--gold); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.social-card strong { margin-top: 12px; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.social-card small { margin-top: 13px; color: var(--muted); font-size: 12px; line-height: 1.55; }

@media (max-width: 900px) {
  .video-grid, .offer-grid, .investment-card { grid-template-columns: 1fr; }
  .investment-actions { min-width: 0; }
}

@media (max-width: 600px) {
  .check-list, .social-cards { grid-template-columns: 1fr; }
  .offer-main, .offer-bonus, .investment-card { padding: 26px 22px; }
  .video-grid { gap: 34px; }
  .video-frame { aspect-ratio: 4 / 3; }
  .interest-steps { grid-template-columns: 1fr; }
  .interest-steps > div { min-height: 0; }
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
    justify-content: center;
    padding: 0;
  }
  .whatsapp-float span { display: none; }
}
