* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  background: #060120;
  font-family: Georgia, serif;
  color: #FFF0F8;
}

/* ══════════════════════════════
   HERO
══════════════════════════════ */
.hero {
  background: linear-gradient(180deg, #060120 0%, #1C0858 16%, #5A1488 36%, #A81878 56%, #E03880 76%, #F060A8 100%);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 0 2rem;
}

.stars {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.75rem 0;
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  width: 100%;
}

.nav-brand {
  font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-decoration: none;
}

.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
  font-family: Georgia, serif;
  font-size: 12px;
  letter-spacing: 1px;
}

.nav-links a {
  color: #F8D8F0;
  text-decoration: none;
  transition: color 0.2s;
}

.nav-links a:hover { color: #fff; }

.hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.5rem 1rem 5rem;
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
}

.eyebrow {
  font-family: Georgia, serif;
  font-size: 11px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #5ABCF0;
  margin-bottom: 1.6rem;
}

.headline {
  font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.12;
  letter-spacing: 0.5px;
  margin-bottom: 1.6rem;
}

.hero-divider {
  width: 40px;
  height: 1px;
  background: #E040A8;
  opacity: .6;
  margin: 0 auto 1.6rem;
}

.subhead {
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.8;
  color: #FFF0F8;
  max-width: 520px;
  margin-bottom: 2.6rem;
}

.subhead em { color: #5ABCF0; font-style: italic; }

.cta-btn {
  background: #FFF0F8;
  color: #0E0530;
  font-family: 'Palatino Linotype', Palatino, Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: none;
  padding: 1.1rem 3.2rem;
  cursor: pointer;
  border-radius: 2px;
  margin-bottom: 1rem;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
  display: inline-block;
}

.cta-btn:hover { background: #9878E8; color: #fff; }

.micro {
  font-family: Georgia, serif;
  font-size: 11.5px;
  color: #F8D8F0;
  letter-spacing: 1px;
}

/* ══════════════════════════════
   FREE OFFERINGS
══════════════════════════════ */
.free-section {
  background: linear-gradient(180deg, #060120 0%, #0E0530 40%, #1C0858 100%);
  padding: 6rem 2rem 7rem;
  position: relative;
  overflow: hidden;
}

.free-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1.2px 1.2px at 8%  12%, rgba(255,255,255,.55) 0%, transparent 100%),
    radial-gradient(1.0px 1.0px at 23% 28%, rgba(255,255,255,.35) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 41%  7%, rgba(255,255,255,.5)  0%, transparent 100%),
    radial-gradient(0.9px 0.9px at 57% 19%, rgba(255,255,255,.4)  0%, transparent 100%),
    radial-gradient(1.3px 1.3px at 73%  5%, rgba(255,255,255,.55) 0%, transparent 100%),
    radial-gradient(1.0px 1.0px at 88% 15%, rgba(255,255,255,.4)  0%, transparent 100%),
    radial-gradient(0.8px 0.8px at 15% 42%, rgba(255,255,255,.3)  0%, transparent 100%),
    radial-gradient(1.1px 1.1px at 67% 38%, rgba(255,255,255,.35) 0%, transparent 100%),
    radial-gradient(0.9px 0.9px at 92% 33%, rgba(255,255,255,.3)  0%, transparent 100%);
  pointer-events: none;
}

.free-inner {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.free-eyebrow {
  font-family: Georgia, serif;
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #E040A8;
  text-align: center;
  margin-bottom: 1.1rem;
}

.free-heading {
  font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.free-sub {
  font-size: 15px;
  line-height: 1.8;
  color: #F8D8F0;
  text-align: center;
  max-width: 500px;
  margin: 0 auto 3.5rem;
}

.cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.card {
  background: rgba(14, 5, 48, 0.75);
  border: 1px solid rgba(152, 120, 232, 0.22);
  border-radius: 4px;
  padding: 2.4rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s;
}

.card:hover { border-color: rgba(152, 120, 232, 0.5); }

.card-glyph { font-size: 28px; margin-bottom: 1.4rem; line-height: 1; }

.card-label {
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #C0A8F8;
  margin-bottom: 0.55rem;
}

.card-title {
  font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.card-divider {
  width: 28px;
  height: 1px;
  background: #E040A8;
  opacity: .5;
  margin-bottom: 1rem;
}

.card-desc {
  font-size: 14px;
  line-height: 1.8;
  color: #F8D8F0;
  flex: 1;
  margin-bottom: 1.8rem;
}

.card-cta {
  display: inline-block;
  font-family: 'Palatino Linotype', Palatino, Georgia, serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #0E0530;
  background: #FFF0F8;
  text-decoration: none;
  padding: 0.85rem 1.8rem;
  border-radius: 2px;
  align-self: flex-start;
  transition: background 0.2s, color 0.2s;
}

.card-cta:hover { background: #9878E8; color: #fff; }

.free-note {
  text-align: center;
  margin-top: 2.8rem;
  font-size: 12px;
  color: #C0A8F8;
  letter-spacing: 1px;
}

/* ══════════════════════════════
   COURSE
══════════════════════════════ */
.course-section {
  background: linear-gradient(180deg, #1C0858 0%, #3A0E78 50%, #5A1488 100%);
  padding: 7rem 2rem;
}

.course-inner {
  max-width: 820px;
  margin: 0 auto;
}

.course-eyebrow {
  font-family: Georgia, serif;
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #E040A8;
  text-align: center;
  margin-bottom: 1.1rem;
}

.course-heading {
  font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;
  font-size: clamp(30px, 5vw, 48px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.course-divider {
  width: 40px;
  height: 1px;
  background: #E040A8;
  opacity: .5;
  margin: 0 auto 1.4rem;
}

.course-sub {
  font-size: 16px;
  line-height: 1.85;
  color: #F8D8F0;
  text-align: center;
  max-width: 560px;
  margin: 0 auto 4rem;
}

.course-sub em { color: #5ABCF0; font-style: italic; }

.inside-label {
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #C0A8F8;
  text-align: center;
  margin-bottom: 2rem;
}

.modules {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(152, 120, 232, 0.15);
  border: 1px solid rgba(152, 120, 232, 0.15);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 4.5rem;
}

.module {
  background: rgba(14, 5, 48, 0.7);
  padding: 1.8rem 1.8rem 1.6rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.module-num {
  font-family: 'Palatino Linotype', Palatino, Georgia, serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #F880C0;
  padding-top: 3px;
  flex-shrink: 0;
  width: 24px;
}

.module-title {
  font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.3rem;
  line-height: 1.3;
}

.module-desc {
  font-size: 13px;
  line-height: 1.7;
  color: #F8D8F0;
}

.module.capstone {
  grid-column: 1 / -1;
  background: rgba(28, 8, 88, 0.9);
  border-top: 1px solid rgba(224, 64, 168, 0.2);
}

.module.capstone .module-num { color: #5ABCF0; }
.module.capstone .module-title { color: #5ABCF0; }

.details-row {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 4.5rem;
  flex-wrap: wrap;
}

.detail { text-align: center; }

.detail-value {
  font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.2rem;
}

.detail-label {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C0A8F8;
}

.waitlist-wrap { text-align: center; }

.waitlist-heading {
  font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.6rem;
}

.waitlist-sub {
  font-size: 14px;
  color: #F8D8F0;
  margin-bottom: 1.8rem;
  line-height: 1.7;
}

.kit-form-wrap { max-width: 420px; margin: 0 auto; }

/* ══════════════════════════════
   ABOUT
══════════════════════════════ */
.about-section {
  background: linear-gradient(180deg, #5A1488 0%, #A81878 60%, #E03880 100%);
  padding: 7rem 2rem;
}

.about-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.about-eyebrow {
  font-family: Georgia, serif;
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #FFF0F8;
  opacity: .7;
  margin-bottom: 2.5rem;
}

.about-divider {
  width: 40px;
  height: 1px;
  background: rgba(255, 240, 248, 0.35);
  margin: 0 auto 3rem;
}

.about-opener {
  font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.5px;
  color: #FFF0F8;
  display: block;
  margin-bottom: 1.8rem;
  line-height: 1.9;
}

.about-name {
  font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 1.6rem;
}

.about-body-text {
  font-size: 16px;
  line-height: 1.9;
  color: #FFF0F8;
  display: block;
  margin-bottom: 2rem;
}

.about-closing {
  font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;
  font-size: 18px;
  font-style: italic;
  color: #fff;
}

/* ══════════════════════════════
   FOOTER
══════════════════════════════ */
.footer {
  background: #060120;
  border-top: 1px solid rgba(152, 120, 232, 0.2);
  padding: 4rem 2rem 3rem;
  text-align: center;
}

.footer-brand {
  font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin-bottom: 0.6rem;
  text-decoration: none;
}

.footer-tagline {
  font-family: Georgia, serif;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #9878E8;
  margin-bottom: 2.5rem;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  list-style: none;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.footer-links a {
  font-family: Georgia, serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C0A8F8;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover { color: #fff; }

.footer-email {
  display: block;
  font-family: Georgia, serif;
  font-size: 14px;
  color: #F8D8F0;
  text-decoration: none;
  margin-bottom: 2.5rem;
  transition: color 0.2s;
}

.footer-email:hover { color: #fff; }

.footer-divider {
  width: 40px;
  height: 1px;
  background: rgba(152, 120, 232, 0.3);
  margin: 0 auto 2rem;
}

.footer-copy {
  font-size: 11px;
  color: #9878E8;
  letter-spacing: 1px;
}

/* ══════════════════════════════
   RESPONSIVE
══════════════════════════════ */
@media (max-width: 620px) {
  .cards { grid-template-columns: 1fr; }
  .modules { grid-template-columns: 1fr; }
  .module.capstone { grid-column: 1; }
  .nav { flex-direction: column; gap: 1rem; text-align: center; }
  .nav-links { gap: 1.2rem; }
  .details-row { gap: 2rem; }
}
