:root {
  --purple: #673de6;
  --purple-dark: #2f1c6a;
  --purple-soft: #f1edff;
  --ink: #1d1e2c;
  --muted: #62637a;
  --line: #ded8f4;
  --white: #ffffff;
  --lime: #d5fa52;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fbfaff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; background: white; padding: .75rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.4rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-nav { display: flex; align-items: center; gap: 1.4rem; margin-left: auto; margin-right: 2rem; }
.header-nav a { color: var(--muted); font-size: .88rem; font-weight: 750; text-decoration: none; }
.header-nav a:hover { color: var(--purple); }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 2.25rem; height: 2.25rem; border-radius: .65rem; background: var(--purple); color: white; font-size: .78rem; letter-spacing: 0; }
.partner-label { color: var(--muted); font-size: .9rem; font-weight: 650; }

.hero {
  max-width: var(--max);
  margin: 1.6rem auto 0;
  padding: 4.5rem 4rem;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(310px, .82fr);
  gap: 4rem;
  align-items: center;
  background: linear-gradient(135deg, #2f1c6a 0%, #673de6 65%, #8062ef 100%);
  color: white;
  border-radius: 2rem;
  box-shadow: 0 28px 70px rgba(47, 28, 106, .22);
  overflow: hidden;
  position: relative;
}
.hero::after { content: "7%"; position: absolute; right: -2rem; bottom: -7rem; color: rgba(255,255,255,.055); font-size: 20rem; font-weight: 900; line-height: 1; pointer-events: none; }
.hero-copy, .flow-card { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 1rem; color: inherit; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.eyebrow span { color: var(--lime); margin-right: .35rem; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.25rem; max-width: 720px; font-size: clamp(2.8rem, 6vw, 5.3rem); line-height: .98; letter-spacing: -.055em; }
.lead { max-width: 620px; color: #ece8ff; font-size: clamp(1.08rem, 2vw, 1.28rem); line-height: 1.55; }

.offer-card { margin: 2rem 0 1rem; max-width: 560px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1rem 1rem 1.25rem; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.11); backdrop-filter: blur(10px); border-radius: 1rem; }
.offer-label { display: block; color: #d7d1f6; font-size: .75rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.promo-code { display: block; font-size: 1.45rem; letter-spacing: .08em; }
.copy-button { min-height: 48px; padding: .7rem 1rem; border: 0; border-radius: .7rem; background: white; color: var(--purple-dark); font: inherit; font-weight: 800; cursor: pointer; }
.copy-button:hover { background: var(--lime); }
.copy-button:focus-visible, .primary-cta:focus-visible, summary:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.primary-cta { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 56px; padding: .9rem 1.25rem; background: var(--lime); color: #243000; border-radius: .8rem; text-decoration: none; font-weight: 850; transition: transform .18s ease, box-shadow .18s ease; }
.primary-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.cta-note { margin: .8rem 0 0; color: #d7d1f6; font-size: .88rem; }

.flow-card { padding: 2rem; color: var(--ink); background: rgba(255,255,255,.96); border-radius: 1.4rem; box-shadow: 0 22px 55px rgba(23, 12, 63, .22); }
.flow-kicker { margin-bottom: 1.4rem; color: var(--purple); font-size: .8rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 46px 1fr; gap: 1rem; padding: 1.3rem 0; border-top: 1px solid var(--line); }
.step-number { color: var(--purple); font-weight: 900; }
.steps strong { display: block; margin-bottom: .3rem; font-size: 1.08rem; }
.steps p { margin: 0; color: var(--muted); font-size: .95rem; }
.important-note { margin-top: .8rem; padding: 1rem; background: var(--purple-soft); border-left: 4px solid var(--purple); border-radius: .4rem; color: #48415f; font-size: .88rem; }

.why, .faq, .migration, .audience { max-width: var(--max); margin: 7rem auto; padding: 0 1.5rem; }
.section-heading { max-width: 670px; margin-bottom: 2.6rem; }
.section-heading .eyebrow { color: var(--purple); }
h2 { margin-bottom: .7rem; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.05; letter-spacing: -.045em; }
.section-intro { color: var(--muted); font-size: 1.05rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.benefit-grid article { padding: 2rem; background: white; border: 1px solid var(--line); border-radius: 1.2rem; }
.icon { display: grid; place-items: center; width: 2.8rem; height: 2.8rem; margin-bottom: 2rem; border-radius: .75rem; background: var(--purple-soft); color: var(--purple); font-weight: 900; font-size: .85rem; }
.benefit-grid h3 { margin-bottom: .55rem; font-size: 1.18rem; }
.benefit-grid p { margin: 0; color: var(--muted); }
.feature-grid article { transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.feature-grid article:hover { transform: translateY(-3px); border-color: #c6baf4; box-shadow: 0 16px 38px rgba(47, 28, 106, .08); }

.trust-strip { max-width: var(--max); margin: 1.4rem auto 0; padding: 1.1rem 1.5rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; text-align: center; color: var(--purple-dark); font-size: .84rem; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.trust-strip span { padding: .75rem; background: var(--purple-soft); border-radius: .65rem; }

.spotlight { max-width: var(--max); margin: 7rem auto; padding: 4rem; display: grid; grid-template-columns: 1.3fr .7fr; gap: 4rem; align-items: center; color: white; background: var(--purple-dark); border-radius: 1.6rem; }
.spotlight .eyebrow { color: var(--lime); }
.spotlight-copy > p:not(.eyebrow) { max-width: 720px; color: #d9d3f7; }
.check-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem 1.6rem; margin: 1.8rem 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.55rem; color: #f3f0ff; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--lime); font-weight: 900; }
.stat-card { padding: 2.3rem; color: var(--ink); background: var(--lime); border-radius: 1.2rem; box-shadow: 0 20px 45px rgba(0,0,0,.18); }
.stat-card strong { display: block; font-size: 5rem; line-height: .9; letter-spacing: -.07em; }
.stat-card span { display: block; margin-top: .65rem; font-size: 1.15rem; font-weight: 900; }
.stat-card p { margin: 1rem 0 0; color: #4b570e; font-size: .9rem; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.process-grid article { padding: 1.8rem; background: white; border-top: 4px solid var(--purple); border-radius: 0 0 1rem 1rem; box-shadow: 0 12px 32px rgba(47, 28, 106, .07); }
.process-grid span { display: block; margin-bottom: 1.2rem; color: var(--purple); font-weight: 900; }
.process-grid h3 { margin-bottom: .5rem; font-size: 1.08rem; }
.process-grid p { margin: 0; color: var(--muted); font-size: .94rem; }
.support-callout { margin-top: 1.3rem; padding: 1.5rem 1.7rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--purple-soft); border-radius: 1rem; }
.support-callout p { margin: .25rem 0 0; color: var(--muted); }
.support-callout a { flex: 0 0 auto; color: var(--purple); font-weight: 850; text-decoration: none; }

.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.audience-grid article { padding: 1.7rem; background: linear-gradient(180deg, white, #f6f3ff); border: 1px solid var(--line); border-radius: 1rem; }
.audience-grid h3 { margin-bottom: .5rem; font-size: 1.05rem; }
.audience-grid p { margin: 0; color: var(--muted); font-size: .94rem; }

.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 0; }
summary { padding: 1.3rem 2.5rem 1.3rem 0; cursor: pointer; font-size: 1.08rem; font-weight: 800; }
details p { max-width: 780px; padding: 0 0 1.4rem; color: var(--muted); }

.final-cta { max-width: calc(var(--max) - 3rem); margin: 0 auto 5rem; padding: 4rem; text-align: center; color: white; background: var(--purple-dark); border-radius: 1.5rem; }
.final-cta p:not(.eyebrow) { color: #d9d3f7; }
.final-cta small { display: block; max-width: 720px; margin: 1.2rem auto 0; color: #bdb5df; }
.primary-cta.light { margin-top: .7rem; background: white; color: var(--purple-dark); }
footer { max-width: var(--max); margin: 0 auto; padding: 2rem 1.5rem 1.25rem; display: flex; justify-content: space-between; gap: 2rem; color: var(--muted); border-top: 1px solid var(--line); font-size: .85rem; }
footer p { margin: 0; }
.footer-note { max-width: 670px; margin-top: .35rem; }
.footer-links { display: flex; align-items: flex-start; gap: 1.1rem; }
.footer-links a { color: var(--purple); font-weight: 750; text-decoration: none; }
.legal-note { max-width: var(--max); margin: 0 auto; padding: 0 1.5rem 3rem; color: var(--muted); font-size: .78rem; }
.toast { position: fixed; z-index: 30; left: 50%; bottom: 1.5rem; transform: translateX(-50%); width: max-content; max-width: calc(100% - 2rem); padding: .85rem 1.1rem; border-radius: .7rem; color: white; background: var(--ink); box-shadow: 0 12px 30px rgba(0,0,0,.25); font-weight: 700; }

@media (max-width: 900px) {
  .hero { margin: 1rem; padding: 3rem 2rem; grid-template-columns: 1fr; gap: 2.5rem; }
  .benefit-grid { grid-template-columns: 1fr; }
  .why, .faq, .migration, .audience { margin: 5rem auto; }
  .spotlight { margin: 5rem 1rem; padding: 3rem 2rem; grid-template-columns: 1fr; gap: 2.5rem; }
  .process-grid, .audience-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .site-header { padding: 1rem; }
  .partner-label, .header-nav { display: none; }
  .hero { padding: 2.2rem 1.25rem; border-radius: 1.25rem; }
  h1 { font-size: clamp(2.5rem, 13vw, 3.7rem); }
  .offer-card { align-items: stretch; flex-direction: column; }
  .copy-button, .primary-cta { width: 100%; }
  .flow-card { padding: 1.35rem; }
  .why, .faq, .migration, .audience { padding: 0 1rem; }
  .benefit-grid article { padding: 1.5rem; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); padding: 1rem; }
  .spotlight { padding: 2.4rem 1.3rem; }
  .check-list, .process-grid, .audience-grid { grid-template-columns: 1fr; }
  .support-callout { align-items: flex-start; flex-direction: column; }
  .final-cta { margin: 0 1rem 3rem; padding: 3rem 1.3rem; }
  footer { margin: 0 1rem; padding-left: 0; padding-right: 0; flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
  .legal-note { padding-left: 1rem; padding-right: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
