@font-face {
  font-family: "Photo Inter";
  src: url("./assets/Inter-Site.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #10100f;
  --paper: #ffffff;
  --soft: #f4f4f1;
  --line: rgba(16, 16, 15, 0.12);
  --muted: #74746f;
  --coral: #111110;
  --coral-deep: #111110;
  --acid: #d8d8d2;
  --blue: #111110;
  --hero-top: #080808;
  --radius: 26px;
  --max: 1200px;
  --shadow: 0 22px 70px rgba(16, 16, 15, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Photo Inter", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

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

button {
  font: inherit;
}

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

.deferred-media {
  transition: filter 240ms ease;
}

.deferred-media.is-loading {
  filter: blur(8px);
}

.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;
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--coral-deep);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.02em;
}

.section-title {
  margin: 0;
  font-size: clamp(42px, 5.2vw, 74px);
  font-weight: 585;
  letter-spacing: -0.045em;
  word-spacing: 0.08em;
  line-height: 0.96;
}

.section-copy {
  max-width: 560px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.section-head {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  align-items: end;
  gap: 50px;
  margin-bottom: 46px;
}

.pill-button,
.store-button,
.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 670;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.pill-button:focus-visible,
.store-button:focus-visible,
.outline-button:focus-visible,
.menu-toggle:focus-visible,
.carousel-arrow:focus-visible,
.faq-question:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 3px;
}

.pill-button.dark,
.store-button {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 10px 28px rgba(16, 16, 15, 0.16);
}

.pill-button.light {
  color: var(--ink);
  background: #fff;
}

.outline-button {
  min-height: 44px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: #fff;
}

.store-mark {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 26px;
  padding-bottom: 14px;
  transition: padding 180ms ease, background 180ms ease, box-shadow 180ms ease, backdrop-filter 180ms ease;
}

.site-header.is-scrolled {
  padding-top: 14px;
  background: rgba(16, 16, 15, 0.78);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
  color: #fff;
  font-size: 21px;
  font-weight: 730;
  letter-spacing: -0.04em;
}

.brand img {
  width: 31px;
  height: 31px;
  border-radius: 8px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
}

.nav-links a {
  padding: 8px 15px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  transition: background 180ms ease;
}

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.16);
}

.header-cta {
  justify-self: end;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  content: "";
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-open .menu-toggle span {
  opacity: 0;
}

.menu-open .menu-toggle::before {
  transform: translateY(6px) rotate(45deg);
}

.menu-open .menu-toggle::after {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 1260px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.13) 1px, transparent 1px),
    linear-gradient(180deg, var(--hero-top) 0%, #2c2c2b 46%, #c8c8c3 72%, #fff 95%);
  background-size: 110px 110px, 110px 110px, 100% 100%;
}

.hero::after {
  position: absolute;
  z-index: 1;
  right: 9%;
  bottom: 160px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  filter: blur(1px);
  opacity: 0.92;
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 145px;
}

.hero-title {
  margin: 0;
  font-size: clamp(82px, 12.7vw, 176px);
  font-weight: 610;
  letter-spacing: -0.045em;
  word-spacing: 0.08em;
  line-height: 0.8;
  text-transform: uppercase;
}

.hero-title span {
  display: block;
}

.hero-title span:last-child {
  margin-top: 48px;
  font-size: 0.85em;
  text-align: right;
}

.hero-side {
  position: absolute;
  top: 330px;
  max-width: 280px;
}

.hero-side.left {
  left: 0;
}

.hero-side.right {
  right: 0;
  top: 490px;
}

.hero-side.right .store-button {
  min-width: 173px;
  min-height: 54px;
  padding-inline: 25px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: var(--ink);
  background: #fff;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.3), 0 0 0 5px rgba(255, 255, 255, 0.08);
  font-size: 16px;
  font-weight: 720;
}

.hero-side.right .store-button:hover {
  background: #f1f1ed;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.34), 0 0 0 6px rgba(255, 255, 255, 0.11);
}

.hero-side.right .store-mark {
  width: auto;
  height: auto;
  font-size: 21px;
  line-height: 1;
}

.hero-side p {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.55;
}

.mini-stack {
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 12px;
}

.mini-stack img {
  width: 38px;
  height: 38px;
  margin-right: -8px;
  border: 3px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  object-fit: cover;
}

.mini-stack-label {
  font-size: 12px;
  font-weight: 620;
  line-height: 1.35;
}

.hero-device {
  position: absolute;
  z-index: 4;
  top: 540px;
  left: 50%;
  width: min(773px, 54vw);
  transform: translateX(-50%);
}

.hero-hand {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 1728 / 2048;
  filter: grayscale(1) contrast(1.04);
}

.template-phone {
  position: relative;
}

.hero-template-phone {
  position: absolute;
  z-index: 2;
  top: 1.09%;
  left: 10.74%;
  width: 45.15%;
}

.template-phone-screen {
  position: absolute;
  z-index: 1;
  top: 1.2%;
  left: 4.58%;
  width: 90.84%;
  height: 97.3%;
  border-radius: 11% / 5.4%;
  object-fit: cover;
  overflow: hidden;
}

.template-phone-frame {
  position: relative;
  z-index: 2;
  width: 100%;
  pointer-events: none;
}

.secondary-template-phone {
  aspect-ratio: 347.2 / 614.5;
}

.secondary-template-phone .template-phone-screen {
  top: 1.56%;
  left: 4.64%;
  width: 91%;
  height: 98%;
  object-position: top center;
}

.secondary-template-phone .template-phone-frame {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.hero-card {
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid rgba(16, 16, 15, 0.08);
  color: var(--ink);
  background: #fff;
  box-shadow: var(--shadow);
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 670;
  line-height: 1.15;
  text-align: center;
}

.hero-card.card-one {
  top: 24.4%;
  left: -12.4%;
  width: 25.4%;
  height: 9.1%;
  border-radius: 28px 28px 0;
  animation: hero-float-one 5.8s ease-in-out infinite;
}

.hero-card.card-two {
  top: 48.8%;
  left: 53.3%;
  width: 19.5%;
  height: 12.4%;
  border-radius: 28px 28px 28px 0;
  animation: hero-float-two 6.6s ease-in-out -1.7s infinite;
}

.hero-card.card-three {
  top: 7.6%;
  left: 4.5%;
  width: 11.9%;
  aspect-ratio: 1;
  padding: 8px;
  border: 9px solid #fff;
  border-radius: 40px 40px 0;
  color: var(--ink);
  background: var(--acid);
  animation: hero-float-three 5.2s ease-in-out -0.8s infinite;
}

@keyframes hero-float-one {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-11deg); }
  50% { transform: translate3d(7px, -11px, 0) rotate(-8.5deg); }
}

@keyframes hero-float-two {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(15deg); }
  50% { transform: translate3d(-8px, -13px, 0) rotate(12deg); }
}

@keyframes hero-float-three {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-15deg); }
  50% { transform: translate3d(5px, -9px, 0) rotate(-11deg); }
}

.stats-strip {
  padding: 30px 0 34px;
  border-bottom: 1px solid var(--line);
}

.stats-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 0.72fr);
  gap: 38px;
  align-items: end;
}

.stats-intro h2 {
  max-width: 370px;
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 590;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.stats-intro p,
.stat p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.stat strong {
  display: block;
  margin-bottom: 4px;
  font-size: 38px;
  font-weight: 610;
  letter-spacing: -0.055em;
  line-height: 1;
}

.data-section,
.features-section,
.steps-section,
.why-section,
.stories-section,
.plans-section,
.faq-section,
.visual-section,
.final-cta {
  padding: 120px 0;
}

.data-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.95fr;
  gap: 34px;
  align-items: stretch;
}

.gradient-stage,
.soft-stage {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border-radius: var(--radius);
}

.gradient-stage {
  background:
    linear-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.22) 1px, transparent 1px),
    linear-gradient(180deg, #111110 0%, #8c8c88 54%, #fff 100%);
  background-size: 88px 88px, 88px 88px, 100% 100%;
}

.data-cloud {
  position: absolute;
  z-index: 0;
  top: -7.5%;
  left: -45%;
  width: 138%;
  max-width: none;
  opacity: 0.82;
  filter: grayscale(1) contrast(1.08);
  pointer-events: none;
  transform-origin: 52% 48%;
  animation: cloud-drift 11s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes cloud-drift {
  0% { transform: translate3d(-1.5%, 1%, 0) scale(1.01) rotate(-1deg); }
  50% { transform: translate3d(2.5%, -2%, 0) scale(1.055) rotate(1.4deg); }
  100% { transform: translate3d(0, 1.5%, 0) scale(1.025) rotate(-0.4deg); }
}

.gradient-stage .data-phone {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  width: 67%;
  aspect-ratio: 402 / 623;
  transform: translateX(-50%);
  box-shadow: var(--shadow);
}

.data-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 66px 50px;
  border-radius: var(--radius);
  background: var(--soft);
}

.data-copy .section-title {
  max-width: 470px;
}

.mini-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 40px 0;
}

.mini-benefit {
  padding-right: 8px;
}

.icon-box {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 8px 20px rgba(16, 16, 15, 0.13);
}

.icon-box.coral {
  background: var(--coral);
}

.icon-box.acid {
  color: var(--ink);
  background: var(--acid);
}

.icon-box svg {
  width: 22px;
  height: 22px;
}

.mini-benefit h3 {
  margin: 0 0 7px;
  font-size: 17px;
  letter-spacing: -0.025em;
}

.mini-benefit p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.features-section {
  background: #fff;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.feature-card {
  position: relative;
  min-height: 555px;
  overflow: hidden;
  padding: 36px;
  border-radius: var(--radius);
  background: var(--soft);
}

.feature-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 7px;
  font-size: 24px;
  font-weight: 590;
  letter-spacing: -0.04em;
}

.feature-card > p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--muted);
}

.feature-visual {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  height: 370px;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
}

.feature-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
}

.feature-card:nth-child(2) .feature-visual img {
  object-position: center 47%;
}

.feature-card:nth-child(3) .feature-visual img,
.feature-card:nth-child(4) .feature-visual img {
  object-position: center 38%;
}

.feature-visual::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(16, 16, 15, 0.08);
  border-radius: inherit;
  content: "";
}

.steps-section {
  padding-top: 80px;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 115px 115px;
}

.steps-header {
  max-width: 690px;
  margin: 0 auto 65px;
  text-align: center;
}

.steps-header .section-copy {
  margin-inline: auto;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px;
}

.step {
  text-align: center;
}

.step .icon-box {
  margin-inline: auto;
}

.step h3 {
  margin: 18px 0 8px;
  font-size: 19px;
  letter-spacing: -0.03em;
}

.step p {
  max-width: 320px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.why-panel {
  position: relative;
  min-height: 840px;
  overflow: hidden;
  padding: 70px 42px 0;
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(180deg, #10100f 0%, #858581 60%, #fff 100%);
  background-size: 100px 100px, 100px 100px, 100% 100%;
}

.why-panel .section-title {
  max-width: 810px;
  margin-inline: auto;
  color: #fff;
  text-align: center;
}

.why-phone {
  position: absolute;
  z-index: 2;
  bottom: -82px;
  left: 50%;
  width: 347px;
  transform: translateX(-50%);
}

.why-card {
  position: absolute;
  z-index: 3;
  width: 360px;
  min-height: 184px;
  padding: 30px 32px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
}

.why-card h3 {
  margin: 18px 0 8px;
  font-size: 23px;
  letter-spacing: -0.03em;
}

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

.why-card .icon-box {
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 12px;
}

.why-card.one { top: 292px; left: 32px; animation: why-card-left 7s ease-in-out infinite; }
.why-card.two { top: 292px; right: 32px; animation: why-card-right 7.6s ease-in-out -2s infinite; }
.why-card.three { top: 598px; left: 32px; animation: why-card-left 8.1s ease-in-out -3.1s infinite; }
.why-card.four { top: 598px; right: 32px; animation: why-card-right 6.8s ease-in-out -1.2s infinite; }

@keyframes why-card-left {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -8px, 0); }
}

@keyframes why-card-right {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, 9px, 0); }
}

.visual-section {
  padding-top: 30px;
}

.visual-row {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 58px;
  align-items: center;
}

.visual-row + .visual-row {
  margin-top: 38px;
}

.visual-row.reverse .visual-copy {
  order: -1;
}

.visual-board {
  min-height: 511px;
  padding: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--soft);
}

.look-cloud {
  position: relative;
  width: 100%;
  height: 511px;
}

.look-bubble {
  position: absolute;
  display: grid;
  border-radius: 50%;
  place-items: center;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 16, 15, 0.06);
  font-size: 14px;
  font-weight: 620;
  text-align: center;
  animation: bubble-drift 7.2s ease-in-out infinite;
  will-change: transform;
}

.look-bubble.major {
  width: 134px;
  height: 134px;
  color: #fff;
  background: var(--coral);
  font-size: 20px;
}

.look-bubble.acid {
  background: var(--acid);
}

.look-bubble.black {
  color: #fff;
  background: var(--ink);
}

.look-bubble.b1 { top: 158px; left: 40%; animation-duration: 7.8s; }
.look-bubble.b2 { top: 42px; left: 54%; width: 104px; height: 104px; animation-delay: -2.4s; }
.look-bubble.b3 { top: 88px; left: 26%; width: 114px; height: 114px; animation-delay: -1.1s; }
.look-bubble.b4 { top: 146px; right: 11%; width: 116px; height: 116px; animation-delay: -3.6s; }
.look-bubble.b5 { top: 268px; left: 15%; width: 142px; height: 142px; animation-duration: 8.4s; animation-delay: -4.4s; }
.look-bubble.b6 { top: 302px; left: 42%; width: 96px; height: 96px; animation-delay: -2.8s; }
.look-bubble.b7 { top: 260px; right: 12%; width: 132px; height: 132px; animation-duration: 8.8s; animation-delay: -5.2s; }

.look-bubble:nth-child(even) {
  animation-name: bubble-drift-reverse;
}

.tag-float {
  position: absolute;
  z-index: 5;
  padding: 17px 27px;
  border-radius: 28px 28px 0;
  background: #fff;
  box-shadow: var(--shadow);
  font-size: 15px;
  font-weight: 680;
  will-change: transform;
}

.tag-float.one { top: 88px; left: 1%; animation: tag-float-one 6.4s ease-in-out infinite; }
.tag-float.two { right: 7%; bottom: 54px; color: #fff; background: var(--coral); border-radius: 28px 28px 28px 0; animation: tag-float-two 7.1s ease-in-out -2.1s infinite; }

@keyframes bubble-drift {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(4px, -11px, 0); }
}

@keyframes bubble-drift-reverse {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-5px, 9px, 0); }
}

@keyframes tag-float-one {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-11deg); }
  50% { transform: translate3d(5px, -10px, 0) rotate(-8deg); }
}

@keyframes tag-float-two {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(7deg); }
  50% { transform: translate3d(-6px, -9px, 0) rotate(10deg); }
}

.visual-copy .section-title {
  font-size: clamp(42px, 4.2vw, 66px);
}

.visual-copy .pill-button {
  margin-top: 30px;
}

.save-preview {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 500px;
  padding: 48px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--soft);
}

.save-card {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
}

.save-card-head {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.save-card-head img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
}

.save-card-head strong {
  display: block;
  font-size: 17px;
}

.save-card-head span {
  color: var(--muted);
  font-size: 12px;
}

.save-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.save-options span {
  padding: 14px 10px;
  border-radius: 12px;
  color: var(--muted);
  background: var(--soft);
  font-size: 12px;
  text-align: center;
}

.save-pill {
  position: absolute;
  z-index: 3;
  right: 26px;
  bottom: 34px;
  padding: 12px 17px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--acid);
  box-shadow: var(--shadow);
  font-size: 13px;
  font-weight: 700;
  transform: rotate(-6deg);
}

.stories-section {
  overflow: hidden;
  color: #fff;
  background: var(--coral);
}

.stories-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}

.stories-header .section-title {
  max-width: 760px;
}

.carousel-controls {
  display: flex;
  gap: 8px;
}

.carousel-arrow {
  display: grid;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: #fff;
  background: transparent;
  cursor: pointer;
  place-items: center;
}

.story-track {
  display: grid;
  grid-auto-columns: calc((100% - 40px) / 3);
  grid-auto-flow: column;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.story-track::-webkit-scrollbar {
  display: none;
}

.story-card {
  min-height: 310px;
  padding: 28px;
  border-radius: 22px;
  color: var(--ink);
  background: #fff;
  scroll-snap-align: start;
}

.story-card > p {
  min-height: 145px;
  margin: 0;
  font-size: 18px;
  font-weight: 540;
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.story-role {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 25px;
}

.story-role .role-icon {
  display: grid;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: var(--ink);
}

.story-role strong,
.story-role span {
  display: block;
}

.story-role span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.use-cases {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 650;
}

.use-cases small {
  font-weight: 500;
  opacity: 0.74;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 940px;
  margin-inline: auto;
}

.plan-card {
  display: flex;
  min-height: 470px;
  padding: 30px;
  border-radius: 22px;
  background: var(--soft);
  flex-direction: column;
}

.plan-card.featured {
  color: #fff;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.plan-label {
  font-size: 17px;
  font-weight: 650;
}

.plan-note {
  min-height: 44px;
  margin: 7px 0 22px;
  color: var(--muted);
  font-size: 13px;
}

.featured .plan-note,
.featured .plan-list,
.featured .plan-storefront-note {
  color: rgba(255, 255, 255, 0.7);
}

.plan-price-line {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 8px 0 18px;
}

.plan-price {
  font-size: clamp(48px, 5.2vw, 68px);
  font-weight: 630;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.plan-cycle {
  color: var(--muted);
  font-size: 18px;
  font-weight: 500;
}

.featured .plan-cycle {
  color: rgba(255, 255, 255, 0.72);
}

.plan-storefront-note {
  min-height: 42px;
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.plan-list {
  display: grid;
  gap: 13px;
  margin: 0 0 30px;
  padding: 0;
  color: var(--muted);
  list-style: none;
  font-size: 14px;
}

.plan-list li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
}

.plan-list li::before {
  display: grid;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: var(--ink);
  content: "✓";
  background: var(--acid);
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 800;
  place-items: center;
}

.plan-card .outline-button,
.plan-card .pill-button {
  width: 100%;
  margin-top: auto;
}

.featured .outline-button {
  border-color: #fff;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
  gap: 70px;
}

.faq-intro .section-title {
  font-size: clamp(48px, 4.8vw, 68px);
  white-space: nowrap;
}

.faq-intro .section-copy {
  margin-top: 30px;
}

.faq-intro .pill-button {
  margin-top: 28px;
}

.faq-list {
  border-radius: 22px;
}

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

.faq-question {
  display: flex;
  width: 100%;
  padding: 24px 0;
  border: 0;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 17px;
  font-weight: 620;
  text-align: left;
}

.faq-question span:last-child {
  font-size: 22px;
  font-weight: 350;
  transition: transform 200ms ease;
}

.faq-item.open .faq-question span:last-child {
  transform: rotate(45deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 260ms ease;
}

.faq-answer > div {
  overflow: hidden;
}

.faq-answer p {
  max-width: 650px;
  margin: 0;
  padding: 0 0 25px;
  color: var(--muted);
  line-height: 1.6;
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}

.final-cta {
  padding-top: 70px;
}

.cta-panel {
  position: relative;
  min-height: 637px;
  overflow: hidden;
  padding: 141px 80px;
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px),
    linear-gradient(180deg, #10100f 0%, #8e8e8a 62%, #fff 100%);
  background-size: 100px 100px, 100px 100px, 100% 100%;
}

.cta-copy {
  position: relative;
  z-index: 3;
  width: 506px;
  max-width: 100%;
  transform: translateY(50px);
}

.cta-copy .section-title {
  max-width: 506px;
  color: #fff;
  font-size: 56px;
  font-weight: 585;
  letter-spacing: -2.5px;
  line-height: 1.2;
  word-spacing: normal;
}

.cta-copy p {
  max-width: 388px;
  margin: 16px 0 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.7;
}

.cta-copy .store-button {
  width: 225px;
  min-height: 52px;
  padding: 12px 16px;
  font-size: 16px;
  white-space: nowrap;
}

.cta-points {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
}

.cta-points span::before {
  display: inline-grid;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  border-radius: 50%;
  color: var(--ink);
  content: "✓";
  background: var(--acid);
  font-size: 11px;
  place-items: center;
  vertical-align: -2px;
}

.cta-phone {
  position: absolute;
  z-index: 2;
  top: 90px;
  right: 100px;
  width: 408px;
}

.site-footer {
  padding: 0 0 38px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 28px 0 70px;
}

.footer-column h3 {
  margin: 0 0 16px;
  font-size: 14px;
}

.footer-column a,
.footer-column p {
  display: block;
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.footer-column a:hover {
  color: var(--ink);
}

.footer-wordmark {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line);
  font-size: clamp(90px, 15.7vw, 210px);
  font-weight: 650;
  letter-spacing: -0.085em;
  line-height: 0.75;
}

.footer-wordmark img {
  width: 0.64em;
  height: 0.64em;
  border-radius: 22%;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  color: var(--muted);
  font-size: 12px;
}

.footer-bottom nav {
  display: flex;
  gap: 24px;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.js [data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .container {
    width: min(calc(100% - 36px), var(--max));
  }

  .nav-shell {
    grid-template-columns: 1fr auto;
  }

  .nav-links,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .menu-open .nav-links {
    position: fixed;
    z-index: 50;
    top: 88px;
    right: 18px;
    left: 18px;
    display: flex;
    padding: 18px;
    border-color: rgba(16, 16, 15, 0.08);
    border-radius: 24px;
    align-items: stretch;
    flex-direction: column;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .menu-open .nav-links a {
    padding: 16px 18px;
    color: var(--ink);
    font-size: 16px;
  }

  .hero {
    min-height: 1250px;
  }

  .hero-title {
    font-size: clamp(72px, 15vw, 122px);
  }

  .hero-side.left {
    top: 350px;
  }

  .hero-side.right {
    top: 470px;
  }

  .hero-device {
    top: 530px;
    width: min(650px, 72vw);
  }

  .stats-grid {
    grid-template-columns: 1.3fr repeat(3, 0.6fr);
  }

  .data-layout,
  .visual-row,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .visual-row.reverse .visual-copy {
    order: initial;
  }

  .why-card {
    width: 240px;
  }

  .story-track {
    grid-auto-columns: calc((100% - 20px) / 2);
  }

  .footer-wordmark {
    font-size: 14.8vw;
  }
}

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

  .data-section,
  .features-section,
  .steps-section,
  .why-section,
  .stories-section,
  .plans-section,
  .faq-section,
  .visual-section,
  .final-cta {
    padding: 82px 0;
  }

  .section-head {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 30px;
  }

  .section-title {
    font-size: clamp(43px, 14vw, 64px);
  }

  .hero {
    min-height: 1070px;
    background-size: 70px 70px, 70px 70px, 100% 100%;
  }

  .hero-inner {
    padding-top: 130px;
  }

  .hero-title {
    font-size: clamp(62px, 20vw, 94px);
    line-height: 0.82;
  }

  .hero-title span:last-child {
    margin-top: 20px;
  }

  .hero-side.left {
    top: 470px;
    max-width: 165px;
  }

  .hero-side.right {
    top: 470px;
    max-width: 165px;
    text-align: right;
  }

  .hero-side.right .store-button {
    min-width: 148px;
    min-height: 50px;
    padding-inline: 18px;
    font-size: 13px;
  }

  .hero-side p {
    font-size: 12px;
  }

  .hero-device {
    top: 650px;
    width: 460px;
  }

  .hero-card {
    font-size: 10px;
  }

  .hero-card.card-one {
    left: 9%;
  }

  .hero-card.card-three {
    left: 13%;
  }

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

  .stats-intro {
    grid-column: 1 / -1;
  }

  .stats-grid .stat:last-child {
    grid-column: 1 / -1;
  }

  .gradient-stage,
  .soft-stage {
    min-height: 540px;
  }

  .gradient-stage .data-phone {
    width: 72%;
  }

  .data-copy {
    padding: 38px 26px;
  }

  .features-grid,
  .steps-grid,
  .plans-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 470px;
    padding: 26px;
  }

  .feature-visual {
    right: 20px;
    bottom: 20px;
    left: 20px;
    height: 320px;
  }

  .why-panel {
    min-height: 1080px;
    padding: 54px 20px 0;
  }

  .why-phone {
    bottom: -58px;
    width: 250px;
  }

  .why-card {
    width: calc(50% - 28px);
    padding: 18px;
  }

  .why-card.one { top: 250px; left: 14px; }
  .why-card.two { top: 250px; right: 14px; }
  .why-card.three { top: 490px; left: 14px; }
  .why-card.four { top: 490px; right: 14px; }

  .visual-board,
  .save-preview {
    min-height: 430px;
  }

  .visual-board {
    padding: 0;
  }

  .save-preview {
    padding: 24px;
  }

  .look-cloud {
    height: 370px;
    transform: scale(0.88);
    transform-origin: center;
  }

  .stories-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .story-track {
    grid-auto-columns: 88%;
  }

  .use-cases {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .faq-layout {
    gap: 40px;
  }

  .cta-panel {
    min-height: 790px;
    padding: 54px 28px;
  }

  .cta-phone {
    top: auto;
    right: 50%;
    bottom: -120px;
    width: 270px;
    transform: translateX(50%);
  }

  .cta-points {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

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

  .footer-wordmark {
    gap: 12px;
    font-size: 13vw;
  }

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

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

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

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
