@charset "UTF-8";

@import url("./effboki-common.css");

:root {
  --sp-ink: #111c36;
  --sp-navy: #142347;
  --sp-navy-deep: #07162f;
  --sp-blue: #2f64e9;
  --sp-blue-dark: #204cb9;
  --sp-sky: #eaf1ff;
  --sp-aqua: #b9f3e0;
  --sp-paper: #f7f5ef;
  --sp-white: #ffffff;
  --sp-muted: #5d6780;
  --sp-line: #dfe4ee;
  --sp-min: #fff0ed;
  --sp-min-strong: #e46f5c;
  --sp-standard: #fff8d8;
  --sp-standard-strong: #ae8500;
  --sp-plus: #e9f8ee;
  --sp-plus-strong: #208654;
  --sp-review: #e9f3ff;
  --sp-review-strong: #2f64e9;
  --sp-container: 1180px;
  --sp-shadow: 0 24px 70px rgba(17, 28, 54, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--sp-ink);
  background: var(--sp-paper);
  font-family: "Noto Sans JP", "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  color: var(--sp-ink);
  background: var(--sp-aqua);
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid rgba(47, 100, 233, 0.42);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  color: #fff;
  background: var(--sp-navy);
  transform: translateY(-150%);
}

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

.container {
  width: min(var(--sp-container), calc(100% - 40px));
  margin-inline: auto;
}

.section-pad {
  padding-block: clamp(84px, 10vw, 140px);
}

.why-section,
.compare-section,
.tour-section,
.routine-section,
.change-section,
.audience-section,
.final-cta-section {
  border-top: 1px solid rgba(17, 28, 54, 0.07);
}

.section-label,
.eyebrow,
.tour-step-label {
  margin: 0 0 16px;
  color: var(--sp-blue);
  font-family: "Inter", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 860px;
  margin-bottom: clamp(36px, 5vw, 58px);
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.why-heading h2,
.change-heading h2,
.audience-heading h2,
.final-cta-card h2 {
  margin: 0;
  color: var(--sp-ink);
  font-size: clamp(2.1rem, 4vw, 3.35rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.28;
  text-wrap: balance;
}

.section-heading > p:last-child,
.change-heading > p:last-child,
.audience-heading > p:last-child {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--sp-muted);
  font-size: clamp(1rem, 1.4vw, 1.1rem);
}

.section-heading.centered > p:last-child {
  margin-inline: auto;
}

/* Hero */
.schedule-hero {
  position: relative;
  min-height: calc(100svh - 68px);
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(78px, 9vw, 118px) 0 clamp(64px, 8vw, 100px);
  background:
    radial-gradient(circle at 18% 20%, rgba(47, 100, 233, 0.28), transparent 28%),
    radial-gradient(circle at 86% 78%, rgba(185, 243, 224, 0.14), transparent 26%),
    linear-gradient(145deg, #07152e 0%, #0e2147 52%, #102b55 100%);
}

.schedule-hero::before,
.schedule-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(171, 205, 255, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.schedule-hero::before {
  width: min(58vw, 760px);
  height: min(58vw, 760px);
  top: -46%;
  right: -14%;
  box-shadow: 0 0 100px rgba(47, 100, 233, 0.12);
}

.schedule-hero::after {
  width: 360px;
  height: 360px;
  bottom: -250px;
  left: -80px;
}

.schedule-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--sp-aqua);
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
}

.schedule-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.2rem, 7.2vw, 6.4rem);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 1.06;
  text-wrap: balance;
}

.schedule-hero h1 span {
  color: #dbe7fb;
  font-size: 0.62em;
  font-weight: 600;
  letter-spacing: -0.055em;
}

.hero-statement {
  max-width: 830px;
  margin: 30px auto 0;
  color: #77a8ff;
  font-size: clamp(1.32rem, 2.5vw, 2.1rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.55;
}

.hero-copy {
  max-width: 830px;
  display: grid;
  gap: 12px;
  margin: 30px auto 0;
  color: #c3d0e6;
  font-size: clamp(0.96rem, 1.35vw, 1.06rem);
}

.hero-copy p,
.hero-note {
  margin: 0;
}

.hero-copy strong {
  color: #fff;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

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

.button-primary {
  color: #fff;
  background: var(--sp-blue);
  box-shadow: 0 14px 30px rgba(47, 100, 233, 0.3);
}

.button-primary:hover {
  background: var(--sp-blue-dark);
  box-shadow: 0 18px 38px rgba(47, 100, 233, 0.36);
}

.button-secondary {
  color: var(--sp-ink);
  border-color: rgba(17, 28, 54, 0.18);
  background: rgba(255, 255, 255, 0.78);
}

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

.schedule-hero .button-primary {
  background: #3776f2;
  box-shadow: 0 14px 30px rgba(25, 83, 206, 0.42);
}

.schedule-hero .button-primary:hover {
  background: #4e88fa;
}

.schedule-hero .button-secondary {
  color: #fff;
  border-color: rgba(213, 230, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.schedule-hero .button-secondary:hover {
  background: rgba(255, 255, 255, 0.16);
}

.hero-note {
  margin-top: 13px;
  color: #91a4c2;
  font-size: 0.82rem;
}

.hero-proof-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 940px;
  margin: clamp(44px, 6vw, 70px) auto 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  list-style: none;
}

.hero-proof-list li {
  min-height: 62px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 0 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  color: #e7eefb;
  font-size: 0.84rem;
  font-weight: 700;
}

.hero-proof-list li:first-child {
  border-left: 0;
}

.hero-proof-list b {
  color: var(--sp-aqua);
  font-family: "Inter", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
}

/* Why */
.why-section {
  background: var(--sp-white);
}

.why-grid {
  display: block;
}

.why-heading {
  position: static;
  max-width: 960px;
  margin-bottom: clamp(38px, 6vw, 64px);
}

.why-heading h2 span {
  color: var(--sp-blue);
}

.why-lead {
  max-width: 760px;
  margin: 26px 0 0;
  color: var(--sp-muted);
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  line-height: 1.9;
}

.plan-drift {
  display: grid;
  gap: clamp(28px, 4vw, 42px);
}

.plan-drift-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.plan-drift-flow li {
  position: relative;
  min-height: 154px;
  display: grid;
  align-content: start;
  padding: 40px 22px 18px;
  border-top: 2px solid #d9e3f2;
}

.plan-drift-flow li::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: -17px;
  right: 12px;
  color: #8298ba;
  background: #fff;
  font-size: 0.9rem;
}

.plan-drift-flow li:last-child::after {
  display: none;
}

.plan-drift-flow span {
  position: absolute;
  top: -15px;
  left: 22px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid #bed0ee;
  border-radius: 50%;
  color: var(--sp-blue);
  background: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
}

.plan-drift-flow strong {
  color: var(--sp-ink);
  font-size: 1rem;
  line-height: 1.55;
}

.plan-drift-flow p {
  margin: 7px 0 0;
  color: var(--sp-muted);
  font-size: 0.83rem;
  line-height: 1.75;
}

.plan-drift-truth {
  max-width: 920px;
  margin: 0;
  padding: 20px 0 20px 28px;
  border-left: 3px solid #76a9f4;
  color: #24446f;
  background: linear-gradient(90deg, rgba(226, 238, 255, 0.72), transparent 82%);
  font-size: clamp(1.12rem, 1.8vw, 1.4rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.65;
}

.plan-drift-truth strong {
  color: var(--sp-blue);
}

.plan-drift-copy {
  max-width: 920px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 44px);
  color: var(--sp-muted);
  font-size: clamp(0.98rem, 1.2vw, 1.06rem);
  line-height: 1.95;
}

.plan-drift-copy p {
  margin: 0;
}

.plan-drift-copy p:first-child {
  color: #304d76;
  font-weight: 600;
}

.why-conclusion {
  margin: 0;
  padding: 30px 34px;
  border-left: 4px solid #4f8ff2;
  border-radius: 18px;
  color: var(--sp-ink);
  background: linear-gradient(135deg, #e9f2ff, var(--sp-sky));
}

.why-conclusion p {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 600;
  line-height: 1.55;
}

.why-conclusion strong {
  color: var(--sp-blue);
  font-size: 1.32em;
}

.why-conclusion small {
  display: block;
  max-width: none;
  margin-top: 13px;
  color: #587092;
  font-size: 0.88rem;
  line-height: 1.75;
  white-space: nowrap;
}

/* Comparison */
.compare-section {
  background: #f4f7fb;
}

.compare-heading {
  max-width: 780px;
  margin: 0 0 48px;
  text-align: left;
}

.compare-heading > p:last-child {
  max-width: 680px;
  margin-inline: 0;
}

.learning-contrast {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #d8e1ef;
  border-radius: 28px;
  background: #fff;
}

.contrast-card {
  min-width: 0;
  min-height: 570px;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 44px);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.contrast-before {
  color: #465067;
  background: #fffaf8;
}

.contrast-after {
  background: #edf6ff;
}

.contrast-label {
  margin: 0 0 14px;
  color: #b65747;
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.contrast-after .contrast-label {
  color: var(--sp-blue);
}

.contrast-card h3 {
  margin: 0;
  color: var(--sp-ink);
  font-size: clamp(1.32rem, 2.35vw, 1.7rem);
  line-height: 1.42;
}

.before-realities {
  display: grid;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.before-realities li {
  position: relative;
  padding: 13px 0 13px 19px;
  border-top: 1px solid rgba(143, 91, 80, 0.16);
  color: #69504d;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.7;
}

.before-realities li::before {
  content: "";
  position: absolute;
  top: 1.45em;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c88d80;
}

.contrast-story {
  margin: 26px 0 0;
  color: var(--sp-muted);
  font-size: 0.92rem;
  line-height: 1.9;
}

.ideal-scenes {
  display: grid;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.ideal-scenes li {
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid rgba(47, 100, 233, 0.14);
}

.ideal-scenes span {
  color: var(--sp-blue);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.7;
}

.ideal-scenes p {
  margin: 0;
  color: #526987;
  font-size: 0.84rem;
  line-height: 1.75;
}

.contrast-result {
  margin: auto 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(17, 28, 54, 0.14);
  color: var(--sp-muted);
  font-size: 0.92rem;
  text-align: center;
}

.contrast-after .contrast-result strong {
  color: var(--sp-blue);
}

.contrast-arrow {
  position: relative;
  z-index: 2;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 10px;
  background: linear-gradient(90deg, #fffaf8 0 50%, #edf6ff 50%);
}

.contrast-arrow span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--sp-blue);
  box-shadow: 0 12px 26px rgba(47, 100, 233, 0.3);
  font-size: 1.2rem;
}

.contrast-arrow small {
  display: none;
  color: var(--sp-muted);
  font-size: 0.64rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  writing-mode: vertical-rl;
}

.section-bridge {
  margin: clamp(46px, 6vw, 70px) auto 0;
  color: var(--sp-ink);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  font-weight: 700;
  text-align: center;
}

.section-bridge::before {
  content: "";
  width: 1px;
  height: 42px;
  display: block;
  margin: 0 auto 20px;
  background: var(--sp-blue);
}

/* Tour */
.tour-section {
  position: relative;
  overflow: hidden;
  color: var(--sp-ink);
  background: #fff;
}

.tour-section::after {
  display: none;
}

.tour-section .container {
  position: relative;
  z-index: 1;
}

.section-heading-light h2 {
  color: var(--sp-ink);
}

.section-heading-light > p:last-child {
  color: var(--sp-muted);
}

.section-heading-light .section-label {
  color: var(--sp-blue);
}

.tour-shell {
  overflow: hidden;
  border: 1px solid var(--sp-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(17, 28, 54, 0.1);
}

.tour-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--sp-line);
}

.tour-tab {
  min-width: 0;
  min-height: 90px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 16px 13px;
  border: 0;
  border-right: 1px solid var(--sp-line);
  color: #71809a;
  background: #fff;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.45;
  text-align: left;
  transition: color 180ms ease, background 180ms ease;
}

.tour-tab:last-child {
  border-right: 0;
}

.tour-tab span {
  color: #9ba7bb;
  font-family: "Inter", sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
}

.tour-tab:hover,
.tour-tab.is-active {
  color: var(--sp-ink);
  background: #f1f5ff;
}

.tour-tab.is-active {
  box-shadow: inset 0 -3px var(--sp-blue);
}

.tour-tab.is-active span {
  color: var(--sp-blue);
}

.tour-panel {
  display: grid;
  grid-template-columns: minmax(270px, 0.82fr) minmax(0, 1.18fr);
  column-gap: clamp(34px, 6vw, 76px);
  row-gap: clamp(30px, 4vw, 46px);
  align-items: start;
  padding: clamp(30px, 5vw, 62px);
  border-bottom: 1px solid var(--sp-line);
  background: #fff;
}

.tour-panel[hidden] {
  display: none;
}

.tour-title {
  grid-column: 1 / -1;
  padding-bottom: clamp(26px, 3vw, 38px);
  border-bottom: 1px solid var(--sp-line);
}

.tour-step-label {
  color: var(--sp-blue);
}

.tour-title h3 {
  margin: 0;
  color: var(--sp-ink);
  font-size: clamp(1.75rem, 2.8vw, 2.45rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.35;
}

.tour-copy {
  grid-column: 1;
  min-width: 0;
  color: var(--sp-muted);
  font-size: 0.96rem;
  line-height: 1.9;
}

.tour-copy > p {
  margin: 0 0 18px;
}

.tour-gallery {
  grid-column: 2;
  min-width: 0;
}

.tour-points {
  display: grid;
  gap: 8px;
  margin: 24px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--sp-line);
  list-style: none;
}

.tour-points li {
  position: relative;
  padding-left: 27px;
  color: var(--sp-ink);
  font-size: 0.83rem;
  font-weight: 600;
}

.tour-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--sp-blue);
  font-weight: 800;
}

.tour-outcome {
  grid-column: 1 / -1;
  margin: clamp(6px, 1vw, 14px) 0 0;
  padding: clamp(24px, 3vw, 32px) clamp(24px, 3.5vw, 42px);
  border-radius: 18px;
  color: var(--sp-ink);
  background: linear-gradient(100deg, #e2f7ef 0%, #eef5ff 100%);
  box-shadow: inset 4px 0 0 var(--sp-blue);
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  font-weight: 600;
  line-height: 1.55;
}

.tour-outcome strong {
  color: var(--sp-blue-dark);
  font-weight: 800;
}

.schedule-shot {
  margin: 0;
}

.schedule-shot[hidden],
.schedule-shot:not(.is-active) {
  display: none;
}

.schedule-shot figcaption {
  margin-top: 18px;
  color: var(--sp-ink);
  font-size: 0.92rem;
  font-weight: 700;
  text-align: center;
}

.ipad-frame {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
  padding: 13px 15px 14px;
  border: 1px solid #7d8798;
  border-radius: 28px;
  background:
    linear-gradient(155deg, #c7ccd5 0%, #6e788a 10%, #303a4b 25%, #111827 52%, #313b4d 82%, #8f98a7 100%);
  box-shadow:
    0 34px 70px rgba(1, 6, 16, 0.32),
    0 4px 8px rgba(1, 6, 16, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    inset 0 -1px 0 rgba(255, 255, 255, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ipad-frame:hover {
  transform: translateY(-3px);
  box-shadow:
    0 42px 82px rgba(1, 6, 16, 0.38),
    0 5px 10px rgba(1, 6, 16, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.ipad-frame::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 4px;
  left: 50%;
  width: 6px;
  height: 6px;
  border: 1px solid #47536a;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #27466f 0 18%, #07101f 42%, #02050a 100%);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.06);
  transform: translateX(-50%);
}

.ipad-frame::after {
  content: "";
  position: absolute;
  top: 25%;
  right: -4px;
  width: 4px;
  height: 54px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, #afb6c1, #3f495a 40%, #222b3a 70%, #7d8797);
  box-shadow: 0 72px 0 #414b5b;
}

.ipad-screen {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 2px solid #050912;
  border-radius: 18px;
  background: #fff;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.14),
    0 0 0 1px rgba(255, 255, 255, 0.05);
}

.ipad-screen::before {
  content: "";
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 4px;
  width: 52px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
  transform: translateX(-50%);
}

.ipad-screen::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.1), transparent 22%, transparent 72%, rgba(255, 255, 255, 0.035));
}

.schedule-shot-screen {
  aspect-ratio: var(--shot-ratio, 1.93);
}

.schedule-shot-screen img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  margin-top: var(--shot-offset, -12.65%);
}

.shot-privacy-mask {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  border: 1px solid #eadfcd;
  border-radius: 8px;
  color: #8893a6;
  background: #fffaf2;
  font-size: clamp(0.34rem, 0.75vw, 0.62rem);
  font-weight: 700;
}

.shot-privacy-mask::after {
  content: "デモ用アカウント";
}

.privacy-plan-overview {
  top: 27.5%;
  right: 3.5%;
  left: 3.5%;
  height: 18.5%;
}

.tour-controls {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 12px 20px;
}

.tour-controls button {
  min-width: 110px;
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  color: var(--sp-muted);
  background: transparent;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 700;
}

.tour-controls button:hover {
  color: var(--sp-blue);
  background: #f1f5ff;
}

.tour-controls p {
  margin: 0;
  color: #98a5b9;
  font-family: "Inter", sans-serif;
  font-size: 0.78rem;
}

.tour-controls strong {
  color: var(--sp-ink);
  font-size: 1rem;
}

/* Demo UI */
.app-window {
  overflow: hidden;
  border: 7px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  color: var(--sp-ink);
  background: #f5f7fb;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
}

.app-window-bar {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 15px;
  border-bottom: 1px solid #dbe1eb;
  background: #fff;
}

.app-window-bar > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d6dce7;
}

.app-window-bar > span:first-child {
  background: #ff8d72;
}

.app-window-bar > span:nth-child(2) {
  background: #f2cb58;
}

.app-window-bar > span:nth-child(3) {
  background: #77c89e;
}

.app-window-bar b {
  margin-left: 7px;
  color: #5f697d;
  font-size: 0.68rem;
}

.setup-screen,
.today-screen,
.complete-screen,
.dashboard-screen,
.phase-screen {
  min-height: 450px;
  padding: clamp(18px, 2.5vw, 30px);
}

.setup-screen {
  display: grid;
  align-content: center;
  gap: 18px;
}

.setup-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 3px 14px;
}

.setup-head small,
.time-stats span,
.weekday-hours small {
  color: #7a8498;
  font-size: 0.65rem;
}

.setup-head strong {
  grid-column: 1;
  font-size: 1.15rem;
}

.setup-head em {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--sp-blue);
  background: var(--sp-sky);
  font-size: 0.67rem;
  font-style: normal;
  font-weight: 700;
}

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

.time-stats > div {
  display: grid;
  gap: 5px;
  padding: 13px;
  border: 1px solid #dde3ed;
  border-radius: 12px;
  background: #fff;
}

.time-stats b {
  font-family: "Inter", sans-serif;
  font-size: 1.15rem;
}

.time-stats b small {
  margin-left: 2px;
  color: #7a8498;
  font-size: 0.52rem;
}

.time-stats .is-positive {
  border-color: #bae2cb;
  background: #effaf3;
}

.time-stats .is-positive b {
  color: var(--sp-plus-strong);
}

.weekday-hours {
  min-height: 180px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
  align-items: end;
  padding: 18px 14px 12px;
  border: 1px solid #dde3ed;
  border-radius: 14px;
  background: #fff;
}

.weekday-hours span {
  height: 140px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  justify-items: center;
  gap: 5px;
}

.weekday-hours b {
  font-size: 0.62rem;
}

.weekday-hours i {
  width: 65%;
  align-self: end;
  height: var(--hour);
  min-height: 14px;
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(180deg, #72a3ff 0%, #2f64e9 100%);
}

.app-message {
  margin: 0;
  padding: 10px 13px;
  border-radius: 10px;
  color: #27734d;
  background: #eaf8ef;
  font-size: 0.7rem;
  font-weight: 700;
}

.app-message span {
  margin-right: 5px;
}

.today-screen {
  display: grid;
  align-content: center;
  gap: 18px;
}

.today-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px;
}

.today-head span,
.today-head small {
  color: #7a8498;
  font-size: 0.64rem;
}

.today-head b {
  grid-column: 1;
  font-size: 1.08rem;
}

.today-head small {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
}

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

.today-columns article {
  min-height: 142px;
  display: grid;
  align-content: end;
  gap: 5px;
  padding: 17px;
  border: 1px solid transparent;
  border-radius: 14px;
}

.today-columns article > span {
  width: max-content;
  margin-bottom: auto;
  padding: 4px 7px;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 800;
}

.today-columns article > b {
  font-size: 0.83rem;
}

.today-columns article > small {
  color: #657086;
  font-size: 0.61rem;
}

.task-min {
  border-color: #f3cfc8 !important;
  background: var(--sp-min);
}

.task-min > span {
  color: var(--sp-min-strong);
  background: #fff;
}

.task-standard {
  border-color: #ecdda0 !important;
  background: var(--sp-standard);
}

.task-standard > span {
  color: var(--sp-standard-strong);
  background: #fff;
}

.task-plus {
  border-color: #c7e7d3 !important;
  background: var(--sp-plus);
}

.task-plus > span {
  color: var(--sp-plus-strong);
  background: #fff;
}

.task-review {
  border-color: #c6d9f5 !important;
  background: var(--sp-review);
}

.task-review > span {
  color: var(--sp-review-strong);
  background: #fff;
}

.complete-screen {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(130px, 0.6fr);
  gap: 12px;
  align-content: center;
}

.complete-card,
.complete-next {
  border: 1px solid #dce3ee;
  border-radius: 16px;
  background: #fff;
}

.complete-card {
  padding: 22px;
}

.complete-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.complete-card-head span {
  padding: 4px 8px;
  border-radius: 999px;
  color: var(--sp-standard-strong);
  background: var(--sp-standard);
  font-size: 0.6rem;
  font-weight: 800;
}

.complete-card-head small {
  color: #8b94a6;
  font-family: "Inter", sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
}

.complete-card h4 {
  margin: 20px 0 5px;
  font-size: 1.06rem;
}

.complete-card p {
  margin: 0;
  color: #69748a;
  font-size: 0.67rem;
}

.understanding {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  margin-top: 24px;
}

.understanding span {
  padding: 9px 4px;
  border: 1px solid #dce3ee;
  border-radius: 8px;
  color: #7a8498;
  font-size: 0.57rem;
  font-weight: 700;
  text-align: center;
}

.understanding .is-selected {
  color: var(--sp-blue);
  border-color: #9dbaf7;
  background: var(--sp-sky);
}

.complete-card button,
.priority-main button {
  width: 100%;
  min-height: 40px;
  margin-top: 10px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: var(--sp-blue);
  font-size: 0.63rem;
  font-weight: 800;
  pointer-events: none;
}

.complete-next {
  display: grid;
  align-content: center;
  gap: 9px;
  padding: 14px;
  background: #f9fbff;
}

.complete-next > span {
  color: var(--sp-blue);
  font-size: 0.58rem;
  font-weight: 800;
}

.complete-next > div {
  padding: 12px;
  border: 1px solid #e0e6ef;
  border-radius: 10px;
  background: #fff;
}

.complete-next b,
.complete-next small {
  display: block;
}

.complete-next b {
  font-size: 0.67rem;
}

.complete-next small {
  margin-top: 3px;
  color: #788398;
  font-size: 0.55rem;
}

.dashboard-screen {
  display: grid;
  align-content: center;
  gap: 12px;
}

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

.dashboard-top > div {
  min-height: 94px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 13px;
  border: 1px solid #dce3ee;
  border-radius: 12px;
  background: #fff;
}

.dashboard-top span,
.priority-main > span,
.priority-side span {
  color: #7e899d;
  font-size: 0.55rem;
  font-weight: 700;
}

.dashboard-top b {
  font-size: 0.84rem;
}

.dashboard-top small,
.priority-main p,
.priority-side small {
  color: #69758a;
  font-size: 0.55rem;
}

.dashboard-top i {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: #e1e6ef;
}

.dashboard-top em {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--sp-blue);
}

.priority-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 10px;
}

.priority-main {
  padding: 20px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, #162851, #244c97);
}

.priority-main > span {
  color: var(--sp-aqua);
  font-family: "Inter", sans-serif;
  letter-spacing: 0.09em;
}

.priority-main h4 {
  margin: 10px 0 5px;
  font-size: 0.9rem;
}

.priority-main p {
  margin: 0;
  color: #c9d5e9;
}

.priority-main button {
  width: auto;
  padding: 0 14px;
  background: #fff;
  color: var(--sp-blue);
}

.priority-side {
  display: grid;
  gap: 8px;
}

.priority-side > div {
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 2px 6px;
  padding: 13px;
  border: 1px solid #dce3ee;
  border-radius: 12px;
  background: #fff;
}

.priority-side span {
  grid-column: 1 / -1;
}

.priority-side b {
  color: var(--sp-blue);
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
}

.priority-side small {
  align-self: end;
}

.phase-screen {
  display: grid;
  align-content: center;
  gap: 28px;
}

.phase-current {
  padding: 20px 22px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #17305f, #2f64e9);
}

.phase-current span {
  color: var(--sp-aqua);
  font-family: "Inter", sans-serif;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.phase-current b {
  display: block;
  margin-top: 6px;
  font-size: 1.1rem;
}

.phase-current p {
  margin: 4px 0 0;
  color: #d0dcf0;
  font-size: 0.61rem;
}

.phase-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.phase-track::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #d4dbe7;
}

.phase-track li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 7px;
  padding: 0 4px;
  text-align: center;
}

.phase-track li > span {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border: 2px solid #d2d9e5;
  border-radius: 50%;
  color: #8b95a8;
  background: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
}

.phase-track .is-done > span {
  color: #fff;
  border-color: var(--sp-plus-strong);
  background: var(--sp-plus-strong);
}

.phase-track .is-current > span {
  color: #fff;
  border-color: var(--sp-blue);
  background: var(--sp-blue);
  box-shadow: 0 0 0 5px rgba(47, 100, 233, 0.13);
}

.phase-track b {
  font-size: 0.62rem;
  line-height: 1.35;
}

.phase-track small {
  color: #7b8599;
  font-size: 0.5rem;
}

/* Routine */
.routine-section {
  position: relative;
  overflow: hidden;
  background: #f4f7fb;
}

.routine-section .section-heading {
  max-width: 780px;
  margin: 0 0 32px;
  text-align: left;
}

.routine-section .section-heading > p:last-child {
  max-width: 680px;
  margin-inline: 0;
}

.routine-daily {
  overflow: hidden;
  border: 1px solid var(--sp-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(17, 28, 54, 0.08);
}

.routine-daily-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.routine-daily-steps > li {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: clamp(24px, 3vw, 34px);
  padding: clamp(28px, 4vw, 46px);
  border-right: 1px solid var(--sp-line);
}

.routine-daily-steps > li:last-child {
  border-right: 0;
}

.routine-daily-copy {
  position: relative;
  padding-left: 52px;
}

.routine-daily-number {
  position: absolute;
  top: 1px;
  left: 0;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(35, 112, 231, 0.25);
  border-radius: 50%;
  color: var(--sp-blue);
  background: var(--sp-sky);
  font-family: "Inter", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
}

.routine-daily-copy h3 {
  margin: 0;
  color: var(--sp-ink);
  font-size: clamp(1.18rem, 2vw, 1.5rem);
  letter-spacing: -0.035em;
  line-height: 1.45;
}

.routine-daily-copy p {
  margin: 10px 0 0;
  color: var(--sp-muted);
  font-size: 0.86rem;
  line-height: 1.8;
}

.routine-daily-shot {
  align-self: end;
  margin: 0;
}

.routine-daily-shot .ipad-frame {
  max-width: 560px;
  padding: 9px 10px 10px;
  border-radius: 22px;
  box-shadow:
    0 24px 44px rgba(1, 6, 16, 0.24),
    0 3px 7px rgba(1, 6, 16, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.routine-daily-shot .ipad-screen {
  border-radius: 13px;
}

.routine-daily-shot figcaption {
  margin-top: 14px;
  color: var(--sp-ink);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.routine-daily-result {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: clamp(22px, 3vw, 30px);
  border-top: 1px solid var(--sp-line);
  color: var(--sp-ink);
  background: linear-gradient(100deg, #e2f7ef 0%, #eef5ff 100%);
  text-align: center;
}

.routine-daily-result > span {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--sp-blue);
  box-shadow: 0 8px 20px rgba(35, 112, 231, 0.2);
  font-family: "Inter", sans-serif;
  font-weight: 800;
}

.routine-daily-result p {
  margin: 0;
  font-size: clamp(1rem, 1.6vw, 1.24rem);
  font-weight: 650;
  line-height: 1.6;
}

.routine-daily-result strong {
  color: var(--sp-blue-dark);
  font-weight: 800;
}

/* Change */
.change-section {
  color: var(--sp-ink);
  background: #fff;
}

.change-grid {
  display: block;
}

.change-heading .section-label {
  color: var(--sp-blue);
}

.change-heading h2 {
  color: var(--sp-ink);
}

.change-heading h2 span {
  color: var(--sp-blue);
}

.change-heading > p:last-child {
  color: var(--sp-muted);
}

.change-heading {
  max-width: 780px;
  margin-bottom: 36px;
}

.change-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--sp-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(17, 28, 54, 0.07);
}

.change-list > div {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) 32px minmax(0, 1.14fr);
  align-items: center;
  min-height: 126px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--sp-line);
}

.change-list > div:nth-child(odd) {
  border-right: 1px solid var(--sp-line);
}

.change-list > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.change-list > div::before {
  content: "→";
  grid-column: 2;
  grid-row: 1;
  color: var(--sp-blue);
  font-family: "Inter", sans-serif;
  text-align: center;
}

.change-list span,
.change-list b {
  padding: 4px 8px;
  font-size: 0.82rem;
  line-height: 1.65;
}

.change-list span {
  grid-column: 1;
  grid-row: 1;
  color: var(--sp-muted);
}

.change-list b {
  grid-column: 3;
  grid-row: 1;
  color: var(--sp-ink);
}

.change-message {
  max-width: 900px;
  margin: 28px auto 0;
  padding: 28px 32px;
  border-radius: 18px;
  background: linear-gradient(100deg, #e2f7ef 0%, #eef5ff 100%);
  box-shadow: inset 4px 0 0 var(--sp-blue);
  text-align: left;
}

.change-message p {
  margin: 0;
  color: var(--sp-muted);
}

.change-message strong {
  display: block;
  margin-top: 8px;
  color: var(--sp-blue-dark);
  font-size: clamp(1.25rem, 2.4vw, 1.9rem);
}

/* Audience */
.audience-section {
  background: #f4f7fb;
}

.audience-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(34px, 5vw, 52px);
}

.fit-panel {
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--sp-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--sp-shadow);
}

.fit-panel h3 {
  margin: 0 0 24px;
  font-size: 1.12rem;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-grid li {
  position: relative;
  min-height: 84px;
  display: flex;
  align-items: center;
  padding: 17px 17px 17px 52px;
  border: 1px solid var(--sp-line);
  border-radius: 14px;
  background: #fbfcff;
  font-size: 0.86rem;
  font-weight: 600;
}

.check-grid li::before {
  content: "✓";
  position: absolute;
  left: 18px;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--sp-blue);
  background: var(--sp-sky);
  font-size: 0.72rem;
  font-weight: 800;
}

.fit-conclusion {
  margin: 28px 0 0;
  padding: 22px 24px;
  border-radius: 15px;
  color: var(--sp-ink);
  background: var(--sp-sky);
}

.fit-conclusion strong {
  color: var(--sp-blue);
}

/* Final CTA */
.final-cta-section {
  background: #fff;
}

.final-cta-card {
  position: relative;
  overflow: hidden;
  padding: clamp(50px, 8vw, 96px);
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(185, 243, 224, 0.24), transparent 32%),
    linear-gradient(145deg, #101b36 0%, #1c3267 100%);
  box-shadow: 0 36px 90px rgba(17, 28, 54, 0.22);
}

.final-cta-card::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -90px;
  bottom: -130px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.final-cta-card .section-label {
  color: var(--sp-aqua);
}

.final-cta-card h2 {
  max-width: 930px;
  color: #fff;
}

.final-cta-card > p:not(.section-label):not(.hero-note) {
  max-width: 760px;
  margin: 24px 0 0;
  color: #cdd6e9;
}

.final-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.final-steps span {
  position: relative;
  padding: 8px 30px 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
}

.final-steps span::after {
  content: "→";
  position: absolute;
  right: 10px;
  color: var(--sp-aqua);
}

.final-steps span:last-child::after {
  content: "✓";
}

.final-cta-card .hero-actions {
  justify-content: flex-start;
}

.final-cta-card .button-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background: transparent;
}

.final-cta-card .button-secondary:hover {
  background: rgba(255, 255, 255, 0.09);
}

.final-cta-card .hero-note {
  color: #9ba8c4;
}

.footer {
  padding: 24px 0;
  border-top: 1px solid var(--sp-line);
  color: var(--sp-muted);
  background: #fff;
  font-size: 0.82rem;
}

.footer p {
  margin: 0;
}

@media (max-width: 1000px) {
  .learning-contrast {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .contrast-card {
    min-height: 0;
  }

  .contrast-arrow {
    min-height: 68px;
  }

  .contrast-arrow span {
    transform: rotate(90deg);
  }

  .tour-panel {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: 0;
  }

  .tour-title,
  .tour-copy,
  .tour-gallery,
  .tour-outcome {
    grid-column: 1;
    grid-row: auto;
  }

  .tour-title {
    order: 1;
  }

  .tour-gallery {
    order: 2;
  }

  .tour-copy {
    order: 3;
  }

  .tour-outcome {
    order: 4;
  }

}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, var(--sp-container));
  }

  .section-pad {
    padding-block: 72px;
  }

  .why-section.section-pad {
    padding-block: 56px;
  }

  .why-heading {
    margin-bottom: 28px;
  }

  .why-heading h2 {
    font-size: clamp(1.65rem, 7vw, 2.1rem);
    line-height: 1.3;
  }

  .why-lead {
    margin-top: 16px;
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .plan-drift {
    gap: 20px;
  }

  .schedule-hero {
    min-height: auto;
    padding-top: 74px;
  }

  .schedule-hero h1 {
    font-size: clamp(2.65rem, 12vw, 3.6rem);
    line-height: 1.08;
  }

  .schedule-hero h1 span {
    font-size: 0.55em;
  }

  .hero-statement {
    margin-top: 23px;
    font-size: 1.22rem;
  }

  .hero-copy {
    font-size: 0.9rem;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

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

  .hero-proof-list li {
    min-height: 72px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .hero-proof-list li:nth-child(odd) {
    border-left: 0;
  }

  .plan-drift-flow {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0 0 0 12px;
  }

  .plan-drift-flow li {
    min-height: 84px;
    padding: 0 0 10px 38px;
    border-top: 0;
    border-left: 2px solid #d9e3f2;
  }

  .plan-drift-flow li::after {
    content: "↓";
    top: auto;
    right: auto;
    bottom: -11px;
    left: -7px;
    transform: none;
  }

  .plan-drift-flow span {
    top: 0;
    left: -14px;
    width: 26px;
    height: 26px;
    font-size: 0.58rem;
  }

  .plan-drift-flow strong {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .plan-drift-flow p {
    margin-top: 3px;
    font-size: 0.76rem;
    line-height: 1.55;
  }

  .plan-drift-truth {
    padding: 14px 0 14px 14px;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .plan-drift-copy {
    grid-template-columns: 1fr;
    gap: 10px;
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .why-conclusion {
    padding: 20px 16px;
    border-radius: 14px;
  }

  .why-conclusion p {
    font-size: 1.06rem;
  }

  .why-conclusion-lead {
    letter-spacing: -0.035em;
    white-space: nowrap;
  }

  .why-conclusion small {
    margin-top: 10px;
    font-size: 0.77rem;
    line-height: 1.65;
    white-space: normal;
  }

  .compare-heading {
    margin-bottom: 32px;
  }

  .compare-heading h2 {
    font-size: 1.72rem;
    line-height: 1.4;
    letter-spacing: -0.05em;
  }

  .compare-heading > p:last-child {
    margin-top: 17px;
    font-size: 0.92rem;
    line-height: 1.75;
  }

  .learning-contrast {
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: 20px;
  }

  .contrast-card {
    min-height: auto;
    padding: 26px 20px;
  }

  .contrast-card h3 {
    font-size: 1.18rem;
    line-height: 1.55;
  }

  .contrast-arrow {
    min-height: 76px;
    background: linear-gradient(180deg, #fffaf8 0 50%, #edf6ff 50%);
  }

  .contrast-arrow span {
    transform: rotate(90deg);
  }

  .contrast-arrow small {
    display: none;
  }

  .contrast-result {
    margin-top: 30px;
  }

  .ideal-scenes li {
    grid-template-columns: 106px minmax(0, 1fr);
    gap: 12px;
  }

  .tour-section .section-heading {
    margin-bottom: 32px;
  }

  .tour-section .section-heading h2 {
    font-size: 1.7rem;
    line-height: 1.4;
    letter-spacing: -0.05em;
  }

  .tour-shell {
    overflow: visible;
    border-radius: 20px;
  }

  .tour-tabs {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 54%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }

  .tour-tab {
    min-height: 66px;
    scroll-snap-align: start;
    padding: 9px 10px;
    border-bottom: 1px solid var(--sp-line);
    font-size: 0.7rem;
    white-space: nowrap;
  }

  .tour-panel {
    gap: 28px;
    padding: 24px 16px 30px;
  }

  .tour-title h3 {
    font-size: 1.68rem;
  }

  .tour-points {
    align-self: auto;
  }

  .tour-copy {
    font-size: 0.88rem;
  }

  .tour-outcome {
    padding: 22px 20px;
  }

  .ipad-frame {
    padding: 10px 11px 11px;
    border-radius: 22px;
  }

  .ipad-screen {
    border-radius: 13px;
  }

  .ipad-frame::after {
    height: 38px;
    box-shadow: 0 52px 0 #414b5b;
  }

  .schedule-shot figcaption {
    margin-top: 13px;
    font-size: 0.8rem;
  }

  .app-window {
    border-width: 4px;
    border-radius: 16px;
  }

  .app-window-bar {
    height: 34px;
  }

  .setup-screen,
  .today-screen,
  .complete-screen,
  .dashboard-screen,
  .phase-screen {
    min-height: 390px;
    padding: 14px;
  }

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

  .time-stats > div {
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 9px 11px;
  }

  .time-stats b {
    font-size: 0.9rem;
  }

  .weekday-hours {
    min-height: 140px;
    padding-inline: 6px;
  }

  .weekday-hours span {
    height: 105px;
  }

  .today-columns {
    gap: 7px;
  }

  .today-columns article {
    min-height: 122px;
    padding: 12px;
  }

  .complete-screen {
    grid-template-columns: 1fr;
  }

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

  .complete-next > span {
    grid-column: 1 / -1;
  }

  .dashboard-top {
    grid-template-columns: 1fr;
  }

  .dashboard-top > div {
    min-height: 62px;
  }

  .priority-panel {
    grid-template-columns: 1fr;
  }

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

  .phase-screen {
    min-height: 430px;
  }

  .phase-track b {
    font-size: 0.52rem;
  }

  .phase-track small {
    display: none;
  }

  .tour-controls {
    gap: 8px;
    padding-inline: 8px;
  }

  .tour-controls button {
    min-width: 88px;
  }

  .routine-daily {
    border-radius: 18px;
  }

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

  .routine-daily-steps > li {
    grid-template-columns: minmax(0, 1fr) minmax(124px, 42%);
    grid-template-rows: auto;
    gap: 14px;
    align-items: center;
    padding: 20px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--sp-line);
  }

  .routine-daily-steps > li:last-child {
    border-bottom: 0;
  }

  .routine-daily-copy {
    padding-left: 0;
  }

  .routine-daily-number {
    position: static;
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    font-size: 0.62rem;
  }

  .routine-daily-copy h3 {
    font-size: 1.02rem;
  }

  .routine-daily-copy p {
    margin-top: 7px;
    font-size: 0.76rem;
    line-height: 1.7;
  }

  .routine-daily-shot .ipad-frame {
    padding: 5px 6px 6px;
    border-radius: 13px;
  }

  .routine-daily-shot .ipad-screen {
    border-radius: 7px;
  }

  .routine-daily-shot .ipad-frame::before,
  .routine-daily-shot .ipad-frame::after {
    display: none;
  }

  .routine-daily-shot figcaption {
    display: none;
  }

  .routine-daily-result {
    gap: 10px;
    padding: 18px 16px;
    text-align: left;
  }

  .routine-daily-result > span {
    width: 34px;
    height: 34px;
  }

  .routine-daily-result p {
    font-size: 0.9rem;
  }

  .change-list {
    grid-template-columns: 1fr;
  }

  .change-list > div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0 20px;
    border-right: 0;
    border-bottom: 1px solid var(--sp-line);
  }

  .change-list > div:nth-child(odd) {
    border-right: 0;
  }

  .change-list > div:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--sp-line);
  }

  .change-list > div:last-child {
    border-bottom: 0;
  }

  .change-list > div::before {
    content: "↓";
    grid-column: 1;
    grid-row: 2;
    padding: 0;
    color: #5b91ef;
    font-size: 1rem;
    text-align: center;
  }

  .change-list span,
  .change-list b {
    grid-column: 1;
    padding: 0 16px;
  }

  .change-list span {
    grid-row: 1;
    text-align: center;
  }

  .change-list b {
    grid-row: 3;
    width: calc(100% - 32px);
    justify-self: center;
    padding: 13px 14px;
    border: 1px solid rgba(35, 112, 231, 0.17);
    border-radius: 13px;
    color: var(--sp-blue-dark);
    background: linear-gradient(135deg, #edf5ff 0%, #f5f9ff 100%);
    box-shadow: 0 8px 20px rgba(35, 112, 231, 0.08);
    font-size: 0.9rem;
    line-height: 1.55;
    text-align: center;
  }

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

  .check-grid li {
    min-height: 72px;
  }

  .final-cta-card {
    width: min(100% - 20px, var(--sp-container));
    padding: 48px 20px;
    border-radius: 24px;
  }

  .final-steps {
    display: grid;
  }

}

/* Schedule hero redesign based on the supplied reference */
.schedule-hero {
  min-height: calc(100svh - 68px);
  display: block;
  padding: clamp(44px, 5vw, 72px) 0 30px;
  background:
    radial-gradient(circle at 74% 42%, rgba(22, 83, 184, 0.25), transparent 27%),
    radial-gradient(circle at 18% 24%, rgba(20, 84, 183, 0.14), transparent 22%),
    linear-gradient(135deg, #020d20 0%, #04152f 54%, #031127 100%);
}

.schedule-hero::before {
  width: min(50vw, 720px);
  height: min(50vw, 720px);
  top: 15%;
  right: 5%;
  border: 0;
  background: radial-gradient(circle, rgba(23, 87, 192, 0.16), rgba(11, 42, 93, 0.04) 62%, transparent 70%);
  box-shadow: none;
}

.schedule-hero::after {
  width: 168px;
  height: 84px;
  top: 13%;
  right: 3%;
  bottom: auto;
  left: auto;
  border: 0;
  border-radius: 0;
  background-image: radial-gradient(circle, rgba(36, 114, 231, 0.42) 2px, transparent 2.5px);
  background-size: 24px 24px;
  opacity: 0.46;
}

.schedule-hero-inner {
  width: min(1420px, calc(100% - 80px));
  max-width: none;
  text-align: left;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  grid-template-areas:
    "intro device"
    "narrative device"
    "cta device"
    "benefits benefits"
    "steps steps";
  column-gap: clamp(32px, 4.5vw, 74px);
  row-gap: 24px;
  align-items: start;
}

.hero-intro {
  grid-area: intro;
  margin-left: clamp(18px, 2.8vw, 52px);
  text-align: center;
}

.hero-kicker {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 0;
  margin: 0 auto 26px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: rgba(232, 241, 255, 0.88);
  font-size: clamp(0.78rem, 1.05vw, 0.96rem);
  font-weight: 500;
  letter-spacing: 0.08em;
}

.hero-kicker::before,
.hero-kicker::after {
  content: "";
  width: 38px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(118, 172, 255, 0.86));
}

.hero-kicker::after {
  background: linear-gradient(90deg, rgba(118, 172, 255, 0.86), transparent);
}

.schedule-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.15rem, 4.8vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.12;
  text-wrap: balance;
}

.schedule-hero h1 .hero-title-lead,
.schedule-hero h1 .hero-title-accent {
  display: block;
  font-size: 1em;
  font-weight: 800;
  letter-spacing: inherit;
  white-space: nowrap;
}

.schedule-hero h1 .hero-title-lead {
  color: #f8fbff;
  font-size: 0.7em;
  line-height: 1.5;
}

.schedule-hero h1 .hero-title-accent {
  color: #176fff;
}

.schedule-hero .hero-statement {
  max-width: 620px;
  margin: 29px 0 0;
  color: #f1f5fd;
  font-size: clamp(1.08rem, 1.45vw, 1.26rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.8;
  text-align: left;
}

.hero-device {
  grid-area: device;
  width: 100%;
  align-self: center;
  justify-self: end;
  margin: 18px 0 0;
}

.hero-device-frame {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: 0;
  padding: 15px;
  border: 6px solid #313844;
  border-radius: 28px;
  background: linear-gradient(145deg, #111722, #03070d);
  box-shadow:
    0 0 0 2px rgba(209, 197, 175, 0.68),
    0 32px 80px rgba(0, 0, 0, 0.48),
    0 0 80px rgba(27, 91, 206, 0.14);
}

.hero-device-camera {
  position: absolute;
  z-index: 2;
  top: 6px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #202a39;
  box-shadow: 0 0 0 2px #05080d;
  transform: translateX(-50%);
}

.hero-device-screen {
  position: relative;
  aspect-ratio: 2940 / 1670;
  overflow: hidden;
  border: 1px solid rgba(127, 165, 222, 0.18);
  border-radius: 15px;
  background: #f4f7fc;
}

.hero-device-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.hero-device-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 32%, rgba(4, 13, 31, 0.05));
}

.hero-dashboard {
  width: 100%;
  height: 100%;
  padding: 4.5% 4.2%;
  color: #dbe8fb;
  background:
    radial-gradient(circle at 86% 18%, rgba(28, 107, 222, 0.18), transparent 26%),
    linear-gradient(145deg, #07162f, #061126);
  font-size: clamp(0.36rem, 0.63vw, 0.64rem);
}

.hero-dashboard-toolbar {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 5%;
  align-items: center;
  min-height: 11%;
  padding-bottom: 2.4%;
  border-bottom: 1px solid rgba(121, 158, 211, 0.14);
}

.hero-dashboard-toolbar strong {
  color: #fff;
  font-size: 1.25em;
}

.hero-dashboard-toolbar > div {
  display: flex;
  gap: 4px;
}

.hero-dashboard-toolbar span {
  padding: 0.28em 0.85em;
  border: 1px solid rgba(123, 161, 215, 0.18);
  border-radius: 0.35em;
  color: #8fa2bd;
}

.hero-dashboard-toolbar span.is-active {
  color: #fff;
  border-color: #1f72ef;
  background: #1266e7;
}

.hero-dashboard-toolbar small {
  justify-self: end;
  color: #a4b3c9;
  font-size: 0.9em;
}

.hero-dashboard-grid {
  height: 85%;
  display: grid;
  grid-template-columns: 0.82fr 1.26fr 0.78fr;
  grid-template-rows: 0.88fr 1.12fr;
  gap: 2.4%;
  padding-top: 3%;
}

.hero-dash-card {
  min-width: 0;
  overflow: hidden;
  padding: 7%;
  border: 1px solid rgba(104, 147, 207, 0.11);
  border-radius: 0.75em;
  background: rgba(12, 36, 72, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.hero-dash-card h3 {
  margin: 0;
  color: #eef5ff;
  font-size: 1.02em;
  line-height: 1.3;
}

.hero-dash-progress-body {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10%;
  align-items: center;
  margin-top: 8%;
}

.hero-dash-progress-body > strong {
  width: 4.8em;
  height: 4.8em;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle, #0d2141 54%, transparent 57%),
    conic-gradient(#1681ff 0 35%, #17345c 35% 100%);
  font-size: 1.2em;
}

.hero-dash-progress-body p {
  margin: 0;
  color: #7f94b1;
  font-size: 0.86em;
  line-height: 1.65;
}

.hero-dash-progress-body b {
  color: #e8f0fc;
}

.hero-dash-week {
  padding: 4.7%;
}

.hero-dash-week ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2%;
  margin: 8% 0 0;
  padding: 0;
  list-style: none;
}

.hero-dash-week li {
  display: grid;
  justify-items: center;
  gap: 0.7em;
  color: #a7b6ca;
  font-size: 0.83em;
}

.hero-dash-week i {
  width: 0.9em;
  height: 0.9em;
  border-radius: 50%;
  background: #355075;
}

.hero-dash-week i.is-done { background: #16c987; }
.hero-dash-week i.is-current { background: #1681ff; box-shadow: 0 0 0 0.28em rgba(22, 129, 255, 0.13); }

.hero-dash-today {
  grid-column: 1 / 3;
  padding: 4.2%;
}

.hero-dash-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 4%;
  align-items: center;
  min-height: 24%;
  margin-top: 2.5%;
  padding: 0 2%;
  border-top: 1px solid rgba(113, 153, 209, 0.1);
  color: #bdcbe0;
  font-size: 0.82em;
}

.hero-dash-row b {
  color: #e8f0fb;
  font-size: 0.9em;
}

.hero-dash-row i {
  padding: 0.28em 0.55em;
  border-radius: 999px;
  color: #36df9b;
  background: rgba(20, 150, 100, 0.14);
  font-size: 0.8em;
  font-style: normal;
}

.hero-dash-row i.is-learning {
  color: #4b9cff;
  background: rgba(35, 107, 218, 0.16);
}

.hero-dash-understanding {
  padding: 6%;
}

.hero-dash-understanding > p {
  margin: 5% 0 0;
  color: #7f94b1;
  font-size: 0.74em;
  line-height: 1.5;
}

.hero-dash-understanding ul {
  display: grid;
  gap: 4%;
  margin: 8% 0 0;
  padding: 0;
  list-style: none;
}

.hero-dash-understanding li {
  padding: 5% 6%;
  border-radius: 0.55em;
  color: #c8d5e8;
  background: rgba(23, 50, 91, 0.72);
  font-size: 0.74em;
}

.hero-dash-understanding .is-good { color: #39db98; }
.hero-dash-understanding .is-fair { color: #ffc44d; }
.hero-dash-understanding .is-low { color: #ff6f71; }

.hero-narrative {
  grid-area: narrative;
  display: grid;
  gap: 14px;
  margin: 0;
  margin-left: clamp(18px, 2.8vw, 52px);
  padding: 0;
  list-style: none;
}

.hero-narrative li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.hero-list-icon,
.hero-benefit-icon,
.hero-step-icon {
  display: grid;
  place-items: center;
  border: 1px solid rgba(44, 118, 239, 0.25);
  border-radius: 50%;
  color: #2780ff;
  background: rgba(23, 72, 155, 0.2);
  box-shadow: inset 0 0 24px rgba(30, 105, 232, 0.1);
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.hero-list-icon {
  width: 50px;
  height: 50px;
  font-size: 1.8rem;
}

.hero-list-forward {
  font-size: 1.45rem;
}

.hero-list-check {
  font-size: 1.2rem;
}

.hero-narrative p {
  margin: 2px 0 0;
  color: #edf3fc;
  font-size: clamp(0.96rem, 1.12vw, 1.08rem);
  font-weight: 550;
  line-height: 1.82;
}

.hero-narrative p span {
  color: #2f83ff;
  font-weight: 700;
}

.hero-narrative p .hero-narrative-nowrap {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.hero-cta {
  grid-area: cta;
  margin-left: clamp(18px, 2.8vw, 52px);
}

.schedule-hero .hero-actions {
  justify-content: flex-start;
  gap: 14px;
  margin-top: 0;
}

.schedule-hero .button {
  min-height: 54px;
  border-radius: 7px;
  font-size: 0.9rem;
}

.schedule-hero .button-primary {
  background: linear-gradient(135deg, #1677ff, #0c5deb);
  box-shadow: 0 14px 34px rgba(18, 93, 229, 0.28);
}

.schedule-hero .button-secondary {
  color: #fff;
  border-color: rgba(200, 216, 243, 0.55);
  background: rgba(6, 21, 49, 0.42);
  backdrop-filter: none;
}

.schedule-hero .hero-note {
  margin-top: 12px;
  color: #8594ac;
  font-size: 0.76rem;
}

.hero-benefits {
  grid-area: benefits;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(117, 151, 204, 0.2);
  list-style: none;
}

.hero-benefits li {
  min-width: 0;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 0 24px;
  border-left: 1px solid rgba(117, 151, 204, 0.2);
}

.hero-benefits li:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-benefits li:last-child {
  padding-right: 0;
}

.hero-benefit-icon {
  width: 54px;
  height: 54px;
  font-size: 1.65rem;
}

.hero-icon-plan {
  font-size: 1.35rem;
}

.hero-icon-forward {
  font-size: 1.4rem;
}

.hero-icon-bars {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  padding-bottom: 13px;
}

.hero-icon-bars i {
  width: 5px;
  border: 2px solid currentColor;
  border-radius: 2px 2px 0 0;
}

.hero-icon-bars i:nth-child(1) { height: 12px; }
.hero-icon-bars i:nth-child(2) { height: 22px; }
.hero-icon-bars i:nth-child(3) { height: 32px; }

.hero-benefits strong {
  display: block;
  color: #f7f9fd;
  font-size: 0.98rem;
  line-height: 1.5;
}

.hero-benefits p {
  margin: 5px 0 0;
  color: #aab7ca;
  font-size: 0.75rem;
  line-height: 1.65;
}

.hero-simple-steps {
  grid-area: steps;
  display: none;
}

@media (max-width: 1100px) {
  .schedule-hero-inner {
    width: min(100% - 72px, 1180px);
  }

  .hero-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
    column-gap: 30px;
  }

  .schedule-hero h1 {
    font-size: clamp(2.3rem, 4.7vw, 3.6rem);
  }

  .hero-narrative li {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
  }

  .hero-list-icon {
    width: 44px;
    height: 44px;
  }

  .hero-benefits li {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
    padding-inline: 14px;
  }

  .hero-benefit-icon {
    width: 44px;
    height: 44px;
    font-size: 1.35rem;
  }
}

@media (max-width: 820px) {
  .schedule-hero {
    min-height: auto;
    padding: 42px 0 34px;
  }

  .schedule-hero::before {
    width: 620px;
    height: 620px;
    top: 4%;
    right: -68%;
  }

  .schedule-hero::after {
    display: none;
  }

  .schedule-hero-inner {
    width: min(100% - 30px, 680px);
  }

  .hero-layout {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .hero-intro { order: 1; }
  .hero-device { order: 2; }
  .hero-benefits { order: 3; }
  .hero-cta { order: 4; }
  .hero-simple-steps { order: 5; }

  .hero-intro,
  .hero-narrative,
  .hero-cta {
    margin-left: 0;
  }

  .hero-intro {
    width: fit-content;
    max-width: 100%;
    align-self: center;
    margin-inline: auto;
  }

  .hero-kicker {
    margin-bottom: 24px;
    font-size: 0.78rem;
  }

  .hero-kicker::before,
  .hero-kicker::after {
    width: 26px;
  }

  .schedule-hero h1 {
    font-size: clamp(1.45rem, 6.4vw, 2.2rem);
    line-height: 1.3;
  }

  .schedule-hero h1 .hero-title-lead {
    font-size: 1em;
    line-height: 1.3;
  }

  .schedule-hero .hero-statement {
    margin-top: 25px;
    font-size: 1rem;
    line-height: 1.75;
  }

  .hero-device {
    width: min(100%, clamp(280px, 50vw, 520px));
    align-self: center;
    margin-top: 30px;
  }

  .hero-device-frame {
    max-width: 620px;
    padding: 10px;
    border-width: 5px;
    border-radius: 22px;
  }

  .hero-device-screen {
    border-radius: 11px;
  }

  .hero-narrative {
    display: none;
  }

  .hero-benefits {
    width: min(100%, 680px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-self: center;
    margin-top: 34px;
    padding-top: 0;
    border-top: 1px solid rgba(117, 151, 204, 0.2);
  }

  .hero-benefits li,
  .hero-benefits li:first-child,
  .hero-benefits li:last-child {
    min-height: 132px;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 20px 18px;
    border: 0;
    border-bottom: 1px solid rgba(117, 151, 204, 0.2);
  }

  .hero-benefits li:nth-child(odd) {
    border-right: 1px solid rgba(117, 151, 204, 0.2);
  }

  .hero-benefits li:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .hero-benefit-icon {
    width: 54px;
    height: 54px;
    font-size: 1.5rem;
  }

  .hero-benefits strong {
    font-size: 1rem;
  }

  .hero-benefits p {
    margin-top: 4px;
    font-size: 0.82rem;
  }

  .hero-cta {
    width: min(100% - 14px, 560px);
    align-self: center;
    margin-top: 28px;
  }

  .schedule-hero .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .schedule-hero .button {
    width: 100%;
    min-height: 56px;
    justify-content: center;
    border-radius: 8px;
  }

  .schedule-hero .button span {
    margin-left: 10px;
  }

  .schedule-hero .hero-note {
    margin-top: 14px;
    font-size: 0.76rem;
    text-align: center;
  }

  .hero-simple-steps {
    width: min(100%, 620px);
    display: block;
    align-self: center;
    margin-top: 30px;
    padding: 30px 24px 24px;
    border: 1px solid rgba(104, 151, 225, 0.16);
    border-radius: 24px;
    background: rgba(8, 31, 69, 0.42);
    box-shadow: inset 0 0 50px rgba(24, 80, 164, 0.08);
  }

  .hero-simple-steps h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.45rem, 6vw, 2rem);
    text-align: center;
  }

  .hero-simple-steps h2 span,
  .hero-steps-outcome span {
    color: #2480ff;
  }

  .hero-simple-steps ol {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
  }

  .hero-simple-steps li {
    min-width: 0;
    text-align: center;
  }

  .hero-step-icon {
    width: 66px;
    height: 66px;
    margin: 0 auto 15px;
    font-size: 1.6rem;
  }

  .hero-simple-steps h3 {
    margin: 0;
    color: #fff;
    font-size: 0.78rem;
    line-height: 1.55;
  }

  .hero-simple-steps h3 b {
    width: 21px;
    height: 21px;
    display: inline-grid;
    place-items: center;
    margin-right: 5px;
    border: 1px solid #4d94ff;
    border-radius: 50%;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 0.66rem;
  }

  .hero-simple-steps li p {
    margin: 7px 0 0;
    color: #aebbd0;
    font-size: 0.7rem;
    line-height: 1.65;
  }

  .hero-steps-outcome {
    margin: 26px 0 0;
    padding-top: 22px;
    border-top: 1px solid rgba(117, 151, 204, 0.2);
    color: #e9eef8;
    font-size: 0.84rem;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .schedule-hero {
    padding-top: 34px;
  }

  .schedule-hero-inner {
    width: min(100% - 24px, 680px);
  }

  .hero-kicker {
    font-size: 0.72rem;
  }

  .schedule-hero h1 {
    font-size: clamp(1.45rem, 6.4vw, 2rem);
  }

  .schedule-hero .hero-statement {
    font-size: 0.92rem;
  }

  .hero-device-frame {
    padding: 7px;
    border-width: 4px;
    border-radius: 18px;
  }

  .hero-benefits {
    width: calc(100% - 8px);
    grid-template-columns: 1fr;
  }

  .hero-benefits li,
  .hero-benefits li:first-child,
  .hero-benefits li:last-child {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    min-height: 102px;
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(117, 151, 204, 0.2);
  }

  .hero-benefits li:nth-child(odd) {
    border-right: 0;
  }

  .hero-benefits li:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(117, 151, 204, 0.2);
  }

  .hero-benefits li:last-child {
    border-bottom: 0;
  }

  .hero-benefit-icon {
    width: 54px;
    height: 54px;
    font-size: 1.5rem;
  }

  .hero-cta {
    width: calc(100% - 8px);
  }

  .schedule-hero .button {
    min-width: 0;
    padding-inline: clamp(7px, 2vw, 12px);
    font-size: clamp(0.65rem, 2.6vw, 0.78rem);
    letter-spacing: -0.035em;
    white-space: nowrap;
  }

  .schedule-hero .button span {
    margin-left: 4px;
  }

  .hero-simple-steps {
    padding: 28px 15px 22px;
    border-radius: 20px;
  }

  .hero-simple-steps h2 {
    font-size: 1.25rem;
    letter-spacing: -0.04em;
    white-space: nowrap;
  }

  .hero-simple-steps ol {
    gap: 8px;
  }

  .hero-step-icon {
    width: 58px;
    height: 58px;
  }

  .hero-simple-steps h3 {
    font-size: 0.69rem;
  }

  .hero-simple-steps li p {
    font-size: 0.63rem;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Clear section zebra shared with the service overview page. */
#main-content > .why-section,
#main-content > .tour-section,
#main-content > .change-section,
#main-content > .final-cta-section {
  background: #fff;
}

#main-content > .compare-section,
#main-content > .routine-section,
#main-content > .audience-section {
  border-top: 1px solid #cfdeed;
  border-bottom: 1px solid #cfdeed;
  background:
    radial-gradient(circle at 8% 4%, rgba(62, 130, 238, 0.1), transparent 25%),
    radial-gradient(circle at 96% 96%, rgba(53, 166, 147, 0.045), transparent 24%),
    #eaf2fc;
}
