:root {
  --bg: #08070b;
  --bg-elevated: #110f16;
  --card: #16141d;
  --card-2: #1b1822;
  --text: #ededf0;
  --text-soft: #b9b5c1;
  --text-muted: #6c6974;
  --border: rgba(255, 255, 255, 0.08);
  --gold: #cdb075;
  --gold-muted: #9e8a5a;
  --gold-subtle: rgba(205, 176, 117, 0.12);
  --amber: #e6a717;
  --green: #5cb589;
  --blue: #7b9ebc;
  --shadow: 0 26px 90px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 14%, rgba(205, 176, 117, 0.12), transparent 18%),
    radial-gradient(circle at 20% 78%, rgba(92, 181, 137, 0.08), transparent 18%),
    linear-gradient(180deg, #06050a 0%, #0c0911 36%, #14101c 100%);
  color: var(--text);
  font-family: "Manrope", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

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

.site-shell {
  position: relative;
  overflow: hidden;
}

.site-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 80%);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 34px;
  background: rgba(8, 7, 11, 0.78);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand img,
.footer-brand img {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.3);
}

.brand span,
.footer-brand strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.brand small,
.footer-brand small {
  color: var(--text-muted);
  font-size: 13px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--text-soft);
  font-size: 15px;
}

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

.hero,
.feature-grid,
.screens-section,
.pricing-section,
.faq-section,
.footer {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(440px, 0.94fr);
  gap: 36px;
  align-items: center;
  min-height: calc(100vh - 88px);
  padding: 64px 0 40px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-family: "Space Mono", monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.accent-amber {
  color: var(--amber);
}

.accent-green {
  color: var(--green);
}

.accent-blue {
  color: var(--blue);
}

.hero h1,
.section-heading h2,
.pricing-copy h2 {
  margin: 0;
  font-size: clamp(56px, 8vw, 102px);
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 800;
}

.hero h1 span {
  display: block;
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-weight: 400;
  color: #f6f1e7;
}

.lede,
.section-heading p,
.pricing-copy p,
.feature-card p,
.faq-item p {
  color: var(--text-soft);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
}

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

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  min-height: 58px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.button-primary {
  background: var(--gold);
  color: var(--bg);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
}

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

.hero-meta div {
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
}

.hero-meta strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
}

.hero-meta span {
  display: block;
  margin-top: 6px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.35;
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 820px;
}

.glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(48px);
  opacity: 0.9;
}

.glow-gold {
  width: 360px;
  height: 360px;
  top: 18%;
  right: 8%;
  background: rgba(205, 176, 117, 0.18);
}

.glow-green {
  width: 280px;
  height: 280px;
  bottom: 10%;
  left: 6%;
  background: rgba(92, 181, 137, 0.14);
}

.phone-stack {
  position: relative;
  width: min(100%, 640px);
  height: 840px;
}

.phone {
  position: absolute;
  width: 320px;
  border-radius: 38px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.phone-front {
  right: 40px;
  top: 20px;
  transform: rotate(7deg);
}

.phone-mid {
  left: 110px;
  top: 210px;
  transform: rotate(-7deg);
}

.phone-back {
  left: 0;
  top: 70px;
  transform: rotate(-13deg);
  opacity: 0.92;
}

.marquee-strip {
  width: min(1380px, calc(100% - 28px));
  margin: 0 auto 28px;
  padding: 16px 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  text-align: center;
  color: var(--text-soft);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.feature-card {
  padding: 28px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--border);
  min-height: 260px;
}

.feature-card-large {
  grid-column: span 2;
  min-height: 300px;
}

.feature-card h2,
.feature-card h3,
.screen-copy h3,
.faq-item h3 {
  margin: 0 0 12px;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.screens-section {
  padding: 100px 0 26px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading.narrow {
  max-width: 620px;
}

.screen-showcase {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 22px;
  padding: 22px 0;
}

.screen-showcase-right {
  grid-template-columns: 1fr 1fr;
}

.screen-showcase-right .screen-copy {
  order: 2;
}

.screen-showcase-right .screen-device-wrap {
  order: 1;
}

.feature-index {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--gold);
  font-family: "Space Mono", monospace;
  font-size: 14px;
  letter-spacing: 0.18em;
}

.screen-copy p {
  margin: 0;
  color: var(--text-soft);
  font-size: 20px;
  line-height: 1.55;
}

.screen-device-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 720px;
  position: relative;
}

.screen-device-wrap::before {
  content: "";
  position: absolute;
  inset: 8% 18%;
  border-radius: 999px;
  background: rgba(205, 176, 117, 0.08);
  filter: blur(60px);
}

.screen-device-wrap.duo::before {
  background: rgba(92, 181, 137, 0.08);
}

.screen-device-wrap.trio::before {
  background: rgba(123, 158, 188, 0.08);
}

.screen-device {
  width: min(100%, 360px);
  border-radius: 38px;
  box-shadow: var(--shadow);
  position: relative;
  z-index: 1;
}

.screen-device.compact {
  width: min(100%, 320px);
}

.screen-device.secondary {
  position: absolute;
  right: 10%;
  bottom: 8%;
  transform: rotate(8deg);
}

.screen-device.tertiary {
  position: absolute;
  left: 10%;
  bottom: 12%;
  transform: rotate(-8deg);
}

.pricing-section {
  padding: 92px 0 18px;
}

.pricing-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  padding: 26px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 88% 18%, rgba(205, 176, 117, 0.16), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--border);
}

.price-card {
  padding: 28px;
  border-radius: 28px;
  background: rgba(8, 7, 11, 0.68);
  border: 1px solid rgba(205, 176, 117, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.price-tag {
  font-size: 72px;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.price-label {
  color: var(--gold);
  font-family: "Space Mono", monospace;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 8px;
}

.price-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  gap: 14px;
  color: var(--text-soft);
}

.price-list li {
  position: relative;
  padding-left: 18px;
  font-size: 18px;
}

.price-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold);
}

.faq-section {
  padding: 86px 0 120px;
}

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

.faq-item {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
}

.faq-item h3 {
  font-size: 26px;
}

.footer {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 26px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-links {
  display: flex;
  gap: 18px;
  color: var(--text-soft);
}

.footer-note {
  justify-self: end;
  max-width: 420px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}

.legal-page {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto;
  padding: 80px 0 120px;
}

.legal-back {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--text-soft);
  font-size: 14px;
}

.legal-page h1 {
  margin: 0 0 10px;
  font-size: clamp(50px, 8vw, 84px);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.legal-intro {
  margin-bottom: 38px;
  color: var(--text-soft);
  font-size: 20px;
  line-height: 1.6;
}

.legal-card {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  margin-bottom: 16px;
}

.legal-card h2 {
  margin: 0 0 10px;
  font-size: 24px;
}

.legal-card p,
.legal-card li {
  color: var(--text-soft);
  font-size: 17px;
  line-height: 1.7;
}

.legal-card ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

@media (max-width: 1080px) {
  .hero,
  .pricing-panel,
  .screen-showcase,
  .screen-showcase-right {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 40px;
  }

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

  .feature-card-large {
    grid-column: span 1;
  }

  .screen-showcase-right .screen-copy,
  .screen-showcase-right .screen-device-wrap {
    order: initial;
  }

  .screen-device-wrap,
  .hero-visual {
    min-height: auto;
  }

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

  .footer-note {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 760px) {
  .topbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 18px 16px;
  }

  .nav {
    flex-wrap: wrap;
    gap: 14px;
  }

  .hero,
  .feature-grid,
  .screens-section,
  .pricing-section,
  .faq-section,
  .footer {
    width: min(100%, calc(100% - 24px));
  }

  .hero-meta,
  .marquee-strip {
    grid-template-columns: 1fr;
  }

  .phone-stack {
    height: 620px;
  }

  .phone {
    width: 220px;
  }

  .phone-front {
    right: 0;
  }

  .phone-mid {
    left: 70px;
    top: 150px;
  }

  .screen-device.secondary,
  .screen-device.tertiary {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    margin-top: 12px;
  }

  .screen-device-wrap.duo,
  .screen-device-wrap.trio {
    flex-direction: column;
    gap: 12px;
  }
}
