:root {
  --bg: #070b10;
  --bg-soft: #0d1518;
  --surface: rgba(15, 22, 24, 0.82);
  --ink: #f8f1e4;
  --muted: #b9b0a1;
  --gold: #d7ac59;
  --gold-light: #f2d58f;
  --gold-dark: #8f6525;
  --sage: #9bb6a5;
  --line: rgba(215, 172, 89, 0.24);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 10%, rgba(81, 116, 94, 0.2), transparent 28rem),
    radial-gradient(circle at 15% 24%, rgba(215, 172, 89, 0.09), transparent 24rem),
    var(--bg);
  font-family: var(--sans);
  line-height: 1.6;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.24;
  pointer-events: none;
  background-image: radial-gradient(rgba(242, 213, 143, 0.5) 0.7px, transparent 0.7px);
  background-size: 29px 29px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; color: #111; background: var(--gold-light); border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.campaign-header {
  width: min(1180px, calc(100% - 40px));
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 14px 12px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(7, 11, 16, 0.76);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .24);
  backdrop-filter: blur(18px);
}
.campaign-brand { display: flex; align-items: center; gap: 13px; }
.campaign-brand img { width: 48px; height: 48px; border-radius: 9px; object-fit: cover; }
.campaign-brand span { display: grid; line-height: 1.1; }
.campaign-brand strong { font-family: var(--serif); font-size: 1.15rem; letter-spacing: .08em; text-transform: uppercase; }
.campaign-brand small { margin-top: 5px; color: var(--muted); font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.header-cta { padding: 10px 18px; border: 1px solid rgba(242, 213, 143, .38); border-radius: 999px; color: var(--gold-light); font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: .2s ease; }
.header-cta:hover, .header-cta:focus-visible { color: #141008; background: var(--gold-light); outline: none; }

main { overflow: hidden; }
.campaign-hero {
  width: min(1180px, calc(100% - 40px));
  min-height: 730px;
  margin: 0 auto;
  padding: 68px 0 74px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  align-items: center;
  gap: 60px;
}
.event-label, .eyebrow { color: var(--gold-light); font-size: .75rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.event-label { display: flex; align-items: center; gap: 10px; }
.event-label span { width: 28px; height: 1px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 24px; font: 600 clamp(3.8rem, 6.7vw, 6.7rem)/.88 var(--serif); letter-spacing: -.045em; }
h1 em { color: var(--gold-light); font-weight: 500; }
.hero-lead { max-width: 660px; margin-bottom: 30px; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.2rem); }

.coupon-card {
  max-width: 590px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 24px;
  padding: 17px 18px 17px 22px;
  border: 1px dashed rgba(242, 213, 143, .55);
  border-radius: 16px;
  background: linear-gradient(120deg, rgba(215, 172, 89, .11), rgba(155, 182, 165, .06));
}
.coupon-copy { display: grid; line-height: 1.1; }
.coupon-copy span { margin-bottom: 7px; color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.coupon-copy strong { color: var(--gold-light); font-size: 1.8rem; letter-spacing: .18em; }
.copy-button { display: flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: rgba(255, 255, 255, .04); cursor: pointer; font-size: .78rem; font-weight: 800; }
.copy-button svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.copy-button:hover, .copy-button:focus-visible, .copy-button.is-copied { border-color: var(--gold-light); color: var(--gold-light); outline: none; }
.primary-cta { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 58px; padding: 15px 22px; border-radius: 12px; color: #171108; background: linear-gradient(135deg, var(--gold-light), var(--gold)); box-shadow: 0 16px 36px rgba(143, 101, 37, .24); font-size: .9rem; font-weight: 800; letter-spacing: .05em; transition: transform .2s ease, box-shadow .2s ease; }
.primary-cta:hover, .primary-cta:focus-visible { transform: translateY(-2px); box-shadow: 0 20px 42px rgba(143, 101, 37, .36); outline: 2px solid transparent; }
.primary-cta span { font-size: 1.2rem; }
.cta-note { margin: 14px 0 0; color: var(--muted); font-size: .78rem; }
.cta-note strong { color: var(--gold-light); letter-spacing: .1em; }

.hero-visual { position: relative; min-height: 600px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 490px; height: 490px; border-radius: 50%; background: radial-gradient(circle, rgba(155, 182, 165, .16), transparent 68%); }
.orbit { position: absolute; border: 1px solid rgba(242, 213, 143, .18); border-radius: 50%; }
.orbit::before { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 18px var(--gold); }
.orbit-one { width: 480px; height: 480px; transform: rotate(-22deg); }
.orbit-one::before { top: 66px; left: 48px; }
.orbit-two { width: 360px; height: 540px; transform: rotate(32deg); }
.orbit-two::before { right: 40px; bottom: 82px; }
.moon { position: absolute; top: 56px; right: 30px; width: 94px; height: 94px; border-radius: 50%; background: radial-gradient(circle at 36% 35%, #fff8dd, #e4bf68 64%, #9b6c28); box-shadow: 0 0 52px rgba(242, 213, 143, .28); }
.moon::after { content: ""; position: absolute; inset: 7px 4px 7px 24px; border-radius: 50%; background: #091012; opacity: .9; }
.phone-frame { position: relative; z-index: 2; width: min(340px, 76vw); height: 540px; overflow: hidden; border: 1px solid rgba(242, 213, 143, .45); border-radius: 38px; background: #101618; box-shadow: 0 42px 80px rgba(0, 0, 0, .58), 0 0 0 8px rgba(255, 255, 255, .025); transform: rotate(2deg); }
.phone-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 26%; }
.floating-note { position: absolute; z-index: 3; display: grid; grid-template-columns: 30px auto; column-gap: 8px; min-width: 158px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 14px; background: rgba(10, 16, 17, .88); box-shadow: 0 18px 38px rgba(0, 0, 0, .3); backdrop-filter: blur(12px); }
.floating-note > span { grid-row: 1 / 3; align-self: center; color: var(--gold-light); font-size: 1.25rem; }
.floating-note strong { font: 600 1.08rem/1 var(--serif); }
.floating-note small { color: var(--muted); font-size: .68rem; }
.note-cycle { top: 150px; left: -20px; }
.note-rhythm { right: -15px; bottom: 105px; }

.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 14px; }
.secondary-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 58px; padding: 15px 22px; border: 1px solid rgba(242, 213, 143, .28); border-radius: 12px; color: var(--ink); background: rgba(255, 255, 255, .035); font-size: .84rem; font-weight: 700; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.secondary-cta:hover, .secondary-cta:focus-visible { transform: translateY(-2px); border-color: var(--gold-light); background: rgba(242, 213, 143, .08); outline: none; }
.cta-note-primary { margin-top: 0; margin-bottom: 22px; }
.coupon-card-secondary { max-width: 500px; margin-bottom: 0; border-color: rgba(215, 172, 89, .2); background: rgba(255, 255, 255, .025); }
.coupon-card-secondary .coupon-copy strong { font-size: 1.35rem; }
.coupon-card-secondary .copy-button { min-height: 42px; padding: 9px 13px; font-size: .72rem; }

.trust-strip { width: min(1180px, calc(100% - 40px)); margin: 0 auto 112px; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.trust-strip p { margin: 0; padding: 20px; color: var(--muted); text-align: center; font-size: .8rem; font-weight: 700; letter-spacing: .05em; }
.trust-strip span { margin-right: 7px; color: var(--gold); }

.discovery-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding-bottom: 120px; }
.section-intro { max-width: 780px; margin-bottom: 48px; }
h2 { margin-bottom: 20px; font: 600 clamp(2.7rem, 5vw, 4.7rem)/.96 var(--serif); letter-spacing: -.035em; }
.section-intro > p:last-child { max-width: 680px; color: var(--muted); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.benefit-grid article { position: relative; min-height: 340px; padding: 28px 25px; overflow: hidden; border: 1px solid rgba(215, 172, 89, .17); border-radius: 18px; background: linear-gradient(155deg, rgba(18, 28, 28, .88), rgba(8, 12, 15, .88)); }
.benefit-grid article::after { content: ""; position: absolute; right: -50px; bottom: -65px; width: 150px; height: 150px; border: 1px solid rgba(215, 172, 89, .12); border-radius: 50%; }
.card-symbol { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 62px; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-light); font-size: 1.25rem; }
.card-index { position: absolute; top: 24px; right: 24px; color: rgba(242, 213, 143, .38); font: 600 1rem var(--serif); }
.benefit-grid h3 { margin-bottom: 12px; font: 600 1.65rem/1.05 var(--serif); }
.benefit-grid article > p:last-child { color: var(--muted); font-size: .86rem; }
.section-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 34px; padding: 22px 24px; border: 1px solid rgba(215, 172, 89, .18); border-radius: 16px; background: rgba(255, 255, 255, .025); }
.section-cta p { margin: 0; color: var(--ink); font: 600 1.28rem/1.1 var(--serif); }
.section-cta .primary-cta { flex-shrink: 0; min-height: 50px; padding: 12px 18px; font-size: .78rem; }

.how-section { padding: 0 20px 120px; }
.how-card { width: min(1180px, 100%); margin: 0 auto; padding: 56px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(130deg, rgba(25, 38, 35, .9), rgba(11, 15, 19, .92)); }
.how-card h2 { margin: 0; }
.how-card ol { margin: 0; padding: 0; list-style: none; }
.how-card li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid rgba(242, 213, 143, .13); }
.how-card li:first-child { padding-top: 0; }
.how-card li:last-child { border-bottom: 0; padding-bottom: 0; }
.how-card li > span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-light); font-size: .78rem; }
.how-card li strong { font-family: var(--serif); font-size: 1.35rem; }
.how-card li p { margin: 2px 0 0; color: var(--muted); font-size: .84rem; }

.final-invitation { width: min(940px, calc(100% - 40px)); margin: 0 auto; padding: 30px 0 120px; text-align: center; }
.final-mark { width: 74px; height: 74px; margin: 0 auto 26px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-light); font-size: 1.5rem; box-shadow: 0 0 60px rgba(215, 172, 89, .14); }
.final-invitation h2 { margin-inline: auto; }
.final-coupon { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 30px 0 22px; color: var(--muted); font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; }
.final-coupon strong { padding: 6px 13px; border: 1px dashed rgba(242, 213, 143, .5); border-radius: 7px; color: var(--gold-light); font-size: 1rem; letter-spacing: .2em; }
.terms-note { margin: 13px 0 0; color: #8e887e; font-size: .7rem; }

.campaign-footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 28px 0 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #8e887e; font-size: .72rem; }
.campaign-footer nav { display: flex; gap: 20px; }
.campaign-footer a:hover, .campaign-footer a:focus-visible { color: var(--gold-light); outline: none; }
.mobile-action { display: none; }

@media (max-width: 900px) {
  .campaign-hero { min-height: auto; grid-template-columns: 1fr; padding-top: 52px; }
  .hero-content { text-align: center; }
  .event-label { justify-content: center; }
  h1, .hero-lead, .coupon-card { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .cta-note-primary { margin-bottom: 22px; }
  .hero-visual { min-height: 580px; max-width: 560px; width: 100%; margin: -8px auto 0; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .how-card { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 600px) {
  body { padding-bottom: 78px; }
  .campaign-header { width: calc(100% - 24px); margin-top: 12px; }
  .campaign-brand img { width: 42px; height: 42px; }
  .campaign-brand strong { font-size: .92rem; }
  .campaign-brand small { font-size: .57rem; }
  .header-cta { display: none; }
  .campaign-hero { width: calc(100% - 30px); padding: 48px 0 52px; gap: 28px; }
  .event-label { font-size: .62rem; letter-spacing: .13em; }
  h1 { font-size: clamp(3.25rem, 16vw, 4.7rem); }
  .hero-lead { font-size: .95rem; }
  .coupon-card { align-items: stretch; flex-direction: column; padding: 17px; text-align: left; }
  .copy-button { justify-content: center; }
  .hero-actions { flex-direction: column; }
  .hero-actions .primary-cta, .hero-actions .secondary-cta { width: 100%; }
  .primary-cta { width: 100%; }
  .coupon-card-secondary { padding: 14px; }
  .hero-visual { min-height: 475px; }
  .phone-frame { width: 260px; height: 410px; border-radius: 30px; }
  .orbit-one { width: 350px; height: 350px; }
  .orbit-two { width: 270px; height: 410px; }
  .moon { top: 24px; right: 8px; width: 70px; height: 70px; }
  .floating-note { min-width: 135px; padding: 10px; }
  .note-cycle { top: 115px; left: 0; }
  .note-rhythm { right: 0; bottom: 40px; }
  .trust-strip { width: calc(100% - 30px); margin-bottom: 80px; grid-template-columns: 1fr; }
  .trust-strip p { border-bottom: 1px solid rgba(215, 172, 89, .13); }
  .trust-strip p:last-child { border-bottom: 0; }
  .discovery-section { width: calc(100% - 30px); padding-bottom: 80px; }
  h2 { font-size: clamp(2.45rem, 12vw, 3.5rem); }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 285px; }
  .card-symbol { margin-bottom: 40px; }
  .section-cta { align-items: stretch; flex-direction: column; gap: 16px; padding: 20px; }
  .how-section { padding: 0 15px 80px; }
  .how-card { padding: 28px 22px; border-radius: 20px; }
  .final-invitation { width: calc(100% - 30px); padding-bottom: 80px; }
  .campaign-footer { width: calc(100% - 30px); align-items: flex-start; flex-direction: column; }
  .mobile-action { position: fixed; z-index: 50; left: 10px; right: 10px; bottom: 10px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 10px 10px 16px; border: 1px solid var(--line); border-radius: 15px; background: rgba(10, 15, 17, .94); box-shadow: 0 15px 45px rgba(0, 0, 0, .5); backdrop-filter: blur(16px); }
  .mobile-action div { display: grid; line-height: 1.1; }
  .mobile-action small { margin-bottom: 4px; color: var(--muted); font-size: .58rem; text-transform: uppercase; }
  .mobile-action strong { color: var(--gold-light); letter-spacing: .16em; }
  .mobile-action a { padding: 11px 15px; border-radius: 9px; color: #171108; background: var(--gold-light); font-size: .72rem; font-weight: 800; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
