@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  color-scheme: light;
  --bg: #f0f2f4;
  --surface: #ffffff;
  --surface-soft: #f7f9fb;
  --ink: #0f172a;
  --muted: #5b697f;
  --brand: #047857;
  --brand-dark: #065f46;
  --border: #dbe3ea;
  --shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  --radius-lg: 22px;
  --radius-md: 14px;
  --radius-sm: 10px;
}

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

body {
  font-family:
    "Manrope",
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
}

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

.container {
  width: min(1140px, 92vw);
  margin: 0 auto;
}

.grid-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image: radial-gradient(circle at 15% 0%, rgba(16, 185, 129, 0.08), transparent 28%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(240, 242, 244, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.logo-icon {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: var(--brand);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.logo-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.nav-links {
  display: flex;
  gap: 28px;
  font-size: 13px;
  color: #334155;
}

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

.nav-cta {
  display: flex;
  gap: 14px;
  align-items: center;
}

.link-login {
  font-size: 13px;
  color: #334155;
  font-weight: 600;
}

.link-login:hover {
  color: var(--ink);
}

.btn {
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.btn.primary {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 10px 24px rgba(4, 120, 87, 0.26);
}

.btn.primary:hover {
  background: var(--brand-dark);
  transform: translateY(-1px);
}

.btn.ghost {
  background: #fff;
  border-color: var(--border);
  color: #0f172a;
}

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

.btn:disabled {
  opacity: 0.72;
  cursor: not-allowed;
}

.btn.is-loading {
  opacity: 0.9;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  width: 22px;
  height: 2px;
  background: #0f172a;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 12px;
  padding: 0 4vw 16px;
}

.mobile-menu.open {
  display: flex;
}

.hero {
  padding: 84px 0 64px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 56px;
}

.eyebrow {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #065f46;
  background: rgba(4, 120, 87, 0.16);
  border-radius: 999px;
  padding: 7px 12px;
  display: inline-flex;
  font-weight: 700;
  margin-bottom: 18px;
}

.hero-copy h1 {
  font-size: clamp(38px, 5.4vw, 62px);
  line-height: 1.02;
  letter-spacing: -1px;
  max-width: 620px;
}

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

.lead {
  color: #475569;
  font-size: 17px;
  margin: 20px 0 28px;
  max-width: 520px;
}

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

.hero-visual {
  position: relative;
}

.browser-frame {
  background: #fff;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.browser-bar {
  height: 36px;
  border-bottom: 1px solid #eef2f7;
  background: #f8fafc;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
}

.browser-bar span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #cbd5e1;
}

.browser-content {
  padding: 20px;
}

.graph-bar {
  height: 14px;
  width: 60%;
  border-radius: 999px;
  background: #dcfce7;
  margin-bottom: 18px;
}

.graph-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  align-items: end;
  height: 130px;
}

.graph-col {
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, #86efac, #34d399);
}

.graph-col:nth-child(1) {
  height: 30%;
}

.graph-col:nth-child(2) {
  height: 55%;
}

.graph-col:nth-child(3) {
  height: 45%;
}

.graph-col:nth-child(4) {
  height: 75%;
}

.graph-col:nth-child(5) {
  height: 65%;
}

.floating-card {
  position: absolute;
  left: 24px;
  top: 76px;
  width: 132px;
  height: 98px;
  border-radius: 12px;
  background: #e8fbf2;
  border: 1px solid #c7f3df;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.12);
}

.floating-icon {
  color: var(--brand);
  font-size: 34px;
  font-weight: 800;
}

.brands {
  padding: 30px 0 58px;
}

.section-label {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #475569;
  font-size: 10px;
  margin-bottom: 20px;
}

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

.brand-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: #f8fafc;
  text-align: center;
  padding: 14px;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}

.section {
  padding: 76px 0;
}

.section.alt {
  background: #eef2f6;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  margin-bottom: 26px;
}

.section-header.center {
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-direction: column;
}

.section h2 {
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.1;
}

.section-header p {
  color: var(--muted);
}

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

.feature-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow);
}

.feature-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  background: rgba(16, 185, 129, 0.14);
  margin-bottom: 16px;
}

.feature-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.feature-card p {
  color: #475569;
  margin-bottom: 14px;
}

.feature-card ul {
  list-style: none;
  display: grid;
  gap: 8px;
  color: #334155;
  font-size: 14px;
}

.feature-card li::before {
  content: "●";
  color: #10b981;
  margin-right: 8px;
}

.steps {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.step {
  text-align: center;
  padding: 18px;
}

.step-icon {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 185, 129, 0.16);
  margin-bottom: 14px;
}

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

.step p {
  color: var(--muted);
}

.demo-eyebrow {
  margin-bottom: 10px;
}

.demo-carousel {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 26px;
  min-height: 620px;
  outline: none;
}

.demo-carousel:focus-visible {
  box-shadow:
    var(--shadow),
    0 0 0 3px rgba(16, 185, 129, 0.25);
}

.demo-carousel-viewport {
  overflow: hidden;
  border-radius: var(--radius-md);
  min-height: 470px;
}

.demo-carousel-prerender .demo-carousel-track:empty::before {
  content: "";
  display: block;
  width: 100%;
  min-height: 470px;
}

.demo-carousel-track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.demo-slide {
  min-width: 100%;
  padding: 8px 10px 10px;
}

.demo-slide-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.demo-slide-badge {
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #065f46;
  font-weight: 800;
}

.demo-slide-sim {
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #334155;
  background: #e2e8f0;
  border-radius: 999px;
  padding: 4px 9px;
  font-weight: 700;
}

.demo-slide-title {
  font-size: 26px;
  line-height: 1.15;
  margin-bottom: 8px;
}

.demo-slide-description {
  color: var(--muted);
  margin-bottom: 18px;
}

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

.demo-item {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface-soft);
  padding: 14px;
  min-height: 200px;
}

.demo-item-chip {
  display: inline-flex;
  font-size: 10px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 800;
  color: #065f46;
  background: rgba(16, 185, 129, 0.18);
  border-radius: 999px;
  padding: 4px 8px;
  margin-bottom: 8px;
}

.demo-item-title {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 8px;
}

.demo-item-line {
  color: #475569;
  font-size: 13px;
  margin-bottom: 6px;
}

.demo-item-line:last-child {
  margin-bottom: 0;
}

.demo-item-emphasis {
  color: #0f172a;
  font-weight: 800;
}

.demo-thumb {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #0f172a;
  background:
    radial-gradient(circle at 18% 20%, rgba(16, 185, 129, 0.24), transparent 35%),
    linear-gradient(135deg, #dbeafe, #ccfbf1);
}

.demo-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #0f172a;
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
}

.demo-nav:hover {
  background: #f8fafc;
}

.demo-nav:focus-visible {
  outline: none;
  box-shadow:
    0 8px 18px rgba(15, 23, 42, 0.16),
    0 0 0 3px rgba(16, 185, 129, 0.25);
}

.demo-prev {
  left: 8px;
}

.demo-next {
  right: 8px;
}

.demo-dots {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 4px;
}

.demo-dot {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.demo-dot::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #94a3b8;
  transition: background-color 0.18s ease;
}

.demo-dot:hover::before {
  background: #64748b;
}

.demo-dot.is-active::before {
  background: var(--brand);
}

.demo-dot:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(4, 120, 87, 0.22);
}

.demo-live {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  color: #64748b;
  min-height: 16px;
}

.waitlist-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 28px;
}

.waitlist-copy h2 {
  margin-bottom: 10px;
}

.waitlist-copy p {
  color: var(--muted);
}

.waitlist-form {
  background: var(--surface-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 18px;
  display: grid;
  gap: 8px;
}

.waitlist-form label {
  font-size: 12px;
  color: #334155;
  font-weight: 700;
}

.waitlist-form input[type="text"],
.waitlist-form input[type="email"] {
  border: 1px solid #cbd5e1;
  border-radius: var(--radius-sm);
  padding: 10px 12px;
  font-size: 14px;
  font-family: inherit;
  background: #fff;
  color: var(--ink);
}

.waitlist-form input[type="text"]:focus,
.waitlist-form input[type="email"]:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15);
}

.consent-field {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  color: #334155;
  font-weight: 600;
  margin-top: 2px;
}

.consent-field input[type="checkbox"] {
  margin-top: 2px;
  accent-color: var(--brand);
}

.waitlist-form .btn {
  margin-top: 6px;
}

.waitlist-feedback {
  min-height: 20px;
  font-size: 13px;
  color: var(--muted);
}

.waitlist-feedback.is-success {
  color: #047857;
}

.waitlist-feedback.is-error {
  color: #b91c1c;
}

.waitlist-note {
  margin-top: 0;
}

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.plans-section[hidden] {
  display: none !important;
}

.plan-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 24px;
  position: relative;
}

.plan-card.highlight {
  border-color: var(--brand);
  box-shadow: var(--shadow);
}

.plan-badge {
  position: absolute;
  top: -11px;
  right: 18px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.5px;
  color: #fff;
  background: var(--brand);
}

.plan-price {
  font-size: 31px;
  font-weight: 800;
  margin: 10px 0;
}

.plan-price span,
.plan-sub {
  color: var(--muted);
  font-size: 14px;
}

.list {
  color: #334155;
  display: grid;
  gap: 8px;
  margin: 16px 0 22px;
  padding-left: 18px;
}

.faq-grid {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

details {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
}

summary {
  cursor: pointer;
  font-weight: 700;
}

details p {
  color: #475569;
  margin-top: 10px;
}

.cta-box {
  border-radius: 24px;
  padding: 48px 24px;
  text-align: center;
  background: radial-gradient(circle at 12% 18%, #10284b, #081431 66%);
  color: #fff;
  border: 1px solid rgba(125, 211, 252, 0.2);
  box-shadow: 0 16px 34px rgba(2, 6, 23, 0.35);
}

.cta-box h2 {
  max-width: 640px;
  margin: 0 auto 12px;
}

.cta-box p {
  max-width: 620px;
  margin: 0 auto 22px;
  color: rgba(241, 245, 249, 0.85);
}

.cta-box .btn {
  min-width: 220px;
}

.micro-note {
  font-size: 12px;
  color: rgba(241, 245, 249, 0.68);
  margin-top: 10px;
}

.site-footer {
  padding: 50px 0 26px;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 18px;
}

.footer-brand .logo {
  margin-bottom: 8px;
}

.footer-col {
  display: grid;
  gap: 7px;
}

.footer-col h4 {
  font-size: 14px;
  margin-bottom: 4px;
}

.footer-col h3 {
  font-size: 14px;
  margin-bottom: 4px;
}

.footer-col a,
.muted {
  color: #64748b;
  font-size: 13px;
}

.footer-bottom {
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid rgba(148, 163, 184, 0.25);
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  color: #64748b;
  font-size: 12px;
}

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

.reveal {
  opacity: 0;
  transform: translateY(10px);
  animation: reveal 0.75s ease forwards;
}

.delay-1 {
  animation-delay: 0.1s;
}

.delay-2 {
  animation-delay: 0.2s;
}

@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .btn {
    transition: none;
  }

  .demo-carousel-track {
    transition: none;
  }
}

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

  .menu-toggle {
    display: flex;
  }

  .hero-grid,
  .feature-grid,
  .demo-slide-grid,
  .waitlist-card,
  .steps,
  .plan-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

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

  .hero {
    padding-top: 68px;
  }

  .demo-carousel {
    padding: 18px 14px;
    min-height: 760px;
  }

  .demo-carousel-viewport {
    min-height: 620px;
  }

  .demo-carousel-prerender .demo-carousel-track:empty::before {
    min-height: 620px;
  }

  .demo-slide {
    padding: 8px 4px 8px;
  }

  .demo-slide-title {
    font-size: 22px;
  }

  .demo-nav {
    top: auto;
    bottom: 64px;
    transform: none;
  }

  .demo-prev {
    left: auto;
    right: 52px;
  }

  .demo-next {
    right: 12px;
  }
}

@media (max-width: 640px) {
  .hero-copy h1 {
    font-size: 42px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

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

  .demo-carousel {
    min-height: 680px;
  }

  .demo-carousel-viewport {
    min-height: 540px;
  }

  .demo-carousel-prerender .demo-carousel-track:empty::before {
    min-height: 540px;
  }
}
