:root {
  --bg: #08090b;
  --panel: #12141a;
  --panel2: #0f172a;
  --border: rgba(148, 163, 184, .16);
  --text: #ffffff;
  --muted: #cbd5e1;
  --blue: #2563eb;
  --purple: #7c3aed;
  --green: #10b981;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 0 0, rgba(37,99,235,.20), transparent 34%),
    radial-gradient(circle at 100% 0, rgba(16,185,129,.12), transparent 34%),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

.v92-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8,9,11,.88);
  border-bottom: 1px solid rgba(148,163,184,.12);
  backdrop-filter: blur(14px);
}

.v92-header-inner {
  width: min(1220px, calc(100% - 24px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.v92-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: 1000;
}

.v92-brand span {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--blue), var(--purple), var(--green));
  box-shadow: 0 14px 34px rgba(37,99,235,.22);
}

.v92-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.v92-nav a,
.v92-actions a,
.v92-course-body a,
.v92-plan-grid a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,.14);
  background: rgba(255,255,255,.045);
  color: var(--muted);
  text-decoration: none;
  font-weight: 950;
}

.v92-nav a.primary,
.v92-actions a.primary,
.v92-course-body a,
.v92-plan-grid a {
  color: #fff;
  border: 0;
  background: linear-gradient(135deg, var(--blue), var(--purple));
}

.v92-nav a.success,
.v92-actions a.success {
  color: #d1fae5;
  border-color: rgba(16,185,129,.28);
  background: rgba(16,185,129,.10);
}

.v92-hero {
  width: min(1220px, calc(100% - 24px));
  margin: 28px auto 0;
  display: grid;
  gap: 22px;
}

.v92-hero-copy {
  text-align: center;
  border: 1px solid rgba(148,163,184,.16);
  border-radius: 38px;
  background:
    radial-gradient(circle at 12% 12%, rgba(37,99,235,.22), transparent 34%),
    radial-gradient(circle at 88% 0%, rgba(16,185,129,.14), transparent 34%),
    rgba(18,20,26,.88);
  padding: clamp(28px, 5vw, 58px);
  box-shadow: 0 24px 80px rgba(0,0,0,.26);
}

.v92-kicker {
  min-height: 34px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(16,185,129,.10);
  border: 1px solid rgba(16,185,129,.26);
  color: #a7f3d0;
  font-size: .78rem;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.v92-hero h1,
.v92-section-head h2 {
  margin: 18px 0 12px;
  color: #fff;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: .88;
  letter-spacing: -.08em;
}

.v92-hero p,
.v92-section-head p,
.v92-flow-card p,
.v92-course-body p,
.v92-plan-grid p,
.v92-footer {
  color: var(--muted);
  line-height: 1.65;
}

.v92-hero p {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin: 0 auto 22px;
  width: min(780px, 100%);
}

.v92-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.v92-actions a {
  min-height: 52px;
  padding: 0 20px;
}

.v92-banner-wrap {
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid rgba(148,163,184,.16);
  background: rgba(15,23,42,.75);
  box-shadow: 0 26px 80px rgba(0,0,0,.30);
}

.v92-banner-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.v92-banner-placeholder {
  min-height: 360px;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 24px;
  text-align: center;
  background:
    radial-gradient(circle at 0 0, rgba(37,99,235,.22), transparent 34%),
    linear-gradient(135deg, rgba(30,64,175,.35), rgba(20,83,45,.25));
}

.v92-banner-placeholder strong,
.v92-banner-placeholder span,
.v92-banner-placeholder code {
  display: block;
}

.v92-banner-placeholder code {
  overflow-wrap: anywhere;
  color: #bfdbfe;
}

.v92-flow,
.v92-plans,
.v92-courses {
  width: min(1180px, calc(100% - 28px));
  margin: clamp(24px, 6vw, 70px) auto;
}

.v92-section-head {
  margin-bottom: 24px;
}

.v92-section-head.center {
  text-align: center;
}

.v92-section-head.center .v92-kicker {
  margin: 0 auto;
}

.v92-section-head h2 {
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: .95;
  letter-spacing: -.055em;
}

.v92-section-head p {
  margin: 0;
  font-size: 1.05rem;
}

.v92-flow-grid,
.v92-plan-grid,
.v92-course-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.v92-flow-card,
.v92-plan-grid article {
  display: block;
  min-height: 100%;
  border-radius: 28px;
  border: 1px solid rgba(148,163,184,.16);
  background: rgba(18,20,26,.86);
  padding: 22px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 52px rgba(0,0,0,.18);
}

.v92-flow-card strong {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--blue), var(--purple), var(--green));
  color: #fff;
  font-size: 1.2rem;
}

.v92-flow-card h3,
.v92-plan-grid h3 {
  margin: 16px 0 8px;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.1;
}

.v92-flow-card p,
.v92-plan-grid p {
  margin: 0;
}

.v92-plans,
.v92-courses {
  padding: clamp(22px, 4vw, 44px);
  border-radius: 34px;
  border: 1px solid rgba(148, 163, 184, .16);
  background:
    radial-gradient(circle at 0 0, rgba(37,99,235,.14), transparent 36%),
    radial-gradient(circle at 100% 0, rgba(16,185,129,.10), transparent 34%),
    rgba(18, 20, 26, .92);
  box-shadow: 0 28px 90px rgba(0,0,0,.30);
}

.v92-plan-grid article span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  color: #d1fae5;
  background: rgba(16,185,129,.12);
  border: 1px solid rgba(16,185,129,.28);
  font-weight: 1000;
}

.v92-plan-grid article.featured {
  border-color: rgba(16,185,129,.34);
  background:
    radial-gradient(circle at 0 0, rgba(16,185,129,.14), transparent 34%),
    rgba(18,20,26,.94);
}

.v92-plan-grid a {
  margin-top: 16px;
}

.v92-course-card {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(59,130,246,.22);
  background: rgba(15,23,42,.66);
  box-shadow: 0 18px 52px rgba(0,0,0,.20);
}

.v92-course-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  text-decoration: none;
  background: #0f172a;
}

.v92-course-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.v92-placeholder {
  min-height: 100%;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 18px;
  text-align: center;
  color: #dbeafe;
  background:
    radial-gradient(circle at 0 0, rgba(37,99,235,.22), transparent 34%),
    linear-gradient(135deg, rgba(30,64,175,.35), rgba(20,83,45,.25));
}

.v92-placeholder code {
  max-width: 100%;
  overflow-wrap: anywhere;
  color: #bfdbfe;
  font-size: .78rem;
}

.v92-course-body {
  padding: 18px;
}

.v92-course-body h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.v92-course-body p {
  margin: 0;
}

.v92-course-body a {
  margin-top: 14px;
}

.v92-footer {
  width: 100%;
  margin-top: 50px;
  padding: 28px 14px 34px;
  background: rgba(8,9,11,.96);
  border-top: 1px solid rgba(148,163,184,.14);
  text-align: center;
}

.v92-footer p {
  margin: 0 0 6px;
}

.v92-footer strong {
  color: #fff;
}

.v92-footer a {
  color: #93c5fd;
  font-weight: 900;
  text-decoration: none;
}

.v92-secret {
  margin-top: 7px;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 13px;
  border-radius: 999px;
  color: rgba(203,213,225,.72) !important;
  font-size: .84rem;
}

.v92-secret:hover {
  color: #d1fae5 !important;
  background: rgba(16,185,129,.10);
}

@media (max-width: 960px) {
  .v92-header-inner {
    min-height: auto;
    padding: 14px 0;
    display: grid;
  }

  .v92-nav {
    justify-content: flex-start;
  }

  .v92-flow-grid,
  .v92-plan-grid,
  .v92-course-grid {
    grid-template-columns: 1fr;
  }

  .v92-hero-copy,
  .v92-banner-wrap,
  .v92-plans,
  .v92-courses {
    border-radius: 28px;
  }
}

@media (max-width: 560px) {
  .v92-header-inner,
  .v92-hero,
  .v92-flow,
  .v92-plans,
  .v92-courses {
    width: min(100% - 18px, 1220px);
  }

  .v92-brand strong {
    font-size: .95rem;
  }

  .v92-nav a {
    width: 100%;
  }

  .v92-hero h1 {
    font-size: clamp(2.6rem, 14vw, 4.4rem);
  }

  .v92-hero-copy {
    padding: 24px 14px;
  }
}
