:root {
  --ink: #07121f;
  --ink-deep: #050c15;
  --navy: #0d1e32;
  --navy-soft: #142b45;
  --line: rgba(219, 239, 255, 0.14);
  --line-strong: rgba(219, 239, 255, 0.27);
  --paper: #f4f7fb;
  --muted: #9aacbf;
  --muted-strong: #bfccda;
  --white: #f8fbff;
  --lime: #b3ff79;
  --cyan: #7be9ff;
  --peach: #ffae8b;
  --lilac: #c4b5ff;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink-deep);
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--ink-deep);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

button {
  cursor: pointer;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 3px;
}

[hidden] {
  display: none !important;
}

.site-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at 84% 6%, rgba(123, 233, 255, 0.08), transparent 22rem),
    radial-gradient(circle at 10% 35%, rgba(196, 181, 255, 0.06), transparent 26rem),
    var(--ink-deep);
}

.demo-banner {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 32px;
  padding: 0.4rem 1rem;
  color: var(--muted-strong);
  background: #0b1b2c;
  border-bottom: 1px solid var(--line);
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  text-align: center;
}

.demo-mode-label {
  color: var(--lime);
}

.banner-separator {
  color: #4d647d;
}

.pulse-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(179, 255, 121, 0.12), 0 0 17px rgba(179, 255, 121, 0.65);
}

.access-screen {
  position: relative;
  display: grid;
  place-items: center;
  min-height: calc(100vh - 32px);
  padding: 4rem 1rem 5rem;
  overflow: hidden;
}

.access-orbit {
  position: absolute;
  border: 1px solid rgba(123, 233, 255, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  width: min(85vw, 720px);
  aspect-ratio: 1;
  top: -20%;
  right: -28%;
  box-shadow: 0 0 100px rgba(123, 233, 255, 0.05);
}

.orbit-two {
  width: min(60vw, 500px);
  aspect-ratio: 1;
  bottom: -25%;
  left: -25%;
  border-color: rgba(196, 181, 255, 0.13);
}

.access-card {
  position: relative;
  z-index: 1;
  width: min(100%, 680px);
  padding: clamp(1.4rem, 5vw, 3.75rem);
  background: linear-gradient(145deg, rgba(20, 43, 69, 0.94), rgba(8, 20, 34, 0.96));
  border: 1px solid rgba(219, 239, 255, 0.18);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow), inset 0 1px rgba(255, 255, 255, 0.06);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--muted-strong);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-mark {
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
  width: 27px;
  height: 25px;
  padding: 4px;
  border: 1px solid rgba(179, 255, 121, 0.6);
  border-radius: 8px 8px 8px 2px;
  transform: rotate(-9deg);
  background: rgba(179, 255, 121, 0.06);
}

.brand-mark span {
  display: block;
  width: 4px;
  border-radius: 5px;
  background: var(--lime);
}

.brand-mark span:nth-child(1) { height: 8px; opacity: 0.65; }
.brand-mark span:nth-child(2) { height: 13px; }
.brand-mark span:nth-child(3) { height: 17px; opacity: 0.8; }

.eyebrow {
  display: block;
  margin-top: 2.5rem;
  color: var(--cyan);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.access-card h1 {
  max-width: 12ch;
  margin: 0.85rem 0 1.1rem;
  color: var(--white);
  font-size: clamp(2.7rem, 8vw, 5.7rem);
  font-weight: 760;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.access-lede {
  max-width: 52ch;
  margin: 0;
  color: var(--muted-strong);
  font-size: 1.05rem;
}

.access-form,
.otp-panel {
  margin-top: 2.25rem;
}

.access-form label,
.otp-panel label,
.feedback-form label {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 700;
}

.input-row {
  display: grid;
  gap: 0.65rem;
}

input[type="email"],
.otp-input,
textarea {
  width: 100%;
  color: var(--white);
  background: rgba(5, 13, 23, 0.64);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

input[type="email"],
.otp-input {
  min-height: 52px;
  padding: 0 1rem;
}

textarea {
  min-height: 102px;
  padding: 0.85rem 1rem;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #6f859b;
}

input[type="email"]:focus,
.otp-input:focus,
textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(123, 233, 255, 0.1);
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.8rem 1.1rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

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

.button-primary {
  color: #08131f;
  background: var(--lime);
  box-shadow: 0 10px 28px rgba(179, 255, 121, 0.14);
}

.button-primary:hover {
  background: #d0ffad;
  box-shadow: 0 14px 35px rgba(179, 255, 121, 0.2);
}

.button-secondary {
  color: var(--ink);
  background: var(--white);
}

.button-secondary:hover {
  background: #dff5ff;
}

.button-ghost {
  color: var(--muted-strong);
  background: transparent;
  border-color: var(--line-strong);
}

.button-ghost:hover {
  color: var(--white);
  background: rgba(219, 239, 255, 0.08);
  border-color: rgba(219, 239, 255, 0.48);
}

.consent-line {
  display: flex !important;
  align-items: flex-start;
  gap: 0.65rem;
  margin-top: 1rem;
  color: var(--muted) !important;
  font-size: 0.78rem !important;
  font-weight: 500 !important;
  line-height: 1.45;
}

.consent-line input {
  width: 18px;
  height: 18px;
  margin: 0.05rem 0 0;
  flex: 0 0 auto;
  accent-color: var(--lime);
}

.field-error {
  min-height: 1.3rem;
  margin: 0.5rem 0 0;
  color: var(--peach);
  font-size: 0.82rem;
}

.otp-panel {
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}

.otp-heading-row,
.board-top,
.preview-footer,
.feedback-form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.otp-heading-row .eyebrow {
  margin-top: 0;
}

.otp-heading-row h2 {
  margin: 0.45rem 0 0;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
}

.status-chip {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0.32rem 0.6rem;
  color: var(--muted-strong);
  background: rgba(219, 239, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.status-chip-demo {
  color: var(--lime);
  background: rgba(179, 255, 121, 0.08);
  border-color: rgba(179, 255, 121, 0.26);
}

.status-chip-lime {
  color: var(--ink);
  background: var(--lime);
  border-color: var(--lime);
}

.otp-copy {
  margin: 1rem 0;
  color: var(--muted-strong);
}

.demo-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 1rem 0 1.2rem;
  padding: 0.8rem 1rem;
  background: rgba(5, 13, 23, 0.58);
  border: 1px dashed rgba(179, 255, 121, 0.42);
  border-radius: var(--radius-sm);
}

.demo-code span {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.demo-code strong {
  color: var(--lime);
  font-size: 1.3rem;
  letter-spacing: 0.15em;
}

.otp-input {
  font-size: 1.3rem;
  letter-spacing: 0.3em;
  text-align: center;
}

.otp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.25rem;
}

.text-button {
  padding: 0;
  color: var(--cyan);
  background: transparent;
  border: 0;
  font-size: 0.82rem;
  font-weight: 750;
}

.text-button:hover {
  color: var(--white);
}

#resend-otp {
  margin-top: 1rem;
}

.access-success {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.8rem;
  padding: 0.8rem 0.95rem;
  color: var(--white);
  background: rgba(179, 255, 121, 0.08);
  border: 1px solid rgba(179, 255, 121, 0.27);
  border-radius: var(--radius-sm);
}

.access-success div {
  display: grid;
  gap: 0.1rem;
}

.access-success span:last-child {
  color: var(--muted-strong);
  font-size: 0.86rem;
}

.success-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  font-weight: 900;
}

.privacy-note {
  margin: 2.5rem 0 0;
  color: #71869c;
  font-size: 0.75rem;
}

.access-side-note {
  position: absolute;
  bottom: 1.3rem;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: min(90%, 500px);
  color: #5e748d;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.access-side-note .line {
  height: 1px;
  flex: 1;
  background: var(--line);
}

.proposal {
  padding-bottom: 4rem;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
  padding: 0.8rem clamp(1rem, 5vw, 4rem);
  background: rgba(5, 12, 21, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.topbar-brand {
  color: var(--white);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

.topbar-brand .brand-mark {
  width: 24px;
  height: 23px;
}

.brand-name {
  line-height: 1.05;
}

.brand-name b {
  color: var(--lime);
  font-weight: 850;
}

.topbar-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.75rem;
}

.topbar-status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--lime);
}

.section-pad {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: clamp(4.7rem, 9vw, 8.5rem) clamp(1rem, 5vw, 4rem);
  scroll-margin-top: 74px;
}

.hero {
  display: grid;
  gap: 4rem;
  min-height: 670px;
  align-items: center;
  padding-top: clamp(4.5rem, 10vw, 9.5rem);
}

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

.hero-copy .eyebrow {
  margin-top: 0;
}

.hero h1 {
  max-width: 11ch;
  margin: 1rem 0 1.2rem;
  font-size: clamp(3.35rem, 8vw, 7.2rem);
  font-weight: 780;
  letter-spacing: -0.09em;
  line-height: 0.9;
}

.hero-description {
  max-width: 52ch;
  margin: 0;
  color: var(--muted-strong);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 2rem;
}

.hero-footnote {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.4rem;
  color: #8298ae;
  font-size: 0.78rem;
}

.mini-icon {
  color: var(--cyan);
  font-size: 1.1rem;
}

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

.visual-glow {
  position: absolute;
  top: 14%;
  right: 4%;
  width: 80%;
  height: 65%;
  background: radial-gradient(ellipse, rgba(123, 233, 255, 0.25), transparent 66%);
  filter: blur(18px);
}

.journey-window {
  position: absolute;
  top: 8%;
  right: 1%;
  width: min(100%, 540px);
  overflow: hidden;
  background: linear-gradient(145deg, rgba(25, 57, 82, 0.97), rgba(8, 20, 34, 0.98));
  border: 1px solid rgba(219, 239, 255, 0.23);
  border-radius: 24px;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 255, 255, 0.1);
  transform: rotate(3deg);
}

.window-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 0.8rem 1rem;
  color: #7690a8;
  border-bottom: 1px solid var(--line);
  font-size: 0.65rem;
  letter-spacing: 0.04em;
}

.window-dots {
  display: inline-flex;
  gap: 4px;
}

.window-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #62819b;
}

.window-dots i:first-child { background: var(--peach); }
.window-dots i:nth-child(2) { background: var(--lime); }

.window-live {
  color: var(--lime);
}

.window-body {
  padding: clamp(1.25rem, 4vw, 2.2rem);
}

.window-kicker,
.window-progress-meta,
.window-next span {
  color: #86a5bb;
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.window-title {
  max-width: 13ch;
  margin: 0.8rem 0 1.4rem;
  color: var(--white);
  font-size: clamp(1.6rem, 5vw, 2.8rem);
  font-weight: 760;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.window-progress {
  height: 8px;
  overflow: hidden;
  background: rgba(219, 239, 255, 0.1);
  border-radius: 99px;
}

.window-progress span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--lime), var(--cyan));
  border-radius: inherit;
  transition: width 250ms ease;
}

.window-progress-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 0.55rem;
  letter-spacing: 0;
  text-transform: none;
}

.window-progress-meta strong {
  color: var(--lime);
  font-size: 0.78rem;
}

.window-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
  margin-top: 2rem;
}

.mini-card {
  display: grid;
  gap: 0.22rem;
  min-height: 88px;
  padding: 0.7rem;
  background: rgba(5, 13, 23, 0.45);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.mini-card-icon {
  color: var(--lime);
  font-size: 1rem;
}

.mini-card-icon.peach { color: var(--peach); }
.mini-card-icon.lilac { color: var(--lilac); }

.mini-card span:not(.mini-card-icon) {
  color: #89a1b8;
  font-size: 0.65rem;
}

.mini-card b {
  color: var(--white);
  font-size: 0.73rem;
}

.window-next {
  display: grid;
  gap: 0.3rem;
  margin-top: 1.2rem;
  padding: 1rem;
  background: rgba(179, 255, 121, 0.08);
  border: 1px solid rgba(179, 255, 121, 0.2);
  border-radius: 12px;
}

.window-next b {
  color: var(--lime);
  font-size: 0.9rem;
}

.floating-note {
  position: absolute;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.55rem;
  align-items: center;
  padding: 0.75rem 0.9rem;
  background: rgba(10, 28, 44, 0.92);
  border: 1px solid rgba(219, 239, 255, 0.2);
  border-radius: 13px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
  font-size: 0.72rem;
}

.floating-note b {
  color: var(--white);
}

.floating-note span:last-child {
  grid-column: 2;
  color: var(--muted);
  font-size: 0.65rem;
}

.note-dot {
  width: 7px;
  height: 7px;
  grid-row: span 2;
  align-self: center;
  border-radius: 50%;
  background: var(--lime);
}

.note-dot.peach { background: var(--peach); }

.note-one { top: 2%; left: 1%; }
.note-two { right: -1%; bottom: 11%; }

.package-bar {
  display: grid;
  align-items: end;
  gap: 1.3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: rgba(15, 32, 51, 0.48);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.package-bar .eyebrow {
  margin-top: 0;
}

.package-bar h2 {
  margin: 0.5rem 0 0;
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.package-toggle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  width: 100%;
  padding: 0.3rem;
  background: rgba(5, 13, 23, 0.78);
  border: 1px solid var(--line-strong);
  border-radius: 16px;
}

.package-option {
  display: grid;
  gap: 0.18rem;
  min-height: 62px;
  padding: 0.65rem 0.35rem;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 12px;
  text-align: left;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.package-option span {
  padding-left: 0.45rem;
  font-size: 0.9rem;
  font-weight: 850;
}

.package-option small {
  padding-left: 0.45rem;
  font-size: 0.66rem;
}

.package-option:hover,
.package-option.is-selected {
  color: var(--ink);
  background: var(--lime);
  box-shadow: 0 8px 24px rgba(179, 255, 121, 0.14);
}

.package-option.is-selected small,
.package-option:hover small {
  color: rgba(8, 19, 31, 0.75);
}

.package-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.section-heading {
  display: grid;
  gap: 1.2rem;
  margin-bottom: 2.8rem;
}

.section-heading > div {
  position: relative;
}

.section-number {
  display: block;
  margin-bottom: 1.2rem;
  color: var(--lime);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.section-heading .eyebrow {
  margin: 0;
}

.section-heading h2 {
  max-width: 15ch;
  margin: 0.7rem 0 0;
  font-size: clamp(2.25rem, 6vw, 5rem);
  font-weight: 760;
  letter-spacing: -0.08em;
  line-height: 0.95;
}

.section-heading > p {
  max-width: 47ch;
  margin: 0;
  color: var(--muted-strong);
  font-size: 1.02rem;
}

.insight-grid,
.preview-grid,
.feature-grid {
  display: grid;
  gap: 0.8rem;
}

.insight-card,
.preview-card,
.feature-card {
  position: relative;
  min-height: 200px;
  padding: 1.35rem;
  background: linear-gradient(145deg, rgba(20, 43, 69, 0.82), rgba(8, 20, 34, 0.78));
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.insight-card:hover,
.preview-card:hover,
.feature-card:hover {
  background: linear-gradient(145deg, rgba(25, 55, 84, 0.9), rgba(8, 20, 34, 0.86));
  border-color: var(--line-strong);
  transform: translateY(-4px);
}

.insight-index,
.feature-index {
  color: var(--cyan);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.insight-card h3,
.preview-card h3,
.feature-card h3 {
  margin: 2.5rem 0 0.55rem;
  font-size: 1.35rem;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.insight-card p,
.preview-card p,
.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.insight-card .card-marker {
  position: absolute;
  top: 1.3rem;
  right: 1.3rem;
  color: var(--lime);
  font-size: 1.2rem;
}

.quote-card {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1rem;
  align-items: center;
  margin-top: 0.8rem;
  padding: 1.3rem;
  background: linear-gradient(90deg, rgba(179, 255, 121, 0.12), rgba(123, 233, 255, 0.05));
  border: 1px solid rgba(179, 255, 121, 0.24);
  border-radius: var(--radius-md);
}

.quote-mark {
  grid-row: span 2;
  color: var(--lime);
  font-size: 3.2rem;
  line-height: 0.8;
}

.quote-card p {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.3rem, 3vw, 2.2rem);
  font-weight: 730;
  letter-spacing: -0.06em;
  line-height: 1;
}

.quote-card span {
  margin-top: 0.4rem;
  color: var(--muted);
  font-size: 0.73rem;
}

.section-journey {
  background: linear-gradient(180deg, rgba(12, 29, 47, 0), rgba(12, 29, 47, 0.55), rgba(12, 29, 47, 0));
}

.journey-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(95px, 1fr));
  gap: 1rem;
  min-width: 730px;
  padding: 1rem 0 1.5rem;
}

.journey-scroll {
  overflow-x: auto;
  scrollbar-color: #3b6685 transparent;
  scrollbar-width: thin;
}

.journey-scroll::-webkit-scrollbar {
  height: 7px;
}

.journey-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.journey-scroll::-webkit-scrollbar-thumb {
  background: #3b6685;
  border-radius: 99px;
}

.journey-track::after {
  position: absolute;
  right: 0;
  bottom: 0.3rem;
  left: 0;
  height: 1px;
  background: var(--line);
  content: "";
}

.journey-line {
  position: absolute;
  top: 43px;
  left: 32px;
  width: calc(100% - 64px);
  height: 2px;
  background: linear-gradient(90deg, var(--lime), var(--cyan), var(--lilac));
  opacity: 0.6;
}

.journey-stage {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.35rem;
}

.stage-index {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--muted);
  background: var(--navy);
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  font-size: 0.64rem;
  font-weight: 800;
}

.active-stage .stage-index {
  color: var(--ink);
  background: var(--lime);
  border-color: var(--lime);
}

.journey-stage strong {
  font-size: 0.9rem;
}

.journey-stage small {
  max-width: 12ch;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.35;
}

.journey-detail {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  margin-top: 2rem;
  padding: 1.15rem;
  background: rgba(5, 13, 23, 0.48);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.journey-detail-marker {
  color: var(--lime);
  font-size: 1.6rem;
}

.journey-detail b {
  color: var(--white);
  font-size: 1rem;
}

.journey-detail p {
  margin: 0.4rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.journey-detail-tag {
  grid-column: 2;
  justify-self: start;
  padding: 0.3rem 0.6rem;
  color: var(--cyan);
  background: rgba(123, 233, 255, 0.08);
  border: 1px solid rgba(123, 233, 255, 0.2);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 750;
}

.section-demo {
  background: radial-gradient(circle at 100% 28%, rgba(255, 174, 139, 0.08), transparent 26rem);
}

.preview-card {
  min-height: 265px;
}

.preview-card .preview-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--lime);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.preview-card .preview-tag::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.preview-card h3 {
  margin-top: 1.8rem;
}

.preview-example {
  display: grid;
  gap: 0.45rem;
  margin-top: 1.2rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line);
}

.preview-example span {
  color: #7e95aa;
  font-size: 0.7rem;
}

.preview-example strong {
  color: var(--white);
  font-size: 0.92rem;
}

.preview-footer {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 1rem;
  padding: 0.9rem 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.preview-footer .text-button {
  margin-left: auto;
}

.feature-card {
  min-height: 230px;
}

.feature-card h3 {
  margin-top: 2rem;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1.1rem;
}

.feature-list span {
  padding: 0.32rem 0.55rem;
  color: var(--muted-strong);
  background: rgba(219, 239, 255, 0.07);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.7rem;
}

.feature-card.feature-highlight {
  background: linear-gradient(145deg, rgba(179, 255, 121, 0.15), rgba(8, 20, 34, 0.8));
  border-color: rgba(179, 255, 121, 0.33);
}

.feature-card.feature-highlight .feature-index {
  color: var(--lime);
}

.feature-principles {
  display: grid;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}

.feature-principles > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem 0.8rem;
}

.principle-index {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 900;
}

.feature-principles p {
  grid-column: 2;
  margin: -0.35rem 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.design-grid {
  display: grid;
  gap: 1.5rem;
}

.design-palette {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.palette-card {
  min-height: 150px;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.palette-card > span {
  display: block;
  margin-bottom: 1.6rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.palette-card b {
  display: block;
  max-width: 14ch;
  font-size: 1.1rem;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.palette-blue {
  grid-column: span 2;
  min-height: 190px;
  color: var(--ink);
  background: var(--cyan);
  border-color: var(--cyan);
}

.palette-blue span { color: #1f7080; }
.palette-blue b { font-size: clamp(1.7rem, 4vw, 3rem); }

.palette-blue::after {
  display: block;
  width: 170px;
  height: 170px;
  margin: -90px -30px 0 auto;
  border: 1px solid rgba(7, 18, 31, 0.28);
  border-radius: 50%;
  box-shadow: -24px 24px 0 -23px rgba(7, 18, 31, 0.32), -48px 48px 0 -47px rgba(7, 18, 31, 0.32);
  content: "";
}

.palette-lime {
  color: var(--ink);
  background: var(--lime);
  border-color: var(--lime);
}

.palette-lime span { color: #527d3b; }

.palette-progress {
  height: 6px;
  margin-top: 1.5rem;
  background: rgba(7, 18, 31, 0.18);
  border-radius: 99px;
}

.palette-progress span {
  display: block;
  width: 72%;
  height: 100%;
  background: var(--ink);
  border-radius: inherit;
}

.palette-dark {
  color: var(--white);
  background: #1b1f32;
}

.palette-dark span { color: var(--lilac); }

.trust-lines {
  display: grid;
  gap: 6px;
  margin-top: 1.35rem;
}

.trust-lines span {
  display: block;
  width: 75%;
  height: 5px;
  background: var(--lilac);
  border-radius: 99px;
}

.trust-lines span:nth-child(2) { width: 58%; opacity: 0.7; }
.trust-lines span:nth-child(3) { width: 39%; opacity: 0.45; }

.design-notes {
  display: grid;
  gap: 1rem;
}

.design-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.note-number {
  color: var(--peach);
  font-size: 0.78rem;
  font-weight: 850;
}

.design-note b {
  color: var(--white);
  font-size: 1rem;
}

.design-note p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.admin-layout {
  display: grid;
  gap: 1.5rem;
}

.lead-board {
  padding: 1rem;
  background: rgba(14, 35, 55, 0.7);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.board-top {
  padding: 0.3rem 0 0.85rem;
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 800;
}

.lead-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 0.6rem;
  align-items: center;
  min-height: 68px;
  padding: 0.7rem 0.45rem;
  border-top: 1px solid var(--line);
}

.lead-header {
  min-height: 32px;
  color: #7490a8;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead-person,
.next-action {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  font-size: 0.75rem;
}

.lead-person b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.avatar {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 900;
}

.avatar-green { color: #304721; background: var(--lime); }
.avatar-purple { color: #3f356e; background: var(--lilac); }
.avatar-peach { color: #6e3b2a; background: var(--peach); }

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

.lead-row strong {
  color: var(--white);
  font-size: 0.74rem;
}

.lead-row small {
  margin-top: 0.2rem;
  color: #7e95aa;
  font-size: 0.63rem;
}

.next-action {
  color: var(--cyan);
  font-size: 0.68rem;
}

.lime-text {
  color: var(--lime);
}

.board-note {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.8rem;
  padding-top: 0.85rem;
  color: #7e95aa;
  border-top: 1px solid var(--line);
  font-size: 0.68rem;
}

.admin-copy {
  padding: 0.2rem 0;
}

.admin-stat {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid var(--line);
}

.admin-stat-value {
  color: var(--lime);
  font-size: 4.2rem;
  font-weight: 760;
  letter-spacing: -0.1em;
  line-height: 0.8;
}

.admin-stat-label {
  max-width: 12ch;
  color: var(--muted-strong);
  font-size: 0.8rem;
  line-height: 1.2;
}

.admin-copy > p {
  color: var(--muted-strong);
  font-size: 0.98rem;
}

.integration-stack {
  margin-top: 2rem;
}

.integration-title {
  margin-bottom: 0.7rem;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.integration-list {
  display: grid;
  gap: 0.55rem;
}

.integration-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 0.65rem 0;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  font-size: 0.78rem;
}

.integration-item strong {
  color: var(--peach);
  font-size: 0.65rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.section-packages {
  background: linear-gradient(180deg, rgba(16, 36, 57, 0), rgba(16, 36, 57, 0.45), rgba(16, 36, 57, 0));
}

.package-grid {
  display: grid;
  gap: 0.8rem;
}

.package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 1.35rem;
  background: rgba(13, 30, 50, 0.75);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.package-card:hover,
.package-card.is-selected {
  background: rgba(24, 49, 74, 0.88);
  border-color: var(--cyan);
  transform: translateY(-4px);
}

.package-card.recommended {
  border-color: rgba(179, 255, 121, 0.42);
}

.package-card.recommended.is-selected {
  border-color: var(--lime);
  box-shadow: 0 18px 50px rgba(179, 255, 121, 0.1);
}

.recommended-ribbon {
  position: absolute;
  top: -1px;
  right: 1.2rem;
  padding: 0.42rem 0.7rem;
  color: var(--ink);
  background: var(--lime);
  border-radius: 0 0 8px 8px;
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.package-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.package-index {
  color: var(--cyan);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.package-card h3 {
  margin: 2.8rem 0 0.15rem;
  font-size: 2.05rem;
  letter-spacing: -0.07em;
}

.package-card > p {
  margin: 0;
  color: var(--lime);
  font-size: 0.8rem;
  font-weight: 750;
}

.package-card ul {
  display: grid;
  gap: 0.7rem;
  margin: 1.7rem 0 1.5rem;
  padding: 0;
  color: var(--muted-strong);
  list-style: none;
  font-size: 0.84rem;
}

.package-card li {
  display: flex;
  gap: 0.6rem;
}

.package-card li::before {
  color: var(--lime);
  content: "✓";
  font-weight: 900;
}

.package-card-button {
  min-height: 42px;
  margin-top: auto;
  color: var(--muted-strong);
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.package-card-button:hover,
.package-card.is-selected .package-card-button {
  color: var(--ink);
  background: var(--lime);
  border-color: var(--lime);
}

.selected-investment {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding: 1.35rem;
  background: linear-gradient(110deg, rgba(196, 181, 255, 0.13), rgba(123, 233, 255, 0.06));
  border: 1px solid rgba(196, 181, 255, 0.28);
  border-radius: var(--radius-md);
}

.selected-investment .eyebrow {
  margin: 0;
  color: var(--lilac);
}

.selected-investment h3 {
  margin: 0.6rem 0 0.45rem;
  font-size: clamp(1.55rem, 4vw, 2.4rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.selected-investment p {
  max-width: 52ch;
  margin: 0;
  color: var(--muted-strong);
  font-size: 0.92rem;
}

.investment-value {
  display: grid;
  gap: 0.25rem;
  padding: 1rem;
  background: rgba(5, 13, 23, 0.4);
  border: 1px solid var(--line);
  border-radius: 13px;
}

.investment-value span,
.investment-value small {
  color: var(--muted);
  font-size: 0.7rem;
}

.investment-value strong {
  color: var(--lime);
  font-size: 1.55rem;
  letter-spacing: -0.06em;
}

.roadmap-list {
  display: grid;
  gap: 0.7rem;
}

.roadmap-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.roadmap-phase {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--ink);
  background: var(--lime);
  border-radius: 12px;
  font-size: 0.7rem;
  font-weight: 900;
}

.roadmap-item:nth-child(2) .roadmap-phase { background: var(--cyan); }
.roadmap-item:nth-child(3) .roadmap-phase { background: var(--lilac); }

.roadmap-item h3 {
  margin: 0;
  font-size: 1.1rem;
  letter-spacing: -0.04em;
}

.roadmap-item p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.roadmap-item .roadmap-status {
  grid-column: 2;
  justify-self: start;
  color: var(--lime);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.roadmap-boundary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.4rem;
  padding: 1rem;
  background: rgba(255, 174, 139, 0.08);
  border: 1px solid rgba(255, 174, 139, 0.22);
  border-radius: var(--radius-md);
}

.roadmap-boundary p {
  flex: 1 1 300px;
  margin: 0;
  color: var(--muted-strong);
  font-size: 0.82rem;
}

.section-next {
  padding-top: clamp(3rem, 8vw, 6rem);
}

.next-card {
  display: grid;
  gap: 2rem;
  padding: clamp(1.35rem, 5vw, 3.5rem);
  background: linear-gradient(135deg, rgba(179, 255, 121, 0.17), rgba(123, 233, 255, 0.09) 45%, rgba(196, 181, 255, 0.1));
  border: 1px solid rgba(179, 255, 121, 0.3);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.next-copy .eyebrow {
  margin: 0;
}

.next-copy h2 {
  max-width: 14ch;
  margin: 0.9rem 0 1rem;
  color: var(--white);
  font-size: clamp(2.3rem, 6vw, 5rem);
  letter-spacing: -0.09em;
  line-height: 0.93;
}

.next-copy > p {
  max-width: 50ch;
  margin: 0;
  color: var(--muted-strong);
}

.next-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.6rem;
}

.inline-confirmation {
  min-height: 1.5rem;
  margin-top: 0.8rem;
  color: var(--lime);
  font-size: 0.82rem;
}

.next-aside {
  padding: 1.1rem;
  color: var(--ink);
  background: var(--lime);
  border-radius: var(--radius-md);
}

.aside-label {
  color: #527d3b;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.next-aside ol {
  display: grid;
  gap: 0.9rem;
  margin: 1rem 0 1.4rem;
  padding-left: 1.2rem;
  font-size: 0.88rem;
  font-weight: 750;
}

.aside-footer {
  display: block;
  padding-top: 0.8rem;
  color: #527d3b;
  border-top: 1px solid rgba(7, 18, 31, 0.18);
  font-size: 0.72rem;
}

.section-feedback {
  padding-bottom: 10rem;
}

.feedback-card {
  display: grid;
  gap: 1.5rem;
  padding: 1.3rem;
  background: rgba(20, 43, 69, 0.72);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.feedback-card .eyebrow {
  margin: 0;
}

.feedback-card h2 {
  margin: 0.7rem 0 0.55rem;
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  letter-spacing: -0.07em;
  line-height: 0.98;
}

.feedback-card > div > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.feedback-form-row {
  align-items: flex-end;
}

.feedback-form-row .field-error {
  margin: 0;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: 3rem;
  padding-top: 1rem;
  color: #71869c;
  border-top: 1px solid var(--line);
  font-size: 0.7rem;
}

.floating-nav {
  position: fixed;
  z-index: 30;
  right: 0.75rem;
  bottom: max(0.8rem, env(safe-area-inset-bottom));
  left: 0.75rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.18rem;
  padding: 0.35rem;
  background: rgba(6, 16, 27, 0.9);
  border: 1px solid rgba(219, 239, 255, 0.2);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.nav-item {
  display: grid;
  min-height: 55px;
  place-items: center;
  align-content: center;
  gap: 0.12rem;
  color: #7890a7;
  border-radius: 13px;
  font-size: 0.57rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  transition: color 160ms ease, background 160ms ease;
}

.nav-icon {
  color: var(--cyan);
  font-size: 1.05rem;
  line-height: 1;
}

.nav-item:hover,
.nav-item.is-active {
  color: var(--white);
  background: rgba(179, 255, 121, 0.12);
}

.nav-item.is-active .nav-icon {
  color: var(--lime);
}

.toast {
  position: fixed;
  z-index: 40;
  right: 1rem;
  bottom: 6.6rem;
  left: 1rem;
  display: none;
  padding: 0.85rem 1rem;
  color: var(--white);
  background: #142b45;
  border: 1px solid rgba(123, 233, 255, 0.32);
  border-radius: 13px;
  box-shadow: var(--shadow);
  font-size: 0.8rem;
}

.toast.is-visible {
  display: block;
  animation: toast-in 220ms ease both;
}

@keyframes toast-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (min-width: 640px) {
  .input-row {
    grid-template-columns: 1fr auto;
  }

  .insight-grid,
  .preview-grid,
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .selected-investment {
    grid-template-columns: 1.3fr 0.7fr;
    align-items: center;
  }

  .feedback-card {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .toast {
    right: 1.5rem;
    left: auto;
    width: min(380px, calc(100vw - 3rem));
  }
}

@media (min-width: 900px) {
  .topbar {
    min-height: 82px;
  }

  .hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2rem;
  }

  .hero-visual {
    min-height: 540px;
  }

  .journey-window {
    right: 2%;
  }

  .section-heading {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
    align-items: end;
  }

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

  .insight-card:nth-child(2),
  .preview-card:nth-child(2),
  .feature-card:nth-child(2) {
    transform: translateY(1.4rem);
  }

  .insight-card:nth-child(2):hover,
  .preview-card:nth-child(2):hover,
  .feature-card:nth-child(2):hover {
    transform: translateY(1rem);
  }

  .feature-principles {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .design-grid {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: start;
  }

  .admin-layout {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: start;
  }

  .next-card {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: end;
  }

  .floating-nav {
    right: 1.5rem;
    bottom: 1.5rem;
    left: auto;
    width: 90px;
    grid-template-columns: 1fr;
    gap: 0.25rem;
    padding: 0.4rem;
    border-radius: 20px;
  }

  .nav-item {
    min-height: 65px;
  }

  .section-feedback {
    padding-right: 9rem;
  }

  .toast {
    right: 7rem;
    bottom: 1.5rem;
  }
}

@media (min-width: 1180px) {
  .topbar-meta {
    font-size: 0.8rem;
  }

  .hero {
    min-height: 760px;
  }

  .journey-window {
    top: 3%;
    right: 5%;
    width: 570px;
  }

  .note-one { left: -4%; }
  .note-two { right: -4%; }
}

@media (max-width: 639px) {
  .demo-banner {
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }

  .demo-banner > span:nth-of-type(3),
  .demo-banner .banner-separator:nth-of-type(2) {
    display: none;
  }

  .topbar-client {
    display: none;
  }

  .hero-visual {
    min-height: 390px;
  }

  .journey-window {
    top: 7%;
    right: -7%;
    width: 106%;
  }

  .floating-note {
    font-size: 0.67rem;
  }

  .note-one { top: 0; left: -2%; }
  .note-two { right: -2%; bottom: 2%; }

  .journey-track-wrap {
    overflow-x: auto;
  }

  .section-journey {
    overflow: hidden;
  }

  .lead-row {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .lead-row > :last-child {
    grid-column: 2;
  }

  .lead-header > :last-child {
    display: none;
  }

  .next-action {
    justify-self: start;
  }

  .feedback-form-row {
    align-items: stretch;
    flex-direction: column;
  }

  .feedback-form-row .button {
    width: 100%;
  }
}

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

/* Phase 2 conversion layer — shares the Phase 1 visual tokens and surfaces. */
select,
input[type="number"] {
  width: 100%;
  min-height: 48px;
  padding: 0 0.85rem;
  color: var(--white);
  background: rgba(5, 13, 23, 0.64);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

select:focus,
input[type="number"]:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(123, 233, 255, 0.1);
}

select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--cyan) 50%), linear-gradient(135deg, var(--cyan) 50%, transparent 50%);
  background-position: calc(100% - 16px) 21px, calc(100% - 11px) 21px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 0.55;
}

.button:disabled,
button:disabled {
  cursor: wait;
  opacity: 0.6;
  transform: none !important;
}

.phase2-lab {
  margin-top: 2.5rem;
  padding: clamp(1rem, 3vw, 2rem);
  background: linear-gradient(145deg, rgba(20, 43, 69, 0.8), rgba(5, 13, 23, 0.55));
  border: 1px solid rgba(123, 233, 255, 0.22);
  border-radius: var(--radius-lg);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
}

.lab-heading {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.lab-heading .eyebrow,
.support-card .eyebrow,
.lead-segmentation .eyebrow {
  margin-top: 0;
}

.lab-heading h3 {
  max-width: 15ch;
  margin: 0.65rem 0 0;
  font-size: clamp(1.75rem, 4vw, 3.15rem);
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.lab-heading > p {
  max-width: 42ch;
  margin: 0;
  color: var(--muted-strong);
  font-size: 0.9rem;
}

.tool-grid {
  display: grid;
  gap: 0.8rem;
}

.tool-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 1.15rem;
  background: rgba(5, 13, 23, 0.44);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.tool-card:hover {
  border-color: var(--line-strong);
}

.tool-card-top,
.support-card-top,
.stories-heading,
.lead-form-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}

.tool-index {
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.tool-card > h3,
.support-card h3,
.stories-heading h3,
.lead-segmentation h3 {
  margin: 1.7rem 0 0.45rem;
  color: var(--white);
  font-size: 1.35rem;
  letter-spacing: -0.05em;
  line-height: 1.03;
}

.tool-card > p,
.support-card > p,
.lead-segmentation-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.83rem;
}

.tool-form {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.3rem;
}

.tool-form label,
.lead-form label {
  margin-top: 0.25rem;
  margin-bottom: 0.05rem;
  color: var(--muted-strong);
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.tool-form .button {
  width: 100%;
  margin-top: 0.4rem;
}

.field-grid {
  display: grid;
  gap: 0.55rem;
}

.field-grid > div {
  min-width: 0;
}

.inline-error {
  display: block;
  min-height: 1rem;
  margin: 0.16rem 0 0;
  color: var(--peach);
  font-size: 0.68rem;
  line-height: 1.25;
}

.tool-states {
  min-height: 75px;
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line);
}

.tool-state {
  display: none;
  align-items: flex-start;
  gap: 0.65rem;
  color: var(--muted-strong);
  font-size: 0.76rem;
}

.tool-state.is-visible {
  display: flex;
}

.tool-state > strong,
.tool-state > div > strong {
  display: block;
  color: var(--white);
  font-size: 0.8rem;
}

.tool-state > span:not(.loader),
.tool-state > div > span {
  display: block;
  margin-top: 0.22rem;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.35;
}

.state-icon {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 900;
}

.state-error .state-icon {
  color: var(--ink);
  background: var(--peach);
}

.state-error .tool-retry {
  margin-top: 0.35rem;
  margin-left: auto;
  white-space: nowrap;
}

.state-loading {
  align-items: center;
  color: var(--cyan);
}

.loader {
  display: inline-block;
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  border: 2px solid rgba(123, 233, 255, 0.25);
  border-top-color: var(--cyan);
  border-radius: 50%;
  animation: spin 850ms linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.tool-test-error {
  align-self: flex-start;
  margin-top: auto;
  padding: 0.35rem 0;
  color: #7590a8;
  background: transparent;
  border: 0;
  font-size: 0.65rem;
  font-weight: 750;
}

.tool-test-error:hover {
  color: var(--peach);
}

.phase2-support-grid {
  display: grid;
  gap: 0.8rem;
  margin-top: 0.8rem;
}

.support-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 1.25rem;
  background: rgba(8, 20, 34, 0.65);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.support-card-top {
  align-items: flex-start;
}

.support-card h3 {
  margin-top: 0.65rem;
}

.booking-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1.2rem 0 0.9rem;
}

.slot-button {
  min-height: 36px;
  padding: 0.45rem 0.65rem;
  color: var(--muted-strong);
  background: rgba(219, 239, 255, 0.05);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 750;
}

.slot-button:hover,
.slot-button.is-selected {
  color: var(--ink);
  background: var(--cyan);
  border-color: var(--cyan);
}

.booking-card .button {
  width: 100%;
  margin-top: auto;
}

.booking-state {
  min-height: 2.3rem;
  margin-top: 0.75rem;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.35;
}

.booking-state.is-loading {
  color: var(--cyan);
}

.booking-state.is-success {
  color: var(--lime);
}

.booking-state.is-error {
  color: var(--peach);
}

.parent-card {
  background: linear-gradient(145deg, rgba(196, 181, 255, 0.13), rgba(20, 43, 69, 0.42));
  border-color: rgba(196, 181, 255, 0.23);
}

.parent-spark {
  color: var(--lilac);
  font-size: 1.6rem;
}

.confidence-list {
  display: grid;
  gap: 0.7rem;
  margin: 1.25rem 0 1.25rem;
  padding: 0;
  list-style: none;
  color: var(--muted-strong);
  font-size: 0.78rem;
}

.confidence-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 0.55rem;
  align-items: start;
}

.confidence-list li span {
  color: var(--lilac);
  font-size: 0.65rem;
  font-weight: 850;
}

.stories-block {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.stories-heading {
  align-items: flex-end;
  margin-bottom: 1rem;
}

.stories-heading h3 {
  margin-top: 0.65rem;
}

.story-grid {
  display: grid;
  gap: 0.7rem;
}

.story-card {
  display: grid;
  gap: 0.6rem;
  padding: 1rem;
  background: rgba(219, 239, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.story-avatar {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--ink);
  background: var(--lime);
  border-radius: 12px 12px 12px 3px;
  font-size: 0.65rem;
  font-weight: 900;
}

.peach-avatar { background: var(--peach); }
.lilac-avatar { background: var(--lilac); }

.story-card p {
  margin: 0.5rem 0 0;
  color: var(--white);
  font-size: 0.9rem;
  letter-spacing: -0.02em;
}

.story-card strong {
  color: var(--muted-strong);
  font-size: 0.72rem;
}

.story-card > span {
  color: #7890a7;
  font-size: 0.65rem;
}

.lead-segmentation {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding: clamp(1rem, 3vw, 1.75rem);
  background: linear-gradient(145deg, rgba(255, 174, 139, 0.11), rgba(20, 43, 69, 0.47));
  border: 1px solid rgba(255, 174, 139, 0.22);
  border-radius: var(--radius-md);
}

.lead-segmentation h3 {
  margin-top: 0.65rem;
  font-size: clamp(1.65rem, 4vw, 2.6rem);
}

.segment-preview {
  display: grid;
  gap: 0.25rem;
  margin-top: 1.25rem;
  padding: 0.9rem;
  background: rgba(5, 13, 23, 0.42);
  border: 1px solid var(--line);
  border-radius: 13px;
}

.segment-label {
  color: var(--peach);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.segment-preview strong {
  color: var(--white);
  font-size: 0.85rem;
}

.segment-preview > span:last-child {
  color: var(--muted);
  font-size: 0.72rem;
}

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

.lead-form textarea {
  min-height: 76px;
  margin-top: 0.1rem;
}

.optional-label {
  color: #7890a7;
  font-size: 0.64rem;
  font-weight: 500;
}

.lead-form-footer {
  align-items: flex-end;
  gap: 1rem;
  margin-top: 0.45rem;
}

.lead-form-footer .button {
  flex: 0 0 auto;
}

.form-status {
  min-height: 1.5rem;
  color: var(--lime);
  font-size: 0.72rem;
  line-height: 1.3;
}

.form-status.is-error {
  color: var(--peach);
}

.form-status.is-loading {
  color: var(--cyan);
}

@media (min-width: 640px) {
  .lab-heading {
    grid-template-columns: 1fr 0.8fr;
    align-items: end;
  }

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

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

@media (min-width: 900px) {
  .tool-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .phase2-support-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lead-segmentation {
    grid-template-columns: 0.7fr 1.3fr;
    align-items: start;
  }
}

@media (max-width: 639px) {
  .stories-heading {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .lead-form-footer .button {
    width: 100%;
  }
}

/* Phase 3 platform demonstration — same palette, borders, radii, and motion language. */
.phase3-lab {
  margin-top: 1.1rem;
  padding: clamp(1rem, 3vw, 2rem);
  background: linear-gradient(145deg, rgba(196, 181, 255, 0.11), rgba(5, 13, 23, 0.52));
  border: 1px solid rgba(196, 181, 255, 0.25);
  border-radius: var(--radius-lg);
}

.platform-heading {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.platform-heading .eyebrow {
  margin-top: 0;
  color: var(--lilac);
}

.platform-heading h3 {
  max-width: 16ch;
  margin: 0.65rem 0 0;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.platform-heading-note {
  display: grid;
  gap: 0.65rem;
  align-content: start;
}

.platform-heading-note p {
  max-width: 42ch;
  margin: 0;
  color: var(--muted-strong);
  font-size: 0.84rem;
}

.platform-frame {
  display: grid;
  gap: 0.75rem;
  overflow: hidden;
  background: rgba(5, 13, 23, 0.44);
  border: 1px solid var(--line-strong);
  border-radius: 19px;
}

.platform-sidebar {
  display: grid;
  gap: 0.3rem;
  align-content: start;
  padding: 0.85rem;
  background: rgba(13, 30, 50, 0.78);
  border-bottom: 1px solid var(--line);
}

.student-profile {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.3rem 0.25rem 1rem;
  border-bottom: 1px solid var(--line);
}

.student-avatar {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--ink);
  background: var(--lilac);
  border-radius: 12px 12px 12px 3px;
  font-size: 0.65rem;
  font-weight: 900;
}

.student-profile strong,
.student-profile span:not(.student-avatar):not(.profile-dot) {
  display: block;
}

.student-profile strong {
  color: var(--white);
  font-size: 0.78rem;
}

.student-profile span:not(.student-avatar):not(.profile-dot) {
  color: var(--muted);
  font-size: 0.63rem;
}

.profile-dot {
  width: 7px;
  height: 7px;
  margin-left: auto;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(179, 255, 121, 0.1);
}

.sidebar-label {
  margin: 0.75rem 0 0.3rem;
  color: #71869c;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.platform-tab {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.65rem;
  color: var(--muted);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 0.73rem;
  font-weight: 750;
  text-align: left;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.platform-tab > span {
  width: 20px;
  color: var(--cyan);
  font-size: 1rem;
  text-align: center;
}

.platform-tab em {
  min-width: 19px;
  margin-left: auto;
  padding: 0.12rem 0.28rem;
  color: var(--ink);
  background: var(--peach);
  border-radius: 999px;
  font-size: 0.58rem;
  font-style: normal;
  text-align: center;
}

.platform-tab:hover,
.platform-tab.is-active {
  color: var(--white);
  background: rgba(196, 181, 255, 0.14);
  border-color: rgba(196, 181, 255, 0.22);
}

.platform-tab.is-active > span {
  color: var(--lilac);
}

.sidebar-foot {
  display: grid;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.75rem 0.25rem 0.1rem;
  color: #71869c;
  border-top: 1px solid var(--line);
  font-size: 0.64rem;
}

.platform-content {
  min-width: 0;
  padding: clamp(1rem, 3vw, 1.5rem);
}

.platform-content-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.content-kicker,
.panel-label {
  color: var(--cyan);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.platform-content-top h4 {
  margin: 0.45rem 0 0;
  color: var(--white);
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.platform-panels {
  min-width: 0;
  padding-top: 1rem;
}

.platform-panel {
  min-width: 0;
}

.plan-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  background: linear-gradient(110deg, rgba(179, 255, 121, 0.14), rgba(123, 233, 255, 0.07));
  border: 1px solid rgba(179, 255, 121, 0.22);
  border-radius: 14px;
}

.plan-hero strong {
  display: block;
  margin: 0.35rem 0;
  color: var(--lime);
  font-size: clamp(2.25rem, 6vw, 3.5rem);
  letter-spacing: -0.09em;
  line-height: 0.85;
}

.plan-hero p {
  margin: 0;
  color: var(--white);
  font-size: 0.78rem;
}

.plan-ring {
  position: relative;
  display: grid;
  width: 76px;
  height: 76px;
  flex: 0 0 auto;
  place-items: center;
  background: conic-gradient(var(--lime) 0 48%, rgba(219, 239, 255, 0.11) 48% 100%);
  border-radius: 50%;
}

.plan-ring::before {
  position: absolute;
  width: 58px;
  height: 58px;
  background: #10263d;
  border-radius: 50%;
  content: "";
}

.plan-ring span {
  position: relative;
  z-index: 1;
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 850;
}

.plan-progress {
  height: 7px;
  margin-top: 0.85rem;
  overflow: hidden;
  background: rgba(219, 239, 255, 0.1);
  border-radius: 99px;
}

.plan-progress span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--lime), var(--cyan));
  border-radius: inherit;
}

.plan-next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.9rem;
  padding: 0.95rem;
  background: rgba(5, 13, 23, 0.46);
  border: 1px solid var(--line);
  border-radius: 13px;
}

.plan-next > div {
  display: grid;
  gap: 0.25rem;
}

.plan-next strong {
  color: var(--white);
  font-size: 0.8rem;
}

.plan-next > div > span:last-child {
  color: var(--muted);
  font-size: 0.68rem;
}

.small-action {
  flex: 0 0 auto;
  padding: 0.5rem 0.7rem;
  color: var(--lime);
  background: transparent;
  border: 1px solid rgba(179, 255, 121, 0.28);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 850;
}

.small-action:hover {
  color: var(--ink);
  background: var(--lime);
}

.milestone-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.45rem;
  margin-top: 0.9rem;
}

.milestone {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
  padding: 0.65rem;
  background: rgba(219, 239, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.milestone > span {
  color: #7991a8;
  font-size: 0.66rem;
  font-weight: 850;
}

.milestone strong {
  overflow: hidden;
  color: var(--muted-strong);
  font-size: 0.7rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.milestone small {
  color: #71869c;
  font-size: 0.62rem;
}

.milestone.done > span { color: var(--lime); }
.milestone.current { border-color: rgba(123, 233, 255, 0.38); }
.milestone.current > span { color: var(--cyan); }

.panel-intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.panel-intro h5 {
  margin: 0.45rem 0 0;
  color: var(--white);
  font-size: 1.15rem;
  letter-spacing: -0.04em;
}

.document-list,
.application-list,
.reminder-list {
  display: grid;
  gap: 0.45rem;
}

.document-row,
.application-row,
.reminder-row {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem;
  background: rgba(219, 239, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: 11px;
}

.document-icon {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--cyan);
  background: rgba(123, 233, 255, 0.1);
  border-radius: 8px;
  font-size: 0.9rem;
}

.document-row > div,
.application-row > div:nth-child(2),
.reminder-row > div {
  display: grid;
  min-width: 0;
  gap: 0.15rem;
  flex: 1 1 auto;
}

.document-row strong,
.application-row strong,
.reminder-row strong {
  overflow: hidden;
  color: var(--white);
  font-size: 0.76rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.document-row small,
.application-row small,
.reminder-row small {
  color: var(--muted);
  font-size: 0.66rem;
}

.doc-status,
.application-status {
  flex: 0 0 auto;
  padding: 0.28rem 0.45rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 850;
}

.doc-ready,
.app-ready { color: var(--lime); background: rgba(179, 255, 121, 0.1); }
.doc-review,
.app-review { color: var(--peach); background: rgba(255, 174, 139, 0.1); }
.doc-empty,
.app-draft { color: var(--muted); background: rgba(219, 239, 255, 0.08); }

.platform-empty-note,
.analytics-note,
.console-note {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin-top: 0.9rem;
  padding-top: 0.8rem;
  color: #7890a7;
  border-top: 1px solid var(--line);
  font-size: 0.67rem;
}

.platform-empty-note > span {
  color: var(--peach);
  font-size: 1rem;
  line-height: 1;
}

.console-note-mark {
  flex: 0 0 auto;
  padding: 0.18rem 0.35rem;
  color: var(--peach);
  border: 1px solid rgba(255, 174, 139, 0.35);
  border-radius: 5px;
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.console-note > div {
  display: grid;
  gap: 0.18rem;
}

.console-note-title {
  color: var(--white);
  font-size: 0.68rem;
}

.console-note > div > span {
  color: #9eb0c0;
  font-size: 0.68rem;
  line-height: 1.35;
}

.console-note > div > small {
  color: #7890a7;
  font-size: 0.62rem;
}

.platform-empty-note p {
  margin: 0;
}

.application-logo {
  display: grid;
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--ink);
  border-radius: 9px;
  font-size: 0.75rem;
  font-weight: 900;
}

.logo-m { background: var(--cyan); }
.logo-l { background: var(--lime); }
.logo-e { background: var(--lilac); }

.tracker-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
  margin-top: 1rem;
}

.tracker-line span {
  height: 6px;
  background: rgba(219, 239, 255, 0.1);
  border-radius: 99px;
}

.tracker-line .tracker-complete {
  background: var(--lime);
}

.tracker-line small {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.66rem;
}

.reminder-toggle {
  display: grid;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--cyan);
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 900;
}

.reminder-toggle:hover,
.reminder-row.is-complete .reminder-toggle {
  color: var(--ink);
  background: var(--lime);
  border-color: var(--lime);
}

.reminder-row.is-complete strong {
  color: #8ea795;
  text-decoration: line-through;
}

.reminder-date {
  flex: 0 0 auto;
  color: var(--peach);
  font-size: 0.64rem;
  font-weight: 850;
}

.reminder-row.is-complete .reminder-date {
  color: var(--lime);
}

.platform-bottom-grid {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.platform-card {
  min-width: 0;
  padding: 1rem;
  background: rgba(5, 13, 23, 0.45);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.platform-card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}

.platform-card-heading h4 {
  max-width: 18ch;
  margin: 0.45rem 0 0;
  color: var(--white);
  font-size: 1.2rem;
  letter-spacing: -0.05em;
  line-height: 1;
}

.console-lead {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.2rem;
  padding: 0.7rem;
  background: rgba(196, 181, 255, 0.08);
  border: 1px solid rgba(196, 181, 255, 0.2);
  border-radius: 11px;
}

.console-avatar {
  display: grid;
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--ink);
  background: var(--lilac);
  border-radius: 50%;
  font-size: 0.62rem;
  font-weight: 900;
}

.console-lead > div {
  display: grid;
  min-width: 0;
  gap: 0.18rem;
  flex: 1 1 auto;
}

.console-lead strong {
  overflow: hidden;
  color: var(--white);
  font-size: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.console-lead small {
  color: var(--muted);
  font-size: 0.63rem;
}

.console-priority {
  color: var(--peach);
  font-size: 0.62rem;
  font-weight: 850;
}

.console-task {
  display: grid;
  gap: 0.28rem;
  margin-top: 0.7rem;
  padding: 0.7rem;
  border: 1px dashed var(--line-strong);
  border-radius: 11px;
}

.console-task > span {
  color: var(--muted);
  font-size: 0.64rem;
  text-transform: uppercase;
}

.console-task strong {
  color: var(--white);
  font-size: 0.77rem;
}

.console-task .small-action {
  justify-self: start;
  margin-top: 0.35rem;
}

.analytics-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
  margin-top: 1.2rem;
}

.analytics-metrics div {
  display: grid;
  gap: 0.2rem;
  padding: 0.55rem;
  background: rgba(219, 239, 255, 0.05);
  border: 1px solid var(--line);
  border-radius: 9px;
}

.analytics-metrics strong {
  color: var(--lime);
  font-size: 1rem;
  letter-spacing: -0.04em;
}

.analytics-metrics span {
  color: var(--muted);
  font-size: 0.59rem;
  line-height: 1.15;
}

.analytics-chart {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: end;
  margin-top: 1rem;
  padding: 0.7rem;
  background: rgba(5, 13, 23, 0.34);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.chart-axis {
  display: grid;
  height: 105px;
  align-content: space-between;
  color: #71869c;
  font-size: 0.58rem;
}

.chart-bars {
  display: flex;
  height: 105px;
  align-items: flex-end;
  justify-content: space-around;
  gap: 0.8rem;
  border-bottom: 1px solid var(--line-strong);
}

.chart-bars i {
  position: relative;
  display: block;
  width: min(25px, 18%);
  min-height: 8px;
  background: linear-gradient(180deg, var(--cyan), var(--lilac));
  border-radius: 6px 6px 0 0;
}

.chart-bars i:nth-child(1) { background: linear-gradient(180deg, var(--lime), #53b670); }

.chart-bars b {
  position: absolute;
  top: -1.2rem;
  left: 50%;
  color: var(--muted-strong);
  font-size: 0.6rem;
  font-style: normal;
  transform: translateX(-50%);
}

.analytics-note {
  margin-top: 0.8rem;
}

.analytics-note .pulse-dot {
  margin-top: 0.18rem;
}

.controlled-ai {
  margin-top: 0.75rem;
  padding: 1rem;
  background: linear-gradient(110deg, rgba(123, 233, 255, 0.08), rgba(20, 43, 69, 0.42));
  border: 1px solid rgba(123, 233, 255, 0.22);
  border-radius: 14px;
}

.ai-intro {
  max-width: 70ch;
  margin: 0.9rem 0 1rem;
  color: var(--muted-strong);
  font-size: 0.78rem;
}

.faq-grid {
  display: grid;
  gap: 0.55rem;
}

.faq-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.4rem 0.7rem;
  padding: 0.8rem;
  color: var(--white);
  background: rgba(5, 13, 23, 0.4);
  border: 1px solid var(--line);
  border-radius: 11px;
  text-align: left;
  transition: background 160ms ease, border-color 160ms ease;
}

.faq-card:hover,
.faq-card.is-open {
  background: rgba(123, 233, 255, 0.09);
  border-color: rgba(123, 233, 255, 0.35);
}

.faq-number {
  grid-row: span 2;
  color: var(--cyan);
  font-size: 0.68rem;
  font-weight: 850;
}

.faq-card > strong {
  font-size: 0.8rem;
}

.faq-answer {
  grid-column: 2;
  color: var(--muted-strong);
  font-size: 0.74rem;
  line-height: 1.4;
}

.faq-action {
  grid-column: 2;
  justify-self: start;
  color: var(--lime);
  font-size: 0.66rem;
  font-weight: 850;
}

.platform-disclaimer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1rem;
  padding-top: 0.9rem;
  color: #7890a7;
  border-top: 1px solid var(--line);
  font-size: 0.68rem;
}

.platform-disclaimer p {
  flex: 1 1 360px;
  margin: 0;
}

@media (min-width: 640px) {
  .platform-heading {
    grid-template-columns: 1fr 0.75fr;
    align-items: end;
  }

  .platform-bottom-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (min-width: 900px) {
  .platform-frame {
    grid-template-columns: 205px minmax(0, 1fr);
  }

  .platform-sidebar {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }
}

@media (max-width: 639px) {
  .platform-sidebar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
  }

  .student-profile,
  .sidebar-label,
  .sidebar-foot {
    width: 100%;
  }

  .platform-tab {
    flex: 1 1 calc(50% - 0.35rem);
    min-width: 140px;
  }

  .plan-next {
    align-items: stretch;
    flex-direction: column;
  }

  .small-action {
    align-self: flex-start;
  }

  .milestone-row {
    overflow-x: auto;
    grid-template-columns: repeat(4, minmax(85px, 1fr));
    padding-bottom: 0.3rem;
  }

  .application-status,
  .doc-status {
    max-width: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .reminder-date {
    display: none;
  }

  .platform-card-heading {
    flex-direction: column;
  }
}

/* Typography density pass — preserve the visual system while preventing crowded wraps. */
h1,
h2,
h3,
h4,
h5 {
  text-wrap: balance;
}

.access-card h1 {
  max-width: 15ch;
  font-size: clamp(2.35rem, 7vw, 4.9rem);
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.hero h1 {
  max-width: 13ch;
  font-size: clamp(2.85rem, 7.2vw, 5.9rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.window-title {
  max-width: 16ch;
  font-size: clamp(1.55rem, 4.6vw, 2.5rem);
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.section-heading h2 {
  max-width: 17ch;
  font-size: clamp(2rem, 5.2vw, 4.2rem);
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.quote-card p {
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.insight-card h3,
.preview-card h3,
.feature-card h3,
.tool-card > h3,
.support-card h3,
.stories-heading h3,
.lead-segmentation h3 {
  font-size: 1.28rem;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.lab-heading h3,
.platform-heading h3 {
  max-width: 20ch;
  font-size: clamp(1.7rem, 3.7vw, 2.75rem);
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.platform-card-heading h4 {
  letter-spacing: -0.035em;
  line-height: 1.08;
}

@media (max-width: 639px) {
  .access-card h1 {
    max-width: 14ch;
    font-size: clamp(2.25rem, 11vw, 3.45rem);
  }

  .hero h1 {
    max-width: 12ch;
    font-size: clamp(2.7rem, 11.5vw, 4.25rem);
  }

  .section-heading h2 {
    max-width: 15ch;
    font-size: clamp(2rem, 9.5vw, 3.3rem);
  }

  .quote-card p {
    font-size: clamp(1.2rem, 7.5vw, 1.8rem);
  }

  .lab-heading h3,
  .platform-heading h3 {
    max-width: 20ch;
    font-size: clamp(1.65rem, 8vw, 2.35rem);
  }
}
