:root {
  --black: #111111;
  --black-soft: #1a1a1a;
  --charcoal: #222222;
  --gold: #db9f00;
  --gold-dark: #aa7a00;
  --white: #ffffff;
  --off-white: #f2f2f2;
  --muted: #cfcfcf;
  --line: rgba(255,255,255,0.12);
  --max-width: 1120px;
  --radius: 20px;
  --shadow: 0 24px 60px rgba(0,0,0,0.35);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, Poppins, Arial, sans-serif;
  background: var(--black);
  color: var(--off-white);
  line-height: 1.65;
}

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

a { color: inherit; }

.container {
  width: min(var(--max-width), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(17,17,17,0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.logo img {
  width: 300px;
  max-width: 52vw;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.94rem;
  font-weight: 700;
}

.main-nav a {
  text-decoration: none;
  color: var(--off-white);
  opacity: 0.9;
}

.main-nav a:hover { color: var(--gold); opacity: 1; }

.nav-cta {
  background: var(--gold);
  color: #111 !important;
  padding: 10px 18px;
  border-radius: 999px;
  opacity: 1 !important;
}

.nav-cta:hover { background: #f0b31b; color: #111 !important; }

.hero, .page-hero {
  padding: 96px 0 76px;
  background:
    radial-gradient(circle at top right, rgba(219,159,0,0.18), transparent 34%),
    linear-gradient(180deg, var(--black-soft), var(--black));
}

.hero-grid, .split, .instructor-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.reverse { grid-template-columns: 0.95fr 1.05fr; }

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 800;
}

h1, h2, h3, h4 { line-height: 1.12; margin-top: 0; }

h1 {
  font-size: clamp(2.55rem, 6vw, 5rem);
  max-width: 900px;
  margin-bottom: 22px;
}

h2 { font-size: clamp(2rem, 4vw, 3.1rem); margin-bottom: 18px; }
h3 { font-size: 1.35rem; margin-bottom: 12px; }
h4 { margin-bottom: 10px; }

p { color: var(--muted); margin-top: 0; }

.hero-text, .page-hero p, .intro {
  font-size: 1.18rem;
  max-width: 720px;
}

.section { padding: 88px 0; }
.section.alt { background: var(--black-soft); }

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.card-grid {
  display: grid;
  gap: 24px;
}

.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.two, .pricing-grid { grid-template-columns: repeat(2, 1fr); }

.card, .price-card, .meta-box, .cta-box {
  background: linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
}

.card h3, .card h2, .price-card h2 { color: var(--white); }

.image-card {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--charcoal);
  box-shadow: var(--shadow);
}

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

.hero-image img { min-height: 460px; }
.portrait img { min-height: 520px; }

.button-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid transparent;
}

.button.primary {
  background: var(--gold);
  color: #111;
}

.button.primary:hover { background: #f0b31b; }

.button.secondary {
  border-color: var(--line);
  background: rgba(255,255,255,0.04);
  color: var(--white);
}

.button.secondary:hover { border-color: var(--gold); color: var(--gold); }

.text-link {
  color: var(--gold);
  font-weight: 800;
  text-decoration: none;
}

.text-link:hover { text-decoration: underline; }

.info-list p {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.pricing-grid {
  display: grid;
  gap: 28px;
}

.price-card.featured { border-color: rgba(219,159,0,0.65); }

.price {
  color: var(--white);
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 900;
  margin: 24px 0;
}

.price span {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 700;
}

.steps {
  color: var(--muted);
  padding-left: 22px;
  font-size: 1.08rem;
}

.steps li { margin-bottom: 12px; }

.supporters-strip { text-align: center; }

.sponsor-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  align-items: center;
  margin-top: 2rem;
}

.sponsor-logos img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  background: #ffffff;
  border-radius: 14px;
  padding: 1.5rem;
  box-sizing: border-box;
}

.sponsor-logos.large img {
  height: 150px;
  padding: 1.75rem;
}

.home-supporters .sponsor-logos {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.home-supporters .sponsor-logos img {
  height: 130px;
}

```css
.mention-list {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}

.mention-card {
  background: #1a1a1a;
  border: 1px solid rgba(219, 159, 0, 0.35);
  border-radius: 16px;
  padding: 1.5rem;
}

.mention-card h3 {
  color: #db9f00;
  margin-bottom: 0.5rem;
}

.mention-card p {
  margin: 0;
}
```


.cta-section {
  padding: 88px 0;
  background:
    radial-gradient(circle at center, rgba(219,159,0,0.16), transparent 40%),
    var(--black);
}

.cta-box {
  text-align: center;
  max-width: 800px;
}

.cta-box .button { margin-top: 12px; }

.site-footer {
  background: #0b0b0b;
  border-top: 1px solid var(--line);
  padding: 48px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.3fr;
  gap: 36px;
}

.site-footer a {
  display: block;
  color: var(--muted);
  text-decoration: none;
  margin-bottom: 8px;
}

.site-footer a:hover { color: var(--gold); }

@media (max-width: 920px) {
  .nav-wrap { align-items: flex-start; flex-direction: column; padding: 18px 0; }
  .main-nav { flex-wrap: wrap; gap: 14px; }
  .hero-grid, .split, .reverse, .instructor-card { grid-template-columns: 1fr; gap: 34px; }
  .card-grid.three, .card-grid.two, .pricing-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero, .page-hero { padding: 72px 0 54px; }
  .section, .cta-section { padding: 64px 0; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, var(--max-width)); }
  .main-nav { font-size: 0.88rem; }
  .logo img { max-width: 86vw; }
  .button, .button-row { width: 100%; }
  .image-card img, .hero-image img, .portrait img { min-height: 260px; }
  .card, .price-card, .meta-box, .cta-box { padding: 22px; }
}
