:root {
  --purple-50: #fbf2ff;
  --purple-100: #f5dfff;
  --purple-200: #eab7f5;
  --purple-500: #9700b0;
  --purple-600: #84029a;
  --purple-700: #6d087e;
  --purple-900: #2f1235;
  --ink: #201725;
  --muted: #63566b;
  --line: #eadfed;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

a {
  color: inherit;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  justify-content: space-between;
  min-height: 72px;
  padding: 16px clamp(20px, 4vw, 56px);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
}

.brand {
  align-items: center;
  color: var(--purple-900);
  display: inline-flex;
  font-size: 0.98rem;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0;
  text-decoration: none;
}

.brand-mark {
  align-items: center;
  background: var(--purple-500);
  border-radius: 7px;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.22);
  color: var(--white);
  display: inline-flex;
  font-size: 0.62rem;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  line-height: 1;
  width: 30px;
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  min-height: auto;
  padding: clamp(14px, 3vw, 32px) clamp(20px, 5vw, 72px) clamp(14px, 3vw, 32px);
}

.hero-copy {
  max-width: 690px;
}

.eyebrow {
  color: var(--purple-600);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  color: var(--purple-900);
  font-size: clamp(3.6rem, 9.4vw, 7.35rem);
  letter-spacing: 0;
  line-height: 0.9;
  margin-bottom: 0;
}

h2 {
  color: var(--purple-900);
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: 0;
  line-height: 1.05;
  margin-bottom: 18px;
}

h3 {
  color: var(--purple-700);
  font-size: clamp(1.18rem, 2vw, 1.5rem);
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 10px;
}

.hero-lede {
  color: var(--purple-600);
  font-size: clamp(1.24rem, 2.7vw, 1.85rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 18px;
}

.hero-copy p:not(.eyebrow):not(.hero-lede) {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 620px;
}

.hero-media {
  align-self: stretch;
  display: grid;
  min-height: 270px;
  place-items: center;
}

.hero-media img {
  display: block;
  height: auto;
  max-width: min(100%, 520px);
  width: 100%;
}

.guide-link-row {
  margin: 0 auto;
  max-width: 920px;
  padding: 0 clamp(20px, 5vw, 40px) clamp(18px, 3vw, 28px);
  text-align: center;
}

.guide-link-row a {
  color: #1677ff;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
}

.guide-link-row a:hover,
.guide-link-row a:focus-visible {
  color: #005bd6;
}

.content {
  margin: 0 auto;
  max-width: 920px;
  padding: clamp(24px, 4vw, 42px) clamp(20px, 5vw, 40px) clamp(14px, 3vw, 24px);
}

.content section {
  padding: 0 0 clamp(22px, 4vw, 36px);
}

.content section + section {
  padding-top: 0;
}

.content p,
.content li {
  color: var(--muted);
  font-size: 1.06rem;
}

.content p {
  margin-bottom: 18px;
}

ul {
  line-height: 1.4;
  margin: -6px 0 20px;
  padding-left: 42px;
}

.offering-list strong {
  color: var(--purple-700);
}

.resource-callout {
  background: var(--purple-50);
  border: 1px solid var(--purple-200);
  border-radius: 8px;
  margin-top: 24px;
  padding: 20px;
}

.resource-callout h3 {
  margin-bottom: 8px;
}

.resource-callout p {
  margin-bottom: 0;
}

.resource-callout .affiliate-note {
  color: var(--purple-500);
  font-size: 0.9rem;
  margin-top: 10px;
}

.resource-callout a {
  color: #1677ff;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
}

.resource-callout a:hover,
.resource-callout a:focus-visible {
  color: #005bd6;
}

li + li {
  margin-top: 2px;
}

.faq-section {
  padding-bottom: clamp(42px, 6vw, 68px);
}

.faq-list {
  border-top: 1px solid var(--line);
}

details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}

summary {
  color: var(--purple-900);
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 800;
}

details p {
  color: var(--muted);
  margin: 14px 0 0;
  max-width: 820px;
}

.site-footer {
  margin: 0 auto;
  max-width: 920px;
  padding: 0 clamp(20px, 5vw, 40px) clamp(40px, 6vw, 64px);
}

.footer-panel {
  background: var(--purple-50);
  border: 1px solid var(--purple-200);
  border-radius: 8px;
  margin: 0;
  padding: 18px 20px;
}

.footer-panel h2 {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  margin-bottom: 8px;
}

.footer-panel p {
  color: var(--purple-900);
  font-size: 1.06rem;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-media {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .site-header {
    gap: 14px;
  }

  h1 {
    font-size: clamp(3.5rem, 18vw, 5rem);
  }
}
