:root {
  --blue-900: #0c2a66;
  --blue-800: #123b87;
  --blue-700: #1555d8;
  --blue-600: #2168f3;
  --blue-100: #e9f1ff;
  --green-600: #35c66d;
  --green-100: #e9fbf1;
  --red-500: #f14b56;
  --yellow-500: #ffbf2f;
  --ink: #17213c;
  --muted: #667394;
  --line: #dbe5f5;
  --surface: #ffffff;
  --soft: #f5f9ff;
  --shadow: 0 22px 60px rgba(24, 66, 148, 0.12);
  --tight-shadow: 0 12px 30px rgba(20, 54, 118, 0.12);
  --radius: 8px;
  --container: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: #fbfdff;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(233, 241, 255, 0.88) 0%, rgba(255, 255, 255, 0.9) 34%, rgba(244, 250, 255, 0.94) 100%);
}

a {
  color: inherit;
}

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

button {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section-pad {
  padding: 80px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(219, 229, 245, 0.9);
}

.nav-shell {
  width: var(--container);
  height: 82px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--blue-800);
  font-size: 25px;
  font-weight: 800;
  white-space: nowrap;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--red-500), #ff6960);
  color: #fff;
  box-shadow: 0 10px 22px rgba(241, 75, 86, 0.22);
  position: relative;
  overflow: hidden;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}

.brand-mark::before {
  width: 17px;
  height: 2px;
  top: 14px;
  left: 12px;
}

.brand-mark::after {
  width: 2px;
  height: 17px;
  top: 8px;
  left: 20px;
}

.brand-mark span {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 800;
}

.nav-menu {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-link {
  position: relative;
  text-decoration: none;
  color: #21345f;
  font-weight: 650;
  font-size: 15px;
  padding: 28px 0;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 3px;
  border-radius: 999px;
  background: var(--blue-600);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  background: var(--blue-800);
  border-radius: 4px;
}

.play-button,
.outline-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.play-button {
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-600), #0b58d8);
  box-shadow: 0 16px 30px rgba(33, 104, 243, 0.24);
}

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

.outline-button {
  padding: 0 20px;
  color: var(--blue-700);
  background: #fff;
  border: 1px solid #b8cbf4;
}

.play-triangle {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid var(--green-600);
  filter: drop-shadow(5px 0 0 var(--yellow-500));
}

.hero {
  position: relative;
  min-height: 660px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 10%, rgba(219, 233, 255, 0.85) 0 90px, transparent 92px),
    radial-gradient(circle at 96% 26%, rgba(232, 247, 255, 0.9) 0 120px, transparent 122px);
}

.hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(74vw, 840px);
  height: 68%;
  z-index: 0;
  background:
    linear-gradient(115deg, rgba(234, 246, 255, 0.1), rgba(219, 238, 255, 0.92)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.44) 0 1px, transparent 1px 38px);
  clip-path: ellipse(70% 46% at 58% 76%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(560px, 1.2fr);
  gap: 24px;
  align-items: center;
}

.hero-copy {
  max-width: 590px;
}

.eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  color: var(--blue-700);
  background: #eaf2ff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
}

.eyebrow span + span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 50%;
  background: var(--blue-600);
}

.hero h1 {
  margin: 28px 0 18px;
  color: var(--blue-900);
  font-size: clamp(46px, 6vw, 74px);
  line-height: 1.07;
  max-width: 760px;
}

.hero h1::first-line {
  color: var(--blue-900);
}

.hero h1 span,
.hero h1 strong {
  color: var(--blue-600);
}

.hero p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 20px;
}

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

.hero-play,
.hero-actions .outline-button {
  min-height: 54px;
}

.trust-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.learner-stack {
  display: flex;
}

.learner-stack span {
  width: 31px;
  height: 31px;
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(36, 76, 146, 0.16);
}

.learner-stack span:first-child {
  margin-left: 0;
  background: #9f623f;
}

.learner-stack span:nth-child(2) {
  background: #e3a46e;
}

.learner-stack span:nth-child(3) {
  background: #71513d;
}

.learner-stack span:nth-child(4) {
  background: #d5b79a;
}

.stars {
  display: flex;
  gap: 3px;
  line-height: 1;
}

.stars span {
  width: 13px;
  height: 13px;
  background: var(--yellow-500);
  clip-path: polygon(50% 0, 62% 35%, 100% 35%, 70% 56%, 82% 100%, 50% 72%, 18% 100%, 30% 56%, 0 35%, 38% 35%);
}

.trust-row p {
  margin: 4px 0 0;
  color: #495a7e;
  font-size: 14px;
}

.hero-visual {
  position: relative;
  min-height: 560px;
  perspective: 1400px;
}

.hero-scene {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-card {
  position: absolute;
  z-index: 1;
  display: grid;
  gap: 5px;
  width: 190px;
  padding: 16px;
  border: 1px solid rgba(190, 207, 237, 0.78);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--tight-shadow);
  backdrop-filter: blur(18px);
}

.lesson-card {
  right: 27%;
  top: 110px;
}

.streak-card {
  right: 8%;
  bottom: 110px;
}

.hero-card strong {
  color: var(--blue-900);
  font-size: 15px;
}

.hero-card small {
  color: var(--muted);
  font-weight: 600;
}

.mini-badge,
.level-dot {
  display: inline-grid;
  place-items: center;
  width: 29px;
  height: 24px;
  border-radius: 7px;
  color: #fff;
  background: var(--green-600);
  font-size: 11px;
  font-weight: 800;
}

.lesson-progress,
.lesson-progress span,
.progress-meter div,
.progress-meter i,
.routine-progress div,
.routine-progress i {
  height: 7px;
  border-radius: 999px;
}

.lesson-progress {
  background: #e9eef8;
}

.lesson-progress span {
  display: block;
  width: 64%;
  background: var(--blue-600);
}

.phone {
  position: absolute;
  width: 210px;
  height: 430px;
  padding: 12px;
  border: 7px solid #24272f;
  border-radius: 32px;
  background: #12151d;
  box-shadow: 0 28px 48px rgba(16, 31, 73, 0.24);
  overflow: hidden;
}

.phone::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  width: 64px;
  height: 10px;
  border-radius: 0 0 12px 12px;
  background: #24272f;
  transform: translateX(-50%);
  z-index: 4;
}

.phone-main {
  right: 178px;
  top: 24px;
  width: 240px;
  height: 500px;
  transform: rotate(1deg);
  z-index: 6;
}

.phone-left {
  right: 366px;
  top: 96px;
  transform: rotate(-8deg);
  z-index: 4;
}

.phone-right {
  right: 10px;
  top: 92px;
  transform: rotate(8deg);
  z-index: 3;
}

.screen {
  height: 100%;
  padding: 20px 13px 14px;
  border-radius: 24px;
  background: #fbfdff;
  overflow: hidden;
}

.screen-header,
.routine-top {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  color: var(--blue-800);
  font-size: 12px;
}

.screen-header strong,
.routine-top strong {
  flex: 1;
}

.alert-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--red-500);
  box-shadow: 0 0 0 4px rgba(241, 75, 86, 0.14);
}

.chapter-card {
  margin-top: 14px;
  padding: 14px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #f1f6ff, #ffffff);
  border: 1px solid #d8e5ff;
}

.chapter-card span,
.phone-label,
.plan-name {
  display: inline-block;
  color: var(--blue-600);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.chapter-card strong {
  display: block;
  margin: 3px 0;
  color: var(--blue-900);
  font-size: 13px;
}

.chapter-card small {
  color: var(--muted);
  font-size: 11px;
}

.progress-meter {
  margin: 14px 0;
  color: var(--green-600);
  font-size: 11px;
  font-weight: 800;
}

.progress-meter {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.progress-meter div {
  grid-column: 1 / -1;
  background: #e9eef8;
}

.progress-meter i {
  display: block;
  width: 6%;
  background: var(--green-600);
}

.start-button {
  width: 100%;
  min-height: 38px;
  color: #fff;
  border: 0;
  border-radius: 8px;
  background: var(--blue-600);
  font-size: 12px;
  font-weight: 800;
}

.lesson-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.lesson-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid #e1e9f8;
  border-radius: var(--radius);
  background: #fff;
}

.lesson-list strong {
  display: block;
  color: var(--blue-900);
  font-size: 12px;
}

.lesson-list small {
  display: block;
  color: var(--muted);
  font-size: 10px;
}

.lesson-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 8px;
}

.lesson-icon.red {
  background: linear-gradient(135deg, var(--red-500), #ff8b76);
}

.lesson-icon.blue {
  background: linear-gradient(135deg, #65a4ff, var(--blue-600));
}

.lesson-icon.green {
  background: linear-gradient(135deg, var(--green-600), #9ee7b9);
}

.game-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.game-card {
  padding: 14px;
  border-radius: var(--radius);
  border: 1px solid #d8e5ff;
  background: #fff;
}

.game-card.green {
  background: var(--green-100);
  border-color: #cdeedb;
}

.game-card.blue {
  background: var(--blue-100);
}

.game-card.pale {
  background: #fff7dc;
  border-color: #f5e6ab;
}

.game-card strong,
.game-card span {
  display: block;
}

.game-card strong {
  color: var(--blue-900);
  font-size: 12px;
}

.game-card span {
  margin: 4px 0 10px;
  color: var(--muted);
  font-size: 10px;
}

.game-card button {
  min-width: 58px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--green-600);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.profile-bot {
  width: 68px;
  height: 68px;
  margin: 32px auto 14px;
  border: 6px solid #dcecff;
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 42%, #fff 0 5px, transparent 6px),
    radial-gradient(circle at 64% 42%, #fff 0 5px, transparent 6px),
    radial-gradient(circle at 37% 42%, var(--blue-700) 0 2px, transparent 3px),
    radial-gradient(circle at 63% 42%, var(--blue-700) 0 2px, transparent 3px),
    linear-gradient(135deg, #4fb0ff, var(--blue-600));
  box-shadow: 0 12px 24px rgba(33, 104, 243, 0.22);
}

.profile-name {
  display: block;
  color: var(--blue-900);
  text-align: center;
  font-size: 13px;
}

.plus-strip {
  display: block;
  margin: 18px 0;
  padding: 12px;
  border-radius: var(--radius);
  color: var(--blue-800);
  background: #f2edff;
  font-size: 11px;
  font-weight: 800;
}

.settings-row {
  margin-top: 10px;
  padding: 12px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid #e1e9f8;
  color: var(--blue-800);
  font-size: 11px;
  font-weight: 700;
}

.settings-row.logout {
  color: var(--red-500);
}

.mascot-wrap {
  position: absolute;
  left: -10px;
  bottom: 10px;
  width: 340px;
  height: 330px;
  z-index: 8;
}

.mascot-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 335px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 28px rgba(17, 67, 150, 0.2));
}

.speech-bubble {
  position: absolute;
  right: 22px;
  top: 12px;
  z-index: 3;
  padding: 9px 13px;
  border-radius: 8px;
  color: #fff;
  background: var(--green-600);
  font-weight: 800;
  transform: rotate(7deg);
  box-shadow: 0 12px 18px rgba(53, 198, 109, 0.2);
}

.robot {
  position: absolute;
  left: 44px;
  top: 58px;
  width: 142px;
  height: 172px;
}

.antenna {
  position: absolute;
  top: -22px;
  left: 50%;
  width: 7px;
  height: 26px;
  background: var(--blue-700);
  transform: translateX(-50%);
}

.antenna::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  width: 24px;
  height: 24px;
  border: 5px solid var(--red-500);
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
}

.robot-head {
  position: absolute;
  top: 0;
  left: 13px;
  width: 116px;
  height: 88px;
  border: 7px solid var(--blue-700);
  border-radius: 42px;
  background: #f7fbff;
  box-shadow: inset 0 -12px 0 #e5f1ff;
}

.robot-head::before,
.robot-head::after {
  content: "";
  position: absolute;
  top: 35px;
  width: 18px;
  height: 34px;
  border-radius: 12px;
  background: var(--blue-700);
}

.robot-head::before {
  left: -21px;
}

.robot-head::after {
  right: -21px;
}

.robot-eye {
  position: absolute;
  top: 30px;
  width: 26px;
  height: 26px;
  border: 4px solid var(--blue-700);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff 0 4px, #4fb0ff 5px 100%);
}

.robot-eye.left {
  left: 25px;
}

.robot-eye.right {
  right: 25px;
}

.robot-smile {
  position: absolute;
  left: 50%;
  bottom: 15px;
  width: 25px;
  height: 12px;
  border-bottom: 5px solid var(--red-500);
  border-radius: 0 0 18px 18px;
  transform: translateX(-50%);
}

.robot-body {
  position: absolute;
  top: 88px;
  left: 39px;
  width: 64px;
  height: 66px;
  border: 7px solid var(--blue-700);
  border-radius: 22px 22px 28px 28px;
  background: #f7fbff;
}

.robot-body span {
  position: absolute;
  top: 18px;
  left: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--blue-600);
  transform: translateX(-50%);
}

.robot-arm,
.robot-leg {
  position: absolute;
  background: var(--blue-600);
  border: 5px solid var(--blue-700);
}

.robot-arm {
  top: 98px;
  width: 24px;
  height: 58px;
  border-radius: 16px;
}

.arm-left {
  left: 12px;
  transform: rotate(24deg);
}

.arm-right {
  right: 4px;
  top: 82px;
  transform: rotate(-42deg);
}

.robot-leg {
  top: 149px;
  width: 28px;
  height: 36px;
  border-radius: 14px;
}

.leg-left {
  left: 43px;
}

.leg-right {
  right: 43px;
}

.letter-block {
  position: absolute;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  box-shadow: var(--tight-shadow);
}

.block-a {
  right: 22px;
  bottom: 34px;
  background: linear-gradient(135deg, #ff7a87, var(--red-500));
  transform: rotate(9deg);
}

.block-b {
  right: 72px;
  bottom: 0;
  background: linear-gradient(135deg, #ffcb4d, #ff9d1b);
}

.section-card,
.screenshots-band,
.download-panel {
  border: 1px solid rgba(219, 229, 245, 0.95);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.feature-summary {
  padding: 0 0 16px;
  margin-top: -24px;
  position: relative;
  z-index: 3;
}

.section-card {
  padding: 28px 30px 30px;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--blue-700);
  background: var(--blue-100);
  font-size: 13px;
  font-weight: 800;
}

h2 {
  margin: 12px 0 12px;
  color: var(--blue-900);
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.12;
}

h3 {
  color: var(--blue-900);
}

.section-heading h2 {
  margin-bottom: 0;
}

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

.feature-card,
.support-item,
.price-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.feature-card {
  min-height: 230px;
  padding: 24px 18px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(26, 63, 130, 0.07);
}

.feature-card h3 {
  margin: 16px 0 8px;
  font-size: 16px;
  line-height: 1.2;
}

.feature-card p,
.section-copy p,
.screenshots-copy p,
.pricing-copy p,
.support-item p,
.price-card p,
.legal-panels p,
.site-footer p {
  color: var(--muted);
}

.feature-card p {
  margin: 0;
  font-size: 13px;
}

.feature-icon,
.support-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  position: relative;
}

.feature-icon.book {
  border-radius: 7px;
  background:
    linear-gradient(90deg, transparent 48%, #fff 49% 51%, transparent 52%),
    linear-gradient(135deg, #ddecff, #ffffff);
  border: 5px solid #93bcff;
  box-shadow: inset 0 -8px 0 #d7e8ff;
}

.feature-icon.puzzle::before,
.feature-icon.puzzle::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 8px;
}

.feature-icon.puzzle::before {
  left: 2px;
  top: 5px;
  background: #78d887;
  box-shadow: 26px 0 0 #7ba9ff;
}

.feature-icon.puzzle::after {
  left: 17px;
  bottom: 4px;
  background: #ffcf48;
  box-shadow: 26px 0 0 #f25d6a;
}

.feature-icon.controller {
  width: 84px;
  height: 58px;
  margin-top: 7px;
  border-radius: 26px;
  background: linear-gradient(135deg, #76b1ff, var(--blue-700));
  box-shadow: inset 0 -8px 0 rgba(0, 0, 0, 0.12);
}

.feature-icon.controller::before,
.feature-icon.controller::after {
  content: "";
  position: absolute;
}

.feature-icon.controller::before {
  left: 20px;
  top: 23px;
  width: 20px;
  height: 6px;
  background: #fff;
  box-shadow: 7px -7px 0 -2px #fff, 7px 7px 0 -2px #fff;
}

.feature-icon.controller::after {
  right: 18px;
  top: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 14px 8px 0 #fff;
}

.feature-icon.chart {
  border: 5px solid #a9c9ff;
  border-radius: 7px;
  background: linear-gradient(135deg, #f8fbff, #dceaff);
}

.feature-icon.chart::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 12px;
  bottom: 17px;
  height: 34px;
  border-left: 5px solid var(--blue-600);
  border-bottom: 5px solid var(--blue-600);
  transform: skew(-18deg);
}

.feature-icon.trophy::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 9px;
  width: 44px;
  height: 44px;
  border-radius: 8px 8px 20px 20px;
  background: linear-gradient(135deg, #ffcf4a, #ff9f1f);
  box-shadow: inset 0 -8px 0 rgba(152, 93, 0, 0.13);
}

.feature-icon.trophy::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 6px;
  width: 24px;
  height: 14px;
  border-radius: 6px 6px 2px 2px;
  background: #d88916;
  box-shadow: 0 -10px 0 -2px #f2a11d;
}

.feature-icon.crown::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 18px;
  width: 56px;
  height: 42px;
  background: linear-gradient(135deg, #ffd95c, #ffaf25);
  clip-path: polygon(0 100%, 0 32%, 24% 58%, 50% 0, 76% 58%, 100% 32%, 100% 100%);
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 56px;
  align-items: center;
}

.section-copy {
  max-width: 620px;
}

.section-copy > p,
.screenshots-copy p,
.pricing-copy p {
  margin: 0 0 28px;
  font-size: 18px;
}

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

.flow-list div {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 4px 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.flow-list span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  color: var(--blue-700);
  background: var(--blue-100);
  font-weight: 900;
}

.flow-list strong {
  color: var(--blue-900);
  font-size: 18px;
}

.flow-list p {
  margin: 0;
  font-size: 14px;
}

.routine-panel {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.routine-progress {
  margin: 24px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  color: var(--blue-900);
  font-weight: 800;
}

.routine-progress div {
  grid-column: 1 / -1;
  background: #e9eef8;
}

.routine-progress i {
  display: block;
  width: 65%;
  background: var(--green-600);
}

.routine-task {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #fff;
}

.routine-task + .routine-task {
  margin-top: 12px;
}

.routine-task.active {
  background: var(--green-100);
  border-color: #cdeedb;
}

.routine-task > span {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 8px;
  background: var(--blue-600);
}

.routine-task:nth-of-type(4) > span {
  background: var(--green-600);
}

.routine-task:nth-of-type(5) > span {
  background: var(--yellow-500);
}

.routine-task strong,
.routine-task small {
  display: block;
}

.routine-task small {
  color: var(--muted);
}

.screenshots {
  padding-top: 40px;
}

.screenshots-band {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 34px;
  align-items: center;
  padding: 28px;
  background:
    linear-gradient(120deg, #f7fbff 0%, #eef6ff 100%);
}

.screenshots-copy h2 {
  margin-top: 18px;
}

.button-icon {
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 4px;
  position: relative;
}

.button-icon::before {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 3px;
  width: 7px;
  height: 7px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.screenshot-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: 18px;
}

.screenshot-phone {
  min-height: 356px;
  padding: 22px 14px;
  border: 6px solid #252934;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 30px rgba(19, 43, 91, 0.16);
  overflow: hidden;
}

.screenshot-phone strong {
  display: block;
  color: var(--blue-900);
  font-size: 13px;
  text-align: center;
}

.screenshot-phone button {
  width: 100%;
  min-height: 32px;
  margin-top: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue-800);
  background: #fff;
  font-size: 11px;
  font-weight: 700;
}

.mini-robot {
  width: 54px;
  height: 54px;
  margin: 48px auto 18px;
  border: 5px solid var(--blue-700);
  border-radius: 22px;
  background:
    radial-gradient(circle at 34% 40%, #fff 0 4px, transparent 5px),
    radial-gradient(circle at 66% 40%, #fff 0 4px, transparent 5px),
    linear-gradient(135deg, #52b7ff, var(--blue-600));
}

.chapter-card.small {
  margin: 20px 0 16px;
}

.mock-row {
  height: 42px;
  margin-top: 12px;
  border-radius: 8px;
  background: var(--blue-100);
}

.mock-row.short {
  width: 78%;
}

.mock-row.green {
  background: var(--green-100);
}

.pricing {
  padding-top: 32px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) repeat(3, minmax(0, 238px));
  gap: 22px;
  align-items: stretch;
}

.pricing-copy {
  align-self: center;
  padding-right: 20px;
}

.price-card {
  display: flex;
  flex-direction: column;
  padding: 26px;
  box-shadow: 0 12px 28px rgba(24, 66, 148, 0.1);
}

.price-card strong {
  display: block;
  margin: 12px 0;
  color: var(--blue-900);
  font-size: 40px;
  line-height: 1;
}

.price-card strong span {
  color: var(--muted);
  font-size: 16px;
}

.price-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  width: 100%;
  margin-top: auto;
  border-radius: 8px;
  color: var(--blue-700);
  background: var(--blue-100);
  text-decoration: none;
  font-weight: 800;
}

.featured-plan {
  color: #fff;
  background: linear-gradient(135deg, var(--blue-700), #0c3e94);
  border-color: transparent;
}

.featured-plan .plan-name,
.featured-plan strong,
.featured-plan p,
.featured-plan strong span {
  color: #fff;
}

.featured-plan a {
  color: var(--blue-800);
  background: #fff;
}

.support {
  padding-top: 36px;
}

.support-heading {
  margin-bottom: 26px;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 26px rgba(26, 63, 130, 0.08);
}

.support-item {
  min-height: 212px;
  padding: 24px 24px 22px;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
}

.support-item:first-child {
  border-radius: 8px 0 0 8px;
}

.support-item:last-child {
  border-right: 0;
  border-radius: 0 8px 8px 0;
}

.support-item h3 {
  margin: 14px 0 6px;
  font-size: 17px;
}

.support-item p {
  margin: 0 0 14px;
  font-size: 14px;
}

.support-item a,
.site-footer a {
  color: var(--blue-700);
  font-weight: 700;
}

.support-icon {
  width: 52px;
  height: 52px;
  margin: 0;
}

.support-icon.shield {
  background: linear-gradient(135deg, #e8f4ff, #ffffff);
  border: 3px solid var(--blue-600);
  border-radius: 20px 20px 24px 24px;
  clip-path: polygon(50% 0, 100% 18%, 88% 82%, 50% 100%, 12% 82%, 0 18%);
}

.support-icon.document {
  border: 3px solid var(--blue-600);
  border-radius: 6px;
  background:
    linear-gradient(135deg, transparent 0 75%, #cde0ff 76%),
    #f6fbff;
}

.support-icon.headset::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 4px solid var(--blue-600);
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
}

.support-icon.headset::after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 8px;
  height: 22px;
  border-left: 10px solid var(--blue-600);
  border-right: 10px solid var(--blue-600);
  border-radius: 5px;
}

.support-icon.question {
  display: grid;
  place-items: center;
  border: 3px solid var(--blue-600);
  border-radius: 50%;
  color: var(--blue-600);
  font-size: 34px;
  font-weight: 900;
}

.support-icon.question::before {
  content: "?";
}

.legal-panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.legal-panels article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.legal-panels h3 {
  margin: 0 0 10px;
}

.legal-panels p {
  margin: 0;
  font-size: 14px;
}

.text-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--blue-700);
  font-weight: 800;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  margin-top: 10px;
  border: 0;
  border-top: 1px solid var(--line);
  color: var(--blue-900);
  background: transparent;
  text-align: left;
  font-weight: 800;
  cursor: pointer;
}

.faq-answer {
  display: none;
  padding-bottom: 8px;
}

.faq-answer.open {
  display: block;
}

.download {
  padding: 10px 0 70px;
}

.download-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(21, 85, 216, 0.96), rgba(12, 42, 102, 0.97)),
    var(--blue-700);
}

.download-panel h2,
.download-panel .section-kicker {
  color: #fff;
}

.download-panel .section-kicker {
  background: rgba(255, 255, 255, 0.16);
}

.site-footer {
  padding: 52px 0 18px;
  background: #f7fbff;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 34px;
}

.footer-brand {
  font-size: 24px;
}

.site-footer h3 {
  margin: 0 0 12px;
  font-size: 15px;
}

.site-footer a {
  display: block;
  margin: 8px 0;
  text-decoration: none;
  font-size: 14px;
}

.site-footer p {
  max-width: 240px;
  margin: 14px 0 0;
  font-size: 14px;
}

.store-badge {
  width: 166px;
  min-height: 52px;
  padding: 7px 10px;
  border-radius: 8px;
  color: #fff !important;
  background: #11151d;
}

.store-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
}

.store-badge small {
  display: block;
  color: #d8dbe3;
  font-size: 9px;
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.footer-bottom p {
  max-width: none;
  margin: 0;
  font-size: 13px;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin: 0;
  border-radius: 50%;
  color: #fff;
  background: #4b628d;
  font-size: 12px;
}

.policy-page {
  background: #fbfdff;
}

.policy-page .site-header {
  position: sticky;
}

.policy-nav {
  justify-self: center;
}

.policy-hero {
  padding: 76px 0 54px;
  background:
    radial-gradient(circle at 82% 18%, rgba(53, 198, 109, 0.15) 0 100px, transparent 102px),
    linear-gradient(135deg, #f8fbff, #edf5ff);
  border-bottom: 1px solid var(--line);
}

.policy-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 28px;
  align-items: center;
}

.policy-hero h1 {
  margin: 18px 0 10px;
  color: var(--blue-900);
  font-size: clamp(42px, 7vw, 72px);
  line-height: 1.05;
}

.policy-hero p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.policy-hero img {
  width: min(230px, 100%);
  justify-self: end;
  filter: drop-shadow(0 20px 28px rgba(17, 67, 150, 0.18));
}

.policy-content {
  padding: 54px 0 72px;
}

.policy-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.policy-toc {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 24px rgba(24, 66, 148, 0.08);
}

.policy-toc a {
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--blue-800);
  text-decoration: none;
  font-size: 14px;
  font-weight: 750;
}

.policy-toc a:hover {
  background: var(--blue-100);
  color: var(--blue-700);
}

.policy-document {
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.policy-document section + section {
  margin-top: 36px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.policy-document h2 {
  margin: 0 0 12px;
  font-size: 28px;
}

.policy-document p,
.policy-document li {
  color: var(--muted);
  font-size: 16px;
}

.policy-document p {
  margin: 0 0 14px;
}

.policy-document ul {
  display: grid;
  gap: 10px;
  margin: 12px 0 0;
  padding-left: 22px;
}

.policy-steps {
  display: grid;
  gap: 12px;
  margin: 12px 0 18px;
  padding-left: 22px;
}

.deletion-action {
  margin-top: 22px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--blue-100);
}

.deletion-action .play-button {
  margin-bottom: 12px;
}

.deletion-action p {
  margin-bottom: 0;
}

.policy-document a,
.policy-footer a {
  color: var(--blue-700);
  font-weight: 800;
}

.policy-document .play-button,
.policy-document .play-button:visited {
  color: #fff;
}

.policy-footer {
  margin-top: 0;
}

.policy-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 1120px) {
  .nav-shell {
    gap: 18px;
  }

  .nav-menu {
    gap: 22px;
  }

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

  .hero-copy {
    max-width: 760px;
  }

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

  .phone-main {
    left: 50%;
    right: auto;
    transform: translateX(-40%) rotate(1deg);
  }

  .phone-left {
    left: calc(50% - 290px);
    right: auto;
  }

  .phone-right {
    left: calc(50% + 145px);
    right: auto;
  }

  .mascot-wrap {
    left: calc(50% - 380px);
  }

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

  .screenshots-band,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .screenshots-copy {
    max-width: 640px;
  }

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

  .pricing-copy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 880px) {
  :root {
    --container: min(100% - 28px, 720px);
  }

  .section-pad {
    padding: 58px 0;
  }

  .nav-shell {
    height: 72px;
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .brand {
    font-size: 22px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-menu {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 78px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--tight-shadow);
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-link {
    padding: 14px 12px;
    border-radius: 6px;
  }

  .nav-link::after {
    display: none;
  }

  .nav-link:hover,
  .nav-link.active {
    color: var(--blue-700);
    background: var(--blue-100);
  }

  .nav-play {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero h1 {
    font-size: clamp(40px, 12vw, 60px);
  }

  .hero p {
    font-size: 18px;
  }

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

  .phone {
    width: 188px;
    height: 386px;
  }

  .phone-main {
    width: 220px;
    height: 460px;
    left: 50%;
    transform: translateX(-46%) rotate(1deg);
  }

  .phone-left {
    left: 2%;
    top: 126px;
  }

  .phone-right {
    left: auto;
    right: 0;
    top: 128px;
  }

  .mascot-wrap {
    left: 0;
    bottom: 0;
    transform: scale(0.8);
    transform-origin: bottom left;
  }

  .hero-card {
    display: none;
  }

  .split-section {
    grid-template-columns: 1fr;
  }

  .routine-panel {
    max-width: 520px;
  }

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

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

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

  .support-item:first-child,
  .support-item:last-child {
    border-radius: 0;
  }

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

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

  .policy-toc {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  :root {
    --container: min(100% - 22px, 520px);
  }

  .section-pad {
    padding: 46px 0;
  }

  .hero {
    padding-top: 34px;
    background:
      radial-gradient(circle at 90% 9%, rgba(219, 233, 255, 0.85) 0 72px, transparent 74px),
      linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
  }

  .hero::after {
    width: 100%;
    height: 46%;
  }

  .eyebrow {
    min-height: 34px;
    font-size: 13px;
  }

  .hero h1 {
    margin-top: 22px;
    font-size: 41px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions a {
    width: 100%;
  }

  .trust-row {
    align-items: flex-start;
  }

  .hero-visual {
    min-height: 520px;
    margin-top: 8px;
  }

  .phone-left,
  .phone-right {
    display: none;
  }

  .phone-main {
    left: auto;
    right: 0;
    top: 26px;
    width: min(230px, 62vw);
    height: 470px;
    transform: rotate(2deg);
  }

  .mascot-wrap {
    left: -18px;
    bottom: 12px;
    transform: scale(0.74);
  }

  .section-card {
    padding: 22px 16px;
  }

  .feature-grid,
  .pricing-grid,
  .support-grid,
  .legal-panels,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .screenshots-band {
    padding: 20px;
  }

  .screenshot-strip {
    grid-template-columns: 1fr;
  }

  .screenshot-phone {
    width: min(250px, 100%);
    margin: 0 auto;
  }

  .download-panel,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .download-panel .play-button {
    width: 100%;
  }

  .policy-hero-grid {
    grid-template-columns: 1fr;
  }

  .policy-hero img {
    justify-self: start;
    width: 190px;
  }

  .policy-document {
    padding: 24px 18px;
  }

  .policy-toc {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .brand {
    font-size: 20px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero p {
    font-size: 16px;
  }

  .phone-main {
    width: 218px;
    height: 450px;
  }

  .mascot-wrap {
    left: -28px;
    transform: scale(0.64);
  }

  h2 {
    font-size: 29px;
  }
}
