:root {
  --color-bg: #f7f9fc;
  --color-surface: #ffffff;
  --color-surface-soft: #eef4ff;
  --color-text: #172033;
  --color-muted: #5d6980;
  --color-border: #dce5f5;
  --color-primary: #3157d8;
  --color-primary-strong: #243fb0;
  --color-primary-soft: #e6edff;
  --color-indigo: #5b46d6;
  --color-cyan: #0d8fb3;
  --color-green: #2ca66f;
  --color-warning: #b87912;
  --shadow-soft: 0 22px 70px rgba(24, 44, 90, 0.14);
  --shadow-card: 0 12px 34px rgba(37, 54, 95, 0.1);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 26px;
  --shell: 1180px;
  --space-section: clamp(70px, 8vw, 118px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 8%, rgba(49, 87, 216, 0.15), transparent 30rem),
    radial-gradient(circle at 88% 22%, rgba(13, 143, 179, 0.1), transparent 26rem),
    linear-gradient(180deg, #fbfdff 0%, var(--color-bg) 42%, #ffffff 100%);
  color: var(--color-text);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

img {
  max-width: 100%;
}

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

a:hover {
  color: var(--color-primary);
}

:focus-visible {
  outline: 3px solid rgba(49, 87, 216, 0.45);
  outline-offset: 3px;
}

.skip-link {
  background: var(--color-primary);
  color: #ffffff;
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: 12px;
  transform: translateY(-140%);
  z-index: 100;
}

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

.shell {
  margin: 0 auto;
  max-width: var(--shell);
  padding: 0 24px;
}

.site-header {
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid rgba(220, 229, 245, 0.84);
  position: sticky;
  top: 0;
  z-index: 20;
}

.nav-shell {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(210px, 1fr) auto auto;
  margin: 0 auto;
  max-width: var(--shell);
  min-height: 76px;
  padding: 0 24px;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  width: fit-content;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--color-primary), var(--color-indigo));
  border-radius: var(--radius-sm);
  color: #ffffff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  letter-spacing: 0;
  width: 38px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 16px;
  line-height: 1.1;
}

.brand small {
  color: var(--color-muted);
  font-size: 12px;
  margin-top: 2px;
}

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

.nav-links a {
  color: var(--color-muted);
  font-size: 14px;
  font-weight: 650;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 760;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  text-align: center;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

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

.button-primary {
  background: var(--color-primary);
  box-shadow: 0 12px 22px rgba(49, 87, 216, 0.22);
  color: #ffffff;
}

.button-primary:hover {
  background: var(--color-primary-strong);
  color: #ffffff;
}

.button-secondary {
  background: #ffffff;
  border-color: var(--color-border);
  color: var(--color-text);
}

.button-secondary:hover {
  border-color: rgba(49, 87, 216, 0.45);
  color: var(--color-primary);
}

.button-disabled,
.button-disabled:hover {
  background: #d8dfec;
  box-shadow: none;
  color: #596579;
  cursor: not-allowed;
  transform: none;
}

.button-small {
  font-size: 14px;
  min-height: 40px;
  padding: 9px 16px;
}

.section {
  padding: var(--space-section) 0;
}

.section-soft {
  background:
    linear-gradient(180deg, rgba(238, 244, 255, 0.72), rgba(255, 255, 255, 0.9));
  border-bottom: 1px solid rgba(220, 229, 245, 0.72);
  border-top: 1px solid rgba(220, 229, 245, 0.72);
}

.hero {
  overflow: hidden;
  padding-top: clamp(54px, 7vw, 96px);
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(40px, 6vw, 80px);
  grid-template-columns: minmax(0, 0.83fr) minmax(480px, 1.17fr);
}

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

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

h1,
h2,
h3 {
  letter-spacing: 0;
  line-height: 1.08;
}

h1 {
  font-size: clamp(42px, 6.3vw, 78px);
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(30px, 4vw, 48px);
  margin-bottom: 18px;
}

h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.hero-lede,
.section-heading p,
.status-grid p,
.waitlist-grid > div p,
.split-panel p {
  color: var(--color-muted);
  font-size: 18px;
}

.hero-lede {
  max-width: 680px;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
}

.badge-row span,
.visual-labels span,
.chip,
.card-kicker {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  color: var(--color-muted);
  font-size: 12px;
  font-weight: 760;
  padding: 7px 10px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 14px;
}

.status-line,
.support-note,
.honesty-note {
  color: var(--color-muted);
  font-size: 14px;
  margin-bottom: 0;
}

.hero-product-shot {
  min-height: 520px;
  position: relative;
}

.visual-glow {
  animation: glowPulse 9s ease-in-out infinite;
  background:
    radial-gradient(circle, rgba(49, 87, 216, 0.22), transparent 60%),
    radial-gradient(circle at 70% 30%, rgba(13, 143, 179, 0.14), transparent 48%);
  filter: blur(28px);
  inset: -28px;
  position: absolute;
}

.hero-grid-backdrop {
  background-image:
    linear-gradient(rgba(49, 87, 216, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(49, 87, 216, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
  border-radius: var(--radius-lg);
  inset: 22px 0 38px;
  mask-image: radial-gradient(circle, #000 45%, transparent 78%);
  opacity: 0.62;
  position: absolute;
}

.hero-render {
  margin: 0;
  position: relative;
  z-index: 2;
}

.render-frame {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(49, 87, 216, 0.12), rgba(13, 143, 179, 0.08)),
    #f8fbff;
  border: 1px solid rgba(205, 216, 238, 0.95);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  display: flex;
  justify-content: center;
  min-height: 260px;
  overflow: hidden;
  padding: 18px;
  position: relative;
}

.render-frame img {
  border-radius: 18px;
  display: none;
  height: auto;
  width: 100%;
}

.render-frame.has-image {
  background:
    linear-gradient(135deg, rgba(238, 244, 255, 0.92), rgba(255, 255, 255, 0.98));
  padding: 14px;
}

.render-frame.has-image img {
  display: block;
}

.render-frame.has-image .render-fallback {
  display: none;
}

.render-fallback {
  color: var(--color-muted);
  display: grid;
  gap: 8px;
  padding: 26px;
  text-align: center;
}

.render-fallback span {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.render-fallback strong {
  color: var(--color-text);
  font-size: 20px;
}

.render-fallback small {
  font-size: 12px;
}

.floating-chip {
  animation: floatChip 7s ease-in-out infinite;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(205, 216, 238, 0.95);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(37, 54, 95, 0.14);
  color: var(--color-text);
  font-size: 13px;
  font-weight: 780;
  padding: 10px 13px;
  position: absolute;
  z-index: 3;
}

.chip-one {
  left: 0;
  top: 8%;
}

.chip-two {
  right: 4%;
  top: 18%;
}

.chip-three {
  bottom: 13%;
  left: 5%;
}

.chip-four {
  animation-delay: -2s;
  bottom: 5%;
  right: 8%;
}

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

.section-heading.compact {
  margin-bottom: 34px;
}

.card-grid {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.info-card,
.feature-card,
.audience-card,
.step-card,
.showcase-card,
.screenshot-card,
.cta-panel,
.waitlist-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}

.info-card,
.feature-card,
.audience-card,
.step-card,
.showcase-card {
  padding: 24px;
}

.info-card p,
.feature-card p,
.audience-card p,
.step-card p,
.showcase-card p,
.screenshot-card p {
  color: var(--color-muted);
  margin-bottom: 0;
}

.info-card,
.feature-card,
.audience-card,
.step-card,
.showcase-card,
.screenshot-card {
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.info-card:hover,
.feature-card:hover,
.audience-card:hover,
.step-card:hover,
.showcase-card:hover,
.screenshot-card:hover {
  border-color: rgba(49, 87, 216, 0.36);
  box-shadow: 0 18px 46px rgba(37, 54, 95, 0.13);
  transform: translateY(-4px);
}

.icon-box,
.step-card span,
.feature-icon {
  align-items: center;
  background: var(--color-primary-soft);
  border-radius: var(--radius-sm);
  color: var(--color-primary);
  display: inline-flex;
  font-size: 13px;
  font-weight: 820;
  height: 38px;
  justify-content: center;
  margin-bottom: 18px;
  width: 38px;
}

.screenshot-section {
  background:
    linear-gradient(180deg, #ffffff, rgba(247, 249, 252, 0.96)),
    var(--color-bg);
}

.screenshot-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.screenshot-card {
  display: grid;
  gap: 18px;
  overflow: hidden;
  padding: 20px;
}

.screenshot-card .card-kicker {
  color: var(--color-primary);
  display: inline-flex;
  margin-bottom: 12px;
}

.screenshot-card h3 {
  font-size: 22px;
}

.screenshot-media {
  margin: 0;
  min-height: 0;
  padding: 16px;
}

.screenshot-media.has-image img {
  height: auto;
  object-fit: contain;
  transition: transform 220ms ease;
}

.screenshot-card:hover .screenshot-media.has-image img,
.showcase-card:hover .render-shot.has-image img {
  transform: translateY(-3px) scale(1.01);
}

.workflow-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(49, 87, 216, 0.09), transparent 24rem),
    #ffffff;
}

.workflow-layout {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.82fr);
}

.step-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.flow-line::before {
  background: linear-gradient(180deg, rgba(49, 87, 216, 0.18), rgba(13, 143, 179, 0.18));
  border-radius: 999px;
  bottom: 24px;
  content: "";
  left: 50%;
  position: absolute;
  top: 24px;
  width: 2px;
}

.step-card {
  position: relative;
  z-index: 1;
}

.workflow-proof .render-frame {
  min-height: 0;
  padding: 16px;
}

.workflow-proof .render-frame.has-image img {
  height: auto;
  object-fit: contain;
}

.feature-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.96));
}

.feature-icon {
  background: linear-gradient(135deg, var(--color-primary-soft), #edf9ff);
}

.showcase-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.render-shot {
  border-radius: var(--radius-md);
  box-shadow: none;
  margin: 0 0 20px;
  min-height: 0;
  padding: 14px;
}

.render-shot.has-image img {
  height: auto;
  object-fit: contain;
  transition: transform 220ms ease;
}

.status-section {
  background:
    linear-gradient(135deg, rgba(24, 32, 51, 0.96), rgba(31, 50, 94, 0.95)),
    #172033;
  color: #ffffff;
}

.status-grid {
  align-items: start;
  display: grid;
  gap: 38px;
  grid-template-columns: 0.9fr 1.1fr;
}

.status-grid .eyebrow {
  color: #aebdff;
}

.status-grid h2 {
  animation: buildFocusBreath 5.8s ease-in-out infinite;
  color: #ffffff;
  text-shadow: 0 0 0 rgba(174, 189, 255, 0);
}

.status-grid p,
.status-grid .honesty-note {
  color: #d5def1;
}

.status-section .status-list {
  background: linear-gradient(180deg, rgba(11, 18, 34, 0.74), rgba(15, 26, 49, 0.62));
  border: 1px solid rgba(174, 189, 255, 0.26);
  border-radius: var(--radius-md);
  border-color: rgba(174, 189, 255, 0.26);
  box-shadow: 0 18px 44px rgba(7, 12, 24, 0.22);
  color: #e9eefb;
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 24px;
}

.status-section .status-list li {
  border-radius: var(--radius-sm);
  padding-left: 28px;
  position: relative;
}

.status-section .status-list strong {
  color: #d9e2f7;
  font-weight: 820;
}

.status-section .status-list .is-current {
  background: rgba(174, 189, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(185, 243, 255, 0.2);
  color: #ffffff;
  margin-left: -10px;
  padding: 12px 12px 12px 38px;
}

.status-section .status-list .is-current strong {
  animation: buildFocusBreath 6.4s ease-in-out infinite;
  color: #ffffff;
  text-shadow: 0 0 0 rgba(174, 189, 255, 0);
}

.status-section .status-list .is-upcoming {
  color: rgba(233, 238, 251, 0.55);
}

.status-section .status-list .is-upcoming strong {
  color: rgba(217, 226, 247, 0.62);
}

.status-section .status-list span {
  background: rgba(174, 189, 255, 0.14);
  border: 1px solid rgba(174, 189, 255, 0.2);
  border-radius: 999px;
  color: #d5def1;
  display: inline-flex;
  font-size: 11px;
  font-weight: 820;
  line-height: 1;
  margin-left: 8px;
  padding: 4px 7px;
  text-transform: uppercase;
}

.status-section .status-list .is-current span {
  background: rgba(46, 201, 255, 0.16);
  border-color: rgba(185, 243, 255, 0.35);
  color: #b9f3ff;
}

.status-section .status-list li::before {
  background: #aebdff;
  border-radius: 999px;
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 9px;
}

.status-section .status-list .is-current::before {
  animation: buildFocusDot 6.4s ease-in-out infinite;
  background: #b9f3ff;
  box-shadow: 0 0 18px rgba(46, 201, 255, 0.5);
  left: 16px;
  top: 18px;
}

.status-section .status-list .is-upcoming::before {
  background: rgba(174, 189, 255, 0.34);
}

.split-panel,
.waitlist-grid {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
}

.cta-panel {
  display: grid;
  gap: 14px;
  padding: 26px;
}

.waitlist-card {
  display: grid;
  gap: 14px;
  padding: 26px;
}

.waitlist-card h3 {
  margin-bottom: 0;
}

.waitlist-card p {
  color: var(--color-muted);
  margin-bottom: 0;
}

.tally-fallback {
  font-size: 14px;
}

.tally-fallback a {
  color: var(--color-primary);
  font-weight: 760;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.site-footer {
  background: #0f1727;
  color: #dce5f5;
  padding: 46px 0 26px;
}

.footer-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 1fr auto;
}

.site-footer h2 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 8px;
}

.site-footer p {
  color: #b8c3d8;
  margin-bottom: 0;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a,
.footer-link-disabled {
  color: #dce5f5;
  font-weight: 700;
}

.footer-link-disabled {
  color: #7f8da7;
}

.footer-note {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 34px;
  padding-top: 20px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes glowPulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.98);
  }

  50% {
    opacity: 1;
    transform: scale(1.03);
  }
}

@keyframes floatChip {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

@keyframes buildFocusBreath {
  0%,
  100% {
    color: #ffffff;
    text-shadow: 0 0 0 rgba(174, 189, 255, 0);
  }

  50% {
    color: #b9f3ff;
    text-shadow: 0 0 20px rgba(46, 201, 255, 0.44);
  }
}

@keyframes buildFocusDot {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(46, 201, 255, 0);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 18px rgba(46, 201, 255, 0.5);
    transform: scale(1.14);
  }
}

@media (max-width: 1040px) {
  .hero-grid,
  .workflow-layout,
  .status-grid,
  .split-panel,
  .waitlist-grid {
    grid-template-columns: 1fr;
  }

  .hero-product-shot {
    min-height: auto;
  }

  .card-grid.three,
  .card-grid.four,
  .showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 820px) {
  .nav-shell {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

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

  .flow-line::before {
    display: none;
  }
}

@media (max-width: 680px) {
  .shell,
  .nav-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .site-header {
    position: static;
  }

  .nav-shell {
    gap: 12px;
    min-height: auto;
    padding-bottom: 14px;
    padding-top: 14px;
  }

  .brand small {
    display: none;
  }

  .button-small {
    min-height: 38px;
    padding: 8px 12px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 31px;
  }

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

  .hero-render {
    transform: none;
  }

  .floating-chip {
    display: none;
  }

  .screenshot-card,
  .info-card,
  .feature-card,
  .audience-card,
  .step-card,
  .showcase-card,
  .waitlist-card,
  .cta-panel {
    padding: 20px;
  }

  .status-section .status-list {
    padding: 20px;
  }

  .card-grid.three,
  .card-grid.four,
  .showcase-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

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

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

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

  .status-grid h2,
  .status-list strong {
    text-shadow: none;
  }

  .status-section .status-list .is-current::before {
    box-shadow: none;
    transform: none;
  }
}
