* {
  box-sizing: border-box;
}

:root {
  --bg: #030816;
  --panel: rgba(255, 255, 255, 0.04);
  --panel-strong: rgba(255, 255, 255, 0.06);
  --line: rgba(255, 255, 255, 0.1);
  --text: rgba(255, 255, 255, 0.96);
  --muted: rgba(255, 255, 255, 0.68);
  --muted-2: rgba(255, 255, 255, 0.45);
  --green: #34d17c;
  --green-bg: rgba(52, 209, 124, 0.1);
  --gold: #f2c35b;
  --gold-bg: rgba(245, 158, 11, 0.1);
  --blue: #5da0ff;
  --blue-bg: rgba(93, 160, 255, 0.1);
  --shadow: 0 20px 80px rgba(0, 0, 0, 0.28);
  --shadow-strong: 0 24px 100px rgba(0, 0, 0, 0.5);
  --radius: 32px;
  --radius-sm: 22px;
  --container: 1240px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #020617;
  color: rgba(255,255,255,0.8);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.page-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(16, 185, 129, 0.12), transparent 22%),
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.10), transparent 20%),
    radial-gradient(circle at 20% 80%, rgba(59, 130, 246, 0.08), transparent 25%);
  z-index: 0;
}

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

.page,
.page-shell,
.site-shell,
.container,
.wrapper,
main {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 32px;
  box-sizing: border-box;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(3, 8, 22, 0.8);
  border-bottom: 1px solid var(--line);
}

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 12px;
}

.brand-sub {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.42em;
  color: rgba(255, 255, 255, 0.4);
}

.brand-main {
  margin-top: 4px;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

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

.nav-links a {
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  transition: 0.2s ease;
}

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: white;
}

.nav-links .nav-cta {
  border: 1px solid rgba(245, 158, 11, 0.3);
  background: rgba(245, 158, 11, 0.1);
  color: var(--gold);
  font-weight: 700;
}

.hero {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 64px;
  align-items: center;
  padding: 64px 0 56px;
}

.eyebrow,
.trade-loop,
.price-badge,
.preview-badge,
.mock-badge,
.showcase-note,
.section-kicker {
  display: inline-flex;
  align-items: center;
}

.eyebrow {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(245, 158, 11, 0.2);
  background: rgba(245, 158, 11, 0.1);
  color: var(--gold);
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 0 30px rgba(245, 158, 11, 0.1);
}

.hero h1 {
  margin: 24px 0 0;
  font-size: clamp(52px, 8vw, 92px);
  line-height: 0.92;
  letter-spacing: -0.05em;
  font-weight: 900;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.hero h1 span {
  display: block;
  background: linear-gradient(180deg, #ffffff, #b9c7e6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero p {
  margin: 24px 0 0;
  max-width: 760px;
  font-size: 20px;
  line-height: 1.7;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 18px;
  font-weight: 700;
  font-size: 16px;
  transition: 0.2s ease;
}

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

.btn-primary {
  background: #34d17c;
  color: #03110b;
  box-shadow: 0 12px 50px rgba(16, 185, 129, 0.32);
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.88);
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}

.hero-tags span,
.workflow-pills span {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 14px;
}

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

.stat-card,
.panel,
.feature-card,
.workflow-card,
.showcase-card,
.price-card,
.waitlist-card,
.app-cta-card,
.preview-shell {
  box-shadow: var(--shadow);
}

.stat-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
  backdrop-filter: blur(12px);
}

.stat-label,
.section-kicker,
.mini-kicker,
.workflow-card span,
.price-tier,
.preview-sub,
.showcase-top span {
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.stat-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.38);
}

.stat-value {
  margin-top: 12px;
  font-size: 22px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.92);
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(48px);
  pointer-events: none;
}

.glow-green {
  inset: -24px auto auto -24px;
  width: 180px;
  height: 180px;
  background: rgba(16, 185, 129, 0.12);
}

.glow-gold {
  top: 40px;
  right: -16px;
  width: 120px;
  height: 120px;
  background: rgba(245, 158, 11, 0.1);
}

.preview-shell {
  position: relative;
  width: min(100%, 420px);
  max-width: 420px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(8, 15, 28, 0.98), rgba(3, 8, 22, 0.98));
  padding: 12px;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.preview-inner {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(5, 10, 20, 0.96), rgba(2, 6, 23, 0.98));
  padding: 16px;
}

.preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  background: rgba(255,255,255,0.03);
  padding: 14px 16px;
  margin-bottom: 16px;
}

.preview-sub,
.mini-kicker,
.workflow-card span,
.price-tier,
.showcase-top span {
  font-size: 10px;
  color: rgba(255,255,255,0.4);
}

.preview-title {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
}

.hero-video,
.showcase-image {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: #071124;
  object-fit: contain;
  object-position: center;
  padding: 10px;
}

.hero-video {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.showcase-image {
  max-height: 380px;
  margin: 0 auto;
}

.preview-badge,
.price-badge,
.mock-badge {
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.preview-badge,
.price-badge,
.mock-badge.gold {
  border: 1px solid rgba(245, 158, 11, 0.25);
  background: rgba(245, 158, 11, 0.1);
  color: var(--gold);
}

.mock-badge.green {
  border: 1px solid rgba(16, 185, 129, 0.25);
  background: rgba(16, 185, 129, 0.1);
  color: var(--green);
}

.mock-badge.blue {
  border: 1px solid rgba(93, 160, 255, 0.25);
  background: rgba(93, 160, 255, 0.1);
  color: var(--blue);
}

.mock-screen {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 26px;
  background: #071124;
  padding: 16px;
}

.mock-screen-inner {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  padding: 16px;
}

.mock-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mock-pill {
  width: 96px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
}

.mock-bar {
  height: 40px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  margin-top: 16px;
}

.mock-chart {
  height: 160px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  margin-top: 16px;
}

.mock-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.mock-grid > div {
  height: 84px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
}

.workflow-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.split-top,
.philosophy,
.workflow-section {
  display: grid;
  gap: 24px;
}

.split-top {
  grid-template-columns: 1.25fr 0.75fr;
  padding-bottom: 12px;
}

.panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
}

.panel-gold {
  border-color: rgba(245, 158, 11, 0.15);
  background: rgba(245, 158, 11, 0.1);
}

.panel.soft {
  background: rgba(255,255,255,0.03);
}

.section {
  padding: 56px 0 72px;
}

.section-head,
.showcase-head {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: end;
}

.section-head > div:first-child,
.showcase-head > div:first-child {
  max-width: 760px;
}

.section-kicker {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,0.45);
}

.section-kicker.green {
  color: rgba(52, 209, 124, 0.85);
}

.section-kicker.gold {
  color: rgba(245, 195, 91, 0.9);
}

h2 {
  margin: 16px 0 0;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.section p,
.panel p,
.price-card p,
.showcase-card p,
.feature-card p,
.waitlist-card p,
.workflow-copy p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 16px;
}

.feature-grid,
.showcase-grid,
.pricing-grid {
  display: grid;
  gap: 24px;
}

.full-demo-section {
  padding-top: 8px;
}

.full-demo-section .section-head {
  display: block;
  text-align: center;
}

.full-demo-section .section-head > div:first-child {
  max-width: 640px;
  margin: 0 auto;
}

.full-demo-frame {
  width: min(100%, 520px);
  margin: 32px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(8, 15, 28, 0.98), rgba(3, 8, 22, 0.98));
  padding: 10px;
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.full-demo-video {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 70vh;
  margin: 0 auto;
  border-radius: 20px;
  aspect-ratio: 9 / 19.5;
  object-fit: contain;
  background: #020617;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

.feature-grid {
  margin-top: 40px;
  grid-template-columns: repeat(2, 1fr);
}

.feature-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  transition: 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.15);
}

.feature-top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.feature-num {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(16, 185, 129, 0.2);
  background: rgba(16, 185, 129, 0.1);
  color: var(--green);
  font-weight: 800;
}

.feature-card h3,
.showcase-card h3 {
  margin: 6px 0 0;
  font-size: 28px;
  line-height: 1.08;
}

.workflow-section {
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  padding-top: 0;
}

.trade-loop {
  margin-top: 24px;
  border: 1px solid rgba(16, 185, 129, 0.15);
  background: rgba(16, 185, 129, 0.1);
  border-radius: 999px;
  padding: 12px 16px;
  color: rgba(52, 209, 124, 0.95);
  font-size: 14px;
  font-weight: 600;
}

.workflow-grid {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.03);
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.workflow-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #06101f;
  padding: 20px;
}

.workflow-card strong {
  display: block;
  margin-top: 12px;
  font-size: 22px;
  font-weight: 700;
  color: rgba(255,255,255,0.92);
}

.showcase-note {
  border: 1px solid rgba(16, 185, 129, 0.15);
  background: rgba(16, 185, 129, 0.1);
  border-radius: 18px;
  padding: 14px 18px;
  color: rgba(169, 247, 201, 0.95);
  font-size: 14px;
}

.showcase-grid {
  margin-top: 40px;
  grid-template-columns: repeat(2, 1fr);
}

.showcase-card {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
}

.showcase-card.emerald {
  border-color: rgba(16, 185, 129, 0.15);
}

.showcase-card.blue {
  border-color: rgba(93, 160, 255, 0.15);
}

.showcase-card.gold {
  border-color: rgba(245, 158, 11, 0.15);
}

.showcase-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.showcase-top b {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,0.75);
}

.showcase-card .mock-screen {
  margin-top: 16px;
}

.philosophy {
  grid-template-columns: 1.08fr 0.92fr;
  padding-top: 0;
}

.stack-copy {
  display: grid;
  gap: 8px;
}

.panel ul {
  margin: 24px 0 0;
  padding-left: 20px;
  color: rgba(255,255,255,0.74);
  line-height: 1.9;
}

.pricing-grid {
  margin-top: 40px;
  grid-template-columns: repeat(2, 1fr);
}

.price-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
}

.price-card h3 {
  margin: 12px 0 0;
  font-size: 24px;
  line-height: 1.1;
}

.price-card ul {
  margin: 22px 0 0;
  padding-left: 20px;
  color: rgba(255,255,255,0.74);
  line-height: 1.9;
}

.price-card.featured {
  border-color: rgba(245, 158, 11, 0.25);
  background: linear-gradient(180deg, rgba(212,167,44,0.10), rgba(255,255,255,0.03));
}

.price-value {
  margin-top: 16px;
  font-size: 52px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.price-sub {
  margin-top: 8px;
  color: rgba(255,255,255,0.5);
  font-size: 14px;
}

.waitlist-section {
  padding: 8px 0 80px;
}

.waitlist-card {
  border: 1px solid var(--line);
  border-radius: 36px;
  padding: 48px 32px;
  background: linear-gradient(180deg, rgba(6,17,32,0.96), rgba(3,8,22,0.98));
  text-align: center;
}

.waitlist-card p {
  max-width: 760px;
  margin: 20px auto 0;
  font-size: 18px;
}

.waitlist-form {
  max-width: 760px;
  margin: 32px auto 0;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.waitlist-form input {
  flex: 1 1 360px;
  min-height: 56px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  color: white;
  padding: 0 18px;
  font-size: 16px;
  outline: none;
}

.waitlist-form input::placeholder {
  color: rgba(255,255,255,0.35);
}

.waitlist-form button {
  min-height: 56px;
  border: 0;
  border-radius: 18px;
  background: #34d17c;
  color: #03110b;
  font-weight: 700;
  font-size: 16px;
  padding: 0 24px;
  cursor: pointer;
  box-shadow: 0 10px 40px rgba(16, 185, 129, 0.3);
}

.domain-note {
  margin-top: 24px;
  color: rgba(255,255,255,0.45);
  font-size: 14px;
}

.app-cta-section {
  padding: 0 0 24px;
}

.app-cta-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  border: 1px solid rgba(245, 158, 11, 0.18);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(245, 158, 11, 0.10), rgba(52, 209, 124, 0.05) 42%, rgba(255,255,255,0.025)),
    rgba(3, 8, 22, 0.96);
  padding: 36px;
}

.app-cta-card h2 {
  max-width: 680px;
}

.app-cta-card p {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 17px;
}

.app-cta-action {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  min-width: min(100%, 300px);
}

.app-cta-button {
  min-height: 56px;
  width: 100%;
  border: 1px solid rgba(245, 158, 11, 0.28);
  border-radius: 18px;
  background: rgba(245, 158, 11, 0.12);
  color: rgba(245, 195, 91, 0.92);
  font-size: 16px;
  font-weight: 800;
  padding: 0 24px;
  cursor: not-allowed;
  opacity: 1;
}

.app-cta-action p {
  max-width: 300px;
  margin: 0;
  color: rgba(255,255,255,0.48);
  font-size: 13px;
  line-height: 1.55;
  text-align: right;
}

@media (max-width: 1100px) {
  .hero,
  .split-top,
  .workflow-section,
  .philosophy,
  .section-head,
  .showcase-head {
    grid-template-columns: 1fr;
    display: grid;
  }

  .stats-grid,
  .feature-grid,
  .showcase-grid,
  .pricing-grid,
  .workflow-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .showcase-head {
    align-items: start;
  }

  .app-cta-card {
    grid-template-columns: 1fr;
  }

  .app-cta-action {
    align-items: flex-start;
    min-width: 0;
    width: min(100%, 340px);
  }

  .app-cta-action p {
    max-width: 100%;
    text-align: left;
  }
}

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

  .hero {
    gap: 32px;
    padding: 40px 0 40px;
  }

  .preview-shell {
    width: min(100%, 420px);
  }

  .hero p {
    font-size: 18px;
  }

  .stats-grid,
  .feature-grid,
  .showcase-grid,
  .pricing-grid,
  .workflow-grid,
  .mock-grid {
    grid-template-columns: 1fr;
  }

  .waitlist-card {
    padding: 32px 20px;
  }

  .app-cta-card {
    padding: 28px 20px;
    border-radius: 26px;
  }

  .app-cta-action {
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

section, div, header, nav {
  max-width: 100%;
}

h1, h2, h3, p {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}
