:root {
  --ink: #111320;
  --muted: #667085;
  --paper: #fffaf0;
  --cream: #fff4dc;
  --line: rgba(17, 19, 32, 0.12);
  --navy: #10162f;
  --violet: #6d4aff;
  --cyan: #26d8ff;
  --lime: #d7ff55;
  --coral: #ff7a59;
  --shadow: 0 24px 80px rgba(16, 22, 47, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fffaf0;
}

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

.hero {
  min-height: 94svh;
  position: relative;
  overflow: hidden;
  color: white;
  background: radial-gradient(circle at 70% 10%, rgba(38, 216, 255, 0.34), transparent 28%),
    radial-gradient(circle at 15% 25%, rgba(215, 255, 85, 0.18), transparent 26%),
    linear-gradient(135deg, #10162f 0%, #1a1b4b 45%, #3c2467 100%);
}

.hero-bg::before,
.hero-bg::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  opacity: 0.9;
}

.hero-bg::before {
  width: 52vw;
  height: 52vw;
  right: -12vw;
  bottom: -20vw;
  background: radial-gradient(circle, rgba(255, 122, 89, 0.55), rgba(109, 74, 255, 0.14) 52%, transparent 70%);
}

.hero-bg::after {
  width: 34vw;
  height: 34vw;
  left: -10vw;
  bottom: 6vw;
  background: radial-gradient(circle, rgba(215, 255, 85, 0.36), transparent 68%);
}

.nav {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px clamp(20px, 3vw, 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-logo {
  display: block;
  width: auto;
  height: 48px;
  max-width: min(240px, 58vw);
  object-fit: contain;
}

.nav .brand-logo {
  height: clamp(76px, 7vw, 96px);
  max-width: min(520px, 54vw);
}

.brand-mark {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,0.34);
  border-radius: 14px;
  display: inline-grid;
  place-items: center;
  font-family: "Playfair Display", serif;
  background: rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.24);
}

.nav-links {
  display: flex;
  gap: 22px;
  font-size: 14px;
  color: rgba(255,255,255,0.78);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 880px;
  padding: clamp(28px, 6vw, 72px) clamp(22px, 7vw, 96px) 96px;
}

.eyebrow {
  margin: 0 0 14px;
  color: #5f3dff;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 800;
}
.hero .eyebrow, .how-it-works .eyebrow { color: var(--lime); }
.gradient-text {
  background: linear-gradient(135deg, var(--lime), #7dffb2 42%, var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

h1, h2, h3, p { margin-top: 0; }
h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(58px, 10vw, 126px);
  line-height: 0.88;
  letter-spacing: -0.07em;
  margin-bottom: 28px;
}

.hero-copy {
  max-width: 680px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
  color: rgba(255,255,255,0.82);
}

.hero-actions, .package-grid, .audience-grid, .steps, .intent-grid, .field-row {
  display: grid;
  gap: 16px;
}

.hero-actions {
  grid-template-columns: repeat(2, minmax(240px, max-content));
  margin-top: 32px;
}

.button {
  border: 0;
  border-radius: 999px;
  min-height: 50px;
  padding: 14px 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  white-space: normal;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary {
  background: linear-gradient(135deg, var(--lime), #7dffb2 46%, var(--cyan));
  color: #10162f;
  box-shadow: 0 14px 40px rgba(38, 216, 255, 0.25);
}
.button.secondary {
  background: rgba(255,255,255,0.12);
  color: white;
  border: 1px solid rgba(255,255,255,0.26);
}
.button.full { width: 100%; }
.package-card:not(.featured) .button.secondary, .audience-card .button.secondary {
  background: rgba(16, 22, 47, 0.08);
  color: var(--navy);
  border-color: rgba(16, 22, 47, 0.14);
}

.trust-note { margin-top: 18px; color: rgba(255,255,255,0.62); font-size: 14px; }

section:not(.hero) {
  padding: clamp(70px, 10vw, 120px) clamp(20px, 5vw, 72px);
}

.section-heading {
  max-width: 900px;
  margin: 0 auto 36px;
  text-align: center;
}
.section-heading.narrow { max-width: 720px; }
.section-heading h2 {
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -0.06em;
  margin-bottom: 18px;
}
.section-heading p:not(.eyebrow) { color: var(--muted); line-height: 1.65; }

.intent-section { background: linear-gradient(#fffaf0, #fff4dc); }
.intent-grid, .package-grid, .audience-grid, .steps {
  max-width: 1120px;
  margin: 0 auto;
}
.intent-grid, .steps {
  display: flex;
  flex-wrap: wrap;
}
.intent-grid article, .steps article {
  flex: 1 1 300px;
  min-width: 0;
}
.intent-grid article, .steps article, .package-card, .audience-card, .accoutre-form, .payment-note, details {
  background: rgba(255,255,255,0.72);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 28px;
  box-shadow: 0 16px 60px rgba(16, 22, 47, 0.06);
  overflow-wrap: anywhere;
}
.intent-grid span, .steps span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  background: var(--navy);
  color: var(--lime);
  font-weight: 900;
  margin-bottom: 24px;
}
.intent-grid h3, .steps h3, .package-card h3 { letter-spacing: -0.03em; }
.intent-grid p, .steps p, .package-card li, .faq p, .form-copy p, .form-disclaimer { color: var(--muted); line-height: 1.65; }

.packages { background: #fffaf0; }
.audience-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 52px;
}
.audience-card {
  flex: 1 1 340px;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.audience-card.is-selected {
  border-color: rgba(109, 74, 255, 0.45);
  box-shadow: 0 18px 70px rgba(109, 74, 255, 0.14);
}
.audience-card h3 {
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.audience-card p:not(.audience-label) {
  color: var(--muted);
  line-height: 1.65;
}
.audience-card .button { margin-top: auto; }
.audience-label {
  color: #5f3dff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.package-heading { margin-top: 8px; }
.package-grid {
  display: flex;
  flex-wrap: wrap;
}
.package-card {
  position: relative;
  min-height: 0;
  display: flex;
  flex-direction: column;
  flex: 1 1 340px;
  min-width: 0;
}
.package-card.featured {
  color: white;
  background: linear-gradient(145deg, #11162f, #24194f 55%, #4b2769);
  border-color: rgba(255,255,255,0.16);
  transform: translateY(-10px);
  box-shadow: var(--shadow);
}
.package-card.featured li, .package-card.featured p { color: rgba(255,255,255,0.72); }
.package-card.featured .button.secondary { color: white; }
.package-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}
.package-topline p { margin: 0; font-weight: 800; color: inherit; }
.package-topline strong { font-size: 56px; letter-spacing: -0.08em; }
.package-card h3 { font-size: clamp(28px, 4vw, 46px); line-height: 1.02; margin-bottom: 24px; }
.package-card ul { padding-left: 20px; margin-bottom: 32px; }
.package-card li { margin-bottom: 10px; }
.package-card .button { margin-top: auto; }
.badge {
  align-self: flex-start;
  width: max-content;
  background: rgba(215,255,85,0.16);
  color: var(--lime);
  border: 1px solid rgba(215,255,85,0.32);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 16px;
}

.how-it-works { background: #11162f; color: white; }
.how-it-works .section-heading p:not(.eyebrow), .how-it-works .steps p { color: rgba(255,255,255,0.66); }
.steps article { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.12); }
.steps span { background: rgba(215,255,85,0.14); }

.form-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(30px, 5vw, 70px);
  background: linear-gradient(180deg, #fff4dc, #fffaf0);
  align-items: start;
}
.form-copy {
  max-width: 520px;
  position: sticky;
  top: 80px;
}
.form-copy h2 { font-size: clamp(42px, 6vw, 78px); line-height: .94; letter-spacing: -0.06em; }
.payment-note { margin-top: 28px; background: #10162f; color: white; }
.payment-note p { color: rgba(255,255,255,0.68); margin-bottom: 0; }

.accoutre-form { background: white; }
fieldset { border: 0; padding: 0; margin: 0 0 22px; }
legend { font-weight: 900; margin-bottom: 12px; }
.radio-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.radio-card input[type="radio"] {
  width: auto;
  margin: 0;
  flex: 0 0 auto;
}
.radio-card span {
  flex: 1 1 auto;
  min-width: 0;
}
.radio-card small { display: block; color: var(--muted); margin-top: 4px; }
.field-row { grid-template-columns: repeat(2, 1fr); }
label { display: block; font-size: 14px; font-weight: 800; color: #303344; }
input, select, textarea {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 15px;
  font: inherit;
  color: var(--ink);
  background: #fffdf8;
}
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(38,216,255,0.22); border-color: rgba(38,216,255,0.6); }
.form-disclaimer { font-size: 12px; margin: 14px 0 0; }
.form-status {
  border-radius: 18px;
  padding: 14px 16px;
  margin-bottom: 18px;
  font-weight: 800;
  line-height: 1.5;
}
.form-status[data-type="pending"] { background: rgba(38,216,255,0.14); color: #16456b; }
.form-status[data-type="success"] { background: rgba(215,255,85,0.26); color: #314400; }
.form-status[data-type="error"] { background: rgba(255,122,89,0.14); color: #7a2618; }

.faq { background: #fffaf0; }
.faq-list { max-width: 880px; margin: 0 auto; display: grid; gap: 14px; }
summary { cursor: pointer; font-weight: 900; font-size: 18px; }
details p { margin: 16px 0 0; }

.privacy-hero { min-height: 62svh; }
.privacy-title h1 { max-width: 980px; font-size: clamp(48px, 8vw, 92px); }
.legal-section {
  max-width: 980px;
  margin: 0 auto;
  background: #fffaf0;
}
.legal-card {
  background: rgba(255,255,255,0.78);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: clamp(24px, 4vw, 38px);
  margin-bottom: 18px;
  box-shadow: 0 16px 60px rgba(16, 22, 47, 0.05);
}
.legal-card h2 { font-size: clamp(24px, 3vw, 34px); letter-spacing: -0.04em; }
.legal-card p, .legal-card li { color: var(--muted); line-height: 1.75; }
.legal-card li { margin-bottom: 8px; }
.form-disclaimer a, footer a:not(.brand) { color: var(--cyan); font-weight: 800; }

footer {
  padding: 34px clamp(20px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #10162f;
  color: white;
}
footer p { margin: 0; color: rgba(255,255,255,0.62); }
footer .brand-logo { height: 42px; max-width: 220px; }

@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav { padding: 28px clamp(20px, 5vw, 56px); }
  .nav .brand-logo { height: 48px; max-width: min(240px, 58vw); }
  .hero-actions, .intent-grid, .package-grid, .steps, .form-section, .field-row { grid-template-columns: 1fr; }
  .hero-content { padding-top: 48px; }
  .form-copy { position: static; }
  .package-card.featured { transform: none; }
  .package-card { min-height: auto; }
  footer { flex-direction: column; gap: 12px; align-items: flex-start; }
}

@media (max-width: 980px), print {
  .nav { gap: 20px; flex-wrap: wrap; }
  .nav-links { display: none !important; }
  .brand { min-width: 0; }
  .hero { min-height: auto; overflow: visible; }
  .hero-content { padding-top: 48px; }
  .hero-actions { grid-template-columns: 1fr; max-width: 360px; }
  .intent-grid, .package-grid, .steps { display: grid; grid-template-columns: 1fr; }
  .package-card.featured { transform: none; }
}

@media print {
  .nav-links { display: none !important; }
}

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