:root {
  --bg: #f5f9ff;
  --panel: rgba(255, 255, 255, 0.84);
  --panel-solid: #ffffff;
  --ink: #1f2430;
  --muted: #6e7687;
  --line: rgba(82, 103, 132, 0.14);
  --accent: #f3a6c8;
  --accent-dark: #cc6f9c;
  --blue: #9fd7ff;
  --blue-dark: #4f9ed7;
  --cream: #eef7ff;
  --rose: #ffe8f2;
  --shadow: 0 30px 90px rgba(77, 119, 160, 0.16);
  --radius: 30px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(159, 215, 255, 0.5), transparent 30rem),
    radial-gradient(circle at 92% 14%, rgba(243, 166, 200, 0.42), transparent 26rem),
    radial-gradient(circle at 58% 90%, rgba(214, 232, 255, 0.64), transparent 35rem),
    linear-gradient(135deg, #ffffff 0%, var(--bg) 48%, #fff1f7 100%);
  overflow-x: hidden;
}

body::before,
body::after {
  position: fixed;
  z-index: -2;
  border-radius: 999px;
  filter: blur(10px);
  content: "";
}

body::before {
  right: -180px;
  top: 420px;
  width: 420px;
  height: 420px;
  background: rgba(159, 215, 255, 0.2);
}

body::after {
  left: -160px;
  bottom: 140px;
  width: 360px;
  height: 360px;
  background: rgba(243, 166, 200, 0.18);
}

.page-noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(79, 158, 215, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(204, 111, 156, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 88%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 10px 12px 10px 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 50px rgba(77, 119, 160, 0.1);
}

.brand,
.nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: linear-gradient(145deg, var(--blue-dark), var(--accent-dark));
  border-radius: 50%;
  font-size: 13px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.nav {
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.nav a {
  padding: 10px 14px;
  border-radius: 999px;
}

.nav a:hover,
.nav-cta {
  color: var(--ink);
  background: linear-gradient(135deg, rgba(159, 215, 255, 0.36), rgba(255, 232, 242, 0.9));
}

.section-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 54px;
  align-items: stretch;
  min-height: auto;
  padding: 54px 0 44px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.availability {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 13px;
  color: var(--accent-dark);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(159, 215, 255, 0.48);
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(77, 119, 160, 0.1);
  font-size: 13px;
  font-weight: 800;
}

.availability span {
  width: 9px;
  height: 9px;
  background: #24b56b;
  border-radius: 999px;
  box-shadow: 0 0 0 6px rgba(36, 181, 107, 0.14);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(40px, 5.4vw, 76px);
  text-wrap: balance;
}

h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(30px, 4vw, 52px);
  text-wrap: balance;
}

h3 {
  margin-bottom: 12px;
  font-size: 21px;
  letter-spacing: -0.03em;
}

.hero-text {
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.75;
}

.hero-actions,
.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  letter-spacing: -0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.primary {
  color: #fff;
  background: linear-gradient(135deg, #5aaadd, #d878a8);
  box-shadow: 0 18px 42px rgba(204, 111, 156, 0.24);
}

.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  box-shadow: 0 14px 36px rgba(77, 119, 160, 0.08);
}

.stats {
  gap: 12px;
}

.stats div {
  min-width: 150px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(77, 119, 160, 0.08);
}

.stats strong {
  display: block;
  font-size: 25px;
}

.stats span {
  color: var(--muted);
  font-size: 13px;
}

.hero-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(232, 246, 255, 0.9)),
    linear-gradient(135deg, rgba(159, 215, 255, 0.46), rgba(255, 232, 242, 0.7));
  border: 1px solid rgba(159, 215, 255, 0.36);
  border-radius: 42px;
  box-shadow: var(--shadow);
  transform: rotate(1.2deg);
}

.hero-card::before {
  position: absolute;
  inset: 26px -16px -18px 28px;
  z-index: -1;
  background: rgba(204, 111, 156, 0.12);
  border-radius: 42px;
  content: "";
}

.hero-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: calc(100% - 48px);
  top: 30px;
  left: 28px;
  z-index: 2;
  padding: 14px 20px;
  color: #1d2d3c;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(233, 248, 255, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  box-shadow: 0 18px 44px rgba(77, 119, 160, 0.18);
  backdrop-filter: blur(14px);
  font-size: 14px;
  font-weight: 900;
  animation: badgePulse 3s ease-in-out infinite;
}

.hero-badge::before {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 9px;
  background: #24b56b;
  border-radius: 999px;
  box-shadow: 0 0 0 6px rgba(36, 181, 107, 0.14);
  content: "";
}

@keyframes badgePulse {
  0%, 100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 18px 44px rgba(77, 119, 160, 0.18);
  }

  50% {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 24px 58px rgba(204, 111, 156, 0.22);
  }
}

.portrait {
  position: relative;
  display: grid;
  flex: 1;
  place-items: center;
  min-height: 500px;
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(circle at 14% 10%, rgba(159, 215, 255, 0.4), transparent 12rem),
    radial-gradient(circle at 88% 20%, rgba(243, 166, 200, 0.34), transparent 12rem),
    linear-gradient(160deg, #e8f6ff, #fff0f7 48%, #ffffff);
}

.portrait::before,
.portrait::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  content: "";
}

.portrait::before {
  width: 76%;
  height: 76%;
}

.portrait::after {
  width: 54%;
  height: 54%;
  background: rgba(255, 255, 255, 0.08);
}

.portrait img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.03) contrast(1.02);
}

.portrait::before,
.portrait::after {
  z-index: 2;
  pointer-events: none;
}

.hero-card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 12px 8px;
  transform: rotate(-1.2deg);
}

.hero-card-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.hero-card-body a {
  flex: 0 0 auto;
  color: var(--accent-dark);
  font-weight: 800;
}

.about-section,
.course-section,
.reviews-section,
.lead-section {
  padding: 52px 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 26px;
}

.about-section .section-heading,
.reviews-section .section-heading {
  display: block;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.about-section .section-heading h2,
.reviews-section .section-heading h2 {
  margin-right: auto;
  margin-left: auto;
}

.section-heading.center {
  display: block;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.about-grid,
.audience-grid,
.reviews-grid {
  display: grid;
  gap: 18px;
}

.about-grid {
  grid-template-columns: 1.45fr 0.55fr;
}

.about-card,
.audience-grid article,
.review-card,
.lead-section {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 55px rgba(77, 119, 160, 0.08);
  backdrop-filter: blur(16px);
}

.about-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
}

.about-card.large::after {
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(243, 166, 200, 0.18), transparent 68%);
  content: "";
}

.check-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  line-height: 1.7;
}

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, var(--blue), var(--accent));
  border-radius: 50%;
  content: "";
}

.about-card.accent {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background:
    radial-gradient(circle at 20% 18%, rgba(159, 215, 255, 0.26), transparent 12rem),
    linear-gradient(160deg, #35435c, #cc6f9c);
}

.about-card.accent p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.year {
  margin-bottom: 28px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
  font-size: 82px;
  line-height: 1;
}

.audience-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
}

.audience-grid article {
  position: relative;
  overflow: hidden;
  padding: 30px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.audience-grid article:hover,
.review-card:hover {
  transform: translateY(-6px);
  border-color: rgba(159, 215, 255, 0.52);
  box-shadow: 0 28px 75px rgba(77, 119, 160, 0.13);
}

.audience-grid .premium-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 34px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-dark), var(--accent-dark));
  border-radius: 50%;
  font-weight: 800;
  box-shadow: 0 16px 38px rgba(204, 111, 156, 0.22);
}

.premium-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.learn-panel {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 26px;
  align-items: start;
  margin-top: 20px;
  padding: 30px;
  background:
    radial-gradient(circle at 8% 16%, rgba(159, 215, 255, 0.22), transparent 16rem),
    radial-gradient(circle at 96% 0%, rgba(243, 166, 200, 0.2), transparent 14rem),
    rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 55px rgba(77, 119, 160, 0.08);
  backdrop-filter: blur(16px);
}

.learn-panel h3 {
  max-width: 360px;
  margin-bottom: 0;
  font-size: 30px;
}

.learn-panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.learn-panel li {
  position: relative;
  min-height: 54px;
  padding: 16px 16px 16px 46px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(159, 215, 255, 0.28);
  border-radius: 18px;
  font-weight: 800;
  line-height: 1.45;
}

.learn-panel li::before {
  position: absolute;
  left: 16px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-dark), var(--accent-dark));
  border-radius: 50%;
  content: "✓";
  font-size: 12px;
  font-weight: 900;
}

.soft-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 16px;
  padding: 22px 26px;
  color: #fff;
  background: linear-gradient(135deg, #5aaadd, #d878a8);
  border-radius: 26px;
  box-shadow: 0 22px 60px rgba(204, 111, 156, 0.18);
}

.soft-banner p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.soft-banner a {
  flex: 0 0 auto;
  padding: 13px 18px;
  color: var(--ink);
  background: #ffffff;
  border-radius: 999px;
  font-weight: 900;
}

.audience-grid p,
.review-card p,
.lead-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.reviews-frame {
  position: relative;
  margin-top: 8px;
}

.reviews-grid {
  display: grid;
  grid-auto-columns: minmax(360px, 520px);
  grid-auto-flow: column;
  grid-template-columns: none;
  gap: 18px;
  align-items: stretch;
  overflow-x: auto;
  padding: 6px 6px 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.reviews-grid::-webkit-scrollbar {
  display: none;
}

.review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 300px;
  padding: 30px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 18% 14%, rgba(159, 215, 255, 0.3), transparent 10rem),
    linear-gradient(160deg, #35435c, #cc6f9c);
  scroll-snap-align: start;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.review-card::before {
  position: absolute;
  right: -54px;
  top: -54px;
  width: 170px;
  height: 170px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 68%);
  border-radius: 50%;
  content: "";
}

.review-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.quote-icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #35435c;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(204, 111, 156, 0.2);
}

.quote-icon svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

.rating {
  padding: 8px 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.review-card p {
  color: rgba(255, 255, 255, 0.78);
}

.review-card strong {
  display: block;
}

.review-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  font-size: 16px;
}

.review-author {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.review-author span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 800;
}

.review-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(159, 215, 255, 0.34);
  border-radius: 50%;
  box-shadow: 0 18px 44px rgba(77, 119, 160, 0.18);
  backdrop-filter: blur(14px);
  cursor: pointer;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 0.2s ease, background 0.2s ease;
}

.review-nav:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.06);
}

.review-nav.prev {
  left: -18px;
}

.review-nav.next {
  right: -18px;
}

.lead-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  margin-top: 18px;
  margin-bottom: 32px;
  padding: 42px;
  background:
    radial-gradient(circle at 0% 0%, rgba(159, 215, 255, 0.24), transparent 17rem),
    radial-gradient(circle at 100% 0%, rgba(243, 166, 200, 0.18), transparent 16rem),
    rgba(255, 255, 255, 0.88);
}

.lead-form {
  display: grid;
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}

input,
select {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 16px;
  font: inherit;
  outline: none;
}

select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--accent-dark) 50%), linear-gradient(135deg, var(--accent-dark) 50%, transparent 50%);
  background-position: calc(100% - 20px) 24px, calc(100% - 14px) 24px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

input:focus,
select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(159, 215, 255, 0.22);
}

.form-button {
  width: 100%;
  margin-top: 8px;
}

.form-status {
  min-height: 22px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.form-status.success {
  color: #28724b;
}

.form-status.error {
  color: #a23a2d;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 36px;
  color: var(--muted);
  font-size: 14px;
}

.footer p {
  margin: 0;
}

.footer a {
  color: var(--ink);
  font-weight: 800;
}

@media (max-width: 980px) {
  .nav a:not(.nav-cta) {
    display: none;
  }

  .hero,
  .about-grid,
  .lead-section {
    grid-template-columns: 1fr;
  }

  .hero-card {
    max-width: 560px;
    margin: 0 auto;
  }

  .hero {
    min-height: auto;
    padding-top: 54px;
  }

  .portrait {
    min-height: 420px;
  }

  .audience-grid,
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .reviews-grid {
    grid-auto-columns: minmax(320px, 74vw);
    grid-auto-flow: column;
    grid-template-columns: none;
  }

  .learn-panel {
    grid-template-columns: 1fr;
  }

  .soft-banner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-header {
    width: calc(100% - 20px);
    margin-top: 10px;
    padding: 8px;
  }

  .brand {
    font-size: 14px;
  }

  .brand span {
    width: 34px;
    height: 34px;
  }

  .nav-cta {
    padding: 10px 12px !important;
    font-size: 13px;
  }

  .section-shell {
    width: calc(100% - 20px);
  }

  .hero {
    padding: 42px 0;
  }

  h1 {
    font-size: 44px;
  }

  .hero-text {
    font-size: 16px;
  }

  .button {
    width: 100%;
  }

  .stats div {
    width: 100%;
  }

  .portrait {
    min-height: 340px;
  }

  .hero-card {
    transform: none;
  }

  .hero-badge {
    left: 18px;
    top: 24px;
  }

  .hero-card-body {
    transform: none;
  }

  .hero-card-body,
  .section-heading,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-section,
  .course-section,
  .reviews-section,
  .lead-section {
    padding: 54px 0;
  }

  .about-card,
  .audience-grid article,
  .review-card,
  .lead-section {
    padding: 24px;
  }

  .audience-grid,
  .reviews-grid,
  .learn-panel ul {
    grid-template-columns: 1fr;
  }

  .reviews-grid {
    grid-auto-columns: minmax(280px, 88vw);
    grid-auto-flow: column;
    grid-template-columns: none;
  }

  .review-nav {
    width: 42px;
    height: 42px;
    font-size: 28px;
  }

  .review-nav.prev {
    left: -4px;
  }

  .review-nav.next {
    right: -4px;
  }

  .review-card {
    min-height: auto;
  }

  .lead-section {
    margin-bottom: 28px;
  }

  .soft-banner a {
    width: 100%;
    text-align: center;
  }
}
