:root {
  --color-aqua: #4dceda;
  --color-baby-blue: #b4e8fd;
  --color-blue: #273688;
  --color-orange: #f69526;
  --color-red: #f93d41;
  --color-light-orange: #fcdfbd;
  --color-blue-tint: #eaf9ff;
  --color-banner-grey: #a2a2a2;
  --color-notes-black: #404040;
  --color-sky-blue: #a7e2fd;
  --color-baby-blue-alt: #dbf3fe;

  --ink: #171a28;
  --ink-2: #22283b;
  --panel: #20263a;
  --panel-2: #2a3150;
  --paper: #fbfdff;
  --paper-blue: #effbff;
  --muted: #b9c2d3;
  --muted-dark: #5d6370;
  --line: rgba(255, 255, 255, 0.14);
  --line-dark: rgba(39, 54, 136, 0.16);
  --shadow: 0 30px 70px rgba(6, 12, 33, 0.36);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--paper);
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.18;
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 0.65px, transparent 0.65px);
  background-size: 18px 18px;
  mix-blend-mode: soft-light;
}

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

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

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 30;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-160%);
  transition: transform 180ms var(--ease-out);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(210px, 280px) 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 18px clamp(20px, 4vw, 60px);
  border-bottom: 1px solid transparent;
  background: rgba(23, 26, 40, 0.72);
  backdrop-filter: blur(16px);
  transition: border-color 180ms var(--ease-out), background 180ms var(--ease-out);
}

.site-header.is-elevated {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(23, 26, 40, 0.9);
}

.brand-mark img {
  width: 250px;
  height: auto;
}

.brand-mark {
  display: block;
  width: fit-content;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 36px);
  color: rgba(251, 253, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 600;
}

.main-nav a,
.site-footer a {
  transition: color 160ms var(--ease-out), transform 160ms var(--ease-out);
}

.main-nav a:hover,
.site-footer a:hover {
  color: var(--color-aqua);
}

.nav-cta {
  justify-self: end;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--paper);
  font-size: 0.9rem;
  font-weight: 700;
  transition: transform 160ms var(--ease-out), background 160ms var(--ease-out);
}

.nav-cta:hover {
  background: rgba(255, 255, 255, 0.14);
}

.nav-cta:active,
.button:active {
  transform: scale(0.97);
}

.section-dark,
.section-light {
  position: relative;
  overflow: hidden;
}

section[id],
article[id] {
  scroll-margin-top: 120px;
}

.hero {
  min-height: 100dvh;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  align-items: center;
  gap: clamp(36px, 5vw, 78px);
  padding: clamp(126px, 12vw, 160px) clamp(20px, 5vw, 72px) 86px;
  background:
    radial-gradient(circle at 78% 20%, rgba(77, 206, 218, 0.18), transparent 34%),
    linear-gradient(135deg, #171a28 0%, #20263a 52%, #171a28 100%);
}

.shape-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.shape {
  position: absolute;
  width: clamp(70px, 10vw, 150px);
  opacity: 0.76;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.2));
  animation: float-shape 9s var(--ease-in-out) infinite;
}

.shape-a {
  top: 14%;
  left: 3%;
  opacity: 0.62;
}

.shape-b {
  right: 6%;
  top: 19%;
  width: clamp(90px, 12vw, 178px);
  opacity: 0.58;
  animation-delay: -2s;
}

.shape-c {
  left: 47%;
  bottom: 8%;
  width: clamp(54px, 7vw, 96px);
  animation-delay: -4s;
}

.shape-d {
  right: -3%;
  bottom: 13%;
  width: clamp(110px, 15vw, 210px);
  opacity: 0.48;
  animation-delay: -5s;
}

.scroll-shape {
  position: absolute;
  z-index: 0;
  width: clamp(74px, 10vw, 150px);
  pointer-events: none;
  opacity: 0.28;
  filter: drop-shadow(0 18px 30px rgba(39, 54, 136, 0.12));
  transform: translate3d(0, var(--shape-y, 0px), 0) rotate(var(--shape-rotate, 0deg));
  will-change: transform;
}

.surfaces-shape-a {
  left: -2.5%;
  bottom: 9%;
  width: clamp(110px, 16vw, 220px);
  opacity: 0.22;
  --shape-rotate: -18deg;
}

.surfaces-shape-b {
  right: 3%;
  top: 11%;
  width: clamp(100px, 14vw, 210px);
  opacity: 0.2;
  --shape-rotate: 2deg;
}

.pillars-shape-a {
  right: 8%;
  top: 4%;
  width: clamp(58px, 7vw, 92px);
  opacity: 0.2;
  --shape-rotate: 9deg;
}

.pillars-shape-b {
  left: -4%;
  top: 45%;
  width: clamp(120px, 16vw, 230px);
  opacity: 0.18;
  --shape-rotate: -7deg;
}

.facilitator-shape-a {
  right: 9%;
  top: 12%;
  opacity: 0.2;
}

.facilitator-shape-b {
  left: 5%;
  bottom: 10%;
  width: clamp(90px, 12vw, 160px);
  opacity: 0.26;
  --shape-rotate: 180deg;
}

.audience-shape-a {
  right: -4%;
  bottom: 10%;
  width: clamp(130px, 18vw, 250px);
  opacity: 0.18;
  --shape-rotate: -5deg;
}

.practice-shape-a {
  left: -3%;
  top: 11%;
  width: clamp(116px, 15vw, 210px);
  opacity: 0.18;
}

.practice-shape-b {
  right: 8%;
  bottom: 11%;
  width: clamp(54px, 7vw, 96px);
  opacity: 0.22;
  --shape-rotate: 8deg;
}

.hero-copy,
.hero-product,
.section-intro,
.facilitator-copy,
.notification-center,
.audience-copy,
.audience-grid,
.role-list,
.surfaces-copy,
.surface-stack,
.pillar-layout,
.practice-copy,
.practice-board,
.cta-inner {
  position: relative;
  z-index: 1;
  min-width: 0;
}

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

.eyebrow.dark {
  color: var(--color-blue);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 10.6ch;
  margin-bottom: 24px;
  font-size: clamp(3rem, 5.45vw, 5.6rem);
  line-height: 0.94;
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  max-width: 13ch;
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 5vw, 5.1rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.14;
}

p {
  color: rgba(251, 253, 255, 0.72);
  line-height: 1.72;
}

.hero-subhead {
  max-width: 68ch;
  font-size: clamp(1.03rem, 1.4vw, 1.24rem);
}

.platform-note {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 10px 0 0;
  padding: 8px 12px;
  border: 1px solid rgba(180, 232, 253, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(251, 253, 255, 0.78);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.25;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 34px 0 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 15px 22px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 160ms var(--ease-out), background 160ms var(--ease-out), border-color 160ms var(--ease-out);
}

.button-primary {
  background: var(--color-aqua);
  color: var(--ink);
  box-shadow: 0 18px 38px rgba(77, 206, 218, 0.24);
}

.button-primary:hover {
  background: var(--color-sky-blue);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: var(--paper);
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 780px;
  margin: 0;
}

.proof-row div {
  padding: 15px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.proof-row dt {
  color: var(--color-aqua);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.proof-row dd {
  margin: 6px 0 0;
  color: rgba(251, 253, 255, 0.68);
  font-size: 0.92rem;
}

.mock-window {
  position: relative;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: linear-gradient(160deg, rgba(251, 253, 255, 0.18), rgba(251, 253, 255, 0.06));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.window-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px 12px;
  color: rgba(251, 253, 255, 0.66);
  font-size: 0.82rem;
}

.window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--color-red);
}

.window-bar span:nth-child(2) {
  background: var(--color-orange);
}

.window-bar span:nth-child(3) {
  background: var(--color-aqua);
}

.window-bar strong {
  margin-left: 8px;
  font-weight: 700;
}

.workspace-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(180px, 0.62fr);
  gap: 14px;
  min-width: 0;
}

.presenter-panel,
.signal-panel,
.participant-panel {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(16, 20, 34, 0.78);
}

.presenter-panel {
  min-height: 420px;
  padding: 18px;
}

.slide-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: rgba(251, 253, 255, 0.72);
  font-size: 0.86rem;
}

.signal-head {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: rgba(251, 253, 255, 0.72);
  font-size: 0.86rem;
}

.signal-head span {
  min-width: 0;
}

.slide-toolbar small {
  color: var(--color-aqua);
  font-weight: 800;
}

.slide-stage {
  position: relative;
  min-height: 338px;
  margin-top: 16px;
  padding: 26px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(77, 206, 218, 0.16), transparent 36%),
    linear-gradient(165deg, #f9fdff, #dff5ff);
  overflow: hidden;
}

.slide-stage::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -48px;
  width: 190px;
  height: 190px;
  border: 12px solid rgba(39, 54, 136, 0.18);
  border-radius: 50%;
}

.slide-title {
  width: min(76%, 370px);
  height: 54px;
  border-radius: 14px;
  background: var(--color-blue);
}

.slide-bars {
  display: grid;
  gap: 12px;
  width: min(68%, 340px);
  margin-top: 28px;
}

.slide-bars span {
  height: 12px;
  border-radius: 999px;
  background: rgba(39, 54, 136, 0.18);
}

.slide-bars span:nth-child(2) {
  width: 82%;
}

.slide-bars span:nth-child(3) {
  width: 58%;
}

.trajectory-card {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  padding: 18px;
  border-radius: 16px;
  background: rgba(251, 253, 255, 0.9);
  color: var(--ink);
  box-shadow: 0 18px 38px rgba(39, 54, 136, 0.18);
  animation: lift-card 5.6s var(--ease-in-out) infinite;
}

.trajectory-card small,
.module-card small,
.coach-card small,
.notification small {
  display: block;
  margin-bottom: 8px;
  color: var(--muted-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trajectory-card strong {
  font-size: 1.05rem;
}

.signal-panel {
  padding: 18px;
  overflow: hidden;
}

.signal-head strong {
  width: 100%;
  min-width: 0;
  color: var(--color-aqua);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.08;
}

.signal-meter {
  height: 10px;
  margin: 18px 0 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.signal-meter span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--color-aqua);
  transform: scaleX(var(--signal-scale, 0.8));
  transform-origin: left;
}

.signal-list {
  display: grid;
  gap: 16px;
  color: rgba(251, 253, 255, 0.72);
  font-size: 0.82rem;
  line-height: 1.35;
}

.signal-list div {
  display: grid;
  grid-template-columns: 9px 1fr;
  gap: 10px;
  align-items: start;
}

.signal-list span {
  width: 9px;
  height: 9px;
  margin-top: 4px;
  border-radius: 999px;
  background: var(--color-aqua);
  box-shadow: 0 0 0 6px rgba(77, 206, 218, 0.12);
}

.participant-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.82fr);
  gap: 14px;
  padding: 14px;
}

.module-card,
.coach-card {
  padding: 18px;
  border-radius: 16px;
}

.module-card {
  background: var(--paper);
  color: var(--ink);
}

.module-card strong,
.coach-card strong {
  display: block;
  font-size: 1.05rem;
  line-height: 1.28;
}

.choice-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.choice-stack span {
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--color-blue-tint);
  color: var(--color-blue);
  font-size: 0.76rem;
  font-weight: 700;
}

.coach-card {
  background: var(--color-orange);
  color: #25190d;
  animation: coach-breathe 4.5s var(--ease-in-out) infinite;
}

.coach-card small {
  color: rgba(37, 25, 13, 0.62);
}

.section-light {
  background:
    linear-gradient(180deg, var(--paper-blue), var(--paper) 46%, #f8fdff);
  color: var(--ink);
}

.why-matters {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(320px, 1fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: end;
  padding: clamp(64px, 8vw, 104px) clamp(20px, 5vw, 72px);
  border-top: 1px solid rgba(251, 253, 255, 0.1);
}

.why-copy {
  position: relative;
  z-index: 1;
  max-width: 680px;
}

.why-copy h2 {
  max-width: 720px;
  font-size: clamp(2.2rem, 4.4vw, 4.4rem);
}

.why-copy p {
  max-width: 62ch;
  color: var(--muted-dark);
}

.example-card,
.before-after {
  position: relative;
  z-index: 1;
}

.example-card {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line-dark);
  border-radius: 28px;
  background: rgba(251, 253, 255, 0.9);
  box-shadow: 0 24px 52px rgba(39, 54, 136, 0.1);
}

.example-kicker {
  margin-bottom: 8px;
  color: var(--color-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.example-card h3 {
  margin-bottom: 18px;
}

.example-steps {
  display: grid;
  gap: 10px;
}

.example-steps div {
  padding: 14px 16px;
  border-radius: 18px;
  background: var(--color-blue-tint);
}

.example-steps span {
  display: block;
  margin-bottom: 4px;
  color: var(--muted-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.example-steps strong {
  display: block;
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.35;
}

.before-after {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.before-after article {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--line-dark);
  border-radius: 28px;
  background: rgba(251, 253, 255, 0.86);
  box-shadow: 0 20px 40px rgba(39, 54, 136, 0.08);
}

.before-after article:nth-child(2) {
  background: var(--ink);
  color: var(--paper);
}

.before-after span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--color-aqua);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.before-after p {
  margin: 0;
  color: var(--muted-dark);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.62;
}

.before-after article:nth-child(2) p {
  color: rgba(251, 253, 255, 0.72);
}

.surfaces {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 1fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: center;
  padding: clamp(76px, 9vw, 124px) clamp(20px, 5vw, 72px);
}

.surfaces-copy {
  max-width: 720px;
}

.surfaces-copy h2 {
  max-width: 620px;
}

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

.surface-stack article {
  min-height: 330px;
  padding: 24px;
  border: 1px solid var(--line-dark);
  border-radius: 24px;
  background: rgba(251, 253, 255, 0.88);
  box-shadow: 0 20px 40px rgba(39, 54, 136, 0.08);
}

.surface-stack article:nth-child(2) {
  margin-top: 36px;
  background: var(--color-light-orange);
}

.surface-stack article:nth-child(3) {
  margin-top: -36px;
  background: var(--ink);
  color: var(--paper);
}

.surface-stack article:nth-child(3) p {
  color: rgba(251, 253, 255, 0.72);
}

.surface-stack span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--color-aqua);
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 800;
}

.surface-visual {
  height: 118px;
  margin-bottom: 24px;
  border-radius: 18px;
}

.silent-write {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 14px;
  background: var(--color-blue-tint);
}

.silent-write label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-blue);
  font-size: 0.76rem;
  font-weight: 800;
}

.silent-write i {
  width: 12px;
  height: 12px;
  border: 2px solid var(--color-blue);
  border-radius: 50%;
  background: var(--paper);
}

.silent-write label:first-child i {
  box-shadow: inset 0 0 0 3px var(--paper);
  background: var(--color-aqua);
}

.surface-input {
  height: 34px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  margin-bottom: 2px;
  border: 1px solid rgba(39, 54, 136, 0.16);
  border-radius: 11px;
  background: rgba(251, 253, 255, 0.9);
  color: var(--muted-dark);
  font-size: 0.75rem;
  font-weight: 700;
}

.cluster-view {
  position: relative;
  background: rgba(251, 253, 255, 0.5);
}

.cluster-view em,
.cluster-view b {
  position: absolute;
  display: block;
  border-radius: 999px;
  font-style: normal;
}

.cluster-view em {
  padding: 7px 10px;
  background: var(--paper);
  color: var(--color-blue);
  font-size: 0.68rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(39, 54, 136, 0.09);
}

.cluster-view em:nth-child(1) {
  left: 14px;
  top: 14px;
}

.cluster-view em:nth-child(2) {
  right: 18px;
  top: 36px;
}

.cluster-view em:nth-child(3) {
  left: 46%;
  bottom: 12px;
}

.cluster-view b {
  width: 46px;
  height: 22px;
  background: rgba(77, 206, 218, 0.64);
}

.cluster-view b:nth-of-type(1) {
  left: 28px;
  top: 52px;
  transform: rotate(-8deg);
}

.cluster-view b:nth-of-type(2) {
  left: 72px;
  top: 78px;
  background: rgba(246, 149, 38, 0.55);
  transform: rotate(7deg);
}

.cluster-view b:nth-of-type(3) {
  right: 66px;
  top: 14px;
  background: rgba(249, 61, 65, 0.5);
  transform: rotate(6deg);
}

.cluster-view b:nth-of-type(4) {
  right: 26px;
  bottom: 18px;
  transform: rotate(-7deg);
}

.cluster-view b:nth-of-type(5) {
  left: 44%;
  top: 40px;
  background: rgba(39, 54, 136, 0.22);
  transform: rotate(4deg);
}

.matrix-view {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.18);
}

.matrix-view div {
  background: rgba(255, 255, 255, 0.06);
}

.matrix-dot {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color-aqua);
  box-shadow: 0 0 0 6px rgba(77, 206, 218, 0.18);
}

.dot-a {
  left: 22%;
  top: 28%;
}

.dot-b {
  right: 24%;
  top: 22%;
  background: var(--color-orange);
  box-shadow: 0 0 0 6px rgba(246, 149, 38, 0.18);
}

.dot-c {
  right: 36%;
  bottom: 20%;
}

.chat-view {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 12px;
  background: var(--color-blue-tint);
}

.chat-view div {
  width: 78%;
  padding: 8px 10px;
  border-radius: 13px 13px 13px 4px;
  background: var(--paper);
  color: var(--muted-dark);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.25;
  box-shadow: 0 10px 22px rgba(39, 54, 136, 0.08);
}

.chat-view div:nth-child(2) {
  justify-self: end;
  border-radius: 13px 13px 4px 13px;
  background: var(--color-aqua);
  color: var(--ink);
}

.chat-view div:nth-child(3) {
  width: 58%;
}

.surface-stack strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.surface-stack p {
  margin: 0;
  color: var(--muted-dark);
  line-height: 1.55;
}

.pillars {
  padding: clamp(78px, 10vw, 140px) clamp(20px, 5vw, 72px);
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(250px, 0.62fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: end;
  max-width: 1240px;
  margin: 0 auto 54px;
}

.section-intro h2 {
  max-width: 860px;
}

.pillar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.82fr);
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
}

.pillar-card {
  position: relative;
  min-height: 330px;
  padding: clamp(24px, 4vw, 42px);
  padding-top: clamp(82px, 7vw, 96px);
  border: 1px solid var(--line-dark);
  border-radius: 28px;
  background: rgba(251, 253, 255, 0.82);
  box-shadow: 0 26px 50px rgba(39, 54, 136, 0.09);
  overflow: hidden;
}

.pillar-card.wide {
  grid-column: span 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(300px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.pillar-card.wide.deck-card {
  grid-template-columns: minmax(260px, 0.84fr) minmax(360px, 0.86fr);
  align-items: start;
}

.deck-card > div:first-of-type {
  max-width: 470px;
}

.pillar-card p,
.audience p,
.cta-band p,
.site-footer p {
  color: var(--muted-dark);
}

.pillar-number {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 42px;
  left: 42px;
  margin-bottom: 0;
  border-radius: 999px;
  background: var(--color-blue);
  color: var(--paper);
  font-size: 0.8rem;
  font-weight: 800;
}

.pillar-card.alert {
  background: var(--color-light-orange);
}

.pillar-card.alert .pillar-number {
  background: var(--color-orange);
  color: #25190d;
}

.pillar-card.telemetry {
  background: var(--ink);
  color: var(--paper);
}

.pillar-card.telemetry p {
  color: rgba(251, 253, 255, 0.72);
}

.pillar-card.telemetry .pillar-number {
  background: var(--color-aqua);
  color: var(--ink);
}

.work-visual {
  border-radius: 22px;
}

.deck-read {
  align-self: start;
  width: min(100%, 440px);
  justify-self: end;
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 0;
  padding: 18px;
  background: rgba(251, 253, 255, 0.94);
  border: 1px solid rgba(39, 54, 136, 0.13);
  box-shadow: 0 18px 40px rgba(39, 54, 136, 0.08);
}

.deck-read-file {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(39, 54, 136, 0.12);
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.2;
}

.deck-read-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.deck-read-tags span,
.live-coach small {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--color-orange);
  color: var(--paper);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
}

.deck-read-tags em {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border: 1px solid rgba(39, 54, 136, 0.18);
  border-radius: 999px;
  color: var(--color-blue);
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.deck-read p {
  margin: 0;
  padding: 0 2px 4px;
  background: transparent;
  color: var(--muted-dark);
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.42;
}

.deck-read ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.deck-read li {
  position: relative;
  min-height: 0;
  padding: 8px 0 8px 18px;
  border-top: 1px solid rgba(39, 54, 136, 0.09);
  border-radius: 0;
  background: transparent;
  color: var(--muted-dark);
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.32;
}

.deck-read li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--muted-dark);
}

.deck-read b {
  color: var(--color-blue);
  font-weight: 800;
}

.stop-plan {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}

.stop-plan div {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(251, 253, 255, 0.72);
}

.stop-plan span {
  display: block;
  margin-bottom: 5px;
  color: rgba(37, 25, 13, 0.62);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.stop-plan strong {
  display: block;
  color: #25190d;
  font-size: 0.83rem;
  line-height: 1.3;
}

.live-coach {
  max-width: 420px;
  margin-top: 40px;
  padding: 18px;
  background: var(--color-orange);
  color: #25190d;
  animation: coach-breathe 5.2s var(--ease-in-out) infinite;
}

.live-coach small {
  display: inline-flex;
  margin-bottom: 18px;
  background: rgba(251, 253, 255, 0.82);
  color: #25190d;
}

.live-coach strong,
.live-coach span {
  display: block;
}

.live-coach strong {
  margin-bottom: 9px;
  font-size: 1.2rem;
  line-height: 1.22;
}

.live-coach span {
  color: rgba(37, 25, 13, 0.74);
  font-weight: 700;
  line-height: 1.42;
}

.recap-matrix {
  position: relative;
  align-self: center;
  min-height: 210px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(39, 54, 136, 0.12);
  background: rgba(39, 54, 136, 0.14);
}

.recap-matrix > span {
  position: absolute;
  z-index: 1;
  color: var(--muted-dark);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.recap-matrix > span:first-child {
  top: 10px;
  left: 12px;
}

.recap-matrix > span:nth-child(2) {
  right: 12px;
  bottom: 10px;
}

.recap-matrix div {
  background: rgba(251, 253, 255, 0.78);
}

.facilitator {
  display: grid;
  grid-template-columns: minmax(260px, 0.76fr) minmax(320px, 0.78fr);
  gap: clamp(34px, 7vw, 98px);
  align-items: center;
  padding: clamp(82px, 11vw, 150px) clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 7% 84%, rgba(246, 149, 38, 0.18), transparent 26%),
    linear-gradient(145deg, #171a28, #22283b 58%, #171a28);
}

.facilitator-copy {
  max-width: 680px;
  justify-self: end;
}

.facilitator-copy h2 {
  max-width: 620px;
}

.notification-center {
  width: min(100%, 520px);
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(251, 253, 255, 0.08);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.brain-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.brain-header img {
  width: 52px;
  height: 52px;
}

.brain-header span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
}

.brain-header strong {
  font-size: 1.2rem;
}

.notification {
  padding: 18px;
  border-radius: 18px;
}

.notification + .notification {
  margin-top: 12px;
}

.notification p {
  margin: 0;
  color: currentColor;
  line-height: 1.5;
}

.notification.orange {
  background: var(--color-orange);
  color: #25190d;
  animation: coach-breathe 5s var(--ease-in-out) infinite;
}

.notification.cyan {
  background: rgba(77, 206, 218, 0.18);
  color: var(--paper);
}

.notification.neutral {
  background: rgba(251, 253, 255, 0.11);
  color: rgba(251, 253, 255, 0.82);
}

.notification.orange small {
  color: rgba(37, 25, 13, 0.62);
}

.notification.cyan small,
.notification.neutral small {
  color: var(--muted);
}

.audience {
  padding: clamp(78px, 10vw, 136px) clamp(20px, 5vw, 72px);
}

.audience-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: start;
  max-width: 1240px;
  margin: 0 auto;
}

.audience-copy h2 {
  max-width: 660px;
}

.role-list {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line-dark);
  border-radius: 28px;
  overflow: hidden;
  background: rgba(39, 54, 136, 0.12);
}

.role-list article {
  display: grid;
  grid-template-columns: 54px minmax(150px, 0.42fr) minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
  padding: 26px;
  background: rgba(251, 253, 255, 0.9);
}

.role-list span {
  color: var(--color-aqua);
  font-weight: 800;
}

.role-list h3 {
  margin: 0;
  font-size: 1.18rem;
}

.role-list p {
  margin: 0;
  line-height: 1.6;
}

.practice {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 0.9fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: center;
  padding: clamp(82px, 11vw, 150px) clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 82% 16%, rgba(246, 149, 38, 0.18), transparent 28%),
    linear-gradient(140deg, #171a28, #243048 58%, #171a28);
}

.practice-copy h2 {
  max-width: 760px;
}

.practice-board {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  background: rgba(251, 253, 255, 0.08);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

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

.persona-strip article {
  min-height: 150px;
  padding: 16px;
  border-radius: 20px;
  background: var(--paper);
  color: var(--ink);
}

.persona-avatar {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 50%;
  background:
    linear-gradient(var(--paper), var(--paper)) padding-box,
    linear-gradient(135deg, var(--color-aqua), var(--color-blue)) border-box;
  border: 2px solid transparent;
  overflow: hidden;
}

.persona-avatar img {
  display: block;
  width: 100%;
  height: 100%;
}

.persona-strip article:nth-child(2) .persona-avatar {
  background:
    linear-gradient(var(--paper), var(--paper)) padding-box,
    linear-gradient(135deg, var(--color-orange), var(--color-red)) border-box;
}

.persona-strip article:nth-child(3) .persona-avatar {
  background:
    linear-gradient(var(--paper), var(--paper)) padding-box,
    linear-gradient(135deg, var(--color-blue), var(--color-aqua)) border-box;
}

.persona-strip strong,
.persona-strip small {
  display: block;
}

.persona-strip small {
  margin-top: 5px;
  color: var(--muted-dark);
  font-weight: 700;
}

.practice-prompt {
  padding: 22px;
  border-radius: 22px;
  background: var(--color-orange);
  color: #25190d;
  animation: coach-breathe 5.2s var(--ease-in-out) infinite;
}

.practice-prompt small {
  display: block;
  margin-bottom: 10px;
  color: rgba(37, 25, 13, 0.62);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.practice-prompt p {
  margin: 0;
  color: inherit;
  font-size: clamp(1.08rem, 1.6vw, 1.4rem);
  font-weight: 800;
  line-height: 1.35;
}

.practice-checks {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
}

.practice-checks div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  padding: 17px 18px;
  background: rgba(16, 20, 34, 0.82);
}

.practice-checks span {
  color: var(--color-aqua);
  font-size: 0.78rem;
  font-weight: 800;
}

.practice-checks strong {
  font-size: 0.98rem;
}

.pricing {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 0.72fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  margin: clamp(18px, 3vw, 34px) clamp(14px, 2vw, 24px);
  padding: clamp(40px, 5vw, 64px) clamp(28px, 4vw, 64px);
  border: 1px solid rgba(39, 54, 136, 0.12);
  border-radius: clamp(28px, 3vw, 46px);
  background:
    radial-gradient(circle at 7% 98%, rgba(249, 61, 65, 0.1), transparent 22%),
    radial-gradient(circle at 94% 7%, rgba(77, 206, 218, 0.16), transparent 24%),
    linear-gradient(135deg, #fbfdff 0%, #f8fdff 56%, #effbff 100%);
}

.pricing-copy {
  position: relative;
  z-index: 1;
  max-width: 700px;
}

.pricing-copy h2 {
  max-width: 650px;
  color: var(--color-blue);
  font-size: clamp(2.9rem, 4.5vw, 4.35rem);
  line-height: 0.98;
}

.pricing-copy p {
  max-width: 62ch;
  color: var(--color-blue);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.48;
}

.pricing-points {
  display: grid;
  gap: 16px;
  margin: clamp(26px, 3vw, 34px) 0 0;
  padding: 0;
  color: var(--color-blue);
  font-size: clamp(0.96rem, 1.25vw, 1.08rem);
  font-weight: 800;
  line-height: 1.42;
  list-style: none;
}

.pricing-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  width: min(100%, 480px);
  justify-self: end;
  padding: clamp(18px, 2vw, 22px);
  border: 1px solid rgba(39, 54, 136, 0.12);
  border-radius: 28px;
  background: rgba(251, 253, 255, 0.94);
  box-shadow: 0 30px 72px rgba(39, 54, 136, 0.12);
}

.trial-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 38px;
  margin-bottom: 4px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--color-blue-tint);
  color: var(--color-blue);
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  font-weight: 800;
  line-height: 1.15;
}

.plan-card {
  padding: clamp(16px, 2vw, 20px);
  border: 1px solid rgba(39, 54, 136, 0.12);
  border-radius: 20px;
  background: rgba(248, 253, 255, 0.84);
}

.annual-plan {
  background:
    radial-gradient(circle at 12% 0%, rgba(246, 149, 38, 0.14), transparent 44%),
    rgba(255, 250, 243, 0.92);
}

.plan-card > span {
  display: block;
  margin-bottom: 8px;
  color: var(--color-blue);
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-transform: uppercase;
}

.plan-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  color: var(--color-blue);
}

.plan-price strong {
  font-size: clamp(2.8rem, 4.6vw, 3.65rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.92;
}

.plan-price em {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.plan-card p {
  margin: 5px 0 0;
  color: var(--muted-dark);
  font-size: clamp(0.95rem, 1.25vw, 1.04rem);
  line-height: 1.35;
}

.annual-plan b {
  display: block;
  margin-top: 10px;
  color: var(--color-red);
  font-size: clamp(0.95rem, 1.25vw, 1.04rem);
  font-weight: 800;
}

.pricing-note {
  margin: 4px 0 4px;
  color: var(--muted-dark);
  font-size: clamp(0.94rem, 1.2vw, 1.03rem);
  line-height: 1.45;
}

.pricing-start {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 15px 26px;
  border: 2px solid var(--color-blue);
  border-radius: 999px;
  background: var(--color-orange);
  color: var(--color-blue);
  box-shadow: 0 6px 0 var(--color-blue);
  font-size: clamp(0.96rem, 1.25vw, 1.05rem);
  font-weight: 800;
  transition: transform 160ms var(--ease-out), box-shadow 160ms var(--ease-out), background 160ms var(--ease-out);
}

.pricing-start:hover {
  background: #f8ab4a;
}

.pricing-start:active {
  transform: translateY(3px);
  box-shadow: 0 3px 0 var(--color-blue);
}

.cta-band {
  min-height: 560px;
  display: grid;
  place-items: center;
  padding: 90px 20px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 40%, rgba(77, 206, 218, 0.2), transparent 34%),
    linear-gradient(135deg, #171a28, #22283b);
}

.cta-inner {
  max-width: 860px;
}

.cta-inner h2 {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.cta-inner p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(251, 253, 255, 0.72);
}

.cta-shape {
  position: absolute;
  width: clamp(120px, 16vw, 220px);
  opacity: 0.72;
  animation: float-shape 9s var(--ease-in-out) infinite;
}

.shape-left {
  left: 4%;
  top: 18%;
}

.shape-right {
  right: 4%;
  bottom: 12%;
  animation-delay: -3s;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(160px, 260px) auto;
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
  padding: 52px clamp(20px, 5vw, 72px);
  background: var(--paper);
  color: var(--ink);
}

.footer-product {
  width: min(340px, 78vw);
  margin-bottom: 18px;
}

.footer-inline-link {
  color: var(--ink);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(77, 206, 218, 0.55);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.footer-parent span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-parent img {
  width: 160px;
}

.footer-parent a {
  display: inline-block;
  width: fit-content;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  font-weight: 700;
}

.footer-legal {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(39, 54, 136, 0.12);
  color: var(--muted-dark);
  font-size: 0.86rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out);
}

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

@keyframes float-shape {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0, -18px, 0) rotate(4deg);
  }
}

@keyframes lift-card {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes signal-pulse {
  0%,
  100% {
    transform: scaleX(0.72);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
}

@keyframes coach-breathe {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@media (max-width: 1080px) {
  .hero,
  .why-matters,
  .surfaces,
  .facilitator,
  .audience-grid,
  .practice,
  .pricing,
  .section-intro {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .facilitator-copy,
  .pricing-panel {
    justify-self: start;
  }

  h1,
  h2 {
    max-width: 760px;
  }

  .pillar-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 14px 18px;
  }

  section[id],
  article[id] {
    scroll-margin-top: 96px;
  }

  .brand-mark img {
    width: 180px;
  }

  .main-nav {
    display: none;
  }

  .nav-cta {
    padding: 9px 11px;
    font-size: 0.76rem;
  }

  .hero {
    padding-top: 112px;
  }

  .hero-copy,
  .hero-product {
    width: calc(100vw - 48px);
    max-width: calc(100vw - 48px);
  }

  .hero-copy .eyebrow,
  .hero-subhead {
    width: 100%;
    max-width: calc(100vw - 48px);
    overflow-wrap: break-word;
  }

  h1 {
    max-width: 9.6ch;
    font-size: clamp(2.65rem, 8.5vw, 3.35rem);
    line-height: 0.99;
  }

  .proof-row,
  .before-after,
  .workspace-grid,
  .participant-panel,
  .pillar-card.wide,
  .pillar-card.wide.deck-card,
  .surface-stack,
  .persona-strip,
  .role-list article,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .presenter-panel {
    min-height: 360px;
  }

  .slide-stage {
    min-height: 286px;
    padding: 18px;
  }

  .trajectory-card {
    left: 18px;
    right: 18px;
  }

  .shape {
    opacity: 0.4;
  }

  .scroll-shape {
    opacity: 0.14;
  }

  .surfaces-shape-b,
  .pillars-shape-b,
  .facilitator-shape-a,
  .practice-shape-a {
    display: none;
  }

  .pillar-card {
    min-height: auto;
  }

  .pillar-number {
    top: 28px;
    left: 28px;
  }

  .surface-stack article:nth-child(2),
  .surface-stack article:nth-child(3) {
    margin-top: 0;
    transform: none;
  }

  .role-list article {
    gap: 8px;
  }

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

@media (max-width: 520px) {
  body {
    width: 100%;
    max-width: 100%;
  }

  .site-header {
    padding: 14px 16px;
  }

  .brand-mark img {
    width: 168px;
  }

  .nav-cta {
    white-space: nowrap;
    font-size: 0;
  }

  .nav-cta::after {
    content: "Try deck";
    font-size: 0.76rem;
  }

  h1 {
    max-width: 9.4ch;
    font-size: clamp(2.55rem, 11.2vw, 3.05rem);
    line-height: 1;
  }

  h2 {
    font-size: clamp(2.1rem, 11vw, 3.5rem);
  }

  .hero {
    display: block;
    width: 100%;
    max-width: 100vw;
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .hero-copy {
    margin-bottom: 42px;
  }

  .hero-actions {
    width: calc(100vw - 48px);
    max-width: calc(100vw - 48px);
    align-items: stretch;
    flex-direction: column;
  }

  .proof-row {
    width: calc(100vw - 48px);
    max-width: calc(100vw - 48px);
  }

  .button {
    width: 100%;
  }

  .hero-product {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .mock-window {
    width: calc(100vw - 48px);
    max-width: calc(100vw - 48px);
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    border-radius: 22px;
    overflow: hidden;
  }

  .workspace-grid,
  .signal-panel,
  .participant-panel,
  .module-card,
  .coach-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .signal-list div {
    grid-template-columns: 9px minmax(0, 1fr);
  }

  .signal-list,
  .choice-stack {
    min-width: 0;
  }

  .signal-head strong {
    font-size: 1.2rem;
  }

  .signal-head {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 8px;
  }

  .window-bar strong {
    display: none;
  }

  .pricing {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pricing-panel,
  .pricing-copy {
    width: 100%;
    max-width: calc(100vw - 72px);
  }

  .pricing-panel {
    padding: 18px;
    border-radius: 28px;
  }

  .plan-card {
    padding: 20px;
    border-radius: 20px;
  }

  .pricing-points {
    gap: 16px;
  }

  .pricing-start {
    width: 100%;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .scroll-shape {
    transform: rotate(var(--shape-rotate, 0deg));
    will-change: auto;
  }
}
