:root {
  --bg: #07080c;
  --bg-soft: #10131d;
  --bg-card: rgba(255, 255, 255, 0.075);
  --bg-card-strong: rgba(255, 255, 255, 0.12);
  --text: #f7f3ea;
  --text-muted: rgba(247, 243, 234, 0.68);
  --text-soft: rgba(247, 243, 234, 0.46);
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.2);
  --accent: #b8ff6a;
  --accent-2: #89d9ff;
  --accent-3: #ffb86b;
  --ink: #10120f;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  --font: 'Inter', sans-serif;
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-full: 999px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 8%, rgba(184, 255, 106, 0.18), transparent 28rem),
    radial-gradient(circle at 82% 14%, rgba(137, 217, 255, 0.17), transparent 30rem),
    linear-gradient(180deg, #07080c 0%, #0d1018 46%, #07080c 100%);
  color: var(--text);
  font-family: var(--font);
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 70%);
}

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

button,
iframe {
  font: inherit;
}

a,
button,
.slider-dot,
.prototype-swipe-layer {
  -webkit-tap-highlight-color: transparent;
}

.page-shell {
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
  overflow-x: clip;
}

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

nav {
  position: fixed;
  top: max(14px, calc(env(safe-area-inset-top) + 6px));
  left: 0;
  right: 0;
  z-index: 20;
  transition: 240ms ease;
}

nav.scrolled {
  top: max(8px, env(safe-area-inset-top));
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 10px 10px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-full);
  background: rgba(7, 8, 12, 0.72);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(22px) saturate(160%);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand > span:not(.brand-mark),
.footer-brand span {
  font-family: 'Comfortaa', var(--font);
  font-weight: 700;
  letter-spacing: -0.05em;
}

.footer-brand img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 13px;
  background: #2b2b2a;
  box-shadow: 0 12px 28px rgba(184, 255, 106, 0.2);
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  border-radius: var(--radius-full);
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 650;
  padding: 10px 14px;
  transition: 180ms ease;
}

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

.nav-links .nav-cta {
  color: var(--ink);
  background: var(--accent);
}

.nav-links .nav-cta:hover {
  color: var(--ink);
  background: #d3ff9e;
}

.hero {
  position: relative;
  min-height: 100dvh;
  padding: 152px 0 88px;
  overflow-x: hidden;
  overflow-x: clip;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  align-items: start;
  gap: 54px;
}

.hero-stage {
  align-self: start;
  margin-top: -34px;
}

.orb {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(24px);
  opacity: 0.72;
}

.orb-one {
  top: 120px;
  left: -120px;
  width: 300px;
  height: 300px;
  background: rgba(184, 255, 106, 0.18);
}

.orb-two {
  right: -120px;
  bottom: 80px;
  width: 360px;
  height: 360px;
  background: rgba(137, 217, 255, 0.14);
}

.eyebrow,
.mini-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  margin-bottom: 22px;
  padding: 8px 12px;
  border: 1px solid rgba(184, 255, 106, 0.22);
  border-radius: var(--radius-full);
  background: rgba(184, 255, 106, 0.08);
}

.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 24px var(--accent);
}

h1,
h2,
h3 {
  font-family: 'Inter', sans-serif;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

h1 {
  max-width: 650px;
  font-size: clamp(2.55rem, 5.6vw, 5.35rem);
  font-weight: 800;
}

.hero-lead {
  max-width: 560px;
  margin-top: 26px;
  color: var(--text-muted);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius-full);
  font-weight: 800;
  font-size: 15px;
  transition: 200ms ease;
}

.btn svg,
.app-store-btn svg {
  width: 20px;
  height: 20px;
}

.btn-primary {
  color: var(--ink);
  background: var(--accent);
  box-shadow: 0 18px 44px rgba(184, 255, 106, 0.22);
}

.btn-secondary {
  color: var(--text);
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.06);
}

.btn:hover,
.app-store-btn:hover {
  transform: translateY(-2px);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 590px;
  margin-top: 52px;
}

.hero-proof div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
}

.hero-proof strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.hero-proof span {
  display: block;
  margin-top: 7px;
  color: var(--text-soft);
  font-size: 13px;
  font-weight: 650;
}

.stage-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045));
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px) saturate(140%);
}

.stage-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  z-index: -1;
  background: radial-gradient(circle at 20% 0%, rgba(184, 255, 106, 0.17), transparent 32%),
    radial-gradient(circle at 82% 42%, rgba(137, 217, 255, 0.18), transparent 34%);
}

.stage-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.stage-header h2 {
  margin-top: 8px;
  font-size: 27px;
}

.status-pill {
  flex: 0 0 auto;
  padding: 8px 12px;
  border: 1px solid rgba(137, 217, 255, 0.28);
  border-radius: var(--radius-full);
  color: var(--accent-2);
  background: rgba(137, 217, 255, 0.09);
  font-size: 12px;
  font-weight: 800;
}

.phone-scene {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 610px;
  border-radius: 30px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    rgba(255, 255, 255, 0.045);
  background-size: 38px 38px;
}

.phone-glow {
  position: absolute;
  width: 300px;
  height: 430px;
  border-radius: 999px;
  background: linear-gradient(140deg, rgba(184, 255, 106, 0.42), rgba(137, 217, 255, 0.24));
  filter: blur(44px);
}

.prototype-wrapper {
  position: relative;
  box-sizing: content-box;
  width: 300px;
  height: 650px;
  touch-action: pan-y;
  overflow: hidden;
  border: 8px solid #111413;
  border-radius: 46px;
  border-bottom-left-radius: 68px;
  border-bottom-right-radius: 68px;
  background: #000;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  mask-image: radial-gradient(white, black);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  isolation: isolate;
  transform: translateZ(0);
}

.prototype-wrapper::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 2;
  width: 86px;
  height: 24px;
  transform: translateX(-50%);
  border-radius: var(--radius-full);
  background: #111413;
}

.prototype-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 393px;
  height: 852px;
  border: 0;
  border-radius: 40px;
  border-bottom-left-radius: 62px;
  border-bottom-right-radius: 62px;
  background: #000;
  transform: scale(0.763);
  transform-origin: top left;
  transition: opacity 220ms ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.prototype-swipe-layer {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: transparent;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
}

.prototype-swipe-layer.is-dragging {
  cursor: grabbing;
}

.floating-card {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 188px;
  padding: 12px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  color: var(--text);
  background: rgba(8, 10, 16, 0.7);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  font-size: 13px;
  font-weight: 750;
}

.floating-card svg {
  flex: 0 0 auto;
  width: 18px;
  color: var(--accent);
}

.card-left {
  left: 22px;
  top: 118px;
}

.card-right {
  right: 22px;
  bottom: 132px;
}

.slider-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.slider-dot {
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
  cursor: pointer;
  transition: 180ms ease;
}

.slider-dot.active {
  width: 34px;
  background: var(--accent);
}

.belief-strip {
  padding: 40px 0 64px;
}

.belief-strip p {
  max-width: 980px;
  color: var(--text);
  font-size: clamp(1.8rem, 4.1vw, 4.15rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.process-section,
.features-section,
.quote-section,
.proof-section,
.comparison-section,
.audience-section,
.faq-section,
.download-section {
  padding: 84px 0;
}

.section-heading {
  display: grid;
  gap: 14px;
  max-width: 720px;
  margin-bottom: 30px;
}

.section-heading.centered {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-heading span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-heading h2,
.download-card h2 {
  font-size: clamp(2.05rem, 4.1vw, 4.2rem);
}

.section-heading p,
.download-card p {
  color: var(--text-muted);
  font-size: 16px;
}

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

.process-card,
.feature-card,
.quote-card,
.download-card {
  border: 1px solid var(--line);
  background: var(--bg-card);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(20px) saturate(140%);
}

.process-card {
  min-height: 300px;
  padding: 28px;
  border-radius: var(--radius-lg);
}

.process-number {
  color: var(--accent-3);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.process-card h3,
.feature-card h3 {
  margin-top: 72px;
  font-size: 25px;
}

.process-card p,
.feature-card p {
  margin-top: 14px;
  color: var(--text-muted);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.feature-card {
  min-height: 330px;
  padding: 26px;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.feature-card:hover,
.process-card:hover {
  border-color: var(--line-strong);
  background: var(--bg-card-strong);
}

.feature-large {
  grid-column: span 2;
  min-height: 420px;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  color: var(--ink);
  background: var(--accent);
}

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

.plan-preview {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.plan-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--text-muted);
  background: rgba(255, 255, 255, 0.05);
  font-weight: 700;
}

.plan-row span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--accent-2);
}

.plan-row.strong {
  color: var(--text);
  border-color: rgba(184, 255, 106, 0.28);
}

.plan-row.strong span {
  background: var(--accent);
}

.visual-card {
  grid-column: span 2;
  background: linear-gradient(150deg, rgba(137, 217, 255, 0.16), rgba(255, 255, 255, 0.07));
}

.calendar-mini {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.calendar-mini span {
  display: grid;
  min-height: 76px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--text-soft);
  background: rgba(255, 255, 255, 0.05);
  font-size: 12px;
  font-weight: 850;
}

.calendar-mini .active {
  color: var(--ink);
  background: var(--accent-2);
}

.feature-dark {
  color: var(--ink);
  background: var(--accent);
}

.feature-dark .feature-icon {
  border: 1px solid rgba(16, 18, 15, 0.15);
  background: rgba(16, 18, 15, 0.09);
}

.feature-dark h3,
.feature-dark p {
  color: var(--ink);
}

.quote-card {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 6vw, 72px);
  border-radius: var(--radius-xl);
}

.quote-mark {
  position: absolute;
  top: -36px;
  right: 36px;
  color: rgba(184, 255, 106, 0.2);
  font-size: 220px;
  font-weight: 800;
  line-height: 1;
}

.quote-card p {
  position: relative;
  max-width: 860px;
  font-size: clamp(1.8rem, 3.9vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1;
}

.quote-card span {
  display: block;
  margin-top: 28px;
  color: var(--text-soft);
  font-weight: 800;
}

.proof-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 16px;
}

.proof-copy,
.rating-card,
.testimonial-card,
.comparison-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(20px) saturate(140%);
}

.proof-copy {
  grid-row: span 2;
  padding: clamp(30px, 5vw, 56px);
  background:
    radial-gradient(circle at 10% 15%, rgba(184, 255, 106, 0.16), transparent 24rem),
    rgba(255, 255, 255, 0.075);
}

.proof-copy h2 {
  max-width: 720px;
  margin-top: 14px;
  font-size: clamp(2.05rem, 4.1vw, 4.2rem);
}

.proof-copy p {
  max-width: 620px;
  margin-top: 18px;
  color: var(--text-muted);
  font-size: 17px;
}

.rating-card,
.testimonial-card {
  padding: 24px;
}

.rating-stars {
  color: var(--accent);
  font-size: 22px;
  letter-spacing: 0.08em;
}

.rating-card strong {
  display: block;
  margin-top: 18px;
  font-size: 26px;
  letter-spacing: -0.05em;
}

.rating-card span,
.testimonial-card span {
  display: block;
  margin-top: 8px;
  color: var(--text-soft);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rating-card p {
  margin-top: 18px;
  color: var(--text-muted);
  font-size: 14px;
}

.testimonial-card p {
  color: var(--text);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.comparison-card {
  padding: clamp(28px, 5vw, 54px);
  background:
    radial-gradient(circle at 86% 20%, rgba(137, 217, 255, 0.15), transparent 25rem),
    rgba(255, 255, 255, 0.075);
}

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

.comparison-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
}

.comparison-grid .comparison-active {
  color: var(--ink);
  background: var(--accent);
}

.comparison-grid span {
  color: var(--text-soft);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.comparison-active span,
.comparison-active h3,
.comparison-active p {
  color: var(--ink);
}

.comparison-active p {
  opacity: 0.78;
}

.comparison-grid h3 {
  margin-top: 38px;
  font-size: 25px;
}

.comparison-grid p {
  margin-top: 12px;
  color: var(--text-muted);
}

.comparison-grid .comparison-active p {
  color: var(--ink);
  opacity: 0.78;
}

.audience-card {
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 184, 107, 0.15), transparent 24rem),
    rgba(255, 255, 255, 0.075);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(20px) saturate(140%);
}

.audience-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.audience-grid article,
.faq-item {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
}

.audience-grid h3,
.faq-item h3 {
  font-size: 22px;
}

.audience-grid p,
.faq-item p {
  margin-top: 12px;
  color: var(--text-muted);
  font-size: 15px;
}

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

.download-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(28px, 5vw, 54px);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 82% 20%, rgba(184, 255, 106, 0.26), transparent 28rem),
    rgba(255, 255, 255, 0.08);
}

.download-card p {
  max-width: 560px;
  margin-top: 14px;
}

.app-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  min-height: 66px;
  padding: 0 24px;
  border-radius: 20px;
  color: #fff;
  background: #000;
  font-size: 18px;
  font-weight: 800;
  transition: 200ms ease;
}

.app-store-btn small {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
}

footer {
  padding: 42px 0 54px;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: var(--text-soft);
  font-size: 14px;
}

.footer-brand {
  color: var(--text);
}

.footer-links {
  display: flex;
  gap: 18px;
}

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

.legal-page {
  min-height: 100vh;
  padding: 132px 0 72px;
}

.legal-card {
  max-width: 860px;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(20px) saturate(140%);
}

.legal-card h1 {
  max-width: 760px;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
}

.legal-updated {
  margin-top: 16px;
  color: var(--text-soft);
  font-size: 14px;
  font-weight: 700;
}

.legal-card section {
  margin-top: 34px;
}

.legal-card h2 {
  font-size: 24px;
  letter-spacing: -0.04em;
}

.legal-card p,
.legal-card li {
  margin-top: 12px;
  color: var(--text-muted);
}

.legal-card ul {
  padding-left: 20px;
}

.legal-card a {
  color: var(--accent);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 760ms cubic-bezier(0.16, 1, 0.3, 1), transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 80ms;
}

.delay-2 {
  transition-delay: 160ms;
}

.delay-3 {
  transition-delay: 240ms;
}

.delay-4 {
  transition-delay: 320ms;
}

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

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

@media (max-width: 1060px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-lead,
  .hero-proof,
  h1 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .stage-card {
    max-width: 640px;
    margin: 0 auto;
  }

  .hero-stage {
    margin-top: 8px;
  }

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

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 28px - env(safe-area-inset-left) - env(safe-area-inset-right)), var(--container));
  }

  nav {
    top: max(8px, env(safe-area-inset-top));
  }

  .nav-content {
    gap: 10px;
    padding: 8px 8px 8px 12px;
    border-radius: 24px;
  }

  .nav-links a:not(.nav-cta) {
    display: none;
  }

  .hero {
    padding-top: calc(124px + env(safe-area-inset-top));
    padding-bottom: calc(58px + env(safe-area-inset-bottom));
  }

  .hero-actions,
  .btn,
  .app-store-btn {
    width: 100%;
  }

  .hero-proof,
  .process-grid,
  .proof-grid,
  .comparison-grid,
  .audience-grid,
  .faq-grid,
  .features-grid {
    grid-template-columns: 1fr;
  }

  .proof-copy {
    grid-row: span 1;
  }

  .stage-header,
  .download-card,
  .footer-content {
    align-items: flex-start;
    flex-direction: column;
  }

  .phone-scene {
    min-height: 560px;
  }

  .prototype-wrapper {
    width: 258px;
    height: 559px;
    border-radius: 40px;
    border-bottom-left-radius: 58px;
    border-bottom-right-radius: 58px;
  }

  .prototype-frame {
    transform: scale(0.656);
  }

  .floating-card {
    display: none;
  }

  .feature-large,
  .visual-card {
    grid-column: span 1;
  }

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

  .process-card h3,
  .feature-card h3 {
    margin-top: 52px;
  }

  .calendar-mini {
    grid-template-columns: repeat(5, minmax(52px, 1fr));
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 460px) {
  .brand > span:not(.brand-mark) {
    display: none;
  }

  .btn,
  .app-store-btn {
    width: 100%;
  }

  .stage-card {
    padding: 14px;
    border-radius: 28px;
  }

  .phone-scene {
    min-height: 518px;
  }

  .prototype-wrapper {
    width: 232px;
    height: 503px;
    border-bottom-left-radius: 52px;
    border-bottom-right-radius: 52px;
  }

  .prototype-frame {
    transform: scale(0.59);
  }
}

@media (hover: none) and (pointer: coarse) {
  .btn:hover,
  .app-store-btn:hover {
    transform: none;
  }

  .feature-card:hover,
  .process-card:hover {
    border-color: var(--line);
    background: var(--bg-card);
  }
}
