:root {
  --bg: #0a0d11;
  --bg-soft: #12161c;
  --panel: rgba(18, 22, 28, 0.8);
  --panel-strong: rgba(21, 26, 33, 0.94);
  --stroke: rgba(226, 234, 244, 0.11);
  --text: #f2f5f8;
  --muted: #a6b0bc;
  --accent: #98b3c8;
  --accent-strong: #e7edf3;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --radius: 24px;
  --max-width: 1180px;
  --display-font: "Zodiak", Georgia, serif;
  --body-font: "General Sans", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--body-font);
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(152, 179, 200, 0.14), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(77, 98, 120, 0.2), transparent 24%),
    linear-gradient(180deg, #080b0e 0%, #0a0d11 46%, #11161c 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.44), transparent 92%);
  pointer-events: none;
}

.noise {
  position: fixed;
  inset: 0;
  opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
  pointer-events: none;
}

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

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

.site-header,
.site-footer,
.hero,
.section,
.split-section,
.final-cta,
.tally-main {
  width: min(calc(100% - 32px), var(--max-width));
  margin-inline: auto;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
}

.site-header.compact {
  padding-bottom: 8px;
}

.brand,
h1,
h2,
h3,
.panel-title,
.button {
  font-family: var(--display-font);
}

.brand {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a {
  color: var(--muted);
  font-size: 0.95rem;
}

.landing-body .button {
  font-family: var(--body-font);
  font-weight: 600;
}

.site-header-pro {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(9, 8, 7, 0.7);
  border-bottom: 1px solid var(--stroke);
}

.nav-shell {
  width: min(calc(100% - 32px), var(--max-width));
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.brand-pro {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid var(--stroke);
  color: var(--accent);
  background: linear-gradient(145deg, rgba(152, 179, 200, 0.12), rgba(255, 255, 255, 0.02));
}

.brand-mark svg {
  width: 18px;
  height: 18px;
}

.nav-pro {
  align-items: center;
}

.nav-pro .nav-cta {
  margin-left: 8px;
}

.hero {
  display: grid;
  grid-template-columns: 1.4fr 0.95fr;
  gap: 28px;
  padding: 52px 0 24px;
}

.hero-copy,
.hero-panel,
.card,
.tally-intro,
.tally-sidebar,
.tally-screen,
.final-cta {
  backdrop-filter: blur(20px);
  background: var(--panel);
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-pro {
  padding: 72px 0 16px;
}

.hero-grid-pro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 24px;
  align-items: center;
}

.hero-copy-pro {
  padding: clamp(30px, 5vw, 58px) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-stage {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 640px;
  padding: 28px;
  border: 1px solid var(--stroke);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(21, 26, 33, 0.86), rgba(14, 18, 24, 0.98)),
    radial-gradient(circle at top, rgba(152, 179, 200, 0.08), transparent 30%);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-self: center;
  align-self: center;
}

.stage-glow {
  position: absolute;
  inset: auto -12% -20% 28%;
  height: 240px;
  background: radial-gradient(circle, rgba(152, 179, 200, 0.22), transparent 58%);
  filter: blur(24px);
  pointer-events: none;
}

.stage-panel,
.hero-metrics article,
.genre-strip span,
.step-card-pro,
.benefit-card-pro,
.audience-card-pro,
.faq-list-pro .card,
.final-cta-pro {
  position: relative;
  background: rgba(231, 237, 243, 0.025);
  border: 1px solid rgba(226, 234, 244, 0.08);
}

.stage-panel {
  padding: 24px;
  border-radius: 22px;
  text-align: center;
}

.stage-panel h2 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  margin: 0 0 12px;
  line-height: 1.02;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
  align-items: stretch;
}

.hero-metrics article {
  padding: 18px 14px;
  border-radius: 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-metrics strong {
  display: block;
  font-family: var(--display-font);
  font-size: 1.45rem;
  margin-bottom: 4px;
}

.hero-metrics span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.genre-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  justify-content: center;
}

.genre-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--accent-strong);
  font-size: 0.9rem;
}

.hero-copy {
  padding: clamp(28px, 5vw, 54px);
}

.hero-panel {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(180deg, rgba(19, 27, 38, 0.84), rgba(16, 23, 34, 0.96));
}

.eyebrow,
.panel-kicker,
.screen-tag {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  margin: 0 0 14px;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--stroke);
  background: rgba(231, 237, 243, 0.03);
}

h1 {
  margin: 0;
  font-size: clamp(3.4rem, 9vw, 6.7rem);
  line-height: 0.92;
  max-width: 9ch;
}

.hero-text,
.panel-title + p,
.section-closer,
.tally-intro p,
.tally-screen p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.hero-text {
  max-width: 56ch;
  margin: 20px auto 0;
}

.hero-actions,
.cta-stack {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

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

.button-primary {
  color: #0c1319;
  background: linear-gradient(135deg, #94afc4, #e6edf4);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 248, 238, 0.035);
  border: 1px solid rgba(255, 240, 225, 0.08);
}

.button.large {
  min-height: 56px;
  padding-inline: 28px;
}

.stat-grid {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.stat-grid article {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.stat-grid strong {
  display: block;
  font-size: 1.45rem;
  margin-bottom: 4px;
}

.stat-grid span,
.lead,
.microcopy,
.intro-notes,
.field-grid label span,
.faq-list p,
.faq-list summary,
.audience-card p,
.benefit-card li,
.step-card p,
.tally-sidebar a,
.tally-sidebar li {
  color: var(--muted);
}

.marquee {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.marquee p {
  margin: 0;
  padding: 14px 18px;
  text-align: center;
  border-radius: 999px;
  color: var(--accent-strong);
  background: linear-gradient(135deg, rgba(152, 179, 200, 0.12), rgba(231, 237, 243, 0.04));
  border: 1px solid rgba(152, 179, 200, 0.12);
}

.section {
  padding: 88px 0 0;
}

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

.section-heading h2,
.benefit-card h2,
.final-cta h2,
.tally-intro h1,
.tally-screen h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 0.98;
}

.section-intro {
  max-width: 44rem;
  color: var(--muted);
  line-height: 1.75;
  margin: 16px 0 0;
}

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

.card,
.final-cta,
.tally-intro,
.tally-sidebar,
.tally-screen {
  padding: 24px;
}

.step-number {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(152, 179, 200, 0.12);
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 18px;
}

.step-card-pro,
.benefit-card-pro,
.audience-card-pro,
.faq-list-pro .card {
  background: linear-gradient(180deg, rgba(231, 237, 243, 0.03), rgba(231, 237, 243, 0.02));
}

.hero-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
  justify-content: center;
}

.hero-proof-row p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.step-card h3,
.benefit-card h2,
.tally-screen h2 {
  margin: 0 0 14px;
}

.section-closer {
  margin: 28px 0 0;
  font-size: 1.18rem;
}

.split-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-top: 88px;
}

.benefit-card ul,
.intro-notes,
.tally-sidebar ol {
  margin: 18px 0 0;
  padding-left: 18px;
  line-height: 1.75;
}

.faq-list {
  display: grid;
  gap: 14px;
}

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

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

.final-cta {
  margin-top: 88px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background:
    radial-gradient(circle at top left, rgba(152, 179, 200, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(21, 26, 33, 0.92), rgba(14, 18, 24, 0.98));
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 0 0 28px;
  color: var(--muted);
  font-size: 0.9rem;
}

.tally-body .site-footer {
  padding-top: 24px;
}

.pro-main .section,
.pro-main .split-section {
  padding-top: 96px;
}

.tally-main {
  padding-top: 24px;
  padding-bottom: 40px;
}

.tally-embed-shell {
  margin-top: 22px;
  padding: 14px;
  overflow: hidden;
}

.tally-embed {
  display: block;
  width: 100%;
  min-height: 1760px;
  border: 0;
  border-radius: 18px;
  background: transparent;
}

.tally-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 18px;
  margin-top: 22px;
}

.tally-sidebar {
  position: sticky;
  top: 18px;
  height: fit-content;
  background: var(--panel-strong);
}

.tally-sidebar ol {
  margin-bottom: 0;
}

.tally-forms {
  display: grid;
  gap: 18px;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.field-grid label {
  display: grid;
  gap: 8px;
}

.field-grid .full,
.field-grid .check {
  grid-column: 1 / -1;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 12, 18, 0.68);
  color: var(--text);
  border-radius: 16px;
  padding: 14px 16px;
  font: inherit;
}

input[type="file"] {
  padding: 12px;
}

.check {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
}

.check input {
  width: 18px;
  height: 18px;
}

.microcopy {
  margin: 0;
  font-size: 0.92rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

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

@media (max-width: 980px) {
  .hero-grid-pro,
  .hero,
  .steps,
  .split-section,
  .audience-grid,
  .tally-layout {
    grid-template-columns: 1fr;
  }

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

  .final-cta,
  .site-footer,
  .site-header,
  .nav-shell,
  .hero-metrics {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-metrics {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-stage {
    max-width: 100%;
  }

  .tally-sidebar {
    position: static;
  }
}

@media (max-width: 640px) {
  body {
    background:
      radial-gradient(circle at top center, rgba(152, 179, 200, 0.14), transparent 26%),
      linear-gradient(180deg, #080b0e 0%, #0a0d11 46%, #11161c 100%);
  }

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

  .hero-copy,
  .hero-panel,
  .card,
  .tally-intro,
  .tally-sidebar,
  .tally-screen,
  .final-cta {
    padding: 20px;
  }

  .site-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-pro {
    width: 100%;
    justify-content: flex-start;
    gap: 12px;
  }

  .nav-pro .nav-cta {
    margin-left: 0;
  }

  .nav-pro a:not(.nav-cta) {
    font-size: 0.9rem;
  }

  h1 {
    max-width: 8ch;
  }

  .tally-embed {
    min-height: 1880px;
  }
}
