:root {
  --ink: #0b132c;
  --ink-soft: #121e40;
  --sand: #f5f1ea;
  --sand-deep: #e8e1d5;
  --gold: #c59a3b;
  --copper: #c24b3a;
  --white: #ffffff;
  --text-dark: #0f1116;
  --text-body: #3f4248;
  --max-width: 1120px;
  --type-section-title: clamp(1.6rem, 2.6vw, 2.2rem);
  --type-lead: clamp(1.22rem, 1.8vw, 1.5rem);
  --type-body: 1.25rem;
  --type-card-title: 1.25rem;
  --type-kicker: 0.75rem;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  background: var(--ink);
  color: var(--text-body);
  line-height: 1.65;
  font-size: 1.25rem;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

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

h1 {
  font-size: clamp(3.2rem, 6.6vw, 6.2rem);
  line-height: 1.05;
  margin: 0 0 1rem;
}

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

.agenda-title {
  letter-spacing: 0.01em;
  margin: 0 0 18px;
}

.headline-break {
  display: block;
}

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

p {
  margin: 0 0 1rem;
  overflow-wrap: break-word;
}

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

img {
  max-width: 100%;
  height: auto;
}

.page {
  background: var(--ink);
  overflow-x: hidden;
}

.announcement-bar {
  background: #3b63db;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.16);
}

.announcement-bar__inner {
  max-width: none;
  margin: 0 auto;
  padding: 14px 4vw;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.sticky-bar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(11, 19, 44, 0.95);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(197, 154, 59, 0.2);
}

.sticky-bar__inner {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 10px 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sticky-bar__left {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  line-height: 1.2;
}

.sticky-bar__live-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d9534f;
  box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.14);
  flex: 0 0 auto;
}

.btn--sticky {
  padding: 10px 22px;
  font-size: 0.75rem;
}

.hero {
  position: relative;
  padding: 126px 6vw 72px;
  background: linear-gradient(135deg, #0b132c 0%, #101d40 55%, #0b132c 100%);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 340px at 14% 20%, rgba(197, 154, 59, 0.18), transparent 60%);
  opacity: 0.7;
  pointer-events: none;
}

.hero__inner {
  position: relative;
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  z-index: 2;
}

.hero__inner > * {
  min-width: 0;
}

.hero__copy {
  color: var(--white);
  max-width: 920px;
}

.hero__spacer {
  display: none;
}

.hero-video {
  padding-top: 0;
  margin-top: -28px;
}

.hero-video__inner {
  display: grid;
  gap: 0;
}

.hero-video__frame {
  width: 100%;
}

.hero-video__embed {
  position: relative;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.hero-video__embed::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.hero-video__embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 30px;
  padding: 13px 22px;
  border: 1px solid rgba(197, 154, 59, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 10px 26px rgba(5, 10, 24, 0.14);
}

.hero__live-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #d9534f;
  box-shadow: 0 0 0 4px rgba(217, 83, 79, 0.16);
  flex: 0 0 auto;
}

.hero__title {
  max-width: 900px;
  font-size: clamp(2.15rem, 4.1vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: -0.01em;
  margin-bottom: 26px;
}

.hero__line {
  display: block;
  max-width: none;
}

.hero__line + .hero__line {
  margin-top: 0.12em;
}

.hero__line--nowrap {
  white-space: nowrap;
}

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

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

.hero__sub {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 24px;
}

.hero__sub--large {
  max-width: 760px;
  font-size: clamp(1rem, 1.55vw, 1.28rem);
  line-height: 1.32;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.82);
}

.hero__sub-line {
  display: block;
}

.hero__sub-line + .hero__sub-line {
  margin-top: 0.5em;
  color: rgba(255, 255, 255, 0.68);
}

.hero__sub-line--nowrap {
  white-space: nowrap;
}

.hero__sub-line--desktop-nowrap {
  white-space: nowrap;
}

.hero__support {
  font-size: clamp(0.72rem, 1.2vw, 0.88rem);
  color: rgba(255, 255, 255, 0.72);
  max-width: 100%;
  margin-top: 26px;
  white-space: normal;
}

.hero__support--meta {
  margin-top: 18px;
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.38);
}

.hero__support--hosts {
  margin-top: 2px;
  font-family: "Domine", "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
}

.hero__support--hosts strong {
  color: var(--white);
}

.hero__support--hosts {
  display: grid;
  gap: 10px;
}

.hero__hosts-line {
  margin: 0;
}

.section.hero-partner-banner {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background: #16254f;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-partner-banner__inner {
  max-width: none;
  display: block;
  gap: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-partner-banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  min-height: 72px;
  box-sizing: border-box;
  padding: 12px 24px;
  background: transparent;
}

.hero-partner-banner__label {
  display: block;
  color: rgba(242, 240, 235, 0.84);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.hero-partner-banner__logo {
  display: block;
  height: 46px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

.hero-partner-banner + #hosts {
  padding-top: 32px;
}

.hero__detail {
  width: 100%;
  max-width: 720px;
  margin-bottom: 0;
  padding: 18px 20px;
  border: 1px solid rgba(197, 154, 59, 0.18);
  border-left: 3px solid rgba(197, 154, 59, 0.72);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  color: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 28px rgba(5, 10, 24, 0.14);
}

.hero__detail-label {
  margin: 0 0 12px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.hero__detail-points {
  display: grid;
  gap: 10px;
}

.hero__detail-points p {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.45;
}

.hero__checkmark {
  color: var(--gold);
  font-weight: 700;
  flex: 0 0 auto;
}

.hero__actions {
  margin-top: 28px;
}

.accent-underline {
  position: relative;
  display: inline-block;
}

.accent-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.08em;
  height: 0.16em;
  background: var(--gold);
  opacity: 0.9;
  z-index: -1;
}

.hero__termine {
  margin: 12px 0 0;
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.85);
}

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

.btn--gold {
  background: var(--gold);
  color: #0b132c;
  box-shadow: 0 16px 32px rgba(197, 154, 59, 0.35);
}

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


.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(--copper);
  color: var(--white);
  box-shadow: 0 16px 32px rgba(194, 75, 58, 0.35);
}

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

.btn--hero {
  padding: 20px 52px;
  font-size: 0.95rem;
  letter-spacing: 0.16em;
}

.inline-cta {
  margin-top: 40px;
  padding: 28px 30px 32px;
  border: 1px solid rgba(15, 17, 22, 0.12);
  box-shadow: 0 20px 40px rgba(15, 17, 22, 0.08);
}

.inline-cta--light {
  background: linear-gradient(135deg, rgba(197, 154, 59, 0.1), rgba(255, 255, 255, 0.96));
  color: var(--text-dark);
}

.inline-cta--dark {
  margin-top: 36px;
  background: linear-gradient(135deg, rgba(11, 19, 44, 0.94), rgba(16, 29, 64, 0.94));
  border-color: rgba(197, 154, 59, 0.24);
  box-shadow: 0 26px 50px rgba(5, 10, 24, 0.34);
  color: var(--white);
}

.inline-cta__eyebrow {
  margin: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.inline-cta__title {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.08;
}

.inline-cta__text {
  margin: 0 0 22px;
  max-width: 820px;
}

.inline-cta--light .inline-cta__text {
  color: var(--text-body);
}

.inline-cta--dark .inline-cta__text {
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 900px) {
  .hero__line--nowrap,
  .hero__sub-line--nowrap,
  .section-title--nowrap,
  .section-text--nowrap,
  .hero__support,
  .market-wrong__text--strong {
    white-space: normal;
  }

  .hero {
    padding: 98px 6vw 86px;
  }

  .hero__inner {
    gap: 0;
  }

  .hero__copy {
    max-width: 100%;
  }

  .hero__title {
    max-width: 100%;
    font-size: clamp(2.05rem, 7.5vw, 3.2rem);
    margin-bottom: 22px;
  }

  .hero__sub {
    font-size: 1.08rem;
    margin-bottom: 18px;
  }

  .hero__sub--large {
    font-size: clamp(0.98rem, 3.4vw, 1.18rem);
    line-height: 1.3;
  }

  .hero__detail {
    width: 100%;
    max-width: 100%;
    padding: 16px 16px 16px 18px;
  }

  .inline-cta {
    padding: 24px 22px 26px;
  }

  .hero__actions {
    margin-top: 26px;
  }

  .btn--hero {
    width: 100%;
    padding: 18px 20px;
    font-size: 0.88rem;
    letter-spacing: 0.1em;
  }

  .section {
    padding: 72px 6vw;
  }

  .section__inner {
    gap: 24px;
  }

  .section__intro {
    max-width: 100%;
  }

  .market-table__row {
    padding: 18px 18px;
    font-size: 1rem;
  }

  .market-wrong {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .market-wrong__list {
    justify-items: start;
  }

  .market-wrong__item {
    white-space: normal;
    line-height: 1.2;
  }

  .problem-chat__body {
    padding: 18px 18px 16px;
  }

  .category-shift--compact,
  .category-shift {
    padding: 16px;
  }

  .category-shift__copy p,
  .hosts-note,
  .cta__sub {
    max-width: 100%;
  }

  .cta {
    padding: 88px 6vw 92px;
  }

  .cta__title {
    font-size: clamp(1.7rem, 8vw, 2.6rem);
  }

  .cta__sub {
    margin-bottom: 22px;
  }
}

@media (max-width: 1100px) {
  .section-title--desktop-nowrap,
  .section-text--desktop-nowrap,
  .market-reframe__text--desktop-nowrap {
    white-space: normal;
  }

  .market-wrong {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .market-wrong__copy,
  .market-wrong__content,
  .market-wrong__list {
    justify-items: start;
  }

  .market-wrong__item {
    white-space: normal;
    max-width: 100%;
    line-height: 1.15;
  }
}

.section {
  padding: 90px 6vw;
}

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

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

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

.section--wrong {
  background: linear-gradient(135deg, #0b132c 0%, #101d40 55%, #0b132c 100%);
  color: var(--white);
}

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

.section__inner > * {
  min-width: 0;
}

.section__cta {
  margin-top: 8px;
  display: flex;
  justify-content: center;
}

.section__cta .btn {
  padding: 20px 48px;
  font-size: 0.96rem;
  letter-spacing: 0.12em;
}

.section__intro {
  max-width: 760px;
}

.section-title--nowrap {
  white-space: normal;
  font-size: var(--type-section-title);
  line-height: 1.22;
}

.section-title--desktop-nowrap {
  white-space: nowrap;
}

.section-text--nowrap {
  white-space: normal;
}

.section-text--desktop-nowrap {
  white-space: nowrap;
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-top: 14px;
}

.fit-col {
  padding: 28px 30px;
  border: 1px solid rgba(15, 17, 22, 0.1);
  background: rgba(255, 255, 255, 0.32);
}

.fit-col__title {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--copper);
  margin-bottom: 18px;
}

.fit-list {
  display: grid;
  gap: 16px;
}

.fit-list div {
  position: relative;
  padding-left: 28px;
  color: var(--text-body);
  font-size: var(--type-body);
  line-height: 1.65;
}

.fit-list div::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--copper);
  font-weight: 700;
}

.fit-col--muted .fit-col__title {
  color: rgba(63, 66, 72, 0.78);
}

.fit-col--muted {
  background: rgba(15, 17, 22, 0.02);
}

.fit-list--muted div {
  color: rgba(63, 66, 72, 0.65);
}

.fit-list--muted div::before {
  content: "×";
  color: rgba(63, 66, 72, 0.45);
}

.section--dark .fit-list div {
  color: rgba(255, 255, 255, 0.75);
}

.section--dark .fit-list div::before {
  color: var(--copper);
}

.section--dark .fit-col--muted .fit-col__title {
  color: rgba(255, 255, 255, 0.35);
}

.section--dark .fit-list--muted div {
  color: rgba(255, 255, 255, 0.45);
}

.section--dark .fit-list--muted div::before {
  color: rgba(255, 255, 255, 0.25);
}

.agenda-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  margin-top: 8px;
}

.agenda-note-box {
  margin: 6px 0 0;
  padding: 20px 24px 20px 28px;
  border-left: 4px solid rgba(197, 154, 59, 0.92);
  border-radius: 0 20px 20px 0;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: none;
}

.agenda-note-box__lead {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: var(--text-dark);
}

.agenda-bridge {
  max-width: 1180px;
  margin: 16px 0 8px;
  text-align: left;
}

.agenda-card {
  grid-column: span 4;
  padding: 24px 22px 24px;
  border: 1px solid rgba(15, 17, 22, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 10px 24px rgba(15, 17, 22, 0.05);
  min-width: 0;
  display: grid;
  align-content: start;
}

.agenda-card:nth-child(4),
.agenda-card:nth-child(5) {
  grid-column: span 6;
}

.agenda-card:nth-child(2),
.agenda-card:nth-child(5) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(245, 241, 234, 0.9));
  border-color: rgba(197, 154, 59, 0.24);
  box-shadow: 0 16px 30px rgba(15, 17, 22, 0.08);
}

.agenda-card__kicker {
  display: flex;
  align-items: baseline;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.72rem;
  color: rgba(63, 66, 72, 0.72);
  margin-bottom: 14px;
}

.agenda-card__number,
.agenda-card__label {
  display: inline-block;
}

.agenda-card__number {
  min-width: 2ch;
  flex: 0 0 auto;
}

.agenda-card__label {
  flex: 0 0 auto;
}

.agenda-card h3 {
  font-size: 1.08rem;
  line-height: 1.32;
  margin-bottom: 14px;
  min-height: 0;
}

.agenda-card p {
  color: rgba(63, 66, 72, 0.85);
  margin-bottom: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.agenda-card--workshop {
  grid-column: auto;
  border-top: none;
}

.hosts-eyebrow {
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: var(--type-kicker);
  font-weight: 700;
  color: var(--gold);
}

.hosts-title {
  max-width: 760px;
  letter-spacing: 0.02em;
}

.wandel-copy {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.wandel-copy p {
  margin: 0;
}

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

.hosts-photo {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(11, 19, 44, 0.72);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.hosts-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 36%;
}

.hosts-card {
  padding: 26px 28px;
  background: rgba(11, 19, 44, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  min-width: 0;
}

.hosts-card__role {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.48rem;
  line-height: 1.2;
  min-height: 2.4em;
  white-space: normal;
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 12px;
}

.hosts-card h3 {
  text-transform: uppercase;
  font-size: var(--type-card-title);
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}

.hosts-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--type-body);
  line-height: 1.65;
  overflow-wrap: break-word;
}

.hosts-note {
  margin-top: 18px;
  padding: 20px 22px;
  background: rgba(11, 19, 44, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--type-body);
  line-height: 1.65;
  overflow-wrap: break-word;
}

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

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

  .fit-grid::after {
    display: none;
  }
}

@media (max-width: 1100px) {
  .agenda-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agenda-card,
  .agenda-card:nth-child(4),
  .agenda-card:nth-child(5) {
    grid-column: span 1;
  }
}

@media (max-width: 700px) {
  .agenda-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 6px;
  }

  .agenda-card {
    grid-column: auto;
    padding: 18px 16px;
    border-radius: 18px;
  }

  .agenda-note-box {
    padding: 16px 16px 16px 18px;
    border-radius: 0 16px 16px 0;
  }

  .agenda-bridge {
    margin: 14px 0 6px;
    text-align: left;
  }

  .agenda-card__kicker {
    gap: 10px;
  }

  .agenda-card h3 {
    font-size: var(--type-card-title);
  }

  .agenda-card p {
    font-size: var(--type-body);
    line-height: 1.65;
  }
}

.problem-chat {
  border: 1px solid rgba(15, 17, 22, 0.15);
  background: var(--white);
  box-shadow: 0 18px 40px rgba(15, 17, 22, 0.08);
  width: 100%;
  max-width: 100%;
}

.problem-chat__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: rgba(15, 17, 22, 0.05);
  border-bottom: 1px solid rgba(15, 17, 22, 0.12);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: var(--type-kicker);
  color: rgba(63, 66, 72, 0.7);
}

.problem-chat__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--copper);
  display: inline-block;
}

.problem-chat__body {
  padding: 22px 24px 18px;
  color: var(--text-body);
}

.problem-chat__body p {
  margin-bottom: 12px;
}

.problem-chat__footer {
  text-align: right;
  color: var(--copper);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.problem-next__title {
  margin-bottom: 12px;
}

.problem-next__accent {
  color: var(--gold);
}

.problem-next__moment {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--gold);
  margin: 10px 0 18px;
}

.problem-next {
  max-width: 900px;
}

.problem-next--after-compare {
  max-width: 1120px;
  margin-top: 0;
}

.problem-next__lead {
  font-size: var(--type-lead);
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 8px;
}

.problem-next__copy {
  max-width: 940px;
}

.problem-next--after-compare .problem-next__copy {
  max-width: 1120px;
}

.section--solution .problem-next p {
  color: rgba(255, 255, 255, 0.84);
  font-size: var(--type-body);
  line-height: 1.65;
}

.section--solution .section-title--nowrap {
  color: var(--white);
}

.section--solution .problem-next strong {
  color: var(--white);
}

.section--solution .model-compare {
  margin-top: 8px;
  background: rgba(11, 19, 44, 0.56);
  border-color: rgba(255, 255, 255, 0.08);
}

.section--solution .model-compare__label {
  color: rgba(255, 255, 255, 0.5);
}

.section--solution .model-compare__label--accent {
  color: rgba(255, 255, 255, 0.58);
}

.section--solution .model-compare__item {
  border-top-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
}

.section--solution .model-compare__item--accent {
  color: rgba(255, 255, 255, 0.94);
}

.section--solution .model-compare__arrow {
  color: var(--gold);
}


.section--dark .model-compare {
  background: rgba(11, 19, 44, 0.7);
  border-color: rgba(255, 255, 255, 0.08);
}

.section--dark .model-compare__label {
  color: rgba(255, 255, 255, 0.5);
}

.section--dark .model-compare__item {
  border-top-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
}

.section--dark .model-compare__item--accent {
  color: rgba(255, 255, 255, 0.92);
}

.section--dark .model-compare__arrow {
  color: var(--gold);
}
.category-shift {
  padding: 28px;
  background: linear-gradient(135deg, #1a2a45 0%, #162640 55%, #12213a 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.85);
  width: 100%;
  max-width: 100%;
}

.category-shift--compact {
  padding: 22px;
  background: linear-gradient(135deg, #162640 0%, #1b2b47 55%, #14233d 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin: 18px 0;
}

.section--dark .category-shift__grid {
  border-color: rgba(255, 255, 255, 0.08);
}

.section--dark .category-shift__card {
  border-right-color: rgba(255, 255, 255, 0.08);
}

.section--dark .category-shift__label {
  color: rgba(255, 255, 255, 0.55);
}

.section--dark .category-shift__arrow {
  color: rgba(255, 255, 255, 0.35);
}

.section--dark .category-shift__note {
  color: var(--gold);
}

.section--dark .category-shift__copy p {
  color: rgba(255, 255, 255, 0.7);
}

.category-shift__headline {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.category-shift__ghost {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  color: rgba(255, 255, 255, 0.12);
}

.category-shift__title {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  color: rgba(255, 255, 255, 0.9);
}

.category-shift__title span {
  color: var(--copper);
}

.category-shift__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 22px;
}

.category-shift__card {
  padding: 18px 20px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.category-shift__card:last-child {
  border-right: none;
}

.category-shift__label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}

.category-shift__arrow {
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 6px;
}

.category-shift__card h3 {
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.category-shift__note {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.65rem;
  color: var(--gold);
}

.category-shift__copy p {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.75);
}


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

  .category-shift__card {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .category-shift__card:last-child {
    border-bottom: none;
  }
}

.model-compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  border: 1px solid rgba(15, 17, 22, 0.15);
  background: var(--white);
  width: 100%;
  max-width: 100%;
}

.model-compare__col {
  padding: 22px 24px;
}

.model-compare__label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: var(--type-kicker);
  color: rgba(63, 66, 72, 0.55);
  margin-bottom: 16px;
}

.model-compare__label--accent {
  color: var(--copper);
}

.model-compare__item {
  padding: 10px 0;
  border-top: 1px solid rgba(15, 17, 22, 0.08);
  color: rgba(63, 66, 72, 0.7);
  font-size: var(--type-body);
  line-height: 1.55;
}

.model-compare__item--accent {
  color: var(--text-body);
  font-weight: 600;
}

.model-compare__arrow {
  align-self: center;
  color: var(--gold);
  font-size: 1.6rem;
}

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

  .model-compare__arrow {
    display: none;
  }
}

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

.section__lead--light {
  color: rgba(255, 255, 255, 0.92);
}

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

.list--checks div,
.list--plain 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;
}

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

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

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

.scenario-card {
  background: var(--white);
  border: 1px solid rgba(197, 154, 59, 0.5);
  color: var(--text-body);
  padding: 22px;
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 260px;
}

.scenario-card__label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--gold);
}

.scenario-card__badge {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: rgba(197, 154, 59, 0.15);
  border: 1px solid rgba(197, 154, 59, 0.6);
  color: var(--gold);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.85rem;
}

.icon-list {
  display: grid;
  gap: 12px;
}

.icon-list__item {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(15, 17, 22, 0.1);
  background: var(--white);
}

.icon-list__icon {
  font-size: 1.2rem;
}

.market-table {
  background: var(--white);
  border: 1px solid rgba(197, 154, 59, 0.35);
  box-shadow: 0 18px 40px rgba(15, 17, 22, 0.08);
}

.market-table__row {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 22px 26px;
  border-bottom: 1px solid rgba(197, 154, 59, 0.25);
  font-size: 1.1rem;
  color: var(--text-body);
}

.market-table__row:last-child {
  border-bottom: none;
}

.market-table__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--copper);
  display: inline-block;
}

.market-table__row strong {
  font-weight: 700;
  color: #1f232a;
  margin-right: 6px;
}

.market-table__row span {
  color: #4b4f57;
}

.market-reframe {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  max-width: 860px;
}

.market-reframe__title {
  display: grid;
  gap: 6px;
  font-family: "Domine", "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.86);
  margin: 0;
  text-align: left;
}

.market-reframe__title-static {
  display: block;
}

.market-reframe__title-rotator {
  position: relative;
  display: block;
  height: 1.28em;
  max-width: 26ch;
  overflow: hidden;
  color: rgba(197, 154, 59, 0.96);
  padding-bottom: 0.08em;
  margin-bottom: 12px;
}

.market-reframe__title-word {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  white-space: nowrap;
  width: max-content;
  animation: market-reframe-rotate 15s infinite;
}

.market-reframe__title-word:nth-child(1) {
  animation-delay: 0s;
}

.market-reframe__title-word:nth-child(2) {
  animation-delay: 3s;
}

.market-reframe__title-word:nth-child(3) {
  animation-delay: 6s;
}

.market-reframe__title-word:nth-child(4) {
  animation-delay: 9s;
}

.market-reframe__title-word:nth-child(5) {
  animation-delay: 12s;
}

@keyframes market-reframe-rotate {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  4% {
    opacity: 1;
    transform: translateY(0);
  }
  16% {
    opacity: 1;
    transform: translateY(0);
  }
  20% {
    opacity: 0;
    transform: translateY(-40%);
  }
  100% {
    opacity: 0;
    transform: translateY(-40%);
  }
}

.market-reframe__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: var(--type-body);
  line-height: 1.65;
  max-width: 900px;
}

.market-reframe__text--strong {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  white-space: normal;
  font-size: var(--type-body);
  line-height: 1.65;
  max-width: 780px;
}

.market-reframe__summary {
  margin: 0;
  max-width: 1040px;
  color: rgba(255, 255, 255, 0.88);
  font-size: var(--type-body);
  line-height: 1.65;
}

.market-reframe__summary-accent {
  color: rgba(197, 154, 59, 0.96);
  font-weight: 700;
}

#markt .section__intro,
#wandel .section__intro,
#agenda .section__intro--wide {
  max-width: 1120px;
}

#wandel .section-title--desktop-nowrap,
#wandel .section-text--desktop-nowrap {
  white-space: normal;
}

#wandel .problem-chat,
#wandel .section__cta {
  justify-self: center;
}

@media (max-width: 700px) {
  .market-reframe__title {
    text-align: left;
  }

  .market-reframe__text {
    text-align: left;
  }

  .market-reframe__title-rotator {
    max-width: 100%;
    height: 1.34em;
  }

  .market-reframe__title-word {
    white-space: nowrap;
  }

  .section-text--desktop-nowrap,
  .market-reframe__text--desktop-nowrap {
    white-space: normal;
  }
}

.highlight-box {
  margin-top: 8px;
  padding: 16px 18px;
  border-left: 3px solid var(--gold);
  background: rgba(197, 154, 59, 0.08);
  font-weight: 600;
}

.shift-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
}

.shift-card {
  padding: 18px;
  border: 1px solid rgba(15, 17, 22, 0.12);
  background: var(--white);
  display: grid;
  gap: 6px;
}

.shift-card h3 {
  margin: 0 0 6px;
}

.shift-arrow {
  font-size: 1.8rem;
  color: var(--gold);
}

.punchline {
  text-align: left;
  max-width: 820px;
  margin: 16px auto 0;
  display: grid;
  gap: 10px;
}

.punchline__steps {
  display: grid;
  gap: 6px;
  font-weight: 600;
}


.punchline h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0;
}

.quote-card {
  max-width: 820px;
  padding: 16px 18px;
  background: var(--white);
  border-left: 3px solid var(--gold);
  font-size: 1.05rem;
  color: var(--text-dark);
}

.quote-card--compact {
  margin-top: 6px;
}


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

.stack--numbered .stack__item {
  counter-increment: stack;
  position: relative;
  padding-left: 48px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(15, 17, 22, 0.12);
}

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

.section--dark .stack--numbered .stack__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

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

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

.profile-card {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  min-width: 0;
}

.profile-card__media {
  width: 110px;
  height: 110px;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.profile-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.host-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 0.45fr);
  gap: 28px;
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 26px;
}

.host-feature__media {
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.host-feature__media img {
  width: 100%;
  height: auto;
  display: block;
}

.host-feature__content span {
  display: block;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}

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

.stat-card {
  padding: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.stat-card h3 {
  margin-bottom: 6px;
  color: var(--gold);
}

.host-card {
  display: grid;
  grid-template-columns: minmax(0, 0.35fr) minmax(0, 0.65fr);
  gap: 24px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  min-width: 0;
}

.host-card:nth-child(even) {
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 0.35fr);
}

.host-card:nth-child(even) .host-card__media {
  order: 2;
}

.section--light .host-card {
  background: var(--white);
  border: 1px solid rgba(15, 17, 22, 0.1);
  color: var(--text-body);
}

.host-card__media {
  aspect-ratio: 4 / 5;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
}

.section--light .host-card__media {
  background: rgba(15, 17, 22, 0.04);
}

.host-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.host-card__content span {
  display: block;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}

.digistore-facts {
  display: grid;
  gap: 8px;
  margin: 14px 0;
  font-size: 0.98rem;
}

.digistore-facts div {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.digistore-facts div::before {
  content: "•";
  color: var(--gold);
  font-weight: 700;
  margin-top: 2px;
}

.digistore-quote {
  margin: 16px 0 0;
  padding-left: 14px;
  border-left: 3px solid var(--gold);
  color: rgba(255, 255, 255, 0.85);
  font-style: italic;
}

.section--light .host-card__content span {
  color: rgba(15, 17, 22, 0.6);
}

.section--light .digistore-quote {
  color: rgba(15, 17, 22, 0.7);
}

.cta {
  padding: 110px 6vw 120px;
  background: #0b132c;
  color: var(--white);
}

.cta__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  gap: 18px;
  align-items: center;
  text-align: center;
}

.cta__bg {
  display: grid;
  gap: 0px;
  margin-bottom: 12px;
}

.cta__word {
  font-family: "Domine", "Times New Roman", serif;
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  color: rgba(255, 255, 255, 0.08);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cta__title {
  font-size: clamp(2rem, 4.8vw, 3.4rem);
  color: var(--gold);
  text-transform: none;
  margin-bottom: 10px;
}

.cta__content {
  max-width: 760px;
  margin: 0 auto;
}

.cta__sub {
  color: rgba(255, 255, 255, 0.75);
  max-width: 640px;
  margin: 0 auto 28px;
}

.cta__meta {
  margin-top: 18px;
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}

.cta__form {
  display: grid;
  justify-items: center;
}

.cta__form .btn {
  width: min(100%, 420px);
}

.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(15, 17, 22, 0.2);
  font-size: 1rem;
}

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

.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 50;
}

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

.modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px 320px at 50% 18%, rgba(59, 99, 219, 0.22), transparent 60%),
    rgba(6, 10, 22, 0.72);
}

.modal__panel {
  position: relative;
  width: min(94vw, 960px);
  margin: min(10vh, 88px) auto 0;
  padding: 36px 40px 34px;
  border-radius: 0;
  background: #ffffff;
  border: 0;
  color: var(--text-dark);
  box-shadow:
    0 34px 90px rgba(4, 9, 24, 0.34),
    0 0 0 6px rgba(59, 99, 219, 0.14);
}

.modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  border: 0;
  background: transparent;
  color: rgba(15, 17, 22, 0.78);
  font-size: 3.2rem;
  line-height: 1;
  cursor: pointer;
}

.modal__title {
  margin: 0 0 20px;
  color: var(--text-dark);
  font-size: clamp(4.2rem, 9vw, 6rem);
  line-height: 0.96;
  max-width: none;
  text-align: center;
  margin-inline: auto;
}

.modal__text {
  margin: 0;
  color: var(--text-body);
  font-size: clamp(1.25rem, 2.8vw, 1.7rem);
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
  max-width: 34ch;
  margin-inline: auto;
}

.modal__meta {
  margin: 18px auto 0;
  color: #b84d3d;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}

.modal__actions {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.modal__cta {
  width: min(100%, 560px);
  margin-inline: auto;
  justify-content: center;
  padding: 22px 34px;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
}

.modal__secondary {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(15, 17, 22, 0.82);
  font-size: 0.96rem;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
}

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

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

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  align-items: center;
}

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

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

  .hero-video {
    margin-top: -18px;
  }

  .market-wrong {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .market-wrong__copy,
  .market-wrong__content {
    justify-items: start;
  }

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

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

  .shift-arrow {
    transform: rotate(90deg);
    justify-self: center;
  }

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

  .profile-card {
    grid-template-columns: 1fr;
  }

  .host-feature {
    grid-template-columns: 1fr;
  }

  .host-stats {
    grid-template-columns: 1fr;
  }

  .host-card {
    grid-template-columns: 1fr;
  }

  .host-card:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .host-card:nth-child(even) .host-card__media {
    order: initial;
  }
}

@media (max-width: 700px) {
  :root {
    --type-section-title: clamp(1.45rem, 8vw, 2rem);
    --type-body: 1.08rem;
    --type-card-title: 1.16rem;
    --type-kicker: 0.68rem;
  }

  .hero {
    padding: 82px 6vw 68px;
  }

  body {
    font-size: var(--type-body);
  }

  .sticky-bar__inner {
    padding: 10px 16px;
    gap: 12px;
  }

  .sticky-bar__left {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
  }

  .btn--sticky {
    padding: 10px 14px;
    font-size: 0.68rem;
  }

  .hero__eyebrow {
    font-size: 0.74rem;
    letter-spacing: 0.1em;
    padding: 8px 13px;
    margin-bottom: 24px;
  }

  .hero__title {
    font-size: clamp(1.95rem, 9.4vw, 2.7rem);
    line-height: 1.03;
  }

  .hero__sub--large {
    font-size: clamp(0.95rem, 4.8vw, 1.08rem);
  }

  .hero__sub-line--desktop-nowrap {
    white-space: normal;
  }

  .hero__sub {
    font-size: 0.98rem;
  }

  .hero__support {
    font-size: 0.76rem;
    margin-top: 18px;
  }

  .hero__support--meta {
    margin-top: 14px;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
  }

  .hero__support--hosts {
    margin-top: 4px;
    font-size: 0.8rem;
    gap: 8px;
  }

  .section.hero-partner-banner {
    margin-top: 0;
    padding-bottom: 0;
  }

  .hero-partner-banner__content {
    gap: 12px;
    min-height: 64px;
    padding: 10px 16px;
  }

  .hero-partner-banner__label {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .hero-partner-banner__logo {
    height: 34px;
  }

  .announcement-bar__inner {
    padding: 9px 16px;
    font-size: 0.76rem;
    letter-spacing: 0.14em;
  }

  .hero-video {
    margin-top: -10px;
  }

  .hero-video__embed {
    border-radius: 0;
  }

  .section {
    padding: 54px 16px;
  }

  .section__inner {
    gap: 24px;
  }

  .modal__panel {
    width: min(100vw - 24px, 560px);
    margin-top: 72px;
    padding: 24px 20px 20px;
    border-radius: 20px;
  }

  .section__intro {
    max-width: 100%;
  }

  .section__cta {
    margin-top: 0;
  }

  .section-title--desktop-nowrap {
    white-space: normal;
  }

  .section__cta .btn {
    width: min(100%, 340px);
    padding: 16px 24px;
    font-size: 0.82rem;
    letter-spacing: 0.1em;
  }

  .agenda-title,
  .section-title--nowrap,
  h2 {
    font-size: var(--type-section-title);
  }

  .market-table__row {
    grid-template-columns: 12px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }

  .market-table__row strong,
  .market-table__row span {
    display: block;
  }

  .market-table__row strong {
    margin-right: 0;
  }

  .market-wrong__title {
    text-align: left;
    margin-bottom: 18px;
  }

  .market-wrong__copy,
  .market-wrong__content {
    justify-items: start;
  }

  .market-wrong__text {
    text-align: left;
  }

  .market-wrong__signals {
    gap: 8px;
  }

  .problem-chat__header {
    padding: 12px 14px;
    gap: 8px;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .problem-chat__footer {
    text-align: left;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
  }

  .wandel-copy {
    gap: 12px;
  }

  .problem-next__lead {
    margin-top: 14px;
  }

  .problem-next__moment {
    font-size: 1.32rem;
    line-height: 1.45;
    margin: 4px 0 14px;
  }

  .model-compare {
    gap: 0;
  }

  .model-compare__col {
    padding: 18px 16px;
  }

  .model-compare__label {
    margin-bottom: 12px;
  }

  .model-compare__item {
    padding: 8px 0;
  }

  .market-reframe {
    gap: 16px;
  }

  .market-reframe__title {
    gap: 4px;
  }

  .market-reframe__title-rotator {
    height: 1.42em;
    margin-bottom: 8px;
  }

  .market-reframe__text,
  .market-reframe__text--strong,
  .market-reframe__summary {
    max-width: 100%;
  }

  .agenda-grid {
    margin-top: 12px;
  }

  .hosts-card,
  .hosts-note,
  .inline-cta,
  .host-feature,
  .host-card,
  .profile-card,
  .stat-card,
  .scenario-card,
  .agenda-card {
    padding: 18px 16px;
  }

  .category-shift__note,
  .agenda-card__kicker,
  .hosts-card__role,
  .kicker,
  .cta__meta {
    letter-spacing: 0.12em;
  }

  .agenda-card__kicker {
    gap: 12px;
    margin-bottom: 14px;
  }

  .agenda-card h3 {
    margin-bottom: 14px;
  }

  .hosts-photo img {
    aspect-ratio: 5 / 4;
    object-position: center 30%;
  }

  .hosts-grid {
    gap: 18px;
  }

  .hosts-card__role {
    white-space: normal;
    min-height: 0;
    font-size: 0.56rem;
    line-height: 1.35;
  }

  .fit-grid {
    gap: 18px;
  }

  .fit-col {
    padding: 20px 18px;
  }

  .fit-col__title {
    margin-bottom: 14px;
    letter-spacing: 0.16em;
  }

  .fit-list {
    gap: 14px;
  }

  .fit-list div {
    padding-left: 24px;
  }

  .cta__meta {
    margin-top: 14px;
  }

  .cta__form .btn,
  .btn--hero {
    max-width: none;
  }

  .footer {
    padding: 28px 16px 40px;
    gap: 16px;
  }

  .btn {
    width: 100%;
  }

  .speaker-card {
    grid-template-columns: 64px 1fr;
  }

  .speaker-card img {
    width: 64px;
    height: 64px;
  }
}

.btn--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 26px;
  border-radius: 999px;
  border: 1px solid rgba(197, 154, 59, 0.42);
  background: rgba(255, 255, 255, 0.03);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.btn--ghost:hover {
  transform: translateY(-1px);
  border-color: rgba(197, 154, 59, 0.8);
  background: rgba(255, 255, 255, 0.06);
}

.replay-page .page {
  background: var(--sand);
  min-height: 100vh;
}

.replay-topbar {
  background: var(--ink);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.replay-topbar__inner {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.replay-topbar__brand {
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.replay-topbar__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 20px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.replay-shell {
  padding: 48px 20px 40px;
}

.replay-shell__inner {
  width: min(960px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.replay-intro {
  color: var(--ink);
  text-align: center;
}

.replay-intro h1 {
  margin: 0 0 10px;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.replay-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 0 auto 18px;
  padding: 0 30px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--gold);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.replay-intro__meta {
  margin: 0;
  color: rgba(11, 19, 44, 0.58);
  font-size: 0.98rem;
}

.replay-video-card {
  border-radius: 24px;
  border: 1px solid rgba(11, 19, 44, 0.12);
  background: var(--ink);
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(5, 10, 24, 0.14);
}

.replay-video-card__placeholder {
  min-height: 540px;
  padding: 28px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  text-align: center;
  color: #f6f3e9;
}

.replay-video-card__placeholder p {
  margin: 0;
  max-width: 560px;
  color: rgba(246, 243, 233, 0.76);
}

.replay-video-card__label {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.replay-blurb {
  padding: 34px 32px 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.42);
  text-align: center;
  color: var(--ink);
  border: 1px solid rgba(11, 19, 44, 0.08);
}

.replay-blurb__eyebrow {
  margin: 0;
  color: rgba(11, 19, 44, 0.42);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.replay-blurb h2 {
  max-width: 720px;
  margin: 14px auto 18px;
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.replay-blurb__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: min(100%, 360px);
  padding: 14px 24px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.replay-page .footer {
  padding: 22px 6vw 30px;
}

.replay-page .footer__links {
  gap: 14px;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.54);
}

.replay-page .footer__privacy-button {
  font-size: 0.72rem;
  text-underline-offset: 2px;
}

.sales-page .page {
  background:
    radial-gradient(860px 460px at 82% 14%, rgba(197, 154, 59, 0.08), transparent 60%),
    linear-gradient(180deg, #0b132c 0%, #081022 100%);
}

.sales-hero {
  padding-bottom: 88px;
}

.sales-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(180deg, transparent 0%, rgba(8, 16, 34, 0.92) 100%);
  pointer-events: none;
  z-index: 1;
}

.sales-hero__inner {
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.72fr);
  align-items: start;
}

.sales-hero__copy {
  max-width: 880px;
}

.sales-hero__title {
  margin-bottom: 24px;
}

.sales-hero__sub {
  max-width: 820px;
}

.sales-hero__panel {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  padding: 26px;
  border: 1px solid rgba(197, 154, 59, 0.18);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.sales-stat {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(8, 16, 34, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--white);
}

.sales-stat strong {
  display: block;
  font-size: 1.12rem;
  line-height: 1.35;
}

.sales-stat__label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.sales-hero__note {
  padding: 18px;
  border-left: 2px solid rgba(197, 154, 59, 0.7);
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
}

.sales-section .section__inner {
  display: grid;
  gap: 32px;
}

.sales-grid {
  display: grid;
  gap: 22px;
}

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

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

.sales-card {
  border-radius: 28px;
  padding: 28px;
  border: 1px solid rgba(197, 154, 59, 0.15);
}

.sales-card h3 {
  margin-bottom: 14px;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.sales-card--light {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(245, 241, 234, 0.92));
  color: var(--text-dark);
}

.sales-card--dark {
  background: linear-gradient(180deg, rgba(11, 19, 44, 0.96), rgba(16, 29, 64, 0.96));
  color: var(--white);
}

.sales-card--dark p,
.sales-card--dark li {
  color: rgba(255, 255, 255, 0.86);
}

.sales-card__eyebrow {
  margin: 0 0 12px;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}

.sales-list {
  margin: 0;
  padding-left: 1.1em;
  display: grid;
  gap: 12px;
}

.sales-list--spacious {
  gap: 16px;
}

.sales-highlight {
  padding: 24px 26px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(197, 154, 59, 0.18);
  color: rgba(255, 255, 255, 0.9);
}

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

.sales-roadmap__item {
  padding: 24px;
  border-radius: 24px;
  background: rgba(11, 19, 44, 0.92);
  color: var(--white);
  border: 1px solid rgba(197, 154, 59, 0.18);
  box-shadow: 0 18px 42px rgba(8, 16, 34, 0.18);
}

.sales-roadmap__phase,
.sales-roadmap__week {
  margin: 0 0 8px;
}

.sales-roadmap__phase {
  color: var(--gold);
  font-size: 1.35rem;
  font-weight: 700;
}

.sales-roadmap__week {
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.sales-note {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 17, 22, 0.12);
}

.sales-cta {
  padding-top: 96px;
}

.workshop-variant .hero__title {
  max-width: 980px;
  font-size: clamp(1.95rem, 3.85vw, 3.45rem);
  line-height: 1.04;
}

.workshop-variant .hero__sub--large {
  max-width: 720px;
}

.workshop-variant .hero__detail {
  max-width: 960px;
}

.confirm-page {
  background:
    radial-gradient(720px 360px at 15% 8%, rgba(197, 154, 59, 0.16), transparent 60%),
    linear-gradient(180deg, #0b132c 0%, #0f1833 42%, var(--sand) 42%, var(--sand) 100%);
  color: var(--text-body);
}

.confirm-layout {
  min-height: 100vh;
}

.confirm-page--simple {
  background: linear-gradient(180deg, #f7f3ec 0%, #f2ede4 100%);
}

.confirm-page--plain {
  background: #0f1833;
}

.confirm-page--progress {
  background: #0f1833;
}

.confirm-page--progress .confirm-layout {
  display: grid;
  grid-template-rows: 1fr auto;
}

.confirm-page--progress .confirm-hero {
  display: grid;
  align-items: center;
  min-height: calc(100vh - 104px);
  padding: 48px 20px;
}

.confirm-page--progress .confirm-hero__inner--narrow {
  width: min(760px, 100%);
  text-align: center;
}

.confirm-page--progress .confirm-hero h1 {
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.2rem, 4.6vw, 3.9rem);
  line-height: 1.08;
}

.confirm-page--progress .confirm-hero__lead,
.confirm-page--progress .confirm-hero__text,
.confirm-page--progress .confirm-progress__hint {
  margin-left: auto;
  margin-right: auto;
}

.confirm-progress {
  width: min(860px, 100%);
  margin: 0 auto 28px;
}

.confirm-progress__eyebrow {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

.confirm-progress__meta {
  display: block;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  text-align: center;
}

.confirm-progress__track-wrap {
  position: relative;
}

.confirm-progress__badge {
  position: absolute;
  top: 50%;
  left: calc(80% - 28px);
  transform: translateY(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #ffffff;
  color: #0f1833;
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(5, 10, 24, 0.2);
}

.confirm-progress__track {
  width: 100%;
  height: 28px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.confirm-progress__fill {
  width: 80%;
  height: 100%;
  border-radius: inherit;
  background:
    repeating-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.08) 0,
      rgba(255, 255, 255, 0.08) 18px,
      rgba(255, 255, 255, 0) 18px,
      rgba(255, 255, 255, 0) 36px
    ),
    linear-gradient(90deg, #4295f5 0%, #5aa7ff 100%);
}

.confirm-instructions {
  width: min(860px, 100%);
  margin: 0 auto;
  padding: 34px 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(4px);
  text-align: left;
}

.confirm-instructions h1 {
  max-width: 100%;
  margin: 0 0 14px;
}

.confirm-page--progress .confirm-hero__lead,
.confirm-page--progress .confirm-hero__text,
.confirm-page--progress .confirm-progress__hint {
  margin-left: 0;
  margin-right: 0;
}

.confirm-step-list {
  display: grid;
  gap: 14px;
  margin: 12px 0 18px;
}

.confirm-step-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px 18px 18px 16px;
  background: rgba(255, 255, 255, 0.06);
}

.confirm-step-card__number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #4f9fff;
  color: #0f1833;
  font-size: 1rem;
  font-weight: 800;
}

.confirm-step-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  line-height: 1.55;
}

.confirm-step-card strong,
.confirm-progress__hint strong {
  color: var(--white);
  font-weight: 800;
}

.confirm-nowrap {
  white-space: nowrap;
}

.confirm-headline-line {
  display: block;
  white-space: nowrap;
}

.confirm-progress__hint {
  max-width: 640px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.02rem;
}

.confirm-page--plain .confirm-layout {
  display: grid;
  grid-template-rows: 1fr auto;
}

.confirm-page--plain .confirm-hero {
  display: grid;
  align-items: center;
  min-height: calc(100vh - 104px);
  padding: 48px 20px;
}

.confirm-page--plain .confirm-hero__inner--narrow {
  width: min(760px, 100%);
  text-align: center;
}

.confirm-page--plain .confirm-hero__eyebrow {
  margin-bottom: 18px;
}

.confirm-page--plain .confirm-hero h1 {
  margin-left: auto;
  margin-right: auto;
}

.confirm-page--plain .confirm-hero__lead,
.confirm-page--plain .confirm-hero__text {
  margin-left: auto;
  margin-right: auto;
}

.confirm-page--simple .confirm-layout {
  display: grid;
  grid-template-rows: 1fr auto;
}

.confirm-simple {
  display: grid;
  align-items: center;
  padding: 48px 20px;
}

.confirm-simple__card {
  width: min(680px, 100%);
  margin: 0 auto;
  padding: 40px 36px;
  border: 1px solid rgba(15, 17, 22, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(14, 18, 31, 0.06);
  text-align: center;
}

.confirm-page--simple .confirm-hero__eyebrow {
  margin-bottom: 18px;
  background: rgba(197, 154, 59, 0.08);
  color: var(--copper);
  border-color: rgba(197, 154, 59, 0.22);
}

.confirm-simple h1 {
  margin: 0 0 14px;
  color: var(--text-dark);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
}

.confirm-simple__lead {
  margin-bottom: 10px;
  color: var(--text-dark);
  font-size: 1.1rem;
  font-weight: 600;
}

.confirm-simple__text,
.confirm-simple__hint {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.confirm-simple__text {
  margin-bottom: 10px;
}

.confirm-simple__hint {
  margin-bottom: 0;
  color: rgba(63, 66, 72, 0.72);
  font-size: 0.98rem;
}

.confirm-simple__back {
  display: inline-flex;
  margin-top: 24px;
  color: var(--copper);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.confirm-hero {
  padding: 76px max(24px, 6vw) 58px;
  color: var(--white);
}

.confirm-hero--compact {
  min-height: calc(100vh - 104px);
  display: grid;
  align-items: center;
}

.confirm-hero__inner {
  width: min(980px, 100%);
  margin: 0 auto;
}

.confirm-hero__inner--narrow {
  width: min(760px, 100%);
  text-align: center;
}

.confirm-hero__back {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.confirm-hero__eyebrow {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 9px 16px;
  border: 1px solid rgba(197, 154, 59, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.confirm-hero h1 {
  max-width: 840px;
  margin-bottom: 18px;
  font-size: clamp(2.6rem, 5vw, 4.9rem);
  line-height: 1.02;
}

.confirm-hero__inner--narrow h1 {
  margin-left: auto;
  margin-right: auto;
}

.confirm-hero__lead {
  max-width: 760px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.45;
}

.confirm-hero__inner--narrow .confirm-hero__lead,
.confirm-hero__inner--narrow .confirm-hero__text {
  margin-left: auto;
  margin-right: auto;
}

.confirm-hero__text {
  max-width: 700px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.confirm-content {
  padding: 0 max(24px, 6vw) 84px;
}

.confirm-content__inner {
  width: min(1120px, 100%);
  margin: -18px auto 0;
  display: grid;
  gap: 26px;
}

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

.confirm-step,
.confirm-note,
.confirm-panel {
  border-radius: 26px;
  border: 1px solid rgba(15, 17, 22, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 54px rgba(14, 18, 31, 0.08);
}

.confirm-step {
  padding: 28px 26px;
}

.confirm-step__number {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.confirm-step h2,
.confirm-panel h2 {
  margin-bottom: 10px;
  color: var(--text-dark);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.confirm-step p:last-child,
.confirm-panel p:last-of-type {
  margin-bottom: 0;
}

.confirm-note {
  padding: 26px;
  background: linear-gradient(135deg, rgba(197, 154, 59, 0.12), rgba(255, 255, 255, 0.96));
}

.confirm-note__title,
.confirm-panel__eyebrow {
  margin: 0 0 12px;
  color: var(--copper);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

.confirm-note__list li,
.confirm-note__list a {
  color: var(--text-body);
}

.confirm-note__list a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.confirm-panel {
  padding: 30px;
  background: linear-gradient(180deg, rgba(11, 19, 44, 0.98), rgba(18, 30, 64, 0.98));
  border-color: rgba(197, 154, 59, 0.18);
  color: rgba(255, 255, 255, 0.82);
}

.confirm-panel h2 {
  color: var(--white);
}

.confirm-panel .btn {
  margin-top: 10px;
}

.confirm-footer {
  background: transparent;
}

.legal-page {
  background: var(--sand);
  color: var(--text-body);
}

.legal {
  min-height: 100vh;
  background: var(--sand);
}

.legal__hero {
  padding: 72px max(24px, 6vw) 42px;
  background: var(--ink);
  color: var(--white);
}

.legal__back {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal__eyebrow,
.legal__updated {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.72);
}

.legal__hero h1 {
  max-width: 940px;
  margin-bottom: 0;
  font-size: clamp(2.6rem, 5vw, 5rem);
}

.legal__content {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0 72px;
}

.legal__content h2 {
  margin-top: 42px;
  color: var(--text-dark);
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
}

.legal__content h2:first-child {
  margin-top: 0;
}

.legal__content p,
.legal__content li,
.legal__content address {
  color: var(--text-body);
  font-size: 1rem;
  line-height: 1.75;
}

.legal__content address {
  font-style: normal;
  padding: 18px 20px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 255, 255, 0.68);
}

.legal__content a {
  color: var(--copper);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal__content ul {
  margin: 0 0 22px;
  padding-left: 22px;
}

.legal__footer {
  background: var(--ink);
}

.footer__privacy-button {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  white-space: normal;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 480px) {
  .announcement-bar__inner {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .sticky-bar__inner {
    padding: 10px 12px 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }

  .sticky-bar__left {
    width: 100%;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    line-height: 1.35;
  }

  .btn--sticky {
    width: 100%;
    padding: 12px 16px;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
  }

  .hero {
    padding-top: 90px;
  }

  .hero__detail {
    padding: 15px 14px 15px 16px;
  }

  .hero__detail-points p {
    gap: 10px;
  }

  .hero__support--hosts {
    line-height: 1.45;
  }

  .modal__title {
    font-size: 1.5rem;
  }

  .section {
    padding-inline: 14px;
  }

  .footer__links {
    display: grid;
    gap: 12px;
    justify-items: center;
    text-align: center;
  }
}

.cookie-consent {
  position: fixed;
  inset: auto 18px 18px;
  z-index: 10000;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.cookie-consent__panel {
  width: min(960px, 100%);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(197, 154, 59, 0.3);
  border-radius: 8px;
  background: rgba(10, 14, 26, 0.97);
  color: var(--white);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  pointer-events: auto;
}

.cookie-consent__title {
  margin: 0 0 6px;
  font-weight: 700;
}

.cookie-consent__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  line-height: 1.55;
}

.cookie-consent__text a {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-consent__actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.cookie-consent__button {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 6px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.cookie-consent__button--primary {
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #111827;
}

.cookie-consent__button--muted {
  border: 1px solid rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.94);
  color: #111827;
}

@media (max-width: 980px) {
  .sales-hero__inner,
  .sales-grid--two,
  .sales-grid--three,
  .sales-roadmap {
    grid-template-columns: 1fr;
  }

  .sales-hero__panel {
    padding: 22px;
  }

  .confirm-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .btn--ghost {
    width: 100%;
    font-size: 0.72rem;
  }

  .replay-shell {
    padding: 36px 16px 20px;
  }

  .replay-topbar__inner {
    padding: 14px 16px;
  }

  .replay-topbar__brand {
    font-size: 0.92rem;
  }

  .replay-topbar__cta {
    min-height: 38px;
    padding: 8px 14px;
    font-size: 0.82rem;
  }

  .replay-video-card__placeholder {
    min-height: 300px;
    padding: 22px 18px;
  }

  .replay-label {
    min-height: 42px;
    padding: 0 20px;
    font-size: 0.82rem;
  }

  .replay-blurb {
    padding: 26px 20px 22px;
  }

  .replay-blurb h2 {
    margin-top: 12px;
    margin-bottom: 16px;
    font-size: 1.08rem;
  }

  .replay-page .footer {
    padding: 18px 16px 24px;
  }

  .replay-page .footer__links,
  .replay-page .footer__privacy-button {
    font-size: 0.68rem;
  }

  .sales-card,
  .sales-roadmap__item,
  .sales-highlight,
  .sales-hero__panel {
    padding: 20px 18px;
  }

  .workshop-variant .hero__title {
    font-size: clamp(1.9rem, 7vw, 2.8rem);
    line-height: 1.06;
  }

  .sales-stat strong {
    font-size: 1rem;
  }

  .confirm-hero {
    padding: 44px 20px 38px;
  }

  .confirm-simple {
    padding: 24px 16px;
  }

  .confirm-page--plain .confirm-hero {
    min-height: calc(100vh - 88px);
    padding: 24px 16px 18px;
  }

  .confirm-page--progress .confirm-hero {
    min-height: calc(100vh - 88px);
    padding: 24px 16px 18px;
  }

  .confirm-progress {
    margin-bottom: 26px;
  }

  .confirm-progress__eyebrow {
    margin-bottom: 10px;
    font-size: 0.72rem;
  }

  .confirm-progress__meta {
    font-size: 1rem;
    line-height: 1.25;
  }

  .confirm-progress__track {
    height: 22px;
    border-radius: 14px;
  }

  .confirm-instructions {
    padding: 20px 16px;
  }

  .confirm-instructions h1 {
    margin-bottom: 12px;
    font-size: clamp(1.8rem, 7.8vw, 2.5rem);
    line-height: 1.1;
  }

  .confirm-headline-line,
  .confirm-nowrap {
    white-space: normal;
  }

  .confirm-step-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 12px;
  }

  .confirm-step-card__number {
    width: 34px;
    height: 34px;
    font-size: 0.88rem;
  }

  .confirm-step-card p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .confirm-progress__badge {
    min-width: 48px;
    height: 30px;
    padding: 0 10px;
    font-size: 0.8rem;
    left: calc(80% - 24px);
  }

  .confirm-simple__card {
    padding: 28px 22px;
  }

  .confirm-simple h1 {
    font-size: clamp(1.75rem, 9vw, 2.4rem);
  }

  .confirm-hero h1 {
    font-size: clamp(1.95rem, 9vw, 2.75rem);
    line-height: 1.08;
  }

  .confirm-hero__lead {
    font-size: 1rem;
    line-height: 1.42;
    white-space: normal;
  }

  .confirm-hero__text,
  .confirm-progress__hint {
    font-size: 0.96rem;
    line-height: 1.5;
  }

  .confirm-content {
    padding: 0 16px 56px;
  }

  .confirm-content__inner {
    margin-top: 0;
    gap: 18px;
  }

  .confirm-step,
  .confirm-note,
  .confirm-panel {
    padding: 20px 18px;
    border-radius: 20px;
  }

  .confirm-footer {
    padding: 24px 16px 32px;
  }

  .confirm-footer .footer__links {
    gap: 16px;
    justify-content: center;
    text-align: center;
  }

  .legal__hero {
    padding: 44px 20px 30px;
  }

  .legal__content {
    width: calc(100% - 32px);
    padding: 38px 0 54px;
  }

  .cookie-consent {
    inset: auto 12px 12px;
  }

  .cookie-consent__panel {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .cookie-consent__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie-consent__button {
    width: 100%;
  }
}
