:root {
  color-scheme: dark;
  --bg: #07101d;
  --bg-2: #0b1728;
  --bg-3: #101f33;
  --panel: rgba(255, 255, 255, 0.075);
  --panel-strong: rgba(255, 255, 255, 0.12);
  --line: rgba(255, 255, 255, 0.16);
  --line-strong: rgba(62, 211, 236, 0.42);
  --text: #f6fbff;
  --muted: rgba(246, 251, 255, 0.72);
  --soft: rgba(246, 251, 255, 0.54);
  --cyan: #38b6ff;
  --teal: #2ee6d0;
  --amber: #ffad55;
  --green: #3ade9a;
  --shadow: 0 30px 100px rgba(0, 0, 0, 0.48);
  --shadow-soft: 0 20px 60px rgba(0, 0, 0, 0.3);
  --radius: 10px;
  --radius-lg: 24px;
  --max: 1180px;
  font-family: ui-rounded, "SF Pro Rounded", "SF Pro Display", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 72% 6%, rgba(46, 230, 208, 0.2), transparent 34rem),
    radial-gradient(circle at 15% 14%, rgba(56, 182, 255, 0.2), transparent 31rem),
    linear-gradient(180deg, #06101e 0%, #091525 38%, #050a13 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

body::before {
  opacity: 0.11;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 78%);
}

body::after {
  z-index: -3;
  background:
    radial-gradient(ellipse at 68% 16%, rgba(12, 54, 89, 0.9), transparent 34%),
    repeating-radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 22px);
  opacity: 0.54;
  mask-image: linear-gradient(to bottom, black 0%, transparent 62%);
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

button {
  font: inherit;
}

.skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: var(--radius);
  background: var(--text);
  color: var(--bg);
  transform: translateY(-140%);
  transition: transform 160ms ease;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  transition: background 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(5, 10, 19, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(var(--max), calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 17px;
  font-weight: 850;
  letter-spacing: 0;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  box-shadow: 0 14px 34px rgba(46, 230, 208, 0.24);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.nav-links a {
  padding: 11px 12px;
  border-radius: var(--radius);
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.nav-links .nav-cta {
  margin-left: 8px;
  color: #05101c;
  background: linear-gradient(135deg, var(--cyan), var(--teal));
  box-shadow: 0 14px 34px rgba(46, 230, 208, 0.24);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
}

.nav-toggle span:not(.sr-only) {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.section-frame,
.feature-strip,
.screens-section {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 96vh;
  padding: 138px 0 70px;
}

.atlas-orbit {
  position: absolute;
  top: 72px;
  right: -140px;
  width: min(780px, 72vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  opacity: 0.88;
  background:
    radial-gradient(circle at 42% 44%, rgba(46, 230, 208, 0.22), transparent 15%),
    radial-gradient(circle at 54% 52%, rgba(56, 182, 255, 0.2), transparent 18%),
    conic-gradient(from 120deg, rgba(56, 182, 255, 0.22), rgba(46, 230, 208, 0.08), rgba(255, 173, 85, 0.12), rgba(56, 182, 255, 0.22));
  mask-image: radial-gradient(circle, black 0 57%, transparent 70%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(470px, 1.14fr);
  gap: clamp(44px, 5.4vw, 90px);
  align-items: center;
}

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

.hero h1,
.section-heading h2,
.coach-copy h2,
.download-section h2 {
  margin: 0;
  letter-spacing: 0;
  font-weight: 900;
}

.hero h1 {
  font-size: clamp(54px, 7.2vw, 112px);
  line-height: 0.9;
  max-width: 760px;
}

.content-page {
  padding-top: 1px;
}

.content-hero {
  min-height: 86vh;
  padding: 136px 0 74px;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(300px, 0.54fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
}

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

.content-copy h1,
.split-section h2 {
  margin: 0;
  letter-spacing: 0;
  font-weight: 900;
}

.content-copy h1 {
  font-size: clamp(46px, 6.7vw, 94px);
  line-height: 0.94;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 28px;
  color: var(--soft);
  font-size: 13px;
  font-weight: 820;
}

.breadcrumb a {
  color: var(--muted);
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  color: var(--text);
}

.breadcrumb span::before {
  content: "/";
  margin-right: 9px;
  color: var(--soft);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 920;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.content-media {
  position: relative;
  width: min(340px, 100%);
  height: auto;
  aspect-ratio: 443 / 960;
  justify-self: center;
  transform: rotate(2deg);
}

.content-media img,
.inline-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-section {
  padding: 88px 0;
}

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

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.45fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 32px;
  background:
    radial-gradient(circle at 88% 18%, rgba(56, 182, 255, 0.16), transparent 24rem),
    radial-gradient(circle at 8% 84%, rgba(46, 230, 208, 0.13), transparent 22rem),
    rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow-soft);
}

.split-section h2 {
  font-size: clamp(34px, 4.6vw, 68px);
  line-height: 1;
}

.split-section p:not(.eyebrow) {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.65;
}

.inline-shot {
  width: min(260px, 100%);
  aspect-ratio: 443 / 960;
  justify-self: center;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 34px;
  background: #07101d;
  box-shadow: var(--shadow);
}

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

.hero-body {
  margin: 28px 0 0;
  max-width: 585px;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button-primary {
  color: #04101c;
  background: linear-gradient(135deg, var(--cyan), var(--teal));
  box-shadow: 0 18px 48px rgba(46, 230, 208, 0.26);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--line);
}

.button-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.hero-visual {
  min-height: 680px;
  display: grid;
  place-items: center;
}

.device-theater {
  position: relative;
  width: min(650px, 100%);
  height: 660px;
}

.device-theater::before {
  content: "";
  position: absolute;
  inset: 10% 4% 4%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 230, 208, 0.28), transparent 58%);
  filter: blur(28px);
}

.phone-card {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 38px;
  background: #07101d;
  box-shadow: var(--shadow);
}

.phone-card::after,
.coach-phone::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 8px rgba(0, 0, 0, 0.38);
}

.phone-card img,
.coach-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-card-main {
  z-index: 4;
  right: 148px;
  top: 0;
  width: 300px;
  height: 650px;
  transform: rotate(1.5deg);
}

.phone-card-side {
  z-index: 2;
  width: 230px;
  height: 498px;
  opacity: 0.92;
}

.phone-card-left {
  left: 20px;
  top: 74px;
  transform: rotate(-8deg);
}

.phone-card-right {
  right: 0;
  top: 88px;
  transform: rotate(7deg);
}

.float-panel {
  position: absolute;
  z-index: 8;
  min-width: 225px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(9, 19, 33, 0.82);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(22px);
}

.float-panel span {
  display: block;
  color: var(--soft);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.float-panel strong {
  display: block;
  margin-top: 5px;
  font-size: 18px;
}

.panel-capital {
  top: 92px;
  right: 12px;
}

.panel-map {
  left: 8px;
  bottom: 122px;
  border-color: rgba(255, 173, 85, 0.35);
}

.hero-proof {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 8px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
}

.hero-proof div {
  padding: 28px 30px;
  background: rgba(255, 255, 255, 0.04);
}

.hero-proof dt {
  font-size: clamp(34px, 4.6vw, 64px);
  font-weight: 950;
  line-height: 0.92;
}

.hero-proof dd {
  margin: 10px 0 0;
  max-width: 240px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.45;
}

.feature-strip,
.screens-section {
  padding: 96px 0;
}

.section-heading {
  max-width: 790px;
}

.section-heading h2,
.coach-copy h2,
.download-section h2 {
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1;
}

.section-heading p,
.coach-copy p,
.download-section p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.65;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 18px;
  margin-top: 44px;
}

.feature-card {
  min-height: 300px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.055)),
    rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow-soft);
}

.feature-card-large {
  background:
    radial-gradient(circle at 15% 10%, rgba(56, 182, 255, 0.22), transparent 21rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
}

.feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(56, 182, 255, 0.28);
  border-radius: var(--radius);
  color: var(--cyan);
  background: rgba(56, 182, 255, 0.13);
}

.feature-icon.warm {
  color: var(--amber);
  border-color: rgba(255, 173, 85, 0.28);
  background: rgba(255, 173, 85, 0.13);
}

.feature-icon.green {
  color: var(--green);
  border-color: rgba(58, 222, 154, 0.28);
  background: rgba(58, 222, 154, 0.12);
}

.feature-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card h3 {
  margin: 26px 0 0;
  font-size: 28px;
  line-height: 1.04;
}

.feature-card p {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.coach-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
  padding: clamp(38px, 7vw, 78px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 32px;
  background:
    radial-gradient(circle at 92% 14%, rgba(255, 173, 85, 0.15), transparent 24rem),
    radial-gradient(circle at 8% 94%, rgba(46, 230, 208, 0.15), transparent 24rem),
    rgba(255, 255, 255, 0.065);
  box-shadow: var(--shadow);
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  color: var(--text);
  font-size: 16px;
  line-height: 1.5;
}

.check-list li {
  position: relative;
  padding-left: 30px;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--teal));
  box-shadow: 0 0 0 4px rgba(46, 230, 208, 0.12);
}

.coach-visual {
  position: relative;
  min-height: 560px;
}

.coach-phone {
  position: absolute;
  top: 0;
  right: 24px;
  width: 250px;
  height: 542px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 34px;
  background: #07101d;
  box-shadow: var(--shadow);
  transform: rotate(4deg);
}

.coach-board {
  position: absolute;
  left: 0;
  bottom: 12px;
  width: min(340px, 72%);
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-lg);
  background: rgba(7, 15, 28, 0.84);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(20px);
}

.board-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.board-topline span,
.coach-row span:last-child {
  color: var(--muted);
  font-size: 13px;
  font-weight: 780;
}

.board-topline strong {
  font-size: 20px;
}

.progress-ring {
  width: 158px;
  height: 158px;
  display: grid;
  place-items: center;
  margin: 26px auto;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #101b2d 0 57%, transparent 58%),
    conic-gradient(var(--teal) 0 72%, rgba(255, 255, 255, 0.12) 72% 100%);
}

.progress-ring span {
  font-size: 34px;
  font-weight: 950;
}

.coach-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.coach-row strong,
.coach-row span:last-child {
  display: block;
}

.row-dot {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.row-dot.cyan {
  background: var(--cyan);
}

.row-dot.orange {
  background: var(--amber);
}

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

.screens-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-top: 46px;
}

.screenshot-tabs {
  display: grid;
  gap: 12px;
}

.tab-button {
  width: 100%;
  min-height: 60px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
  text-align: left;
  font-size: 15px;
  font-weight: 850;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.tab-button:hover,
.tab-button:focus-visible,
.tab-button.is-active {
  color: var(--text);
  border-color: var(--line-strong);
  background: rgba(56, 182, 255, 0.12);
}

.tab-button:hover,
.tab-button:focus-visible {
  transform: translateX(3px);
}

.screenshot-stage {
  min-height: 710px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 22%, rgba(56, 182, 255, 0.2), transparent 27rem),
    rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow-soft);
}

.screenshot-stage img {
  width: min(335px, 78%);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.faq-section {
  padding: 14px 0 82px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
}

.faq-item {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.055);
}

.faq-item h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.14;
}

.faq-item p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.download-section {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-bottom: 72px;
  padding: clamp(30px, 5.6vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 32px;
  background:
    radial-gradient(circle at 12% 20%, rgba(56, 182, 255, 0.24), transparent 22rem),
    radial-gradient(circle at 85% 60%, rgba(46, 230, 208, 0.16), transparent 20rem),
    rgba(255, 255, 255, 0.065);
  box-shadow: var(--shadow-soft);
}

.download-icon {
  width: 86px;
  height: 86px;
  border-radius: 22px;
  box-shadow: 0 20px 48px rgba(46, 230, 208, 0.24);
}

.download-section p {
  max-width: 650px;
}

.download-section .button {
  min-width: 230px;
  flex: 0 0 auto;
}

.site-footer {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: var(--muted);
}

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

.footer-brand img {
  width: 32px;
  height: 32px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  font-size: 14px;
  font-weight: 760;
}

.footer-support {
  color: inherit;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text);
}

@media (max-width: 1040px) {
  .hero-grid,
  .content-hero,
  .coach-section,
  .screens-layout,
  .split-section {
    grid-template-columns: 1fr;
  }

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

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

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

  .device-theater {
    height: 550px;
  }

  .phone-card-main {
    right: 28%;
    width: 250px;
    height: 542px;
  }

  .phone-card-side {
    width: 205px;
    height: 444px;
  }

  .phone-card-left {
    left: 12%;
  }

  .phone-card-right {
    right: 10%;
  }

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

  .content-hero {
    min-height: auto;
    padding-top: 112px;
  }

  .content-media {
    width: min(280px, 72%);
    justify-self: start;
  }

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

  .inline-shot {
    justify-self: start;
  }

  .coach-visual {
    min-height: 560px;
  }

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

  .tab-button {
    text-align: center;
    padding: 0 10px;
  }

  .tab-button:hover,
  .tab-button:focus-visible {
    transform: translateY(-2px);
  }

  .download-section {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .download-section .button {
    grid-column: 2;
    width: fit-content;
  }
}

@media (max-width: 900px) {
  .nav-toggle {
    display: grid;
  }

  .nav-links {
    position: absolute;
    top: 76px;
    left: 16px;
    right: 16px;
    display: none;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(5, 10, 19, 0.95);
    backdrop-filter: blur(18px);
  }

  .nav-links.is-open {
    display: grid;
  }

  .nav-links .nav-cta {
    margin-left: 0;
    text-align: center;
  }
}

@media (max-width: 720px) {
  .nav-shell {
    min-height: 68px;
  }

  .nav-links {
    top: 68px;
  }

  .hero {
    padding-top: 92px;
  }

  .content-hero {
    padding-top: 92px;
    padding-bottom: 58px;
  }

  .hero h1,
  .content-copy h1 {
    font-size: clamp(42px, 13.4vw, 58px);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

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

  .device-theater {
    height: 420px;
  }

  .phone-card-main {
    right: 9%;
    width: 205px;
    height: 444px;
    border-radius: 30px;
  }

  .phone-card-side {
    width: 164px;
    height: 356px;
    border-radius: 27px;
  }

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

  .phone-card-right {
    display: none;
  }

  .float-panel {
    min-width: 170px;
    padding: 12px 13px;
  }

  .float-panel strong {
    font-size: 15px;
  }

  .panel-capital {
    top: 48px;
    right: 0;
  }

  .panel-map {
    bottom: 34px;
    left: 0;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .hero-proof div {
    padding: 18px 20px;
  }

  .feature-strip,
  .screens-section,
  .content-section {
    padding: 66px 0;
  }

  .split-section {
    padding: 32px 18px;
  }

  .coach-section {
    padding: 32px 18px;
  }

  .coach-visual {
    min-height: 590px;
  }

  .coach-phone {
    right: 0;
    width: 190px;
    height: 412px;
    border-radius: 29px;
  }

  .coach-board {
    left: 0;
    bottom: 0;
    width: min(310px, 100%);
  }

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

  .screenshot-stage {
    min-height: 500px;
  }

  .screenshot-stage img {
    width: min(278px, 82%);
  }

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

  .download-section {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .download-section .button {
    grid-column: auto;
    width: 100%;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .section-frame,
  .feature-strip,
  .screens-section,
  .site-footer,
  .nav-shell {
    width: min(100% - 24px, var(--max));
  }

  .brand span {
    font-size: 16px;
  }
}

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