:root {
  --cream: #fff5e3;
  --warm: #fffdf7;
  --navy: #102a43;
  --navy-2: #0b1f33;
  --teal: #087a78;
  --green: #24905f;
  --gold: #d69a22;
  --gold-2: #ffd36f;
  --charcoal: #24313d;
  --muted: #66788a;
  --border: #ead8b8;
  --card: #ffffff;
  --shadow: 0 22px 55px rgba(16, 42, 67, 0.14);
  --glow: 0 18px 42px rgba(214, 154, 34, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

img {
  display: block;
  max-width: 100%;
}

a {
  color: var(--teal);
  font-weight: 700;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-inner {
  width: min(1440px, calc(100% - 56px));
  margin: 0 auto;
}

.narrow {
  width: min(820px, calc(100% - 32px));
}

.hero {
  background:
    radial-gradient(circle at 9% 12%, rgba(255, 211, 111, 0.34), transparent 28rem),
    radial-gradient(circle at 90% 5%, rgba(8, 122, 120, 0.16), transparent 28rem),
    linear-gradient(180deg, #fff8e9, var(--warm));
  border-bottom: 1px solid var(--border);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--navy), var(--teal));
  color: var(--gold-2);
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(16, 42, 67, 0.18);
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.nav-cta {
  border: 1px solid rgba(199, 144, 47, 0.4);
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  padding: 9px 15px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(16, 42, 67, 0.08);
}

.hero-grid,
.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.hero-grid {
  grid-template-columns: 1fr;
  padding: 42px 0 34px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--navy-2);
  line-height: 1.13;
  margin: 0;
}

h1 {
  font-size: clamp(2.05rem, 4vw, 3.6rem);
  max-width: 1180px;
}

h2 {
  font-size: clamp(1.75rem, 3.4vw, 3.05rem);
  letter-spacing: 0;
}

h3 {
  font-size: 1.05rem;
}

.hero-subtitle {
  color: #33485c;
  font-size: clamp(1.03rem, 2vw, 1.25rem);
  max-width: 720px;
}

.masterclass-name {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(214, 154, 34, 0.42);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 244, 212, 0.9));
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 900;
  margin: 0 0 14px;
  padding: 8px 13px;
  box-shadow: 0 12px 28px rgba(214, 154, 34, 0.12);
}

.hero-teacher-mini {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 18px;
  max-width: 680px;
  border: 1px solid rgba(8, 122, 120, 0.16);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(237, 251, 247, 0.9));
  box-shadow: 0 14px 34px rgba(16, 42, 67, 0.1);
  margin: 18px 0 18px;
  padding: 12px 18px 12px 12px;
}

.hero-teacher-mini img {
  width: 140px;
  height: 140px;
  border: 3px solid #fff;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(16, 42, 67, 0.16);
}

.hero-teacher-mini strong {
  display: block;
  color: var(--navy);
  font-size: 1.12rem;
  line-height: 1.2;
}

.hero-teacher-mini span {
  display: block;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.35;
  margin-top: 3px;
}

.teacher-line {
  color: var(--navy);
  font-weight: 800;
}

.info-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0;
}

.info-strip span {
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--navy);
  font-size: 0.91rem;
  font-weight: 800;
  padding: 8px 12px;
}

.info-strip span:nth-child(2),
.info-strip span:nth-child(4) {
  border-color: rgba(8, 122, 120, 0.22);
  background: #ecfbf7;
}

.urgency-pill {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  max-width: 100%;
  gap: 7px;
  align-items: center;
  border: 1px solid rgba(214, 154, 34, 0.38);
  border-radius: 999px;
  background: linear-gradient(135deg, #fff8e8, #ffffff);
  box-shadow: 0 14px 28px rgba(214, 154, 34, 0.13);
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 750;
  margin: 0 0 20px;
  padding: 10px 14px;
}

.urgency-pill strong {
  color: #8a5a08;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.cta-row.centered {
  justify-content: center;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 22px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, #f5b63f, var(--gold));
  box-shadow: 0 16px 32px rgba(214, 154, 34, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #1f1605;
}

.btn-secondary {
  border: 1px solid rgba(23, 107, 104, 0.28);
  background: #fff;
  color: var(--teal);
}

.text-link {
  color: var(--teal);
}

.form-note {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.microcopy {
  color: var(--muted);
  font-size: 0.94rem;
  margin-bottom: 0;
}

.hero-media,
.teacher-card,
.check-card,
.video-card,
.price-card,
.note-box {
  border: 1px solid var(--border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
}

.hero-media {
  position: relative;
  overflow: hidden;
  width: min(100%, 980px);
  margin: 8px auto 0;
  padding: 10px;
  box-shadow: var(--shadow), var(--glow);
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  border: 1px solid rgba(255, 211, 111, 0.5);
  pointer-events: none;
}

.hero-media img {
  border-radius: 16px;
}

.video-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: center;
  margin: 18px 0 46px;
  padding: 22px;
}

.video-card h2 {
  font-size: clamp(1.25rem, 2.4vw, 2rem);
}

.video-frame {
  overflow: hidden;
  min-height: 220px;
  border-radius: 14px;
  background: linear-gradient(135deg, #102a43, #176b68);
}

.video-frame iframe,
.video-placeholder {
  width: 100%;
  min-height: 260px;
  border: 0;
}

.video-placeholder {
  display: grid;
  place-items: center;
  color: #fff7de;
  font-weight: 800;
  text-align: center;
  padding: 24px;
}

.section {
  padding: clamp(56px, 8vw, 96px) 0;
}

.tinted {
  background:
    linear-gradient(135deg, rgba(255, 245, 227, 0.9), rgba(237, 251, 247, 0.72));
  border-block: 1px solid var(--border);
}

.section p {
  max-width: 70ch;
}

.check-card,
.teacher-card {
  padding: 24px;
}

.check-card.muted {
  background: #fffaf0;
  box-shadow: none;
}

.check-list,
.plain-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.plain-list li {
  position: relative;
  padding: 0 0 12px 28px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: inset 0 0 0 3px #d9f0ec;
}

.plain-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 12px;
  height: 2px;
  background: var(--gold);
}

.columns {
  columns: 2;
  column-gap: 32px;
}

.section-image {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow), 0 10px 26px rgba(8, 122, 120, 0.08);
}

.agenda-section {
  background:
    radial-gradient(circle at 90% 15%, rgba(36, 144, 95, 0.12), transparent 24rem),
    linear-gradient(180deg, #fffdf7, #fff3db);
}

.agenda-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.agenda-grid article {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 12px 26px rgba(16, 42, 67, 0.06);
}

.agenda-grid span {
  color: var(--gold);
  font-weight: 900;
}

.note-box {
  margin-top: 18px;
  padding: 18px;
  box-shadow: none;
}

.number-list {
  counter-reset: step;
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

.number-list li {
  counter-increment: step;
  position: relative;
  margin: 0 0 14px;
  padding-left: 44px;
}

.number-list li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: -1px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 900;
}

.trust-box {
  border-left: 4px solid var(--gold);
  background: #fff8e8;
  color: var(--navy);
  font-weight: 800;
  margin-top: 22px;
  padding: 16px 18px;
}

.price-section {
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 211, 111, 0.18), transparent 26rem),
    linear-gradient(135deg, #0b1f33, #113f4c 58%, #0b1f33);
}

.application-section {
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 211, 111, 0.22), transparent 26rem),
    linear-gradient(135deg, #fffdf7, #effbf7);
  border-block: 1px solid var(--border);
}

.application-card {
  display: grid;
  gap: 14px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow), var(--glow);
  padding: clamp(20px, 3vw, 30px);
}

.deadline-card {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(214, 154, 34, 0.34);
  border-radius: 18px;
  background: linear-gradient(135deg, #fff8e8, #ecfbf7);
  color: var(--navy);
  margin-top: 22px;
  padding: 16px 18px;
  box-shadow: 0 14px 30px rgba(16, 42, 67, 0.08);
}

.deadline-card strong {
  font-size: 1.05rem;
}

.deadline-card span {
  color: #4b5f72;
  font-weight: 650;
}

.application-card label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 900;
}

.application-card select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d7c8ad;
  border-radius: 12px;
  background: #fffdf7;
  color: var(--charcoal);
  font: inherit;
  padding: 10px 12px;
}

.application-card select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(8, 122, 120, 0.12);
  outline: none;
}

.application-result {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(8, 122, 120, 0.2);
  border-radius: 18px;
  background: linear-gradient(135deg, #ecfbf7, #fff8e8);
  margin-top: 4px;
  padding: 18px;
}

.application-result[hidden] {
  display: none;
}

.application-result strong {
  color: var(--navy);
  font-size: 1.15rem;
}

.application-result p {
  margin: 0;
}

.price-card {
  padding: clamp(24px, 4vw, 42px);
  text-align: center;
}

.price-card h2,
.price-card p {
  margin-inline: auto;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0;
}

.value-grid span {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: linear-gradient(135deg, #fffaf0, #effbf7);
  color: var(--navy);
  font-weight: 800;
  padding: 12px;
}

.urgency-section {
  background: linear-gradient(135deg, #fff8e8, #effbf7);
}

.faq-list {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--navy);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  padding: 18px 20px;
  text-align: left;
}

.faq-answer {
  display: none;
  padding: 0 20px 18px;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.final-cta {
  background:
    radial-gradient(circle at top right, rgba(242, 193, 102, 0.28), transparent 25rem),
    radial-gradient(circle at bottom left, rgba(8, 122, 120, 0.14), transparent 26rem),
    var(--cream);
  text-align: center;
}

.final-cta p {
  margin-inline: auto;
}

.footer {
  background: var(--navy-2);
  color: #dbe7ef;
  padding: 28px 0;
  text-align: center;
}

.footer p {
  margin: 6px 0;
}

@media (max-width: 860px) {
  .hero-grid,
  .two-column,
  .video-card {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-top: 24px;
  }

  h1 {
    max-width: 760px;
  }

  .agenda-grid,
  .value-grid {
    grid-template-columns: 1fr 1fr;
  }

  .columns {
    columns: 1;
  }
}

@media (max-width: 560px) {
  .container,
  .hero-inner,
  .narrow {
    width: min(100% - 22px, 1120px);
  }

  .topbar {
    align-items: flex-start;
  }

  .brand small,
  .nav-cta {
    display: none;
  }

  .info-strip span,
  .urgency-pill,
  .btn {
    width: 100%;
  }

  .cta-row {
    width: 100%;
  }

  .agenda-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 50px 0;
  }

  .hero-teacher-mini {
    grid-template-columns: 104px 1fr;
    gap: 12px;
    padding: 10px;
  }

  .hero-teacher-mini img {
    width: 104px;
    height: 104px;
  }

  .hero-teacher-mini span {
    font-size: 0.9rem;
  }
}
