/* CrossComp homepage v2 — compressed, plain-language product story */

.hero-v2 {
  min-height: auto;
  padding: calc(var(--header-height) + env(safe-area-inset-top, 0px) + 86px) 0 0;
  background:
    radial-gradient(circle at 78% 24%, rgba(49, 92, 244, 0.11), transparent 31%),
    radial-gradient(circle at 66% 68%, rgba(116, 217, 176, 0.11), transparent 28%),
    var(--paper-warm);
}

.hero-v2 .hero-grid-lines {
  opacity: 0.56;
}

/* The core pitch must appear immediately, even on a slow mobile connection. */
.hero-v2 .reveal {
  opacity: 1;
  transform: none;
}

.hero-v2 .hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: start;
  grid-template-areas:
    "copy visual"
    "actions visual";
  grid-template-columns: minmax(0, 0.94fr) minmax(500px, 1.06fr);
  column-gap: clamp(54px, 6vw, 96px);
  row-gap: 26px;
  padding-bottom: 82px;
}

.hero-v2 .hero-copy {
  grid-area: copy;
  max-width: 640px;
}

.hero-v2 .cohort-pill {
  margin-bottom: 42px;
}

.hero-v2 .eyebrow {
  margin-bottom: 18px;
}

.hero-v2 .hero-title {
  max-width: 720px;
  margin-bottom: 30px;
  font-size: clamp(62px, 5vw, 82px);
  line-height: 0.96;
}

.hero-v2 .hero-title .hero-title-lead,
.hero-v2 .hero-title .hero-title-accent {
  display: block;
  white-space: nowrap;
}

.hero-v2 .hero-title .hero-title-lead {
  margin: 0;
  color: var(--ink);
}

.hero-v2 .hero-title .hero-title-lead::after {
  content: none;
  display: none;
}

.hero-v2 .hero-title .hero-title-accent {
  margin-top: 8px;
  color: var(--cobalt);
}

.hero-v2 .hero-title .hero-title-accent::after {
  width: 78%;
  height: 6px;
  right: auto;
  bottom: -13px;
  left: 1px;
  background: var(--mint);
}

.hero-v2 .hero-intro {
  max-width: 625px;
  margin-bottom: 32px;
  color: var(--slate-dark);
  font-size: clamp(20px, 1.45vw, 23px);
  line-height: 1.52;
}

.hero-v2 .hero-actions {
  margin-bottom: 0;
}

.hero-action-block {
  width: 100%;
  max-width: 625px;
  grid-area: actions;
}

.hero-benefits {
  display: grid;
  max-width: 625px;
  margin-bottom: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hero-benefits > div {
  min-width: 0;
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(16, 42, 56, 0.11);
  border-radius: 13px;
}

.hero-benefits span,
.hero-benefits strong {
  display: block;
}

.hero-benefits span {
  margin-bottom: 4px;
  color: var(--slate);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-benefits strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
}

.hero-v2 .hero-note {
  max-width: 625px;
  margin: 0;
  color: var(--mint-dark);
  font-size: 15px;
  font-weight: 690;
}

.hero-v2 .hero-visual {
  width: 100%;
  min-height: 0;
  align-self: center;
  grid-area: visual;
}

.hero-v2 .ledger-window {
  width: 100%;
  max-width: 650px;
  transform: none;
}

.hero-v2 .ledger-topbar {
  padding: 25px 27px 23px;
}

.hero-v2 .ledger-kicker,
.hero-v2 .ledger-label-row {
  font-size: 12px;
}

.hero-v2 .ledger-topbar strong {
  font-size: 22px;
}

.hero-v2 .ledger-body {
  padding: 20px 22px 22px;
}

.hero-v2 .ledger-label-row {
  grid-template-columns: 34px minmax(0, 1fr) auto;
  padding: 0 14px 10px;
}

.hero-v2 .ledger-row {
  min-height: 88px;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 12px;
  padding: 13px 14px;
}

.hero-v2 .line-number {
  width: 30px;
  height: 30px;
  font-size: 12px;
}

.hero-v2 .line-copy strong {
  font-size: 18px;
}

.hero-v2 .line-copy span,
.hero-v2 .line-chip {
  font-size: 13px;
}

.hero-v2 .mix-heading > div strong {
  font-size: 17px;
}

.hero-v2 .package-line strong {
  font-size: 13px;
}

.flow-card {
  width: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 42, 56, 0.13);
  border-radius: 25px;
  box-shadow: 0 34px 90px rgba(8, 31, 44, 0.16);
}

.flow-card-head {
  display: flex;
  min-height: 102px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  border-bottom: 1px solid var(--line);
}

.flow-card-head > div span,
.flow-card-head > div strong {
  display: block;
}

.flow-card-head > div span {
  margin-bottom: 5px;
  color: var(--slate);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.flow-card-head > div strong {
  color: var(--ink);
  font-size: 23px;
  letter-spacing: -0.03em;
}

.flow-list {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 20px;
}

.flow-list::before {
  position: absolute;
  top: 54px;
  bottom: 54px;
  left: 45px;
  width: 2px;
  background: linear-gradient(var(--cobalt), var(--mint));
  content: "";
}

.flow-list article {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 86px;
  align-items: center;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 15px;
  padding: 14px 17px 14px 12px;
  background: #f8faf8;
  border: 1px solid var(--line);
  border-radius: 15px;
}

.flow-number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--cobalt);
  background: var(--white);
  border: 1px solid rgba(49, 92, 244, 0.25);
  border-radius: 11px;
  font-size: 11px;
  font-weight: 800;
}

.flow-list article div {
  min-width: 0;
}

.flow-list small,
.flow-list strong {
  display: block;
}

.flow-list small {
  margin-bottom: 3px;
  color: var(--slate);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.flow-list strong {
  color: var(--ink);
  font-size: 17px;
  letter-spacing: -0.015em;
  line-height: 1.28;
}

.flow-list .flow-company-end {
  background: rgba(238, 241, 240, 0.8);
}

.flow-company-end .flow-number {
  color: var(--slate-dark);
  border-color: var(--line);
}

.flow-list .flow-network-result {
  background: linear-gradient(110deg, rgba(227, 249, 238, 0.96), rgba(232, 237, 255, 0.78));
  border-color: rgba(49, 92, 244, 0.34);
  box-shadow: inset 5px 0 0 var(--mint);
}

.flow-network-result .flow-number {
  color: var(--navy-950);
  background: var(--mint);
  border-color: var(--mint);
}

.flow-network-result strong {
  color: var(--mint-dark);
}

.flow-truth {
  margin: 0;
  padding: 15px 22px 17px;
  color: var(--slate);
  background: #f3f6f4;
  border-top: 1px solid var(--line);
  font-size: 11px;
  font-weight: 630;
  line-height: 1.4;
  text-align: center;
}

.offer-card {
  width: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(16, 42, 56, 0.13);
  border-radius: 25px;
  box-shadow: 0 34px 90px rgba(8, 31, 44, 0.16);
}

.offer-card-head {
  display: flex;
  min-height: 102px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  border-bottom: 1px solid var(--line);
}

.offer-card-head > div span,
.offer-card-head > div strong {
  display: block;
}

.offer-card-head > div span {
  margin-bottom: 5px;
  color: var(--slate);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.offer-card-head > div strong {
  color: var(--ink);
  font-size: 23px;
  letter-spacing: -0.03em;
}

.network-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  color: var(--mint-dark);
  background: var(--mint-pale);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 760;
  white-space: nowrap;
}

.network-badge i {
  width: 8px;
  height: 8px;
  background: var(--mint);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(116, 217, 176, 0.18);
}

.offer-lines {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.offer-line {
  display: grid;
  min-height: 82px;
  align-items: center;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 14px;
  padding: 14px 16px;
  background: #f8faf8;
  border: 1px solid var(--line);
  border-radius: 15px;
}

.offer-number {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--slate-dark);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
}

.offer-line > div {
  min-width: 0;
}

.offer-line > div strong,
.offer-line > div small {
  display: block;
}

.offer-line > div strong {
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.offer-line > div small {
  overflow-wrap: anywhere;
  color: var(--slate);
  font-size: 13px;
  font-weight: 540;
  line-height: 1.35;
}

.offer-line > b {
  padding: 8px 10px;
  color: var(--slate-dark);
  background: #edf1f0;
  border-radius: 8px;
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
}

.offer-line-equity {
  background: rgba(232, 237, 255, 0.56);
  border-color: rgba(49, 92, 244, 0.2);
}

.offer-line-equity .offer-number {
  color: var(--cobalt);
  border-color: rgba(49, 92, 244, 0.25);
}

.offer-line-equity > b {
  color: var(--cobalt-dark);
  background: var(--cobalt-soft);
}

.offer-line-network {
  position: relative;
  background: linear-gradient(110deg, rgba(227, 249, 238, 0.92), rgba(232, 237, 255, 0.74));
  border-color: rgba(49, 92, 244, 0.34);
  box-shadow: inset 5px 0 0 var(--mint);
}

.offer-line-network .offer-number {
  color: var(--navy-950);
  background: var(--mint);
  border-color: var(--mint);
}

.offer-line-network > b {
  color: var(--mint-dark);
  background: var(--mint-pale);
}

.failure-test {
  margin: 0 20px 20px;
  padding: 22px;
  color: var(--white);
  background:
    radial-gradient(circle at 100% 100%, rgba(116, 217, 176, 0.18), transparent 38%),
    var(--navy-900);
  border-radius: 17px;
}

.failure-label {
  display: block;
  margin-bottom: 14px;
  color: var(--mint);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.failure-path {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
  gap: 12px;
}

.failure-path > div {
  min-width: 0;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 11px;
}

.failure-path small,
.failure-path strong {
  display: block;
}

.failure-path small {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.25;
}

.failure-path strong {
  font-size: 14px;
  line-height: 1.3;
}

.failure-path > svg {
  fill: none;
  stroke: var(--mint);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.failure-path .failure-result {
  background: rgba(116, 217, 176, 0.13);
  border-color: rgba(116, 217, 176, 0.35);
}

.failure-path .failure-result strong {
  color: var(--mint);
}

.failure-test > p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
  line-height: 1.4;
}

.trust-ribbon-v2 {
  position: relative;
  z-index: 3;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.trust-ribbon-v2 .trust-item {
  justify-content: flex-start;
}

.trust-ribbon-v2 .trust-number {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--cobalt);
  background: var(--cobalt-soft);
  border-radius: 9px;
  font-size: 11px;
  font-weight: 800;
}

.network-idea,
.hard-offer,
.process-v2,
.safeguards,
.home-v2 .faq {
  padding: 118px 0;
}

.network-idea .section-heading,
.hard-offer .section-heading,
.process-v2 .section-heading {
  margin-bottom: 62px;
}

.network-idea .section-heading h2,
.hard-offer .section-heading h2,
.process-v2 .section-heading h2,
.safeguards h2 {
  font-size: clamp(52px, 5vw, 78px);
}

.network-idea .split-heading > p:last-child,
.process-v2 .split-heading > p:last-child {
  max-width: 570px;
  font-size: 21px;
  line-height: 1.55;
}

.network-explainer {
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
}

.network-map {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    rgba(255, 255, 255, 0.025);
  background-size: 72px 72px;
  border: 1px solid var(--line-dark);
  border-radius: 24px;
}

.network-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(116, 217, 176, 0.24);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ring-one { width: 250px; height: 250px; }
.ring-two { width: 410px; height: 410px; }

.network-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 170px;
  height: 170px;
  place-content: center;
  text-align: center;
  background: var(--mint);
  border: 9px solid rgba(6, 25, 35, 0.74);
  border-radius: 50%;
  box-shadow: 0 20px 54px rgba(116, 217, 176, 0.18);
  transform: translate(-50%, -50%);
}

.network-center span,
.network-center strong {
  display: block;
}

.network-center span {
  color: rgba(6, 25, 35, 0.65);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.network-center strong {
  max-width: 120px;
  margin-top: 3px;
  color: var(--navy-950);
  font-size: 19px;
  line-height: 1.15;
}

.company-node {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 11px;
  color: rgba(255, 255, 255, 0.72);
  background: var(--navy-850);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 650;
}

.company-node i {
  width: 8px;
  height: 8px;
  background: var(--mint);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(116, 217, 176, 0.12);
}

.node-a { top: 12%; left: 42%; }
.node-b { top: 43%; right: 7%; }
.node-c { bottom: 12%; left: 42%; }
.node-d { top: 43%; left: 6%; }

.network-steps {
  display: grid;
  gap: 12px;
}

.network-steps article {
  display: grid;
  min-height: 150px;
  align-items: center;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 20px;
  padding: 26px 28px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line-dark);
  border-radius: 18px;
}

.network-steps article > span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: var(--mint);
  background: rgba(116, 217, 176, 0.08);
  border: 1px solid rgba(116, 217, 176, 0.24);
  border-radius: 14px;
  font-size: 13px;
  font-weight: 800;
}

.network-steps h3 {
  margin-bottom: 7px;
  color: var(--white);
  font-size: 24px;
}

.network-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.61);
  font-size: 16px;
  line-height: 1.48;
}

.plain-definition {
  display: grid;
  align-items: center;
  margin-top: 26px;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 28px;
  padding: 22px 26px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line-dark);
  border-radius: 16px;
}

.plain-definition strong {
  color: var(--mint);
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.plain-definition p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
}

.hard-offer .centered-heading {
  max-width: 1060px;
}

.hard-offer .centered-heading > p:last-child {
  max-width: 740px;
}

.hard-offer .money-phrase {
  white-space: nowrap;
}

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

.choice-card {
  display: flex;
  min-height: 320px;
  padding: 28px;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 20px;
}

.choice-index {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: auto;
  place-items: center;
  color: var(--slate-dark);
  background: #edf1f0;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 800;
}

.choice-card > p {
  margin: 55px 0 9px;
  color: var(--slate);
  font-size: 13px;
  font-weight: 720;
}

.choice-card h3 {
  margin-bottom: 26px;
  color: var(--ink);
  font-size: clamp(28px, 2.2vw, 36px);
}

.choice-card > strong {
  margin-top: auto;
  padding-top: 18px;
  color: var(--slate-dark);
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.choice-card-featured {
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0%, rgba(116, 217, 176, 0.2), transparent 42%),
    var(--navy-900);
  border-color: var(--navy-900);
  box-shadow: var(--shadow-md);
}

.choice-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.choice-card-featured .choice-index {
  margin-bottom: 0;
  color: var(--navy-950);
  background: var(--mint);
}

.choice-top b {
  padding: 7px 10px;
  color: var(--mint);
  background: rgba(116, 217, 176, 0.1);
  border: 1px solid rgba(116, 217, 176, 0.22);
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.choice-card-featured > p {
  color: var(--mint);
}

.choice-card-featured h3 {
  color: var(--white);
}

.choice-card-featured > strong {
  color: rgba(255, 255, 255, 0.7);
  border-top-color: rgba(255, 255, 255, 0.14);
}

.complete-offer {
  display: grid;
  align-items: center;
  margin-top: 16px;
  grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.28fr);
  gap: 34px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow-sm);
}

.complete-offer > div:first-child > span {
  display: block;
  margin-bottom: 6px;
  color: var(--cobalt);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.complete-offer h3 {
  margin: 0;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.2;
}

.complete-lines {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.complete-lines span {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  color: var(--ink-soft);
  background: #f4f7f6;
  border: 1px solid var(--line);
  border-radius: 11px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.complete-lines i {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--slate-dark);
  background: var(--white);
  border-radius: 7px;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.complete-lines .complete-network {
  color: var(--mint-dark);
  background: var(--mint-pale);
  border-color: rgba(116, 217, 176, 0.4);
}

.complete-network i {
  color: var(--navy-950);
  background: var(--mint);
}

.use-case-strip {
  display: grid;
  align-items: center;
  margin-top: 28px;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 26px;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
}

.use-case-strip > span {
  color: var(--slate);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.use-case-strip > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.use-case-strip strong {
  padding: 9px 13px;
  color: var(--ink-soft);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
}

.process-grid {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-sm);
}

.process-grid article {
  min-height: 295px;
  padding: 32px;
}

.process-grid article + article {
  border-left: 1px solid var(--line);
}

.process-grid article > span {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 68px;
  place-items: center;
  color: var(--cobalt);
  background: var(--cobalt-soft);
  border-radius: 13px;
  font-size: 12px;
  font-weight: 800;
}

.process-grid article:last-child > span {
  color: var(--navy-950);
  background: var(--mint);
}

.process-grid h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 27px;
}

.process-grid p {
  margin: 0;
  color: var(--slate-dark);
  font-size: 16px;
  line-height: 1.52;
}

.offer-transform {
  display: grid;
  min-height: 190px;
  overflow: hidden;
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) 78px minmax(0, 1fr);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-sm);
}

.offer-transform > div {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 22px;
  padding: 34px 38px;
}

.offer-transform > div > span {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--cobalt);
  background: var(--cobalt-soft);
  border-radius: 13px;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.offer-transform strong {
  color: var(--ink);
  font-size: clamp(25px, 2vw, 32px);
  line-height: 1.12;
}

.offer-transform > i {
  display: grid;
  place-items: center;
  color: var(--cobalt);
  font-size: 34px;
  font-style: normal;
}

.offer-transform-result {
  background: linear-gradient(105deg, rgba(116, 217, 176, 0.17), rgba(49, 92, 244, 0.08));
  border-left: 1px solid var(--line);
}

.offer-transform .offer-transform-result > span {
  color: var(--navy-950);
  background: var(--mint);
}

.safeguards {
  position: relative;
  overflow: hidden;
}

.safeguards::after {
  position: absolute;
  top: -240px;
  right: -150px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(116, 217, 176, 0.12), transparent 67%);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.safeguards-layout {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.86fr) minmax(480px, 1.14fr);
  gap: clamp(55px, 8vw, 110px);
}

.safeguards-copy > p:not(.eyebrow) {
  max-width: 510px;
  margin-bottom: 31px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 19px;
  line-height: 1.58;
}

.control-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.2);
}

.control-card-head {
  padding: 25px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.control-card-head span,
.control-card-head strong {
  display: block;
}

.control-card-head span {
  margin-bottom: 6px;
  color: var(--mint);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.control-card-head strong {
  color: var(--white);
  font-size: 22px;
}

.control-list {
  padding: 8px 28px;
}

.control-list article {
  display: grid;
  align-items: start;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 0;
}

.control-list article + article {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.control-list article > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--mint);
  background: rgba(116, 217, 176, 0.1);
  border-radius: 10px;
  font-size: 11px;
  font-weight: 800;
}

.control-list h3 {
  margin-bottom: 5px;
  color: var(--white);
  font-size: 19px;
}

.control-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 15px;
  line-height: 1.48;
}

.faq {
  background: var(--paper-warm);
}

.faq-intro > p:not(.eyebrow) {
  max-width: 410px;
}

.final-cta .cta-inner h2 {
  max-width: 1050px;
}

@media (max-width: 1120px) {
  .hero-v2 .hero-layout {
    grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
    gap: 42px;
  }

  .hero-v2 .hero-title {
    font-size: clamp(58px, 5.8vw, 74px);
  }

  .complete-offer {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 981px) and (max-width: 1350px) {
  .hero-v2 .hero-title {
    font-size: clamp(50px, 5vw, 68px);
  }
}

@media (max-width: 980px) {
  .hero-v2 {
    padding-top: calc(var(--header-height) + env(safe-area-inset-top, 0px) + 56px);
  }

  .hero-v2 .hero-layout {
    grid-template-areas:
      "copy"
      "actions"
      "visual";
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    padding-bottom: 58px;
  }

  .hero-v2 .hero-copy {
    max-width: 760px;
  }

  .hero-v2 .hero-title {
    max-width: 800px;
    font-size: clamp(60px, 8.8vw, 82px);
  }

  .hero-v2 .hero-intro,
  .hero-benefits,
  .hero-v2 .hero-note {
    max-width: 710px;
  }

  .hero-v2 .hero-visual {
    width: min(100%, 740px);
    margin: 0 auto;
    padding: 0;
  }

  .trust-ribbon-v2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .trust-ribbon-v2 .trust-item:nth-child(3) {
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .network-explainer,
  .safeguards-layout {
    grid-template-columns: 1fr;
  }

  .network-map {
    width: min(100%, 680px);
    min-height: 520px;
    margin-inline: auto;
  }

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

  .control-card {
    width: min(100%, 760px);
  }
}

@media (max-width: 720px) {
  .network-idea,
  .hard-offer,
  .process-v2,
  .safeguards,
  .home-v2 .faq {
    padding: 78px 0;
  }

  .hero-v2 {
    padding-top: calc(var(--header-height) + env(safe-area-inset-top, 0px) + 38px);
  }

  .hero-v2 .hero-layout {
    gap: 26px;
    padding-bottom: 34px;
  }

  .hero-v2 .cohort-pill {
    display: none;
  }

  .hero-v2 .hero-title {
    margin-bottom: 25px;
    font-size: clamp(46px, 12vw, 62px);
    line-height: 0.98;
  }

  .hero-v2 .hero-title .hero-title-accent {
    margin-top: 5px;
  }

  .hero-v2 .hero-title .hero-title-accent::after {
    width: 86%;
    height: 4px;
    bottom: -9px;
  }

  .hero-v2 .hero-intro {
    margin-bottom: 0;
    font-size: 19px;
    line-height: 1.5;
  }

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

  .hero-v2 .hero-note {
    font-size: 14px;
    line-height: 1.45;
  }

  .flow-card {
    border-radius: 18px;
  }

  .hero-v2 .ledger-window {
    border-radius: 18px;
  }

  .hero-v2 .ledger-topbar {
    padding: 20px 18px;
  }

  .hero-v2 .ledger-body {
    padding: 14px;
  }

  .hero-v2 .ledger-row {
    min-height: 78px;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    gap: 8px;
    padding: 10px;
  }

  .hero-v2 .line-number {
    width: 27px;
    height: 27px;
    font-size: 11px;
  }

  .hero-v2 .line-copy strong {
    font-size: 16px;
  }

  .hero-v2 .line-copy span,
  .hero-v2 .line-chip {
    font-size: 12px;
  }

  .flow-card-head {
    min-height: 86px;
    padding: 18px;
  }

  .flow-card-head > div strong {
    font-size: 20px;
  }

  .flow-list {
    gap: 8px;
    padding: 13px;
  }

  .flow-list::before {
    top: 48px;
    bottom: 48px;
    left: 34px;
  }

  .flow-list article {
    min-height: 80px;
    grid-template-columns: 39px minmax(0, 1fr);
    gap: 10px;
    padding: 11px 12px 11px 8px;
  }

  .flow-number {
    width: 36px;
    height: 36px;
    border-radius: 9px;
  }

  .flow-list strong {
    font-size: 15px;
  }

  .flow-truth {
    padding: 13px 15px;
  }

  .offer-card {
    border-radius: 18px;
  }

  .offer-card-head {
    min-height: 88px;
    align-items: flex-start;
    padding: 20px;
  }

  .offer-card-head > div strong {
    font-size: 20px;
  }

  .network-badge {
    padding: 7px 9px;
    font-size: 10px;
  }

  .offer-lines {
    gap: 8px;
    padding: 13px;
  }

  .offer-line {
    min-height: 72px;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    gap: 9px;
    padding: 10px;
  }

  .offer-number {
    width: 34px;
    height: 34px;
    border-radius: 8px;
  }

  .offer-line > div strong {
    font-size: 16px;
  }

  .offer-line > div small {
    font-size: 11px;
  }

  .offer-line > b {
    max-width: 82px;
    overflow-wrap: anywhere;
    padding: 7px 8px;
    font-size: 10px;
    text-align: center;
    white-space: normal;
  }

  .failure-test {
    margin: 0 13px 13px;
    padding: 17px;
  }

  .failure-path {
    gap: 7px;
  }

  .failure-path > div {
    padding: 11px 10px;
  }

  .failure-path small {
    font-size: 10px;
  }

  .failure-path strong {
    font-size: 12px;
  }

  .trust-ribbon-v2 {
    grid-template-columns: 1fr;
    margin-top: 0;
    border-radius: 14px 14px 0 0;
  }

  .trust-ribbon-v2 .trust-item:nth-child(3) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .network-idea .section-heading,
  .hard-offer .section-heading,
  .process-v2 .section-heading {
    margin-bottom: 44px;
  }

  .network-idea .section-heading h2,
  .hard-offer .section-heading h2,
  .process-v2 .section-heading h2,
  .safeguards h2 {
    font-size: clamp(42px, 11vw, 58px);
  }

  .network-idea .split-heading > p:last-child,
  .process-v2 .split-heading > p:last-child {
    font-size: 18px;
  }

  .network-map {
    min-height: 370px;
    border-radius: 18px;
  }

  .ring-one { width: 190px; height: 190px; }
  .ring-two { width: 310px; height: 310px; }

  .network-center {
    width: 135px;
    height: 135px;
    border-width: 7px;
  }

  .network-center strong {
    max-width: 100px;
    font-size: 16px;
  }

  .company-node {
    padding: 7px 9px;
    font-size: 10px;
  }

  .node-a { top: 8%; left: 39%; }
  .node-b { top: 43%; right: 3%; }
  .node-c { bottom: 8%; left: 39%; }
  .node-d { top: 43%; left: 3%; }

  .network-steps article {
    min-height: 0;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 15px;
    padding: 22px 18px;
  }

  .network-steps article > span {
    width: 42px;
    height: 42px;
  }

  .network-steps h3 {
    font-size: 21px;
  }

  .network-steps p {
    font-size: 15px;
  }

  .plain-definition {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px;
  }

  .choice-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .choice-card {
    min-height: 218px;
    padding: 24px;
  }

  .choice-card > p {
    margin-top: 24px;
  }

  .complete-offer {
    padding: 22px;
  }

  .complete-lines {
    grid-template-columns: 1fr;
  }

  .use-case-strip {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .process-grid article {
    min-height: 0;
    padding: 27px 24px;
  }

  .process-grid article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .process-grid article > span {
    margin-bottom: 42px;
  }

  .offer-transform {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .offer-transform > div {
    min-height: 128px;
    padding: 26px 24px;
  }

  .offer-transform > i {
    min-height: 54px;
    transform: rotate(90deg);
  }

  .offer-transform-result {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .safeguards-layout {
    gap: 45px;
  }

  .safeguards-copy > p:not(.eyebrow) {
    font-size: 18px;
  }

  .control-card-head,
  .control-list {
    padding-right: 20px;
    padding-left: 20px;
  }

  .control-list article {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
  }

  .control-list article > span {
    width: 32px;
    height: 32px;
  }

  .faq-intro h2 {
    font-size: clamp(44px, 11vw, 58px);
  }
}

@media (max-width: 390px) {
  .hero-v2 .hero-title {
    font-size: clamp(44px, 12vw, 52px);
  }

  .hero-v2 .hero-intro {
    font-size: 18px;
  }

  .flow-card-head {
    gap: 8px;
    padding: 16px 14px;
  }

  .flow-card-head > div span {
    font-size: 9px;
  }

  .flow-card-head > div strong {
    font-size: 17px;
  }

  .offer-card-head {
    gap: 9px;
    padding: 17px 14px;
  }

  .offer-card-head > div span {
    font-size: 9px;
  }

  .offer-card-head > div strong {
    font-size: 17px;
  }

  .network-badge {
    max-width: 86px;
    white-space: normal;
  }

  .offer-line {
    grid-template-columns: 32px minmax(0, 1fr) 64px;
    gap: 7px;
  }

  .offer-number {
    width: 31px;
    height: 31px;
  }

  .offer-line > div strong {
    font-size: 14px;
  }

  .offer-line > div small {
    font-size: 10px;
  }

  .offer-line > b {
    max-width: 64px;
    font-size: 9px;
  }

  .failure-path {
    grid-template-columns: 1fr;
  }

  .failure-path > svg {
    width: 22px;
    margin-inline: auto;
    transform: rotate(90deg);
  }

  .network-map {
    min-height: 340px;
  }

  .ring-two { width: 280px; height: 280px; }

  .company-node {
    font-size: 9px;
  }
}
