:root {
  color-scheme: dark;
  --bg: #080414;
  --panel: rgba(17, 8, 34, 0.82);
  --panel-2: rgba(11, 5, 24, 0.92);
  --border: rgba(149, 111, 255, 0.26);
  --text: #f7f2ff;
  --muted: #cfc2e9;
  --cyan: #5ee7ff;
  --amber: #fff154;
  --pink: #ff86bf;
  --orange: #ffb06f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
body {
  min-height: 100vh;
  margin: 0;
  background:
    linear-gradient(rgba(104, 45, 148, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 45, 148, 0.16) 1px, transparent 1px),
    radial-gradient(circle at 24% 12%, rgba(133, 91, 255, 0.22), transparent 32%),
    radial-gradient(circle at 78% 88%, rgba(255, 118, 153, 0.14), transparent 34%),
    var(--bg);
  background-size: 180px 180px, 180px 180px, auto, auto, auto;
  color: var(--text);
}

.shell {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 0 0 64px;
}

.topbar, .panel-head, .two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.topbar { margin-bottom: 32px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  margin: 0 calc(50% - 50vw) 34px;
  padding: 18px max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(149, 111, 255, 0.18);
  background: rgba(8, 4, 20, 0.78);
  backdrop-filter: blur(18px);
}
.site-header > div {
  min-width: 180px;
}
.site-header strong {
  display: block;
  font-size: 18px;
  letter-spacing: 0;
}
.site-header .eyebrow {
  margin-bottom: 4px;
}
.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.site-nav a,
.nav-cta,
.nav-login,
.button-link {
  color: var(--text);
  text-decoration: none;
}
.site-nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}
.site-nav a:hover {
  color: var(--cyan);
}
.nav-cta {
  border: 1px solid rgba(94, 231, 255, 0.45);
  background: rgba(94, 231, 255, 0.1);
  color: var(--cyan);
  padding: 11px 14px;
  font-size: 13px;
  font-weight: 900;
}
.nav-login {
  border: 1px solid rgba(149, 111, 255, 0.34);
  background: rgba(6, 3, 15, 0.48);
  color: var(--text);
  padding: 11px 14px;
  font-size: 13px;
  font-weight: 900;
}
.site-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.mobile-menu-btn,
.mobile-only {
  display: none;
}
.is-authed .site-nav,
.is-authed .nav-cta,
.is-authed .nav-login,
.is-authed .mobile-menu-btn {
  display: none;
}
h1, h2, p { margin: 0; }
h1 {
  max-width: 820px;
  font-size: clamp(44px, 7vw, 88px);
  line-height: 0.96;
  letter-spacing: 0;
  font-family: Georgia, Cambria, serif;
  background: linear-gradient(110deg, #a680ff, #ff85b8 52%, #ffb070);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
h2 { font-size: 28px; line-height: 1.12; }
h3 { margin: 0; }
.eyebrow {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
}
.muted { color: var(--muted); line-height: 1.5; margin-top: 10px; }
.small { font-size: 13px; }

.panel {
  border: 1px solid var(--border);
  background: var(--panel);
  padding: 28px;
}

.landing {
  display: grid;
  gap: 68px;
  padding-bottom: 78px;
}
.landing-hero {
  position: relative;
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 410px);
  grid-template-areas:
    "copy form"
    "mosaic form";
  gap: 28px 32px;
  align-items: start;
}
.hero-copy {
  grid-area: copy;
  padding: 48px 0 0;
}
.hero-copy h1 {
  max-width: 820px;
  font-size: clamp(52px, 7vw, 94px);
}
.hero-subtitle {
  max-width: 720px;
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.42;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 20px;
  font-weight: 950;
}
.button-link.primary {
  background: linear-gradient(110deg, #7c5cff, #ff6fab 56%, #ffb06f);
  box-shadow: 0 18px 50px rgba(255, 111, 171, 0.18);
}
.button-link.secondary {
  border: 1px solid rgba(149, 111, 255, 0.36);
  background: rgba(6, 3, 15, 0.52);
  color: var(--cyan);
}
.hero-intake {
  grid-area: form;
  position: sticky;
  top: 104px;
  margin-top: 24px;
  background:
    linear-gradient(180deg, rgba(94, 231, 255, 0.08), transparent 40%),
    rgba(11, 5, 24, 0.92);
}
.hero-intake h2 {
  font-size: 32px;
}
.landing-form {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}
.landing-form button {
  min-height: 50px;
  background: linear-gradient(110deg, #ff6fab, #ffb06f);
  color: #130925;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.form-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.inline-intake-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
  border: 1px solid rgba(94, 231, 255, 0.24);
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 176, 111, 0.12), transparent 34%),
    rgba(6, 3, 15, 0.52);
  padding: 22px;
  max-height: 980px;
  opacity: 1;
  overflow: hidden;
  transform: translateY(0);
  transition:
    max-height 520ms ease,
    opacity 320ms ease,
    transform 420ms ease,
    padding 420ms ease,
    border-color 420ms ease,
    margin-top 420ms ease;
}
.inline-intake-form.is-collapsed {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-color: transparent;
}
.inline-intake-form.is-open {
  animation: formSoftOpen 520ms ease both;
}
.inline-intake-form .wide-field {
  grid-column: 1 / -1;
}
.cta-reveal-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(760px, 100%);
  border: 1px solid rgba(94, 231, 255, 0.28);
  background:
    linear-gradient(110deg, rgba(255, 111, 171, 0.12), rgba(255, 176, 111, 0.1)),
    rgba(11, 5, 24, 0.78);
  padding: 22px 24px;
}
.cta-reveal-card strong,
.cta-reveal-card span {
  display: block;
}
.cta-reveal-card strong {
  font-size: 22px;
  line-height: 1.1;
}
.cta-reveal-card span {
  color: var(--muted);
  margin-top: 7px;
  line-height: 1.35;
}
.cta-reveal-card button {
  min-width: 220px;
  min-height: 58px;
  margin: 0;
}
.inline-intake-form > button {
  grid-column: 1 / -1;
  width: min(360px, 100%);
}
.form-action-panel {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 4px;
  border: 1px solid rgba(255, 134, 191, 0.34);
  background:
    linear-gradient(110deg, rgba(255, 111, 171, 0.16), rgba(255, 176, 111, 0.12)),
    rgba(11, 5, 24, 0.82);
  padding: 18px;
}
.form-action-panel strong,
.form-action-panel span {
  display: block;
}
.form-action-panel strong {
  font-size: 20px;
  line-height: 1.15;
}
.form-action-panel span {
  color: var(--muted);
  margin-top: 5px;
  line-height: 1.35;
}
.form-action-panel button {
  min-width: 280px;
  min-height: 54px;
  margin: 0;
}
.compact-intake-form {
  max-width: 860px;
}
.inline-cta-section {
  border: 1px solid rgba(255, 134, 191, 0.24);
  background:
    linear-gradient(120deg, rgba(255, 134, 191, 0.09), transparent 44%),
    rgba(11, 5, 24, 0.72);
  padding: 34px;
}
.compact-followup:has(.inline-intake-form.is-collapsed) {
  display: none;
}
.opportunity-mosaic {
  grid-area: mosaic;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-self: start;
  border: 1px solid rgba(149, 111, 255, 0.22);
  background: rgba(6, 3, 15, 0.34);
  padding: 12px;
}
.opportunity-mosaic article {
  min-height: 124px;
  border: 1px solid rgba(149, 111, 255, 0.24);
  background:
    radial-gradient(circle at 18% 10%, rgba(94, 231, 255, 0.12), transparent 42%),
    rgba(11, 5, 24, 0.74);
  padding: 18px;
  display: grid;
  align-content: space-between;
}
.opportunity-mosaic span,
.proof-strip span,
.why-grid span {
  color: var(--muted);
  line-height: 1.42;
}
.opportunity-mosaic b {
  font-size: 20px;
  line-height: 1.1;
}
.landing-section {
  display: grid;
  gap: 24px;
}
.pinned-reveal-section {
  --pin-steps: 1;
  --pin-step-size: 320px;
  --pin-stage-top: 32vh;
  min-height: calc((var(--pin-steps) * var(--pin-step-size)) + 58vh);
  align-items: start;
  margin-top: -24px;
}
.pinned-reveal-stage {
  position: sticky;
  top: var(--pin-stage-top);
  min-height: auto;
  display: grid;
  align-content: start;
  gap: 24px;
}
.landing-section > h2,
.section-heading h2,
.offer-section h2,
.guidance-band h2,
.final-cta h2 {
  max-width: 850px;
  font-family: Georgia, Cambria, serif;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 0.98;
  background: linear-gradient(110deg, #a680ff 0%, #ff85b8 54%, #ffb070 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
h1.sentence-gradient,
h2.sentence-gradient {
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  color: var(--text);
}
.sentence-gradient .gradient-char {
  color: var(--text);
}
.section-lead {
  max-width: 780px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
}
.offer-section {
  border: 1px solid rgba(94, 231, 255, 0.22);
  background:
    linear-gradient(120deg, rgba(94, 231, 255, 0.08), transparent 42%),
    rgba(11, 5, 24, 0.68);
  padding: 34px;
}
.offer-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.offer-list span {
  border-left: 3px solid var(--amber);
  background: rgba(6, 3, 15, 0.44);
  padding: 13px 14px;
  color: var(--text);
  line-height: 1.35;
}
.reveal-sequence > * {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 520ms ease,
    transform 620ms cubic-bezier(0.18, 0.82, 0.24, 1);
}
.reveal-sequence > *.is-revealed {
  opacity: 1;
  transform: translateY(0);
}
.reveal-pairs > * {
  opacity: 0;
  transition: opacity 560ms ease;
}
.reveal-pairs > *.is-revealed {
  opacity: 1;
}
.reveal-mist > * {
  opacity: 0;
  filter: blur(12px);
  transform: scale(0.985);
  transition:
    opacity 760ms ease,
    filter 820ms ease,
    transform 820ms cubic-bezier(0.18, 0.82, 0.24, 1);
}
.reveal-mist > *.is-revealed {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.pinned-cta {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 560ms ease,
    transform 640ms cubic-bezier(0.18, 0.82, 0.24, 1);
}
.pinned-cta.is-revealed {
  opacity: 1;
  transform: translateY(0);
}
.proof-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(149, 111, 255, 0.22);
  background: rgba(6, 3, 15, 0.44);
  margin-top: -28px;
}
.proof-strip article {
  min-height: 150px;
  padding: 20px;
  border-right: 1px solid rgba(149, 111, 255, 0.18);
  display: grid;
  align-content: start;
  gap: 10px;
}
.proof-strip article:last-child {
  border-right: 0;
}
.proof-strip b {
  color: var(--cyan);
  line-height: 1.15;
}
.problem-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.problem-grid article,
.faq-grid article,
.product-paths article,
.sample-grid article,
.why-grid article {
  border: 1px solid rgba(149, 111, 255, 0.22);
  background: rgba(11, 5, 24, 0.68);
  padding: 22px;
}
.problem-grid h3,
.faq-grid h3,
.product-paths h3 {
  font-size: 22px;
  line-height: 1.12;
}
.problem-grid p,
.faq-grid p,
.product-paths p,
.sample-grid p {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.45;
}
.guidance-band,
.final-cta {
  border: 1px solid rgba(255, 134, 191, 0.24);
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 176, 111, 0.16), transparent 32%),
    rgba(11, 5, 24, 0.75);
  padding: 34px;
}
.guidance-band p {
  max-width: 720px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
}
.product-paths {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.product-paths article {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 250px;
}
.product-paths button {
  align-self: end;
  color: var(--cyan);
  background: transparent;
  border: 0;
  padding: 0;
  font-weight: 900;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  font: inherit;
}
.product-paths button:hover {
  color: var(--text);
}
.process-list {
  counter-reset: process;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.process-list li {
  counter-increment: process;
  border-top: 1px solid rgba(149, 111, 255, 0.3);
  padding: 18px 0 6px 72px;
  position: relative;
  min-height: 102px;
}
.process-list li::before {
  content: counter(process, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 14px;
  color: var(--amber);
  font-size: 32px;
  font-weight: 950;
}
.process-list b {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
}
.process-list span {
  color: var(--muted);
  line-height: 1.45;
}
.sample-report {
  border: 1px solid rgba(94, 231, 255, 0.22);
  background: rgba(6, 3, 15, 0.28);
  padding: 34px;
}
.sample-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.sample-grid article {
  min-height: 210px;
  display: grid;
  align-content: start;
}
.sample-grid span {
  color: var(--amber);
  font-size: 30px;
  font-weight: 950;
}
.sample-grid b {
  display: block;
  margin-top: 26px;
  font-size: 19px;
  line-height: 1.12;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.why-grid article {
  display: grid;
  gap: 10px;
}
.why-grid b {
  color: var(--text);
  line-height: 1.2;
}
.final-cta {
  justify-items: start;
}
.donation-page {
  display: grid;
  gap: 64px;
  padding-bottom: 76px;
}
.donation-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: 34px;
  align-items: start;
  min-height: 620px;
}
.donation-copy {
  padding-top: 58px;
}
.donation-copy h1 {
  color: var(--text);
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.donation-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.donation-proof span {
  border: 1px solid rgba(94, 231, 255, 0.3);
  background: rgba(94, 231, 255, 0.08);
  color: var(--cyan);
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 900;
}
.donation-card {
  position: sticky;
  top: 104px;
  margin-top: 28px;
  background:
    linear-gradient(165deg, rgba(94, 231, 255, 0.12), transparent 44%),
    rgba(11, 5, 24, 0.94);
}
.donation-card h2 {
  font-size: 32px;
}
.donation-amounts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 16px;
}
.donation-amounts button {
  min-height: 58px;
  border: 1px solid rgba(149, 111, 255, 0.32);
  background: rgba(6, 3, 15, 0.58);
  color: var(--text);
  font-size: 22px;
}
.donation-amounts button.active {
  border-color: rgba(94, 231, 255, 0.72);
  background: linear-gradient(110deg, rgba(94, 231, 255, 0.2), rgba(255, 134, 191, 0.16));
  color: var(--cyan);
}
.donation-disclaimer {
  border: 1px solid rgba(255, 241, 84, 0.28);
  background: rgba(255, 241, 84, 0.06);
  padding: 16px;
  display: grid;
  gap: 8px;
}
.donation-disclaimer strong {
  color: var(--amber);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.donation-disclaimer p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.donation-terms-check {
  align-items: flex-start;
  color: var(--text);
  margin-top: -2px;
}
.donation-terms-check span {
  line-height: 1.35;
}
.donation-section {
  display: grid;
  gap: 24px;
}
.donation-manifest {
  border: 1px solid rgba(94, 231, 255, 0.22);
  background:
    linear-gradient(120deg, rgba(94, 231, 255, 0.08), transparent 44%),
    rgba(6, 3, 15, 0.38);
  padding: 34px;
}
.donation-manifest h2,
.donation-roadmap h2 {
  max-width: 920px;
  font-family: Georgia, Cambria, serif;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 0.98;
}
.donation-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.donation-columns article {
  border: 1px solid rgba(149, 111, 255, 0.24);
  background: rgba(11, 5, 24, 0.68);
  padding: 22px;
  display: grid;
  gap: 10px;
  min-height: 166px;
}
.donation-columns b {
  color: var(--text);
  font-size: 22px;
  line-height: 1.12;
}
.donation-columns span {
  color: var(--muted);
  line-height: 1.45;
}
.donation-roadmap {
  border: 1px solid rgba(255, 134, 191, 0.24);
  background: rgba(11, 5, 24, 0.5);
  padding: 34px;
}
.is-donation-route .site-actions .nav-cta,
.is-donation-route .site-actions .nav-login {
  display: none;
}
.auth-panel {
  max-width: 680px;
  display: grid;
  gap: 24px;
}
.turnstile-panel {
  border: 1px solid rgba(94, 231, 255, 0.28);
  background: rgba(6, 3, 15, 0.58);
  padding: 18px;
  display: grid;
  gap: 14px;
}
.turnstile-copy {
  display: grid;
  gap: 4px;
}
.turnstile-copy strong {
  color: var(--text);
  font-size: 16px;
}
.turnstile-copy span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 24px;
  align-items: start;
}
.dashboard-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}
.dashboard-summary.compact {
  margin: 22px 0;
}
.tab-summary {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin: 0 0 18px;
}
.tab-summary .stat-card {
  min-height: 132px;
}
.inline-stat {
  min-height: 132px;
}
.stat-card {
  border: 1px solid rgba(149, 111, 255, 0.22);
  background: rgba(11, 5, 24, 0.8);
  padding: 18px;
  min-height: 154px;
  display: grid;
  align-content: start;
  gap: 8px;
}
.stat-card span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.stat-card strong {
  font-size: 42px;
  line-height: 1;
  color: var(--amber);
}
.stat-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}
.primary-stat {
  border-color: rgba(94, 231, 255, 0.42);
}
.history-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  margin-top: 24px;
}
.app-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}
.app-tab {
  border: 1px solid rgba(149, 111, 255, 0.28);
  background: rgba(6, 3, 15, 0.5);
  color: var(--muted);
}
.app-tab.active {
  border-color: rgba(94, 231, 255, 0.58);
  background: rgba(94, 231, 255, 0.12);
  color: var(--cyan);
}
.app-tab-panel {
  margin-top: 0;
}
.intake-panel {
  max-width: 760px;
}
.intake-form, .form-grid {
  display: grid;
  gap: 18px;
}
.two {
  align-items: stretch;
}
.two > label { flex: 1; }

label {
  display: grid;
  gap: 8px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.field-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.optional-badge {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
input, textarea, select {
  width: 100%;
  border: 1px solid rgba(149, 111, 255, 0.32);
  background: rgba(6, 3, 15, 0.72);
  color: var(--text);
  font: inherit;
  font-size: 16px;
  line-height: 1.35;
  padding: 13px 14px;
  outline: none;
}
input:focus, textarea:focus, select:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(94, 231, 255, 0.12);
}
textarea { resize: vertical; }
.check {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
}
.check input { width: 18px; height: 18px; }

button {
  border: 0;
  background: linear-gradient(110deg, #7c5cff, #ff6fab);
  color: white;
  padding: 13px 18px;
  font-weight: 900;
  cursor: pointer;
}
button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.ghost {
  border: 1px solid var(--border);
  background: rgba(8, 4, 20, 0.5);
}

.runs-panel { min-height: 520px; }
.runs-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}
.run-card {
  border: 1px solid rgba(149, 111, 255, 0.22);
  background: var(--panel-2);
  padding: 18px;
}
.run-card strong {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}
.run-meta {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.status {
  display: inline-block;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 12px;
}
.status.failed { color: #ff768f; }
.status.complete, .status.prompt_ready { color: #8bffb0; }
.report-progress {
  margin-top: 16px;
  border: 1px solid rgba(94, 231, 255, 0.18);
  background: rgba(6, 3, 15, 0.34);
  padding: 14px;
}
.progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.progress-head b {
  color: var(--yellow);
}
.progress-track {
  height: 8px;
  margin-top: 10px;
  overflow: hidden;
  background: rgba(149, 111, 255, 0.18);
}
.progress-track span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #8b5cf6, #f163a6, #ffae68);
  transition: width 420ms ease;
}
.report-progress p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.progress-stages {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}
.progress-stage {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}
.progress-stage i {
  display: inline-grid;
  place-items: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(149, 111, 255, 0.34);
  color: var(--muted);
  font-style: normal;
  font-size: 11px;
}
.progress-stage.complete,
.progress-stage.active {
  color: var(--text);
}
.progress-stage.complete i {
  border-color: rgba(139, 255, 176, 0.62);
  color: #8bffb0;
}
.progress-stage.active i {
  border-color: rgba(94, 231, 255, 0.72);
  color: var(--cyan);
  box-shadow: 0 0 18px rgba(94, 231, 255, 0.18);
}
.artifact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.payment-list {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}
.payment-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 14px;
}
.payment-pill {
  color: #8bffb0;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.artifact-link {
  border: 1px solid rgba(94, 231, 255, 0.34);
  background: rgba(94, 231, 255, 0.08);
  color: var(--cyan);
  padding: 8px 10px;
  font-size: 12px;
  text-transform: uppercase;
}
.admin-panel {
  margin-top: 24px;
}
.admin-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.admin-tab {
  border: 1px solid rgba(149, 111, 255, 0.28);
  background: rgba(6, 3, 15, 0.5);
  color: var(--muted);
}
.admin-tab.active {
  border-color: rgba(94, 231, 255, 0.58);
  background: rgba(94, 231, 255, 0.12);
  color: var(--cyan);
}
.admin-filters {
  margin-top: 18px;
}
.admin-filter-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto auto;
  gap: 12px;
  align-items: end;
}
.admin-table-wrap {
  margin-top: 18px;
  overflow-x: auto;
  border: 1px solid rgba(149, 111, 255, 0.2);
  background: rgba(6, 3, 15, 0.32);
}
.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 980px;
}
.admin-table th,
.admin-table td {
  border-bottom: 1px solid rgba(149, 111, 255, 0.16);
  padding: 12px;
  text-align: left;
  vertical-align: top;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}
.admin-table th button {
  padding: 0;
  background: transparent;
  color: var(--cyan);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
.admin-table td b {
  display: block;
  color: var(--text);
  margin-bottom: 4px;
}
.admin-table td span {
  overflow-wrap: anywhere;
}
.admin-pager {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 14px;
  color: var(--muted);
}
.admin-system-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 18px;
}
.admin-system-grid h3 {
  margin: 0 0 12px;
  color: var(--amber);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.admin-row {
  border: 1px solid rgba(149, 111, 255, 0.18);
  background: rgba(6, 3, 15, 0.42);
  padding: 12px;
  display: grid;
  gap: 4px;
}
.admin-row b {
  overflow-wrap: anywhere;
}
.admin-row span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  max-width: min(460px, calc(100vw - 48px));
  border: 1px solid var(--border);
  background: #130925;
  padding: 16px 18px;
  color: var(--text);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}
.hidden { display: none !important; }

@keyframes formSoftOpen {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .inline-intake-form,
  .reveal-sequence > *,
  .reveal-pairs > *,
  .reveal-mist > *,
  .pinned-cta {
    transition: none;
    filter: none;
  }
  .inline-intake-form.is-open {
    animation: none;
  }
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
}
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 1, 10, 0.76);
}
.modal-panel {
  position: relative;
  width: min(980px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  overflow: auto;
  border: 1px solid rgba(94, 231, 255, 0.28);
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 134, 191, 0.16), transparent 30%),
    #0d061f;
  padding: 26px;
  box-shadow: 0 32px 120px rgba(0, 0, 0, 0.48);
}
.modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.checkout-panel {
  width: min(1040px, calc(100vw - 40px));
}
.plan-promo-wrap {
  margin-top: 18px;
  border: 1px solid rgba(94, 231, 255, 0.24);
  background: rgba(6, 3, 15, 0.56);
  padding: 16px;
}
.promo-apply-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}
.promo-apply-row label {
  display: grid;
  gap: 8px;
  color: var(--amber);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.promo-apply-row input {
  width: 100%;
}
.free-credit-banner {
  border: 1px solid rgba(139, 255, 176, 0.34);
  background: rgba(139, 255, 176, 0.08);
  padding: 16px 18px;
  display: grid;
  gap: 6px;
}
.free-credit-banner strong {
  color: #8bffb0;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.free-credit-banner span {
  color: var(--muted);
  line-height: 1.45;
}
.plan-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}
.plan-card {
  border: 1px solid rgba(149, 111, 255, 0.28);
  background: rgba(6, 3, 15, 0.62);
  padding: 22px;
  display: grid;
  gap: 18px;
}
.plan-card.featured {
  border-color: rgba(255, 176, 111, 0.56);
  background:
    linear-gradient(145deg, rgba(255, 134, 191, 0.11), rgba(94, 231, 255, 0.05)),
    rgba(6, 3, 15, 0.68);
}
.plan-card h3 {
  font-size: 26px;
  line-height: 1.1;
}
.plan-card p,
.plan-card li {
  color: var(--muted);
  line-height: 1.4;
}
.plan-price {
  display: grid;
  gap: 6px;
}
.plan-price strong {
  color: var(--amber);
  font-size: 46px;
  line-height: 1;
}
.plan-price span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}
.plan-price s {
  color: rgba(255, 255, 255, 0.56);
}
.promo-price-note {
  color: var(--cyan) !important;
  font-weight: 800;
}
.plan-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}
.plan-card button {
  min-height: 48px;
  background: linear-gradient(110deg, #7c5cff, #ff6fab 56%, #ffb06f);
  color: #12071f;
  text-transform: uppercase;
}
.payment-panel {
  width: min(940px, calc(100vw - 40px));
}
.payment-summary {
  margin-bottom: 16px;
}
.payment-summary article {
  border: 1px solid rgba(149, 111, 255, 0.22);
  background: rgba(6, 3, 15, 0.52);
  padding: 16px;
}
.payment-summary span {
  display: block;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.payment-summary strong {
  display: block;
  margin-top: 8px;
  color: var(--amber);
  font-size: 34px;
}
.payment-summary p {
  margin-top: 6px;
  color: var(--muted);
}
.payment-frame {
  width: 100%;
  min-height: min(680px, 64vh);
  border: 1px solid rgba(149, 111, 255, 0.28);
  background: #100821;
}

@media (max-width: 900px) {
  .shell { width: min(100% - 28px, 1180px); padding-top: 0; }
  .site-header {
    position: sticky;
    top: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    margin-bottom: 24px;
    padding: calc(12px + env(safe-area-inset-top, 0px)) 14px 12px;
    align-items: center;
    gap: 10px;
  }
  .is-donation-route .site-header {
    margin-left: 0;
    margin-right: 0;
  }
  .site-header > div { min-width: 0; }
  .site-header strong { font-size: 16px; }
  .site-nav {
    grid-column: 1 / -1;
    display: none;
    justify-content: stretch;
    gap: 8px;
    padding-top: 10px;
  }
  .site-header.is-menu-open .site-nav {
    display: grid;
  }
  .site-nav a {
    border: 1px solid rgba(149, 111, 255, 0.22);
    background: rgba(6, 3, 15, 0.52);
    padding: 12px;
  }
  .site-actions {
    justify-self: end;
    gap: 8px;
  }
  .nav-login {
    padding: 10px 11px;
    white-space: nowrap;
  }
  .nav-cta {
    display: none;
  }
  .mobile-menu-btn {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(94, 231, 255, 0.42);
    background: rgba(94, 231, 255, 0.1);
    color: var(--cyan);
    padding: 9px 11px;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.8px;
  }
  .mobile-only {
    display: block;
  }
  .promo-apply-row {
    grid-template-columns: 1fr;
  }
  .landing {
    gap: 38px;
    padding-bottom: 52px;
  }
  .landing-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "form"
      "mosaic";
  }
  .hero-copy {
    padding-top: 12px;
  }
  .hero-copy h1 {
    font-size: clamp(44px, 13vw, 68px);
  }
  .hero-subtitle,
  .section-lead,
  .guidance-band p {
    font-size: 17px;
  }
  .hero-intake {
    position: static;
    margin-top: 0;
  }
  .donation-copy {
    padding-top: 12px;
  }
  .donation-card {
    position: static;
    margin-top: 0;
  }
  .donation-page {
    gap: 38px;
    padding-bottom: 52px;
  }
  .donation-hero {
    min-height: auto;
  }
  .donation-amounts {
    grid-template-columns: 1fr;
  }
  .opportunity-mosaic,
  .offer-list,
  .proof-strip,
  .problem-grid,
  .product-paths,
  .donation-hero,
  .donation-columns,
  .process-list,
  .sample-grid,
  .why-grid,
  .faq-grid,
  .grid,
  .two,
  .history-grid,
  .dashboard-summary,
  .admin-filter-form,
  .admin-system-grid {
    grid-template-columns: 1fr;
    display: grid;
  }
  .opportunity-mosaic article:nth-child(2n) {
    transform: none;
  }
  .proof-strip article {
    border-right: 0;
    border-bottom: 1px solid rgba(149, 111, 255, 0.18);
    min-height: auto;
  }
  .proof-strip article:last-child {
    border-bottom: 0;
  }
  .landing-section > h2,
  .section-heading h2,
  .offer-section h2,
  .guidance-band h2,
  .final-cta h2 {
    font-size: clamp(34px, 10vw, 48px);
  }
  .offer-section,
  .guidance-band,
  .inline-cta-section,
  .donation-manifest,
  .donation-roadmap,
  .sample-report,
  .final-cta,
  .panel {
    padding: 22px;
  }
  .inline-intake-form {
    grid-template-columns: 1fr;
  }
  .pinned-reveal-section {
    --pin-stage-top: calc(78px + env(safe-area-inset-top, 0px));
    --pin-step-size: 176px;
    min-height: calc((var(--pin-steps) * var(--pin-step-size)) + 86vh);
    margin-top: 0;
  }
  .pinned-reveal-stage {
    position: sticky;
    top: var(--pin-stage-top);
    min-height: auto;
    align-content: start;
    gap: 18px;
  }
  .pinned-reveal-stage .section-heading h2 {
    font-size: clamp(34px, 11vw, 46px);
  }
  .pinned-reveal-section .problem-grid,
  .pinned-reveal-section .process-list {
    gap: 10px;
    max-height: calc(100vh - var(--pin-stage-top) - 178px);
    overflow: hidden;
  }
  .pinned-reveal-section .reveal-pairs > *:not(.is-revealed),
  .pinned-reveal-section .reveal-mist > *:not(.is-revealed) {
    display: none;
  }
  .pinned-reveal-section .pinned-cta:not(.is-revealed) {
    display: none;
  }
  .pinned-reveal-section .reveal-pairs > *.is-revealed,
  .pinned-reveal-section .reveal-mist > *.is-revealed,
  .pinned-reveal-section .pinned-cta.is-revealed {
    animation: mobileRevealIn 420ms cubic-bezier(0.18, 0.82, 0.24, 1) both;
  }
  .pinned-reveal-section .problem-grid article,
  .pinned-reveal-section .process-list li {
    min-height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .inline-intake-form > button,
  .form-action-panel button,
  .cta-reveal-card button {
    width: 100%;
    min-width: 0;
  }
  .form-action-panel,
  .cta-reveal-card {
    display: grid;
  }
  .process-list li {
    padding-left: 58px;
  }
  .progress-stages {
    grid-template-columns: 1fr;
  }
  .sample-grid article {
    min-height: auto;
  }
  .modal {
    padding: 12px;
  }
  .modal-panel {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
    padding: 18px;
  }
  .modal-head,
  .plan-cards {
    grid-template-columns: 1fr;
    display: grid;
  }
  .payment-frame {
    min-height: 560px;
  }
  .topbar { align-items: flex-start; }
}

@keyframes mobileRevealIn {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (max-width: 1120px) and (min-width: 901px) {
  .landing-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "form"
      "mosaic";
  }
  .hero-copy {
    padding-top: 24px;
  }
  .hero-intake {
    position: static;
    margin-top: 0;
    max-width: 720px;
  }
  .opportunity-mosaic {
    max-width: 900px;
  }
}
