:root {
  --black: #111315;
  --charcoal: #161819;
  --graphite: #1b1d1f;
  --surface: #202326;
  --ivory: #f5f2ec;
  --off: #e8e4dc;
  --soft: #b8b2a8;
  --muted: #8a847b;
  --rose: #c6a6a1;
  --burgundy: #8d1a4a;
  --burgundy-2: #6b1437;
  --champagne: #c7a97c;
  --border: rgba(245, 242, 236, 0.1);
  --border-gold: rgba(199, 169, 124, 0.28);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--off);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 78% 10%, rgba(141, 26, 74, 0.18), transparent 36%),
    radial-gradient(circle at 15% 25%, rgba(198, 166, 161, 0.08), transparent 30%),
    linear-gradient(180deg, #111315 0%, #151718 50%, #0d0f10 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 64px 64px;
}

a {
  color: inherit;
}

.wrap {
  width: min(1160px, calc(100% - 48px));
  margin: auto;
}

.serif {
  font-family: "Cormorant Garamond", Georgia, serif;
}

/* Header & Topbar */
.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(17, 19, 21, 0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(245, 242, 236, 0.08);
}

.nav {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.monogram {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: -0.06em;
  line-height: 1;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(198, 166, 161, 0.35);
  display: grid;
  place-items: center;
  position: relative;
  color: var(--ivory);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
}

.monogram::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background: var(--burgundy);
  bottom: 8px;
  left: 10px;
}

.brand-text {
  display: grid;
  gap: 2px;
}

.brand-name {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ivory);
}

.brand-sub {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 0.06em;
}

.nav-links {
  display: flex;
  gap: 20px;
  align-items: center;
  color: var(--soft);
  font-size: 12.5px;
}

.nav-links a {
  text-decoration: none;
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--ivory);
}

/* Botões Refinados */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(245, 242, 236, 0.14);
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  transition: all 0.22s ease;
  background: rgba(245, 242, 236, 0.04);
}

.btn:hover {
  transform: translateY(-1px);
  border-color: rgba(198, 166, 161, 0.45);
}

.btn-primary {
  background: linear-gradient(135deg, var(--burgundy), var(--burgundy-2));
  border-color: rgba(244, 194, 207, 0.25);
  box-shadow: 0 10px 28px rgba(141, 26, 74, 0.24);
  color: #fff;
}

.btn-primary:hover {
  box-shadow: 0 14px 34px rgba(141, 26, 74, 0.35);
  border-color: rgba(244, 194, 207, 0.4);
}

.btn-secondary {
  color: var(--off);
}

.btn-dark {
  background: rgba(17, 19, 21, 0.9);
  color: var(--off);
  border-color: rgba(245, 242, 236, 0.12);
}

/* Hero Section com Tipografia Editorial Equilibrada */
.hero {
  padding: 50px 0 34px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) 400px;
  gap: 40px;
  align-items: start;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--rose);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
}

.eyebrow::before {
  content: "";
  width: 24px;
  height: 1.5px;
  background: var(--burgundy);
}

/* TIPOGRAFIA REFINADA E ACOLHEDORA (QUIET LUXURY PARA ALTA RENDA) */
h1 {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 300 !important;
  font-size: clamp(21px, 1.85vw, 26px) !important;
  line-height: 1.42 !important;
  letter-spacing: -0.01em !important;
  margin: 14px 0 14px !important;
  color: #ded8ce !important;
  max-width: 520px !important;
}

.lead {
  font-family: Inter, system-ui, sans-serif !important;
  font-size: clamp(13px, 0.95vw, 14.5px) !important;
  font-weight: 300 !important;
  max-width: 480px !important;
  color: #9e978c !important;
  line-height: 1.72 !important;
  margin: 0 0 22px !important;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(198, 166, 161, 0.16);
}

.proof-card {
  padding: 2px 0;
}

.proof-card strong {
  display: block;
  color: #ede8df;
  font-size: 13.5px;
  font-weight: 600;
  margin-bottom: 3px;
}

.proof-card span {
  display: block;
  color: #8c867c;
  font-size: 12px;
  line-height: 1.42;
}

/* Painel de Triagem com Proporções Nobres */
.panel {
  background: linear-gradient(180deg, rgba(27, 29, 31, 0.92), rgba(20, 22, 23, 0.8));
  border: 1px solid rgba(198, 166, 161, 0.2);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(141, 26, 74, 0.14), transparent 36%, rgba(198, 166, 161, 0.06));
  pointer-events: none;
}

.panel > * {
  position: relative;
}

.panel-title {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 19px !important;
  line-height: 1.25 !important;
  margin: 0 0 6px !important;
  color: #ded8ce !important;
  font-weight: 400 !important;
}

.panel p {
  color: #9e978c;
  font-size: 12.5px;
  line-height: 1.5;
  margin: 0 0 18px;
}

.notice {
  border: 1px solid rgba(199, 169, 124, 0.25);
  background: rgba(199, 169, 124, 0.06);
  color: #dfd5c5;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 11px;
  line-height: 1.45;
  margin: 14px 0 0;
}

form {
  display: grid;
  gap: 12px;
}

label {
  display: grid;
  gap: 5px;
  color: #aba499;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 500;
}

input, select {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(245, 242, 236, 0.12);
  background: rgba(17, 19, 21, 0.72);
  color: #e8e4dc;
  border-radius: 10px;
  padding: 0 12px;
  font-size: 13px;
  font-family: inherit;
  transition: border-color 0.2s;
}

select option {
  color: #111;
  background: #fff;
}

input:focus, select:focus, .btn:focus-visible {
  outline: none;
  border-color: rgba(198, 166, 161, 0.6);
  box-shadow: 0 0 0 3px rgba(141, 26, 74, 0.18);
}

.consent {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  text-transform: none;
  letter-spacing: 0;
  font-size: 11px;
  line-height: 1.4;
  color: #8c867c;
  font-weight: 400;
}

.consent input {
  width: 15px;
  min-height: 15px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* Seções de Conteúdo */
section {
  padding: 56px 0;
  border-top: 1px solid rgba(245, 242, 236, 0.07);
}

.section-head {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 24px;
}

h2 {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 400 !important;
  font-size: clamp(18px, 1.5vw, 22px) !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  color: #ded8ce !important;
}

.section-head p, .body-copy {
  color: #9e978c;
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0;
  max-width: 680px;
}

/* Cards de Storytelling */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.card {
  background: rgba(27, 29, 31, 0.68);
  border: 1px solid rgba(245, 242, 236, 0.08);
  border-radius: 16px;
  padding: 20px;
  min-height: 140px;
  transition: border-color 0.22s;
}

.card:hover {
  border-color: rgba(198, 166, 161, 0.24);
}

.card small {
  color: var(--rose);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}

.card h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 400;
  margin: 10px 0 8px;
  color: #ede8df;
}

.card p, .card li {
  color: #a39c90;
  font-size: 13.5px;
  line-height: 1.58;
  margin: 0;
}

.card ul {
  margin: 10px 0 0;
  padding-left: 16px;
}

/* Passos do Método */
.method {
  display: grid;
  gap: 12px;
}

.method-step {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  align-items: start;
  background: rgba(250, 247, 242, 0.025);
  border: 1px solid rgba(245, 242, 236, 0.07);
  border-radius: 14px;
  padding: 18px 20px;
}

.method-num {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--champagne);
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
}

.method-step h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  margin: 0 0 6px;
  color: #ede8df;
}

.method-step p {
  color: #9e978c;
  font-size: 13.5px;
  line-height: 1.55;
  margin: 0;
}

/* FAQ */
.faq {
  display: grid;
  gap: 10px;
}

.faq-item {
  border: 1px solid rgba(245, 242, 236, 0.08);
  border-radius: 14px;
  background: rgba(27, 29, 31, 0.52);
  padding: 16px 20px;
}

.faq-item h3 {
  margin: 0 0 8px;
  color: #ede8df;
  font-size: 15px;
  font-weight: 500;
  font-family: Inter, sans-serif;
  line-height: 1.45;
}

.faq-item p {
  color: #9e978c;
  font-size: 13.5px;
  line-height: 1.6;
  margin: 0;
}

/* Rodapé */
footer {
  padding: 36px 0 44px;
  background: #0d0f10;
  border-top: 1px solid rgba(245, 242, 236, 0.08);
  color: #8c867c;
  font-size: 12px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 24px;
}

footer strong {
  color: #ede8df;
  font-size: 13px;
}

footer a {
  color: #c7a97c;
}

/* Responsividade */
@media (max-width: 960px) {
  .hero-grid, .section-head, .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    padding-top: 40px;
  }
  .cards {
    grid-template-columns: 1fr 1fr;
  }
  .nav-links {
    display: none;
  }
  .proof-row {
    grid-template-columns: 1fr;
  }
  .panel {
    padding: 20px;
  }
}

@media (max-width: 640px) {
  .wrap {
    width: min(100% - 32px, 1160px);
  }
  .cards {
    grid-template-columns: 1fr;
  }
  .hero-actions {
    display: grid;
  }
  .btn {
    width: 100%;
  }
  .brand-sub {
    display: none;
  }
  h1 {
    font-size: 27px;
  }
  h2 {
    font-size: 22px;
  }
  .method-step {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
