:root {
  --ink: #101623;
  --muted: #5a6475;
  --line: #dce3ef;
  --paper: #ffffff;
  --soft: #f4f8fb;
  --mint: #eaf0ff;
  --teal: #2d2d72;
  --teal-dark: #1f245e;
  --bright-blue: #2f6fe4;
  --bright-blue-dark: #2459bf;
  --red: #c90000;
  --red-dark: #9f0000;
  --coral: #c90000;
  --gold: #ffd46a;
  --gold-dark: #b77712;
  --blue: #1f4a86;
  --shadow: 0 20px 60px rgba(16, 22, 35, 0.13);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(220, 227, 239, 0.9);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 206px;
}

.brand img {
  width: 206px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
}

.main-nav a:hover {
  color: var(--teal);
}

.header-cta,
.button,
.booking-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 760;
  cursor: pointer;
}

.header-cta,
.button.primary,
.booking-form button {
  color: #fff;
  background: var(--red-dark);
  box-shadow: none;
}

.button.secondary {
  color: #1b1508;
  background: var(--gold);
  border-color: var(--gold);
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100vh - 76px);
  overflow: hidden;
  background: #080b1b;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(8, 11, 27, 0.96) 0%, rgba(24, 29, 78, 0.82) 46%, rgba(8, 11, 27, 0.2) 100%),
    linear-gradient(0deg, rgba(8, 11, 27, 0.72), rgba(8, 11, 27, 0));
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 36px));
  align-self: center;
  margin-left: clamp(18px, 7vw, 92px);
  padding: 58px 0 120px;
  color: #fff;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red-dark);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--gold);
}

.hero h1,
.section-heading h2,
.method-copy h2,
.booking-copy h2 {
  margin: 0;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
}

.hero-copy {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
}

.hero-note {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 720;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 660px;
  margin: 46px 0 0;
}

.hero-stats div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  backdrop-filter: blur(14px);
}

.hero-stats dt {
  font-size: 28px;
  font-weight: 850;
}

.hero-stats dd {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.35;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-band div {
  padding: 24px clamp(18px, 4vw, 42px);
  background: var(--paper);
}

.trust-band strong,
.trust-band span {
  display: block;
}

.brand-section {
  padding-top: 0;
  background:
    linear-gradient(135deg, #080b1b 0%, #1d2258 55%, #080b1b 100%);
}

.brand-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(26px, 5vw, 56px);
  align-items: center;
  padding: clamp(28px, 5vw, 54px);
  color: #1b1508;
  background: var(--gold);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
}

.brand-panel h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}

.brand-panel p:not(.eyebrow) {
  color: rgba(27, 21, 8, 0.72);
  font-size: 17px;
  line-height: 1.7;
}

.brand-image {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border-radius: var(--radius);
  background: #080b1b;
  box-shadow: 0 18px 46px rgba(16, 22, 35, 0.18);
}

.brand-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(135deg, rgba(233, 5, 5, 0.18), rgba(45, 45, 114, 0.08));
}

.brand-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.trust-band span {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.5;
}

.section {
  padding: clamp(64px, 8vw, 112px) clamp(18px, 4vw, 56px);
}

.section-heading {
  width: min(820px, 100%);
  margin-bottom: 34px;
}

.section-heading h2,
.method-copy h2,
.booking-copy h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
}

.section-heading p:not(.eyebrow),
.method-copy p,
.booking-copy p {
  max-width: 720px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.pricing-note {
  display: inline-flex;
  max-width: 720px;
  margin-top: 10px;
  padding: 12px 14px;
  color: var(--teal-dark);
  background: #fff;
  border: 1px solid rgba(45, 45, 114, 0.16);
  border-radius: var(--radius);
  font-weight: 760;
}

.intro-section {
  background: #f7f9ff;
}

.pricing-section {
  color: #fff;
  background:
    linear-gradient(135deg, #080b1b 0%, #1d2258 56%, #2d2d72 100%);
}

.pricing-section .section-heading p:not(.eyebrow),
.pricing-section .price-card p {
  color: rgba(255, 255, 255, 0.74);
}

.pricing-section .price-card:not(.emphasized) {
  color: var(--ink);
}

.pricing-section .price-card:not(.emphasized) p {
  color: var(--muted);
}

.faq-section {
  background: #f7f9ff;
}

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

.intro-grid article,
.course-card,
.price-card,
.testimonial-track figure,
.booking-form,
.faq-grid details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.intro-grid article {
  padding: 28px;
}

.intro-grid h3,
.course-card h3,
.pathway-card h3,
.price-card h3 {
  margin: 0;
  font-size: 22px;
}

.intro-grid p,
.course-card p,
.pathway-card p,
.price-card p,
.testimonial-track blockquote,
.faq-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.pathway-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.pathway-card {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 42px rgba(16, 22, 35, 0.08);
}

.pathway-card img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
}

.pathway-card div {
  padding: 24px;
}

.pathway-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.pathway-card a {
  display: inline-flex;
  margin-top: 8px;
  color: var(--teal-dark);
  font-weight: 800;
}

.courses-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(234, 240, 255, 0.94), rgba(255, 255, 255, 0.92) 46%, rgba(255, 238, 238, 0.88)),
    #f6f8fc;
}

.courses-section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  content: "";
  background: var(--red-dark);
}

.courses-section .section-heading {
  position: relative;
  padding: clamp(24px, 4vw, 36px);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(220, 227, 239, 0.9);
  border-radius: var(--radius);
  box-shadow: 0 18px 54px rgba(16, 22, 35, 0.08);
  backdrop-filter: blur(16px);
}

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

.course-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(16, 22, 35, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.course-card::before {
  position: absolute;
  top: 18px;
  left: 24px;
  width: 42px;
  height: 42px;
  content: "";
  background: var(--gold);
  border: 2px solid rgba(159, 0, 0, 0.12);
  border-radius: 12px;
}

.course-card::after {
  position: absolute;
  top: 31px;
  left: 37px;
  width: 16px;
  height: 16px;
  content: "";
  background: var(--red-dark);
  border-radius: 50%;
}

.course-card:hover {
  transform: translateY(-4px);
  border-color: rgba(45, 45, 114, 0.28);
  box-shadow: 0 22px 48px rgba(16, 22, 35, 0.14);
}

.course-card.featured-course {
  color: #fff;
  background: #101747;
  border-color: rgba(45, 45, 114, 0.24);
  box-shadow: 0 22px 54px rgba(45, 45, 114, 0.28);
}

.course-card.featured-course::before {
  background: var(--gold);
}

.course-card.featured-course::after {
  background: var(--red-dark);
}

.course-card.featured-course p,
.course-card.featured-course li {
  color: rgba(255, 255, 255, 0.84);
}

.course-card.featured-course .course-meta {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.2);
}

.course-card.featured-course .pill {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.course-card.featured-course .level {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.course-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 22px 58px;
  min-height: 42px;
  align-items: flex-start;
}

.pill,
.level {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

.pill {
  color: var(--teal-dark);
  background: #eaf0ff;
}

.level {
  color: var(--red-dark);
  background: #ffe6e6;
}

.course-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: auto 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.45;
}

.course-card h3,
.course-card p {
  position: relative;
  z-index: 1;
}

.course-card h3 {
  padding-top: 4px;
  border-top: 1px solid rgba(220, 227, 239, 0.9);
}

.course-card.featured-course h3 {
  border-color: rgba(255, 255, 255, 0.18);
}

.course-card:nth-child(4n + 2):not(.featured-course),
.course-card:nth-child(4n + 3):not(.featured-course) {
  background: #fff8e8;
}

.course-card:nth-child(4n):not(.featured-course) {
  background: #f7f9ff;
}

.course-meta {
  display: inline-flex;
  align-self: flex-start;
  margin: 12px 0 0;
  padding: 8px 10px;
  color: var(--red-dark);
  background: #fff1f1;
  border: 1px solid #ffd5d5;
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}

.method-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
  background:
    linear-gradient(135deg, #080b1b 0%, #1d2258 58%, #2d2d72 100%);
  color: #fff;
}

.method-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

.steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.steps li {
  position: relative;
  min-height: 98px;
  padding: 24px 24px 24px 82px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  counter-increment: steps;
}

.steps li::before {
  position: absolute;
  top: 22px;
  left: 24px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--red);
  border-radius: var(--radius);
  content: counter(steps);
  font-weight: 850;
}

.steps strong,
.steps span {
  display: block;
}

.steps span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.5;
}

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

.price-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
}

.price-card.emphasized {
  color: #1b1508;
  background: var(--gold);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 22px 54px rgba(217, 154, 34, 0.32);
}

.price-card span {
  color: var(--coral);
  font-weight: 850;
  text-transform: uppercase;
  font-size: 13px;
}

.plan-ribbon {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 10px;
  color: #fff;
  background: var(--red-dark);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-card.emphasized span,
.price-card.emphasized p {
  color: rgba(27, 21, 8, 0.72);
}

.price {
  margin: 16px 0 10px;
  color: var(--ink);
  font-size: 42px;
  font-weight: 900;
}

.price-card.emphasized .price {
  color: #1b1508;
}

.testimonial-marquee {
  position: relative;
  overflow: hidden;
  padding: 6px 0;
}

.testimonial-marquee::before,
.testimonial-marquee::after {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 72px;
  height: 100%;
  content: "";
  pointer-events: none;
}

.testimonial-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #080b1b, rgba(8, 11, 27, 0));
}

.testimonial-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #2d2d72, rgba(45, 45, 114, 0));
}

.testimonial-track {
  display: flex;
  gap: 18px;
  transition: transform 520ms ease;
  will-change: transform;
}

.testimonial-track figure {
  flex: 0 0 calc((100vw - (clamp(18px, 4vw, 56px) * 2) - 36px) / 3);
  max-width: 440px;
  min-width: 320px;
  margin: 0;
  padding: 28px;
  color: var(--ink);
  background: #fff;
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
}

.testimonial-track blockquote {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.testimonial-track figcaption {
  margin-top: 18px;
  color: var(--red-dark);
  font-weight: 850;
}

.testimonials-section {
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(135deg, #080b1b 0%, #1d2258 55%, #2d2d72 100%);
}

.testimonials-section .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

.booking-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
  background:
    linear-gradient(135deg, rgba(247, 249, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #f7f9ff;
}

.contact-card {
  display: grid;
  gap: 6px;
  margin-top: 28px;
  padding: 22px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.contact-card span {
  color: var(--muted);
}

.booking-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.booking-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font: inherit;
}

.booking-form textarea {
  resize: vertical;
}

.booking-form button {
  min-height: 50px;
  font: inherit;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faq-grid details {
  padding: 20px;
}

.faq-grid summary {
  color: var(--ink);
  font-weight: 850;
  cursor: pointer;
}

.faq-grid p {
  margin-bottom: 0;
}

.site-footer {
  display: grid;
  gap: 34px;
  padding: clamp(42px, 6vw, 72px) clamp(18px, 4vw, 56px) 28px;
  color: rgba(255, 255, 255, 0.74);
  background:
    radial-gradient(circle at 15% 5%, rgba(233, 5, 5, 0.18), transparent 32%),
    linear-gradient(135deg, #070913 0%, #111747 52%, #080b1b 100%);
}

.site-footer p {
  max-width: 430px;
  margin: 14px 0 0;
  line-height: 1.65;
}

.footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(26px, 4vw, 40px);
  color: #1b1508;
  background: var(--gold);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.24);
}

.footer-cta h2 {
  max-width: 820px;
  margin: 0;
  color: #1b1508;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.7fr 1fr 0.9fr;
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
}

.site-footer nav,
.footer-contact {
  display: grid;
  gap: 12px;
}

.site-footer strong {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

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

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
}

.footer-brand {
  color: #fff;
}

.footer-brand img {
  width: 240px;
}

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

  .hero {
    min-height: 820px;
  }

  .hero-content {
    padding-top: 88px;
  }

  .trust-band,
  .intro-grid,
  .pathway-grid,
  .course-grid,
  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-track figure {
    flex-basis: calc((100vw - 72px) / 2);
  }

  .method-section,
  .booking-section,
  .footer-cta,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 68px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 156px;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 14px;
  }

  .hero {
    min-height: 760px;
  }

  .hero-content {
    width: calc(100% - 32px);
    margin: 0 16px;
    padding: 62px 0 96px;
  }

  .hero h1 {
    font-size: 43px;
  }

  .hero-copy {
    font-size: 17px;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .hero-stats,
  .trust-band,
  .intro-grid,
  .brand-panel,
  .pathway-grid,
  .course-grid,
  .pricing-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-track figure {
    flex-basis: min(86vw, 390px);
    min-width: min(86vw, 390px);
  }

  .section {
    padding: 58px 16px;
  }

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

  .footer-bottom {
    display: grid;
  }
}
