:root {
  --ink: #07091f;
  --muted: #63647a;
  --violet: #7257ff;
  --violet-2: #9a7cff;
  --pink: #ff7fc8;
  --mint: #5ee4bd;
  --sun: #ffd15c;
  --paper: rgba(255, 255, 255, 0.76);
  --line: rgba(7, 9, 31, 0.12);
  --shadow: 0 28px 90px rgba(74, 43, 176, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  background:
    radial-gradient(circle at 12% 20%, rgba(94, 228, 189, 0.3), transparent 24rem),
    radial-gradient(circle at 86% 4%, rgba(255, 127, 200, 0.28), transparent 26rem),
    linear-gradient(135deg, #f7f3ff 0%, #ffffff 42%, #fff3f8 100%);
  max-width: 100%;
  overflow-x: clip;
}

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

button,
input,
textarea {
  font: inherit;
}

#hero-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.22;
}

.site-header,
main,
.footer {
  position: relative;
  z-index: 2;
}

.cursor-dot {
  position: fixed;
  z-index: 50;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(114, 87, 255, 0.26);
  border: 1px solid rgba(114, 87, 255, 0.48);
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, height 0.2s ease, opacity 0.2s ease;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 20;
  display: flex;
  width: min(1120px, calc(100% - 32px));
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 50px rgba(44, 31, 104, 0.12);
  backdrop-filter: blur(22px);
  transform: translateX(-50%);
}

.brand,
.nav,
.header-cta {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--violet), #17144f);
}

.nav {
  gap: 24px;
  color: rgba(7, 9, 31, 0.7);
  font-size: 14px;
  font-weight: 700;
}

.nav a {
  transition: color 0.2s ease;
}

.nav a:hover {
  color: var(--violet);
}

.header-cta {
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  background: var(--ink);
}

.section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 0.98fr 1.02fr;
  gap: 34px;
  align-items: center;
  padding: 122px 0 72px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--violet);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 0 rgba(94, 228, 189, 0.7);
  animation: pulse 1.8s infinite;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 650px;
  font-size: clamp(38px, 4.6vw, 62px);
  line-height: 1.04;
  letter-spacing: 0;
}

.lead {
  max-width: 620px;
  margin-top: 22px;
  color: rgba(7, 9, 31, 0.72);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.55;
}

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

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 18px;
  padding: 0 24px;
  cursor: pointer;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--violet), #221b78);
  box-shadow: 0 18px 46px rgba(114, 87, 255, 0.34);
}

.button.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(16px);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.trust-row span {
  padding: 9px 12px;
  border: 1px solid rgba(114, 87, 255, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  color: rgba(7, 9, 31, 0.64);
  font-size: 13px;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  min-height: 600px;
}

.coffee-stage,
.browser-card,
.orbital-card,
.feature,
.price-panel,
.compare-card,
.cta-glass,
.step {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: var(--paper);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.coffee-stage {
  position: absolute;
  top: 130px;
  left: 50%;
  width: 250px;
  height: 370px;
  border-radius: 42px;
  transform: translateX(-50%) rotate(-4deg);
  animation: floatCup 5.8s ease-in-out infinite;
}

.coffee-lid {
  position: absolute;
  top: 36px;
  left: 19px;
  width: 212px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(180deg, #211f32, #080710);
  box-shadow: inset 0 12px 16px rgba(255, 255, 255, 0.16);
}

.coffee-cup {
  position: absolute;
  left: 35px;
  top: 66px;
  width: 180px;
  height: 270px;
  border-radius: 28px 28px 62px 62px;
  background: linear-gradient(90deg, #e9e3dd, #fffaf6 42%, #cfc3bb);
  overflow: hidden;
}

.cup-sleeve {
  position: absolute;
  left: -18px;
  top: 96px;
  display: grid;
  width: 216px;
  height: 108px;
  place-items: center;
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  background: linear-gradient(135deg, #4422c8, var(--violet), var(--pink));
}

.steam {
  position: absolute;
  top: 16px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
}

.price-chip {
  position: absolute;
  right: -28px;
  bottom: 88px;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border: 6px solid rgba(255, 255, 255, 0.74);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--mint), #1d927b);
  box-shadow: 0 18px 40px rgba(94, 228, 189, 0.36);
}

.price-chip span {
  font-size: 25px;
  font-weight: 900;
}

.price-chip small {
  margin-top: -32px;
  font-weight: 800;
}

.browser-card {
  position: absolute;
  top: 68px;
  right: 0;
  width: 330px;
  min-height: 238px;
  border-radius: 28px;
  padding: 22px;
  transform: rotate(6deg);
}

.window-dots {
  display: flex;
  gap: 7px;
}

.window-dots i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.window-dots i:nth-child(1) { background: #ff5a7a; }
.window-dots i:nth-child(2) { background: var(--sun); }
.window-dots i:nth-child(3) { background: var(--mint); }

.browser-hero {
  height: 82px;
  margin-top: 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--violet), #cbbdff);
}

.browser-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
}

.browser-grid span {
  height: 42px;
  border-radius: 12px;
  background: rgba(114, 87, 255, 0.14);
}

.orbital-card {
  position: absolute;
  z-index: 2;
  width: 194px;
  border-radius: 24px;
  padding: 18px;
}

.orbital-card strong {
  display: block;
  margin-top: 12px;
  font-size: 17px;
}

.orbital-card small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  line-height: 1.45;
}

.card-launch {
  top: 174px;
  left: 8px;
  animation: floatA 5s ease-in-out infinite;
}

.card-support {
  right: 18px;
  bottom: 86px;
  animation: floatB 5.7s ease-in-out infinite;
}

.icon-bubble {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--violet), #221b78);
}

.icon-bubble.shield {
  background: linear-gradient(135deg, var(--mint), #148773);
}

.ticker {
  width: 100%;
  max-width: 100%;
  padding: 12px 0;
  overflow: hidden;
  border-block: 1px solid rgba(7, 9, 31, 0.08);
  background: rgba(7, 9, 31, 0.92);
  color: #fff;
}

.ticker div {
  display: flex;
  width: max-content;
  gap: 34px;
  animation: ticker 22s linear infinite;
}

.ticker span {
  font-size: clamp(28px, 5vw, 58px);
  font-weight: 900;
  white-space: nowrap;
}

.ticker span:nth-child(even) {
  color: var(--mint);
}

.split,
.pricing,
.process,
.comparison,
.final-cta,
.proof {
  padding: 104px 0;
}

.section-title {
  max-width: 820px;
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1.06;
  letter-spacing: 0;
}

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

.feature {
  min-height: 244px;
  border-radius: 28px;
  padding: 24px;
}

.feature span,
.step span {
  color: var(--violet);
  font-size: 13px;
  font-weight: 900;
}

.feature h3,
.step h3,
.compare-card h3 {
  margin-top: 24px;
  font-size: 22px;
  line-height: 1.1;
}

.compare-price {
  display: block;
  margin-top: 26px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  letter-spacing: 0;
}

.compare-caption {
  display: block;
  margin-top: 10px;
  color: rgba(7, 9, 31, 0.55);
  font-weight: 800;
}

.compare-card.hot .compare-caption {
  color: rgba(255, 255, 255, 0.76);
}

.feature p,
.step p,
.compare-card p,
.pricing-copy p,
.proof-copy p,
.cta-glass p {
  margin-top: 14px;
  color: rgba(7, 9, 31, 0.66);
  line-height: 1.65;
}

.proof {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 42px;
  align-items: center;
}

.proof-visual {
  position: relative;
  min-height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 34px;
  background:
    radial-gradient(circle at 22% 18%, rgba(94, 228, 189, 0.28), transparent 10rem),
    radial-gradient(circle at 78% 70%, rgba(255, 127, 200, 0.24), transparent 12rem),
    rgba(255, 255, 255, 0.48);
  box-shadow: var(--shadow);
  overflow: hidden;
  transform: rotate(-2deg);
}

.launch-orbit {
  position: absolute;
  inset: 54px;
  border: 1px solid rgba(114, 87, 255, 0.16);
  border-radius: 50%;
  animation: orbitSpin 18s linear infinite;
}

.launch-orbit span {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--violet), var(--mint));
  box-shadow: 0 18px 46px rgba(114, 87, 255, 0.24);
}

.launch-orbit span:nth-child(1) {
  top: 6%;
  left: 18%;
  width: 34px;
  height: 34px;
}

.launch-orbit span:nth-child(2) {
  right: 8%;
  top: 45%;
  width: 52px;
  height: 52px;
}

.launch-orbit span:nth-child(3) {
  left: 22%;
  bottom: 4%;
  width: 24px;
  height: 24px;
}

.launch-screen {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(72%, 380px);
  min-height: 430px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 28px 90px rgba(74, 43, 176, 0.18);
  backdrop-filter: blur(22px);
  transform: translate(-50%, -50%) rotate(-1deg);
  animation: screenFloat 5.6s ease-in-out infinite;
}

.launch-top {
  display: flex;
  gap: 8px;
}

.launch-top i {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.launch-top i:nth-child(1) { background: #ff5a7a; }
.launch-top i:nth-child(2) { background: var(--sun); }
.launch-top i:nth-child(3) { background: var(--mint); }

.launch-hero {
  display: grid;
  align-content: end;
  min-height: 150px;
  margin-top: 24px;
  padding: 22px;
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 20%, rgba(255, 255, 255, 0.32), transparent 5rem),
    linear-gradient(135deg, #271b8f, var(--violet), var(--pink));
  overflow: hidden;
  position: relative;
}

.launch-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 0 38%, rgba(255, 255, 255, 0.28) 48%, transparent 58%);
  animation: shine 3.8s ease-in-out infinite;
}

.launch-hero strong,
.launch-hero span {
  position: relative;
  z-index: 1;
}

.launch-hero strong {
  font-size: 42px;
  line-height: 1;
}

.launch-hero span {
  margin-top: 8px;
  font-weight: 900;
  opacity: 0.82;
}

.launch-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
}

.launch-cards div {
  min-height: 64px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(114, 87, 255, 0.14) 24%, transparent 24%),
    rgba(114, 87, 255, 0.08);
}

.launch-cards div:nth-child(3) {
  grid-column: 1 / -1;
  min-height: 78px;
  background:
    linear-gradient(90deg, rgba(94, 228, 189, 0.3), rgba(114, 87, 255, 0.12)),
    rgba(255, 255, 255, 0.55);
}

.launch-progress {
  height: 12px;
  margin-top: 18px;
  border-radius: 999px;
  background: rgba(7, 9, 31, 0.08);
  overflow: hidden;
}

.launch-progress b {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mint), var(--violet));
  animation: progressPulse 2.8s ease-in-out infinite;
}

.launch-badge {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 126px;
  height: 126px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 60px rgba(74, 43, 176, 0.18);
  backdrop-filter: blur(20px);
  animation: badgeFloat 4.8s ease-in-out infinite;
}

.launch-badge strong {
  font-size: 30px;
  line-height: 1;
}

.launch-badge span {
  margin-top: -26px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.launch-price {
  right: 38px;
  top: 112px;
}

.launch-time {
  left: 34px;
  bottom: 100px;
  animation-delay: -1.4s;
}

.launch-pointer {
  position: absolute;
  right: 68px;
  bottom: 118px;
  width: 0;
  height: 0;
  border-left: 46px solid var(--violet);
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  filter: drop-shadow(0 18px 22px rgba(114, 87, 255, 0.32));
  transform: rotate(35deg);
  animation: pointerTap 3.4s ease-in-out infinite;
}

.launch-spark {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 0 0 8px rgba(114, 87, 255, 0.08);
  animation: sparkPulse 2.8s ease-in-out infinite;
}

.spark-a {
  left: 88px;
  top: 96px;
  width: 18px;
  height: 18px;
}

.spark-b {
  right: 104px;
  bottom: 82px;
  width: 24px;
  height: 24px;
  animation-delay: -0.8s;
}

.spark-c {
  left: 48%;
  top: 78px;
  width: 14px;
  height: 14px;
  animation-delay: -1.6s;
}

.proof-photo {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 34px;
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
}

.proof-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 0.68;
  object-fit: cover;
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.mini-stats div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
}

.mini-stats strong {
  display: block;
  font-size: 30px;
}

.mini-stats span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.pricing {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 44px;
  align-items: center;
}

.pricing-copy {
  position: relative;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 22px 70px rgba(74, 43, 176, 0.1);
  backdrop-filter: blur(22px);
}

.price-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.price-summary div {
  padding: 18px;
  border: 1px solid rgba(114, 87, 255, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
}

.price-summary strong {
  display: block;
  font-size: 34px;
  line-height: 1;
}

.price-summary span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
}

.price-panel {
  border-radius: 34px;
  padding: 28px;
}

.price-top span {
  color: var(--violet);
  font-weight: 900;
}

.price-top strong {
  display: block;
  margin-top: 12px;
  font-size: 76px;
  line-height: 0.95;
}

.price-top small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 800;
}

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

.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(7, 9, 31, 0.75);
  font-weight: 700;
}

.check-list li::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at center, #fff 0 25%, transparent 27%), var(--mint);
}

.price-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 7px;
  border-radius: 18px;
  background: rgba(7, 9, 31, 0.07);
}

.price-option {
  min-height: 48px;
  border: 0;
  border-radius: 13px;
  cursor: pointer;
  color: rgba(7, 9, 31, 0.72);
  background: transparent;
  font-weight: 900;
}

.price-option.active {
  color: #fff;
  background: var(--ink);
}

.price-note {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

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

.step {
  min-height: 240px;
  border-radius: 28px;
  padding: 24px;
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 38px;
}

.compare-card {
  min-height: 240px;
  border-radius: 30px;
  padding: 30px;
}

.compare-card.hot {
  color: #fff;
  background:
    radial-gradient(circle at 20% 10%, rgba(94, 228, 189, 0.32), transparent 16rem),
    linear-gradient(135deg, #151248, #7257ff);
}

.compare-card.hot p {
  color: rgba(255, 255, 255, 0.78);
}

.compare-card p {
  margin-top: 22px;
}

.cta-glass {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  border-radius: 38px;
  padding: clamp(24px, 5vw, 48px);
}

.cta-glass h2 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
}

.cta-actions {
  display: grid;
  gap: 14px;
  justify-items: center;
  min-width: 260px;
}

.cta-actions .button {
  width: 100%;
}

.cta-actions span {
  color: var(--violet);
  font-size: 18px;
  font-weight: 900;
}

.footer {
  display: flex;
  width: min(1120px, calc(100% - 32px));
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  padding: 30px 0 46px;
  color: rgba(7, 9, 31, 0.56);
  font-size: 14px;
  font-weight: 800;
}

.reveal {
  opacity: 1;
  transform: none;
}

.hero .reveal {
  opacity: 1;
  transform: none;
}

@keyframes pulse {
  70% { box-shadow: 0 0 0 13px rgba(94, 228, 189, 0); }
  100% { box-shadow: 0 0 0 0 rgba(94, 228, 189, 0); }
}

@keyframes floatCup {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -18px; }
}

@keyframes floatA {
  0%, 100% { translate: 0 0; }
  50% { translate: 14px -14px; }
}

@keyframes floatB {
  0%, 100% { translate: 0 0; }
  50% { translate: -12px 14px; }
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

@keyframes orbitSpin {
  to { transform: rotate(360deg); }
}

@keyframes screenFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -16px; }
}

@keyframes shine {
  0%, 40% { transform: translateX(-120%); }
  70%, 100% { transform: translateX(120%); }
}

@keyframes progressPulse {
  0%, 100% { width: 62%; }
  50% { width: 88%; }
}

@keyframes badgeFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -14px; }
}

@keyframes pointerTap {
  0%, 100% { translate: 0 0; scale: 1; }
  50% { translate: -18px -12px; scale: 0.96; }
}

@keyframes sparkPulse {
  0%, 100% { scale: 1; opacity: 0.65; }
  50% { scale: 1.45; opacity: 1; }
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .hero,
  .proof,
  .pricing,
  .cta-glass {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 110px;
  }

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

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

  .pricing {
    gap: 28px;
  }
}

@media (max-width: 640px) {
  .cursor-dot,
  .header-cta {
    display: none;
  }

  .site-header {
    top: 10px;
    width: calc(100% - 20px);
  }

  h1 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.04;
  }

  .hero {
    width: min(100% - 22px, 1120px);
    padding-bottom: 36px;
    padding-top: 92px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

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

  .coffee-stage {
    top: 92px;
    width: 214px;
    height: 318px;
  }

  .coffee-lid {
    left: 17px;
    width: 180px;
  }

  .coffee-cup {
    left: 31px;
    width: 152px;
    height: 230px;
  }

  .cup-sleeve {
    width: 190px;
  }

  .browser-card {
    top: 28px;
    right: 0;
    width: 238px;
    min-height: 188px;
    padding: 17px;
  }

  .orbital-card {
    width: 164px;
    padding: 14px;
  }

  .card-launch {
    left: 0;
    top: 220px;
  }

  .card-support {
    right: 0;
    bottom: 24px;
  }

  .price-chip {
    right: -20px;
    width: 92px;
    height: 92px;
  }

  .proof-visual {
    min-height: 460px;
  }

  .launch-screen {
    width: 76%;
    min-height: 340px;
    padding: 20px;
  }

  .launch-hero {
    min-height: 118px;
  }

  .launch-hero strong {
    font-size: 32px;
  }

  .launch-badge {
    width: 102px;
    height: 102px;
    border-radius: 26px;
  }

  .launch-price {
    right: 14px;
    top: 84px;
  }

  .launch-time {
    left: 12px;
    bottom: 84px;
  }

  .launch-pointer {
    right: 42px;
    bottom: 94px;
  }

  .split,
  .pricing,
  .process,
  .comparison,
  .final-cta,
  .proof {
    padding: 72px 0;
  }

  .feature-grid,
  .timeline,
  .compare-grid,
  .mini-stats {
    grid-template-columns: 1fr;
  }

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

  .price-top strong {
    font-size: 62px;
  }

  .pricing-copy {
    padding: 24px;
  }

  .price-summary {
    grid-template-columns: 1fr;
  }

  .footer {
    flex-direction: column;
  }
}

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