:root {
  --bg: #eef3f0;
  --ink: #11191f;
  --muted: #52615d;
  --quiet: #7b8884;
  --line: rgba(17, 25, 31, 0.13);
  --surface: rgba(255, 255, 255, 0.74);
  --surface-strong: #fbfdfb;
  --dark: #121a1f;
  --dark-2: #1b262d;
  --accent: #6bb99f;
  --accent-ink: #27463e;
  --danger: #b84f5b;
  --shadow: 0 26px 80px rgba(52, 74, 68, 0.18);
  --font: "Geist", ui-sans-serif, system-ui, sans-serif;
  --mono: "Geist Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
  color-scheme: light;
  font-family: var(--font);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100dvh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 4%, rgba(107, 185, 159, 0.34), transparent 30rem),
    radial-gradient(circle at 8% 40%, rgba(210, 226, 219, 0.7), transparent 28rem),
    linear-gradient(135deg, #f7fbf8 0%, #eef3f0 48%, #dfe8e3 100%);
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  opacity: 0.065;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

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

button,
input,
select {
  font: inherit;
}

a,
button,
input,
select {
  transition:
    transform 260ms cubic-bezier(0.16, 1, 0.3, 1),
    background 260ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 260ms cubic-bezier(0.16, 1, 0.3, 1),
    color 260ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

a:active,
button:active {
  transform: translateY(1px) scale(0.99);
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 40;
  transform: translateY(-140%);
  border-radius: 8px;
  background: var(--dark);
  color: white;
  padding: 10px 12px;
  font-weight: 800;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  min-height: 72px;
  padding: 12px clamp(16px, 4vw, 54px);
  border-bottom: 1px solid var(--line);
  background: rgba(244, 249, 246, 0.82);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  font-weight: 900;
  letter-spacing: -0.02em;
}

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

nav {
  display: flex;
  gap: clamp(16px, 3vw, 34px);
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

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

.header-action {
  justify-self: end;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(17, 25, 31, 0.16);
  border-radius: 8px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  font-weight: 900;
}

.header-action:hover {
  background: var(--dark);
  color: white;
}

.hero {
  min-height: calc(100dvh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(430px, 1.14fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: center;
  padding: clamp(42px, 7vw, 88px) clamp(16px, 5vw, 72px) clamp(56px, 7vw, 100px);
}

.hero-copy {
  max-width: 760px;
  animation: rise-in 700ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-ink);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(48px, 7.2vw, 102px);
  line-height: 0.89;
  letter-spacing: -0.058em;
  text-wrap: balance;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 5vw, 70px);
  line-height: 0.97;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.lede,
.section-intro p:not(.eyebrow),
.demo-copy p,
.feature-grid p,
.pricing-head p:not(.eyebrow),
.launch-copy p,
.price-card p {
  color: var(--muted);
  line-height: 1.62;
  text-wrap: pretty;
}

.lede {
  max-width: 63ch;
  margin-bottom: 28px;
  color: #40504c;
  font-size: clamp(17px, 1.7vw, 21px);
}

.hero-actions,
.proof-strip,
.store-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.primary-action,
.plan-action,
.signup button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  background: var(--dark);
  color: white;
  cursor: pointer;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(17, 25, 31, 0.16);
}

.primary-action:hover,
.plan-action:hover,
.signup button:hover {
  background: var(--dark-2);
  transform: translateY(-1px);
}

.text-action,
.secondary-action {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  color: var(--dark);
  font-weight: 900;
}

.text-action::after,
.secondary-action::after {
  content: "";
  width: 34px;
  height: 1px;
  margin-left: 10px;
  background: var(--accent-ink);
  transform-origin: left;
}

.text-action:hover::after,
.secondary-action:hover::after {
  transform: scaleX(1.45);
}

.proof-strip {
  margin-top: 28px;
}

.proof-strip span {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  padding: 9px 11px;
  color: #40504c;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-stage {
  animation: rise-in 700ms 120ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.demo-window {
  overflow: hidden;
  border: 1px solid rgba(17, 25, 31, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.window-bar {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  color: var(--quiet);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.window-bar strong {
  color: var(--ink);
}

.demo-window img,
.demo-frame img {
  display: block;
  width: 100%;
}

.ticker {
  overflow: hidden;
  border-block: 1px solid rgba(17, 25, 31, 0.12);
  background: var(--dark);
  color: #e7f1ed;
}

.ticker div {
  width: max-content;
  display: flex;
  gap: 0;
  padding: 14px 0;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  animation: ticker 42s linear infinite;
  will-change: transform;
}

.ticker span::before {
  content: "/";
  margin: 0 26px;
  color: rgba(231, 241, 237, 0.28);
}

.section-intro,
.demo-switcher,
.feature-grid,
.split-band,
.launch,
footer {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}

.section-intro {
  padding: clamp(72px, 9vw, 120px) 0 28px;
  max-width: 760px;
  margin-left: max(18px, calc((100vw - 1180px) / 2));
  margin-right: auto;
}

.demo-switcher {
  display: grid;
  grid-template-columns: 0.58fr 1.16fr 0.42fr;
  gap: 16px;
  align-items: stretch;
}

.demo-copy,
.demo-frame,
.demo-controls,
.feature-grid article,
.split-band,
.price-card,
.launch-signup,
.signup,
.store-badge {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  box-shadow: 0 20px 58px rgba(52, 74, 68, 0.12);
}

.demo-copy {
  display: grid;
  align-content: end;
  padding: 24px;
}

.demo-frame {
  overflow: hidden;
}

.demo-controls {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 10px;
}

.demo-tab,
.billing-option {
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 900;
}

.demo-tab {
  min-height: 64px;
  display: grid;
  gap: 4px;
  padding: 12px;
  text-align: left;
}

.demo-tab span {
  color: var(--accent-ink);
  font-family: var(--mono);
  font-size: 12px;
}

.demo-tab:hover,
.demo-tab.is-active {
  border-color: var(--line);
  background: rgba(107, 185, 159, 0.12);
  color: var(--ink);
}

.feature-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 16px;
  padding: clamp(54px, 7vw, 84px) 0;
}

.feature-grid article {
  min-height: 230px;
  padding: 24px;
}

.feature-grid article:nth-child(3) {
  grid-column: 1 / -1;
  min-height: 170px;
}

.feature-index {
  display: block;
  margin-bottom: 38px;
  color: var(--accent-ink);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
}

.split-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  gap: 24px;
  align-items: end;
  padding: 28px;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--line);
}

.metrics div {
  display: grid;
  gap: 8px;
  min-height: 132px;
  align-content: end;
  background: rgba(255, 255, 255, 0.66);
  padding: 18px;
}

.metrics strong {
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.metrics span {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.launch {
  display: grid;
  gap: 24px;
  padding: clamp(74px, 9vw, 124px) 0;
}

.pricing-head {
  max-width: 820px;
}

.store-row {
  margin: 24px 0 18px;
}

.store-badge {
  min-width: 190px;
  min-height: 70px;
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 12px 16px;
}

.store-badge span,
.store-badge em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.store-badge strong {
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.disabled-store {
  opacity: 0.72;
}

.billing-toggle {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.64);
  padding: 4px;
}

.billing-option {
  min-height: 40px;
  padding: 0 18px;
}

.billing-option.is-active {
  background: var(--dark);
  color: white;
}

.pricing-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 16px;
}

.price-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 20px;
  padding: 24px;
}

.price-card.featured {
  border-color: rgba(39, 70, 62, 0.28);
  background:
    linear-gradient(180deg, rgba(107, 185, 159, 0.18), rgba(255, 255, 255, 0.78)),
    var(--surface);
}

.pricing-grid .price-card:nth-child(3) {
  grid-column: 1 / -1;
}

.plan-badge {
  justify-self: start;
  border-radius: 999px;
  background: var(--dark);
  color: white;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.price strong {
  font-size: clamp(36px, 5vw, 58px);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.price span {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.price-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 19px;
  color: #40504c;
  line-height: 1.45;
}

.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  border-radius: 3px;
  background: var(--accent-ink);
}

.plan-action.muted {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  box-shadow: none;
}

.launch-signup {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.7fr);
  gap: 24px;
  align-items: center;
  padding: 24px;
}

.signup {
  display: grid;
  gap: 14px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: none;
}

.signup label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.signup input,
.signup select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  outline: 0;
  padding: 0 12px;
}

.signup input::placeholder {
  color: #7b8884;
}

.signup input:focus,
.signup select:focus {
  border-color: var(--accent-ink);
  background: white;
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--accent-ink);
  font-size: 13px;
  font-weight: 900;
}

.form-status.is-error {
  color: var(--danger);
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  padding: 30px 0 44px;
  color: var(--muted);
}

footer span {
  color: var(--ink);
  font-weight: 900;
}

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

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .hero,
  .demo-switcher,
  .split-band,
  .launch-signup {
    grid-template-columns: 1fr;
  }

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

  .pricing-grid .price-card:nth-child(3) {
    grid-column: auto;
  }

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

@media (max-width: 640px) {
  .site-header {
    min-height: 64px;
    padding: 10px 14px;
  }

  .brand img {
    width: 30px;
    height: 30px;
  }

  .header-action {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 13px;
  }

  .hero {
    min-height: auto;
    padding: 34px 14px 48px;
  }

  h1 {
    font-size: clamp(44px, 14vw, 66px);
  }

  h2 {
    font-size: clamp(32px, 10vw, 46px);
  }

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

  .proof-strip,
  .store-row {
    display: grid;
  }

  .section-intro,
  .demo-switcher,
  .feature-grid,
  .split-band,
  .launch,
  footer {
    width: calc(100% - 28px);
  }

  .section-intro {
    margin-inline: auto;
    padding-top: 58px;
  }

  .demo-controls,
  .metrics {
    grid-template-columns: 1fr;
  }

  .split-band,
  .price-card,
  .launch-signup {
    padding: 18px;
  }

  .billing-toggle,
  .store-badge {
    width: 100%;
  }

  footer {
    flex-direction: column;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

