:root {
  --navy: #090e17;
  --navy-soft: #111827;
  --gold: #d4af37;
  --gold-hover: #e8c34f;
  --cream: #f8fafc;
  --line: rgba(212, 175, 55, 0.2);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  --container: 1120px;
  --radius: 20px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #E0E0E0;
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.08), transparent 30%),
    linear-gradient(180deg, #040914 0%, var(--navy) 50%, #060b13 100%);
  line-height: 1.6;
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  padding: 0.75rem 1rem;
  background: var(--gold);
  color: #111;
  border-radius: 999px;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.narrow {
  max-width: 820px;
}

.section {
  padding: 4.5rem 0;
}

.section-surface {
  background: rgba(255, 255, 255, 0.03);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(16px);
  background: rgba(4, 9, 20, 0.75);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(224, 224, 224, 0.85);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.brand-logo {
  height: 44px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

@media (min-width: 640px) {
  .brand-logo {
    height: 64px;
  }
}

.brand-link:hover .brand-logo {
  opacity: 1;
}

.footer-logo {
  height: 52px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.55;
  margin: 0 auto 1.5rem;
  transition: opacity 0.3s ease;
}

.footer-logo:hover {
  opacity: 0.85;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand-link,
.site-nav a,
.section-label,
.eyebrow {
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand-link {
  font-size: 0.88rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
  font-size: 0.88rem;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-variant: small-caps;
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  width: 100%;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.hero {
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
}

.hero-grid,
.about-grid {
  display: grid;
  gap: 2.5rem;
}

.hero-copy h1,
.section h2,
.practice-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
}

.hero-copy h1 {
  font-size: clamp(2.4rem, 5.5vw, 4.4rem);
  line-height: 1.05;
  margin-bottom: 1.25rem;
}

.hero-copy {
  max-width: 620px;
  padding: 1rem 0;
}

.hero-signature {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  font-style: italic;
  color: var(--gold);
  margin-bottom: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  opacity: 0.95;
}

.hero-signature::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--gold);
}

.hero-subtitle {
  margin: 1.25rem 0 1.5rem;
  font-size: clamp(1.05rem, 2.5vw, 1.25rem);
  color: #E0E0E0;
  line-height: 1.6;
}

.hero-text,
.section p,
.practice-card p {
  max-width: 64ch;
  color: #E0E0E0;
}

.eyebrow,
.section-label {
  margin: 0 0 1.25rem;
  font-family: "Cinzel", serif;
  font-size: 0.85rem;
  font-weight: 400;
  font-variant: small-caps;
  color: var(--gold);
  letter-spacing: 0.15em;
  opacity: 0.95;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.hero-points {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.hero-points li {
  position: relative;
  padding-left: 1.1rem;
  color: rgba(245, 245, 240, 0.9);
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.hero-media-wrapper {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  max-width: 500px;
  width: 100%;
}

.hero-media {
  position: relative;
  min-height: 520px;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
}

.hero-caption {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.1rem;
  text-align: right;
  color: rgba(245, 245, 240, 0.6);
  opacity: 0.9;
  letter-spacing: 0.05em;
  margin: 0;
  padding-right: 0.5rem;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 14, 23, 0.04), rgba(9, 14, 23, 0.4)),
    linear-gradient(90deg, rgba(9, 14, 23, 0.1), transparent 35%);
  pointer-events: none;
}

.hero-portrait {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center 20%;
}


.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  white-space: nowrap;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  min-height: 48px;
  padding: 0.85rem 1.8rem;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  letter-spacing: 0.02em;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.button-primary {
  background: linear-gradient(135deg, var(--gold), #c4962d);
  color: #000;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(135deg, var(--gold-hover), var(--gold));
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.35);
}

.button-secondary {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(212, 175, 55, 0.05);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--gold-hover);
  color: var(--gold-hover);
  background: rgba(212, 175, 55, 0.1);
}

.section h2 {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.trust-strip {
  padding-top: 0;
}

.trust-grid,
.benefit-grid,
.steps-grid {
  display: grid;
  gap: 1rem;
}

/* cards unificados — backdrop-filter declarado uma única vez */
.trust-card,
.benefit-card,
.practice-card,
.step-card {
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.trust-title {
  margin-bottom: 0.3rem;
  font-weight: 700;
  color: var(--gold);
}

.practice-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.practice-card h3 {
  margin-bottom: 0.75rem;
  font-size: 1.45rem;
}

.benefit-grid {
  margin-top: 2rem;
}

.benefit-card h3,
.step-card h3 {
  margin-bottom: 0.65rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 1.4rem;
}

.about-copy {
  align-self: center;
}

.about-photo {
  margin: 0;
  min-height: 360px;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.about-photo img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center top;
}

.steps-grid {
  margin-top: 2rem;
}

.step-number {
  margin: 0 0 0.45rem;
  letter-spacing: 0.14em;
  color: var(--gold);
  font-weight: 700;
}

.cta-band {
  padding-top: 1rem;
}

.cta-band-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 3.5rem 2.5rem;
  border-radius: 28px;
  border: 1px solid rgba(212, 175, 55, 0.25);
  background:
    radial-gradient(circle at right top, rgba(212, 175, 55, 0.15), transparent 60%),
    linear-gradient(135deg, rgba(17, 24, 39, 0.8), rgba(9, 14, 23, 0.95));
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.cta-label {
  color: var(--gold);
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.cta-title {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  margin-bottom: 1.25rem;
  line-height: 1.1;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

.cta-text {
  font-size: 1.15rem;
  max-width: 50ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
}

.cta-button {
  font-size: 1.1rem;
  padding: 1.2rem 2.4rem;
  box-shadow: 0 8px 30px rgba(212, 175, 55, 0.25);
}

/* ── SECTION PARTICLES ── */
.section-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  will-change: transform;
}

/* ── SPOTLIGHT CURSOR ── */
.spotlight-host {
  position: relative;
  overflow: hidden;
}

.spotlight-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity .5s ease;
  background: radial-gradient(
    circle var(--sr, 380px) at var(--sx, 50%) var(--sy, 50%),
    rgba(212, 175, 55, .11) 0%,
    rgba(212, 175, 55, .04) 40%,
    transparent 70%
  );
  will-change: opacity;
}

.spotlight-host:hover .spotlight-layer,
.spotlight-host.spotlight-active .spotlight-layer {
  opacity: 1;
}

.spotlight-host > *:not(.spotlight-layer):not(.section-particles) {
  position: relative;
  z-index: 2;
}

/* ── Efeitos de Interação (Hover) ── */
.trust-card, .benefit-card, .practice-card, .step-card {
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

.hero-media, .about-photo {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.6s ease;
}

@media (hover: hover) {
  .trust-card:hover, .benefit-card:hover, .practice-card:hover, .step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5), 0 0 24px rgba(197, 160, 89, 0.12);
    border-color: rgba(197, 160, 89, 0.5);
  }

  .hero-media:hover, .about-photo:hover {
    transform: scale(1.02) translateY(-4px);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.6), 0 0 40px rgba(197, 160, 89, 0.15);
  }
}

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

/* Scroll Animation API */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal.delay-1 { transition-delay: 100ms; }
.reveal.delay-2 { transition-delay: 200ms; }
.reveal.delay-3 { transition-delay: 300ms; }

.site-footer {
  padding: 3rem 0 6rem;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer p {
  margin: 0 0 0.4rem;
  color: rgba(245, 245, 240, 0.55);
  font-size: 0.9rem;
  letter-spacing: 0.03em;
}

.site-footer a {
  transition: color 0.3s ease;
}

.site-footer a:hover {
  color: var(--gold) !important;
}

.whatsapp-float {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 12;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 136px;
  min-height: 52px;
  padding: 0.8rem 1.2rem;
  color: #000;
  background: linear-gradient(135deg, var(--gold), #c4962d);
  font-weight: 700;
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.4), 0 0 20px rgba(212, 175, 55, 0.2);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  background: linear-gradient(135deg, var(--gold-hover), var(--gold));
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 30px rgba(212, 175, 55, 0.3);
}

@media (min-width: 700px) {
  .trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .benefit-grid,
  .practice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 860px) {
  .hero-grid,
  .about-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
    align-items: center;
  }

  .section {
    padding: 6.5rem 0;
  }

  .cta-band-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    padding: 4rem 5rem;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 3rem 0;
  }

  .site-footer {
    padding: 2rem 0 5rem;
  }

  .footer-inner {
    align-items: center;
  }

  .footer-logo {
    height: 38px !important;
    max-width: 140px;
  }

  .nav-toggle {
    display: flex;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    padding: 0.5rem 1.5rem 1rem;
    background: rgba(4, 9, 20, 0.97);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(16px);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 1rem;
    letter-spacing: 0.1em;
  }

  .site-nav a:last-child {
    border-bottom: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-actions .button {
    width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .hero-media-wrapper {
    max-width: none;
    margin-left: 0;
  }

  .hero-media {
    min-height: 420px;
    width: 100%;
  }

  .hero-portrait {
    min-height: 420px;
    object-position: center 12%;
  }

  .hero-caption {
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 480px) {
  .cta-band-inner {
    padding: 2rem 1.25rem;
  }
}
