:root {
  --bg: #0a0a0d;
  --bg-soft: #121219;
  --panel: rgba(255, 255, 255, 0.05);
  --panel-strong: rgba(255, 255, 255, 0.08);
  --line: rgba(255, 255, 255, 0.12);
  --text: #f5f2ea;
  --muted: #bdb5a7;
  --gold: #d2b977;
  --green: #26d76f;
  --green-deep: #0e8b42;
  --shadow: 0 20px 80px rgba(0, 0, 0, 0.35);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background:
    radial-gradient(circle at top, rgba(45, 121, 255, 0.12), transparent 35%),
    linear-gradient(180deg, #09090c 0%, #0d0d12 50%, #09090c 100%);
  color: var(--text);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}
.narrow { max-width: 840px; }
.narrow-left { max-width: 720px; }
.center { text-align: center; }

.section {
  position: relative;
  padding: 5.5rem 0;
}
.section-tight { padding-top: 3rem; padding-bottom: 3rem; }
.section-alt {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.03));
}
.dark-band {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(9, 9, 12, 0.78);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-wrap {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
}
.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.nav-links {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  justify-content: center;
}
.nav-links a {
  color: var(--muted);
  font-size: 0.95rem;
}
.nav-links a:hover,
.footer-links a:hover,
.text-link:hover {
  color: white;
}

.hero {
  overflow: hidden;
  padding-top: 7rem;
  padding-bottom: 6rem;
}
.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10,10,13,0.15), rgba(10,10,13,0.92)),
    url('assets/experience-artifact.png') center 30% / cover no-repeat;
  opacity: 0.24;
  transform: scale(1.05);
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}
.eyebrow {
  display: inline-block;
  margin: 0 0 0.85rem;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hero h1,
.section h2 {
  margin: 0 0 1rem;
  line-height: 1.05;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.03em;
}
.hero h1 { font-size: clamp(2.8rem, 5vw, 5rem); }
.section h2 { font-size: clamp(2rem, 3.3vw, 3.5rem); }
.hero-subhead {
  max-width: 740px;
  font-size: 1.16rem;
  color: #f3ede1;
}
.hero-support {
  margin: 1.15rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}
.hero-actions,
.center-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
  margin-top: 1.65rem;
}
.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.hero-points div,
.feature-card,
.registry-card,
.price-card,
.artifact-preview-card,
.proof-card,
.record-visual,
.lead-form {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}
.hero-points div {
  padding: 1rem;
  border-radius: var(--radius-md);
}
.hero-points strong {
  display: block;
  margin-bottom: 0.4rem;
}
.hero-points span { color: var(--muted); font-size: 0.95rem; }

.hero-card {
  position: relative;
}
.proof-chip {
  position: absolute;
  top: -1rem;
  right: 1rem;
  z-index: 2;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(210,185,119,0.35);
  background: rgba(16, 15, 21, 0.92);
  color: var(--gold);
  font-size: 0.82rem;
}
.artifact-preview-card {
  position: relative;
  padding: 2rem;
  border-radius: var(--radius-lg);
}
.placeholder-card,
.secondary-placeholder {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.placeholder-card ul,
.clean-list,
.registry-card ul {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}
.placeholder-badge,
.proof-label,
.price-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(38, 215, 111, 0.14);
  color: #a8ffca;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 48px;
  padding: 0.85rem 1.2rem;
  border-radius: 14px;
  border: 1px solid transparent;
  background: linear-gradient(180deg, #2ae37a 0%, #16b75c 100%);
  color: #071109;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(20, 183, 92, 0.28);
}
.button:hover { transform: translateY(-1px); }
.button-ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--line);
  color: var(--text);
  box-shadow: none;
}
.button-small {
  min-height: 40px;
  padding: 0.7rem 1rem;
  align-self: flex-start;
}
.text-link {
  color: var(--gold);
  font-weight: 700;
}
.inline-link { white-space: nowrap; }

.lede,
.section-heading p,
.section p,
.price-card p,
.record-tags span,
.form-note,
.fine-print,
.site-footer,
.lead-email,
.closing-statement { color: var(--muted); }
.lede { font-size: 1.14rem; }

.two-col,
.creation-record-layout,
.lead-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: start;
}
.feature-stack {
  display: grid;
  gap: 1rem;
}
.feature-card,
.registry-card,
.price-card,
.proof-card,
.lead-form,
.record-visual {
  padding: 1.4rem;
  border-radius: var(--radius-lg);
}
.feature-card h3,
.proof-card h3,
.registry-card h3,
.price-card h3,
.artifact-preview-card h3 {
  margin-top: 0.9rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
.section-heading { margin-bottom: 2rem; }

.proof-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.proof-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
  margin-top: 0.95rem;
  border: 1px solid rgba(255,255,255,0.08);
}
.proof-card p { margin-bottom: 0; }

.creation-record-layout { align-items: center; }
.record-visual img {
  border-radius: 18px;
  width: 100%;
  border: 1px solid rgba(255,255,255,0.08);
}
.record-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}
.record-tags span {
  padding: 0.6rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.92rem;
}

.registry-card ul li,
.clean-list li { margin-bottom: 0.65rem; }
.closing-statement {
  margin-top: 1.25rem;
  color: #fff7dd;
  font-weight: 700;
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.price-card .price {
  margin-top: 0.6rem;
  margin-bottom: 0.7rem;
  font-size: 1.05rem;
  color: var(--text);
  font-weight: 700;
}
.featured-trial {
  border-color: rgba(38, 215, 111, 0.35);
  background: linear-gradient(180deg, rgba(38,215,111,0.09), rgba(255,255,255,0.04));
}
.master-card {
  border-color: rgba(210,185,119,0.28);
}

.lead-grid { align-items: center; }
.lead-form {
  display: grid;
  gap: 1rem;
}
.lead-form label {
  display: grid;
  gap: 0.5rem;
  font-weight: 600;
}
.lead-form input,
.lead-form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  color: var(--text);
  font: inherit;
}
.lead-form input::placeholder,
.lead-form textarea::placeholder { color: #8e8679; }
.lead-email a { color: var(--gold); font-weight: 700; }

.closing-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.4rem 0 2rem;
  font-size: 0.94rem;
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 1080px) {
  .hero-grid,
  .two-col,
  .creation-record-layout,
  .lead-grid,
  .proof-grid,
  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }
  .pricing-grid article:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  .site-header { position: static; }
  .nav-wrap,
  .footer-wrap,
  .hero-actions,
  .center-actions,
  .nav-links {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-grid,
  .two-col,
  .creation-record-layout,
  .lead-grid,
  .proof-grid,
  .pricing-grid,
  .hero-points {
    grid-template-columns: 1fr;
  }
  .nav-cta { width: 100%; }
  .button,
  .button-ghost {
    width: auto;
  }
  .proof-chip {
    position: static;
    display: inline-flex;
    margin-bottom: 1rem;
  }
}
