:root {
  --bg: #0e0d14;
  --bg-soft: #16141f;
  --panel: rgba(255, 250, 240, 0.08);
  --panel-strong: rgba(255, 250, 240, 0.14);
  --line: rgba(255, 245, 230, 0.16);
  --text: #f6ecde;
  --muted: rgba(246, 236, 222, 0.72);
  --deep-muted: rgba(246, 236, 222, 0.5);
  --accent: #ff8d5c;
  --accent-strong: #ff6a3d;
  --accent-cool: #9cd3ff;
  --cream: #fff4e5;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max-width: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at top left, rgba(255, 141, 92, 0.18), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(156, 211, 255, 0.16), transparent 24%),
    linear-gradient(180deg, #12111a 0%, #09080d 100%);
  color: var(--text);
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.page-shell {
  position: relative;
  overflow: clip;
}

.ambient {
  position: fixed;
  inset: auto;
  border-radius: 999px;
  filter: blur(16px);
  opacity: 0.5;
  pointer-events: none;
}

.ambient-one {
  top: 10%;
  left: -6rem;
  width: 18rem;
  height: 18rem;
  background: rgba(255, 106, 61, 0.14);
}

.ambient-two {
  top: 42%;
  right: -8rem;
  width: 22rem;
  height: 22rem;
  background: rgba(156, 211, 255, 0.12);
}

.ambient-three {
  bottom: 8%;
  left: 18%;
  width: 14rem;
  height: 14rem;
  background: rgba(255, 244, 229, 0.08);
}

.site-header,
.section,
.marquee-strip {
  width: min(calc(100% - 2rem), var(--max-width));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  margin-top: 1rem;
  background: rgba(9, 8, 13, 0.56);
  border: 1px solid var(--line);
  backdrop-filter: blur(18px);
  border-radius: 999px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.wordmark-mark {
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-cool));
  box-shadow: 0 0 20px rgba(255, 141, 92, 0.45);
}

.site-nav {
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
  color: var(--deep-muted);
  font-size: 0.94rem;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.section {
  padding: 5rem 0;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
  min-height: calc(100vh - 7rem);
  padding-top: 3rem;
}

.eyebrow,
.section-label,
.hero-kicker,
.drop-label,
.feature-index,
.timeline-number,
.floating span {
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--cream);
  font-size: 0.77rem;
}

.eyebrow-dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(255, 141, 92, 0.75);
}

.hero-kicker,
.section-label {
  color: var(--accent-cool);
  font-size: 0.78rem;
  margin: 1.2rem 0 0;
}

.hero h1,
.section-heading h2,
.stats-section h2,
.cta-section h2 {
  margin: 0.8rem 0 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.hero h1 {
  font-size: clamp(4rem, 9vw, 7.2rem);
  max-width: 11ch;
}

.hero h1 span,
.cta-section h2 span {
  color: var(--accent);
  font-style: italic;
}

.hero-text,
.section-heading p,
.feature-card p,
.timeline-card p,
.stat-panel p,
.faq-list p,
.cta-section p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 1.02rem;
}

.hero-text {
  max-width: 56ch;
  margin: 1.4rem 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #140d0a;
  font-weight: 700;
  box-shadow: 0 18px 40px rgba(255, 106, 61, 0.34);
}

.button-secondary,
.button-ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.button-secondary:hover,
.button-ghost:hover,
.button-secondary:focus-visible,
.button-ghost:focus-visible {
  border-color: rgba(255, 244, 229, 0.32);
  background: rgba(255, 255, 255, 0.06);
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.hero-points div,
.feature-card,
.timeline-card,
.stat-panel,
.faq-list details,
.phone-frame {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow);
}

.hero-points div {
  padding: 1rem;
  border-radius: var(--radius-md);
}

.hero-points strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.98rem;
}

.hero-points span {
  color: var(--deep-muted);
  line-height: 1.5;
  font-size: 0.92rem;
}

.hero-visual {
  position: relative;
  min-height: 42rem;
}

.phone-frame {
  position: relative;
  width: min(26rem, 100%);
  margin: 0 auto;
  padding: 1rem;
  border-radius: 2.8rem;
  background:
    linear-gradient(180deg, rgba(255, 248, 240, 0.14), rgba(255, 248, 240, 0.03)),
    rgba(14, 13, 20, 0.72);
  overflow: hidden;
}

.phone-topbar {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.phone-topbar span {
  width: 3.4rem;
  height: 0.35rem;
  border-radius: 999px;
  background: rgba(255, 244, 229, 0.16);
}

.chat-card {
  display: grid;
  gap: 0.85rem;
  padding: 0.5rem;
}

.chat-bubble,
.choice-row span,
.drop-card {
  border-radius: 1.35rem;
}

.chat-bubble {
  max-width: 88%;
  padding: 1rem 1.05rem;
  line-height: 1.55;
  font-size: 0.96rem;
}

.bubble-dark {
  background: linear-gradient(135deg, #1c1926, #262132);
  color: var(--text);
}

.bubble-light {
  justify-self: end;
  background: linear-gradient(135deg, #fff3e5, #ffd8bc);
  color: #221610;
}

.bubble-accent {
  background: linear-gradient(135deg, rgba(156, 211, 255, 0.22), rgba(255, 141, 92, 0.2));
}

.choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.choice-row span {
  padding: 0.7rem 0.9rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 244, 229, 0.11);
  color: var(--cream);
  font-size: 0.9rem;
}

.drop-card {
  padding: 1.15rem;
  margin-top: 0.4rem;
  background: linear-gradient(135deg, rgba(255, 141, 92, 0.16), rgba(255, 243, 229, 0.08));
  border: 1px solid rgba(255, 141, 92, 0.2);
}

.drop-label {
  margin: 0;
  color: var(--cream);
  font-size: 0.72rem;
}

.drop-time {
  margin: 0.4rem 0 0;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  line-height: 1;
}

.drop-note {
  margin: 0.55rem 0 0;
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.9rem;
}

.floating {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  background: rgba(14, 13, 20, 0.7);
  border: 1px solid var(--line);
  backdrop-filter: blur(16px);
  color: var(--cream);
  font-size: 0.83rem;
  box-shadow: var(--shadow);
  animation: bob 6s ease-in-out infinite;
}

.floating span {
  color: var(--accent-cool);
  font-size: 0.72rem;
}

.floating-one {
  top: 4rem;
  left: -1rem;
}

.floating-two {
  top: 16rem;
  right: -1rem;
  animation-delay: -2s;
}

.floating-three {
  bottom: 4rem;
  left: 1.4rem;
  animation-delay: -4s;
}

.marquee-strip {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1rem 0;
  margin-top: 1rem;
}

.marquee-track {
  display: flex;
  gap: 2rem;
  width: max-content;
  color: var(--deep-muted);
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  animation: marquee 26s linear infinite;
}

.marquee-track span::before {
  content: "*";
  margin-right: 2rem;
  color: var(--accent);
}

.section-grid,
.stats-section,
.faq-section {
  display: grid;
  gap: 2rem;
}

.section-heading {
  max-width: 42rem;
}

.section-heading h2,
.stats-section h2,
.cta-section h2 {
  font-size: clamp(2.8rem, 5vw, 4.6rem);
}

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

.feature-card,
.timeline-card,
.stat-panel,
.faq-list details {
  border-radius: var(--radius-lg);
  padding: 1.4rem;
}

.feature-index {
  color: var(--accent);
  font-size: 0.8rem;
  margin: 0 0 0.9rem;
}

.feature-card h3,
.timeline-card h3,
.faq-list summary {
  margin: 0;
  font-size: 1.2rem;
}

.feature-card p:last-child,
.timeline-card p,
.faq-list p {
  margin-bottom: 0;
}

.split-section {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 2rem;
  align-items: start;
}

.sticky-heading {
  position: sticky;
  top: 6.5rem;
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
}

.timeline-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  color: #221610;
  font-size: 0.88rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--cream), #ffcfad);
}

.stats-section {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.stat-panel-dark {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(255, 141, 92, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.stat-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.stat-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 12rem;
}

.stat-panel strong {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(3rem, 5vw, 4.5rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.stat-panel span {
  margin-top: 0.75rem;
  color: var(--muted);
  line-height: 1.5;
}

.accent-panel {
  background:
    linear-gradient(180deg, rgba(255, 141, 92, 0.16), rgba(156, 211, 255, 0.1)),
    rgba(255, 255, 255, 0.04);
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-list details {
  overflow: hidden;
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--accent);
  font-size: 1.5rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  padding-top: 1rem;
}

.cta-section {
  text-align: center;
  max-width: 60rem;
}

.cta-section p {
  max-width: 42rem;
  margin-inline: auto;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 600ms ease,
    transform 600ms ease;
}

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

@keyframes bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

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

@media (max-width: 1080px) {
  .hero,
  .split-section,
  .stats-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .sticky-heading {
    position: static;
  }

  .hero-visual {
    min-height: 36rem;
  }
}

@media (max-width: 820px) {
  .site-header {
    border-radius: 1.4rem;
    padding: 1rem;
  }

  .site-nav {
    display: none;
  }

  .hero-points,
  .feature-grid,
  .stat-panel-grid {
    grid-template-columns: 1fr;
  }

  .floating {
    position: static;
    margin: 0.8rem auto 0;
    width: fit-content;
  }

  .hero-visual {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .section {
    padding: 4rem 0;
  }

  .hero {
    gap: 2rem;
    padding-top: 2.2rem;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 18vw, 5rem);
  }

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

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

  .phone-frame {
    border-radius: 2.2rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
