:root {
  color-scheme: dark;
  --midnight: #07223a;
  --midnight-2: #0b304f;
  --yellow: #f8a809;
  --yellow-soft: #ffd15c;
  --mercury: #e5e5e5;
  --white: #ffffff;
  --black: #000000;
  --bg: #041522;
  --bg-soft: #0a253d;
  --surface: rgba(255, 255, 255, 0.075);
  --surface-strong: rgba(255, 255, 255, 0.13);
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.72);
  --border: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --hex-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='168' height='96' viewBox='0 0 168 96'%3E%3Cg fill='none' stroke='%23F8A809' stroke-width='1.8' stroke-linecap='round' stroke-dasharray='1 7.4' opacity='0.9'%3E%3Cpath d='M42 0L84 24V72L42 96L0 72V24Z'/%3E%3Cpath d='M126 0L168 24V72L126 96L84 72V24Z'/%3E%3C/g%3E%3C/svg%3E");
}

:root[data-theme="light"] {
  color-scheme: light;
  --bg: #f8fafb;
  --bg-soft: #ffffff;
  --surface: rgba(7, 34, 58, 0.07);
  --surface-strong: rgba(7, 34, 58, 0.1);
  --text: #07223a;
  --muted: rgba(7, 34, 58, 0.72);
  --border: rgba(7, 34, 58, 0.14);
  --shadow: 0 24px 80px rgba(7, 34, 58, 0.16);
}

:root[data-theme="light"] body {
  background:
    linear-gradient(135deg, rgba(248, 168, 9, 0.16), transparent 18rem),
    linear-gradient(110deg, transparent 0 28%, rgba(229, 229, 229, 0.18) 42%, transparent 62%),
    linear-gradient(180deg, #ffffff 0%, #f8fafb 54%, #eef5f8 100%);
}

:root[data-theme="light"] .site-header {
  background:
    radial-gradient(circle at 70% 0, rgba(248, 168, 9, 0.1), transparent 34%),
    #ffffff;
  border-bottom-color: rgba(7, 34, 58, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 110px;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100svh;
  font-family: "Cabin", Arial, sans-serif;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 4%, rgba(248, 168, 9, 0.12), transparent 28rem),
    linear-gradient(180deg, #02070c 0%, #041522 46%, #03101a 100%),
    var(--bg);
  color: var(--text);
  letter-spacing: 0;
}

body > main {
  flex: 1 0 auto;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    var(--hex-pattern),
    radial-gradient(circle at 50% 8%, rgba(248, 168, 9, 0.11), transparent 30rem),
    linear-gradient(180deg, rgba(7, 34, 58, 0.14), transparent 58%);
  background-position: center top, center top, center top;
  background-size: 168px 96px, 100% 100%, 100% 100%;
  opacity: 0.24;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

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

p {
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.7;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 11ch;
  font-size: clamp(3.45rem, 8.8vw, 8.6rem);
}

h1 span {
  background: linear-gradient(90deg, var(--yellow), var(--yellow-soft), var(--white));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
}

h3 {
  font-size: 1.3rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  min-height: 76px;
  margin: 0;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background:
    radial-gradient(circle at 70% 0, rgba(248, 168, 9, 0.08), transparent 34%),
    #03070d;
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.brand,
.header-actions,
.main-nav,
.button-row,
.trust-strip {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  min-width: max-content;
}

.brand-logo {
  display: block;
  width: clamp(132px, 13vw, 176px);
  height: 44px;
  object-fit: contain;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.brand-picture {
  display: block;
  width: clamp(132px, 13vw, 176px);
  height: 44px;
  background-image: url("assets/ai-masters-logo-dark.webp");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.brand-picture .brand-logo {
  opacity: 0;
}

:root[data-theme="light"] .brand-picture {
  background-image: url("assets/ai-masters-logo.webp");
}

.brand-text {
  display: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid var(--yellow);
  border-radius: 50%;
  color: var(--yellow);
  font-weight: 700;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 0.82rem;
}

.main-nav {
  gap: clamp(1.15rem, 2.6vw, 2.75rem);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.96rem, 0.95vw, 1.04rem);
  line-height: 1;
}

.nav-link,
.nav-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.15rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font: inherit;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition:
    color 200ms ease,
    background 200ms ease,
    box-shadow 200ms ease;
}

.nav-link::after,
.nav-trigger::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 2px;
  border-radius: 999px;
  background: var(--yellow);
  opacity: 0;
  transform: scaleX(0.45);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.nav-link:hover,
.nav-trigger:hover,
.nav-link[aria-current="page"],
.nav-dropdown.is-active > .nav-trigger {
  background: transparent;
  color: var(--yellow);
  box-shadow: none;
}

.nav-link:hover::after,
.nav-trigger:hover::before,
.nav-link[aria-current="page"]::after,
.nav-dropdown.is-active > .nav-trigger::before {
  opacity: 1;
  transform: scaleX(1);
}

.nav-dropdown {
  position: relative;
}

.nav-trigger::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.nav-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  z-index: 30;
  display: grid;
  width: min(360px, calc(100vw - 32px));
  padding: 0.6rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: color-mix(in srgb, var(--midnight) 94%, transparent);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  backdrop-filter: blur(18px);
}

.nav-dropdown:hover .nav-menu,
.nav-dropdown:focus-within .nav-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-menu a {
  display: grid;
  gap: 0.22rem;
  padding: 0.85rem;
  border-radius: 8px;
  color: var(--text);
  transition:
    background 180ms ease,
    color 180ms ease;
}

.nav-menu a:hover,
.nav-menu a[aria-current="page"] {
  background: rgba(248, 168, 9, 0.12);
  color: var(--yellow);
}

.nav-menu small {
  color: var(--muted);
  font-size: 0.82rem;
}

.header-actions {
  gap: 1.2rem;
}

.icon-button,
.button {
  min-height: 42px;
  border: 1px solid var(--border);
  border-radius: 8px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.icon-button {
  display: grid;
  place-items: center;
  width: 32px;
  min-height: 32px;
  border-color: transparent;
  background: transparent;
  color: var(--yellow);
}

.theme-dot {
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: linear-gradient(90deg, currentColor 0 48%, transparent 50%);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  padding: 0.86rem 1rem;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

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

.button-primary:hover {
  box-shadow: 0 0 0 5px rgba(248, 168, 9, 0.14), 0 18px 42px rgba(248, 168, 9, 0.24);
}

.button-secondary:hover {
  border-color: rgba(248, 168, 9, 0.45);
  box-shadow: 0 0 0 5px rgba(248, 168, 9, 0.08);
}

.button-primary {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--black);
}

.button-secondary {
  background: var(--surface);
  color: var(--text);
}

.button-ghost {
  border-color: transparent;
  color: var(--yellow);
}

.button-small {
  min-width: 92px;
  min-height: 40px;
  padding: 0.64rem 0.92rem;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(68px, 10vw, 124px) 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: clamp(32px, 6vw, 80px);
  min-height: calc(100svh - 88px);
  padding-top: clamp(36px, 6vw, 72px);
  padding-bottom: clamp(48px, 7vw, 84px);
}

.hero-premium {
  position: relative;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 42px);
  min-height: auto;
  overflow: hidden;
  isolation: isolate;
  padding-top: clamp(48px, 7vw, 86px);
  text-align: center;
}

.hero-premium::before {
  content: "";
  position: absolute;
  inset: 5% 8% auto;
  z-index: -1;
  height: 420px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(248, 168, 9, 0.22), transparent 56%),
    radial-gradient(circle at 70% 40%, rgba(229, 229, 229, 0.12), transparent 42%);
  animation: heroGlow 8s ease-in-out infinite;
}

.hero-network {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  opacity: 0.42;
  pointer-events: none;
}

.node,
.network-line {
  position: absolute;
  display: block;
}

.node {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 22px rgba(248, 168, 9, 0.68);
  animation: particleFloat 9s ease-in-out infinite;
}

.node-a {
  top: 22%;
  left: 12%;
}

.node-b {
  top: 34%;
  right: 18%;
  animation-delay: -2.5s;
}

.node-c {
  bottom: 20%;
  left: 42%;
  animation-delay: -5s;
}

.network-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(248, 168, 9, 0.45), transparent);
  transform-origin: left center;
  animation: lineDrift 10s ease-in-out infinite;
}

.line-a {
  top: 28%;
  left: 13%;
  width: 34%;
  transform: rotate(11deg);
}

.line-b {
  top: 40%;
  right: 16%;
  width: 26%;
  transform: rotate(-16deg);
  animation-delay: -3s;
}

.line-c {
  bottom: 24%;
  left: 42%;
  width: 34%;
  transform: rotate(-8deg);
  animation-delay: -6s;
}

.page-hero {
  min-height: auto;
  padding-top: clamp(56px, 9vw, 118px);
}

.hero-photo-card {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: 75% center;
  filter: saturate(0.96) contrast(1.06);
}

.hero-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 21, 34, 0.86), rgba(4, 21, 34, 0.22) 58%, rgba(4, 21, 34, 0.1)),
    linear-gradient(180deg, transparent, rgba(4, 21, 34, 0.8));
}

.photo-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  max-width: 330px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(7, 34, 58, 0.86);
  color: var(--white);
  backdrop-filter: blur(16px);
}

.photo-caption strong,
.photo-caption span {
  display: block;
}

.photo-caption span {
  margin-top: 0.24rem;
  color: rgba(255, 255, 255, 0.74);
}

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

.page-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: 1.35rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04)),
    var(--surface);
  box-shadow: 0 16px 56px rgba(0, 0, 0, 0.16);
}

.page-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(248, 168, 9, 0.14), transparent 32%),
    repeating-linear-gradient(135deg, transparent 0 15px, rgba(255, 255, 255, 0.035) 16px 17px);
  pointer-events: none;
}

.page-card > * {
  position: relative;
}

.page-card h3 {
  margin-top: 0.9rem;
  font-size: clamp(1.55rem, 2vw, 2.1rem);
}

.page-card a {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--yellow);
  font-weight: 700;
}

.content-band {
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100% - 1180px) / 2));
  background: var(--midnight);
  color: var(--white);
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.detail-list {
  display: grid;
  gap: 0.85rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.detail-list li {
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  color: var(--muted);
}

.detail-list strong {
  display: block;
  margin-bottom: 0.28rem;
  color: var(--text);
}

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

.agenda-item,
.pricing-card {
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
}

.agenda-item span,
.pricing-card span {
  display: inline-flex;
  margin-bottom: 0.9rem;
  color: var(--yellow);
  font-weight: 700;
  text-transform: uppercase;
}

.pricing-card strong {
  display: block;
  color: var(--yellow);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.person-band {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
}

.person-band img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: right center;
}

.page-hero .workflow-canvas {
  display: grid;
  align-content: center;
  gap: 0.85rem;
  min-height: 430px;
}

.page-hero .workflow-node,
.page-hero .node-primary,
.page-hero .node-side,
.page-hero .node-final,
.page-hero .workflow-node:not(.node-primary):not(.node-side):not(.node-final) {
  position: relative;
  inset: auto;
  width: 100%;
}

.page-hero .workflow-connector {
  display: none;
}

.course-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) 1fr;
  gap: 1.4rem;
  padding: 1.4rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
}

.course-thumb {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(248, 168, 9, 0.95), rgba(229, 229, 229, 0.72)),
    var(--midnight);
}

.course-thumb img {
  position: absolute;
  inset: auto -8% 0 auto;
  width: 68%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  mix-blend-mode: normal;
}

.course-thumb strong {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  max-width: 270px;
  color: var(--black);
  font-size: clamp(1.6rem, 3vw, 3rem);
  line-height: 0.95;
}

.course-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.8rem 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.rating {
  color: var(--yellow);
  font-weight: 700;
}

.course-row {
  margin-top: 2.4rem;
}

.course-row-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.course-row-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

.course-carousel {
  display: grid;
  grid-template-columns: repeat(5, minmax(180px, 1fr));
  gap: 1rem;
}

.course-tile {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  overflow: hidden;
}

.tile-art {
  position: relative;
  min-height: 132px;
  background:
    linear-gradient(135deg, rgba(7, 34, 58, 0.96), rgba(248, 168, 9, 0.72)),
    var(--midnight);
}

.tile-art img {
  position: absolute;
  right: -16px;
  bottom: 0;
  width: 72%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.tile-art span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  max-width: 120px;
  color: var(--white);
  font-weight: 700;
  line-height: 1.05;
}

.course-tile-body {
  padding: 0.85rem;
}

.course-tile h3 {
  font-size: 1rem;
  line-height: 1.2;
}

.course-tile p {
  margin: 0.4rem 0 0;
  font-size: 0.88rem;
}

.hero-text {
  max-width: 700px;
  margin: 1.6rem auto 0;
  font-size: clamp(1.1rem, 1.8vw, 1.34rem);
}

.animated-headline {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.24em;
  max-width: none;
}

.animated-headline .hero-word {
  display: inline-block;
  background: none;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  color: var(--white);
  opacity: 0;
  transform: translateY(22px);
  animation: headlineRise 680ms ease forwards;
}

.animated-headline .hero-word:nth-child(2) {
  animation-delay: 120ms;
}

.animated-headline .hero-word:nth-child(3) {
  animation-delay: 240ms;
}

.animated-headline .accent-wrap {
  position: relative;
  color: var(--yellow);
}

.animated-headline .accent-wrap::after,
.hero-subheadline span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.08em;
  height: 0.08em;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--yellow), var(--yellow-soft), transparent);
  box-shadow: 0 0 22px rgba(248, 168, 9, 0.42);
  transform: scaleX(0);
  transform-origin: left center;
  animation: accentDraw 900ms ease 760ms forwards;
}

.hero-subheadline {
  max-width: 820px;
  margin: 1rem auto 0;
  font-size: clamp(1.42rem, 2.7vw, 2.9rem);
  line-height: 1.12;
}

.hero-subheadline span {
  position: relative;
  color: var(--yellow-soft);
}

.hero-pill-row {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 40px;
  margin-bottom: 1.3rem;
  padding: 0.25rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface-strong) 74%, transparent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.hero-pill-row span,
.hero-pill-row strong {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 0.78rem;
  white-space: nowrap;
  font-size: 0.86rem;
}

.hero-pill-row span {
  border-radius: 999px;
  background: var(--surface);
  color: var(--white);
  font-weight: 700;
}

.hero-pill-row strong {
  color: var(--muted);
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--yellow);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.button-row {
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.8rem;
}

.trust-strip {
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.5rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  max-width: 680px;
  margin-top: 1.4rem;
}

.hero-stats div {
  min-height: 96px;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface) 78%, transparent);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  color: var(--yellow);
  font-size: 1.35rem;
}

.hero-stats span {
  margin-top: 0.45rem;
  color: var(--muted);
  line-height: 1.35;
}

.trust-strip span,
.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.35rem 0.7rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-visual {
  position: relative;
  min-height: auto;
}

.giga-board {
  position: relative;
  overflow: hidden;
  width: min(1020px, 100%);
  min-height: 0;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 74% 5%, rgba(248, 168, 9, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)),
    rgba(2, 8, 14, 0.9);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(22px);
}

.giga-board::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
  pointer-events: none;
}

.giga-board > * {
  position: relative;
  z-index: 1;
}

.board-top,
.board-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.board-top {
  text-align: left;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.board-top h3 {
  max-width: 560px;
  margin-top: 0.65rem;
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
}

.board-top a {
  flex: 0 0 auto;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(248, 168, 9, 0.42);
  border-radius: 8px;
  color: var(--yellow);
  font-weight: 700;
}

.board-grid {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1rem;
  padding: 1rem 0;
}

.board-sidebar {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.board-sidebar span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 700;
}

.board-sidebar .active {
  border-color: rgba(248, 168, 9, 0.46);
  background: rgba(248, 168, 9, 0.14);
  color: var(--yellow);
}

.board-canvas {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
}

.board-card {
  min-height: 150px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.072);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.board-card small,
.board-card strong {
  display: block;
}

.board-card small {
  color: var(--yellow);
  font-weight: 700;
  text-transform: uppercase;
}

.board-card strong {
  margin-top: 0.65rem;
  color: var(--white);
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
  line-height: 1.24;
}

.hero-card-main {
  grid-row: span 2;
  min-height: 316px;
  padding: 1.25rem;
  border-color: rgba(248, 168, 9, 0.46);
  background:
    radial-gradient(circle at 88% 12%, rgba(248, 168, 9, 0.28), transparent 35%),
    rgba(248, 168, 9, 0.11);
}

.hero-card-main strong {
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.06;
}

.card-accent {
  border-color: rgba(248, 168, 9, 0.32);
  background: rgba(248, 168, 9, 0.09);
}

.mini-bars {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.4rem;
}

.mini-bars span {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.mini-bars span:nth-child(1) {
  width: 88%;
  background: var(--yellow);
}

.mini-bars span:nth-child(2) {
  width: 68%;
}

.mini-bars span:nth-child(3) {
  width: 46%;
}

.board-footer {
  flex-wrap: wrap;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.proof-strip {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 4vw, 3rem);
  overflow: hidden;
  max-width: 100vw;
  padding: 1.15rem 16px;
  border-block: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
  text-transform: uppercase;
}

.proof-strip span {
  position: relative;
  white-space: nowrap;
}

.proof-strip span::after {
  content: "";
  position: absolute;
  right: calc(-1 * clamp(0.5rem, 2vw, 1.5rem));
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--yellow);
}

.proof-strip span:last-child::after {
  display: none;
}

.system-section {
  padding-top: clamp(78px, 11vw, 140px);
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.path-card {
  position: relative;
  overflow: hidden;
  grid-column: span 4;
  min-height: 250px;
  padding: 1.45rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
}

.path-card:nth-child(1),
.path-card:nth-child(2) {
  grid-column: span 6;
  min-height: 300px;
}

.path-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(248, 168, 9, 0.42), transparent 44%);
  height: 2px;
  bottom: auto;
  pointer-events: none;
}

.path-card > * {
  position: relative;
}

.path-card h3 {
  margin-top: 1.1rem;
  font-size: clamp(1.65rem, 2.6vw, 2.7rem);
}

.path-card a {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--yellow);
  font-weight: 700;
}

.metric-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding-top: 0;
}

.metric-card {
  min-height: 220px;
  padding: 1.35rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.metric-card span {
  display: inline-flex;
  margin-bottom: 2.2rem;
  color: var(--yellow);
  font-size: 0.9rem;
  font-weight: 700;
}

.metric-card strong {
  display: block;
  color: var(--text);
  font-size: clamp(1.7rem, 3vw, 3rem);
}

.metric-card p {
  margin-bottom: 0;
}

.pathway-card,
.event-summary-card,
.course-panel,
.humanitix-frame {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: linear-gradient(145deg, var(--surface-strong), var(--surface));
  box-shadow: var(--shadow);
}

.pathway-card {
  position: relative;
  z-index: 2;
  padding: clamp(20px, 4vw, 34px);
}

.float-card {
  animation: floatCard 7s ease-in-out infinite;
}

.product-stage {
  position: relative;
  min-height: 620px;
  padding: clamp(18px, 3vw, 34px);
}

.hero-interface {
  animation:
    floatCard 7s ease-in-out infinite,
    softPulse 5.5s ease-in-out infinite;
}

.product-stage::before,
.product-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  pointer-events: none;
}

.product-stage::before {
  background:
    linear-gradient(115deg, rgba(248, 168, 9, 0.24), transparent 26%),
    linear-gradient(260deg, rgba(229, 229, 229, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
  filter: blur(0);
  opacity: 0.9;
}

.product-stage::after {
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
}

.console-window {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(2, 10, 18, 0.82);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(22px);
}

.console-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 66px;
  padding: 0 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.toolbar-brand,
.toolbar-tabs {
  display: flex;
  align-items: center;
}

.toolbar-brand {
  gap: 0.75rem;
  min-width: 0;
}

.toolbar-brand strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.small-mark {
  width: 34px;
  height: 34px;
  font-size: 0.82rem;
}

.toolbar-tabs {
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.toolbar-tabs span {
  padding: 0.5rem 0.65rem;
  border-radius: 8px;
}

.toolbar-tabs .active {
  background: rgba(248, 168, 9, 0.14);
  color: var(--yellow);
}

.console-body {
  display: grid;
  grid-template-columns: 58px 1fr minmax(190px, 0.48fr);
  min-height: 430px;
}

.console-rail {
  display: grid;
  align-content: start;
  gap: 0.85rem;
  padding: 1rem 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.console-rail span {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
}

.workflow-canvas {
  position: relative;
  min-height: 430px;
  padding: clamp(18px, 3vw, 28px);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 32px 32px;
}

.workflow-node {
  position: absolute;
  width: min(210px, 46%);
  padding: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
}

.workflow-node small,
.workflow-node strong {
  display: block;
}

.workflow-node small {
  color: var(--yellow);
  font-weight: 700;
  text-transform: uppercase;
}

.workflow-node strong {
  margin-top: 0.45rem;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.2;
}

.node-primary {
  top: 38px;
  left: 26px;
  width: min(250px, 58%);
  border-color: rgba(248, 168, 9, 0.55);
  background: rgba(248, 168, 9, 0.12);
}

.workflow-node:not(.node-primary):not(.node-side):not(.node-final) {
  top: 188px;
  left: 58px;
  width: min(190px, 42%);
}

.node-side {
  top: 128px;
  right: 22px;
  width: min(178px, 40%);
  border-color: rgba(229, 229, 229, 0.32);
}

.node-final {
  right: 24px;
  bottom: 34px;
  width: min(210px, 46%);
  border-color: rgba(248, 168, 9, 0.45);
}

.workflow-connector {
  position: absolute;
  top: 122px;
  left: 138px;
  width: 48%;
  height: 150px;
  border: 1px solid rgba(248, 168, 9, 0.42);
  border-left: 0;
  border-bottom: 0;
}

.workflow-connector::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 8px rgba(248, 168, 9, 0.13);
}

.insight-panel {
  padding: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
}

.insight-panel h3 {
  margin: 1rem 0 1.25rem;
  color: var(--white);
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.insight-row {
  padding: 0.85rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.insight-row span,
.insight-row strong {
  display: block;
}

.insight-row span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
}

.insight-row strong {
  margin-top: 0.2rem;
  color: var(--white);
}

.floating-note {
  position: absolute;
  z-index: 3;
  width: 190px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(7, 34, 58, 0.88);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
}

.floating-note span,
.floating-note strong {
  display: block;
}

.floating-note span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.floating-note strong {
  margin-top: 0.25rem;
  color: var(--white);
}

.note-one {
  left: 2px;
  bottom: 54px;
}

.note-two {
  right: 14px;
  top: auto;
  bottom: 26px;
}

.console-window .status-pill {
  color: rgba(255, 255, 255, 0.78);
}

.card-topline {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
}

.card-topline span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--yellow);
}

.card-topline span:nth-child(2) {
  background: var(--mercury);
}

.card-topline span:nth-child(3) {
  background: var(--yellow-soft);
}

.pathway-step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 1rem;
  align-items: center;
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.pathway-step b {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--surface);
  color: var(--yellow);
}

.pathway-step strong,
.pathway-step small {
  display: block;
}

.pathway-step small {
  margin-top: 4px;
  color: var(--muted);
}

.pathway-step.active {
  border-color: color-mix(in srgb, var(--yellow) 70%, transparent);
  background: rgba(248, 168, 9, 0.12);
}

.mini-dashboard,
.metrics-grid,
.course-list {
  display: grid;
  gap: 1rem;
}

.mini-dashboard {
  grid-template-columns: 1fr 1fr;
  margin-top: 1.2rem;
}

.mini-dashboard div,
.metrics-grid div,
.course-list div {
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
}

.mini-dashboard span,
.metrics-grid span,
.course-list span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
}

.mini-dashboard strong,
.metrics-grid strong,
.course-list strong {
  display: block;
  margin-top: 0.28rem;
  color: var(--text);
}

.signal-board {
  position: absolute;
  right: 0;
  bottom: 24px;
  width: 58%;
  min-width: 280px;
  height: 170px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 18px, rgba(248, 168, 9, 0.22) 19px, transparent 20px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  opacity: 0.9;
}

.signal-dot {
  position: absolute;
  top: 36px;
  left: 34px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--yellow);
  animation: pulse 2.4s ease-in-out infinite;
}

.signal-line {
  position: absolute;
  left: 74px;
  top: 43px;
  width: 58%;
  height: 8px;
  border-radius: 999px;
  background: var(--surface-strong);
}

.signal-line.short {
  top: 82px;
  width: 38%;
}

.ticker {
  position: relative;
  overflow: hidden;
  contain: layout paint;
  max-width: 100vw;
  min-height: 58px;
  border-block: 1px solid var(--border);
  background: var(--midnight);
  color: var(--white);
}

.ticker-track {
  position: absolute;
  inset: 0 auto 0 0;
  display: flex;
  justify-content: center;
  width: 100%;
  animation: none;
}

.ticker span:nth-child(n + 6) {
  display: none;
}

.ticker span {
  display: inline-block;
  padding: 1rem 2rem;
  color: var(--yellow);
  font-weight: 700;
  text-transform: uppercase;
}

.split-section,
.course-section,
.proof-section,
.cta-section,
.event-types {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.section-copy p,
.proof-copy p,
.cta-copy p,
.course-panel p,
.section-heading p {
  max-width: 650px;
}

.feature-grid,
.offer-grid {
  display: grid;
  gap: 1rem;
}

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

.feature-card,
.offer-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
}

.feature-card {
  padding: 1.25rem;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 1.2rem;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--black);
  font-weight: 700;
}

.offer-band {
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100% - 1180px) / 2));
  background: var(--midnight);
  color: var(--white);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 2rem;
}

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

.offer-card {
  min-height: 310px;
  padding: 1.4rem;
}

.offer-card span {
  color: var(--yellow);
  font-weight: 700;
  text-transform: uppercase;
}

.offer-card h3 {
  margin-top: 0.8rem;
  font-size: 2rem;
}

.offer-card a {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--yellow);
  font-weight: 700;
}

.offer-card.highlighted {
  border-color: var(--yellow);
  background: rgba(248, 168, 9, 0.12);
}

.course-panel {
  padding: clamp(24px, 4vw, 44px);
}

.course-list {
  align-self: stretch;
}

.metrics-grid {
  grid-template-columns: 1fr;
}

.metrics-grid strong {
  color: var(--yellow);
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.cta-section {
  align-items: center;
  margin-bottom: 32px;
  padding: clamp(38px, 6vw, 72px);
  border: 1px solid var(--border);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(248, 168, 9, 0.16), var(--surface));
}

.site-footer {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  margin: auto 0 0;
  padding: 30px max(24px, calc((100vw - 1180px) / 2)) 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 78% 0, rgba(248, 168, 9, 0.08), transparent 22rem),
    rgba(2, 7, 12, 0.88);
  color: var(--muted);
}

.site-footer strong {
  color: var(--text);
}

.site-footer p {
  margin: 0.3rem 0 0;
  font-size: 0.95rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
}

.events-hero {
  min-height: auto;
}

.event-summary-card {
  padding: clamp(24px, 4vw, 44px);
}

.event-summary-card h2 {
  margin-top: 1rem;
}

.event-summary-card ul {
  display: grid;
  gap: 0.7rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.event-summary-card li {
  color: var(--muted);
}

.event-summary-card li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--yellow);
}

.event-types {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 0;
}

.widget-section {
  padding-top: 28px;
}

.humanitix-frame {
  min-height: 360px;
  padding: clamp(18px, 3vw, 32px);
}

.widget-placeholder {
  display: grid;
  place-items: start;
  align-content: center;
  min-height: 300px;
  padding: clamp(22px, 4vw, 44px);
  border: 1px dashed color-mix(in srgb, var(--yellow) 55%, var(--border));
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 24px, rgba(248, 168, 9, 0.08) 25px, transparent 26px),
    var(--surface);
}

.widget-placeholder h3 {
  max-width: 640px;
  margin-top: 1rem;
  font-size: clamp(1.8rem, 3.4vw, 3.5rem);
}

.widget-placeholder p {
  max-width: 620px;
}

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

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

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@keyframes headlineRise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes accentDraw {
  to {
    transform: scaleX(1);
  }
}

@keyframes heroGlow {
  0%,
  100% {
    opacity: 0.72;
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate3d(-18px, 16px, 0) scale(1.08);
  }
}

@keyframes particleFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.45;
  }
  50% {
    transform: translate3d(16px, -22px, 0);
    opacity: 1;
  }
}

@keyframes lineDrift {
  0%,
  100% {
    opacity: 0.18;
  }
  50% {
    opacity: 0.64;
  }
}

@keyframes softPulse {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(248, 168, 9, 0);
  }
  50% {
    box-shadow: 0 0 52px rgba(248, 168, 9, 0.12);
  }
}

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(248, 168, 9, 0.42);
  }
  50% {
    box-shadow: 0 0 0 18px rgba(248, 168, 9, 0);
  }
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 10px 16px;
  }

  .main-nav {
    order: 3;
    width: 100%;
    flex-wrap: wrap;
    overflow: visible;
    padding-top: 0.3rem;
  }

  .nav-menu {
    left: 0;
    transform: translate(0, 8px);
  }

  .nav-dropdown:hover .nav-menu,
  .nav-dropdown:focus-within .nav-menu {
    transform: translate(0, 0);
  }

  .hero,
  .split-section,
  .course-section,
  .proof-section,
  .cta-section {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
  }

  .product-stage {
    min-height: 560px;
  }

  .console-body {
    grid-template-columns: 52px 1fr;
  }

  .insight-panel {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }

  .signal-board {
    display: none;
  }

  .feature-grid,
  .offer-grid,
  .page-grid,
  .path-grid,
  .metric-band,
  .agenda-grid,
  .pricing-grid,
  .event-types {
    grid-template-columns: 1fr;
  }

  .path-card,
  .path-card:nth-child(1),
  .path-card:nth-child(2) {
    grid-column: auto;
  }

  .board-grid,
  .board-canvas {
    grid-template-columns: 1fr;
  }

  .board-sidebar {
    display: flex;
    flex-wrap: wrap;
  }

  .two-column {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    width: 100%;
    margin-top: 0;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 136px;
  }

  .brand small {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .button {
    width: 100%;
  }

  .button-small {
    width: auto;
    min-width: 92px;
  }

  .section {
    width: min(100% - 20px, 1180px);
    padding-block: 58px;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 5.2rem);
  }

  .mini-dashboard,
  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-pill-row {
    align-items: stretch;
    flex-direction: column;
    border-radius: 8px;
  }

  .hero-pill-row span,
  .hero-pill-row strong {
    white-space: normal;
  }

  .proof-strip {
    align-items: stretch;
    flex-direction: column;
    gap: 0.7rem;
    text-align: center;
  }

  .proof-strip span::after {
    display: none;
  }

  .product-stage {
    min-height: auto;
    padding: 12px;
  }

  .product-stage::after {
    inset: 10px;
  }

  .giga-board {
    min-height: auto;
    padding: 14px;
  }

  .board-top {
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
  }

  .board-top a {
    width: 100%;
    text-align: center;
  }

  .board-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .console-toolbar {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 1rem;
  }

  .toolbar-tabs {
    flex-wrap: wrap;
  }

  .console-body {
    grid-template-columns: 1fr;
  }

  .console-rail {
    display: none;
  }

  .workflow-canvas {
    display: grid;
    gap: 0.85rem;
    min-height: auto;
  }

  .workflow-node,
  .node-primary,
  .node-side,
  .node-final,
  .workflow-node:not(.node-primary):not(.node-side):not(.node-final) {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .workflow-connector,
  .floating-note {
    display: none;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

.minimal-home {
  background:
    radial-gradient(circle at 50% 0, rgba(248, 168, 9, 0.14), transparent 34rem),
    linear-gradient(180deg, #02070c 0%, var(--midnight) 58%, #02070c 100%);
  color: var(--white);
}

.minimal-home::before {
  background-image:
    var(--hex-pattern),
    radial-gradient(circle at 50% 6%, rgba(248, 168, 9, 0.12), transparent 32rem),
    linear-gradient(180deg, rgba(7, 34, 58, 0.18), transparent 62%);
  background-position: center top, center top, center top;
  background-size: 168px 96px, 100% 100%, 100% 100%;
  opacity: 0.22;
}

.minimal-home .site-header {
  background: rgba(2, 7, 12, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.minimal-home .brand-picture {
  background-image: url("assets/ai-masters-logo-dark.webp");
}

.minimal-home .nav-link,
.minimal-home .nav-trigger {
  color: rgba(255, 255, 255, 0.78);
}

.minimal-home .icon-button {
  color: var(--yellow);
}

.minimal-home .site-footer {
  color: rgba(255, 255, 255, 0.66);
}

.minimal-home .site-footer strong {
  color: var(--white);
}

.minimal-home .main-nav {
  gap: clamp(1rem, 2.6vw, 2.4rem);
}

.minimal-home .button {
  border-radius: 999px;
}

.minimal-home .button-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.minimal-announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 14px auto 0;
  width: min(1220px, calc(100% - 32px));
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
  font-weight: 700;
  text-align: center;
}

.screenshot-hero {
  width: min(1260px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(70px, 9vw, 118px) 0 clamp(52px, 7vw, 94px);
  text-align: center;
}

.screenshot-hero .minimal-hero-copy {
  max-width: 860px;
}

.screenshot-hero h1 {
  max-width: 860px;
  margin: 1rem auto 0;
  color: var(--white);
  font-size: clamp(4rem, 9vw, 8.4rem);
  line-height: 0.94;
}

.screenshot-hero p {
  max-width: 680px;
  margin: 1.2rem auto 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.12rem, 1.8vw, 1.38rem);
}

.screenshot-stage {
  --hero-card-height: clamp(300px, 28vw, 365px);
  --phone-x: -503px;
  --phone-y: 0px;
  --phone-scale: 1;
  --phone-rotate: 0deg;
  --dojo-x: -170px;
  --dojo-y: 0px;
  --dojo-scale: 1;
  --dojo-rotate: 0deg;
  --peer-x: 333px;
  --peer-y: 0px;
  --peer-scale: 1;
  --peer-rotate: 0deg;
  position: relative;
  display: block;
  height: calc(var(--hero-card-height) + clamp(108px, 8vw, 132px));
  margin-top: clamp(38px, 5vw, 64px);
  isolation: isolate;
}

.screenshot-stage::before {
  content: "";
  display: none;
}

.screenshot-stage::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 8%;
  right: 8%;
  bottom: 0;
  height: 42%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 78%, rgba(248, 168, 9, 0.12), transparent 58%);
  filter: blur(16px);
  pointer-events: none;
}

.screen-card {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: clamp(54px, 5vw, 68px);
  overflow: visible;
  border: 4px solid var(--midnight);
  border-radius: 8px;
  background: var(--white);
  box-shadow:
    0 0 36px rgba(248, 168, 9, 0.1),
    0 28px 80px rgba(0, 0, 0, 0.34);
  text-align: left;
  animation: none;
  transform-origin: center bottom;
  will-change: transform;
}

.phone-shot {
  min-height: 438px;
  padding: 1rem;
  border-radius: 28px;
  background: var(--black);
  color: var(--white);
  animation-delay: -1.2s;
}

.phone-lms-shot {
  z-index: 4;
  width: clamp(165px, 14vw, 190px);
  height: var(--hero-card-height);
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 34px;
  background: transparent;
  box-shadow:
    0 0 32px rgba(248, 168, 9, 0.12),
    0 24px 62px rgba(0, 0, 0, 0.28);
  transform: translate3d(calc(-50% + var(--phone-x)), var(--phone-y), 0) scale(var(--phone-scale)) rotate(var(--phone-rotate));
}

.phone-lms-shot img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border-radius: inherit;
  object-fit: cover;
  object-position: 50% 50%;
}

.hero-photo-shot {
  z-index: 2;
  background: var(--black);
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow:
    0 0 40px rgba(248, 168, 9, 0.1),
    0 30px 86px rgba(0, 0, 0, 0.36);
}

.hero-photo-shot img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border-radius: 4px;
  object-fit: cover;
}

.screenshot-caption {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  display: grid;
  gap: 0.2rem;
  width: min(100%, 320px);
  text-align: center;
  transform: translateX(-50%);
}

.platform-shot .screenshot-caption {
  width: min(100%, 360px);
}

.screenshot-caption strong {
  color: var(--white);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  font-weight: 800;
}

.screenshot-caption span {
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(0.84rem, 0.92vw, 0.96rem);
  line-height: 1.32;
}

.hero-pace-title {
  margin-top: clamp(22px, 4vw, 46px);
}

.hero-pace-title h2 {
  max-width: 12ch;
  margin: 0 auto;
  color: var(--white);
  font-size: clamp(2.4rem, 5vw, 5.4rem);
  line-height: 0.96;
}

.hero-pace-title h2 span {
  color: var(--yellow);
}

.dojo-hero-shot img {
  object-position: 48% 50%;
}

.peer-hero-shot img {
  object-position: 50% 50%;
}

.phone-bar,
.screen-topbar,
.boardroom-row,
.course-card-row,
.workflow-columns {
  display: flex;
}

.phone-bar {
  justify-content: space-between;
  margin-bottom: 1.2rem;
  font-weight: 700;
}

.phone-bar span:last-child {
  width: 44px;
  height: 10px;
  margin-top: 3px;
  border-radius: 999px;
  background: var(--white);
}

.screen-kicker {
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.phone-shot h3,
.course-feature-mock h3 {
  margin-top: 0.6rem;
  font-size: 1.55rem;
}

.phone-shot p,
.course-feature-mock p,
.workflow-columns p {
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
  line-height: 1.35;
}

.phone-option {
  margin-top: 0.8rem;
  padding: 0.85rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
}

.phone-shot button {
  width: 100%;
  min-height: 46px;
  margin-top: 1rem;
  border: 0;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--black);
  font: inherit;
  font-weight: 700;
}

.course-shot {
  min-height: 430px;
  animation-delay: -2.8s;
}

.platform-shot {
  min-height: 430px;
  animation-delay: -4.1s;
}

.course-shot.hero-photo-shot,
.platform-shot.hero-photo-shot {
  width: clamp(340px, 31vw, 400px);
  height: var(--hero-card-height);
  aspect-ratio: auto;
  min-height: 0;
}

.course-shot.hero-photo-shot {
  transform: translate3d(calc(-50% + var(--dojo-x)), var(--dojo-y), 0) scale(var(--dojo-scale)) rotate(var(--dojo-rotate));
}

.platform-shot.hero-photo-shot {
  z-index: 3;
  width: clamp(430px, 40vw, 530px);
  aspect-ratio: auto;
  transform: translate3d(calc(-50% + var(--peer-x)), var(--peer-y), 0) scale(var(--peer-scale)) rotate(var(--peer-rotate));
}

.screen-topbar {
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border-bottom: 1px solid rgba(7, 34, 58, 0.12);
}

.screen-topbar span {
  color: rgba(7, 34, 58, 0.58);
  font-size: 0.86rem;
  font-weight: 700;
}

.course-feature-mock {
  display: grid;
  grid-template-columns: 1fr 132px;
  gap: 1rem;
  margin: 1rem;
  padding: 1rem;
  border: 1px solid rgba(7, 34, 58, 0.1);
  border-radius: 8px;
  background: rgba(248, 168, 9, 0.16);
}

.course-feature-mock span {
  color: var(--midnight);
  font-size: 0.82rem;
  font-weight: 700;
}

.course-person {
  display: grid;
  place-items: end center;
  min-height: 118px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.9) 0 24%, transparent 25%),
    linear-gradient(180deg, var(--midnight) 0 44%, var(--yellow) 45% 100%);
}

.course-person span,
.avatar-tile {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--midnight);
  color: var(--yellow);
  font-weight: 700;
}

.course-card-row {
  gap: 0.75rem;
  padding: 0 1rem 1rem;
}

.course-card-row article {
  flex: 1;
  min-height: 150px;
  padding: 0.85rem;
  border: 1px solid rgba(7, 34, 58, 0.1);
  border-radius: 8px;
}

.course-card-row article > span {
  display: block;
  height: 62px;
  margin-bottom: 0.8rem;
  border-radius: 8px;
  background:
    linear-gradient(135deg, var(--yellow), rgba(229, 229, 229, 0.8)),
    var(--mercury);
}

.course-card-row strong,
.course-card-row small {
  display: block;
}

.course-card-row small {
  margin-top: 0.45rem;
  color: var(--yellow);
  font-weight: 700;
}

.boardroom-row {
  gap: 0.7rem;
  padding: 1rem;
}

.avatar-tile {
  width: 72px;
  height: 72px;
  border-radius: 8px;
}

.workflow-columns {
  gap: 0.85rem;
  padding: 0 1rem 1rem;
}

.workflow-columns section {
  flex: 1;
  min-height: 260px;
  padding: 0.9rem;
  border: 1px solid rgba(7, 34, 58, 0.1);
  border-radius: 8px;
  background: rgba(229, 229, 229, 0.36);
}

.workflow-columns strong {
  display: block;
  color: var(--midnight);
}

.workflow-columns p {
  padding: 0.7rem;
  border-radius: 8px;
  background: var(--white);
  color: rgba(7, 34, 58, 0.72);
}

@keyframes screenFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.minimal-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(72px, 10vw, 132px) 0 clamp(54px, 8vw, 96px);
  text-align: center;
}

.minimal-hero-copy {
  max-width: 1000px;
  margin: 0 auto;
}

.minimal-pill {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 0.95rem;
  border: 1px solid rgba(248, 168, 9, 0.28);
  border-radius: 999px;
  background: rgba(248, 168, 9, 0.08);
  color: var(--yellow);
  font-size: 0.9rem;
  font-weight: 700;
}

.minimal-hero h1 {
  max-width: none;
  margin: 1.2rem auto 0;
  color: var(--white);
  font-size: clamp(4.2rem, 11vw, 10.5rem);
  line-height: 0.92;
}

.minimal-hero p {
  max-width: 620px;
  margin: 1.2rem auto 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
}

.minimal-product {
  overflow: hidden;
  width: min(980px, 100%);
  margin: clamp(42px, 6vw, 72px) auto 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0, rgba(248, 168, 9, 0.16), transparent 44%),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.38);
}

.minimal-product-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.66);
  text-align: left;
}

.minimal-product-bar strong {
  color: var(--white);
}

.minimal-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.minimal-product-grid article {
  min-height: 220px;
  padding: clamp(1.1rem, 3vw, 1.7rem);
  background: rgba(2, 10, 18, 0.84);
  text-align: left;
}

.minimal-product-grid span,
.minimal-section-heading span,
.minimal-final span {
  color: var(--yellow);
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
}

.minimal-product-grid strong {
  display: block;
  margin-top: 2.4rem;
  color: var(--white);
  font-size: clamp(1.7rem, 3.2vw, 3rem);
}

.minimal-product-grid p {
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.66);
}

.minimal-strip {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 4vw, 3rem);
  padding: 1.1rem 16px;
  border-block: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  text-transform: uppercase;
}

.minimal-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(70px, 10vw, 116px) 0;
}

.minimal-section-heading {
  display: grid;
  justify-items: center;
  gap: 0.8rem;
  margin-bottom: 2rem;
  text-align: center;
}

.minimal-section-heading h2,
.minimal-final h2 {
  color: var(--white);
  font-size: clamp(2.6rem, 6vw, 5.8rem);
}

.minimal-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.minimal-card {
  min-height: 250px;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.minimal-card h3 {
  color: var(--white);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.minimal-card p {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.minimal-card a {
  display: inline-flex;
  margin-top: 1.2rem;
  color: var(--yellow);
  font-weight: 700;
}

.offer-pathway {
  width: min(1260px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(76px, 10vw, 128px) 0;
}

.offer-pathway-heading {
  display: grid;
  justify-items: center;
  gap: 0.9rem;
  max-width: 1020px;
  margin: 0 auto clamp(30px, 5vw, 62px);
  text-align: center;
}

.offer-pathway-heading span,
.offer-step {
  color: var(--yellow);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.offer-pathway-heading > span {
  font-size: clamp(1rem, 1.35vw, 1.28rem);
  font-weight: 800;
}

.offer-pathway-heading h2 {
  color: var(--white);
  font-size: clamp(2.6rem, 5.6vw, 5.7rem);
  line-height: 0.98;
}

.offer-pathway-heading p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1.04rem, 1.6vw, 1.24rem);
}

.offer-panel-stack {
  position: relative;
  display: block;
  padding-bottom: clamp(34px, 6vh, 72px);
  perspective: 1400px;
}

.offer-panel {
  --deal-y: 0px;
  --deal-rotate: 0deg;
  --deal-scale: 1;
  position: sticky;
  top: calc(84px + var(--stack-top, 0px));
  z-index: var(--stack-layer, 1);
  display: grid;
  grid-template-columns: minmax(250px, 0.74fr) minmax(0, 1.46fr);
  align-items: center;
  gap: clamp(22px, 4vw, 58px);
  overflow: hidden;
  min-height: 480px;
  margin-bottom: clamp(96px, 18vh, 190px);
  padding: clamp(20px, 3.2vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 14%, rgba(248, 168, 9, 0.18), transparent 28rem),
    linear-gradient(135deg, rgba(10, 37, 61, 0.98), rgba(2, 7, 12, 0.98));
  transform-origin: 50% 12%;
  transition:
    box-shadow 220ms ease,
    border-color 220ms ease;
  will-change: transform;
  box-shadow:
    0 0 52px rgba(248, 168, 9, 0.08),
    0 36px 110px rgba(0, 0, 0, 0.36);
}

.offer-panel-stack.is-deck-ready .offer-panel {
  transform: translate3d(0, var(--deal-y), 0) rotate(var(--deal-rotate)) scale(var(--deal-scale));
}

.offer-panel:last-child {
  margin-bottom: 0;
}

.offer-panel:nth-child(1) {
  --stack-layer: 1;
  --stack-top: 0px;
  --deal-rotate: -2.2deg;
}

.offer-panel:nth-child(2) {
  --stack-layer: 2;
  --stack-top: 16px;
  --deal-rotate: 1.5deg;
}

.offer-panel:nth-child(3) {
  --stack-layer: 3;
  --stack-top: 32px;
  --deal-rotate: -0.9deg;
}

.offer-panel:nth-child(even) {
  grid-template-columns: minmax(0, 1.46fr) minmax(250px, 0.74fr);
}

.offer-panel:nth-child(even) .offer-panel-copy {
  order: 2;
}

.offer-panel:nth-child(even) .offer-visual {
  order: 1;
}

.offer-panel-copy {
  position: relative;
  z-index: 2;
}

.offer-panel h3 {
  margin-top: 0.8rem;
  color: var(--white);
  font-size: clamp(2.2rem, 4.8vw, 4.8rem);
  line-height: 0.98;
}

.offer-panel p {
  max-width: 360px;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.06rem;
}

.offer-panel a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 1.35rem;
  color: var(--yellow);
  font-weight: 700;
}

.offer-visual {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0, rgba(248, 168, 9, 0.18), transparent 28rem),
    var(--black);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.offer-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) saturate(0) contrast(1.08) brightness(0.7);
  opacity: 0.78;
}

.workshop-visual img {
  object-position: 52% 50%;
  filter: contrast(1.04) brightness(0.78);
  opacity: 1;
}

.workshop-visual .visual-tint {
  background:
    linear-gradient(90deg, rgba(2, 7, 12, 0.66), rgba(7, 34, 58, 0.2) 52%, rgba(248, 168, 9, 0.08)),
    radial-gradient(circle at 80% 18%, rgba(248, 168, 9, 0.16), transparent 15rem);
}

.dojo-visual img {
  object-position: 50% 50%;
  filter: contrast(1.04) brightness(0.78);
  opacity: 1;
}

.dojo-visual .visual-tint {
  background:
    linear-gradient(90deg, rgba(2, 7, 12, 0.62), rgba(7, 34, 58, 0.18) 54%, rgba(248, 168, 9, 0.08)),
    radial-gradient(circle at 80% 18%, rgba(248, 168, 9, 0.14), transparent 15rem);
}

.visual-tint {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 7, 12, 0.86), rgba(7, 34, 58, 0.42) 46%, rgba(248, 168, 9, 0.18)),
    radial-gradient(circle at 78% 18%, rgba(248, 168, 9, 0.28), transparent 16rem);
}

.workshop-board,
.dojo-window,
.boardroom-screen {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(2, 7, 12, 0.82);
  color: var(--white);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(16px);
}

.workshop-board {
  right: clamp(18px, 4vw, 44px);
  bottom: clamp(18px, 4vw, 44px);
  display: grid;
  width: min(300px, calc(100% - 36px));
  gap: 0.7rem;
  padding: 1rem;
}

.workshop-board strong,
.dojo-window strong,
.boardroom-screen strong {
  color: var(--white);
  font-size: 1rem;
}

.workshop-board span,
.dojo-window > span,
.boardroom-screen span {
  display: flex;
  align-items: center;
  min-height: 34px;
  padding: 0 0.8rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 700;
}

.workshop-board span::before,
.dojo-window > span::before,
.boardroom-screen span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 0.55rem;
  border-radius: 50%;
  background: var(--yellow);
}

.dojo-window {
  right: clamp(18px, 4vw, 42px);
  bottom: clamp(18px, 4vw, 42px);
  display: grid;
  width: min(300px, calc(100% - 36px));
  gap: 0.7rem;
  padding: 1rem;
  overflow: visible;
}


.boardroom-visual {
  background:
    radial-gradient(circle at 50% 58%, rgba(248, 168, 9, 0.28), transparent 18rem),
    linear-gradient(180deg, var(--midnight), var(--black));
}

.boardroom-visual::before {
  display: none;
}

.boardroom-visual img {
  object-position: 50% 50%;
  filter: contrast(1.04) brightness(0.82);
  opacity: 1;
}

.boardroom-visual .visual-tint {
  background:
    linear-gradient(90deg, rgba(2, 7, 12, 0.58), rgba(7, 34, 58, 0.16) 56%, rgba(248, 168, 9, 0.08)),
    radial-gradient(circle at 78% 18%, rgba(248, 168, 9, 0.14), transparent 15rem);
}

.boardroom-screen {
  top: auto;
  right: clamp(18px, 4vw, 42px);
  bottom: clamp(18px, 4vw, 42px);
  left: auto;
  z-index: 2;
  display: grid;
  width: min(300px, calc(100% - 36px));
  gap: 0.7rem;
  padding: 1rem;
}

.minimal-final {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 36px;
  padding: clamp(32px, 6vw, 64px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(248, 168, 9, 0.09);
}

.minimal-final h2 {
  margin-top: 0.6rem;
  color: var(--white);
}

@media (max-width: 980px) {
  .minimal-card-grid,
  .minimal-product-grid {
    grid-template-columns: 1fr;
  }

  .offer-panel,
  .offer-panel:nth-child(even) {
    position: relative;
    top: auto;
    grid-template-columns: 1fr;
    min-height: 0;
    margin-bottom: 0;
    opacity: 1;
    transform: none;
  }

  .offer-panel-stack {
    display: grid;
    gap: clamp(20px, 3.2vw, 42px);
    padding-bottom: 0;
    perspective: none;
  }

  .offer-panel-stack.is-deck-ready .offer-panel {
    opacity: 1;
    transform: none;
  }

  .offer-panel:nth-child(even) .offer-panel-copy,
  .offer-panel:nth-child(even) .offer-visual {
    order: initial;
  }

  .offer-visual {
    min-height: 360px;
  }

  .minimal-final {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .minimal-home .main-nav {
    gap: 0.85rem;
  }

  .minimal-hero {
    width: min(100% - 20px, 1180px);
    padding-top: 54px;
  }

  .minimal-hero h1 {
    font-size: clamp(3.2rem, 18vw, 5.2rem);
  }

  .minimal-product-bar,
  .minimal-strip {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }

  .minimal-section,
  .offer-pathway,
  .minimal-final {
    width: min(100% - 20px, 1180px);
  }

  .offer-panel {
    padding: 1rem;
  }

  .offer-pathway-heading h2 {
    font-size: clamp(2.35rem, 13vw, 4.4rem);
  }

  .offer-panel h3 {
    font-size: clamp(2rem, 12vw, 3.6rem);
  }

  .offer-visual {
    min-height: 320px;
    border-width: 3px;
  }

  .dojo-video-grid {
    grid-template-columns: 1fr;
  }

  .dojo-video-grid div:first-child {
    min-height: 110px;
  }

  .boardroom-screen {
    top: 14px;
    right: 14px;
    bottom: auto;
    left: 14px;
    width: auto;
  }
}

@media (max-width: 980px) {
  .screenshot-stage {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 720px;
    height: auto;
    min-height: 0;
    margin-inline: auto;
  }

  .screenshot-stage::before {
    display: none;
  }

  .phone-shot {
    width: min(320px, 100%);
    margin: 0 auto;
  }

  .screenshot-stage .screen-card,
  .phone-lms-shot,
  .course-shot.hero-photo-shot,
  .platform-shot.hero-photo-shot {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
  }

  .screenshot-caption {
    position: static;
    width: 100%;
    margin-top: 0.9rem;
    transform: none;
  }

  .screenshot-stage .screen-card + .screen-card {
    margin-top: 4rem;
  }

  .phone-lms-shot {
    height: 560px;
  }

  .course-shot.hero-photo-shot,
  .platform-shot.hero-photo-shot {
    width: 100%;
  }

  .course-shot,
  .platform-shot {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .minimal-announcement {
    width: min(100% - 20px, 1180px);
    padding: 0.6rem 0.8rem;
    font-size: 0.92rem;
  }

  .screenshot-hero {
    width: min(100% - 20px, 1180px);
    padding-top: 54px;
  }

  .screenshot-hero h1 {
    font-size: clamp(3rem, 17vw, 5.3rem);
  }

  .course-feature-mock,
  .course-card-row,
  .workflow-columns,
  .screen-topbar {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .course-card-row,
  .workflow-columns {
    display: grid;
  }
}

body.minimal-page {
  background:
    radial-gradient(circle at 50% 5%, rgba(248, 168, 9, 0.11), transparent 30rem),
    linear-gradient(180deg, #02070c 0%, #041522 44%, #03101a 100%),
    var(--bg);
}

body.minimal-page::before {
  opacity: 0.2;
}

.minimal-page .reveal,
.minimal-home .reveal {
  opacity: 1;
  transform: none;
}

.minimal-page main {
  position: relative;
  z-index: 1;
}

.minimal-page .section {
  width: min(1180px, calc(100% - 32px));
  padding: clamp(46px, 6.5vw, 86px) 0;
}

.minimal-page .page-hero,
.minimal-page .events-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  align-items: center;
  gap: clamp(24px, 4vw, 58px);
  min-height: auto;
  padding-top: clamp(58px, 8vw, 104px);
  padding-bottom: clamp(40px, 5.5vw, 72px);
}

.minimal-page main > .section.page-hero:not(.hero) {
  display: block;
}

.minimal-page .hero-copy,
.minimal-page .section-heading,
.minimal-page .cta-copy {
  max-width: 760px;
}

.minimal-page .section-heading {
  margin-bottom: clamp(24px, 4vw, 44px);
}

.minimal-page .eyebrow,
.minimal-page .status-pill,
.minimal-page .feature-icon,
.minimal-page .agenda-item span,
.minimal-page .pricing-card span,
.minimal-page .course-row-header a,
.minimal-page .page-card a {
  color: var(--yellow);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.minimal-page h1 {
  max-width: 13ch;
  color: var(--white);
  font-size: clamp(3rem, 5.8vw, 6.4rem);
  line-height: 0.94;
}

.minimal-page h1 span,
.minimal-page h2 span {
  color: var(--yellow);
  background: none;
  -webkit-text-fill-color: currentColor;
}

.minimal-page h2 {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.98;
}

.minimal-page h3 {
  color: var(--white);
}

.minimal-page .hero-text,
.minimal-page .section-heading p,
.minimal-page .cta-copy p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.7);
}

.minimal-page .button-row {
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.35rem;
}

.minimal-page .hero-visual,
.minimal-page .event-summary-card,
.minimal-page .product-stage,
.minimal-page .console-window,
.minimal-page .hero-photo-card,
.minimal-page .person-band,
.minimal-page .course-feature,
.minimal-page .humanitix-frame,
.minimal-page .widget-placeholder,
.minimal-page .feature-card,
.minimal-page .page-card,
.minimal-page .agenda-item,
.minimal-page .pricing-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 12%, rgba(248, 168, 9, 0.14), transparent 22rem),
    linear-gradient(135deg, rgba(10, 37, 61, 0.96), rgba(2, 7, 12, 0.96));
  box-shadow:
    0 0 50px rgba(248, 168, 9, 0.06),
    0 28px 90px rgba(0, 0, 0, 0.3);
}

.minimal-page .hero-visual {
  overflow: hidden;
}

.minimal-page .hero-photo-card,
.minimal-page .person-band {
  min-height: clamp(330px, 36vw, 430px);
}

.minimal-page .hero-photo-card img,
.minimal-page .person-band img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(330px, 36vw, 430px);
  object-fit: cover;
  filter: contrast(1.04) brightness(0.82);
}

.minimal-page .hero-photo-card::after {
  background:
    linear-gradient(90deg, rgba(2, 7, 12, 0.58), rgba(7, 34, 58, 0.16) 56%, rgba(248, 168, 9, 0.08)),
    radial-gradient(circle at 78% 18%, rgba(248, 168, 9, 0.14), transparent 15rem);
}

.minimal-page .photo-caption,
.minimal-page .insight-panel,
.minimal-page .workshop-board,
.minimal-page .dojo-window,
.minimal-page .boardroom-screen {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(2, 7, 12, 0.84);
  backdrop-filter: blur(16px);
}

.minimal-page .product-stage {
  padding: clamp(12px, 2vw, 20px);
}

.minimal-page .console-window {
  overflow: hidden;
  min-height: 420px;
  background:
    radial-gradient(circle at 70% 20%, rgba(248, 168, 9, 0.12), transparent 18rem),
    rgba(2, 7, 12, 0.88);
}

.minimal-page .console-toolbar,
.minimal-page .screen-topbar {
  border-bottom-color: rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.04);
}

.minimal-page .workflow-node,
.minimal-page .insight-row,
.minimal-page .course-meta span,
.minimal-page .course-tile-body,
.minimal-page .widget-placeholder,
.minimal-page .detail-list li {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.065);
  color: rgba(255, 255, 255, 0.78);
}

.minimal-page .page-grid,
.minimal-page .agenda-grid,
.minimal-page .pricing-grid,
.minimal-page .event-types {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.minimal-page .event-types {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.minimal-page .page-card,
.minimal-page .agenda-item,
.minimal-page .pricing-card,
.minimal-page .feature-card {
  min-height: 210px;
  padding: clamp(1.1rem, 2.4vw, 1.6rem);
}

.minimal-page .page-card h3,
.minimal-page .agenda-item h3,
.minimal-page .pricing-card h3,
.minimal-page .feature-card h2 {
  margin-top: 0.75rem;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.08;
}

.minimal-page .page-card p,
.minimal-page .agenda-item p,
.minimal-page .pricing-card p,
.minimal-page .feature-card p {
  color: rgba(255, 255, 255, 0.68);
}

.minimal-page .two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
}

.minimal-page .detail-list {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.minimal-page .detail-list li {
  padding: 1rem;
}

.minimal-page .detail-list strong {
  display: block;
  margin-bottom: 0.28rem;
  color: var(--white);
}

.minimal-page .content-band,
.minimal-page .cta-section {
  width: min(1180px, calc(100% - 32px));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 14%, rgba(248, 168, 9, 0.12), transparent 28rem),
    rgba(255, 255, 255, 0.045);
  padding-inline: clamp(18px, 4vw, 46px);
}

.minimal-page .cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 36px;
}

.minimal-page .course-feature {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(22px, 4vw, 48px);
  overflow: hidden;
  padding: clamp(18px, 3vw, 34px);
}

.minimal-page .course-thumb {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  border: 4px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  background: var(--black);
}

.minimal-page .course-thumb img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  filter: contrast(1.04) brightness(0.76);
}

.minimal-page .course-thumb strong {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: var(--white);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

.minimal-page .course-meta,
.minimal-page .course-carousel {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.minimal-page .course-meta span {
  min-height: 34px;
  padding: 0.48rem 0.7rem;
  font-weight: 700;
}

.minimal-page .rating {
  color: var(--yellow);
  font-weight: 700;
}

.minimal-page .course-row {
  margin-top: clamp(26px, 5vw, 58px);
}

.minimal-page .course-row-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.minimal-page .course-row-header h2 {
  font-size: clamp(1.9rem, 3.6vw, 3.4rem);
}

.minimal-page .course-carousel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.minimal-page .course-tile {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.minimal-page .tile-art {
  position: relative;
  min-height: 132px;
  background:
    radial-gradient(circle at 70% 20%, rgba(248, 168, 9, 0.26), transparent 9rem),
    linear-gradient(135deg, rgba(7, 34, 58, 0.92), rgba(2, 7, 12, 0.94));
}

.minimal-page .tile-art img {
  width: 100%;
  height: 132px;
  object-fit: cover;
  filter: contrast(1.03) brightness(0.72);
}

.minimal-page .tile-art span {
  position: absolute;
  left: 0.8rem;
  bottom: 0.75rem;
  color: var(--white);
  font-weight: 700;
}

.minimal-page .course-tile-body {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0.9rem;
}

.minimal-page .event-summary-card {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.minimal-page .event-summary-card ul {
  display: grid;
  gap: 0.7rem;
  padding: 0;
  margin: 1.2rem 0 0;
  list-style: none;
}

.minimal-page .event-summary-card li {
  padding: 0.7rem 0.85rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.minimal-page .event-summary-card li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 0.55rem;
  border-radius: 50%;
  background: var(--yellow);
}

.minimal-page .humanitix-frame,
.minimal-page .widget-placeholder {
  padding: clamp(18px, 4vw, 42px);
}

.minimal-page .site-footer {
  background:
    radial-gradient(circle at 78% 0, rgba(248, 168, 9, 0.08), transparent 22rem),
    rgba(2, 7, 12, 0.9);
}

.coach-hero .hero-copy {
  max-width: 790px;
}

.utility-hero {
  display: grid;
  place-items: center;
  min-height: clamp(430px, 56vh, 620px);
  text-align: center;
}

.utility-copy {
  display: grid;
  justify-items: center;
  max-width: 860px;
}

.utility-copy h1 {
  max-width: 12ch;
}

.not-found-hero .utility-copy h1 {
  max-width: 13ch;
}

.utility-link-section {
  padding-top: 0;
}

.utility-hero .reveal,
.utility-link-section .reveal {
  opacity: 1;
  transform: none;
}

.utility-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

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

.coach-hero h1 {
  max-width: 12ch;
}

.coach-hero-card,
.coach-statement,
.coach-kpi-grid div,
.coach-step,
.coach-form-card,
.coach-mini-note,
.coach-fit-grid article {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 80% 10%, rgba(248, 168, 9, 0.13), transparent 18rem),
    linear-gradient(135deg, rgba(10, 37, 61, 0.94), rgba(2, 7, 12, 0.94));
  box-shadow:
    0 0 48px rgba(248, 168, 9, 0.055),
    0 24px 70px rgba(0, 0, 0, 0.3);
}

.coach-hero-card {
  position: relative;
  overflow: hidden;
  margin-top: clamp(30px, 4vw, 58px);
  padding: clamp(24px, 4vw, 44px);
}

.coach-hero-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(248, 168, 9, 0.16);
  border-radius: 8px;
  pointer-events: none;
}

.coach-hero-card h2 {
  position: relative;
  margin: 1.15rem 0 1rem;
  font-size: clamp(2rem, 3.8vw, 3.9rem);
}

.coach-hero-card p,
.coach-statement p,
.coach-step p,
.coach-application-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.coach-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: clamp(22px, 4vw, 42px);
}

.coach-flow span {
  min-height: 72px;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.065);
  color: var(--white);
  font-weight: 800;
}

.coach-flow span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-bottom: 0.55rem;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 18px rgba(248, 168, 9, 0.5);
}

.coach-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: stretch;
  gap: clamp(18px, 3vw, 28px);
  padding-top: 0;
}

.coach-statement {
  padding: clamp(22px, 4vw, 42px);
}

.coach-statement h2 {
  max-width: 11ch;
  margin: 0.7rem 0 1rem;
}

.coach-kpi-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.coach-kpi-grid div {
  min-height: 128px;
  padding: clamp(18px, 3vw, 28px);
}

.coach-kpi-grid strong {
  display: block;
  color: var(--yellow);
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 0.9;
}

.coach-kpi-grid span {
  display: block;
  max-width: 24ch;
  margin-top: 0.65rem;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.coach-value-band {
  overflow: hidden;
}

.coach-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.coach-pathway {
  padding-bottom: clamp(24px, 4vw, 46px);
}

.coach-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.coach-step {
  min-height: 250px;
  padding: clamp(18px, 2.5vw, 26px);
}

.coach-step > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--black);
  font-weight: 900;
}

.coach-step h3,
.coach-fit-grid h3 {
  margin-bottom: 0.75rem;
}

.coach-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.coach-fit-grid article {
  padding: clamp(18px, 3vw, 28px);
}

.coach-application-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
  align-items: start;
  gap: clamp(22px, 5vw, 70px);
}

.coach-application-copy {
  position: sticky;
  top: 108px;
}

.coach-application-copy h2 {
  margin: 0.65rem 0 1rem;
}

.coach-mini-note {
  display: grid;
  gap: 0.45rem;
  margin-top: 1.4rem;
  padding: 1rem;
}

.coach-mini-note strong {
  color: var(--yellow);
}

.coach-mini-note span {
  color: rgba(255, 255, 255, 0.72);
}

.coach-form-card {
  display: grid;
  gap: 1rem;
  padding: clamp(18px, 3vw, 30px);
}

.ghl-embed-card {
  width: min(500px, 100%);
  min-height: 1040px;
  justify-self: center;
}

.ghl-embed-card iframe {
  width: 100%;
  min-height: 1012px;
  border: 0;
  border-radius: 8px;
  background: transparent;
}

.contact-drawer-open {
  overflow: hidden;
}

.contact-drawer-shell {
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  visibility: hidden;
}

.contact-drawer-shell.is-open {
  pointer-events: auto;
  visibility: visible;
}

.contact-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
  opacity: 0;
  transition: opacity 220ms ease;
  backdrop-filter: blur(6px);
}

.contact-drawer-shell.is-open .contact-drawer-backdrop {
  opacity: 1;
}

.contact-drawer {
  position: absolute;
  inset: 0 auto 0 0;
  display: grid;
  width: min(720px, calc(100vw - 28px));
  max-width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 82% 10%, rgba(248, 168, 9, 0.15), transparent 22rem),
    linear-gradient(135deg, rgba(10, 37, 61, 0.98), rgba(2, 7, 12, 0.98));
  box-shadow:
    0 0 70px rgba(248, 168, 9, 0.08),
    26px 0 80px rgba(0, 0, 0, 0.34);
  transform: translateX(-104%);
  transition: transform 260ms ease;
}

.contact-drawer-shell.is-open .contact-drawer {
  transform: translateX(0);
}

.contact-drawer-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  min-height: 38px;
  padding: 0 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.contact-drawer-close:hover {
  border-color: rgba(248, 168, 9, 0.52);
  color: var(--yellow);
}

.contact-drawer-content {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(18px, 3vw, 28px);
  height: 100svh;
  overflow-y: auto;
  padding: clamp(28px, 5vw, 52px);
  padding-top: clamp(58px, 7vw, 76px);
}

.contact-drawer-copy h2 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
}

.contact-drawer-copy p {
  max-width: 520px;
  margin: 1rem 0 0;
}

.contact-detail-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.35rem;
}

.contact-detail-list a {
  display: grid;
  gap: 0.25rem;
  padding: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.065);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.contact-detail-list a:hover {
  border-color: rgba(248, 168, 9, 0.48);
  background: rgba(248, 168, 9, 0.08);
  transform: translateY(-1px);
}

.contact-detail-list span,
.contact-detail-list em {
  color: var(--yellow);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-detail-list strong {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.35;
}

.contact-form-frame {
  width: min(380px, 100%);
  min-height: 503px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(2, 7, 12, 0.34);
  justify-self: center;
}

.contact-form-frame iframe {
  display: block;
  width: 100%;
  height: 503px;
  border: 0;
  border-radius: 3px;
  background: transparent;
}

.contact-page-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 380px);
  gap: clamp(22px, 5vw, 70px);
  align-items: start;
}

.contact-page-card {
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 80% 10%, rgba(248, 168, 9, 0.13), transparent 18rem),
    linear-gradient(135deg, rgba(10, 37, 61, 0.94), rgba(2, 7, 12, 0.94));
}

.ghl-form-placeholder {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 460px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px dashed rgba(248, 168, 9, 0.42);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  text-align: center;
}

.ghl-form-placeholder span {
  color: var(--yellow);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ghl-form-placeholder h3 {
  margin-top: 0.75rem;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.ghl-form-placeholder p {
  max-width: 420px;
  margin: 0.9rem auto 0;
  color: rgba(255, 255, 255, 0.68);
}

.form-row {
  display: grid;
  gap: 0.45rem;
}

.form-row.two-fields {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-row label {
  color: var(--white);
  font-weight: 800;
}

.form-row input,
.form-row textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
  font: inherit;
  padding: 0.9rem 1rem;
}

.form-row textarea {
  resize: vertical;
}

.form-row input::placeholder,
.form-row textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.form-helper {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.92rem;
}

.course-catalogue-hero {
  padding-bottom: clamp(26px, 4vw, 48px);
}

.course-catalogue-hero .section-heading {
  max-width: 980px;
}

.course-catalogue-hero h1 {
  max-width: 12ch;
}

.course-level-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(22px, 4vw, 42px);
}

.course-level-summary span {
  display: grid;
  gap: 0.25rem;
  min-height: 110px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 80% 10%, rgba(248, 168, 9, 0.14), transparent 12rem),
    rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
}

.course-level-summary strong {
  color: var(--white);
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1;
}

.course-catalogue-section {
  padding-top: 0;
}

.course-filter-bar {
  position: sticky;
  top: 76px;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(2, 7, 12, 0.86);
  backdrop-filter: blur(16px);
}

.course-filter {
  min-height: 38px;
  padding: 0 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.course-filter:hover,
.course-filter.is-active {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--black);
}

.dojo-course-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.dojo-course-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 12%, rgba(248, 168, 9, 0.14), transparent 16rem),
    linear-gradient(135deg, rgba(10, 37, 61, 0.96), rgba(2, 7, 12, 0.96));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
}

.dojo-course-card[hidden] {
  display: none;
}

.dojo-course-art {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  min-height: 185px;
  padding: 1rem;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(248, 168, 9, 0.9), rgba(248, 168, 9, 0.08)),
    var(--midnight);
  color: var(--black);
}

.dojo-course-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 28%, rgba(2, 7, 12, 0.68)),
    radial-gradient(circle at 82% 12%, rgba(248, 168, 9, 0.12), transparent 11rem);
}

.dojo-course-art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}

.dojo-course-art span {
  color: rgba(0, 0, 0, 0.32);
  font-size: clamp(2.7rem, 5vw, 4.7rem);
  font-weight: 700;
  line-height: 0.8;
}

.dojo-course-art strong {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 0.68rem;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--black);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.dojo-course-body {
  display: grid;
  gap: 0.72rem;
  padding: 1.1rem;
}

.dojo-course-body h3 {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.08;
}

.dojo-course-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.98rem;
}

.dojo-course-body small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.88rem;
}

.dojo-course-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.dojo-course-meta span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  gap: 0.3rem;
  padding: 0 0.52rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.065);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  font-weight: 700;
}

.dojo-course-meta strong {
  color: var(--yellow);
}

.course-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.2rem;
}

.course-card-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: var(--yellow);
  font-weight: 700;
}

.course-card-actions a:first-child {
  padding: 0 0.78rem;
  border: 1px solid rgba(248, 168, 9, 0.42);
  border-radius: 999px;
  background: rgba(248, 168, 9, 0.08);
}

.course-detail-hero h1 {
  max-width: 12ch;
}

.minimal-page .course-detail-hero-rich {
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  padding-top: clamp(18px, 3vw, 34px);
  padding-bottom: clamp(22px, 3vw, 38px);
}

.minimal-page .course-detail-hero-rich h1 {
  font-size: clamp(3.2rem, 5vw, 5.3rem);
  line-height: 0.92;
}

.minimal-page .course-detail-hero-rich .hero-text {
  margin-top: 0.9rem;
  margin-bottom: 15px;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
}

.minimal-page .course-detail-hero-rich .button-row {
  margin-top: 1rem;
}

.course-detail-panel {
  display: grid;
  gap: 0.78rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 12%, rgba(248, 168, 9, 0.16), transparent 20rem),
    linear-gradient(135deg, rgba(10, 37, 61, 0.96), rgba(2, 7, 12, 0.96));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.3);
}

.course-detail-panel > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
}

.course-detail-panel h2 {
  font-size: clamp(1.8rem, 3.2vw, 3.1rem);
  line-height: 0.95;
}

.course-detail-panel ul {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.course-detail-meta {
  margin-top: -0.25rem;
}

.course-detail-panel li {
  padding: 0.62rem 0.78rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.course-detail-panel li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 0.55rem;
  border-radius: 50%;
  background: var(--yellow);
}

.course-detail-hero-rich h1 {
  max-width: 13ch;
}

.course-detail-content {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(1.2rem, 2.5vw, 2rem);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: clamp(30px, 5vw, 64px);
}

.course-detail-side,
.course-detail-main {
  display: grid;
  gap: clamp(1rem, 2vw, 1.4rem);
}

.course-detail-side {
  position: sticky;
  top: 96px;
}

.course-info-card {
  display: grid;
  gap: 0.82rem;
  padding: clamp(0.95rem, 1.6vw, 1.2rem);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 0%, rgba(248, 168, 9, 0.1), transparent 14rem),
    rgba(4, 20, 34, 0.86);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22);
}

.course-info-card h2 {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  letter-spacing: 0;
  line-height: 1;
}

.course-info-card ul {
  display: grid;
  gap: 0.55rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.course-info-card li {
  padding: 0.58rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.35;
}

.course-two-column-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.course-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
}

.sample-video-list {
  display: grid;
  gap: 0.75rem;
}

.sample-video-card {
  display: grid;
  gap: 0.35rem;
  padding: 0.82rem 0.92rem;
  border: 1px solid rgba(248, 168, 9, 0.22);
  border-radius: 8px;
  background: rgba(248, 168, 9, 0.08);
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.sample-video-card span {
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.sample-video-card strong {
  line-height: 1.18;
}

.sample-video-card small,
.course-muted {
  color: rgba(255, 255, 255, 0.58);
}

.course-curriculum-list {
  display: grid;
  gap: 0.72rem;
}

.course-section-detail {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.course-section-detail summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 0.76rem 0.9rem;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.course-section-detail summary small {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.82rem;
  font-weight: 700;
}

.course-section-detail ol {
  display: grid;
  gap: 0;
  padding: 0 1.18rem 0.85rem;
  margin: 0;
  list-style: none;
}

.course-section-detail ol li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  padding: 0.58rem 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
}

.course-section-detail em {
  display: inline-flex;
  margin-left: 0.35rem;
  color: var(--yellow);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
}

.course-description-copy {
  display: grid;
  gap: 0.85rem;
}

.course-description-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.4vw, 1.08rem);
  line-height: 1.58;
}

@media (max-width: 980px) {
  .minimal-page .page-hero,
  .minimal-page .events-hero,
  .minimal-page .two-column,
  .minimal-page .course-feature,
  .minimal-page .cta-section {
    grid-template-columns: 1fr;
  }

  .minimal-page .page-grid,
  .minimal-page .agenda-grid,
  .minimal-page .pricing-grid,
  .minimal-page .event-types,
  .minimal-page .course-carousel,
  .dojo-course-grid,
  .course-level-summary {
    grid-template-columns: 1fr;
  }

  .minimal-page .cta-section {
    align-items: flex-start;
    flex-direction: column;
  }

  .course-detail-content,
  .course-info-grid,
  .course-two-column-list,
  .utility-link-grid,
  .coach-intro-grid,
  .coach-benefit-grid,
  .coach-step-grid,
  .coach-application-section,
  .coach-fit-grid {
    grid-template-columns: 1fr;
  }

  .course-detail-side {
    position: static;
  }

  .coach-application-copy {
    position: static;
  }

  .coach-step {
    min-height: auto;
  }

  .contact-page-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .minimal-page .section,
  .minimal-page .content-band,
  .minimal-page .cta-section {
    width: min(100% - 20px, 1180px);
  }

  .minimal-page h1 {
    font-size: clamp(3rem, 16vw, 5rem);
  }

  .coach-flow,
  .form-row.two-fields {
    grid-template-columns: 1fr;
  }

  .contact-drawer {
    width: 100vw;
  }

  .contact-drawer-content {
    padding: 64px 16px 24px;
  }

  .contact-form-frame,
  .contact-form-frame iframe {
    min-height: 503px;
    height: 503px;
  }
}
