:root {
  --gold: #cf8a11;
  --navy: #121e40;
  --navy-deep: #0b132c;
  --red: #af1e2d;
  --text-dark: #0d0e0e;
  --text-body: #404040;
  --off-white: #fbfbfb;
  --white: #ffffff;
  --max-width: 1120px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  background: var(--navy-deep);
  color: var(--text-body);
  line-height: 1.6;
}

h1,
h2,
h3,
.eyebrow,
.kicker,
.hero__bullets {
  font-family: "Domine", "Times New Roman", serif;
}

h1 {
  font-size: clamp(2.6rem, 5vw, 4.1rem);
  line-height: 1.08;
  margin: 0 0 1rem;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin: 0 0 0.8rem;
}

h3 {
  font-size: 1.4rem;
  margin: 0 0 0.6rem;
}

p {
  margin: 0 0 1rem;
}

.section__intro p {
  margin: 0 0 0.9rem;
}

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

.page {
  background: var(--navy-deep);
}

.hero {
  position: relative;
  padding: 90px 6vw 80px;
  background: linear-gradient(120deg, rgba(11, 19, 44, 0.92) 15%, rgba(11, 19, 44, 0.55) 55%, rgba(11, 19, 44, 0.92) 100%),
    url("assets/event-hero.jpg") center/cover no-repeat;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 400px at 15% 20%, rgba(207, 138, 17, 0.25), transparent 60%);
  opacity: 0.5;
  pointer-events: none;
}

.hero__inner {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 32px;
  z-index: 2;
}

.hero__copy {
  color: var(--white);
}

.hero__content {
  color: var(--white);
}

.eyebrow {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--gold);
  margin-bottom: 14px;
}

.highlight {
  color: var(--gold);
}

.lead {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 520px;
}

.hero__bullets {
  display: grid;
  gap: 10px;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9);
  border-left: 3px solid rgba(207, 138, 17, 0.7);
  padding-left: 18px;
  margin: 24px 0;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.hero__note {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

.hero__note strong {
  color: var(--gold);
}

.hero__termine {
  margin-top: 14px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 34px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  border-radius: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn--primary {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(175, 30, 45, 0.35);
}

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

.section {
  padding: 90px 6vw;
}

.section--light {
  background: var(--off-white);
  color: var(--text-body);
}

.section--dark {
  background: linear-gradient(135deg, #0f1c3d 0%, #121e40 50%, #0b132c 100%);
  color: var(--white);
}

.section--split {
  padding: 90px 6vw;
  background: var(--off-white);
}

.section--tight-top {
  padding-top: 48px;
}

.section--tight-bottom {
  padding-bottom: 48px;
}

.split__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.split__panel {
  padding: 60px 48px;
  border: 1px solid rgba(18, 30, 64, 0.12);
  box-shadow: 0 20px 40px rgba(18, 30, 64, 0.12);
}

.split__panel--light {
  background: var(--white);
  color: var(--text-body);
}

.split__panel--dark {
  background: linear-gradient(135deg, #0f1c3d 0%, #121e40 50%, #0b132c 100%);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.split__panel--dark .section__intro {
  max-width: 100%;
}

.section__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  gap: 36px;
}

.section__inner--tight {
  gap: 16px;
}

.section__inner--compact {
  gap: 20px;
}

.section__intro {
  max-width: 720px;
}

.section__lead {
  font-weight: 600;
  color: var(--text-dark);
}

.section__lead--tight {
  margin-top: 10px;
}

.section__subhead {
  margin: 18px 0 8px;
  font-size: 1.1rem;
}

.section__subhead--tight {
  margin-top: 12px;
}

.kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--gold);
  font-size: 0.75rem;
  margin-bottom: 12px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.strategist__header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 32px;
  align-items: center;
}

.strategist__portrait {
  justify-self: end;
  width: min(360px, 100%);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(18, 30, 64, 0.2);
}

.strategist__portrait img {
  display: block;
  width: 100%;
  height: auto;
}

.proof-card {
  padding: 24px;
  border: 1px solid rgba(18, 30, 64, 0.15);
  background: var(--white);
  box-shadow: 0 20px 40px rgba(18, 30, 64, 0.12);
  text-align: center;
}

.proof-card__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  background: rgba(207, 138, 17, 0.1);
  border: 1px solid rgba(207, 138, 17, 0.25);
}

.proof-card__icon svg {
  width: 22px;
  height: 22px;
  fill: var(--gold);
}

.proof-intro {
  margin-top: 6px;
  font-weight: 600;
  color: var(--text-dark);
}

.stack {
  display: grid;
  gap: 22px;
}

.stack__item {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.stack--numbered {
  list-style: none;
  counter-reset: stack;
  margin: 0;
  padding: 0;
}

.stack--numbered .stack__item {
  counter-increment: stack;
  position: relative;
  padding-left: 48px;
}

.stack--numbered .stack__item::before {
  content: counter(stack) ".";
  position: absolute;
  left: 0;
  top: 2px;
  font-family: "Domine", "Times New Roman", serif;
  font-size: 1.4rem;
  color: var(--gold);
}

.section--light .stack__item {
  border-bottom: 1px solid rgba(18, 30, 64, 0.12);
}

.list {
  display: grid;
  gap: 12px;
  font-size: 1.05rem;
}

.list--tight {
  gap: 8px;
}

.list--checks div,
.list--no div {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.list--checks div::before {
  content: "✓";
  color: var(--gold);
  font-weight: 700;
  margin-top: 2px;
  flex: 0 0 16px;
}

.list--plain div::before {
  content: "…";
  color: var(--gold);
  font-weight: 700;
  margin-top: 2px;
  flex: 0 0 16px;
}

.list--plain div {
  gap: 8px;
}

.labs__steps {
  margin: 0 0 1.2rem;
  padding-left: 1.2rem;
  display: grid;
  gap: 10px;
}

.labs__steps li::marker {
  color: var(--gold);
  font-weight: 700;
}

.list--no div::before {
  content: "✕";
  color: var(--gold);
  font-weight: 700;
  margin-top: 2px;
  flex: 0 0 16px;
}

.section--light .list--no div::before {
  color: var(--gold);
}

.quote {
  border-left: 4px solid var(--gold);
  padding-left: 20px;
  font-size: 1.35rem;
  color: rgba(255, 255, 255, 0.9);
}

.labs__list {
  gap: 10px;
  font-size: 1.02rem;
  line-height: 1.45;
  max-width: 680px;
}

.labs__details {
  max-width: 820px;
  display: grid;
  gap: 16px;
}

.labs__details h3 {
  margin-bottom: 4px;
}

.labs__callout {
  margin-top: 6px;
  padding: 18px 20px;
  border-left: 3px solid rgba(207, 138, 17, 0.8);
  background: rgba(11, 19, 44, 0.45);
  display: grid;
  gap: 10px;
}

.section--light .labs__callout {
  background: rgba(18, 30, 64, 0.06);
  border-left-color: rgba(207, 138, 17, 0.7);
}

.labs__emphasis {
  font-size: 1.08rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  margin-top: 4px;
}

.section--light .labs__emphasis {
  color: var(--text-dark);
}

.section--light .quote {
  color: var(--text-dark);
}

.cta {
  padding: 90px 6vw;
  background: var(--navy);
  color: var(--white);
}

.cta__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
}

.kit-form {
  display: grid;
  gap: 12px;
  width: min(420px, 100%);
}

.kit-form input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(18, 30, 64, 0.2);
  font-size: 1rem;
}

.kit-form__message {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}

.section--light .kit-form__message,
.section--split .kit-form__message {
  color: var(--text-body);
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  padding: 24px;
  z-index: 50;
}

.modal.is-open {
  display: grid;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 19, 44, 0.55);
}

.modal__panel {
  position: relative;
  background: var(--white);
  color: var(--text-body);
  border-radius: 20px;
  padding: 28px;
  width: min(480px, 100%);
  box-shadow: 0 30px 60px rgba(11, 19, 44, 0.25);
  display: grid;
  gap: 14px;
  z-index: 1;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--text-dark);
}

.modal .kit-form__message {
  color: var(--text-body);
}

.footer {
  padding: 40px 6vw 60px;
  background: #0b1228;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.footer p {
  margin: 0 0 6px;
  color: var(--white);
}

.footer__links {
  display: flex;
  gap: 18px;
}

.simple-404 {
  min-height: 70vh;
  display: grid;
  place-content: center;
  gap: 12px;
  text-align: center;
  padding: 80px 6vw;
  background: var(--off-white);
  color: var(--text-body);
}

.simple-404 h1 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 5rem);
}

.simple-404 a {
  color: var(--text-dark);
  font-weight: 600;
}

@media (max-width: 900px) {
  .hero__inner {
    grid-template-columns: 1fr;
  }

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

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

  .strategist__portrait {
    justify-self: start;
    max-width: 320px;
  }

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

@media (max-width: 600px) {
  .hero {
    padding-top: 70px;
  }

  .btn {
    width: 100%;
  }
}
.split__panel h2 {
  font-size: clamp(1.5rem, 2.2vw, 2rem);
}
