:root {
  --wine-950: #21000d;
  --wine-900: #310512;
  --wine-800: #4b0b22;
  --wine-700: #681331;
  --plum: #5a244f;
  --rose: #bf6b7f;
  --rose-light: #e8b9c2;
  --gold: #d8ab63;
  --gold-light: #f0d9a9;
  --terracotta: #9b4c39;
  --ivory: #fff8f1;
  --white: #ffffff;
  --ink: #1b1115;
  --muted: #796a70;
  --shadow: 0 26px 80px rgba(24, 0, 10, .28);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 110px 0; }

.ambient {
  position: fixed;
  z-index: -1;
  filter: blur(80px);
  opacity: .2;
  pointer-events: none;
}
.ambient-one { width: 440px; height: 440px; background: #d98ba0; top: -160px; right: -140px; border-radius: 50%; }
.ambient-two { width: 360px; height: 360px; background: #c48a50; bottom: -120px; left: -140px; border-radius: 50%; }

.topbar {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  padding: 24px 0;
  color: var(--white);
}
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 44px; height: 44px; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.35); border-radius: 50%;
  font-family: "Cormorant Garamond", Georgia, serif; font-size: 21px; font-weight: 700;
  color: var(--gold-light); background: rgba(255,255,255,.07); backdrop-filter: blur(12px);
}
.brand-text { font-size: 11px; letter-spacing: .2em; line-height: 1.3; }
.brand-text b { display: block; color: var(--gold-light); }
.topbar-cta {
  text-decoration: none; padding: 10px 16px; border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .04em;
  background: rgba(255,255,255,.08); backdrop-filter: blur(10px);
}

.hero {
  position: relative;
  min-height: 900px;
  padding: 132px 0 90px;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 24%, rgba(216,171,99,.22), transparent 28%),
    radial-gradient(circle at 20% 70%, rgba(155,76,57,.28), transparent 32%),
    linear-gradient(135deg, #25000d 0%, #43081c 52%, #2d082c 100%);
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 0; height: 140px;
  background: linear-gradient(to bottom, transparent, rgba(255,248,241,.06)); pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 68px; align-items: center; }
.eyebrow, .section-label {
  margin: 0 0 18px; font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase;
  color: var(--gold-light);
}
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 34px; height: 1px; background: var(--gold); }
h1, h2, h3 { margin-top: 0; line-height: 1.03; }
h1, h2 { font-family: "Cormorant Garamond", Georgia, serif; }
h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(54px, 6.4vw, 88px); font-weight: 600; letter-spacing: -.035em; }
h1 em, h2 em { font-style: italic; color: var(--gold-light); }
.hero-lead { max-width: 650px; margin: 0 0 32px; font-size: 18px; color: rgba(255,255,255,.82); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 22px; }
.proof-card {
  min-height: 176px; padding: 26px; border: 1px solid rgba(255,255,255,.15); border-radius: 22px;
  background: rgba(255,255,255,.09); backdrop-filter: blur(12px); display: flex; flex-direction: column; justify-content: center;
}
.proof-card strong { font-family: "Cormorant Garamond", Georgia, serif; color: var(--gold-light); font-size: 58px; line-height: .95; }
.proof-card span { margin-top: 12px; font-size: 20px; line-height: 1.28; color: rgba(255,255,255,.96); }
.seal-card { flex-direction: row; align-items: center; gap: 18px; }
.seal {
  flex: 0 0 100px; width: 100px; height: 100px; border: 2px solid var(--gold); border-radius: 50%;
  display: grid; place-content: center; text-align: center; line-height: 1.03; color: var(--gold-light); position: relative;
}
.seal::before, .seal::after { content: "✦"; position: absolute; font-size: 12px; top: 42px; color: var(--gold); }
.seal::before { left: 8px; } .seal::after { right: 8px; }
.seal span { margin: 0; font-size: 11px; letter-spacing: .08em; }
.seal b { font-size: 14px; }
.seal small { font-size: 9px; }
.hero-note { display: flex; align-items: flex-start; gap: 12px; max-width: 760px; font-size: 18px; font-weight: 500; color: rgba(255,255,255,.90); }
.hero-note .dot { width: 12px; height: 12px; margin-top: 7px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 8px rgba(216,171,99,.12); }

.hero-media { position: relative; display: grid; gap: 18px; }
.photo-frame {
  position: relative; overflow: hidden; border-radius: var(--radius-xl); height: 700px;
  border: 1px solid rgba(255,255,255,.16); box-shadow: var(--shadow);
  background: linear-gradient(180deg, rgba(45,8,22,.94), rgba(31,3,13,.98));
}
.photo-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(29,0,11,.34), transparent 42%); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: inherit; }
.photo-glow { position: absolute; z-index: 2; width: 190px; height: 190px; border-radius: 50%; top: -80px; right: -60px; background: rgba(233,183,115,.24); filter: blur(10px); }
.photo-caption { position: absolute; z-index: 3; left: 26px; bottom: 22px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 22px; color: var(--gold-light); }

.lead-form, .success-card {
  position: relative; z-index: 4; margin: -112px 24px 0; padding: 30px;
  color: var(--ink); background: rgba(255,250,246,.97); border: 1px solid rgba(255,255,255,.75);
  border-radius: var(--radius-lg); box-shadow: 0 24px 70px rgba(20,0,8,.34); backdrop-filter: blur(16px);
}
.form-heading span, .success-kicker { color: var(--wine-700); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.form-heading h2, .success-card h2 { margin: 6px 0 9px; font-size: 34px; color: var(--wine-900); }
.form-heading p, .success-card p { margin: 0 0 20px; font-size: 13px; color: var(--muted); }
.lead-form label:not(.consent) { display: block; margin: 12px 0 6px; font-size: 11px; font-weight: 800; color: #4b3139; }
.lead-form input[type="text"], .lead-form input[type="tel"], .lead-form input[type="email"] {
  width: 100%; min-height: 52px; padding: 0 15px; border: 1px solid #e3d3d8; border-radius: 12px; outline: none;
  color: var(--ink); background: #fff; transition: .2s ease;
}
.lead-form input:focus { border-color: var(--rose); box-shadow: 0 0 0 4px rgba(191,107,127,.12); }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 16px 0; font-size: 10px; line-height: 1.45; color: #725e65; }
.consent input { width: 17px; height: 17px; accent-color: var(--wine-700); }
.honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.primary-button {
  width: 100%; min-height: 58px; padding: 15px 18px; border: 0; border-radius: 14px; cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--white); font-size: 12px; font-weight: 800; letter-spacing: .035em;
  background: linear-gradient(135deg, var(--wine-700), #8b2d4e 56%, var(--terracotta)); box-shadow: 0 15px 30px rgba(104,19,49,.28); transition: transform .2s ease, box-shadow .2s ease;
}
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 20px 36px rgba(104,19,49,.34); }
.primary-button:disabled { opacity: .65; cursor: wait; transform: none; }
.primary-button svg, .anchor-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.form-security { margin: 10px 0 0; text-align: center; font-size: 9px; color: #8a777d; }
.form-message { min-height: 18px; margin: 8px 0 0; text-align: center; font-size: 11px; font-weight: 700; }
.form-message.error { color: #a41636; }
.form-message.success { color: #1d7f52; }
.success-card { text-align: center; padding: 38px 30px; }
.success-icon { width: 54px; height: 54px; margin: 0 auto 12px; display: grid; place-items: center; border-radius: 50%; background: #e6f7ef; color: #16895b; font-size: 27px; font-weight: 800; }
.whatsapp-button {
  min-height: 58px; padding: 14px 18px; border-radius: 14px; display: flex; align-items: center; justify-content: center; gap: 10px;
  text-decoration: none; color: #fff; background: #1fae64; font-size: 12px; font-weight: 800; box-shadow: 0 15px 30px rgba(31,174,100,.23);
}
.whatsapp-button svg { width: 24px; fill: currentColor; }
.success-card small { display: block; margin-top: 12px; font-size: 9px; color: #8a777d; }

.manifesto { background: linear-gradient(180deg, var(--ivory), #fff); }
.manifesto-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; }
.section-label { color: var(--wine-700); }
.section-copy h2, .audience h2 { margin-bottom: 26px; font-size: clamp(44px, 5vw, 66px); color: var(--wine-900); letter-spacing: -.025em; }
.section-copy h2 em, .audience h2 em { color: var(--rose); }
.section-copy p { max-width: 690px; color: var(--muted); font-size: 16px; }
.text-cta { display: inline-flex; align-items: center; gap: 9px; margin-top: 12px; color: var(--wine-700); font-weight: 800; text-decoration: none; font-size: 13px; }
.text-cta span { font-size: 19px; }
.method-stack { display: grid; gap: 18px; }
.method-card {
  position: relative; overflow: hidden; display: grid; grid-template-columns: 74px 1fr; gap: 20px; padding: 34px;
  border: 1px solid #ebdfe1; border-radius: var(--radius-lg); background: #fff; box-shadow: 0 20px 60px rgba(69,13,35,.08);
}
.method-card.accent { background: linear-gradient(135deg, #431024, #682443); color: #fff; border-color: transparent; transform: translateX(24px); }
.method-number { font-family: "Cormorant Garamond", Georgia, serif; font-size: 56px; line-height: .9; color: var(--rose); opacity: .8; }
.method-card.accent .method-number { color: var(--gold-light); }
.method-card h3 { margin-bottom: 10px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 35px; }
.method-card p { margin: 0; color: var(--muted); font-size: 13px; }
.method-card.accent p { color: rgba(255,255,255,.72); }

.event-proof { position: relative; min-height: 740px; display: flex; align-items: center; color: #fff; overflow: hidden; }
.event-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; filter: brightness(1.08) saturate(1.05); }
.event-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(29,0,11,.68) 0%, rgba(49,5,18,.54) 46%, rgba(42,0,27,.18) 100%); }
.event-content { position: relative; z-index: 2; padding: 110px 0; text-shadow: 0 2px 18px rgba(20,0,8,.28); }
.section-label.light { color: var(--gold-light); }
.event-content h2 { max-width: 760px; margin-bottom: 24px; font-size: clamp(48px, 5.8vw, 76px); letter-spacing: -.025em; }
.event-content p { max-width: 690px; font-size: 17px; color: rgba(255,255,255,.88); }
.event-metrics { display: grid; grid-template-columns: repeat(3, minmax(150px, 1fr)); max-width: 830px; gap: 16px; margin-top: 42px; }
.event-metrics div { padding: 22px; border-left: 1px solid rgba(240,217,169,.46); background: rgba(255,255,255,.10); backdrop-filter: blur(8px); }
.event-metrics strong { display: block; color: var(--gold-light); font-family: "Cormorant Garamond", Georgia, serif; font-size: 34px; line-height: 1; }
.event-metrics span { font-size: 13px; color: rgba(255,255,255,.82); }

.audience { background: #fff; }
.audience-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: start; }
.audience h2 { font-size: clamp(42px, 4.8vw, 64px); }
.check-list { display: grid; gap: 13px; }
.check-list div { display: grid; grid-template-columns: 28px 1fr; align-items: center; padding: 18px 20px; border: 1px solid #eddee3; border-radius: 15px; color: #5b424b; background: #fffaf7; font-size: 14px; }
.check-list span { color: var(--wine-700); font-weight: 800; }

.final-cta { background: linear-gradient(135deg, #27000d, #5a102d 57%, #4d173f); color: #fff; }
.final-box { display: grid; grid-template-columns: 1fr 360px; gap: 60px; align-items: center; }
.final-box h2 { margin-bottom: 0; max-width: 770px; font-size: clamp(42px, 5vw, 66px); }
.anchor-button { text-decoration: none; }

footer { padding: 28px 0; background: #180008; color: rgba(255,255,255,.55); }
.footer-inner { display: grid; grid-template-columns: .55fr 1.45fr; gap: 40px; align-items: start; font-size: 10px; }
.footer-inner p { margin: 0; }
.legal-note { text-align: right; }

@media (max-width: 980px) {
  .hero { padding-top: 120px; }
  .hero-grid, .manifesto-grid, .audience-grid, .final-box { grid-template-columns: 1fr; }
  .hero-grid { gap: 46px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-note { justify-content: center; margin-inline: auto; }
  h1, .hero-lead { margin-inline: auto; }
  .proof-grid { max-width: 820px; margin-inline: auto; }
  .proof-card { min-height: 160px; }
  .proof-card strong { font-size: 52px; }
  .proof-card span { font-size: 18px; }
  .hero-note { font-size: 17px; }
  .hero-media { max-width: 720px; margin-inline: auto; }
  .manifesto-grid, .audience-grid { gap: 48px; }
  .method-card.accent { transform: none; }
  .final-box { text-align: center; }
  .anchor-button { max-width: 430px; margin-inline: auto; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 24px, 1180px); }
  .section-pad { padding: 76px 0; }
  .topbar { padding: 16px 0; }
  .topbar-cta { display: none; }
  .hero { padding: 104px 0 68px; }
  h1 { font-size: 52px; }
  .hero-lead { font-size: 15px; }
  .proof-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .proof-card { min-height: 146px; padding: 20px; }
  .proof-card strong { font-size: 42px; }
  .proof-card span { font-size: 16px; }
  .proof-card:nth-child(2) { grid-column: span 2; min-height: 120px; }
  .seal-card { gap: 12px; }
  .seal { flex-basis: 78px; width: 78px; height: 78px; }
  .seal::before, .seal::after { top: 31px; }
  .seal span { font-size: 8px; }
  .seal b { font-size: 11px; }
  .seal small { font-size: 7px; }
  .hero-note { font-size: 15px; }
  .photo-frame { height: 620px; border-radius: 26px; }
  .photo-frame img { object-position: center; }
  .lead-form, .success-card { margin: -72px 10px 0; padding: 24px 18px; }
  .form-heading h2, .success-card h2 { font-size: 29px; }
  .method-card { grid-template-columns: 54px 1fr; padding: 26px 20px; }
  .method-number { font-size: 44px; }
  .event-proof { min-height: 760px; align-items: end; }
  .event-bg { object-position: 58% center; }
  .event-overlay { background: linear-gradient(0deg, rgba(29,0,11,.78) 0%, rgba(49,5,18,.56) 66%, rgba(42,0,27,.16) 100%); }
  .event-content { padding: 80px 0 62px; }
  .event-content h2 { font-size: 49px; }
  .event-metrics { grid-template-columns: 1fr; gap: 8px; }
  .event-metrics div { padding: 14px 18px; }
  .footer-inner { grid-template-columns: 1fr; gap: 10px; }
  .legal-note { text-align: left; }
}
