:root {
  --bg: #050505;
  --panel: #101010;
  --panel-strong: #161616;
  --line: rgba(255, 255, 255, 0.09);
  --text: #f6f3ef;
  --muted: #c6c0ba;
  --red: #f21b13;
  --red-deep: #970c0a;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --max-width: 1200px;
  --section-padding: clamp(3.25rem, 6vw, 5.75rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Barlow", sans-serif;
  background:
    radial-gradient(circle at top, rgba(242, 27, 19, 0.22), transparent 30%),
    linear-gradient(180deg, #090909 0%, #030303 100%);
  color: var(--text);
}

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

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

button,
a {
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.82);
  outline-offset: 4px;
}

.site-shell {
  position: relative;
  overflow: clip;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1.2rem, 3vw, 2.5rem);
  background: rgba(5, 5, 5, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.brand-lockup {
  width: min(240px, 42vw);
}

.brand-lockup img,
.site-footer img {
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.45));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.98rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-nav a {
  padding: 0.75rem 0.95rem;
  border-radius: 999px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.75rem, 4vw, 2.75rem);
  align-items: start;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 4rem) clamp(1.2rem, 4vw, 2.5rem) clamp(4rem, 7vw, 5.25rem);
}

.section-angle::after,
.section-angle-inverse::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.section-angle::after {
  bottom: -1px;
  height: 84px;
  background: linear-gradient(135deg, transparent 49%, rgba(255, 255, 255, 0.06) 50%, transparent 51%);
}

.section-angle-inverse {
  position: relative;
}

.section-angle-inverse::before {
  top: -48px;
  height: 48px;
  background: linear-gradient(172deg, transparent 49%, rgba(255, 255, 255, 0.08) 50%, transparent 51%);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(30px);
}

.hero-glow-left {
  width: 320px;
  height: 320px;
  left: -80px;
  top: 12%;
  background: rgba(242, 27, 19, 0.18);
}

.hero-glow-right {
  width: 420px;
  height: 420px;
  right: -130px;
  bottom: -10%;
  background: rgba(242, 27, 19, 0.1);
}

.grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 100%);
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: #ff6f65;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
  font-weight: 700;
}

.hero h1,
.section-heading h2,
.cta-panel h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.03em;
  line-height: 0.95;
}

.hero h1 {
  font-size: clamp(3.8rem, 10vw, 7.8rem);
  max-width: 14ch;
  text-wrap: balance;
}

.hero h1 span {
  color: var(--red);
}

.hero-lead,
.section-copy,
.feature-card p,
.benefit-panel p,
.audience-card p,
.timeline-step p,
.outcome-copy p,
.cta-panel p,
.intro-band p,
.quote-panel p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 1.05rem;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 980px;
}

.hero-top {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(420px, 0.82fr);
  gap: clamp(1.5rem, 3.5vw, 2.5rem);
  align-items: center;
  margin-bottom: 1.5rem;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.95rem 1.3rem;
  border: 1px solid transparent;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  font-weight: 700;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--red) 0%, #ff5b47 100%);
  color: var(--white);
  box-shadow: 0 18px 34px rgba(242, 27, 19, 0.25);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 22px 38px rgba(242, 27, 19, 0.34);
}

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

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
}

.hero-points {
  display: grid;
  gap: 0.9rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-points li {
  position: relative;
  padding-left: 1.2rem;
  color: var(--text);
  font-weight: 600;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  background: var(--red);
  transform: rotate(45deg);
}

.hero-media {
  min-width: 0;
  width: 100%;
}

.video-frame {
  position: relative;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    #0b0b0b;
  box-shadow: var(--shadow);
}

.video-badge {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 2;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
}

.hero-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #050505;
}

.intro-band,
.section,
.site-footer {
  max-width: var(--max-width);
  margin: 0 auto;
  padding-left: clamp(1.2rem, 4vw, 2.5rem);
  padding-right: clamp(1.2rem, 4vw, 2.5rem);
}

.intro-band {
  margin-top: 0.5rem;
  padding-top: 1rem;
  padding-bottom: clamp(1.25rem, 3vw, 2rem);
}

.intro-band p {
  margin: 0;
  max-width: 65ch;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 500;
}

.section {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}

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

.section-heading h2,
.cta-panel h2 {
  font-size: clamp(2.8rem, 7vw, 5rem);
}

.section-grid,
.benefit-grid,
.audience-grid {
  display: grid;
  gap: 1.25rem;
}

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

.feature-card,
.benefit-panel,
.audience-card,
.quote-panel,
.cta-panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    var(--panel);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.feature-card,
.audience-card,
.benefit-panel {
  padding: 1.5rem;
}

.feature-card h3,
.benefit-panel h3,
.audience-card h3,
.timeline-step h3 {
  margin: 0 0 0.7rem;
  font-size: 1.45rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.certification-section {
  background:
    linear-gradient(180deg, rgba(242, 27, 19, 0.08), transparent 40%),
    transparent;
}

.benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit-panel {
  min-height: 100%;
}

.benefit-number {
  display: inline-block;
  margin-bottom: 1rem;
  color: #ff7a70;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.3rem 0;
  border-top: 1px solid var(--line);
}

.timeline-step:last-child {
  border-bottom: 1px solid var(--line);
}

.timeline-marker {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red), var(--red-deep));
  color: var(--white);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.6rem;
}

.outcome-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 1.2rem;
  align-items: stretch;
}

.outcome-copy {
  padding-right: 1rem;
}

.quote-panel {
  display: flex;
  align-items: end;
  padding: 1.8rem;
  background:
    linear-gradient(180deg, rgba(242, 27, 19, 0.18), rgba(255, 255, 255, 0.02)),
    var(--panel-strong);
}

.quote-panel p {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  line-height: 1.25;
  font-weight: 700;
}

.cta-section {
  padding-bottom: clamp(5rem, 8vw, 7rem);
}

.cta-panel {
  padding: clamp(1.7rem, 4vw, 3rem);
  background:
    radial-gradient(circle at top right, rgba(242, 27, 19, 0.24), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    #0c0c0c;
}

.site-footer {
  display: grid;
  justify-items: center;
  gap: 0.9rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  color: var(--muted);
  text-align: center;
}

.site-footer img {
  width: min(240px, 55vw);
}

.site-footer p,
.site-footer a {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 600ms ease,
    transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 960px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    flex-wrap: wrap;
  }

  .hero-top,
  .outcome-layout {
    grid-template-columns: 1fr;
  }

  .hero-top {
    align-items: start;
  }

  .split-grid,
  .audience-grid,
  .benefit-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-nav {
    gap: 0.55rem;
    font-size: 0.8rem;
  }

  .site-nav a {
    padding: 0.65rem 0.8rem;
  }

  .hero {
    padding-top: 2rem;
  }

  .hero h1 {
    max-width: 100%;
    text-wrap: pretty;
  }

  .button {
    width: 100%;
  }
}
