:root {
  --font-heading: "new-kansas", Georgia, "Times New Roman", serif;
  --font-body: "Nunito Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ink: #181411;
  --paper: #f5efe3;
  --cream: #fff9ec;
  --muted: #756f68;
  --line: rgba(35, 28, 20, 0.12);
  --glass: rgba(255, 249, 236, 0.72);
  --teal: #0a6f68;
  --teal-dark: #092b2a;
  --orange: #ff7a47;
  --yellow: #f7d167;
  --green: #21aa6a;
  --shadow: 0 28px 86px rgba(40, 30, 18, 0.14);
  --soft-shadow: 0 14px 42px rgba(40, 30, 18, 0.08);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[hidden] { display: none !important; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  letter-spacing: 0;
}

img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }

.glass {
  background: var(--glass);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px) saturate(1.08);
  -webkit-backdrop-filter: blur(24px) saturate(1.08);
}

.site-nav {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  width: min(1320px, calc(100% - 32px));
  height: 56px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  padding: 6px 7px;
  color: #fff;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  transition: color 220ms ease;
}
.site-nav.scrolled {
  color: var(--ink);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.brand, .mini-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-nav > .brand { justify-self: start; }
.site-nav > .center-nav { justify-self: center; }
.site-nav > .nav-cta { justify-self: end; }
.brand-mark {
  position: relative;
  width: 34px;
  height: 26px;
  display: block;
  overflow: visible;
  color: currentColor;
}
.brand-mark span { position: absolute; display: block; }
.logo-orbit {
  left: 1px;
  top: 8px;
  width: 28px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 999px;
  transform: rotate(-28deg);
}
.logo-signal {
  left: 11px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid currentColor;
  background: transparent;
}
.logo-dot {
  right: 0;
  top: 2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}
.brand strong, .mini-brand strong { display: block; font-size: 16px; font-weight: 1000; }
.brand small, .mini-brand small { display: block; color: rgba(255,255,255,0.62); font-size: 12px; margin-top: 1px; font-weight: 700; }
.site-nav.scrolled .brand small { color: var(--muted); }
.site-nav nav {
  display: flex;
  align-items: center;
  gap: 4px;
}
.site-nav .center-nav {
  padding: 4px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 12px 30px rgba(0,0,0,0.08);
  backdrop-filter: blur(14px) saturate(1.08);
  -webkit-backdrop-filter: blur(14px) saturate(1.08);
}
.site-nav.scrolled .center-nav {
  background: rgba(255, 249, 236, 0.72);
  border-color: rgba(35, 28, 20, 0.09);
}
.site-nav nav a {
  height: 38px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  font-size: 15px;
}
.site-nav nav a:hover { background: rgba(255, 255, 255, 0.08); color: #fff; }
.site-nav.scrolled nav a { color: #4b4038; }
.site-nav.scrolled nav a:hover { background: rgba(23, 17, 13, 0.06); color: var(--ink); }
.nav-cta {
  height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  padding: 0 15px;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.22), 0 8px 24px rgba(0,0,0,0.14);
}
.site-nav.scrolled .nav-cta {
  color: #fff;
  background: #17110d;
  box-shadow: 0 10px 24px rgba(23, 17, 13, 0.18);
}
.nav-cta svg, .button svg, .app-nav-item svg, .icon-button svg { width: 18px; height: 18px; flex: none; }

.hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  align-items: center;
  gap: 44px;
  padding: 112px max(24px, calc((100vw - 1180px) / 2)) 82px;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.hero-bg, .hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-bg { object-fit: cover; object-position: center; filter: saturate(1.04) contrast(1.02); }
.hero-scrim {
  background:
    linear-gradient(180deg, rgba(19, 7, 34, 0.68) 0%, rgba(20, 11, 42, 0.18) 46%, rgba(20, 11, 35, 0.24) 100%),
    radial-gradient(circle at 50% 12%, rgba(255, 245, 222, 0.18), transparent 30%);
}
.hero-content, .mission-composer { position: relative; z-index: 1; }
.eyebrow {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 12px;
  font-weight: 1000;
  margin: 0;
}
.hero h1 {
  margin: 12px auto 0;
  max-width: 820px;
  font-family: var(--font-heading);
  font-size: clamp(44px, 5.3vw, 74px);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 500;
  text-wrap: balance;
}
.hero-copy {
  max-width: 620px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
  font-weight: 700;
}
.story-quote {
  max-width: 720px;
  margin: 0 auto 26px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
}
.hero-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.section-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  font-weight: 1000;
  white-space: nowrap;
}
.button.primary {
  background: #fff;
  color: #17100c;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2);
}
.app-stage .button.primary,
.inner-panel .button.primary,
.lead-builder + .table-wrap .button.primary {
  background: var(--teal-dark);
  color: #fff;
  box-shadow: 0 14px 36px rgba(9, 43, 42, 0.22);
}
.button.ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(12px);
}
.button.ghost-dark {
  color: var(--teal-dark);
  background: rgba(255, 249, 236, 0.72);
  border: 1px solid var(--line);
}
.button.compact { min-height: 40px; padding: 0 14px; }
.button.full { width: 100%; border-radius: 12px; }

.mission-composer {
  width: min(460px, 100%);
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 18px;
}
.mission-composer.compact span,
.mission-chip {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 900;
}
.mission-chip {
  cursor: pointer;
}
.mission-chip.active {
  color: #17110d;
  background: #fff;
}
.mission-composer.compact svg, .mission-chip svg { width: 15px; height: 15px; }
.data-pipes {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.data-pipes b {
  border-radius: 999px;
  padding: 6px 10px;
  color: #17110d;
  background: rgba(255,255,255,0.86);
  font-size: 12px;
}
.mission-box {
  min-height: 136px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px;
  align-items: end;
  gap: 18px;
  padding: 26px;
  border-radius: 26px;
  color: #211913;
  text-align: left;
  background: rgba(255, 252, 245, 0.9);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.54), 0 18px 70px rgba(45, 22, 80, 0.22), 0 0 34px rgba(255, 197, 137, 0.28);
}
.mission-box p {
  margin: 0;
  font-size: clamp(19px, 2.2vw, 29px);
  line-height: 1.22;
  font-weight: 600;
}
.mission-box button {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  border: 0;
  color: #fff;
  background: #332c26;
  box-shadow: 0 12px 30px rgba(20, 15, 10, 0.24);
}
.mission-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.mission-tabs button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  padding: 0 18px;
  color: rgba(40, 31, 25, 0.78);
  background: rgba(255, 252, 245, 0.78);
  box-shadow: 0 10px 24px rgba(45, 22, 80, 0.12);
  font-weight: 900;
}
.mission-tabs button.active {
  color: #ff713f;
  background: #fff8ee;
  box-shadow: 0 0 0 2px rgba(255, 122, 71, 0.35), 0 10px 24px rgba(45, 22, 80, 0.12);
}
.mission-tabs svg { width: 18px; height: 18px; }
.mini-card {
  position: absolute;
  top: -108px;
  width: 238px;
  min-height: 120px;
  border-radius: 20px;
  padding: 16px;
  color: #332820;
  text-align: left;
  background: rgba(255, 252, 245, 0.88);
}
.mini-card-left { left: -42px; transform: rotate(-7deg); }
.mini-card-right { right: -42px; transform: rotate(6deg); }
.mini-card strong {
  display: block;
  margin-bottom: 12px;
  color: #54473d;
  font-size: 14px;
}
.mini-card span {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: #6d6259;
  font-size: 13px;
  font-weight: 800;
}
.mini-card b {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--orange);
}
.mini-card span:nth-of-type(2) b { background: #ec4f72; }
.mini-card span:nth-of-type(3) b { background: #9c70ff; }
.donut {
  width: 48px;
  height: 48px;
  float: left;
  margin: 0 12px 10px 0;
  border-radius: 50%;
  background: conic-gradient(var(--orange) 0 46%, #ec4f72 46% 68%, #9c70ff 68% 100%);
  box-shadow: inset 0 0 0 14px #fff8ee;
}
.console-top { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 12px; }
.console-top span { width: 10px; height: 10px; border-radius: 999px; background: var(--orange); }
.console-top span:nth-child(2) { background: var(--yellow); }
.console-top span:nth-child(3) { background: var(--green); }
.console-top strong { margin-left: auto; color: var(--teal-dark); }
.orbit-card {
  margin-top: 16px;
  border-radius: 18px;
  padding: 18px;
  background: #17110d;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.orbit-card small, .proposal-card small { display: block; opacity: 0.72; margin-bottom: 5px; }
.orbit-card strong { font-size: 22px; }
.pulse-dot {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(32, 166, 106, 0.2);
  animation: pulse 1.8s infinite;
}
.signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}
.signal-grid div {
  border-radius: 16px;
  padding: 14px;
  background: #fff;
  border: 1px solid rgba(35, 28, 20, 0.08);
}
.signal-grid small { color: var(--muted); }
.signal-grid strong { display: block; margin-top: 5px; font-size: 25px; color: var(--teal-dark); }
.proposal-card {
  margin-top: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
  border-radius: 18px;
  padding: 12px;
  background: #fff;
}
.proposal-card img { width: 74px; height: 74px; border-radius: 16px; object-fit: cover; }
.proposal-card p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }

.logos-strip {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 4;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 16px 22px;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid var(--line);
  box-shadow: none;
}
.logos-strip span { color: var(--muted); }
.logos-strip strong { color: var(--ink); font-size: 18px; font-weight: 1000; opacity: 0.82; }

.conversion-section {
  padding-top: 86px;
}
.checkout-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.checkout-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  border-radius: 26px;
  padding: 22px;
  background:
    radial-gradient(circle at 88% 14%, rgba(224, 246, 245, 0.72), transparent 34%),
    rgba(255, 254, 250, 0.9);
  border: 1px solid rgba(35, 28, 20, 0.08);
  box-shadow: var(--soft-shadow);
}
.checkout-card.featured {
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 226, 204, 0.76), transparent 34%),
    #fff;
  box-shadow: var(--shadow);
}
.checkout-card h3 {
  margin: 34px 0 0;
  font-family: var(--font-heading);
  font-size: clamp(30px, 3vw, 43px);
  line-height: 1.02;
  font-weight: 500;
}
.checkout-card p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.58;
  font-weight: 740;
}
.price-line {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin: auto 0 18px;
  padding-top: 30px;
}
.price-line strong {
  color: var(--teal-dark);
  font-size: 34px;
  font-weight: 1000;
}
.price-line small {
  max-width: 150px;
  color: var(--muted);
  text-align: right;
  font-weight: 850;
}
.checkout-status {
  width: min(820px, 100%);
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px auto 0;
  border-radius: 18px;
  padding: 14px 16px;
  color: var(--teal-dark);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(35, 28, 20, 0.08);
  box-shadow: var(--soft-shadow);
  font-weight: 850;
}
.checkout-status svg {
  width: 20px;
  height: 20px;
  flex: none;
}
.revenue-lab-section {
  padding-top: 78px;
}
.revenue-lab-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 16px;
}
.roi-card,
.live-proposal-card,
.async-pitch-card,
.ops-card {
  border-radius: 28px;
  padding: clamp(22px, 3vw, 34px);
  background: rgba(255, 254, 250, 0.9);
  border: 1px solid rgba(35, 28, 20, 0.08);
  box-shadow: var(--soft-shadow);
}
.roi-card h2,
.live-proposal-card h2 {
  margin: 8px 0 0;
  font-family: var(--font-heading);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  font-weight: 500;
}
.roi-card p,
.live-proposal-card p,
.ops-card p {
  color: var(--muted);
  line-height: 1.6;
  font-weight: 740;
}
.range-label {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 24px 0 12px;
  color: var(--muted);
  font-weight: 1000;
}
.range-label strong {
  color: var(--teal-dark);
}
#traffic-slider {
  width: 100%;
  accent-color: var(--teal);
}
.roi-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}
.roi-results div,
.proposal-metrics div {
  border-radius: 18px;
  padding: 16px;
  background: rgba(245, 239, 227, 0.78);
  border: 1px solid var(--line);
}
.roi-results span,
.proposal-metrics span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}
.roi-results strong,
.proposal-metrics strong {
  display: block;
  margin-top: 8px;
  color: var(--teal-dark);
  font-size: 24px;
  font-weight: 1000;
}
.proposal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}
.proposal-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}
.proposal-cases {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
.proposal-cases article {
  border-radius: 18px;
  padding: 14px;
  background: #fff;
  border: 1px solid rgba(35, 28, 20, 0.08);
}
.proposal-cases strong {
  display: block;
  color: var(--ink);
  font-weight: 1000;
}
.proposal-cases span {
  display: inline-flex;
  margin-top: 6px;
  color: var(--orange);
  font-weight: 1000;
}
.proposal-cases p {
  margin: 7px 0 0;
  font-size: 13px;
}
.async-pitch-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-top: 16px;
}
.pitch-player {
  min-height: 180px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 24px;
  padding: 22px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(23, 17, 13, 0.82), rgba(9, 43, 42, 0.78)),
    radial-gradient(circle at 82% 20%, rgba(255, 122, 71, 0.44), transparent 34%);
  overflow: hidden;
}
.pitch-player button {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  color: #17110d;
  background: #fff;
  box-shadow: 0 18px 38px rgba(0,0,0,0.22);
}
.pitch-player svg {
  width: 26px;
  height: 26px;
}
.pitch-player span {
  display: block;
  color: rgba(255,255,255,0.68);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 1000;
}
.pitch-player strong {
  display: block;
  max-width: 420px;
  margin-top: 8px;
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.08;
}
.async-pitch-card.playing .pitch-player button {
  background: var(--orange);
  color: #fff;
}
.pitch-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.pitch-points span {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 16px;
  padding: 10px 12px;
  background: rgba(245, 239, 227, 0.78);
  color: var(--teal-dark);
  font-weight: 1000;
}
.pitch-points svg {
  width: 18px;
  height: 18px;
  flex: none;
}
.ops-stack-section {
  padding-top: 86px;
}
.ops-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.ops-card-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.ops-card-head svg {
  width: 34px;
  height: 34px;
  color: var(--teal);
}
.ops-card-head span {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-weight: 1000;
}
.ops-card-head h3 {
  margin: 6px 0 0;
  font-family: var(--font-heading);
  font-size: 34px;
  line-height: 1.04;
  font-weight: 500;
}
.milestone-list {
  display: grid;
  gap: 9px;
  margin-top: 22px;
}
.milestone-list button,
.escrow-flow div,
.downsell-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px;
  background: rgba(245, 239, 227, 0.78);
  text-align: left;
}
.milestone-list button {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--teal-dark);
}
.milestone-list button.active {
  color: #fff;
  background: var(--teal-dark);
}
.milestone-list small {
  color: inherit;
  opacity: 0.72;
  font-weight: 850;
}
.ops-status {
  min-height: 70px;
  margin-bottom: 0;
}
.escrow-flow {
  display: grid;
  gap: 9px;
  margin-top: 22px;
}
.escrow-flow b,
.downsell-card strong {
  display: block;
  color: var(--teal-dark);
  font-weight: 1000;
}
.escrow-flow small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-weight: 800;
}
.downsell-card {
  margin-top: 22px;
}
.downsell-card p {
  margin: 10px 0 16px;
}

.section, .workspace-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 104px 0 0;
}
.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.65fr);
  gap: 40px;
  align-items: center;
}
.section-copy h2, .section-heading h2 {
  margin: 10px 0 0;
  font-family: var(--font-heading);
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.03;
  font-weight: 500;
  letter-spacing: 0;
  text-wrap: balance;
}
.section-heading p:not(.eyebrow), .section-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
  font-weight: 700;
}
.section-heading p:not(.eyebrow) { max-width: 780px; margin: 18px auto 0; }

.workflow-preview-section { padding-top: 112px; }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}
.feature-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 26px;
  padding: 26px;
  background: var(--cream);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: var(--soft-shadow);
}
.feature-card .step {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #17110d;
  color: #fff;
  font-size: 13px;
  font-weight: 1000;
}
.feature-card h3 {
  margin: 46px 0 12px;
  font-family: var(--font-heading);
  font-size: 34px;
  line-height: 1.04;
  font-weight: 500;
}
.feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-weight: 700;
}
.quest-section {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}
.quest-copy h2 {
  margin: 10px 0 0;
  font-family: var(--font-heading);
  font-size: clamp(42px, 5vw, 74px);
  line-height: 1.03;
  font-weight: 500;
}
.quest-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
  font-weight: 700;
}
.quest-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  position: relative;
}
.quest-map::before {
  content: "";
  position: absolute;
  inset: 50% 12% auto;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), #f4cf65, #21aa6a);
  opacity: 0.46;
}
.quest-card {
  min-height: 246px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 24px;
  padding: 24px;
  background: rgba(255, 249, 236, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--soft-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.quest-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.quest-card span {
  width: max-content;
  border-radius: 999px;
  padding: 7px 11px;
  color: #fff;
  background: #17110d;
  font-size: 12px;
  font-weight: 1000;
}
.quest-card h3 {
  margin: 34px 0 10px;
  font-family: var(--font-heading);
  font-size: 30px;
  line-height: 1.04;
  font-weight: 500;
}
.quest-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 700;
}
.quest-card strong {
  width: max-content;
  margin-top: 18px;
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--teal-dark);
  background: rgba(10, 111, 104, 0.12);
  font-size: 13px;
  font-weight: 1000;
}
.quest-card.active {
  background: #17110d;
  color: #fff;
}
.quest-card.active span { background: var(--orange); color: #fff; }
.quest-card.active p { color: rgba(255, 255, 255, 0.72); }
.quest-card.active strong { background: rgba(255, 255, 255, 0.12); color: #fff; }
.quest-card.result {
  background: linear-gradient(145deg, #fff9ec, #ffe4c7);
}
.creator-phone {
  border-radius: 26px;
  padding: 22px;
  background: var(--cream);
}
.phone-head { display: flex; gap: 12px; align-items: center; }
.avatar, .large-avatar {
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--orange), var(--yellow));
  color: #24140b;
  font-weight: 1000;
}
.avatar { width: 56px; height: 56px; }
.creator-photo {
  width: 64px;
  height: 64px;
  flex: none;
  border-radius: 18px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 28px rgba(40, 30, 18, 0.16);
}
.large-avatar { width: 82px; height: 82px; font-size: 24px; }
.phone-head span, .creator-identity p { display: block; color: var(--muted); margin-top: 3px; }
.creator-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 20px 0;
}
.creator-stats div {
  background: #fff;
  border: 1px solid rgba(35, 28, 20, 0.07);
  border-radius: 16px;
  padding: 14px;
}
.creator-stats strong { display: block; font-size: 22px; color: var(--teal-dark); }
.creator-stats span { color: var(--muted); font-size: 12px; }
.rate-stack { display: grid; gap: 10px; }
.rate-stack button, .slot-list button {
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  font-weight: 1000;
}
.rate-stack span, .slot-list span { color: var(--teal); }
.deal-toast {
  margin-top: 14px;
  border-radius: 14px;
  min-height: 48px;
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 0 14px;
  background: rgba(8, 115, 111, 0.12);
  color: var(--teal-dark);
  font-weight: 1000;
}
.deal-toast svg { width: 18px; height: 18px; }

.section-heading { text-align: center; max-width: 900px; margin: 0 auto 34px; }
.workflow-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.workflow-card {
  min-height: 300px;
  padding: 26px;
  border-radius: 26px;
  background: var(--cream);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--soft-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.workflow-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.workflow-card svg { width: 36px; height: 36px; color: var(--teal); }
.workflow-card h3 { font-family: var(--font-heading); font-size: 34px; line-height: 1.04; margin: 48px 0 12px; font-weight: 500; }
.workflow-card p { color: var(--muted); line-height: 1.6; font-weight: 700; }
.workflow-card span { display: inline-flex; margin-top: 8px; font-weight: 1000; color: var(--orange); }

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.proof-card {
  min-height: 250px;
  border-radius: 26px;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(255,255,255,0.78);
  box-shadow: var(--soft-shadow);
}
.proof-card svg {
  width: 34px;
  height: 34px;
  color: var(--teal);
}
.proof-card h3 {
  margin: 44px 0 10px;
  font-family: var(--font-heading);
  font-size: 31px;
  line-height: 1.04;
  font-weight: 500;
}
.proof-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 750;
}
.proof-card strong {
  display: inline-flex;
  margin-top: 18px;
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--teal-dark);
  background: rgba(10,111,104,0.12);
}
.brand-marketplace {
  margin-top: 24px;
  border-radius: 28px;
  padding: 24px;
  background: rgba(255,249,236,0.86);
}
.marketplace-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.marketplace-head h3 {
  margin: 8px 0 0;
  font-family: var(--font-heading);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  font-weight: 500;
}
.marketplace-head p:not(.eyebrow) {
  max-width: 660px;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 750;
}
.marketplace-controls {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.marketplace-controls button {
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 12px;
  background: #fff;
  color: var(--teal-dark);
  font-weight: 1000;
}
.marketplace-controls button.active {
  color: #fff;
  background: #17110d;
}
.creator-carousel,
.creator-roster-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 310px);
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 2px 2px 12px;
}
.creator-market-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(35,28,20,0.08);
  box-shadow: var(--soft-shadow);
}
.creator-market-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  background: #eadfce;
}
.creator-market-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  flex: 1;
}
.creator-market-body h4 {
  margin: 0;
  font-size: 20px;
}
.creator-market-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.4;
  font-weight: 750;
}
.creator-market-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: auto;
}
.creator-market-stats span {
  border-radius: 14px;
  padding: 10px;
  background: rgba(245,239,227,0.9);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.creator-market-stats b {
  display: block;
  color: var(--teal-dark);
  font-size: 19px;
}

.brand-intake-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-top: 24px;
  border-radius: 26px;
  padding: 28px;
  background: rgba(255, 249, 236, 0.84);
}
.brand-intake-card h3 {
  margin: 10px 0 0;
  font-family: var(--font-heading);
  font-size: clamp(32px, 3.8vw, 54px);
  line-height: 1.04;
  font-weight: 500;
}
.brand-intake-card p:not(.eyebrow) {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 750;
}
.brand-intake-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 900;
}

body[data-auth-role="brand"] .site-nav .center-nav,
body[data-auth-role="creator"] .site-nav .center-nav {
  display: none;
}
body[data-auth-role="brand"] .site-nav,
body[data-auth-role="creator"] .site-nav,
body[data-auth-role="choice"] .site-nav {
  color: var(--ink);
}
body[data-auth-role="brand"] .site-nav .brand,
body[data-auth-role="creator"] .site-nav .brand,
body[data-auth-role="choice"] .site-nav .brand {
  color: var(--ink);
}

.setup-note {
  width: min(100%, 390px);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 24px;
  border-radius: 18px;
  padding: 16px;
  color: #4f4a43;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 36px rgba(40, 30, 18, 0.08);
  font-weight: 850;
  line-height: 1.45;
}
.setup-note svg {
  width: 22px;
  height: 22px;
  flex: none;
  color: #2c7068;
}

.workspace-section { display: none; padding-top: 100px; }
body.app-mode {
  background:
    radial-gradient(circle at 26% 16%, rgba(248, 219, 232, 0.46), transparent 28%),
    radial-gradient(circle at 78% 12%, rgba(222, 244, 241, 0.6), transparent 32%),
    linear-gradient(180deg, #fbfaf6 0%, #f3eee5 100%);
}
body.app-mode .site-nav {
  color: var(--ink);
}
body.app-mode .site-nav .center-nav {
  background: rgba(255, 249, 236, 0.78);
  border-color: rgba(35, 28, 20, 0.09);
}
body.app-mode .site-nav nav a { color: #4b4038; }
body.app-mode .nav-cta {
  display: none;
}
body.app-mode main > section:not(.workspace-section),
body.app-mode main > .logos-strip,
body.app-mode .site-footer {
  display: none;
}
body.legal-mode {
  background:
    radial-gradient(circle at 26% 16%, rgba(248, 219, 232, 0.42), transparent 28%),
    radial-gradient(circle at 78% 12%, rgba(222, 244, 241, 0.58), transparent 32%),
    linear-gradient(180deg, #fbfaf6 0%, #f3eee5 100%);
}
body.legal-mode .site-nav {
  color: var(--ink);
}
body.legal-mode .site-nav .center-nav {
  background: rgba(255, 249, 236, 0.78);
  border-color: rgba(35, 28, 20, 0.09);
}
body.legal-mode .site-nav nav a { color: #4b4038; }
body.legal-mode main > section:not(.legal-page),
body.legal-mode main > .logos-strip {
  display: none;
}
body.app-mode .workspace-section {
  display: block;
  width: min(1440px, calc(100% - 32px));
  min-height: 100vh;
  padding: 104px 0 54px;
}
body.app-mode .workspace-section.dashboard-unlocked {
  width: min(1560px, calc(100% - 28px));
}
body.dashboard-mode .site-nav {
  display: none;
}
body.dashboard-mode .workspace-section {
  width: min(1560px, calc(100% - 28px));
  padding-top: 24px;
}
body.dashboard-mode .workspace-shell,
body.dashboard-mode .app-stage {
  min-height: calc(100vh - 48px);
}
body.dashboard-mode .app-sidebar {
  top: 24px;
}
body.app-mode .demo-access {
  min-height: calc(100vh - 170px);
  display: block;
  align-items: stretch;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  opacity: 1;
  transform: none;
  animation: none;
}
body.app-mode .workspace-shell {
  min-height: calc(100vh - 170px);
}
.demo-access {
  margin-bottom: 18px;
}
.demo-access > div:first-child {
  max-width: 720px;
}
.demo-access > .role-choice-panel,
.demo-access > .login-panel {
  max-width: none;
}
body.app-mode .demo-access > .role-choice-panel,
body.app-mode .demo-access > .login-panel {
  max-width: none;
}
.demo-access h2 {
  margin: 4px 0 0;
  font-family: var(--font-heading);
  font-size: clamp(38px, 4.4vw, 58px);
  line-height: 1.06;
  font-weight: 500;
  max-width: 540px;
}
.demo-access p:not(.eyebrow) {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.62;
  max-width: 500px;
}
.role-choice-panel,
.login-panel {
  grid-column: 1 / -1;
}
.role-choice-panel {
  display: grid;
  grid-template-columns: minmax(380px, 0.9fr) minmax(440px, 1fr);
  gap: 0;
  align-items: stretch;
  width: 100%;
  min-height: min(780px, calc(100vh - 172px));
  overflow: hidden;
  border: 1px solid rgba(35, 28, 20, 0.08);
  border-radius: 30px;
  background: rgba(255, 254, 250, 0.92);
  box-shadow: 0 28px 80px rgba(40, 30, 18, 0.1);
}
.role-choice-copy {
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: clamp(34px, 6vw, 78px);
  background:
    radial-gradient(circle at 18% 72%, rgba(255, 226, 204, 0.74), transparent 30%),
    linear-gradient(145deg, rgba(250, 224, 236, 0.74), rgba(224, 246, 245, 0.74) 74%),
    #faf7f0;
}
.role-cards {
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  gap: 12px;
  width: min(100%, 590px);
  margin: 0 auto;
  padding: clamp(32px, 5vw, 72px);
}
.role-card {
  min-height: 142px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-areas:
    "icon label"
    "icon title"
    "icon copy";
  align-items: start;
  column-gap: 16px;
  row-gap: 5px;
  border: 1px solid rgba(35, 28, 20, 0.08);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255,255,255,0.88);
  color: var(--ink);
  text-align: left;
  box-shadow: var(--soft-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.role-card:hover {
  transform: translateY(-4px);
  border-color: rgba(10, 111, 104, 0.22);
  box-shadow: var(--shadow);
}
.role-card svg {
  grid-area: icon;
  width: 38px;
  height: 38px;
  color: var(--teal);
}
.role-card span {
  grid-area: label;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 1000;
}
.role-card strong {
  grid-area: title;
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.06;
  font-weight: 500;
}
.role-card small {
  grid-area: copy;
  display: block;
  color: var(--muted);
  line-height: 1.5;
  font-size: 15px;
  font-weight: 750;
}
.brand-role {
  background:
    radial-gradient(circle at 92% 12%, rgba(10,111,104,0.13), transparent 34%),
    rgba(255,255,255,0.92);
}
.creator-role {
  background:
    radial-gradient(circle at 12% 18%, rgba(255,122,71,0.14), transparent 34%),
    rgba(255,255,255,0.92);
}
.login-panel {
  display: grid;
  grid-template-columns: minmax(380px, 0.9fr) minmax(440px, 1fr);
  gap: 0;
  align-items: stretch;
  width: 100%;
  min-height: min(780px, calc(100vh - 172px));
  overflow: hidden;
  border: 1px solid rgba(35, 28, 20, 0.08);
  border-radius: 30px;
  background: rgba(255, 254, 250, 0.94);
  box-shadow: 0 28px 80px rgba(40, 30, 18, 0.1);
}
.login-copy {
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: clamp(34px, 6vw, 78px);
  background:
    radial-gradient(circle at 18% 70%, rgba(255, 226, 204, 0.64), transparent 30%),
    linear-gradient(145deg, rgba(250, 224, 236, 0.7), rgba(224, 246, 245, 0.72) 74%),
    #faf7f0;
}
.back-button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 12px;
  background: #fff;
  color: var(--teal-dark);
  font-weight: 1000;
}
.back-button svg {
  width: 16px;
  height: 16px;
}
.dual-auth-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-content: center;
  width: min(100%, 590px);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 66px);
}
.login-data-strip {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.login-data-strip span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  padding: 0 12px;
  color: var(--teal-dark);
  background: #fff;
  border: 1px solid var(--line);
  font-size: 12px;
  font-weight: 1000;
}
.login-data-strip svg { width: 16px; height: 16px; }
.login-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
  color: var(--teal-dark);
}
.login-card {
  width: 100%;
  justify-self: center;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  border-radius: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(35, 28, 20, 0.08);
  box-shadow: 0 30px 90px rgba(40, 30, 18, 0.18);
}
.brand-signup-card {
  align-self: center;
  width: min(100%, 650px);
  max-width: 650px;
  margin: 0 auto;
  padding: clamp(20px, 4vw, 30px);
}
.login-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}
.login-card p.error { color: #aa2f20; }
.signup-stepper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}
.signup-stepper button {
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0 8px;
  background: rgba(245, 239, 227, 0.72);
  color: var(--muted);
  font-size: 11px;
  font-weight: 1000;
}
.signup-stepper button.active {
  color: var(--ink);
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(35, 28, 20, 0.08), 0 8px 18px rgba(40, 30, 18, 0.06);
}
.login-card .signup-step-copy {
  min-height: 48px;
  border-radius: 14px;
  padding: 11px 12px;
  background: rgba(245, 239, 227, 0.72);
  color: var(--muted);
  text-align: left;
  line-height: 1.45;
}

.legal-page {
  display: none;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 118px 0 46px;
}
body.legal-mode .legal-page:not([hidden]) {
  display: block;
}
.legal-shell {
  min-height: calc(100vh - 220px);
  border-radius: 30px;
  padding: clamp(28px, 5vw, 70px);
  background:
    radial-gradient(circle at 16% 84%, rgba(255, 226, 204, 0.54), transparent 32%),
    radial-gradient(circle at 86% 12%, rgba(224, 246, 245, 0.72), transparent 32%),
    rgba(255, 254, 250, 0.94);
  border: 1px solid rgba(35, 28, 20, 0.08);
  box-shadow: 0 28px 80px rgba(40, 30, 18, 0.1);
}
.legal-back {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--teal-dark);
  background: #fff;
  font-weight: 1000;
}
.legal-back svg {
  width: 16px;
  height: 16px;
}
.legal-shell h1 {
  max-width: 720px;
  margin: 8px 0 0;
  font-family: var(--font-heading);
  font-size: clamp(46px, 6vw, 86px);
  line-height: 0.98;
  font-weight: 500;
}
.legal-updated {
  margin: 16px 0 0;
  color: var(--muted);
  font-weight: 850;
}
.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}
.legal-grid article {
  min-height: 172px;
  border-radius: 22px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(35, 28, 20, 0.08);
  box-shadow: var(--soft-shadow);
}
.legal-grid h2 {
  margin: 0;
  color: var(--teal-dark);
  font-size: 21px;
}
.legal-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.58;
  font-weight: 740;
}
.workspace-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.app-sidebar {
  position: sticky;
  top: 100px;
  border-radius: 24px;
  padding: 18px;
  background: rgba(255, 254, 250, 0.86);
  border: 1px solid rgba(35, 28, 20, 0.08);
  box-shadow: 0 22px 60px rgba(40, 30, 18, 0.08);
}
.mini-brand { padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.app-sidebar .mini-brand small { color: var(--muted); }
.app-nav { display: grid; gap: 7px; margin-top: 16px; }
.app-nav-item {
  height: 43px;
  border: 0;
  border-radius: 12px;
  color: #334346;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  font-weight: 1000;
}
.app-nav-item.active, .app-nav-item:hover {
  background: #fff;
  color: var(--ink);
  box-shadow: inset 0 0 0 1px rgba(35, 28, 20, 0.08), 0 10px 26px rgba(40, 30, 18, 0.07);
}
.sidebar-note {
  margin-top: 18px;
  border-radius: 18px;
  padding: 14px;
  background:
    radial-gradient(circle at 88% 18%, rgba(224, 246, 245, 0.72), transparent 34%),
    #fff;
}
.sidebar-note span { color: var(--orange); font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 1000; }
.sidebar-note p { margin: 7px 0 0; color: var(--muted); line-height: 1.45; font-size: 13px; }

.app-stage {
  border-radius: 24px;
  padding: 20px;
  min-height: 720px;
  background:
    radial-gradient(circle at 74% 8%, rgba(224, 246, 245, 0.38), transparent 30%),
    radial-gradient(circle at 16% 80%, rgba(255, 226, 204, 0.34), transparent 34%),
    rgba(255, 254, 250, 0.88);
  border: 1px solid rgba(35, 28, 20, 0.08);
  box-shadow: 0 22px 70px rgba(40, 30, 18, 0.08);
}
body.app-mode .app-stage {
  min-height: calc(100vh - 170px);
}
.app-topbar, .panel-title, .panel-title.with-action, .deal-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
}
.app-topbar {
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 6px 18px;
  border-bottom: 1px solid var(--line);
}
.app-topbar h2 { margin: 4px 0 0; font-family: var(--font-heading); font-size: clamp(34px, 3.4vw, 52px); line-height: 1.03; font-weight: 500; }
.topbar-actions { display: flex; gap: 10px; align-items: center; }
.icon-button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--teal-dark);
}
.app-view { display: none; }
.app-view.active { display: flex; flex-direction: column; gap: 16px; animation: rise 300ms ease both; }

.request-board {
  display: grid;
  grid-template-columns: 1.08fr 1fr 1fr;
  gap: 12px;
}
.request-card {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 22px;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(35, 28, 20, 0.08);
  box-shadow: var(--soft-shadow);
}
.request-card.priority {
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 226, 204, 0.8), transparent 34%),
    #fff;
}
.request-card span {
  width: max-content;
  border-radius: 999px;
  padding: 6px 9px;
  color: var(--teal-dark);
  background: rgba(10, 111, 104, 0.12);
  font-size: 12px;
  font-weight: 1000;
}
.request-card.priority span {
  color: #9e4a26;
  background: rgba(255, 122, 71, 0.16);
}
.request-card h3 {
  margin: 32px 0 8px;
  font-family: var(--font-heading);
  font-size: 30px;
  line-height: 1.04;
  font-weight: 500;
}
.request-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
  font-weight: 700;
}
.request-card.priority p { color: var(--muted); }
.request-card div {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}
.request-card strong {
  color: var(--teal-dark);
  font-size: 22px;
  font-weight: 1000;
}
.request-card.priority strong { color: var(--teal-dark); }
.request-card small {
  color: var(--muted);
  text-align: right;
  font-weight: 800;
}
.request-card.priority small { color: var(--muted); }

.metrics-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.metrics-row article, .inner-panel {
  border-radius: 22px;
  border: 1px solid rgba(35, 28, 20, 0.08);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--soft-shadow);
}
.metrics-row article { padding: 18px; min-height: 136px; }
.sexy-metrics article {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 100% 100%, rgba(255, 226, 204, 0.76), transparent 38%),
    #fff;
  border-color: rgba(35, 28, 20, 0.08);
}
.sexy-metrics article::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -28px;
  width: 96px;
  height: 96px;
  border-radius: 999px;
  background: rgba(224, 246, 245, 0.76);
}
.sexy-metrics svg {
  width: 26px;
  height: 26px;
  color: #2c7068;
}
.sexy-metrics span,
.sexy-metrics small { color: var(--muted); }
.sexy-metrics strong { color: var(--teal-dark); }
.metrics-row span, .panel-title span { color: var(--muted); font-size: 13px; font-weight: 900; }
.metrics-row strong { display: block; color: var(--teal-dark); font-size: 38px; margin: 9px 0; font-weight: 1000; }
.metrics-row small { color: var(--muted); }
.metrics-row.sexy-metrics article span,
.metrics-row.sexy-metrics article small {
  color: var(--muted);
}
.metrics-row.sexy-metrics article strong {
  color: var(--teal-dark);
  text-shadow: none;
}
.command-grid, .brand-layout, .storefront-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
  gap: 14px;
}
.inner-panel { padding: 18px; min-width: 0; }
.panel-title { margin-bottom: 14px; }
.panel-title strong { display: block; margin-top: 3px; font-size: 21px; line-height: 1.05; font-weight: 1000; }
.wide-card { grid-column: span 2; }
.insight-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
  gap: 18px;
  border-radius: 26px;
  padding: 24px;
  color: var(--ink);
  background:
    radial-gradient(circle at 84% 20%, rgba(224, 246, 245, 0.88), transparent 34%),
    radial-gradient(circle at 12% 84%, rgba(255, 226, 204, 0.7), transparent 30%),
    #fff;
  border: 1px solid rgba(35, 28, 20, 0.08);
  box-shadow: var(--soft-shadow);
}
.insight-hero h3 {
  margin: 8px 0 0;
  font-family: var(--font-heading);
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: 1.02;
  font-weight: 500;
}
.insight-hero p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 750;
}
.insight-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.insight-actions button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(35, 28, 20, 0.1);
  border-radius: 999px;
  padding: 0 12px;
  color: var(--teal-dark);
  background: rgba(255,255,255,0.72);
  font-weight: 1000;
}
.audience-orbit {
  min-height: 170px;
  display: grid;
  place-items: center;
  justify-self: end;
  align-self: center;
  width: min(240px, 100%);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(35, 28, 20, 0.07);
}
.audience-summary {
  width: 100%;
  display: grid;
  gap: 8px;
  padding: 18px;
}
.audience-summary span,
.audience-summary small {
  color: var(--muted);
  font-weight: 900;
}
.audience-summary span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.audience-summary strong {
  color: var(--teal-dark);
  font-size: clamp(34px, 3.8vw, 48px);
  line-height: 0.95;
  font-weight: 1000;
}
.audience-summary small {
  line-height: 1.35;
}
.audience-mini-list {
  display: grid;
  gap: 6px;
  margin-top: 6px;
}
.audience-mini-list b {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  border-radius: 999px;
  padding: 6px 9px;
  color: var(--teal-dark);
  background: rgba(10, 111, 104, 0.08);
  font-size: 12px;
  font-weight: 1000;
}
.audience-mini-list em {
  color: var(--muted);
  font-style: normal;
}
.dashboard-charts {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: 14px;
}
.platform-bars {
  display: grid;
  gap: 12px;
}
.platform-bar {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) 76px;
  gap: 10px;
  align-items: center;
}
.platform-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal-dark);
  font-weight: 1000;
}
.platform-label svg { width: 18px; height: 18px; }
.bar-track {
  height: 13px;
  border-radius: 999px;
  background: rgba(10,111,104,0.09);
  overflow: hidden;
}
.bar-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), var(--orange));
}
.platform-value {
  color: var(--muted);
  text-align: right;
  font-weight: 1000;
  font-size: 13px;
}
.pipeline-live {
  display: grid;
  gap: 10px;
}
.pipeline-live button {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 16px;
  border: 1px solid var(--line);
  padding: 0 14px;
  color: var(--teal-dark);
  background: rgba(245,239,227,0.72);
  font-weight: 1000;
}
.pipeline-live button.active {
  color: var(--ink);
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(35, 28, 20, 0.08), 0 10px 26px rgba(40, 30, 18, 0.07);
}
.pipeline-live small {
  color: inherit;
  opacity: 0.62;
}
.pipeline-copy {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.45;
  font-weight: 750;
}
.journey {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
.flow-lanes {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.flow-lanes div,
.process-note,
.report-strip span {
  border-radius: 16px;
  padding: 13px;
  background: rgba(245, 239, 227, 0.78);
  border: 1px solid var(--line);
}
.flow-lanes b,
.process-note b,
.report-strip b {
  display: block;
  color: var(--teal-dark);
  margin-bottom: 6px;
  font-weight: 1000;
}
.flow-lanes small,
.process-note p,
.report-strip span {
  color: var(--muted);
  line-height: 1.4;
  font-weight: 750;
}
.process-note {
  margin-bottom: 14px;
}
.process-note p {
  margin: 0;
  font-size: 13px;
}
.report-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}
.report-strip span {
  display: block;
  font-size: 12px;
}
.journey div {
  min-height: 118px;
  padding: 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fbf5ea, #fff);
  border: 1px solid var(--line);
}
.journey b { display: block; color: var(--teal-dark); margin-bottom: 8px; font-weight: 1000; }
.journey small { color: var(--muted); line-height: 1.35; }
.check-list { margin: 0; padding-left: 18px; color: #3a4b4f; line-height: 1.65; }

.brief-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 18px;
  background: #f5efe3;
}
.brief-card p { margin: 0; color: #314144; line-height: 1.45; }

.creator-card-preview {
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--soft-shadow);
}
.cover-strip {
  height: 118px;
  background:
    linear-gradient(135deg, rgba(23, 17, 13, 0.35), rgba(23, 17, 13, 0.02)),
    url("./assets/hero-creator-studio.png") center/cover;
}
.creator-identity {
  display: flex;
  gap: 14px;
  padding: 0 20px;
  margin-top: -36px;
  align-items: end;
}
.creator-identity h3 { margin: 0; font-size: 24px; }
.compact-stats, .slot-list { padding: 0 20px 20px; }
.slot-list { display: grid; gap: 10px; }
.social-link-stack {
  display: grid;
  gap: 10px;
  padding: 0 20px 20px;
}
.social-link {
  display: grid;
  gap: 8px;
  border-radius: 16px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
}
.social-link header,
.brand-profile-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.social-link strong,
.brand-profile-card strong {
  color: var(--teal-dark);
}
.social-link a,
.brand-profile-card a {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  overflow-wrap: anywhere;
}
.social-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.social-mini-stats span {
  border-radius: 12px;
  padding: 8px;
  background: rgba(245, 239, 227, 0.8);
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}
.social-mini-stats b {
  display: block;
  color: var(--teal-dark);
  font-size: 15px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
label { display: grid; gap: 6px; color: var(--muted); font-size: 12px; font-weight: 900; }
input, select, textarea {
  width: 100%;
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  padding: 10px 12px;
  outline: none;
}
input:focus, select:focus, textarea:focus { border-color: rgba(8, 115, 111, 0.52); box-shadow: 0 0 0 4px rgba(8, 115, 111, 0.08); }
textarea { min-height: 96px; resize: vertical; }
.wide { grid-column: 1 / -1; }

.deal-header { align-items: center; }
.deal-header h3 { margin: 4px 0 0; font-size: 26px; }
.deals-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.deal-card, .campaign-card {
  border-radius: 22px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--soft-shadow);
}
.deal-card h4, .campaign-card h4 { margin: 0 0 8px; font-size: 18px; }
.deal-card p, .campaign-card p { margin: 0; color: var(--muted); line-height: 1.45; }
.deal-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.mini-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 9px;
  color: var(--teal-dark);
  background: rgba(8, 115, 111, 0.1);
  font-weight: 1000;
  font-size: 12px;
}
.table-wrap { overflow: auto; border-radius: 20px; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.72); }
.creator-table-wrap { margin-top: 14px; }
table { width: 100%; min-width: 720px; border-collapse: collapse; }
th, td { padding: 13px 14px; border-bottom: 1px solid var(--line); text-align: left; font-size: 13px; }
th { color: var(--muted); background: rgba(247, 243, 234, 0.8); text-transform: uppercase; font-size: 11px; letter-spacing: 0.06em; }
tr:last-child td { border-bottom: 0; }
td small { color: var(--muted); }

.campaign-list { display: grid; gap: 12px; }
.brand-profile-card {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
  border-radius: 22px;
  padding: 16px;
  background:
    radial-gradient(circle at 90% 8%, rgba(224, 246, 245, 0.72), transparent 30%),
    #fff;
  color: var(--ink);
  border: 1px solid rgba(35, 28, 20, 0.08);
}
.brand-profile-card strong { color: var(--teal-dark); }
.brand-profile-card a { color: var(--muted); }
.brand-profile-card .mini-pill {
  color: var(--teal-dark);
  background: rgba(10, 111, 104, 0.1);
}
.brand-metric-row,
.social-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.analytics-socials { margin-bottom: 14px; }
.brand-metric-row div,
.social-metric-card {
  border-radius: 16px;
  padding: 12px;
  background: rgba(245, 239, 227, 0.88);
}
.social-metric-card {
  background: rgba(245, 239, 227, 0.82);
  border: 1px solid var(--line);
}
.brand-metric-row b,
.social-metric-card b {
  display: block;
  font-size: 22px;
}
.brand-metric-row small,
.social-metric-card small {
  color: var(--muted);
  font-weight: 800;
}
.social-metric-card small {
  color: var(--muted);
}
.social-metric-card a {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  overflow-wrap: anywhere;
}
.campaign-card header { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.status-pill {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(32, 166, 106, 0.12);
  color: var(--green);
  font-size: 12px;
  font-weight: 1000;
}
.campaign-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 12px;
}
.campaign-meta span {
  padding: 10px;
  border-radius: 14px;
  background: rgba(247, 243, 234, 0.9);
  font-size: 12px;
}
.code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin-top: 12px;
}
.lead-builder {
  display: grid;
  grid-template-columns: 180px 220px minmax(260px, 1fr);
  gap: 12px;
  margin-bottom: 14px;
}

.plan-section { padding-bottom: 90px; }
.timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.timeline div {
  min-height: 190px;
  border-radius: 24px;
  padding: 20px;
  background: rgba(255, 250, 240, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: var(--soft-shadow);
}
.timeline strong { color: var(--teal-dark); font-size: 19px; }
.timeline p { color: var(--muted); line-height: 1.55; margin: 12px 0 0; }

.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
}
.footer-brand strong { display: block; font-weight: 1000; }
.footer-brand small { color: var(--muted); font-weight: 800; }
.site-footer nav {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.site-footer nav a {
  color: #3d332b;
  font-weight: 900;
}
.site-footer p { margin: 0; font-weight: 800; }

.reveal { opacity: 0; transform: translateY(18px); animation: rise 640ms ease forwards; }
.delay-1 { animation-delay: 120ms; }
.delay-2 { animation-delay: 220ms; }
@keyframes rise { to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 0%, 100% { transform: scale(1); box-shadow: 0 0 0 8px rgba(32, 166, 106, 0.18); } 50% { transform: scale(1.06); box-shadow: 0 0 0 13px rgba(32, 166, 106, 0.04); } }

@media (max-width: 1080px) {
  .site-nav {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
  .site-nav .center-nav {
    justify-self: center;
  }
  .site-nav nav a {
    padding: 0 10px;
    font-size: 14px;
  }
  .hero, .split, .quest-section, .workspace-shell, .command-grid, .brand-layout, .storefront-layout, .brand-intake-card, .demo-access, .role-choice-panel, .login-panel, .dual-auth-grid, .marketplace-head, .insight-hero, .dashboard-charts, .legal-grid, .revenue-lab-grid, .async-pitch-card { grid-template-columns: 1fr; }
  .hero-console { transform: none; }
  .feature-grid, .quest-map, .workflow-cards, .proof-grid, .request-board, .metrics-row, .journey, .flow-lanes, .report-strip, .deals-grid, .timeline, .social-metric-grid, .brand-metric-row, .checkout-grid, .ops-grid, .proposal-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mini-card-left { left: 0; }
  .mini-card-right { right: 0; }
  .demo-access { align-items: flex-start; }
  .app-sidebar { position: static; }
  .wide-card { grid-column: auto; }
}

@media (max-width: 720px) {
  .site-nav { top: 10px; height: auto; align-items: center; grid-template-columns: auto minmax(0, 1fr); }
  .site-nav .center-nav { justify-self: end; }
  .nav-cta { display: none; }
  .hero { padding-top: 96px; min-height: 100vh; align-content: center; gap: 28px; }
  .hero h1 { font-size: 45px; }
  .hero-copy { font-size: 16px; }
  .story-quote { display: none; }
  .mission-composer { margin-top: 34px; padding: 0; }
  .mini-card { display: none; }
  .mission-box { min-height: 126px; grid-template-columns: 1fr 48px; padding: 18px; border-radius: 20px; }
  .mission-box p { font-size: 19px; }
  .mission-box button { width: 48px; height: 48px; border-radius: 15px; }
  .mission-tabs { gap: 7px; }
  .mission-tabs button { min-height: 38px; padding: 0 10px; font-size: 12px; }
  .section, .workspace-section { padding-top: 64px; }
  .feature-grid, .quest-map, .workflow-cards, .proof-grid, .request-board, .metrics-row, .journey, .flow-lanes, .report-strip, .deals-grid, .timeline, .form-grid, .brand-intake-form, .role-cards, .signal-grid, .creator-stats, .lead-builder, .campaign-meta, .social-metric-grid, .brand-metric-row, .social-mini-stats, .platform-bar, .checkout-grid, .ops-grid, .proposal-metrics, .roi-results, .pitch-points { grid-template-columns: 1fr; }
  .quest-map::before { inset: 24px auto 24px 23px; width: 4px; height: auto; background: linear-gradient(180deg, var(--orange), #f4cf65, #21aa6a); }
  .quest-card { min-height: auto; }
  .feature-card { min-height: auto; }
  .feature-card h3 { margin-top: 36px; }
  .app-stage, .app-sidebar { border-radius: 22px; padding: 14px; }
  .app-topbar, .panel-title, .panel-title.with-action, .deal-header { align-items: flex-start; flex-direction: column; }
  .code-row { grid-template-columns: 1fr; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .site-footer nav { justify-content: flex-start; }
}
