﻿:root {
  --bg: #000000;
  --bg-soft: #0a0a0a;
  --graphite: #0f1115;
  --panel: rgba(15, 17, 21, 0.82);
  --panel-strong: #0f1115;
  --line: rgba(255, 255, 255, 0.15);
  --line-strong: rgba(34, 215, 106, 0.58);
  --text: #ffffff;
  --muted: #b8c1bc;
  --soft: #f5f5f7;
  --green: #22d76a;
  --green-bright: #30d083;
  --cta-green: #6bd05c;
  --cta-green-hover: #7fe36f;
  --cta-text: #070b0d;
  --secondary-border: #263238;
  --secondary-text: #f4f7f5;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.46);
  --max: 1180px;
  --radius: 8px;
  --header-h: 74px;
}

/* Home-2 A/B test */
body.home-2-page {
  min-height: 100vh;
  color: #f6fff8;
  font-family: "Exo 2", "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  background:
    radial-gradient(circle at 50% 7%, rgba(100, 255, 61, 0.08), transparent 28rem),
    radial-gradient(circle at 22% 33%, rgba(45, 220, 121, 0.1), transparent 27rem),
    #020505;
}

body.home-2-page::before {
  opacity: 0.35;
}

.home2-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 72px;
  padding: 0 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(2, 5, 5, 0.9);
  backdrop-filter: blur(22px);
}

.home2-brand,
.home2-nav,
.home2-actions,
.home2-btn {
  display: inline-flex;
  align-items: center;
}

.home2-brand {
  gap: 12px;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.home2-brand-mark {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #071008;
  font-weight: 900;
  background: linear-gradient(135deg, #5fff38, #9bff51);
  border-radius: 9px 3px 9px 3px;
  transform: skew(-8deg);
}

.home2-nav {
  justify-content: center;
  gap: clamp(22px, 3.1vw, 48px);
  font-size: 0.86rem;
  font-weight: 750;
}

.home2-nav a {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.home2-actions {
  gap: 12px;
}

.home2-btn {
  justify-content: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 26px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 5px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.home2-btn-primary {
  color: #061007;
  background: linear-gradient(135deg, #78f544, #a7ff57);
  border-color: transparent;
  box-shadow: 0 0 34px rgba(110, 255, 68, 0.14);
}

.home2-btn-ghost {
  background: rgba(255, 255, 255, 0.025);
}

.home2-main {
  overflow: hidden;
}

.home2-hero,
.home2-problem,
.home2-build,
.home2-proof,
.home2-trust-strip,
.home2-playbook,
.home2-final {
  position: relative;
  width: min(calc(100% - 88px), 1360px);
  margin: 0 auto;
}

.home2-hero {
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(500px, 1fr);
  gap: clamp(42px, 6vw, 96px);
  align-items: center;
  min-height: 536px;
  padding: 58px 0 48px;
}

.home2-hero::before,
.home2-playbook::before,
.home2-final::before {
  position: absolute;
  inset: auto -16vw -8px;
  height: 160px;
  pointer-events: none;
  content: "";
  background:
    repeating-radial-gradient(ellipse at 50% 100%, rgba(128, 255, 76, 0.2) 0 1px, transparent 1px 26px),
    radial-gradient(ellipse at 50% 100%, rgba(86, 255, 75, 0.18), transparent 58%);
  opacity: 0.6;
  mask-image: linear-gradient(to top, #000, transparent 82%);
}

.home2-eyebrow {
  margin: 0 0 18px;
  color: #95ff55;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home2-hero h1 {
  max-width: 650px;
  margin: 0 0 20px;
  font-size: clamp(3.3rem, 5vw, 5.55rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.home2-hero h1 span,
.home2-final h2 span {
  color: #79f04d;
}

.home2-lede {
  max-width: 620px;
  margin: 0;
  color: #dce5df;
  font-size: 1.08rem;
  line-height: 1.55;
}

.home2-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.home2-trust {
  margin-top: 30px;
  max-width: 690px;
}

.home2-trust p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.home2-trust div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
}

.home2-trust span {
  color: #fff;
  font-size: 1.02rem;
  font-weight: 850;
}

.home2-hero-logos span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  color: #fff;
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: clamp(0.98rem, 1.16vw, 1.18rem);
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.08));
}

.home2-mini-logo-dell,
.home2-mini-logo-verisign {
  text-transform: uppercase;
}

.home2-mini-logo-dell {
  font-style: italic;
}

.home2-mini-logo-datto {
  text-transform: lowercase;
}

.home2-hero-system {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 430px;
  isolation: isolate;
}

.home2-hero-system > p {
  position: absolute;
  top: 0;
  z-index: 3;
  margin: 0;
  color: #95ff55;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home2-beam {
  position: absolute;
  left: 46%;
  top: 51%;
  z-index: 0;
  width: min(680px, 122%);
  height: 360px;
  background:
    radial-gradient(circle at 50% 50%, rgba(175, 255, 132, 0.88) 0 2px, transparent 8px),
    repeating-conic-gradient(from -40deg at 50% 50%, rgba(130, 255, 70, 0.25) 0 0.8deg, transparent 0.8deg 6deg),
    radial-gradient(ellipse at 50% 50%, rgba(84, 255, 95, 0.12), transparent 62%);
  filter: blur(0.3px);
  opacity: 0.48;
  transform: translate(-50%, -50%);
  mask-image: radial-gradient(ellipse at 50% 50%, #000 0 62%, transparent 76%);
}

.home2-system-stack {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  width: min(260px, 100%);
}

.home2-system-stack div {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 58px;
  padding: 8px 18px 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  background: rgba(5, 11, 12, 0.76);
}

.home2-system-stack div + div::before {
  position: absolute;
  left: 50%;
  top: -12px;
  width: 1px;
  height: 12px;
  content: "";
  background: rgba(255, 255, 255, 0.7);
}

.home2-system-stack .is-highlight {
  border-color: rgba(122, 255, 75, 0.75);
  box-shadow: inset 0 0 18px rgba(116, 255, 70, 0.08);
}

.home2-system-stack svg,
.home2-card-grid svg,
.home2-os svg,
.home2-proof svg,
.home2-trust-strip svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #84ff4a;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home2-system-stack span {
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.home2-revenue-orb {
  position: absolute;
  right: 4%;
  top: 40%;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 4px;
  color: #9dff56;
  font-weight: 850;
  text-transform: uppercase;
}

.home2-revenue-orb strong {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  margin-bottom: 12px;
  border: 1px solid rgba(132, 255, 74, 0.82);
  border-radius: 50%;
  color: #88ff49;
  font-size: 3rem;
  font-weight: 500;
  box-shadow: 0 0 38px rgba(117, 255, 67, 0.38);
}

.home2-revenue-orb span {
  color: #fff;
  font-size: 0.8rem;
}

.home2-revenue-orb span:nth-child(2),
.home2-revenue-orb span:nth-child(3) {
  color: #8cff4f;
}

.home2-problem {
  width: 100%;
  max-width: none;
  padding: 32px max(44px, calc((100vw - 1360px) / 2)) 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01));
  text-align: center;
}

.home2-problem h2,
.home2-build h2,
.home2-proof h2,
.home2-trust-heading h2,
.home2-playbook h2,
.home2-final h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.home2-card-grid {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.home2-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home2-card-grid article,
.home2-proof article,
.home2-form {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(5, 21, 17, 0.72));
}

.home2-card-grid article {
  display: grid;
  justify-items: center;
  min-height: 220px;
  padding: 28px 26px 24px;
}

.home2-card-grid h3 {
  margin: 16px 0 10px;
  font-size: 1.24rem;
  line-height: 1.16;
}

.home2-card-grid p,
.home2-proof p,
.home2-playbook p,
.home2-playbook li {
  margin: 0;
  color: #d5ded8;
  font-size: 0.93rem;
  line-height: 1.55;
}

.home2-build {
  display: grid;
  grid-template-columns: minmax(300px, 0.45fr) 1fr;
  gap: 34px;
  align-items: center;
  padding: 38px 0 30px;
}

.home2-build-copy ul,
.home2-playbook ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.home2-build-copy li,
.home2-playbook li {
  position: relative;
  padding-left: 28px;
}

.home2-build-copy li::before,
.home2-playbook li::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  content: "\2713";
  color: #8cff4f;
  border: 1px solid #8cff4f;
  border-radius: 50%;
  font-size: 0.7rem;
}

.home2-os {
  padding: 24px;
  border: 1px solid rgba(131, 255, 75, 0.32);
  border-radius: 8px;
  background: radial-gradient(circle at 50% 0%, rgba(108, 255, 69, 0.12), transparent 40%), rgba(3, 16, 12, 0.76);
  text-align: center;
}

.home2-os-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.home2-os-flow div {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 7px;
  min-width: 0;
}

.home2-os-flow div:not(:last-child)::after {
  position: absolute;
  top: 32px;
  right: -14px;
  color: #8cff4f;
  content: "\2192";
}

.home2-os-flow svg {
  width: 70px;
  height: 70px;
  padding: 16px;
  border: 1px solid #8cff4f;
  border-radius: 50%;
}

.home2-os-flow strong,
.home2-proof article span {
  color: #fff;
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.home2-os-flow span {
  color: #d8e1db;
  font-size: 0.68rem;
  line-height: 1.3;
}

.home2-feed {
  margin-top: 18px !important;
  color: #8cff4f !important;
  font-weight: 850;
  text-transform: uppercase;
}

.home2-proof {
  display: grid;
  grid-template-columns: minmax(290px, 0.7fr) repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  padding: 32px 0;
}

.home2-proof > div {
  align-self: center;
}

.home2-proof article {
  display: grid;
  align-content: center;
  min-height: 170px;
  padding: 24px;
}

.home2-proof article strong {
  margin-top: 10px;
  color: #8cff4f;
  font-size: clamp(1.7rem, 2.4vw, 2.7rem);
  line-height: 1;
}

.home2-trust-strip {
  padding: 54px 0 58px;
}

.home2-trust-heading {
  max-width: 980px;
  margin: 0 auto 44px;
  text-align: center;
}

.home2-trust-heading h2 {
  margin: 0;
  font-size: clamp(3rem, 4.6vw, 4.6rem);
  line-height: 1;
  text-shadow: 0 16px 40px rgba(0, 0, 0, 0.72);
}

.home2-trust-heading h2 span {
  color: #5be24c;
}

.home2-trust-heading p {
  max-width: 860px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.32rem, 1.7vw, 1.74rem);
  font-weight: 650;
  line-height: 1.38;
}

.home2-trust-panel {
  display: grid;
  grid-template-columns: 1.04fr 1fr 0.92fr;
  gap: 0;
  min-height: 570px;
  padding: clamp(34px, 4vw, 52px) clamp(36px, 4.6vw, 66px);
  border: 1px solid rgba(96, 255, 88, 0.54);
  border-radius: 8px;
  background:
    radial-gradient(circle at 14% 12%, rgba(48, 222, 116, 0.16), transparent 28rem),
    radial-gradient(circle at 68% 26%, rgba(64, 238, 95, 0.1), transparent 28rem),
    linear-gradient(135deg, rgba(2, 18, 17, 0.94), rgba(1, 11, 12, 0.86) 52%, rgba(0, 15, 13, 0.9));
  box-shadow:
    inset 0 0 80px rgba(55, 255, 117, 0.06),
    0 28px 80px rgba(0, 0, 0, 0.36);
}

.home2-trust-column {
  min-width: 0;
  padding: 0 clamp(30px, 3.4vw, 54px);
}

.home2-trust-column:first-child {
  padding-left: 0;
}

.home2-trust-column + .home2-trust-column {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.home2-trust-column:last-child {
  padding-right: 0;
}

.home2-trust-column h3 {
  margin: 0;
  color: #87ff5a;
  font-size: clamp(1.06rem, 1.28vw, 1.34rem);
  font-weight: 900;
  letter-spacing: 0.19em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home2-trust-accent,
.home2-trust-rule {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, #7eff55, rgba(126, 255, 85, 0));
}

.home2-trust-accent {
  margin-top: 20px;
}

.home2-trust-rule {
  margin: 44px 0 28px;
}

.home2-trust-logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px 26px;
  align-items: center;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
}

.home2-trust-logos li {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  color: #fff;
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: clamp(1.25rem, 1.6vw, 1.72rem);
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.08));
}

.home2-trust-logos li:nth-child(2),
.home2-trust-logos li:nth-child(3),
.home2-trust-logos li:nth-child(5),
.home2-trust-logos li:nth-child(6) {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.home2-logo-avepoint span,
.home2-logo-gosecure span,
.home2-logo-verisign span {
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  color: #06100b;
  font-size: 0.82rem;
  font-weight: 950;
  background: #fff;
  clip-path: polygon(50% 0, 100% 88%, 0 88%);
}

.home2-logo-dell {
  font-size: clamp(1.55rem, 2vw, 2.12rem) !important;
  font-style: italic;
  text-transform: uppercase;
}

.home2-logo-kaseya {
  font-size: clamp(1.34rem, 1.72vw, 1.9rem) !important;
  font-weight: 900 !important;
}

.home2-logo-datto {
  font-size: clamp(1.72rem, 2.25vw, 2.46rem) !important;
  font-weight: 900 !important;
}

.home2-logo-sitelock,
.home2-logo-dropsuite {
  font-size: clamp(1.18rem, 1.48vw, 1.64rem) !important;
}

.home2-logo-sitelock span,
.home2-logo-dropsuite span {
  display: inline-block;
  width: 22px;
  height: 24px;
  margin-right: 6px;
  border: 3px solid #fff;
  border-radius: 2px;
}

.home2-logo-sitelock span::before,
.home2-logo-dropsuite span::before {
  display: block;
  width: 9px;
  height: 6px;
  margin: -7px auto 0;
  border: 3px solid #fff;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  content: "";
}

.home2-logo-dropsuite span {
  border-radius: 50% 50% 4px 4px;
  transform: scaleX(0.92);
}

.home2-logo-gosecure {
  grid-column: 1 / span 2;
  font-size: clamp(1.38rem, 1.8vw, 1.98rem) !important;
}

.home2-logo-gosecure span {
  clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
}

.home2-logo-verisign {
  grid-column: 3;
  font-size: clamp(1.32rem, 1.76vw, 1.92rem) !important;
}

.home2-logo-verisign span {
  clip-path: circle(50%);
}

.home2-trust-lead,
.home2-trust-statement {
  margin: 0;
  color: #fff;
  font-size: clamp(1.32rem, 1.72vw, 1.86rem);
  font-weight: 800;
  line-height: 1.45;
}

.home2-trust-operator > p:not(.home2-trust-lead),
.home2-check-list,
.home2-built-list {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.18vw, 1.2rem);
  line-height: 1.55;
}

.home2-trust-operator > p:not(.home2-trust-lead) {
  margin: 26px 0 0;
}

.home2-trust-commercial,
.home2-trust-channel {
  display: grid;
}

.home2-trust-orb {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  margin: 30px auto 24px;
  border: 1.5px solid rgba(127, 255, 82, 0.9);
  border-radius: 50%;
  color: #7eff55;
  background: radial-gradient(circle, rgba(64, 255, 104, 0.16), transparent 62%);
  box-shadow: 0 0 34px rgba(96, 255, 84, 0.22);
}

.home2-trust-orb svg {
  width: 68px;
  height: 68px;
  stroke-width: 2.35;
}

.home2-trust-statement {
  max-width: 460px;
}

.home2-check-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home2-check-list li {
  position: relative;
  padding-left: 44px;
}

.home2-check-list li::before {
  position: absolute;
  top: 0.08em;
  left: 0;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: #8cff4f;
  border: 1.5px solid #8cff4f;
  border-radius: 50%;
  content: "\2713";
  font-size: 0.82rem;
  font-weight: 850;
}

.home2-built-for {
  margin: 0 0 22px;
  color: #83ff57;
  font-size: clamp(1.1rem, 1.32vw, 1.38rem);
  font-weight: 900;
}

.home2-built-list {
  display: grid;
}

.home2-built-list div {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.home2-built-list div:first-child {
  border-top: 0;
}

.home2-built-list svg {
  width: 50px;
  height: 50px;
  stroke-width: 2.15;
}

.home2-built-list span {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.02rem, 1.22vw, 1.22rem);
  font-weight: 650;
}

.home2-playbook {
  display: grid;
  grid-template-columns: 230px 1fr minmax(300px, 0.42fr);
  gap: 38px;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 250px;
  padding: 34px max(44px, calc((100vw - 1360px) / 2));
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: radial-gradient(circle at 22% 50%, rgba(105, 255, 66, 0.16), transparent 34%), rgba(5, 22, 13, 0.76);
}

.home2-book {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 220px;
  padding: 28px 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  color: #fff;
  background:
    radial-gradient(ellipse at 80% 92%, rgba(139, 255, 80, 0.42), transparent 34%),
    repeating-radial-gradient(ellipse at 80% 92%, rgba(139, 255, 80, 0.22) 0 1px, transparent 1px 15px),
    linear-gradient(145deg, #101615, #030505);
  box-shadow: 18px 28px 40px rgba(0, 0, 0, 0.5);
  transform: rotate(-6deg);
}

.home2-book span,
.home2-book em {
  color: #8cff4f;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.home2-book strong {
  font-size: 1.4rem;
  line-height: 1.12;
}

.home2-playbook ul {
  margin-top: 12px;
}

.home2-form {
  display: grid;
  gap: 14px;
  padding: 26px;
}

.home2-form h2 {
  font-size: 1.55rem;
}

.home2-form input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.06);
}

.home2-form small {
  color: rgba(255, 255, 255, 0.62);
  text-align: center;
}

.home2-final {
  display: grid;
  justify-items: center;
  gap: 22px;
  width: 100%;
  max-width: none;
  min-height: 190px;
  padding: 30px 24px 42px;
  text-align: center;
}

.home-2-page .site-footer.footer-mock {
  margin-top: 0;
}

@media (max-width: 1120px) {
  .home2-header {
    grid-template-columns: 1fr auto;
    padding: 12px 24px;
  }

  .home2-nav {
    order: 3;
    grid-column: 1 / -1;
  }

  .home2-hero,
  .home2-build,
  .home2-proof,
  .home2-playbook {
    grid-template-columns: 1fr;
  }

  .home2-four,
  .home2-os-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home2-revenue-orb {
    position: relative;
    inset: auto;
    margin-top: 24px;
  }
}

@media (max-width: 720px) {
  .home2-header {
    display: grid;
  }

  .home2-actions,
  .home2-nav,
  .home2-hero-ctas,
  .home2-trust div {
    justify-content: flex-start;
  }

  .home2-actions,
  .home2-nav {
    flex-wrap: wrap;
    gap: 10px 16px;
  }

  .home2-hero,
  .home2-build,
  .home2-proof,
  .home2-playbook,
  .home2-final {
    width: min(calc(100% - 28px), 1360px);
  }

  .home2-hero {
    min-height: auto;
    padding-top: 36px;
  }

  .home2-hero h1 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .home2-hero-system {
    min-height: auto;
    padding-top: 42px;
  }

  .home2-card-grid,
  .home2-four,
  .home2-os-flow,
  .home2-build-copy ul,
  .home2-playbook ul {
    grid-template-columns: 1fr;
  }

  .home2-problem,
  .home2-playbook {
    padding-right: 14px;
    padding-left: 14px;
  }

  .home2-os-flow div:not(:last-child)::after,
  .home2-beam {
    display: none;
  }

  .home2-book {
    transform: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Exo 2", "Space Grotesk", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 76% 18%, rgba(34, 215, 106, 0.07), transparent 31rem),
    radial-gradient(circle at 13% 62%, rgba(34, 215, 106, 0.045), transparent 28rem),
    var(--bg);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image:
    radial-gradient(circle, rgba(34, 215, 106, 0.11) 1px, transparent 1.5px),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 42px 42px, 52px 52px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.62), transparent 64%);
}

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

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  padding: 10px 14px;
  color: var(--bg);
  background: var(--green);
  border-radius: var(--radius);
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 12;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(calc(100% - 32px), var(--max));
  max-width: calc(100vw - 32px);
  height: var(--header-h);
  margin-top: 14px;
  padding: 0 12px 0 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(22px);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.22);
  transform: translateX(-50%);
  transition: background 220ms ease, border-color 220ms ease, height 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.site-header.is-scrolled {
  height: 62px;
  background: rgba(0, 0, 0, 0.9);
  border-color: rgba(34, 215, 106, 0.34);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-logo {
  width: clamp(148px, 15vw, 190px);
  height: auto;
  filter: brightness(1.08);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.7vw, 24px);
  color: var(--soft);
  font-size: 0.88rem;
}

.nav-links a {
  position: relative;
  padding: 8px 0;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  max-width: 100%;
  padding: 0 18px;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 760;
  background: var(--cta-green);
  border-radius: var(--radius);
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease;
}

.header-cta span {
  display: block;
  max-width: 100%;
}

.hero {
  position: relative;
  display: grid;
  align-items: start;
  min-height: 100svh;
  padding: calc(var(--header-h) + 42px) 0 16px;
  overflow: hidden;
  isolation: isolate;
}

.hero::after {
  position: absolute;
  right: -8%;
  bottom: 4%;
  z-index: -1;
  width: min(760px, 62vw);
  height: min(380px, 38vw);
  pointer-events: none;
  content: "";
  background:
    radial-gradient(ellipse at 74% 78%, rgba(34, 215, 106, 0.34), transparent 38%),
    repeating-linear-gradient(164deg, transparent 0 19px, rgba(34, 215, 106, 0.3) 20px, transparent 22px);
  filter: blur(0.2px);
  opacity: 0.62;
  mask-image: linear-gradient(100deg, transparent 0%, #000 28%, #000 76%, transparent 100%);
  transform: skewY(-9deg);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media {
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.34;
  filter: grayscale(1) contrast(1.18) brightness(0.72) sepia(1) hue-rotate(72deg) saturate(1.25);
  transform: none;
}

.hero-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.82) 40%, rgba(0, 0, 0, 0.48) 72%, rgba(0, 0, 0, 0.76) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.16) 44%, #000000 100%);
}

.hero-content {
  width: min(var(--max), calc(100vw - 56px));
  min-width: 0;
  margin: 0 auto;
  padding-bottom: 0;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--green);
  font-size: clamp(0.78rem, 1vw, 0.96rem);
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow,
.commercial-system-eyebrow,
.monetization-gap-eyebrow,
.revenue-os-eyebrow,
.systems-mock-eyebrow,
.systems-motion-eyebrow,
.sprint-mock-eyebrow,
.roadmap-mock-eyebrow,
.proof-mock-eyebrow {
  color: var(--green) !important;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.text-signal {
  color: var(--green);
}

.hero h1 {
  max-width: 1320px;
  margin: 0;
  font-size: clamp(4.2rem, 6.25vw, 5.9rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0;
}

.section h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(3rem, 7.4vw, 7.35rem);
  font-weight: 800;
  line-height: 0.91;
  letter-spacing: 0;
}

.hero h1 > span {
  display: block;
}

.hero h1 .text-signal {
  display: inline;
}

.hero-copy {
  width: min(760px, 100%);
  margin: 24px 0 0;
  color: var(--soft);
  font-size: clamp(1.12rem, 1.72vw, 1.42rem);
  line-height: 1.48;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  width: min(830px, 100%);
  margin: clamp(24px, 4.4svh, 34px) auto 0;
}

.hero-actions .button {
  min-height: 64px;
  padding: 0 26px;
  font-size: 1.02rem;
}

.hero-actions .button-primary {
  min-width: min(436px, 100%);
}

.hero-actions .button-secondary {
  min-width: min(378px, 100%);
}

.subpage-hero,
.proof-hero {
  min-height: clamp(520px, 60svh, 580px);
  padding-top: calc(var(--header-h) + 34px);
  padding-bottom: 24px;
}

.subpage-hero .hero-actions,
.proof-hero .hero-actions {
  margin-top: 24px;
}

.proof-hero .hero-content {
  display: grid;
  justify-items: center;
  text-align: center;
}

.proof-hero .hero-copy {
  margin-right: auto;
  margin-left: auto;
}

.subpage-hero + .section,
.proof-hero + .proof-section {
  padding-top: clamp(24px, 3vw, 36px);
}

.cta-microcopy {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-style: italic;
  font-weight: 650;
  line-height: 1.45;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(var(--max), 100%);
  margin: clamp(22px, 3.8svh, 30px) auto 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

.hero-proof div {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 6px;
  min-height: 112px;
  padding: 18px 20px;
  text-align: center;
  background: rgba(5, 7, 10, 0.7);
  backdrop-filter: blur(16px);
}

.hero-proof strong {
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-proof span {
  color: var(--soft);
  font-size: 0.88rem;
  line-height: 1.36;
}

@media (min-width: 901px) {
  .hero {
    min-height: 100svh;
    padding-top: calc(var(--header-h) + 30px);
    padding-bottom: 10px;
  }

  .hero .eyebrow {
    margin-bottom: 12px;
  }

  .hero h1 {
    max-width: 1180px;
    font-size: clamp(4rem, 5.7vw, 5.35rem);
    line-height: 0.88;
  }

  .hero-copy {
    width: min(1040px, 68vw);
    margin: clamp(10px, 1.7svh, 16px) auto 0;
    font-size: clamp(1.05rem, 1.45vw, 1.26rem);
    line-height: 1.42;
    text-align: center;
  }

  .hero-actions {
    width: min(1040px, 68vw);
    margin-top: clamp(14px, 2svh, 20px);
    align-items: stretch;
  }

  .hero-actions .button {
    flex: 1 1 0;
    min-width: 0;
    min-height: 56px;
    padding: 0 24px;
    font-size: 0.98rem;
  }

  .hero-proof {
    width: min(1188px, 100%);
    margin-top: clamp(14px, 2svh, 18px);
  }

  .hero-proof div {
    min-height: 88px;
    padding: 14px 18px;
  }

  .hero-proof span {
    font-size: 0.84rem;
  }
}

@media (min-width: 1200px) and (max-height: 820px) {
  .hero {
    padding-top: calc(var(--header-h) + 22px);
  }

  .hero h1 {
    font-size: clamp(4rem, 5.25vw, 5rem);
  }

  .hero-copy {
    max-width: 720px;
    width: min(980px, 70vw);
  }

  .hero-actions .button {
    min-height: 54px;
  }

  .hero-proof div {
    min-height: 82px;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  max-width: 100%;
  padding: 0 18px;
  font-size: 0.95rem;
  font-weight: 780;
  line-height: 1.15;
  text-align: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible,
.header-cta:hover,
.header-cta:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--cta-text);
  background: var(--cta-green);
  box-shadow: 0 20px 50px rgba(107, 208, 92, 0.18);
}

.button-primary:hover,
.button-primary:focus-visible,
.header-cta:hover,
.header-cta:focus-visible {
  color: var(--cta-text);
  background: var(--cta-green-hover);
}

.header-cta:hover,
.header-cta:focus-visible {
  color: #fff;
}

.button-secondary {
  color: var(--secondary-text);
  background: transparent;
  border-color: var(--secondary-border);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  color: var(--cta-green);
  border-color: var(--cta-green);
  background: transparent;
}

.button-icon {
  display: inline-flex;
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.button-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.business-build {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2.4vw, 24px);
  align-items: start;
  width: min(calc(100% - 48px), var(--max));
  margin: -18px auto 26px;
  padding-top: clamp(36px, 6vw, 70px);
}

.business-build h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(2.5rem, 4.4vw, 4.35rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
  text-align: center;
}

.business-build p {
  max-width: min(100%, 1100px);
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.55vw, 1.16rem);
  line-height: 1.68;
}

.business-build + .proof-strip {
  margin-top: 0;
}

.proof-strip,
.signal-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: min(calc(100% - 48px), var(--max));
  margin: -18px auto 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
}

.proof-strip div,
.signal-strip div {
  min-height: 104px;
  padding: 20px;
  background: rgba(15, 17, 21, 0.78);
  backdrop-filter: blur(18px);
}

.proof-strip strong,
.signal-strip strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.proof-strip .outcome-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  color: var(--green);
}

.proof-strip .outcome-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.proof-strip span,
.signal-strip span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.section {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: clamp(72px, 11vw, 136px) 0;
  scroll-margin-top: calc(var(--header-h) + 36px);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2.5vw, 24px);
  align-items: start;
  margin-bottom: clamp(28px, 5vw, 52px);
}

.section-heading h2 {
  max-width: none;
  font-size: clamp(2.35rem, 5.1vw, 5.3rem);
  line-height: 0.98;
}

.section-heading p:not(.eyebrow),
.outcomes-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.section-heading p:not(.eyebrow),
.outcomes-copy p,
.difference-copy p:not(.eyebrow) {
  max-width: 880px;
}

.problem-section .section-heading {
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
}

.problem-section .section-heading h2 {
  max-width: 100%;
  font-size: clamp(1.9rem, 2.55vw, 2.75rem);
  line-height: 1.04;
  text-align: left;
  white-space: nowrap;
}

.problem-section .section-heading p:not(.eyebrow) {
  max-width: 1120px;
}

.problem-section {
  width: min(calc(100% - 48px), 1500px);
  padding-bottom: clamp(28px, 4vw, 48px);
}

.revenue-flow-section .section-heading {
  justify-items: center;
  text-align: center;
}

.revenue-flow-section .section-heading h2 {
  text-align: center;
}

.revenue-flow-section .section-heading p:not(.eyebrow) {
  margin-inline: auto;
}

.fit-section {
  padding-top: clamp(38px, 6vw, 76px);
}

.fit-section .section-heading,
.intensive-section .section-heading,
.system-section .section-heading,
.proof-section .section-heading,
.resources-section .section-heading,
.outcomes-section .section-heading,
.plan-section .section-heading {
  justify-items: center;
  text-align: center;
}

.fit-section .section-heading p:not(.eyebrow),
.intensive-section .section-heading p:not(.eyebrow),
.system-section .section-heading p:not(.eyebrow),
.proof-section .section-heading p:not(.eyebrow),
.resources-section .section-heading p:not(.eyebrow),
.outcomes-section .section-heading p:not(.eyebrow),
.plan-section .section-heading p:not(.eyebrow) {
  margin-inline: auto;
}

.plan-section .section-heading > div,
.plan-section .section-heading .eyebrow {
  justify-self: center;
  text-align: center;
}

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

.fit-card {
  position: relative;
  padding: clamp(22px, 3.4vw, 32px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.014)),
    rgba(15, 17, 21, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.fit-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--green), transparent 72%);
}

.fit-card h3 {
  margin: 0 0 18px;
  color: var(--text);
  font-size: clamp(1.3rem, 2.2vw, 1.85rem);
  line-height: 1.12;
}

.fit-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit-card li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.55;
}

.fit-card li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--green);
  border-radius: 50%;
}

.fit-card-not li::before {
  background: rgba(244, 247, 245, 0.36);
}

.section-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.section-cta .cta-microcopy {
  flex: 1 0 100%;
}

.problem-conclusion .section-cta,
.plan-section .section-cta,
.proof-section .section-cta,
.systems-section .section-cta,
.outcomes-section .section-cta {
  justify-content: center;
  text-align: center;
}

.plan-section .section-cta .cta-microcopy,
.proof-section .section-cta .cta-microcopy,
.systems-section .section-cta .cta-microcopy,
.outcomes-section .section-cta .cta-microcopy {
  margin: 0 0 2px;
  color: var(--soft);
  text-align: center;
}

.system-section .section-cta {
  justify-content: center;
}

.system-section .section-cta .cta-microcopy,
.resource-cta .cta-microcopy {
  text-align: center;
}

.resource-cta {
  justify-content: center;
}

.problem-grid,
.systems-grid,
.case-grid,
.difference-grid,
.resource-grid,
.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.problem-card,
.system-card,
.case-card,
.difference-card,
.resource-card,
.plan-card {
  position: relative;
  min-height: 344px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012)),
    var(--panel);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

.problem-card::before,
.system-card::before,
.case-card::before,
.difference-card::before,
.resource-card::before,
.plan-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--green), transparent 76%);
  opacity: 0.88;
}

.card-kicker {
  color: var(--green);
  font-size: 0.77rem;
  font-weight: 850;
}

.problem-card h3,
.timeline-step h3,
.system-card h3,
.case-card h3,
.difference-card h3,
.resource-card h3,
.plan-card h3 {
  margin: 16px 0 12px;
  font-size: 1.18rem;
  line-height: 1.22;
}

.problem-card p,
.timeline-step p,
.system-card p,
.case-card p,
.difference-card p,
.resource-card p,
.plan-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.problem-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.problem-card li {
  position: relative;
  padding-left: 18px;
  color: var(--soft);
  font-size: 0.92rem;
}

.problem-card li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(34, 215, 106, 0.38);
}

.problem-conclusion {
  position: relative;
  margin-top: 18px;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 0%, rgba(34, 215, 106, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.014)),
    rgba(15, 17, 21, 0.72);
}

.problem-conclusion::before {
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--green), transparent 76%);
  opacity: 0.88;
}

.problem-conclusion p {
  max-width: 980px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.14rem);
  line-height: 1.7;
}

.problem-conclusion p + p {
  margin-top: 16px;
  color: var(--soft);
  font-weight: 700;
}

.problem-conclusion .contextual-link-copy {
  max-width: 900px;
  color: var(--muted);
  font-weight: 650;
}

.text-link {
  color: var(--green);
  font-weight: 820;
  text-decoration: underline;
  text-decoration-color: rgba(34, 215, 106, 0.46);
  text-underline-offset: 0.18em;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--cta-green-hover);
  text-decoration-color: currentColor;
}

.system-section {
  width: 100%;
  max-width: none;
  padding-top: clamp(36px, 5vw, 56px);
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  background:
    radial-gradient(circle at 74% 32%, rgba(34, 215, 106, 0.12), transparent 32rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(15, 17, 21, 0.68) 48%, rgba(0, 0, 0, 0) 100%);
}

.operating-map {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(34, 215, 106, 0.1), rgba(255, 255, 255, 0.02) 44%, rgba(34, 215, 106, 0.06)),
    rgba(15, 17, 21, 0.58);
  box-shadow: var(--shadow);
}

.operating-map article {
  position: relative;
  min-height: 392px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.68);
}

.operating-map article:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -18px;
  z-index: 2;
  width: 34px;
  height: 34px;
  content: ">";
  display: grid;
  place-items: center;
  color: #000000;
  font-size: 1.1rem;
  font-weight: 850;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 26px rgba(34, 215, 106, 0.3);
  transform: translateY(-50%);
}

.operating-map .engine-card {
  border-color: rgba(34, 215, 106, 0.44);
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 215, 106, 0.18), transparent 56%),
    rgba(15, 17, 21, 0.88);
}

.operating-map span,
.plan-card span,
.case-card span,
.resource-card span {
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.operating-map h3 {
  margin: 14px 0 18px;
  font-size: clamp(1.22rem, 2vw, 1.55rem);
  line-height: 1.18;
}

.operating-map ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: var(--soft);
  list-style: none;
}

.operating-map li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.35;
}

.operating-map li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--green);
  border-radius: 50%;
}

.marquee {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
}

.marquee-track {
  display: flex;
  flex: 0 0 auto;
  width: max-content;
  min-width: 100%;
  animation: drift 28s linear infinite;
}

.marquee span {
  padding: 22px clamp(24px, 5vw, 66px);
  color: rgba(244, 248, 251, 0.76);
  font-size: clamp(1rem, 2vw, 1.42rem);
  font-weight: 780;
  white-space: nowrap;
}

.systems-grid,
.case-grid,
.difference-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.systems-grid {
  grid-auto-rows: 1fr;
}

.system-card,
.case-card,
.difference-card,
.resource-card,
.plan-card {
  display: grid;
  align-content: start;
  min-height: auto;
}

.system-card h3,
.case-card h3,
.difference-card h3,
.plan-card h3 {
  margin-top: 0;
  font-size: clamp(1.24rem, 2vw, 1.62rem);
}

.systems-grid .system-card h3 {
  font-size: clamp(1.2rem, 1.65vw, 1.55rem);
  line-height: 1.18;
}

.system-outcome {
  display: block;
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.95rem;
  font-weight: 850;
  line-height: 1.28;
}

.plan-section {
  position: relative;
}

.intensive-section {
  position: relative;
}

.intensive-layout {
  display: grid;
  width: min(100%, 1120px);
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
  margin-inline: auto;
  padding: clamp(14px, 2vw, 20px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 76% 0%, rgba(34, 215, 106, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.042), rgba(255, 255, 255, 0.012)),
    rgba(15, 17, 21, 0.68);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.3);
}

.intensive-panel,
.intensive-details {
  position: relative;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.014)),
    rgba(15, 17, 21, 0.82);
  box-shadow: none;
}

.intensive-panel::before,
.intensive-details::before {
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--green), transparent 76%);
  opacity: 0.88;
}

.intensive-panel {
  display: grid;
  gap: 14px;
  align-content: start;
}

.intensive-panel h3 {
  margin: 16px 0 14px;
  font-size: clamp(1.72rem, 3.1vw, 2.72rem);
  line-height: 1.04;
}

.intensive-panel p,
.build-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.66;
}

.sprint-pricing {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: clamp(18px, 2.4vw, 24px);
  background:
    linear-gradient(135deg, rgba(34, 215, 106, 0.14), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(34, 215, 106, 0.46);
  border-radius: var(--radius);
}

.sprint-pricing span {
  color: var(--green);
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.sprint-pricing strong {
  color: var(--text);
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 850;
  line-height: 0.98;
}

.sprint-pricing small {
  color: var(--soft);
  font-size: 0.96rem;
  font-weight: 760;
}

.sprint-pricing em {
  max-width: 720px;
  color: var(--muted);
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 650;
  line-height: 1.46;
}

.intensive-panel .button {
  width: fit-content;
  justify-self: center;
}

.intensive-panel > .cta-microcopy {
  width: 100%;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.intensive-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.intensive-stats div {
  min-height: 94px;
  padding: 14px 16px;
  background: rgba(0, 0, 0, 0.44);
}

.intensive-stats strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-size: clamp(1.24rem, 2.4vw, 1.8rem);
  line-height: 1.05;
}

.intensive-stats span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.intensive-details {
  display: grid;
  gap: 14px;
  align-content: start;
  background:
    radial-gradient(circle at 88% 0%, rgba(34, 215, 106, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.012)),
    rgba(15, 17, 21, 0.76);
}

.sprint-offer,
.sprint-approach {
  grid-column: 1 / -1;
}

.intensive-cta {
  display: grid;
  grid-column: 1 / -1;
  justify-items: center;
  gap: 8px;
  padding: 2px 0 0;
  text-align: center;
}

.intensive-cta .button {
  min-width: min(100%, 360px);
  justify-content: center;
}

.activation-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(34, 215, 106, 0.34);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(34, 215, 106, 0.26);
}

.activation-flow span {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 12px;
  color: var(--soft);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.72);
}

.activation-flow span:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -11px;
  z-index: 2;
  width: 22px;
  height: 22px;
  content: ">";
  display: grid;
  place-items: center;
  color: #000000;
  font-size: 0.72rem;
  font-weight: 850;
  background: var(--green);
  border-radius: 50%;
  transform: translateY(-50%);
}

.build-list h3 {
  margin: 0 0 20px;
  font-size: clamp(1.42rem, 2.5vw, 2rem);
  line-height: 1.12;
}

.build-list ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.build-list li {
  position: relative;
  min-height: 54px;
  padding: 13px 16px 13px 48px;
  color: var(--soft);
  line-height: 1.45;
  border: 1px solid rgba(34, 215, 106, 0.16);
  border-radius: calc(var(--radius) - 4px);
  background: rgba(0, 0, 0, 0.22);
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.build-list li:hover {
  color: var(--text);
  border-color: rgba(34, 215, 106, 0.5);
  background:
    linear-gradient(90deg, rgba(34, 215, 106, 0.13), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.28);
  transform: translateX(3px);
}

.build-list li::before {
  position: absolute;
  top: 15px;
  left: 16px;
  width: 20px;
  height: 20px;
  content: "";
  background: rgba(34, 215, 106, 0.16);
  border: 1px solid rgba(34, 215, 106, 0.68);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(34, 215, 106, 0.2);
}

.build-list li::after {
  position: absolute;
  top: 21px;
  left: 22px;
  width: 8px;
  height: 4px;
  content: "";
  border-bottom: 2px solid var(--green);
  border-left: 2px solid var(--green);
  transform: rotate(-45deg);
}

.build-list li:hover::before {
  background: var(--green);
}

.build-list li:hover::after {
  border-color: #061109;
}

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

.plan-card {
  min-height: 300px;
}

.plan-card span {
  color: var(--green);
}

.case-card {
  min-height: 424px;
}

.case-card p + p {
  margin-top: 16px;
}

.case-card strong {
  color: var(--soft);
}

.difference-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 5vw, 52px);
  align-items: start;
}

.difference-copy h2 {
  max-width: none;
  margin: 0 0 24px;
  font-size: clamp(2.35rem, 5.1vw, 5.3rem);
  line-height: 0.98;
}

.difference-copy {
  display: grid;
  justify-items: center;
  text-align: center;
}

.difference-copy p:not(.eyebrow) {
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

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

.difference-card {
  min-height: 170px;
}

.resource-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.resource-card {
  min-height: 210px;
}

.resource-card h3 {
  margin: 16px 0 0;
  font-size: 1.08rem;
  line-height: 1.25;
}

.faq-list {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(15, 17, 21, 0.58);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 0;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 74px;
  padding: 0 24px;
  color: var(--text);
  font-weight: 820;
  cursor: pointer;
}

.faq-list summary::after {
  content: "+";
  color: var(--green);
  font-size: 1.5rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-answer {
  max-width: 820px;
  margin: -4px 24px 24px;
  color: var(--muted);
  line-height: 1.68;
}

.faq-answer p {
  margin: 0 0 14px;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-answer ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding-left: 20px;
}

.faq-answer li::marker {
  color: var(--green);
}

/* FAQ mockup page */
.faq-page {
  background:
    radial-gradient(circle at 78% 10%, rgba(34, 215, 106, 0.08), transparent 34rem),
    radial-gradient(circle at 18% 48%, rgba(34, 215, 106, 0.045), transparent 28rem),
    #000;
}

.faq-page main {
  width: min(calc(100% - 72px), 1460px);
  margin: 0 auto;
  padding: calc(var(--header-h) + 58px) 0 70px;
}

.faq-page .site-header {
  width: min(calc(100% - 32px), 1500px);
}

.faq-page .header-cta {
  min-width: 208px;
  color: #fff;
}

.faq-mock-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 640px);
  gap: clamp(38px, 5vw, 78px);
  align-items: center;
  min-height: 430px;
  padding: 22px 0 0;
  overflow: hidden;
}

.faq-mock-hero::before {
  position: absolute;
  inset: -10% -4% 0 42%;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(34, 215, 106, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 215, 106, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 45% 56%, rgba(34, 215, 106, 0.18), transparent 28rem);
  background-size: 46px 46px, 46px 46px, auto;
  opacity: 0.48;
  mask-image: radial-gradient(circle at 50% 52%, #000 0, transparent 72%);
}

.faq-eyebrow,
.faq-page .faq-category-card h2,
.faq-not-for strong,
.faq-logo-strip > strong {
  color: var(--green);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.faq-eyebrow {
  margin: 0 0 10px;
  font-size: clamp(0.9rem, 1vw, 1.04rem);
}

.faq-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: var(--text);
  font-size: clamp(3.45rem, 5.2vw, 5.8rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: 0 2px 24px rgba(255, 255, 255, 0.08);
}

.faq-hero-copy h1 span {
  display: block;
}

.faq-hero-copy h1 .faq-title-accent {
  color: var(--green);
}

.faq-hero-copy > p {
  width: min(100%, 820px);
  margin: 28px 0 0;
  color: rgba(244, 247, 245, 0.84);
  font-size: clamp(1.08rem, 1.35vw, 1.32rem);
  line-height: 1.7;
}

.faq-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.faq-hero-actions .button,
.faq-final-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: min(100%, 350px);
  min-height: 64px;
  padding: 0 28px;
  border-radius: 6px;
}

.faq-hero-actions svg,
.faq-final-actions svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-hero-visual {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(180px, 230px);
  gap: 34px;
  align-items: center;
  min-height: 420px;
}

.faq-orb {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(250px, 28vw, 370px);
  aspect-ratio: 1;
  justify-self: center;
  color: var(--green);
  border: 7px solid rgba(118, 244, 149, 0.92);
  border-radius: 50% 50% 50% 12%;
  background:
    radial-gradient(circle at 50% 46%, rgba(34, 215, 106, 0.24), transparent 44%),
    rgba(2, 18, 12, 0.4);
  box-shadow: 0 0 70px rgba(34, 215, 106, 0.24), inset 0 0 38px rgba(34, 215, 106, 0.1);
  transform: rotate(-4deg);
}

.faq-orb::before {
  position: absolute;
  inset: -76px;
  content: "";
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, rgba(34, 215, 106, 0.2) 0 1px, transparent 1px 24px),
    conic-gradient(from 0deg, transparent, rgba(34, 215, 106, 0.34), transparent 36%);
  opacity: 0.45;
  mask-image: radial-gradient(circle, transparent 0 38%, #000 39%, transparent 70%);
}

.faq-orb span {
  position: relative;
  color: rgba(120, 246, 151, 0.95);
  font-size: clamp(6rem, 10vw, 9rem);
  font-weight: 900;
  line-height: 1;
  transform: rotate(4deg);
}

.faq-hero-markers {
  display: grid;
  gap: 28px;
  padding-left: 34px;
  border-left: 1px solid rgba(34, 215, 106, 0.72);
}

.faq-hero-markers span {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: center;
}

.faq-hero-markers svg,
.faq-category-card svg,
.faq-warning svg,
.faq-not-for svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-hero-markers svg {
  color: var(--green);
  stroke-width: 2.1;
}

.faq-hero-markers strong {
  color: var(--text);
  font-size: clamp(0.98rem, 1.1vw, 1.14rem);
  line-height: 1.25;
}

.faq-proof-row,
.faq-warning,
.faq-category-row,
.faq-not-for,
.faq-final-cta,
.faq-logo-strip {
  border: 1px solid rgba(244, 247, 245, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 95% 0%, rgba(34, 215, 106, 0.1), transparent 24rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012)),
    rgba(7, 11, 13, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 22px 70px rgba(0, 0, 0, 0.28);
}

.faq-proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 38px;
}

.faq-proof-row div {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 82px;
  padding: 18px 26px;
  color: var(--text);
  font-weight: 720;
  line-height: 1.35;
}

.faq-proof-row div + div {
  border-left: 1px solid rgba(244, 247, 245, 0.15);
}

.faq-proof-row span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--green);
  font-size: 1.2rem;
  border: 1px solid var(--green);
  border-radius: 999px;
}

.faq-warning {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 28px;
  padding: 26px 34px;
  border-color: rgba(34, 215, 106, 0.34);
}

.faq-warning > span {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: var(--green);
  font-size: 2.2rem;
  font-weight: 500;
  border: 1px solid var(--green);
  border-radius: 999px;
}

.faq-warning h2 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: clamp(1.32rem, 1.7vw, 1.8rem);
  line-height: 1.15;
}

.faq-warning p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.14vw, 1.12rem);
  line-height: 1.55;
}

.faq-mock-section {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.faq-category-row {
  display: grid;
  grid-template-columns: minmax(240px, 350px) minmax(0, 1fr);
  overflow: hidden;
}

.faq-category-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  align-content: start;
  min-height: 174px;
  padding: 34px 30px;
  border-right: 1px solid rgba(244, 247, 245, 0.15);
  background: linear-gradient(145deg, rgba(34, 215, 106, 0.06), rgba(255, 255, 255, 0.01));
}

.faq-category-card > span {
  display: inline-flex;
  width: 52px;
  height: 52px;
  color: var(--green);
}

.faq-category-card svg {
  stroke-width: 1.8;
}

.faq-category-card h2 {
  margin: 0 0 16px;
  font-size: clamp(0.82rem, 0.9vw, 0.96rem);
  letter-spacing: 0.06em;
  overflow-wrap: anywhere;
}

.faq-category-card p {
  margin: 0;
  color: rgba(244, 247, 245, 0.78);
  font-size: clamp(0.94rem, 1.08vw, 1.04rem);
  line-height: 1.6;
}

.faq-accordion-list {
  display: grid;
  align-content: start;
  padding: 12px 14px;
}

.faq-accordion-list details {
  border-bottom: 1px solid rgba(244, 247, 245, 0.16);
}

.faq-accordion-list details:last-child {
  border-bottom: 0;
}

.faq-accordion-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 56px;
  padding: 0 0 0 14px;
  color: var(--text);
  font-size: clamp(1rem, 1.12vw, 1.16rem);
  font-weight: 780;
  cursor: pointer;
  list-style: none;
}

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

.faq-accordion-list summary::after {
  flex: 0 0 auto;
  content: "+";
  color: var(--green);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.faq-accordion-list details[open] summary::after {
  content: "-";
}

.faq-accordion-list .faq-answer {
  max-width: 980px;
  margin: 0 54px 22px 14px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.62;
}

.faq-not-for {
  display: grid;
  grid-template-columns: 250px repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: center;
  margin-top: 26px;
  padding: 22px 28px;
  border-color: rgba(255, 58, 75, 0.78);
  background:
    linear-gradient(135deg, rgba(255, 58, 75, 0.06), transparent 52%),
    rgba(7, 11, 13, 0.92);
}

.faq-not-for-head,
.faq-not-for p {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  margin: 0;
  color: rgba(244, 247, 245, 0.78);
  font-size: 0.96rem;
  line-height: 1.45;
}

.faq-not-for-head > span {
  width: 48px;
  height: 48px;
  font-size: 2rem;
}

.faq-not-for span {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: #ff3a4b;
  border: 1px solid rgba(255, 58, 75, 0.9);
  border-radius: 999px;
}

.faq-not-for span svg {
  width: 12px;
  height: 12px;
  stroke-width: 2.8;
}

.faq-not-for-head > span svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.4;
}

.faq-final-cta {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) minmax(320px, 470px);
  gap: 34px;
  align-items: center;
  margin-top: 28px;
  padding: 34px 42px;
  border-color: rgba(34, 215, 106, 0.56);
}

.faq-playbook-cover {
  position: relative;
  display: grid;
  place-items: center;
  width: 150px;
  height: 180px;
  justify-self: center;
  border: 1px solid rgba(34, 215, 106, 0.5);
  border-radius: 4px;
  background:
    linear-gradient(160deg, rgba(244, 247, 245, 0.08), rgba(34, 215, 106, 0.08)),
    linear-gradient(180deg, #11161a, #050708);
  box-shadow: 18px 12px 0 rgba(255, 255, 255, 0.04), 0 22px 52px rgba(0, 0, 0, 0.42);
  transform: rotate(-8deg);
}

.faq-playbook-cover::after {
  position: absolute;
  right: 14px;
  bottom: 16px;
  width: 64px;
  height: 46px;
  content: "";
  background:
    linear-gradient(135deg, transparent 45%, var(--green) 46% 54%, transparent 55%),
    repeating-linear-gradient(90deg, transparent 0 9px, rgba(34, 215, 106, 0.35) 10px 12px);
  opacity: 0.9;
}

.faq-playbook-cover span {
  color: var(--text);
  font-size: 1.04rem;
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.faq-playbook-cover small {
  color: var(--green);
  font-size: 0.72rem;
}

.faq-final-cta h2 {
  max-width: 540px;
  margin: 0 0 14px;
  color: var(--text);
  font-size: clamp(1.9rem, 2.5vw, 3rem);
  line-height: 1.05;
}

.faq-final-cta p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.58;
}

.faq-final-actions {
  display: grid;
  gap: 18px;
}

.faq-final-actions .button {
  justify-content: space-between;
  width: 100%;
}

.faq-logo-strip {
  display: grid;
  grid-template-columns: minmax(150px, 260px) 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 30px;
  padding: 26px 34px;
}

.faq-logo-strip > strong {
  font-size: 0.72rem;
}

.faq-logo-strip .operator-logos {
  width: 100%;
  transform: none;
}

.faq-logo-strip .operator-logo {
  font-size: clamp(1rem, 1.25vw, 1.28rem);
}

@media (max-width: 1100px) {
  .faq-mock-hero,
  .faq-category-row,
  .faq-final-cta,
  .faq-logo-strip {
    grid-template-columns: 1fr;
  }

  .faq-hero-visual {
    max-width: 760px;
    margin: 0 auto;
  }

  .faq-category-card {
    border-right: 0;
    border-bottom: 1px solid rgba(244, 247, 245, 0.15);
  }

  .faq-proof-row,
  .faq-not-for {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-not-for-head {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .faq-page main {
    width: min(calc(100% - 24px), 680px);
    padding-top: calc(var(--header-h) + 34px);
  }

  .faq-hero-copy h1 {
    font-size: clamp(2.75rem, 11vw, 4rem);
  }

  .faq-hero-actions .button,
  .faq-final-actions .button {
    width: 100%;
    min-width: 0;
  }

  .faq-hero-visual,
  .faq-proof-row,
  .faq-not-for {
    grid-template-columns: 1fr;
  }

  .faq-hero-markers {
    padding-left: 0;
    border-left: 0;
  }

  .faq-proof-row div + div {
    border-left: 0;
    border-top: 1px solid rgba(244, 247, 245, 0.15);
  }

  .faq-warning,
  .faq-category-card,
  .faq-final-cta,
  .faq-logo-strip {
    padding: 22px;
  }

  .faq-category-card {
    grid-template-columns: 46px 1fr;
    gap: 16px;
  }

  .faq-category-card > span {
    width: 40px;
    height: 40px;
  }

  .faq-warning {
    grid-template-columns: 1fr;
  }

  .faq-accordion-list summary {
    padding-left: 0;
  }

  .faq-accordion-list .faq-answer {
    margin-right: 0;
    margin-left: 0;
  }
}

.outcomes-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 3.5vw, 34px);
  align-items: start;
  padding-top: clamp(64px, 9vw, 110px);
}

.sprint-outcomes {
  max-width: 1280px;
  margin: clamp(26px, 3vw, 38px) auto 0;
  padding-top: clamp(26px, 3vw, 40px);
}

.outcomes-heading {
  margin-bottom: 0;
}

.sprint-outcomes .section-heading {
  margin-bottom: 0;
}

.sprint-outcomes .section-heading h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(2.1rem, 4vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

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

.outcome-card {
  position: relative;
  display: grid;
  gap: 16px;
  align-content: start;
  min-height: 246px;
  padding: 22px;
  border: 1px solid rgba(34, 215, 106, 0.2);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 215, 106, 0.13), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.012)),
    rgba(15, 17, 21, 0.8);
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.outcome-card:hover,
.outcome-card:focus-visible {
  border-color: rgba(34, 215, 106, 0.62);
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 215, 106, 0.2), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.016)),
    rgba(15, 17, 21, 0.88);
  outline: none;
  transform: translateY(-2px);
}

.outcome-card-heading {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
}

.outcome-icon {
  position: relative;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  border: 1px solid rgba(34, 215, 106, 0.62);
  border-radius: 50%;
  background: rgba(34, 215, 106, 0.14);
}

.outcome-icon::after {
  position: absolute;
  top: 9px;
  left: 8px;
  width: 10px;
  height: 5px;
  content: "";
  border-bottom: 2px solid var(--green);
  border-left: 2px solid var(--green);
  transform: rotate(-45deg);
}

.outcome-card:hover .outcome-icon,
.outcome-card:focus-visible .outcome-icon {
  background: var(--green);
  box-shadow: 0 0 24px rgba(34, 215, 106, 0.24);
}

.outcome-card:hover .outcome-icon::after,
.outcome-card:focus-visible .outcome-icon::after {
  border-color: #061109;
}

.outcome-card h3,
.outcome-card h4 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: clamp(1.25rem, 2vw, 1.72rem);
  line-height: 1.12;
}

.outcome-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.45;
}

.outcome-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.outcome-card li {
  position: relative;
  padding-left: 24px;
  color: var(--soft);
  font-size: 0.94rem;
  line-height: 1.4;
}

.outcome-card li::before {
  position: absolute;
  top: 0.16em;
  left: 0;
  color: var(--green);
  font-weight: 900;
  content: "\2713";
}

.outcome-card:hover li::before,
.outcome-card:focus-visible li::before {
  color: var(--cta-green-hover);
}

.outcome-chip {
  display: block;
  width: fit-content;
  margin-top: auto;
  padding: 6px 10px;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(34, 215, 106, 0.22);
  border-radius: 999px;
  background: rgba(34, 215, 106, 0.08);
}

.outcomes-cta {
  justify-content: center;
  margin-top: 4px;
}

.outcomes-cta .cta-microcopy {
  text-align: center;
}

.site-footer {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 0 0 54px;
  color: var(--muted);
}

.footer-revenue-cta {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: clamp(42px, 7vw, 70px) 24px;
  text-align: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.footer-revenue-cta h2 {
  max-width: 960px;
  margin: 0;
  color: var(--text);
  font-size: clamp(1.7rem, 3.2vw, 2.75rem);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: none;
}

.footer-revenue-cta > p:not(.cta-microcopy) {
  max-width: 680px;
  margin: 0;
  color: var(--soft);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.5;
}

.footer-revenue-cta > .cta-microcopy {
  margin-top: -4px;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(170px, 0.52fr) minmax(180px, 0.58fr);
  gap: clamp(36px, 7vw, 92px);
  margin-top: 70px;
  padding: 44px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.footer-brand img {
  width: 174px;
  height: auto;
  filter: brightness(1.45);
}

.footer-company p,
.footer-nav a,
.footer-action a {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.footer-company {
  display: grid;
  gap: 18px;
  max-width: 520px;
}

.footer-company-brand,
.footer-company-copy,
.footer-company-proof {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-positioning {
  max-width: 420px;
  color: var(--soft) !important;
  font-weight: 760;
}

.footer-cage {
  color: var(--soft) !important;
}

.footer-compliance {
  color: var(--soft) !important;
  font-weight: 720;
}

.footer-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(34, 215, 106, 0.24);
  border-radius: 999px;
  background: rgba(34, 215, 106, 0.075);
}

.footer-connect {
  display: grid;
  gap: 12px;
}

.footer-connect h3 {
  margin: 0;
  color: var(--soft);
  font-size: 0.84rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-connect-icons {
  display: grid;
  grid-template-columns: repeat(3, 44px);
  gap: 10px;
}

.footer-connect .footer-social-link {
  justify-content: center;
  width: 44px;
  min-height: 44px;
  padding: 0;
  color: var(--green) !important;
  border-color: rgba(34, 215, 106, 0.28);
  background:
    radial-gradient(circle at 50% 20%, rgba(34, 215, 106, 0.13), transparent 58%),
    rgba(0, 0, 0, 0.24);
}

.footer-connect .footer-social-link svg {
  width: 21px;
  height: 21px;
}

.footer-connect .footer-social-linkedin svg,
.footer-connect .footer-social-x svg {
  color: var(--green);
}

.footer-connect .footer-social-email svg {
  color: var(--green);
}

.footer-thesis {
  color: var(--soft) !important;
  font-weight: 760;
}

.footer-nav,
.footer-action {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-nav h3,
.footer-action h3 {
  margin: 0 0 10px;
  color: var(--soft);
  font-size: 0.84rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-nav a,
.footer-action a {
  width: fit-content;
}

.footer-nav a:hover,
.footer-nav a:focus-visible,
.footer-action a:hover,
.footer-action a:focus-visible {
  color: var(--green);
}

.footer-call-link {
  color: var(--soft) !important;
  font-weight: 780;
}

.footer-follow {
  display: grid;
  gap: 9px;
  margin: 16px 0 4px;
}

.footer-follow-label {
  color: var(--soft);
  font-weight: 760;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--muted);
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 10px;
  color: var(--soft) !important;
  font-size: 0.86rem;
  font-weight: 780;
  border: 1px solid rgba(244, 247, 245, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  color: var(--text) !important;
  border-color: rgba(34, 215, 106, 0.44);
  background: rgba(34, 215, 106, 0.08);
  transform: translateY(-1px);
}

.footer-social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  filter: drop-shadow(0 0 10px rgba(34, 215, 106, 0.28));
}

.footer-social-linkedin svg {
  color: #0a66c2;
}

.footer-social-x svg {
  color: var(--text);
}

.footer-social-email svg {
  color: var(--green);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-email {
  color: var(--soft) !important;
  font-weight: 780;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  justify-content: space-between;
  margin-top: 40px;
  padding: 22px 0;
  color: var(--muted);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.footer-bottom a {
  color: var(--soft);
}

.reveal {
  opacity: 1;
  transform: none;
}

.js-enabled .reveal {
  opacity: 1;
  transform: none;
  transition: opacity 680ms ease, transform 680ms ease;
}

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

main > section:not(.hero) :is(h2, h3, h4, h5, h6) {
  font-size: clamp(2rem, 2.8vw, 2.5rem);
  line-height: 1.12;
}

.playbook-main {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: calc(var(--header-h) + 76px) 0 96px;
}

.playbook-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: stretch;
  overflow: hidden;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 82% 12%, rgba(34, 215, 106, 0.18), transparent 26rem),
    linear-gradient(140deg, rgba(15, 17, 21, 0.96), rgba(0, 0, 0, 0.78));
  box-shadow: var(--shadow);
}

.playbook-hero::before {
  position: absolute;
  inset: auto -8% -30% 20%;
  height: 52%;
  pointer-events: none;
  content: "";
  background:
    repeating-linear-gradient(164deg, rgba(34, 215, 106, 0.2) 0 1px, transparent 1px 18px),
    radial-gradient(circle, rgba(34, 215, 106, 0.2), transparent 58%);
  filter: blur(0.3px);
  opacity: 0.52;
  transform: rotate(-4deg);
}

.playbook-hero-copy,
.playbook-proof-panel,
.playbook-section,
.playbook-band,
.playbook-final {
  position: relative;
}

.playbook-hero-copy {
  display: grid;
  align-content: center;
  gap: 22px;
  min-width: 0;
}

.playbook-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--text);
  font-size: clamp(3rem, 7vw, 5.9rem);
  font-weight: 880;
  line-height: 0.96;
}

.playbook-hero-copy > p:not(.eyebrow, .cta-microcopy) {
  max-width: 680px;
  margin: 0;
  color: var(--soft);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.62;
}

.playbook-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.playbook-proof-panel {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(34, 215, 106, 0.34);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 215, 106, 0.16), transparent 18rem),
    rgba(5, 13, 9, 0.72);
}

.playbook-proof-panel h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
  line-height: 1.08;
}

.playbook-proof-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.playbook-proof-panel ul {
  display: grid;
  gap: 12px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.playbook-proof-panel li {
  position: relative;
  padding-left: 20px;
  color: var(--soft);
  font-weight: 720;
}

.playbook-proof-panel li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(34, 215, 106, 0.45);
}

.playbook-section {
  padding: clamp(72px, 9vw, 112px) 0 0;
}

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

.playbook-card {
  position: relative;
  min-height: 270px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012)),
    var(--panel);
}

.playbook-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--green), transparent 76%);
}

.playbook-card span {
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 850;
}

.playbook-card h3 {
  margin: 18px 0 12px;
  color: var(--text);
  font-size: clamp(1.16rem, 1.8vw, 1.45rem);
  line-height: 1.16;
}

.playbook-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.playbook-band,
.playbook-final {
  margin-top: clamp(54px, 8vw, 88px);
  padding: clamp(26px, 5vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.playbook-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(22px, 5vw, 52px);
  align-items: center;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 215, 106, 0.12), transparent 24rem),
    rgba(15, 17, 21, 0.56);
}

.playbook-band h2,
.playbook-final h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(2rem, 3vw, 2.5rem);
  line-height: 1.12;
}

.playbook-band p,
.playbook-final p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.playbook-final {
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 215, 106, 0.16), transparent 24rem),
    linear-gradient(180deg, rgba(15, 17, 21, 0.72), rgba(0, 0, 0, 0.52));
}

.playbook-final p:not(.eyebrow) {
  max-width: 680px;
}

.pillar-hero {
  background:
    radial-gradient(circle at 78% 10%, rgba(34, 215, 106, 0.2), transparent 28rem),
    linear-gradient(140deg, rgba(15, 17, 21, 0.98), rgba(0, 0, 0, 0.8));
}

.pillar-grid .playbook-card {
  min-height: 245px;
}

.pillar-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(34, 215, 106, 0.32);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 215, 106, 0.14), transparent 28rem),
    rgba(3, 15, 9, 0.7);
}

.pillar-flow article {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 150px;
  padding: 24px;
  border-right: 1px solid rgba(34, 215, 106, 0.18);
}

.pillar-flow article:last-child {
  border-right: 0;
}

.pillar-flow article:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -11px;
  z-index: 1;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: #061109;
  font-size: 0.92rem;
  font-weight: 900;
  content: ">";
  background: var(--green);
  border-radius: 999px;
  transform: translateY(-50%);
}

.pillar-flow span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pillar-flow strong {
  align-self: end;
  color: var(--text);
  font-size: clamp(1.1rem, 1.7vw, 1.4rem);
  line-height: 1.18;
}

.pillar-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pillar-two-col .playbook-proof-panel {
  min-height: 100%;
}

.pillar-two-col h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.12;
}

.legal-main {
  width: min(calc(100% - 48px), 900px);
  margin: 0 auto;
  padding: calc(var(--header-h) + 72px) 0 88px;
}

.legal-page {
  display: grid;
  gap: 28px;
}

.legal-page h1 {
  max-width: 780px;
  margin: 0;
  color: var(--text);
  font-size: clamp(2.35rem, 5vw, 4rem);
  font-weight: 850;
  line-height: 1.06;
}

.legal-updated {
  margin: 0;
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-intro {
  max-width: 760px;
  margin: 0;
  color: var(--soft);
  font-size: clamp(1.04rem, 1.8vw, 1.22rem);
  line-height: 1.62;
}

.legal-card {
  padding: clamp(22px, 4vw, 34px);
  background: linear-gradient(145deg, rgba(15, 17, 21, 0.92), rgba(8, 12, 11, 0.84));
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.legal-page .legal-card h2 {
  margin: 0 0 12px;
  color: var(--soft);
  font-size: 1.18rem;
  font-weight: 850;
  line-height: 1.22;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  line-height: 1.68;
}

.legal-card p {
  margin: 0;
}

.legal-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.legal-contact {
  color: var(--green);
  font-weight: 760;
}

.legal-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 26px;
  justify-content: space-between;
  width: min(calc(100% - 48px), 900px);
  margin: 0 auto 48px;
  padding-top: 28px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.legal-footer a {
  color: var(--soft);
}

@keyframes sweep {
  to {
    transform: rotate(360deg);
  }
}

@keyframes drift {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  :root {
    --header-h: 66px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: min(82svh, 840px);
    padding-right: 18px;
    padding-left: 18px;
  }

  .subpage-hero,
  .proof-hero {
    min-height: min(62svh, 620px);
    padding-bottom: 14px;
  }

  .subpage-hero + .section,
  .proof-hero + .proof-section {
    padding-top: 38px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(3, 5, 8, 0.96) 0%, rgba(3, 5, 8, 0.74) 55%, rgba(3, 5, 8, 0.36) 100%),
      linear-gradient(180deg, rgba(3, 5, 8, 0.48) 0%, rgba(3, 5, 8, 0.12) 42%, #05070a 100%);
  }

  .section-heading,
  .difference-section,
  .outcomes-section,
  .intensive-layout,
  .fit-grid,
  .business-build,
  .playbook-hero,
  .playbook-band {
    grid-template-columns: 1fr;
  }

  .business-build {
    width: min(calc(100% - 36px), var(--max));
    gap: 18px;
    margin-top: 0;
    margin-bottom: 22px;
    padding-top: 44px;
  }

  .proof-strip,
  .signal-strip {
    width: min(calc(100% - 36px), var(--max));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .problem-grid,
  .operating-map,
  .systems-grid,
  .case-grid,
  .plan-grid,
  .resource-grid,
  .playbook-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pillar-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pillar-two-col {
    grid-template-columns: 1fr;
  }

  .operating-map article:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 660px) {
  .site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: min(calc(100% - 20px), var(--max));
    max-width: calc(100vw - 20px);
    margin-top: 10px;
    padding-left: 12px;
  }

  .brand-logo {
    width: 124px;
  }

  .header-cta {
    min-height: 38px;
    width: clamp(112px, 32vw, 128px);
    max-width: none;
    padding: 0 8px;
    font-size: 0.56rem;
    white-space: normal;
  }

  .hero {
    min-height: 0;
    padding-top: calc(var(--header-h) + 48px);
    padding-bottom: 18px;
  }

  .subpage-hero,
  .proof-hero {
    min-height: 0;
    padding-top: calc(var(--header-h) + 36px);
    padding-bottom: 8px;
  }

  .subpage-hero + .section,
  .proof-hero + .proof-section {
    padding-top: 42px;
  }

  .hero-media img {
    object-position: 63% center;
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-bottom: 26px;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 11.2vw, 3.45rem);
  }

  .subpage-hero h1,
  .proof-hero h1 {
    max-width: 100%;
    font-size: clamp(2.16rem, 10.2vw, 3.05rem);
    overflow-wrap: break-word;
  }

  .subpage-hero .hero-copy,
  .proof-hero .hero-copy {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .hero-proof div {
    min-height: auto;
    padding: 14px;
  }

  .button {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
  }

  .proof-strip,
  .signal-strip,
  .problem-grid,
  .operating-map,
  .systems-grid,
  .case-grid,
  .difference-grid,
  .resource-grid,
  .playbook-grid,
  .plan-grid,
  .intensive-stats,
  .outcome-metrics,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .pillar-flow {
    grid-template-columns: 1fr;
  }

  .pillar-flow article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(34, 215, 106, 0.18);
  }

  .pillar-flow article:last-child {
    border-bottom: 0;
  }

  .pillar-flow article:not(:last-child)::after {
    display: none;
  }

  .activation-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .activation-flow span:not(:last-child)::after {
    display: none;
  }

  .intensive-panel .button {
    width: 100%;
  }

  .proof-strip div,
  .signal-strip div {
    min-height: 90px;
    padding: 18px;
  }

  .section {
    width: min(calc(100% - 32px), var(--max));
    padding: 70px 0;
  }

  .problem-section {
    padding-bottom: 36px;
  }

  .problem-section .section-heading h2 {
    font-size: clamp(2.1rem, 10vw, 3.35rem);
    white-space: normal;
  }

  .section-heading {
    gap: 20px;
    margin-bottom: 28px;
  }

  .section-heading h2,
  .difference-copy h2,
  .outcomes-copy h2,
  .business-build h2 {
    font-size: clamp(2.1rem, 12vw, 3.35rem);
  }

  main > section:not(.hero) :is(h2, h3, h4, h5, h6) {
    font-size: clamp(1.5rem, 8vw, 2rem);
    line-height: 1.14;
  }

  .outcome-card {
    min-height: auto;
    padding: 20px;
  }

  .outcome-card h3 {
    font-size: clamp(1.28rem, 7vw, 1.65rem);
  }

  .systems-grid .system-card h3 {
    font-size: clamp(1.1rem, 6.2vw, 1.5rem);
    line-height: 1.18;
  }

  .problem-card,
  .system-card,
  .case-card,
  .difference-card,
  .resource-card,
  .plan-card,
  .playbook-card {
    min-height: auto;
  }

  .system-section {
    padding-top: 36px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .operating-map {
    padding: 8px;
  }

  .operating-map article {
    min-height: auto;
    padding: 20px;
  }

  .faq-list summary {
    min-height: 68px;
    padding: 0 18px;
  }

  .faq-answer {
    margin: -4px 18px 22px;
  }

  .site-footer {
    width: min(calc(100% - 32px), var(--max));
  }

  .playbook-main {
    width: min(calc(100% - 32px), var(--max));
    padding-top: calc(var(--header-h) + 56px);
  }

  .playbook-hero {
    padding: 24px;
  }

  .playbook-hero h1 {
    font-size: clamp(2.45rem, 11.2vw, 3.45rem);
  }

  .playbook-actions .button,
  .playbook-final .button {
    width: 100%;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 52px;
    padding: 36px 0;
  }

  .footer-revenue-cta {
    padding-right: 0;
    padding-left: 0;
  }

  .footer-bottom {
    display: grid;
    justify-content: start;
    margin-top: 32px;
  }
}

/* Homepage hero mockup pass */
.home-page .site-header {
  width: min(calc(100% - 8px), 1532px);
  height: 94px;
  margin-top: 3px;
  padding: 0 32px 0 36px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.8);
}

.home-page .site-header.is-scrolled {
  height: 76px;
}

.nav-with-caret::before {
  display: none;
}

.nav-with-caret {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.nav-with-caret::after {
  position: static;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  background: none;
  content: "";
  transform: rotate(45deg) translateY(-2px);
}

.nav-with-caret:hover::after,
.nav-with-caret:focus-visible::after {
  transform: rotate(45deg) translateY(-2px);
}

.home-page .brand-logo {
  width: clamp(184px, 17vw, 236px);
}

.home-page .nav-links {
  gap: clamp(26px, 3vw, 40px);
  font-size: clamp(1rem, 1.32vw, 1.18rem);
  font-weight: 620;
}

.home-page .nav-links a {
  padding: 10px 0;
}

.home-page .nav-links a:not(.nav-with-caret)::after {
  bottom: 4px;
}

.home-page .header-cta {
  gap: 0;
  min-height: 52px;
  padding: 0 22px;
  font-size: clamp(0.94rem, 1.05vw, 1.04rem);
}

.header-cta-icon,
.header-cta-icon svg {
  width: 24px;
  height: 24px;
}

.header-cta-icon svg,
.hero-checks svg,
.hero-engine svg,
.proof-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-page .hero {
  min-height: auto;
  padding: calc(var(--header-h) + 62px) 0 34px;
}

.home-page .hero::after {
  right: -2%;
  bottom: 16%;
  width: min(760px, 48vw);
  height: min(460px, 34vw);
  opacity: 0.74;
}

.home-page .hero-media img {
  opacity: 0.46;
  object-position: center top;
  filter: grayscale(1) contrast(1.24) brightness(0.65) sepia(1) hue-rotate(72deg) saturate(1.4);
}

.home-page .hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.86) 42%, rgba(0, 0, 0, 0.58) 72%, rgba(0, 0, 0, 0.68) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.05) 47%, rgba(0, 0, 0, 0.86) 100%);
}

.home-page .hero-content {
  width: min(calc(100vw - 74px), 1456px);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
  gap: clamp(28px, 3vw, 48px);
  align-items: center;
}

.hero-message {
  position: relative;
  z-index: 6;
  min-width: 0;
}

.home-page .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin-bottom: 22px;
  font-size: clamp(0.9rem, 1.12vw, 1.05rem);
  letter-spacing: 0.16em;
}

.home-page .hero-eyebrow::after {
  display: none;
  content: none;
}

.home-page .monetization-gap-eyebrow,
.home-page .fit-section .eyebrow,
.home-page .systems-mock-eyebrow {
  color: var(--green) !important;
  font-size: clamp(0.9rem, 1.12vw, 1.05rem);
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-page .monetization-gap-eyebrow::after,
.home-page .systems-mock-eyebrow::after {
  display: none;
  content: none;
}

.home-page .hero h1 {
  max-width: 1060px;
  font-size: clamp(4.25rem, 5.55vw, 5.8rem);
  line-height: 1.02;
  text-shadow: 0 2px 20px rgba(255, 255, 255, 0.08);
}

.home-page .hero-conversion {
  display: grid;
  justify-items: start !important;
  gap: 24px;
  width: min(100%, 910px);
  margin: 24px 0 0;
}

.home-page .hero-conversion .hero-copy {
  width: min(850px, 100%);
  max-width: none;
  margin: 0 !important;
  font-size: clamp(1.22rem, 1.55vw, 1.48rem);
  line-height: 1.5;
  text-align: left !important;
}

.hero-checks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  color: var(--soft);
  font-size: clamp(0.98rem, 1.22vw, 1.14rem);
  font-weight: 560;
}

.hero-checks span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.32);
}

.hero-checks span:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-checks svg {
  width: 24px;
  height: 24px;
  padding: 3px;
  color: var(--green);
  border: 1px solid var(--green);
  border-radius: 999px;
}

.home-page .hero-conversion .hero-actions {
  justify-content: flex-start;
  width: min(928px, 100%);
  margin: 0;
  gap: 22px;
}

.home-page .hero-conversion .hero-actions .button {
  flex: 1 1 0;
  min-width: min(100%, 360px);
  min-height: 92px;
  justify-content: flex-start;
  padding: 0 30px;
  text-align: left;
}

.home-page .hero-actions .button-primary {
  background:
    linear-gradient(135deg, rgba(107, 208, 92, 1), rgba(34, 179, 85, 0.86)),
    var(--cta-green);
}

.hero-cta-card > span:last-child {
  display: grid;
  gap: 5px;
}

.home-page .hero-copy > span {
  display: block;
}

.hero-cta-card strong {
  font-size: clamp(1.02rem, 1.25vw, 1.18rem);
  line-height: 1.1;
}

.hero-cta-card small {
  color: currentColor;
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(0.9rem, 1.04vw, 1rem);
  font-weight: 500;
  opacity: 0.86;
}

.hero-engine {
  position: relative;
  min-height: 590px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.hero-engine-art {
  position: relative;
  z-index: 2;
  display: none;
  width: clamp(980px, 68vw, 1120px);
  max-width: none;
  height: auto;
  object-fit: contain;
  object-position: center;
  opacity: 0.96;
  pointer-events: none;
  transform: translateX(-430px);
}

.hero-engine.has-hero-art {
  overflow: visible;
  place-items: center;
}

.hero-engine.has-hero-art::before,
.hero-engine.has-hero-art .engine-stack,
.hero-engine.has-hero-art .engine-growth {
  display: none;
}

.hero-engine.has-hero-art .hero-engine-art {
  display: block;
}

.hero-engine::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(34, 215, 106, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 215, 106, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 52% 84%, rgba(34, 215, 106, 0.2), transparent 30%);
  background-size: 42px 42px, 42px 42px, auto;
  opacity: 0.34;
  mask-image: radial-gradient(circle at 58% 54%, #000 0%, transparent 72%);
}

.engine-stack {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 10px;
  width: min(290px, 82%);
}

.engine-stack::before,
.engine-stack::after {
  position: absolute;
  inset: auto 8% -92px;
  height: 104px;
  border: 1px solid rgba(34, 215, 106, 0.34);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 36px rgba(34, 215, 106, 0.16);
}

.engine-stack::after {
  inset-inline: 18%;
  bottom: -64px;
  height: 54px;
  opacity: 0.55;
}

.engine-layer {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 78px;
  padding: 14px 24px;
  color: #baffc8;
  font-weight: 800;
  text-transform: uppercase;
  background:
    radial-gradient(circle at 100% 50%, rgba(34, 215, 106, 0.15), transparent 42%),
    linear-gradient(180deg, rgba(34, 215, 106, 0.08), rgba(0, 0, 0, 0.72)),
    rgba(5, 17, 11, 0.8);
  border: 1px solid rgba(34, 215, 106, 0.36);
  border-radius: 50% / 12%;
  box-shadow: 0 0 22px rgba(34, 215, 106, 0.08);
}

.engine-layer svg {
  width: 32px;
  height: 32px;
  color: var(--green);
}

.engine-layer span {
  font-size: clamp(0.8rem, 1vw, 0.98rem);
  line-height: 1.2;
}

.engine-growth {
  position: absolute;
  right: 10px;
  bottom: 96px;
  z-index: 1;
  width: 38%;
  height: 60%;
}

.engine-growth::before {
  position: absolute;
  inset: 15% 14% 0 0;
  content: "";
  border-right: 5px solid rgba(107, 208, 92, 0.56);
  border-top: 5px solid rgba(107, 208, 92, 0.56);
  clip-path: polygon(0 80%, 18% 66%, 30% 72%, 48% 48%, 60% 42%, 100% 0, 100% 8%, 63% 52%, 50% 58%, 32% 82%, 18% 76%, 0 95%);
  filter: drop-shadow(0 0 10px rgba(34, 215, 106, 0.45));
}

.engine-growth::after {
  position: absolute;
  top: 7%;
  right: 6%;
  width: 0;
  height: 0;
  content: "";
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 32px solid rgba(107, 208, 92, 0.66);
  filter: drop-shadow(0 0 10px rgba(34, 215, 106, 0.42));
  transform: rotate(42deg);
}

.home-page .hero-proof {
  grid-template-columns: 1.62fr 1fr 1.1fr;
  width: 100%;
  margin-top: 28px;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.16);
}

.home-page .hero-proof > div {
  min-height: 176px;
  padding: 24px 28px;
}

.home-page .hero-proof > div {
  justify-items: stretch;
  text-align: left;
}

.home-page .hero-proof div div {
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
  backdrop-filter: none;
}

.home-page .hero-proof strong {
  font-size: 0.88rem;
  line-height: 1.2;
}

.hero-proof-operators {
  justify-items: center !important;
  text-align: center !important;
  gap: 16px;
}

.operator-logos {
  display: flex !important;
  flex-wrap: wrap;
  gap: 14px 28px;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: min(100%, 520px);
  color: var(--text);
  margin: 2px auto 4px;
  transform: scale(1.12);
  transform-origin: center;
}

.operator-logo {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: var(--text);
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.08rem, 1.34vw, 1.32rem);
  font-weight: 850;
  letter-spacing: -0.02em;
  opacity: 0.92;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.08));
}

.operator-logo::before,
.operator-logo::after {
  display: none !important;
  content: none !important;
}

.operator-logos .operator-break {
  display: block !important;
  flex: 0 0 100%;
  width: 100%;
  height: 0;
  margin-top: -2px;
}

.operator-logo-dell {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  font-size: 1rem;
  letter-spacing: -0.08em;
}

.operator-logo-kaseya {
  font-family: "Exo 2", ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -0.04em;
}

.operator-logo-datto {
  font-size: clamp(1.34rem, 1.62vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  text-transform: lowercase;
}

.operator-logo-sitelock {
  gap: 0;
  font-weight: 800;
}

.operator-logo-sitelock::before {
  width: 15px;
  height: 15px;
  content: "";
  border: 1.8px solid currentColor;
  border-radius: 3px;
  box-shadow: inset 0 5px 0 transparent;
}

.operator-logo-sitelock::after {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 9px;
  height: 7px;
  content: "";
  border: 1.7px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.operator-logo-dropsuite {
  font-weight: 780;
  letter-spacing: -0.04em;
}

.operator-logo-dropsuite::before {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  content: "";
  border: 1.4px solid currentColor;
  background:
    linear-gradient(135deg, currentColor 0 45%, transparent 46%);
  opacity: 0.86;
}

.operator-logo-gosecure {
  font-size: clamp(1.18rem, 1.48vw, 1.42rem);
  font-weight: 800;
  letter-spacing: -0.06em;
}

.operator-logo-verisign {
  gap: 0;
  font-size: clamp(0.86rem, 1.02vw, 0.98rem);
  letter-spacing: 0.02em;
}

.operator-logo-verisign::before {
  width: 21px;
  height: 21px;
  content: "";
  border: 1.4px solid currentColor;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 36%, transparent 0 3px, currentColor 3.4px 4.4px, transparent 4.8px),
    linear-gradient(135deg, transparent 46%, currentColor 47% 54%, transparent 55%);
  opacity: 0.9;
}

.hero-proof-operators small {
  color: var(--soft);
  font-size: 0.88rem;
  line-height: 1.4;
}

.hero-proof-split {
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 20px;
}

.hero-proof-split > div {
  display: block !important;
}

.hero-proof-split .proof-icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--text);
  border: 1px solid var(--green);
  border-radius: 999px;
  background: rgba(34, 215, 106, 0.08);
}

.proof-icon svg {
  width: 30px;
  height: 30px;
}

.home-page .hero-proof .hero-proof-split span:not(.proof-icon) {
  display: block;
  margin-top: 16px;
  font-size: 1rem;
}

@media (max-width: 1180px) {
  .home-page .site-header {
    width: min(calc(100% - 20px), 1120px);
    height: 82px;
    padding-inline: 20px;
  }

  .home-page .nav-links {
    gap: 18px;
    font-size: 0.95rem;
  }

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

  .hero-engine {
    display: none;
  }

  .home-page .hero-conversion,
  .home-page .hero-conversion .hero-copy,
  .home-page .hero-conversion .hero-actions {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .home-page .site-header {
    grid-template-columns: 1fr auto;
    height: auto;
    min-height: 68px;
  }

  .home-page .nav-links {
    display: none;
  }

  .home-page .header-cta {
    min-height: 46px;
    padding-inline: 14px;
    font-size: 0.86rem;
  }

  .header-cta-icon {
    display: none;
  }

  .home-page .hero {
    padding-top: calc(var(--header-h) + 36px);
  }

  .home-page .hero-content {
    width: min(calc(100vw - 32px), 680px);
  }

  .home-page .hero h1 {
    font-size: clamp(3rem, 13vw, 4.25rem);
  }

  .home-page .hero-conversion .hero-copy {
    font-size: 1.06rem;
  }

  .hero-checks {
    gap: 10px;
  }

  .hero-checks span {
    width: 100%;
    padding: 0;
    border-left: 0;
  }

  .home-page .hero-conversion .hero-actions {
    display: grid;
  }

  .home-page .hero-conversion .hero-actions .button {
    min-width: 0;
    min-height: 76px;
  }

  .home-page .hero-proof {
    grid-template-columns: 1fr;
  }

  .home-page .hero-proof > div {
    min-height: auto;
    padding: 20px;
  }

  .operator-logos {
    grid-template-columns: repeat(4, max-content);
    gap: 14px 24px;
  }

  .operator-logos .operator-break {
    display: none !important;
  }
}

/* Homepage hero conversion block: keeps subheadline, CTAs, and trust ribbon tight on desktop. */
@media (min-width: 901px) {
  .home-page .hero {
    padding-top: calc(var(--header-h) + 24px);
    padding-bottom: clamp(28px, 4svh, 40px);
    min-height: auto;
  }

  .home-page .hero h1 {
    max-width: 1180px;
    font-size: clamp(4rem, 5.45vw, 5.25rem);
    line-height: 0.88;
  }

  .home-page .hero-conversion {
    display: grid;
    justify-items: center;
    gap: clamp(12px, 1.6svh, 16px);
    width: min(1040px, 68vw);
    margin: clamp(12px, 1.8svh, 18px) auto 0;
  }

  .home-page .hero-conversion .hero-copy {
    width: 100%;
    max-width: none;
    margin: 0;
    text-align: center;
  }

  .home-page .hero-conversion .hero-actions {
    width: 100%;
    margin: 0;
  }

  .home-page .hero-conversion .hero-actions .button {
    flex: 1 1 0;
    min-width: 0;
  }

  .home-page .hero-conversion + .hero-proof {
    margin-top: clamp(12px, 1.8svh, 16px);
  }
}

@media (min-width: 1200px) and (max-height: 820px) {
  .home-page .hero {
    padding-top: calc(var(--header-h) + 18px);
    padding-bottom: 24px;
  }

  .home-page .hero-conversion {
    margin-top: 10px;
  }
}

/* Footer restructure mockup */
.site-footer {
  padding-top: clamp(42px, 7vw, 72px);
}

.site-footer .footer-main {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: start;
  margin-top: 0;
  padding: clamp(30px, 4.6vw, 52px);
  border: 1px solid rgba(244, 247, 245, 0.12);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(34, 215, 106, 0.08), transparent 26%, rgba(34, 215, 106, 0.05)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.015)),
    rgba(7, 12, 13, 0.95);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.footer-link-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.3vw, 34px);
  align-content: start;
  min-width: 0;
}

.footer-link-groups .footer-nav {
  min-width: 0;
  padding: 0;
  border-bottom: 0;
}

.footer-link-groups .footer-nav:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.footer-company {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(230px, 0.42fr) minmax(360px, 1fr) minmax(280px, 0.55fr);
  gap: clamp(18px, 3vw, 36px);
  max-width: none;
  padding-bottom: clamp(22px, 3vw, 32px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-company p {
  font-size: 0.92rem;
  line-height: 1.55;
}

.footer-positioning {
  max-width: 440px;
  font-size: 1.02rem;
  line-height: 1.35 !important;
}

.footer-company-copy p {
  max-width: 720px;
}

.footer-company-proof {
  justify-items: start;
}

.footer-action {
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(34, 215, 106, 0.2);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 88% 0%, rgba(34, 215, 106, 0.14), transparent 48%),
    rgba(0, 0, 0, 0.18);
}

.footer-action-title {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.28rem, 2vw, 1.7rem);
  font-weight: 850;
  line-height: 1.12;
}

.footer-action-copy {
  max-width: 320px;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.footer-action .button {
  width: fit-content;
  color: var(--cta-text);
}

.footer-bottom {
  margin-top: 16px;
  padding: 18px 0 0;
  border-top: 0;
  border-bottom: 0;
}

@media (max-width: 1100px) {
  .site-footer .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-company {
    grid-template-columns: 1fr;
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  .footer-link-groups {
    grid-template-columns: 1fr;
  }

  .footer-link-groups .footer-nav {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer-link-groups .footer-nav:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .site-footer .footer-main {
    padding: 26px 20px;
  }
}

/* Next-build SEO and resource architecture refinements */
.plan-bullets {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.plan-bullets li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.55;
}

.plan-bullets li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 14px rgba(34, 215, 106, 0.34);
  content: "";
  transform: translateY(-50%);
}

.plan-kpi-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid rgba(34, 215, 106, 0.22);
  border-radius: var(--radius);
  background: rgba(34, 215, 106, 0.18);
}

.plan-kpi-row div {
  min-height: 96px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012)),
    rgba(11, 16, 15, 0.92);
}

.plan-kpi-row span {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-kpi-row strong {
  display: block;
  color: var(--soft);
  font-size: clamp(1.02rem, 1.55vw, 1.28rem);
  line-height: 1.18;
}

.resource-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.resource-card {
  color: inherit;
  text-decoration: none;
}

.resource-card:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 4px;
}

.resource-card:hover {
  transform: translateY(-3px);
  border-color: rgba(34, 215, 106, 0.42);
}

.resource-card p {
  margin-top: 12px;
}

.resource-action {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.resource-action::after {
  margin-left: 8px;
  content: "->";
}

.publishing-roadmap-section .plan-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 860px;
  margin-inline: auto;
}

.publishing-roadmap-section .plan-card {
  min-height: 210px;
}

#prompts .systems-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 920px;
  margin-inline: auto;
}

#prompts .system-card {
  min-height: 230px;
}

@media (max-width: 900px) {
  .resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-kpi-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .resource-grid {
    grid-template-columns: 1fr;
  }

  #prompts .systems-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .publishing-roadmap-section .plan-grid {
    grid-template-columns: 1fr;
  }

  .plan-kpi-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .footer-action .button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .site-header {
    width: min(calc(100% - 20px), 370px);
  }

  .brand-logo {
    width: 112px;
  }

  .header-cta {
    width: clamp(136px, 42vw, 170px);
    padding: 0 7px;
    font-size: 0.64rem;
  }

  .hero-content,
  .business-build,
  .proof-strip,
  .signal-strip,
  .section,
  .playbook-main,
  .site-footer {
    width: min(calc(100vw - 36px), 354px);
  }

}

/* Visual proof mockup additions */
.metric-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(calc(100% - 48px), var(--max));
  margin: 16px auto 0;
  overflow: hidden;
  border: 1px solid rgba(34, 215, 106, 0.28);
  border-radius: var(--radius);
  background: rgba(34, 215, 106, 0.18);
  box-shadow: var(--shadow);
}

.metric-strip div {
  min-height: 118px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01)),
    rgba(7, 12, 10, 0.9);
}

.metric-strip span,
.mini-framework-grid > article > span,
.sprint-timeline span {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.metric-strip strong {
  display: block;
  color: var(--text);
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
  line-height: 1.15;
}

.metric-strip small {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.revenue-flow-section {
  padding-top: clamp(62px, 9vw, 110px);
}

.revenue-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(34, 215, 106, 0.32);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(34, 215, 106, 0.28), rgba(255, 255, 255, 0.1)),
    rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
}

.revenue-flow article {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 158px;
  padding: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 215, 106, 0.15), transparent 64px),
    rgba(12, 16, 15, 0.92);
}

.revenue-flow article:not(:last-child)::after,
.framework-chain strong:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -11px;
  z-index: 2;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: #061109;
  font-size: 0.82rem;
  font-weight: 900;
  content: ">";
  background: var(--green);
  border-radius: 999px;
  transform: translateY(-50%);
}

.revenue-flow span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 850;
}

.revenue-flow strong {
  color: var(--text);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.16;
}

.revenue-flow small {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.mini-framework-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.mini-framework-grid > article,
.sprint-timeline article {
  position: relative;
  min-height: 220px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(34, 215, 106, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.014)),
    rgba(15, 17, 21, 0.86);
}

.mini-framework-grid h3,
.sprint-timeline h3 {
  margin: 0 0 16px;
  color: var(--text);
  font-size: clamp(1.14rem, 1.6vw, 1.42rem);
  line-height: 1.16;
}

.framework-chain {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(34, 215, 106, 0.22);
  border-radius: calc(var(--radius) - 2px);
  background: rgba(34, 215, 106, 0.18);
}

.framework-chain strong {
  position: relative;
  display: grid;
  min-height: 58px;
  place-items: center;
  padding: 8px;
  color: var(--soft);
  font-size: 0.74rem;
  line-height: 1;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.52);
}

.framework-stack {
  display: grid;
  gap: 9px;
}

.framework-stack p {
  display: grid;
  grid-template-columns: minmax(100px, 0.7fr) 1fr;
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.framework-stack p:last-child {
  border-bottom: 0;
}

.framework-stack strong,
.loop-visual b {
  color: var(--soft);
  font-size: 0.88rem;
}

.framework-stack small {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.3;
}

.loop-visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.loop-visual b {
  display: grid;
  min-height: 62px;
  place-items: center;
  padding: 10px;
  text-align: center;
  border: 1px solid rgba(34, 215, 106, 0.2);
  border-radius: calc(var(--radius) - 2px);
  background: rgba(34, 215, 106, 0.08);
}

.sprint-ribbon {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(34, 215, 106, 0.36);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(34, 215, 106, 0.22);
}

.sprint-ribbon article {
  position: relative;
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 164px;
  padding: 22px 46px 22px 22px;
  background:
    linear-gradient(90deg, rgba(34, 215, 106, 0.08), rgba(255, 255, 255, 0.018)),
    rgba(10, 13, 15, 0.9);
  transition:
    background 160ms ease,
    border-color 160ms ease;
}

.sprint-ribbon article + article {
  border-left: 1px solid rgba(34, 215, 106, 0.2);
}

.sprint-ribbon article:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -13px;
  z-index: 2;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: #061109;
  font-size: 0.74rem;
  font-weight: 900;
  content: ">";
  background: var(--green);
  border-radius: 50%;
  transform: translateY(-50%);
}

.sprint-ribbon article:hover {
  background:
    linear-gradient(90deg, rgba(34, 215, 106, 0.15), rgba(255, 255, 255, 0.028)),
    rgba(10, 13, 15, 0.92);
}

.sprint-ribbon span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sprint-ribbon h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.34rem, 2vw, 1.82rem);
  line-height: 1.04;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
}

.sprint-ribbon p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.4;
}

.sprint-offer .build-list {
  display: grid;
  gap: 14px;
}

.sprint-offer .build-list h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.4vw, 2.05rem);
  line-height: 1.08;
  text-align: center;
}

.sprint-offer .build-list ul {
  gap: 10px;
}

.sprint-offer .build-list li {
  min-height: 48px;
  padding-top: 11px;
  padding-bottom: 11px;
}

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

.sprint-timeline article {
  min-height: 148px;
  padding: 18px 20px;
  overflow: hidden;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.sprint-timeline article:hover,
.sprint-timeline article:focus-within {
  border-color: rgba(34, 215, 106, 0.56);
  box-shadow: 0 16px 36px rgba(34, 215, 106, 0.1);
  transform: translateY(-2px);
}

.sprint-timeline article:not(:last-child)::after {
  display: none;
}

.sprint-timeline h3 {
  max-width: 100%;
  margin: 0 0 10px;
  font-size: clamp(1.38rem, 2vw, 1.74rem);
  line-height: 1.02;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
}

.sprint-timeline p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.42;
}

.proof-teardown {
  display: grid;
  gap: 10px;
  margin: 0;
}

.proof-teardown div {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
  align-items: start;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.proof-teardown dt {
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-teardown dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.case-card {
  min-height: 332px;
}

.proof-section .case-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 960px;
  margin-inline: auto;
}

.proof-section .case-card {
  min-height: 300px;
}

.systems-section[aria-labelledby="proof-assets-title"] .systems-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 920px;
  margin-inline: auto;
}

.systems-section[aria-labelledby="proof-assets-title"] .section-heading {
  justify-items: center;
  text-align: center;
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.systems-section[aria-labelledby="proof-assets-title"] .section-heading h2,
.systems-section[aria-labelledby="proof-assets-title"] .section-heading p:not(.eyebrow) {
  margin-inline: auto;
  text-align: center;
}

.systems-section[aria-labelledby="proof-assets-title"] .system-card {
  min-height: 240px;
}

@media (max-width: 980px) {
  .sprint-ribbon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sprint-ribbon article {
    min-height: 150px;
  }

  .sprint-ribbon article + article {
    border-top: 1px solid rgba(34, 215, 106, 0.18);
    border-left: 0;
  }

  .sprint-ribbon article:nth-child(even) {
    border-left: 1px solid rgba(34, 215, 106, 0.2);
  }

  .sprint-ribbon article:not(:last-child)::after {
    display: none;
  }

  .metric-strip,
  .revenue-flow,
  .mini-framework-grid,
  .sprint-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .revenue-flow article:not(:last-child)::after,
  .sprint-timeline article:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 660px) {
  .sprint-ribbon {
    grid-template-columns: 1fr;
  }

  .sprint-ribbon article {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: auto;
    padding: 18px;
  }

  .sprint-ribbon article:nth-child(even) {
    border-left: 0;
  }

  .sprint-ribbon article:not(:last-child)::after {
    display: none;
  }

  .intensive-cta .button {
    width: 100%;
  }

  .metric-strip,
  .revenue-flow,
  .mini-framework-grid,
  .sprint-timeline {
    grid-template-columns: 1fr;
  }

  .metric-strip {
    width: min(calc(100vw - 36px), 354px);
  }

  .metric-strip div,
  .revenue-flow article,
  .mini-framework-grid > article,
  .sprint-timeline article {
    min-height: auto;
    padding: 18px;
  }

  .case-card {
    min-height: auto;
  }

  .proof-section .case-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .systems-section[aria-labelledby="proof-assets-title"] .systems-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .framework-chain {
    grid-template-columns: 1fr;
  }

  .framework-chain strong:not(:last-child)::after {
    display: none;
  }

  .framework-stack p,
  .proof-teardown div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

/* Final homepage hero mockup override: placed last to beat legacy hero rules. */
@media (min-width: 901px) {
  .home-page .hero {
    padding-top: calc(var(--header-h) + 62px);
    padding-bottom: 34px;
    min-height: auto;
  }

  .home-page .hero h1 {
    max-width: 1060px;
    font-size: clamp(4.25rem, 5.55vw, 5.8rem);
    line-height: 1.02;
  }

  .home-page .hero-conversion {
    justify-items: start !important;
    width: min(100%, 910px);
    margin: 24px 0 0;
    gap: 24px;
  }

  .home-page .hero-conversion .hero-copy {
    width: min(790px, 100%);
    margin: 0 !important;
    text-align: left !important;
  }

  .home-page .hero-conversion .hero-actions {
    width: min(928px, 100%);
    margin: 0;
    justify-content: flex-start;
  }

  .home-page .hero-conversion .hero-actions .button {
    min-width: min(100%, 360px);
    min-height: 92px;
  }

  .home-page .hero-conversion + .hero-proof {
    margin-top: 28px;
  }
}

.home-page .nav-with-caret::after {
  position: static;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  background: none;
  content: "";
  transform: rotate(45deg) translateY(-2px);
}

@media (max-width: 900px) {
  .home-page .brand-logo {
    width: clamp(164px, 44vw, 186px);
  }

  .home-page .header-cta {
    display: none;
  }

  .home-page .hero h1 {
    max-width: calc(100vw - 32px);
    font-size: clamp(2.45rem, 10.1vw, 3rem);
    line-height: 1.05;
  }

  .home-page .hero-content,
  .home-page .hero-message,
  .home-page .hero-conversion,
  .home-page .hero-conversion .hero-copy,
  .home-page .hero-conversion .hero-actions {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
  }

  .home-page .hero-conversion .hero-copy {
    overflow-wrap: break-word;
  }

  .home-page .hero-copy > span {
    display: inline;
  }
}

@media (max-width: 500px) {
  .home-page .hero-content,
  .home-page .hero-message,
  .home-page .hero-conversion,
  .home-page .hero-conversion .hero-copy,
  .home-page .hero-conversion .hero-actions,
  .home-page .hero h1 {
    width: min(358px, calc(100vw - 32px)) !important;
    max-width: min(358px, calc(100vw - 32px)) !important;
  }
}

/* Batch 1 hero polish: optical nav balance, calmer CTAs, and trust-pillar spacing. */
@media (min-width: 901px) {
  .home-page .site-header {
    width: min(calc(100% - 28px), 1500px);
    height: 78px;
    margin-top: 14px;
    padding: 0 34px 0 40px;
  }

  .home-page .site-header.is-scrolled {
    height: 66px;
  }

  .home-page .brand-logo {
    width: clamp(170px, 13.5vw, 214px);
  }

  .home-page .nav-links {
    gap: clamp(30px, 3vw, 46px);
    font-size: clamp(0.96rem, 1.06vw, 1.08rem);
    transform: translateX(52px);
  }

  .home-page .nav-links a {
    padding: 6px 0;
  }

  .home-page .header-cta {
    min-height: 48px;
    padding: 0 28px;
    color: #fff;
    background: linear-gradient(135deg, rgba(70, 188, 88, 0.98), rgba(35, 158, 75, 0.96));
    border: 1px solid rgba(107, 208, 92, 0.42);
    box-shadow: none;
  }

  .home-page .header-cta:hover,
  .home-page .header-cta:focus-visible {
    color: #fff;
    background: linear-gradient(135deg, rgba(82, 203, 96, 1), rgba(39, 174, 82, 1));
  }

  .home-page .hero {
    padding-top: 132px;
    padding-bottom: 38px;
  }

  .home-page .hero-content {
    width: min(calc(100vw - 72px), 1460px);
  }

  .home-page .hero-layout {
    grid-template-columns: minmax(0, 0.96fr) minmax(500px, 0.78fr);
    gap: clamp(18px, 2.2vw, 36px);
  }

  .home-page .hero h1 {
    max-width: 850px;
    font-size: clamp(4rem, 4.98vw, 5.35rem);
    line-height: 1.02;
  }

  .home-page .hero h1 > span:first-child {
    white-space: nowrap;
  }

  .home-page .hero-eyebrow {
    margin-bottom: 24px;
  }

  .home-page .hero-conversion {
    width: min(100%, 820px);
    gap: 22px;
    margin-top: 24px;
  }

  .home-page .hero-conversion .hero-copy {
    width: min(760px, 100%);
    font-size: clamp(1.18rem, 1.42vw, 1.36rem);
    line-height: 1.48;
  }

  .home-page .hero-checks {
    font-size: clamp(0.94rem, 1.04vw, 1.02rem);
  }

  .home-page .hero-checks svg {
    width: 21px;
    height: 21px;
  }

  .home-page .hero-conversion .hero-actions {
    width: min(790px, 100%);
    gap: 18px;
  }

  .home-page .hero-conversion .hero-actions .button {
    flex: 0 1 auto;
    min-height: 70px;
    min-width: 0;
    padding: 0 24px;
    box-shadow: none;
  }

  .home-page .hero-conversion .hero-actions .button-primary {
    width: min(402px, 100%);
    color: #fff;
    background: linear-gradient(135deg, rgba(62, 190, 86, 0.96), rgba(31, 151, 72, 0.96));
    border-color: rgba(107, 208, 92, 0.44);
  }

  .home-page .hero-conversion .hero-actions .button-secondary {
    width: min(356px, 100%);
    color: #f8fff8;
    background: rgba(0, 0, 0, 0.3);
    border-color: rgba(34, 215, 106, 0.62);
  }

  .home-page .hero-conversion .button-icon {
    width: 18px;
    height: 18px;
  }

  .home-page .hero-cta-card strong {
    font-size: clamp(0.96rem, 1.08vw, 1.06rem);
  }

  .home-page .hero-cta-card small {
    font-size: clamp(0.82rem, 0.94vw, 0.94rem);
  }

  .home-page .hero-engine {
    min-height: 550px;
    overflow: visible;
  }

  .home-page .hero-engine-art {
    width: clamp(880px, 56vw, 1040px);
    opacity: 0.94;
    mix-blend-mode: screen;
    transform: translateX(-295px);
    -webkit-mask-image: radial-gradient(ellipse at 70% 52%, #000 0 58%, rgba(0, 0, 0, 0.88) 69%, transparent 92%);
    mask-image: radial-gradient(ellipse at 70% 52%, #000 0 58%, rgba(0, 0, 0, 0.88) 69%, transparent 92%);
  }

  .home-page .hero-proof {
    grid-template-columns: 1.35fr 1fr 1.08fr;
    gap: 0;
    margin-top: 36px;
    overflow: hidden;
    border-color: rgba(255, 255, 255, 0.24);
    background:
      radial-gradient(circle at 50% 0%, rgba(34, 215, 106, 0.12), transparent 50%),
      rgba(255, 255, 255, 0.08);
  }

  .home-page .hero-proof > div {
    position: relative;
    min-height: 172px;
    padding: 32px 34px;
    background: rgba(5, 15, 12, 0.62);
  }

  .home-page .hero-proof > div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }

  .home-page .hero-proof strong {
    font-size: 0.8rem;
    letter-spacing: 0.16em;
  }

  .home-page .hero-proof b {
    display: block;
    margin: 8px 0 10px;
    color: var(--text);
    font-size: clamp(1.18rem, 1.42vw, 1.45rem);
    font-weight: 850;
    letter-spacing: 0.12em;
    line-height: 1.18;
    text-transform: uppercase;
  }

  .home-page .hero-proof-operators {
    gap: 18px;
  }

  .home-page .operator-logos {
    width: min(100%, 560px);
    gap: 14px 30px;
    margin: 0 auto 2px;
    transform: none;
  }

  .home-page .operator-logo {
    font-size: clamp(1.2rem, 1.48vw, 1.48rem);
  }

  .home-page .operator-logo-dell {
    font-size: clamp(1.08rem, 1.34vw, 1.28rem);
  }

  .home-page .operator-logo-datto,
  .home-page .operator-logo-gosecure {
    font-size: clamp(1.3rem, 1.6vw, 1.58rem);
  }

  .home-page .operator-logo-verisign {
    font-size: clamp(0.94rem, 1.1vw, 1.06rem);
  }

  .home-page .hero-proof-operators small {
    max-width: 430px;
    margin-inline: auto;
    font-size: clamp(0.94rem, 1vw, 1rem);
  }

  .home-page .hero-proof-split {
    grid-template-columns: 68px 1fr;
    gap: 24px;
    align-items: center;
  }

  .home-page .hero-proof-split .proof-icon {
    width: 64px;
    height: 64px;
    color: var(--text);
    background: rgba(34, 215, 106, 0.07);
  }

  .home-page .hero-proof-split .proof-icon svg {
    width: 32px;
    height: 32px;
  }

  .home-page .hero-proof .hero-proof-split span:not(.proof-icon) {
    display: block;
    margin-top: 8px;
    color: var(--soft);
    font-size: clamp(0.95rem, 1.04vw, 1.04rem);
    line-height: 1.45;
  }
}

/* Commercial system section mockup */
.commercial-system-section {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: clamp(28px, 3.2vw, 42px);
  width: min(calc(100% - 96px), 1420px);
  margin: 0 auto;
  padding: clamp(64px, 7vw, 96px) 0 clamp(64px, 7vw, 92px);
  overflow: hidden;
}

.commercial-system-section::before {
  position: absolute;
  inset: 0 -6vw auto;
  z-index: -2;
  height: 100%;
  content: "";
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 215, 106, 0.08), transparent 38rem),
    radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.045), transparent 26rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.78) 52%, rgba(0, 0, 0, 0.9));
}

.commercial-system-section::after {
  position: absolute;
  right: -8vw;
  bottom: -96px;
  left: -8vw;
  z-index: -1;
  height: 270px;
  content: "";
  background:
    radial-gradient(circle, rgba(34, 215, 106, 0.56) 0 1px, transparent 1.6px);
  background-size: 18px 18px;
  opacity: 0.26;
  mask-image: radial-gradient(ellipse at 50% 100%, #000 0%, transparent 70%);
  transform: perspective(760px) rotateX(58deg);
  transform-origin: bottom;
}

.commercial-system-heading {
  display: grid;
  justify-items: center;
  min-width: 0;
  gap: 18px;
  text-align: center;
}

.commercial-system-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0;
  font-size: clamp(0.78rem, 1.02vw, 0.98rem);
}

.commercial-system-eyebrow::before,
.commercial-system-eyebrow::after {
  width: 42px;
  height: 1px;
  content: "";
  background: rgba(34, 215, 106, 0.74);
}

.commercial-system-section .commercial-system-heading h2 {
  display: grid;
  gap: 0;
  min-width: 0;
  max-width: 1220px;
  margin: 0;
  color: var(--text);
  font-size: clamp(3.45rem, 5vw, 5rem);
  font-weight: 850;
  line-height: 0.96;
  letter-spacing: 0;
  text-shadow: 0 2px 20px rgba(255, 255, 255, 0.09);
}

.commercial-system-section .commercial-system-heading h2 span {
  min-width: 0;
}

.commercial-system-heading p:not(.commercial-system-eyebrow) {
  min-width: 0;
  max-width: 900px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.16rem, 1.55vw, 1.38rem);
  line-height: 1.55;
}

.commercial-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.commercial-card {
  display: grid;
  align-content: start;
  justify-items: center;
  min-height: 286px;
  padding: clamp(32px, 2.6vw, 40px) clamp(26px, 2.2vw, 31px) clamp(26px, 2.2vw, 31px);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background:
    radial-gradient(circle at 78% 10%, rgba(255, 255, 255, 0.06), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012)),
    rgba(14, 17, 20, 0.86);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.32);
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.commercial-card:hover,
.commercial-card:focus-within {
  border-color: rgba(34, 215, 106, 0.52);
  background:
    radial-gradient(circle at 78% 10%, rgba(34, 215, 106, 0.09), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.014)),
    rgba(14, 17, 20, 0.92);
  transform: translateY(-2px);
}

.commercial-icon,
.kpi-icon {
  display: inline-grid;
  place-items: center;
  color: var(--green);
  border: 1.5px solid var(--green);
  border-radius: 999px;
  background: rgba(34, 215, 106, 0.045);
  box-shadow: 0 0 26px rgba(34, 215, 106, 0.1);
}

.commercial-icon {
  width: 96px;
  height: 96px;
  margin: 0 0 30px;
  justify-self: center;
}

.commercial-icon svg,
.kpi-icon svg {
  display: block;
  width: 60%;
  height: 60%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.commercial-icon svg text,
.kpi-icon svg text {
  dominant-baseline: central;
  alignment-baseline: central;
}

.commercial-system-section .commercial-card h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.22rem, 1.3vw, 1.36rem);
  line-height: 1.08;
  text-wrap: balance;
  white-space: nowrap;
}

.green-rule {
  width: 42px;
  height: 2px;
  margin: 24px auto 20px;
  background: var(--green);
}

.commercial-card p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.62;
}

.commercial-kpi-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(34, 215, 106, 0.42);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 100%, rgba(34, 215, 106, 0.12), transparent 36rem),
    rgba(5, 13, 10, 0.9);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.34);
}

.commercial-kpi-strip article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  justify-items: center;
  min-height: 184px;
  padding: 30px 26px;
  border-left: 1px solid rgba(34, 215, 106, 0.38);
  text-align: center;
}

.commercial-kpi-strip article:first-child {
  border-left: 0;
}

.kpi-icon {
  width: 66px;
  height: 66px;
  align-self: center;
  justify-self: center;
}

.commercial-kpi-strip .kpi-icon {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.commercial-kpi-strip .kpi-icon svg {
  width: 100%;
  height: 100%;
  stroke-width: 2;
}

.commercial-kpi-strip span {
  display: block;
  margin-bottom: 16px;
  color: var(--green);
  font-size: clamp(0.78rem, 1vw, 0.92rem);
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.commercial-kpi-strip .kpi-icon {
  display: grid;
  width: 66px;
  height: 66px;
  margin: 0 0 18px;
  place-items: center;
  color: var(--green);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.commercial-kpi-strip .kpi-icon svg {
  width: 100%;
  height: 100%;
  stroke-width: 2;
}

.commercial-system-section .commercial-kpi-strip h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.2rem, 1.45vw, 1.42rem);
  line-height: 1.15;
}

.commercial-kpi-strip p {
  max-width: 230px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: clamp(0.96rem, 1.12vw, 1.08rem);
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .commercial-card-grid,
  .commercial-kpi-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commercial-system-section .commercial-card h3 {
    white-space: normal;
  }

  .commercial-kpi-strip article:nth-child(odd) {
    border-left: 0;
  }

  .commercial-kpi-strip article:nth-child(n + 3) {
    border-top: 1px solid rgba(34, 215, 106, 0.38);
  }
}

@media (max-width: 720px) {
  .commercial-system-section {
    width: min(calc(100vw - 36px), 540px);
    padding-top: 56px;
  }

  .commercial-system-eyebrow {
    max-width: 100%;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0.58rem;
    letter-spacing: 0.09em;
  }

  .commercial-system-eyebrow::before,
  .commercial-system-eyebrow::after {
    width: 18px;
  }

  .commercial-system-section .commercial-system-heading h2 {
    max-width: 100%;
    font-size: clamp(1.66rem, 7.2vw, 2.12rem);
    line-height: 1.03;
    text-wrap: balance;
  }

  .commercial-system-heading p:not(.commercial-system-eyebrow) {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.46;
  }

  .commercial-card-grid,
  .commercial-kpi-strip {
    grid-template-columns: 1fr;
  }

  .commercial-card {
    min-height: auto;
  }

  .commercial-kpi-strip article,
  .commercial-kpi-strip article:nth-child(odd) {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 22px 20px;
    border-left: 0;
    border-top: 1px solid rgba(34, 215, 106, 0.38);
    text-align: center;
  }

  .commercial-kpi-strip article:first-child {
    border-top: 0;
  }

  .kpi-icon {
    width: 64px;
    height: 64px;
  }
}

/* Revenue build outcome mockup */
.revenue-build-section {
  width: min(calc(100% - 64px), 1540px);
  gap: clamp(24px, 3vw, 34px);
  padding: clamp(58px, 6vw, 82px) 0 clamp(54px, 6vw, 76px);
}

.revenue-build-heading {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.revenue-build-heading .commercial-system-eyebrow {
  color: var(--green);
  font-size: clamp(0.82rem, 1.08vw, 1rem);
  font-weight: 850;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.revenue-build-heading .commercial-system-eyebrow::before,
.revenue-build-heading .commercial-system-eyebrow::after {
  display: none;
}

.revenue-build-section .revenue-build-heading h2 {
  max-width: 1440px;
  margin: 0;
  color: var(--text);
  font-size: clamp(3rem, 3.95vw, 4.3rem);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 0 2px 20px rgba(255, 255, 255, 0.08);
}

.revenue-build-heading p {
  max-width: 820px;
  margin: 0;
  color: var(--soft);
  font-size: clamp(1.02rem, 1.35vw, 1.25rem);
  line-height: 1.45;
}

.revenue-build-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.revenue-build-card {
  display: grid;
  align-content: start;
  min-height: 560px;
  padding: 34px 30px 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 215, 106, 0.12), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(12, 16, 19, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(34, 215, 106, 0.18),
    0 28px 68px rgba(0, 0, 0, 0.34);
}

.revenue-build-icon {
  display: grid;
  width: 96px;
  height: 96px;
  margin: 0 auto 20px;
  place-items: center;
  color: var(--green);
  border: 1.5px solid var(--green);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(34, 215, 106, 0.18), rgba(34, 215, 106, 0.035) 62%, transparent);
  box-shadow: 0 0 34px rgba(34, 215, 106, 0.18);
}

.revenue-build-icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.revenue-build-section .revenue-build-card h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.18rem, 1.28vw, 1.44rem);
  line-height: 1.08;
  text-align: center;
  white-space: nowrap;
}

.revenue-build-card .green-rule {
  width: 46px;
  height: 2px;
  margin: 18px auto;
}

.revenue-build-card > p {
  margin: 0 auto 22px;
  color: var(--soft);
  font-size: clamp(0.98rem, 1.12vw, 1.08rem);
  line-height: 1.48;
  text-align: center;
}

.revenue-build-checks {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.revenue-build-checks li {
  position: relative;
  padding-left: 34px;
  color: var(--text);
  font-size: 0.96rem;
  line-height: 1.35;
}

.revenue-build-checks li::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  border: 1.5px solid var(--green);
  border-radius: 999px;
}

.revenue-build-checks li::after {
  position: absolute;
  top: 4px;
  left: 5px;
  width: 7px;
  height: 4px;
  content: "";
  border: solid var(--green);
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
}

.revenue-build-metrics {
  display: grid;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.revenue-build-section .revenue-build-metrics h4 {
  margin: 0 0 2px;
  color: var(--green);
  font-size: 0.92rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.revenue-build-metrics p {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  color: var(--text);
  font-size: clamp(0.95rem, 1.08vw, 1.05rem);
}

.revenue-build-metrics svg {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  color: var(--green);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.revenue-build-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 860px);
  min-height: 64px;
  margin: 2px auto 0;
  padding: 14px 24px;
  gap: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: rgba(9, 14, 16, 0.88);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.28);
}

.revenue-build-cta-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--green);
}

.revenue-build-cta svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.revenue-build-cta p {
  margin: 0;
  color: var(--text);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
}

.revenue-build-cta a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--green);
  font-weight: 850;
  text-decoration: none;
}

.revenue-build-cta a:hover,
.revenue-build-cta a:focus-visible {
  color: var(--cta-green-hover);
}

@media (max-width: 1180px) {
  .revenue-build-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .revenue-build-card {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .revenue-build-section {
    width: min(calc(100vw - 32px), 540px);
    padding-top: 56px;
  }

  .revenue-build-heading h2 {
    font-size: clamp(2.2rem, 11vw, 3.3rem);
    white-space: normal;
  }

  .revenue-build-section .revenue-build-card h3 {
    white-space: normal;
  }

  .revenue-build-grid {
    grid-template-columns: 1fr;
  }

  .revenue-build-card {
    padding: 28px 22px;
  }

  .revenue-build-cta {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

/* Monetization gap mockup */
.monetization-gap-section {
  display: grid;
  gap: 20px;
  width: min(calc(100% - 48px), 1500px);
  margin: 0 auto;
  padding: clamp(48px, 5.5vw, 74px) 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.monetization-gap-heading {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.monetization-gap-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
  font-size: clamp(0.72rem, 0.92vw, 0.9rem);
}

.monetization-gap-eyebrow::after {
  width: 30px;
  height: 1px;
  content: "";
  background: rgba(34, 215, 106, 0.72);
}

.monetization-gap-section .monetization-gap-heading h2 {
  max-width: 1180px;
  margin: 0;
  color: var(--text);
  font-size: clamp(2.7rem, 4.45vw, 4.1rem);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
  text-shadow: 0 2px 18px rgba(255, 255, 255, 0.08);
}

.monetization-gap-heading p {
  max-width: 1040px;
  margin: 0;
  color: var(--text);
  font-size: clamp(1.05rem, 1.5vw, 1.34rem);
  font-weight: 800;
  line-height: 1.22;
  text-align: center;
}

.monetization-gap-heading p strong {
  font-weight: 850;
}

.monetization-gap-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.monetization-gap-card {
  display: grid;
  align-content: start;
  min-height: 236px;
  padding: 18px 20px 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  background:
    radial-gradient(circle at 75% 0%, rgba(255, 255, 255, 0.045), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.044), rgba(255, 255, 255, 0.01)),
    rgba(13, 16, 19, 0.88);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.25);
}

.gap-number {
  display: block;
  margin: 0 0 16px;
  color: var(--green);
  font-size: 0.96rem;
  font-weight: 850;
  line-height: 1;
}

.gap-card-title {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-bottom: 20px;
}

.gap-icon {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--green);
  border: 1.5px solid var(--green);
  border-radius: 999px;
  background: rgba(34, 215, 106, 0.045);
}

.gap-icon svg {
  width: 58%;
  height: 58%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.monetization-gap-section .monetization-gap-card h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.04rem, 1.28vw, 1.2rem);
  font-weight: 850;
  line-height: 1.14;
}

.monetization-gap-card p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.86rem, 1.05vw, 0.96rem);
  line-height: 1.5;
}

.monetization-gap-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.monetization-gap-card li {
  position: relative;
  padding-left: 17px;
  color: var(--soft);
  font-size: clamp(0.82rem, 0.95vw, 0.92rem);
  line-height: 1.25;
}

.monetization-gap-card li::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--green);
  border-radius: 999px;
}

.monetization-gap-cta {
  position: relative;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) minmax(280px, 340px);
  gap: 24px;
  align-items: center;
  min-height: 128px;
  padding: 18px 36px 18px 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 50%, rgba(34, 215, 106, 0.18), transparent 12rem),
    radial-gradient(circle at 96% 52%, rgba(34, 215, 106, 0.2), transparent 11rem),
    linear-gradient(110deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    rgba(10, 13, 15, 0.92);
}

.monetization-gap-cta::after {
  position: absolute;
  inset: 0 0 0 auto;
  width: 190px;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, transparent, rgba(34, 215, 106, 0.09)),
    repeating-linear-gradient(90deg, rgba(34, 215, 106, 0.24) 0 1px, transparent 1px 18px);
  opacity: 0.52;
}

.gap-target-art {
  display: grid;
  align-self: stretch;
  min-height: 104px;
  padding-right: 24px;
  place-items: center;
  color: var(--green);
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.gap-target-art svg {
  width: 170px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 0 18px rgba(34, 215, 106, 0.22));
}

.gap-cta-copy {
  min-width: 0;
  padding-right: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.monetization-gap-section .gap-cta-copy h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.38rem, 2vw, 1.84rem);
  font-weight: 850;
  line-height: 1.08;
}

.gap-cta-copy p {
  max-width: 720px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: clamp(0.96rem, 1.16vw, 1.08rem);
  line-height: 1.45;
}

.gap-cta-actions {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
}

.gap-cta-actions .button {
  justify-content: center;
  min-height: 50px;
  border-radius: 6px;
  font-size: 0.98rem;
}

.gap-cta-actions .button-secondary {
  background: rgba(5, 13, 10, 0.72);
  border-color: rgba(34, 215, 106, 0.52);
}

@media (max-width: 1180px) {
  .monetization-gap-section .monetization-gap-heading h2 {
    white-space: normal;
  }

  .monetization-gap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .monetization-gap-cta {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .gap-cta-copy {
    padding-right: 0;
    border-right: 0;
  }

  .gap-cta-actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .monetization-gap-section {
    width: min(calc(100vw - 36px), 540px);
    padding-top: 46px;
  }

  .monetization-gap-section .monetization-gap-heading h2 {
    font-size: clamp(2.15rem, 11vw, 3.1rem);
  }

  .monetization-gap-heading p {
    font-size: 1rem;
    line-height: 1.4;
  }

  .monetization-gap-grid {
    grid-template-columns: 1fr;
  }

  .monetization-gap-card {
    min-height: auto;
  }

  .monetization-gap-cta {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .gap-target-art {
    min-height: auto;
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .gap-target-art svg {
    width: 140px;
  }

  .gap-cta-actions {
    grid-template-columns: 1fr;
  }
}

/* Revenue operating system mockup */
.revenue-os-section {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 32px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(62px, 7vw, 92px) max(24px, calc((100vw - 1340px) / 2)) clamp(54px, 6vw, 76px);
  overflow: hidden;
}

.revenue-os-section::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 8% 54%, rgba(34, 215, 106, 0.16), transparent 22rem),
    radial-gradient(circle at 96% 58%, rgba(34, 215, 106, 0.13), transparent 24rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.9));
}

.revenue-os-section::after {
  position: absolute;
  inset: 24% -10vw auto;
  z-index: -1;
  height: 560px;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle, rgba(34, 215, 106, 0.42) 0 1px, transparent 1.8px);
  background-size: 20px 20px;
  opacity: 0.18;
  mask-image:
    radial-gradient(ellipse at 0% 50%, #000 0%, transparent 42%),
    radial-gradient(ellipse at 100% 50%, #000 0%, transparent 42%);
}

.revenue-os-heading {
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
}

.revenue-os-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0;
  font-size: clamp(0.76rem, 1vw, 0.96rem);
}

.revenue-os-eyebrow::before,
.revenue-os-eyebrow::after {
  width: 62px;
  height: 1px;
  content: "";
  background: rgba(34, 215, 106, 0.72);
}

.revenue-os-section .revenue-os-heading h2 {
  display: grid;
  gap: 0;
  max-width: 980px;
  margin: 0;
  color: var(--text);
  font-size: clamp(3.2rem, 5.1vw, 5rem);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: 0 2px 20px rgba(255, 255, 255, 0.09);
}

.revenue-os-heading p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.16rem, 1.55vw, 1.38rem);
  line-height: 1.42;
}

.revenue-os-heading .revenue-os-thesis {
  color: var(--text);
  font-weight: 850;
}

.revenue-os-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 10px;
  color: var(--soft) !important;
  font-weight: 850;
}

.revenue-os-links a {
  color: var(--green);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.revenue-os-links span {
  color: var(--muted);
}

.revenue-os-map {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.revenue-os-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 430px;
  padding: 26px 34px 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 50%, rgba(34, 215, 106, 0.06), transparent 16rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.038), rgba(255, 255, 255, 0.01)),
    rgba(9, 12, 14, 0.88);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.34);
}

.revenue-os-card:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -29px;
  z-index: 2;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--green);
  font-size: 1.5rem;
  font-weight: 900;
  content: ">";
  border: 1px solid rgba(34, 215, 106, 0.48);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(34, 215, 106, 0.2), transparent 70%),
    rgba(4, 13, 9, 0.92);
  box-shadow: 0 0 28px rgba(34, 215, 106, 0.32);
  transform: translateY(-50%);
}

.revenue-os-kicker {
  display: grid;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--green);
  font-size: 0.98rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.revenue-os-kicker span,
.revenue-os-kicker strong {
  color: var(--green);
}

.revenue-os-card-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  min-width: 0;
}

.revenue-os-icon {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  color: var(--green);
  border: 1.5px solid var(--green);
  border-radius: 999px;
  background: rgba(34, 215, 106, 0.045);
  box-shadow: 0 0 32px rgba(34, 215, 106, 0.14);
}

.revenue-os-icon svg {
  width: 62%;
  height: 62%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.revenue-os-section .revenue-os-card h3 {
  max-width: 100%;
  margin: 0;
  color: var(--text);
  font-size: clamp(1.42rem, 1.5vw, 1.66rem);
  font-weight: 850;
  line-height: 1.08;
  overflow-wrap: normal;
  text-wrap: balance;
}

.revenue-os-card .green-rule {
  width: 46px;
  height: 2px;
  margin: 24px 0 18px;
}

.revenue-os-card p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.45;
}

.revenue-os-card ul {
  display: grid;
  gap: 9px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.revenue-os-card li {
  position: relative;
  padding-left: 20px;
  color: var(--soft);
  font-size: clamp(0.94rem, 1.12vw, 1.02rem);
  line-height: 1.18;
}

.revenue-os-card li::before {
  position: absolute;
  top: 0.42em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--green);
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(34, 215, 106, 0.42);
}

.revenue-os-cta {
  display: grid;
  justify-items: center;
  gap: 16px;
}

.revenue-os-cta .button {
  width: min(100%, 500px);
  min-height: 58px;
  justify-content: center;
  border-radius: 8px;
  font-size: 1.08rem;
}

.revenue-os-cta p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  font-style: italic;
  font-weight: 750;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 1180px) {
  .revenue-os-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .revenue-os-card:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 720px) {
  .revenue-os-section {
    padding: 48px 18px 54px;
  }

  .revenue-os-eyebrow {
    flex-wrap: wrap;
    gap: 10px;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .revenue-os-eyebrow::before,
  .revenue-os-eyebrow::after {
    width: 28px;
  }

  .revenue-os-section .revenue-os-heading h2 {
    font-size: clamp(2.2rem, 10.5vw, 3.25rem);
  }

  .revenue-os-heading p {
    font-size: 1rem;
  }

  .revenue-os-map {
    grid-template-columns: 1fr;
  }

  .revenue-os-card {
    min-height: auto;
    padding: 24px;
  }

  .revenue-os-card-head {
    grid-template-columns: 1fr;
  }

  .revenue-os-icon {
    width: 64px;
    height: 64px;
  }
}

/* Scaletics systems mockup */
.systems-mock-section {
  position: relative;
  isolation: isolate;
  width: min(calc(100% - 48px), 1320px);
  padding: clamp(58px, 7vw, 92px) 0 clamp(72px, 8vw, 112px);
  overflow: hidden;
}

.systems-mock-section::before {
  position: absolute;
  inset: 0 -8vw;
  z-index: -2;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 96% 8%, rgba(34, 215, 106, 0.12), transparent 28rem),
    radial-gradient(circle at 6% 100%, rgba(34, 215, 106, 0.2), transparent 24rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.88));
}

.systems-mock-section::after {
  position: absolute;
  right: -8vw;
  bottom: 0;
  left: -8vw;
  z-index: -1;
  height: 190px;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle, rgba(34, 215, 106, 0.68) 0 1px, transparent 1.7px);
  background-size: 22px 22px;
  opacity: 0.17;
  mask-image: radial-gradient(ellipse at 50% 100%, #000 0%, transparent 72%);
}

.systems-mock-heading {
  display: grid;
  gap: 16px;
  justify-items: center;
  max-width: 1180px;
  margin: 0 auto 46px;
  text-align: center;
}

.systems-mock-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  font-size: clamp(0.82rem, 1vw, 0.96rem);
}

.systems-mock-eyebrow::after {
  width: 42px;
  height: 1px;
  content: "";
  background: rgba(34, 215, 106, 0.72);
}

.systems-mock-heading h2 {
  max-width: 1160px;
  margin: 0;
  color: var(--text);
  font-size: clamp(3.8rem, 6.05vw, 6.3rem);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: 0;
}

.systems-mock-heading p {
  max-width: 980px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  line-height: 1.45;
  text-align: center;
}

.systems-mock-heading .systems-mock-lead {
  color: var(--text);
  font-weight: 850;
}

.systems-mock-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 22px;
}

.systems-mock-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 340px;
  padding: 34px 36px 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 10% 0%, rgba(34, 215, 106, 0.08), transparent 17rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01)),
    rgba(8, 12, 14, 0.92);
  box-shadow: 0 26px 76px rgba(0, 0, 0, 0.32);
}

.systems-mock-card::before {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--green), transparent 72%);
  border-radius: 8px 8px 0 0;
  opacity: 0.9;
}

.systems-mock-number {
  display: block;
  margin-bottom: 22px;
  color: var(--green);
  font-size: 1.02rem;
  font-weight: 850;
}

.systems-mock-card-head {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 22px;
}

.systems-mock-icon {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  color: var(--green);
}

.systems-mock-icon svg,
.systems-chain svg,
.systems-priceable-list svg,
.systems-recurring-grid svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.systems-mock-card h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.58rem, 2.1vw, 2.1rem);
  font-weight: 850;
  line-height: 1.05;
}

.systems-mock-card strong {
  max-width: 310px;
  color: var(--green);
  font-size: clamp(1.02rem, 1.3vw, 1.15rem);
  font-weight: 850;
  line-height: 1.28;
}

.systems-mock-card .green-rule {
  width: 48px;
  height: 2px;
  margin: 25px 0 18px;
}

.systems-mock-card p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.48;
}

.systems-motion-panel {
  display: grid;
  grid-template-columns: 1.02fr 0.95fr 0.95fr;
  margin-top: 48px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 0% 100%, rgba(34, 215, 106, 0.11), transparent 20rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01)),
    rgba(8, 12, 14, 0.9);
  overflow: hidden;
}

.systems-motion-cell {
  min-height: 300px;
  padding: 28px 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.systems-motion-cell:last-child {
  border-right: 0;
}

.systems-motion-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  font-size: 0.82rem;
}

.systems-motion-eyebrow::after {
  width: 32px;
  height: 1px;
  content: "";
  background: rgba(34, 215, 106, 0.72);
}

.systems-motion-cell h3 {
  margin: 0 0 24px;
  color: var(--text);
  font-size: clamp(1.55rem, 2vw, 2.05rem);
  font-weight: 850;
  line-height: 1.02;
}

.systems-chain {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.systems-chain span {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 12px;
  min-width: 56px;
  color: var(--green);
}

.systems-chain span:not(:last-child)::after {
  position: absolute;
  top: 24px;
  right: -15px;
  color: var(--green);
  font-size: 1.3rem;
  font-weight: 900;
  content: ">";
}

.systems-chain svg {
  width: 46px;
  height: 46px;
}

.systems-chain b {
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.systems-priceable-list {
  display: grid;
  gap: 0;
}

.systems-priceable-list p {
  display: grid;
  grid-template-columns: minmax(150px, 0.8fr) 1fr;
  gap: 18px;
  align-items: center;
  margin: 0;
  padding: 13px 0;
  color: var(--muted);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.systems-priceable-list p:last-child {
  border-bottom: 0;
}

.systems-priceable-list span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-weight: 850;
}

.systems-priceable-list svg {
  width: 26px;
  height: 26px;
  color: var(--green);
}

.systems-priceable-list small {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.3;
}

.systems-recurring-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.systems-recurring-grid span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 68px;
  padding: 13px 16px;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 850;
  border: 1px solid rgba(34, 215, 106, 0.58);
  border-radius: 6px;
  background: rgba(34, 215, 106, 0.035);
}

.systems-recurring-grid svg {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  color: var(--green);
}

.systems-mock-cta {
  display: grid;
  justify-items: center;
  gap: 18px;
  margin-top: 38px;
}

.systems-mock-cta p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0;
  color: var(--text);
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  line-height: 1.35;
  text-align: center;
}

.systems-mock-cta p span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: var(--green);
  font-size: 1.45rem;
  font-weight: 500;
  border: 1px solid rgba(34, 215, 106, 0.7);
  border-radius: 999px;
}

.systems-mock-cta .button {
  width: min(100%, 420px);
  min-height: 58px;
  justify-content: center;
  border-color: rgba(34, 215, 106, 0.78);
  color: var(--green);
  background: rgba(34, 215, 106, 0.04);
}

@media (max-width: 1080px) {
  .systems-mock-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .systems-motion-panel {
    grid-template-columns: 1fr;
  }

  .systems-motion-cell {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .systems-motion-cell:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .systems-mock-section {
    width: min(calc(100% - 32px), 1320px);
    padding-top: 52px;
  }

  .systems-mock-heading h2 {
    font-size: clamp(2.45rem, 12vw, 3.4rem);
  }

  .systems-mock-grid {
    grid-template-columns: 1fr;
  }

  .systems-mock-card {
    min-height: auto;
    padding: 28px 24px;
  }

  .systems-mock-card-head {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .systems-mock-icon {
    width: 56px;
    height: 56px;
  }

  .systems-motion-cell {
    padding: 26px 22px;
  }

  .systems-chain {
    flex-wrap: wrap;
    justify-content: center;
  }

  .systems-chain span:not(:last-child)::after {
    display: none;
  }

  .systems-priceable-list p {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .systems-recurring-grid {
    grid-template-columns: 1fr;
  }
}

/* MSP 30-day revenue activation mockup */
.sprint-mock-section {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 18px;
  width: min(calc(100% - 48px), 1420px);
  padding: clamp(58px, 7vw, 86px) 0 clamp(62px, 8vw, 96px);
  overflow: hidden;
}

.sprint-mock-section::before {
  position: absolute;
  inset: 0 -12vw;
  z-index: -2;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 3% 24%, rgba(34, 215, 106, 0.13), transparent 24rem),
    radial-gradient(circle at 99% 42%, rgba(34, 215, 106, 0.13), transparent 24rem),
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.035), transparent 34rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0.9));
}

.sprint-mock-section::after {
  position: absolute;
  inset: 14% -10vw auto;
  z-index: -1;
  height: 520px;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle, rgba(34, 215, 106, 0.64) 0 1px, transparent 1.8px);
  background-size: 22px 22px;
  opacity: 0.16;
  mask-image:
    radial-gradient(ellipse at 0% 40%, #000 0%, transparent 38%),
    radial-gradient(ellipse at 100% 45%, #000 0%, transparent 40%);
}

.sprint-mock-heading {
  display: grid;
  justify-items: center;
  gap: 16px;
  max-width: 1040px;
  margin: 0 auto 16px;
  text-align: center;
}

.sprint-mock-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0;
  font-size: clamp(0.82rem, 1vw, 0.96rem);
}

.sprint-mock-eyebrow::before,
.sprint-mock-eyebrow::after {
  width: 58px;
  height: 1px;
  content: "";
  background: rgba(34, 215, 106, 0.75);
}

.sprint-mock-heading h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(4rem, 6.4vw, 6.35rem);
  font-weight: 850;
  line-height: 0.95;
  letter-spacing: 0;
  text-shadow: 0 2px 24px rgba(255, 255, 255, 0.08);
}

.sprint-mock-heading p {
  max-width: 850px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.48vw, 1.3rem);
  line-height: 1.42;
}

.sprint-mock-heading .sprint-mock-thesis {
  color: var(--text);
  font-size: clamp(1.18rem, 1.65vw, 1.42rem);
  font-weight: 850;
  line-height: 1.2;
}

.sprint-mock-offer,
.sprint-delivery,
.sprint-metrics,
.sprint-journey {
  width: min(100%, 990px);
  margin-inline: auto;
  border: 1px solid rgba(34, 215, 106, 0.4);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 215, 106, 0.1), transparent 24rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.042), rgba(255, 255, 255, 0.012)),
    rgba(6, 14, 12, 0.88);
  box-shadow:
    0 28px 76px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.sprint-mock-offer {
  display: grid;
  grid-template-columns: 0.9fr 1.35fr;
  gap: 40px;
  align-items: center;
  min-height: 230px;
  margin-top: 10px;
  padding: 34px 58px;
}

.sprint-mock-price {
  display: grid;
  gap: 8px;
}

.sprint-mock-price p {
  margin: 0 0 2px;
  color: var(--green);
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.sprint-mock-price span {
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sprint-mock-price strong {
  color: var(--text);
  font-size: clamp(4.3rem, 6.3vw, 6.2rem);
  font-weight: 850;
  line-height: 0.86;
  letter-spacing: 0;
}

.sprint-mock-price small {
  color: var(--text);
  font-size: clamp(1.02rem, 1.42vw, 1.22rem);
  font-weight: 780;
}

.sprint-mock-promise {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  min-height: 170px;
  padding-left: 54px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.sprint-mock-line-icon,
.sprint-metric-icon,
.sprint-journey-head b {
  display: grid;
  place-items: center;
  color: var(--green);
}

.sprint-mock-line-icon {
  width: 58px;
  height: 58px;
}

.sprint-mock-line-icon svg,
.sprint-metric-icon svg,
.sprint-journey-head svg,
.sprint-delivery svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sprint-mock-promise h3 {
  margin: 0 0 28px;
  color: var(--text);
  font-size: clamp(1.65rem, 2.65vw, 2.3rem);
  font-weight: 850;
  line-height: 1.12;
}

.sprint-mock-promise p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.38vw, 1.18rem);
}

.sprint-delivery {
  margin-top: 14px;
  padding: 22px 38px 24px;
}

.sprint-delivery h3 {
  margin: 0 0 18px;
  color: var(--text);
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
}

.sprint-delivery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
}

.sprint-delivery-col {
  display: grid;
}

.sprint-delivery-col + .sprint-delivery-col {
  padding-left: 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.sprint-delivery p {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-height: 74px;
  margin: 0;
  padding: 10px 0 18px;
  color: var(--soft);
  font-size: clamp(1rem, 1.24vw, 1.1rem);
  line-height: 1.36;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.sprint-delivery p:last-child {
  border-bottom: 0;
}

.sprint-delivery p span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--green);
  border: 1.5px solid var(--green);
  border-radius: 999px;
}

.sprint-delivery p span svg {
  width: 18px;
  height: 18px;
}

.sprint-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
  overflow: hidden;
}

.sprint-metrics article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 116px;
  padding: 22px 34px;
}

.sprint-metrics article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.sprint-metric-icon {
  width: 54px;
  height: 54px;
}

.sprint-metrics strong {
  display: block;
  color: var(--text);
  font-size: clamp(1.55rem, 2.15vw, 2rem);
  font-weight: 850;
  line-height: 1.05;
}

.sprint-metrics small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.25;
}

.sprint-journey {
  width: min(100%, 1320px);
  margin-top: 30px;
  padding: 24px 26px 20px;
}

.sprint-journey > h3 {
  margin: 0 0 20px;
  color: var(--green);
  font-size: clamp(0.92rem, 1.1vw, 1rem);
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.sprint-journey-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.sprint-journey-grid article {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 210px;
  padding: 24px 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  background:
    radial-gradient(circle at 90% 10%, rgba(34, 215, 106, 0.13), transparent 10rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    rgba(8, 13, 14, 0.9);
}

.sprint-journey-grid article:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 2;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #020704;
  font-size: 1.15rem;
  font-weight: 900;
  content: ">";
  background: var(--green);
  border-radius: 999px;
  box-shadow: 0 0 22px rgba(34, 215, 106, 0.42);
  transform: translateY(-50%);
}

.sprint-journey-grid article > span {
  display: block;
  margin-bottom: 12px;
  color: var(--green);
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sprint-journey-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}

.sprint-journey-head h4 {
  min-width: 0;
  margin: 0;
  color: var(--text);
  font-size: clamp(1.2rem, 1.34vw, 1.45rem);
  font-weight: 850;
  line-height: 1.06;
}

.sprint-journey-head b {
  width: 36px;
  height: 36px;
  border: 2px solid var(--green);
  border-radius: 999px;
}

.sprint-journey-head b svg {
  width: 58%;
  height: 58%;
}

.sprint-journey-grid p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.4;
}

.sprint-mock-cta {
  display: grid;
  justify-items: center;
  gap: 14px;
  margin-top: 28px;
}

.sprint-mock-cta .button {
  width: min(100%, 570px);
  min-height: 66px;
  justify-content: center;
  border-radius: 8px;
  font-size: clamp(1.06rem, 1.45vw, 1.25rem);
}

.sprint-mock-cta p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  font-style: italic;
  font-weight: 760;
  text-align: center;
}

@media (max-width: 980px) {
  .sprint-mock-offer,
  .sprint-delivery-grid,
  .sprint-metrics,
  .sprint-journey-grid {
    grid-template-columns: 1fr;
  }

  .sprint-mock-promise,
  .sprint-delivery-col + .sprint-delivery-col,
  .sprint-metrics article + article {
    padding-left: 0;
    border-left: 0;
  }

  .sprint-mock-promise,
  .sprint-delivery-col + .sprint-delivery-col,
  .sprint-metrics article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .sprint-mock-promise {
    padding-top: 30px;
  }

  .sprint-metrics article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .sprint-journey-grid article:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 720px) {
  .sprint-mock-section {
    width: min(calc(100% - 32px), 1220px);
    padding-top: 52px;
  }

  .sprint-mock-heading h2 {
    font-size: clamp(2.85rem, 13vw, 4rem);
  }

  .sprint-mock-eyebrow {
    flex-wrap: wrap;
    gap: 9px;
    font-size: 0.68rem;
  }

  .sprint-mock-eyebrow::before,
  .sprint-mock-eyebrow::after {
    width: 28px;
  }

  .sprint-mock-offer,
  .sprint-delivery,
  .sprint-journey {
    padding: 24px 20px;
  }

  .sprint-mock-price strong {
    font-size: clamp(3.35rem, 18vw, 4.4rem);
  }

  .sprint-mock-promise {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sprint-delivery p {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
  }

  .sprint-metrics article {
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 20px;
  }

  .sprint-journey-head {
    grid-template-columns: minmax(0, 1fr) 48px;
  }

  .sprint-journey-head b {
    width: 44px;
    height: 44px;
  }
}

/* MSP AI revenue roadmap mockup */
.roadmap-mock-section {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 34px;
  width: min(calc(100% - 48px), 1320px);
  padding: clamp(76px, 7.5vw, 112px) 0 clamp(78px, 8vw, 110px);
  margin-inline: auto;
}

.roadmap-mock-section::before {
  position: absolute;
  inset: 0 -12vw;
  z-index: -2;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 50% 2%, rgba(255, 255, 255, 0.04), transparent 18rem),
    radial-gradient(circle at 50% 46%, rgba(34, 215, 106, 0.07), transparent 36rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.84));
}

.roadmap-mock-section::after {
  position: absolute;
  inset: auto -14vw -4vw;
  z-index: -1;
  height: 360px;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(13deg, transparent 0 43%, rgba(34, 215, 106, 0.18) 43.2%, transparent 43.5% 100%),
    linear-gradient(167deg, transparent 0 43%, rgba(34, 215, 106, 0.14) 43.2%, transparent 43.5% 100%),
    radial-gradient(circle at 50% 115%, rgba(34, 215, 106, 0.22), transparent 26rem);
  background-size: 44px 44px, 44px 44px, 100% 100%;
  opacity: 0.58;
  mask-image: linear-gradient(180deg, transparent, #000 22%, #000 82%, transparent);
}

.roadmap-mock-heading {
  display: grid;
  justify-items: center;
  max-width: 1200px;
  margin-inline: auto;
  text-align: center;
}

.roadmap-mock-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 22px;
  font-size: clamp(0.82rem, 1vw, 0.96rem);
}

.roadmap-mock-eyebrow::before,
.roadmap-mock-eyebrow::after {
  width: 68px;
  height: 1px;
  content: "";
  background: rgba(34, 215, 106, 0.75);
}

.roadmap-mock-heading h2 {
  max-width: 1180px;
  margin: 0;
  color: var(--text);
  font-size: clamp(3.9rem, 5.8vw, 6.25rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: 0 2px 24px rgba(255, 255, 255, 0.08);
}

.roadmap-mock-heading p:not(.roadmap-mock-eyebrow) {
  max-width: 900px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.16rem, 1.65vw, 1.42rem);
  line-height: 1.5;
}

.roadmap-mock-section svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

.roadmap-phase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 18px;
}

.roadmap-phase-card,
.roadmap-outcomes,
.roadmap-result {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 52% 0%, rgba(34, 215, 106, 0.12), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.044), rgba(255, 255, 255, 0.012)),
    rgba(7, 12, 13, 0.92);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.roadmap-phase-card {
  min-height: 552px;
  padding: clamp(36px, 3.6vw, 50px) clamp(30px, 3.3vw, 44px);
}

.roadmap-phase-top {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.roadmap-phase-icon,
.roadmap-outcome-icon,
.roadmap-result-icon {
  display: grid;
  place-items: center;
  color: var(--green);
  border: 1.5px solid var(--green);
  border-radius: 999px;
  background: rgba(34, 215, 106, 0.045);
  box-shadow: 0 0 24px rgba(34, 215, 106, 0.12);
}

.roadmap-phase-icon {
  width: 92px;
  height: 92px;
}

.roadmap-phase-icon svg {
  width: 52%;
  height: 52%;
}

.roadmap-phase-days {
  display: block;
  margin-bottom: 14px;
  color: var(--green);
  font-size: clamp(0.92rem, 1.25vw, 1.12rem);
  font-weight: 850;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.roadmap-phase-card h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.95rem, 2.75vw, 2.72rem);
  font-weight: 850;
  line-height: 1.06;
}

.roadmap-phase-card > p {
  padding-top: 28px;
  margin: 30px 0 0;
  color: var(--soft);
  font-size: clamp(1.16rem, 1.55vw, 1.36rem);
  line-height: 1.45;
  border-top: 2px solid rgba(34, 215, 106, 0.8);
}

.roadmap-phase-card ul {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.32vw, 1.18rem);
  line-height: 1.32;
  list-style: none;
}

.roadmap-phase-card li {
  position: relative;
  padding-left: 26px;
}

.roadmap-phase-card li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--green);
  border-radius: 999px;
  box-shadow: 0 0 13px rgba(34, 215, 106, 0.5);
}

.roadmap-outcomes {
  position: relative;
  padding: 34px clamp(28px, 4.4vw, 60px) 42px;
  margin-top: 2px;
  text-align: center;
}

.roadmap-outcomes > h3 {
  margin: 0 0 18px;
  color: var(--green);
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.roadmap-outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.roadmap-outcome-grid article {
  display: grid;
  justify-items: center;
  min-height: 220px;
  padding: 8px clamp(18px, 2vw, 38px) 0;
  text-align: center;
}

.roadmap-outcome-grid article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.roadmap-outcome-icon {
  width: 88px;
  height: 88px;
  margin-bottom: 20px;
}

.roadmap-outcome-icon svg {
  width: 55%;
  height: 55%;
}

.roadmap-outcome-grid h4 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: clamp(1.2rem, 1.58vw, 1.42rem);
  line-height: 1.15;
}

.roadmap-outcome-grid p {
  max-width: 240px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.18vw, 1.1rem);
  line-height: 1.45;
}

.roadmap-result {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  padding: clamp(34px, 4.4vw, 48px) clamp(42px, 6vw, 142px);
  border-color: rgba(34, 215, 106, 0.8);
}

.roadmap-result-icon {
  width: 104px;
  height: 104px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.roadmap-result-icon svg {
  width: 80%;
  height: 80%;
  stroke-width: 2.1;
}

.roadmap-result p {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.roadmap-result h3 {
  max-width: 980px;
  margin: 0;
  color: var(--text);
  font-size: clamp(1.84rem, 2.8vw, 2.6rem);
  font-weight: 850;
  line-height: 1.14;
}

.roadmap-cta {
  display: grid;
  justify-items: center;
  gap: 20px;
  margin-top: 16px;
}

.roadmap-cta .button {
  width: min(100%, 640px);
  min-height: 80px;
  justify-content: center;
  border-radius: 8px;
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
}

.roadmap-cta .button-icon {
  width: 32px;
  height: 32px;
}

.roadmap-button-arrow {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-left: 8px;
  color: #061008;
}

.roadmap-button-arrow svg {
  width: 100%;
  height: 100%;
}

.roadmap-cta p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.4vw, 1.22rem);
  font-style: italic;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 1080px) {
  .roadmap-phase-grid,
  .roadmap-outcome-grid {
    grid-template-columns: 1fr;
  }

  .roadmap-phase-card {
    min-height: auto;
  }

  .roadmap-outcome-grid article {
    min-height: auto;
    padding-block: 26px;
  }

  .roadmap-outcome-grid article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }
}

@media (max-width: 720px) {
  .roadmap-mock-section {
    width: min(calc(100% - 32px), 1240px);
    padding-top: 54px;
  }

  .roadmap-mock-eyebrow {
    gap: 9px;
    font-size: 0.68rem;
  }

  .roadmap-mock-eyebrow::before,
  .roadmap-mock-eyebrow::after {
    width: 28px;
  }

  .roadmap-mock-heading h2 {
    font-size: clamp(2.85rem, 12vw, 4rem);
  }

  .roadmap-phase-top,
  .roadmap-result {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .roadmap-phase-card,
  .roadmap-outcomes,
  .roadmap-result {
    padding: 24px 20px;
  }

  .roadmap-cta .button {
    min-height: 64px;
  }
}

/* Commercial proof of work mockup */
.proof-mock-section {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 28px;
  width: min(calc(100% - 48px), 1600px);
  padding: clamp(72px, 7vw, 110px) 0 clamp(68px, 8vw, 104px);
  margin-inline: auto;
}

.proof-mock-section::before {
  position: absolute;
  inset: 0 -12vw;
  z-index: -2;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.05), transparent 19rem),
    radial-gradient(circle at 50% 48%, rgba(34, 215, 106, 0.055), transparent 42rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.72));
}

.proof-mock-heading {
  display: grid;
  justify-items: center;
  max-width: 1420px;
  margin-inline: auto;
  text-align: center;
}

.proof-mock-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 0 24px;
  font-size: clamp(0.84rem, 1vw, 0.98rem);
}

.proof-mock-eyebrow::before,
.proof-mock-eyebrow::after {
  width: 82px;
  height: 1px;
  content: "";
  background: rgba(34, 215, 106, 0.78);
}

.proof-mock-heading h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(3rem, 3.3vw, 4.9rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 0 2px 24px rgba(255, 255, 255, 0.08);
}

.proof-mock-heading > p:not(.proof-mock-eyebrow) {
  max-width: 1160px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.12rem, 1.45vw, 1.34rem);
  line-height: 1.46;
}

.proof-mock-section svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.proof-mock-alert {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  width: min(100%, 1060px);
  min-height: 72px;
  padding: 14px 28px;
  margin-top: 28px;
  color: var(--text);
  text-align: left;
  border: 1px solid rgba(34, 215, 106, 0.28);
  border-radius: 9px;
  background:
    radial-gradient(circle at 10% 50%, rgba(34, 215, 106, 0.1), transparent 13rem),
    rgba(8, 16, 14, 0.9);
}

.proof-mock-alert span,
.proof-card-label span,
.proof-card-rows span,
.proof-mock-cta-copy span {
  display: grid;
  place-items: center;
  color: var(--green);
}

.proof-mock-alert span {
  width: 42px;
  height: 42px;
}

.proof-mock-alert strong {
  font-size: clamp(1.08rem, 1.38vw, 1.25rem);
  line-height: 1.28;
}

.proof-mock-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 2px;
}

.proof-mock-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 670px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 215, 106, 0.1), transparent 18rem),
    linear-gradient(150deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012)),
    rgba(8, 13, 14, 0.95);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.proof-mock-card > :not(.proof-card-metric) {
  padding-inline: clamp(28px, 2.5vw, 34px);
}

.proof-card-label {
  display: flex;
  gap: 18px;
  align-items: center;
  padding-top: 28px;
  color: var(--soft);
}

.proof-card-label span {
  width: 42px;
  height: 42px;
}

.proof-card-label strong {
  font-size: clamp(0.9rem, 1.1vw, 1.05rem);
  font-weight: 850;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.proof-mock-card h3 {
  margin: 22px 0 24px;
  color: var(--text);
  font-size: clamp(1.9rem, 2.35vw, 2.5rem);
  font-weight: 850;
  line-height: 1.1;
}

.proof-card-rows {
  display: grid;
  align-content: start;
}

.proof-card-rows > div {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.proof-card-rows span {
  width: 42px;
  height: 42px;
  margin-top: 2px;
}

.proof-card-rows p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.18vw, 1.1rem);
  line-height: 1.42;
}

.proof-card-rows p strong {
  display: block;
  margin-bottom: 4px;
  color: var(--green);
  font-size: 0.88rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.proof-card-metric {
  display: grid;
  place-items: center;
  min-height: 78px;
  padding: 16px 20px;
  color: var(--green);
  text-align: center;
  border-top: 1px solid rgba(34, 215, 106, 0.32);
  background:
    radial-gradient(circle at 50% 100%, rgba(34, 215, 106, 0.2), transparent 12rem),
    rgba(3, 33, 21, 0.68);
}

.proof-card-metric > strong {
  color: var(--green);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.proof-card-metric > span {
  display: block;
  margin-top: 6px;
  color: var(--soft);
  font-size: clamp(0.9rem, 1.05vw, 1rem);
}

.proof-card-metric-split {
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  place-items: center start;
  text-align: left;
}

.proof-card-metric-split > strong {
  font-size: clamp(2rem, 2.7vw, 2.7rem);
  line-height: 1;
}

.proof-card-metric-split > span {
  margin-top: 0;
  color: var(--muted);
  line-height: 1.3;
}

.proof-card-metric-split b {
  display: block;
  margin-bottom: 3px;
  color: var(--green);
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.proof-mock-cta {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: center;
  width: min(100%, 1040px);
  min-height: 118px;
  padding: 24px 30px;
  margin: 8px auto 0;
  border: 1px solid rgba(34, 215, 106, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 0% 50%, rgba(34, 215, 106, 0.1), transparent 14rem),
    rgba(8, 16, 14, 0.92);
}

.proof-mock-cta-copy {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.proof-mock-cta-copy span {
  width: 54px;
  height: 54px;
}

.proof-mock-cta-copy strong {
  color: var(--soft);
  font-size: clamp(1.12rem, 1.38vw, 1.28rem);
  line-height: 1.35;
}

.proof-mock-cta-action {
  display: grid;
  gap: 12px;
  padding-left: 48px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.proof-mock-cta-action .button {
  justify-content: center;
  min-height: 54px;
  border-radius: 7px;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
}

.proof-mock-arrow {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  margin-left: 8px;
  color: #061008;
}

.proof-mock-cta-action p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.12vw, 1.06rem);
  text-align: center;
}

@media (max-width: 1180px) {
  .proof-mock-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-mock-card {
    min-height: 610px;
  }
}

@media (max-width: 820px) {
  .proof-mock-section {
    width: min(calc(100% - 32px), 1600px);
  }

  .proof-mock-grid,
  .proof-mock-cta {
    grid-template-columns: 1fr;
  }

  .proof-mock-cta-action {
    padding-left: 0;
    border-left: 0;
  }

  .proof-mock-heading h2 {
    font-size: clamp(2.65rem, 11vw, 4rem);
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .proof-mock-alert,
  .proof-card-rows > div,
  .proof-mock-cta-copy {
    grid-template-columns: 1fr;
  }

  .proof-mock-card h3 {
    font-size: clamp(1.65rem, 8vw, 2.15rem);
  }

  .proof-card-metric-split {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

/* Scaletics difference mockup */
.difference-mock-section {
  position: relative;
  display: grid;
  width: min(calc(100% - 72px), 1760px);
  max-width: 1760px;
  gap: clamp(34px, 4vw, 54px);
  padding-top: clamp(78px, 8vw, 126px);
  padding-bottom: clamp(76px, 8vw, 124px);
  overflow: hidden;
}

.difference-mock-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 50% 10%, rgba(34, 215, 106, 0.11), transparent 36%),
    radial-gradient(circle at 50% 100%, rgba(34, 215, 106, 0.08), transparent 42%);
  opacity: 0.78;
}

.difference-mock-heading {
  display: grid;
  justify-items: center;
  text-align: center;
}

.difference-mock-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  margin: 0 0 30px;
  color: var(--green);
  font-size: clamp(0.9rem, 1.12vw, 1.05rem);
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.difference-mock-eyebrow::before,
.difference-mock-eyebrow::after {
  width: 64px;
  height: 1px;
  content: "";
  background: rgba(34, 215, 106, 0.78);
}

.difference-mock-heading h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(3.4rem, 5vw, 5.8rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 2px 24px rgba(255, 255, 255, 0.08);
}

.difference-mock-heading h2 > span {
  display: block;
}

.difference-mock-heading p {
  max-width: 1160px;
  margin: 0;
}

.difference-mock-thesis {
  margin-top: 34px !important;
  color: var(--text);
  font-size: clamp(1.15rem, 1.65vw, 1.65rem);
  font-weight: 850;
  line-height: 1.35;
}

.difference-mock-thesis + p {
  margin-top: 16px;
  color: var(--muted);
  font-size: clamp(1.18rem, 1.7vw, 1.7rem);
  line-height: 1.42;
}

.difference-mock-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2vw, 30px);
}

.difference-mock-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 520px;
  padding: clamp(32px, 3vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top-color: rgba(34, 215, 106, 0.9);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 0%, rgba(34, 215, 106, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.022) 46%, rgba(34, 215, 106, 0.05)),
    rgba(12, 15, 18, 0.9);
  box-shadow: 0 26px 76px rgba(0, 0, 0, 0.34);
}

.difference-mock-card-head {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.difference-mock-icon {
  display: inline-grid;
  width: 92px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--green);
  border: 1.6px solid rgba(34, 215, 106, 0.78);
  border-radius: 999px;
}

.difference-mock-icon svg {
  width: 52px;
  height: 52px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.difference-mock-card h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(2rem, 2.35vw, 2.85rem);
  font-weight: 880;
  line-height: 1.08;
}

.difference-mock-card > p {
  margin: 40px 0 0;
  color: var(--soft);
  font-size: clamp(1.05rem, 1.3vw, 1.34rem);
  line-height: 1.55;
}

.difference-mock-card ul {
  display: grid;
  gap: 18px;
  margin: 28px 0 0;
  padding: 28px 0 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.difference-mock-card li {
  position: relative;
  min-height: 30px;
  padding-left: 42px;
  color: var(--soft);
  font-size: clamp(1rem, 1.2vw, 1.24rem);
  line-height: 1.35;
}

.difference-mock-card li::before {
  position: absolute;
  left: 0;
  top: 0.05em;
  display: grid;
  width: 24px;
  aspect-ratio: 1;
  place-items: center;
  content: "";
  border: 2px solid var(--green);
  border-radius: 999px;
}

.difference-mock-card li::after {
  position: absolute;
  left: 7px;
  top: 0.28em;
  width: 10px;
  height: 6px;
  content: "";
  border-left: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  transform: rotate(-45deg);
}

.difference-mock-cta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(360px, 560px);
  gap: clamp(24px, 3.2vw, 52px);
  align-items: center;
  padding: clamp(28px, 3.2vw, 44px);
  border: 1px solid rgba(34, 215, 106, 0.48);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 50%, rgba(34, 215, 106, 0.14), transparent 24%),
    linear-gradient(90deg, rgba(34, 215, 106, 0.08), rgba(255, 255, 255, 0.03), rgba(34, 215, 106, 0.07)),
    rgba(10, 18, 15, 0.88);
}

.difference-mock-cta-icon {
  display: inline-grid;
  width: 100px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--green);
}

.difference-mock-cta-icon svg {
  width: 86px;
  height: 86px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.difference-mock-cta p {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.6rem, 2.1vw, 2.2rem);
  font-weight: 850;
  line-height: 1.3;
}

.difference-mock-cta .button {
  justify-self: stretch;
  min-height: 76px;
  font-size: clamp(1rem, 1.35vw, 1.28rem);
}

.difference-mock-arrow {
  display: inline-grid;
  width: 34px;
  aspect-ratio: 1;
  place-items: center;
}

.difference-mock-arrow svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.difference-mock-footnote {
  margin: -22px 0 0;
  color: var(--muted);
  text-align: center;
  font-size: clamp(1.1rem, 1.55vw, 1.5rem);
  line-height: 1.4;
}

@media (max-width: 1180px) {
  .difference-mock-grid,
  .difference-mock-cta {
    grid-template-columns: 1fr;
  }

  .difference-mock-cta {
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 780px) {
  .difference-mock-section {
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .difference-mock-eyebrow {
    gap: 14px;
  }

  .difference-mock-eyebrow::before,
  .difference-mock-eyebrow::after {
    width: 28px;
  }

  .difference-mock-heading h2 {
    font-size: clamp(2.7rem, 11vw, 4rem);
  }

  .difference-mock-card {
    min-height: auto;
  }

  .difference-mock-card-head {
    grid-template-columns: 1fr;
  }

  .difference-mock-cta .button {
    width: 100%;
  }
}

/* Featured managed-services resources mockup */
.resources-mock-section {
  position: relative;
  width: min(calc(100% - 72px), 1760px);
  padding-top: clamp(70px, 8vw, 128px);
  padding-bottom: clamp(72px, 8vw, 126px);
  overflow: hidden;
}

.resources-mock-section::before {
  position: absolute;
  inset: 8% -8% auto auto;
  width: min(520px, 38vw);
  aspect-ratio: 1;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle, rgba(34, 215, 106, 0.16), transparent 64%),
    repeating-radial-gradient(circle at center, rgba(34, 215, 106, 0.32) 0 1px, transparent 1px 18px);
  border-radius: 50%;
  opacity: 0.48;
  mask-image: linear-gradient(90deg, transparent, #000 32%, transparent);
}

.resources-mock-heading {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  max-width: 1280px;
  margin: 0 auto clamp(42px, 5vw, 64px);
  text-align: center;
}

.resources-mock-heading .eyebrow-line {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  color: var(--green);
  font-size: clamp(0.92rem, 1vw, 1.08rem);
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.1;
}

.resources-mock-heading .eyebrow-line::before,
.resources-mock-heading .eyebrow-line::after {
  width: 58px;
  height: 2px;
  content: "";
  background: rgba(34, 215, 106, 0.78);
}

.resources-mock-heading h2 {
  max-width: 1320px;
  margin: 0;
  color: var(--text);
  font-size: clamp(3.2rem, 5.5vw, 6.45rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.resources-mock-heading h2 span {
  color: var(--green);
  text-shadow: 0 0 24px rgba(34, 215, 106, 0.28);
}

.resources-mock-heading > p:not(.eyebrow) {
  max-width: 1040px;
  margin: 22px auto 0;
  color: var(--soft);
  font-size: clamp(1.2rem, 1.75vw, 1.72rem);
  line-height: 1.45;
}

.resources-mock-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 32px);
  align-items: stretch;
}

.resources-mock-card {
  position: relative;
  display: flex;
  min-height: 640px;
  padding: clamp(28px, 2.8vw, 38px);
  color: var(--text);
  text-decoration: none;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(145deg, rgba(31, 37, 43, 0.96), rgba(12, 16, 19, 0.94));
  border: 1px solid rgba(172, 190, 187, 0.25);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  flex-direction: column;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.resources-mock-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--green), transparent 70%);
  opacity: 0.74;
}

.resources-mock-card:hover,
.resources-mock-card:focus-visible {
  border-color: rgba(34, 215, 106, 0.74);
  box-shadow: 0 18px 56px rgba(34, 215, 106, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transform: translateY(-4px);
  outline: none;
}

.resources-mock-featured {
  background:
    radial-gradient(circle at 52% 0, rgba(34, 215, 106, 0.18), transparent 42%),
    linear-gradient(145deg, rgba(18, 37, 28, 0.98), rgba(9, 16, 16, 0.98));
  border-color: rgba(34, 215, 106, 0.92);
  box-shadow: 0 0 0 1px rgba(34, 215, 106, 0.22), 0 0 34px rgba(34, 215, 106, 0.25);
}

.resources-featured-kicker,
.resources-mock-type {
  display: inline-flex;
  align-items: center;
  margin-bottom: 28px;
  color: var(--green);
  font-size: clamp(0.94rem, 1vw, 1.1rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.resources-featured-kicker svg {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.resources-mock-title-row {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 26px;
}

.resources-mock-icon,
.resources-hub-icon,
.resources-hub-briefcase {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  border: 2px solid rgba(34, 215, 106, 0.95);
  background: rgba(34, 215, 106, 0.07);
  box-shadow: 0 0 20px rgba(34, 215, 106, 0.12);
}

.resources-mock-icon {
  width: 86px;
  height: 86px;
  border-radius: 18px;
}

.resources-mock-icon-top {
  margin-bottom: 30px;
}

.resources-mock-icon svg,
.resources-hub-icon svg,
.resources-hub-briefcase svg,
.resources-mock-download svg,
.resources-mock-arrow svg {
  width: 48%;
  height: 48%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.resources-mock-card h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(2.18rem, 2.4vw, 3.15rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.resources-mock-card > p {
  margin: 0;
  padding-top: 26px;
  color: var(--soft);
  font-size: clamp(1.02rem, 1.2vw, 1.22rem);
  line-height: 1.55;
  border-top: 1px solid rgba(244, 247, 245, 0.2);
}

.resources-mock-checks {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  color: var(--soft);
  font-size: clamp(0.95rem, 1vw, 1.08rem);
  line-height: 1.35;
  list-style: none;
}

.resources-mock-checks li {
  position: relative;
  padding-left: 36px;
}

.resources-mock-checks li::before {
  position: absolute;
  top: 0.05em;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: var(--green);
  font-size: 0.86rem;
  font-weight: 900;
  content: "\2713";
  border: 2px solid rgba(34, 215, 106, 0.92);
  border-radius: 50%;
}

.resources-mock-action {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 30px;
  color: var(--green);
  font-size: clamp(1.02rem, 1.15vw, 1.2rem);
  font-weight: 900;
  line-height: 1.15;
}

.resources-mock-action-fill {
  justify-content: flex-start;
  margin: auto calc(clamp(28px, 2.8vw, 38px) * -1) calc(clamp(28px, 2.8vw, 38px) * -1);
  padding: 26px clamp(28px, 2.8vw, 38px);
  color: #00160a;
  background: linear-gradient(135deg, #55e247, var(--green));
  box-shadow: 0 -18px 44px rgba(34, 215, 106, 0.14);
}

.resources-mock-download {
  display: inline-flex;
  width: 34px;
  height: 34px;
}

.resources-mock-arrow {
  display: inline-flex;
  width: 26px;
  height: 26px;
}

.resources-mock-hub {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) minmax(360px, 0.85fr);
  gap: clamp(22px, 3vw, 46px);
  align-items: center;
  margin: clamp(42px, 4.8vw, 64px) auto 0;
  padding: clamp(26px, 3vw, 36px) clamp(32px, 4vw, 54px);
  background:
    radial-gradient(circle at 0 100%, rgba(34, 215, 106, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(22, 27, 32, 0.94), rgba(10, 14, 17, 0.96));
  border: 1px solid rgba(172, 190, 187, 0.32);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.resources-hub-icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
}

.resources-hub-copy {
  padding-right: clamp(18px, 3vw, 48px);
  border-right: 1px solid rgba(244, 247, 245, 0.42);
}

.resources-hub-copy h3 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: clamp(1.55rem, 1.8vw, 2rem);
  font-weight: 900;
  line-height: 1.12;
}

.resources-hub-copy p,
.resources-hub-cta p {
  margin: 0;
  color: var(--soft);
  font-size: clamp(1.02rem, 1.2vw, 1.24rem);
  line-height: 1.45;
}

.resources-hub-cta {
  display: grid;
  gap: 14px;
  justify-items: center;
  text-align: center;
}

.resources-hub-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: min(100%, 570px);
  min-height: 72px;
  padding: 18px 28px;
  color: #00160a;
  font-size: clamp(1.02rem, 1.2vw, 1.28rem);
  font-weight: 950;
  line-height: 1.15;
  text-decoration: none;
  background: linear-gradient(135deg, #55e247, var(--green));
  border: 1px solid rgba(34, 215, 106, 0.9);
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(34, 215, 106, 0.2);
}

.resources-hub-briefcase {
  width: 34px;
  height: 34px;
  color: #00160a;
  background: transparent;
  border-color: currentColor;
  box-shadow: none;
}

@media (max-width: 1180px) {
  .resources-mock-section {
    width: min(calc(100% - 34px), 980px);
  }

  .resources-mock-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .resources-mock-card {
    min-height: 560px;
  }

  .resources-mock-hub {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .resources-hub-copy {
    padding-right: 0;
    border-right: 0;
  }

  .resources-hub-cta {
    grid-column: 1 / -1;
  }
}

@media (max-width: 780px) {
  .resources-mock-section {
    width: min(calc(100% - 28px), 620px);
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .resources-mock-heading .eyebrow-line {
    gap: 14px;
  }

  .resources-mock-heading .eyebrow-line::before,
  .resources-mock-heading .eyebrow-line::after {
    width: 28px;
  }

  .resources-mock-heading h2 {
    font-size: clamp(2.7rem, 13vw, 4.2rem);
  }

  .resources-mock-grid {
    grid-template-columns: 1fr;
  }

  .resources-mock-card {
    min-height: 0;
    padding: 26px;
  }

  .resources-mock-title-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .resources-mock-action-fill {
    margin: 28px -26px -26px;
    padding: 22px 26px;
  }

  .resources-mock-hub {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .resources-hub-icon {
    width: 76px;
    height: 76px;
  }
}

/* Sitewide footer mockup */
.site-footer.footer-mock {
  width: min(calc(100% - 32px), 1780px);
  margin: clamp(56px, 7vw, 104px) auto 32px;
  padding: 0;
  color: var(--soft);
}

.footer-mock-panel {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 4%, rgba(34, 215, 106, 0.12), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(34, 215, 106, 0.08), transparent 30%),
    linear-gradient(135deg, rgba(11, 28, 24, 0.98), rgba(8, 13, 15, 0.98));
  border: 1px solid rgba(172, 190, 187, 0.28);
  border-radius: 16px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.footer-mock-top {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(360px, 1.25fr) minmax(300px, 0.82fr);
  gap: clamp(32px, 5vw, 84px);
  align-items: start;
  padding: clamp(46px, 5vw, 76px) clamp(44px, 5vw, 78px);
  border-bottom: 1px solid rgba(244, 247, 245, 0.2);
}

.footer-mock-brand img {
  display: block;
  width: min(100%, 350px);
  height: auto;
}

.footer-mock-brand p {
  margin: 18px 0 0;
  color: var(--green);
  font-size: clamp(1.12rem, 1.35vw, 1.48rem);
  font-weight: 850;
  line-height: 1.25;
}

.footer-mock-copy {
  display: grid;
  gap: 22px;
  color: var(--soft);
  font-size: clamp(1.08rem, 1.35vw, 1.52rem);
  line-height: 1.48;
}

.footer-mock-copy p,
.footer-mock-follow p,
.footer-mock-action p,
.footer-mock-proof p {
  margin: 0;
}

.footer-mock-copy strong {
  color: var(--text);
  font-weight: 900;
}

.footer-mock-follow {
  min-height: 260px;
  padding-left: clamp(32px, 4vw, 58px);
  border-left: 1px solid rgba(244, 247, 245, 0.24);
}

.footer-mock-follow h2,
.footer-mock-links h2,
.footer-mock-action h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1rem, 1.2vw, 1.28rem);
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.footer-mock-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 22px 0 28px;
}

.footer-mock-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(58px, 4.6vw, 74px);
  aspect-ratio: 1;
  color: var(--green);
  border: 1.5px solid rgba(34, 215, 106, 0.74);
  border-radius: 50%;
  background: rgba(34, 215, 106, 0.06);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.footer-mock-socials a:hover,
.footer-mock-socials a:focus-visible {
  border-color: var(--green);
  box-shadow: 0 0 34px rgba(34, 215, 106, 0.18);
  transform: translateY(-2px);
  outline: none;
}

.footer-mock-socials svg {
  width: 42%;
  height: 42%;
  fill: currentColor;
  stroke: none;
}

.footer-mock-socials a:last-child svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.footer-mock-follow p {
  max-width: 360px;
  color: var(--soft);
  font-size: clamp(1.08rem, 1.35vw, 1.48rem);
  line-height: 1.7;
}

.footer-mock-middle {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.35fr);
  gap: clamp(30px, 5vw, 78px);
  padding: clamp(38px, 4.6vw, 62px) clamp(44px, 5vw, 78px);
  border-bottom: 1px solid rgba(244, 247, 245, 0.2);
}

.footer-mock-links {
  display: grid;
  grid-template-columns: minmax(190px, 0.7fr) minmax(240px, 0.95fr) minmax(320px, 1.25fr);
  gap: clamp(36px, 5.2vw, 96px);
}

.footer-mock-links nav {
  display: grid;
  align-content: start;
  gap: 22px;
}

.footer-mock-links a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: var(--soft);
  font-size: clamp(1.06rem, 1.32vw, 1.48rem);
  line-height: 1.25;
  text-decoration: none;
  transition: color 140ms ease, transform 140ms ease;
}

.footer-mock-links a:hover,
.footer-mock-links a:focus-visible {
  color: var(--green);
  transform: translateX(2px);
  outline: none;
}

.footer-mock-links svg {
  width: 22px;
  min-width: 22px;
  height: 22px;
  color: var(--green);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.footer-mock-action {
  align-self: start;
  padding: clamp(30px, 3vw, 42px);
  background:
    radial-gradient(circle at 80% 20%, rgba(34, 215, 106, 0.14), transparent 44%),
    linear-gradient(145deg, rgba(11, 44, 29, 0.95), rgba(9, 19, 18, 0.96));
  border: 1.5px solid rgba(34, 215, 106, 0.72);
  border-radius: 22px;
  box-shadow: 0 18px 52px rgba(34, 215, 106, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.footer-mock-action-title {
  margin-top: 28px !important;
  color: var(--text);
  font-size: clamp(2.05rem, 2.55vw, 3rem);
  font-weight: 900;
  line-height: 1.12;
}

.footer-mock-action p:not(.footer-mock-action-title) {
  margin-top: 20px;
  color: var(--soft);
  font-size: clamp(1.05rem, 1.28vw, 1.42rem);
  line-height: 1.55;
}

.footer-mock-action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  min-height: 70px;
  margin-top: 28px;
  padding: 16px 22px;
  color: #00160a;
  font-size: clamp(1rem, 1.2vw, 1.24rem);
  font-weight: 950;
  line-height: 1.1;
  text-decoration: none;
  background: linear-gradient(135deg, #62dc55, var(--green));
  border: 1px solid rgba(34, 215, 106, 0.92);
  border-radius: 8px;
}

.footer-mock-action a span {
  display: inline-flex;
  width: 28px;
  height: 28px;
}

.footer-mock-action a svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.footer-mock-action small {
  display: block;
  margin-top: 18px;
  color: var(--green);
  font-size: clamp(0.98rem, 1.12vw, 1.2rem);
  text-align: center;
}

.footer-mock-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 64px);
  padding: clamp(28px, 3.2vw, 42px) clamp(44px, 5vw, 78px);
  border-bottom: 1px solid rgba(244, 247, 245, 0.2);
}

.footer-mock-proof div {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.footer-mock-proof div + div {
  padding-left: clamp(18px, 3vw, 44px);
  border-left: 1px solid rgba(244, 247, 245, 0.24);
}

.footer-mock-proof span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  aspect-ratio: 1;
  color: var(--green);
  border: 1.5px solid rgba(34, 215, 106, 0.78);
  border-radius: 50%;
  background: rgba(34, 215, 106, 0.06);
}

.footer-mock-proof svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.footer-mock-proof p {
  color: var(--soft);
  font-size: clamp(0.98rem, 1.12vw, 1.18rem);
  line-height: 1.35;
}

.footer-mock-proof strong {
  display: block;
  color: var(--text);
  font-size: clamp(1.08rem, 1.22vw, 1.34rem);
  line-height: 1.2;
}

.footer-mock-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 28px clamp(44px, 5vw, 78px);
  color: var(--soft);
  font-size: clamp(1rem, 1.12vw, 1.18rem);
}

.footer-mock-bottom > span:nth-child(3) {
  justify-self: end;
}

.footer-mock-bottom a {
  color: var(--soft);
  text-decoration: none;
}

.footer-mock-bottom a:hover,
.footer-mock-bottom a:focus-visible {
  color: var(--green);
  outline: none;
}

.footer-mock-bottom i {
  margin: 0 18px;
  color: rgba(244, 247, 245, 0.45);
  font-style: normal;
}

.footer-mock-cage {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-mock-cage strong {
  color: var(--green);
}

/* Footer readability test: normalize footer text at 16px while preserving major headings. */
.site-footer.footer-mock :is(
  .footer-mock-brand p,
  .footer-mock-copy,
  .footer-mock-copy p,
  .footer-mock-follow p,
  .footer-mock-links a,
  .footer-mock-action p:not(.footer-mock-action-title),
  .footer-mock-action a,
  .footer-mock-action small,
  .footer-mock-proof p,
  .footer-mock-proof strong,
  .footer-mock-bottom,
  .footer-mock-bottom a
) {
  font-size: 16px;
}

@media (max-width: 1180px) {
  .footer-mock-top,
  .footer-mock-middle,
  .footer-mock-links,
  .footer-mock-proof,
  .footer-mock-bottom {
    grid-template-columns: 1fr;
  }

  .footer-mock-follow,
  .footer-mock-proof div + div {
    padding-left: 0;
    border-left: 0;
  }

  .footer-mock-follow {
    min-height: 0;
    padding-top: 28px;
    border-top: 1px solid rgba(244, 247, 245, 0.2);
  }

  .footer-mock-bottom {
    text-align: center;
  }

  .footer-mock-bottom > span:nth-child(3) {
    justify-self: center;
  }
}

@media (max-width: 680px) {
  .site-footer.footer-mock {
    width: min(calc(100% - 20px), 620px);
  }

  .footer-mock-top,
  .footer-mock-middle,
  .footer-mock-proof,
  .footer-mock-bottom {
    padding-inline: 24px;
  }

  .footer-mock-socials {
    gap: 14px;
  }

  .footer-mock-proof div {
    grid-template-columns: 1fr;
  }

  .footer-mock-action {
    padding: 26px 22px;
  }
}

/* Scaletics AI Revenue System */
.revenue-system-section {
  width: min(calc(100% - 56px), 1240px);
  padding: clamp(58px, 6.4vw, 86px) 0 clamp(62px, 6.8vw, 92px);
}

.revenue-system-section .systems-mock-heading {
  gap: 18px;
  max-width: 1040px;
  margin-bottom: clamp(38px, 4.4vw, 54px);
}

.revenue-system-section .systems-mock-eyebrow {
  color: var(--green);
  font-size: clamp(0.86rem, 1vw, 1.02rem);
  font-weight: 900;
  letter-spacing: 0.46em;
  text-transform: uppercase;
}

.revenue-system-section .systems-mock-eyebrow::after {
  display: none;
}

.revenue-system-section .systems-mock-heading h2 {
  max-width: 1240px;
  font-size: clamp(3.35rem, 4.35vw, 5.15rem);
  line-height: 0.98;
  text-align: center;
}

.revenue-system-section .systems-mock-heading h2 > span {
  display: block;
}

.revenue-system-section .systems-title-line {
  white-space: nowrap;
}

.revenue-system-section .systems-mock-heading p {
  max-width: 860px;
  color: rgba(244, 247, 245, 0.74);
  font-size: clamp(1.05rem, 1.35vw, 1.32rem);
  line-height: 1.5;
}

.revenue-system-groups {
  display: grid;
  gap: clamp(26px, 3.6vw, 42px);
}

.revenue-system-group {
  display: grid;
  gap: 16px;
}

.revenue-system-label {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  color: var(--green);
  font-size: clamp(0.88rem, 1vw, 1.04rem);
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.revenue-system-label::after {
  display: block;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(34, 215, 106, 0.42), rgba(244, 247, 245, 0.13), transparent);
}

.revenue-system-label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--green);
}

.revenue-system-label svg,
.revenue-system-icon svg,
.revenue-system-cta-icon svg,
.revenue-system-arrow svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.revenue-system-label svg {
  stroke-width: 2.1;
}

.revenue-system-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
}

.revenue-system-card {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 188px;
  padding: 28px 28px 20px;
  overflow: hidden;
  border: 1px solid rgba(244, 247, 245, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 6%, rgba(34, 215, 106, 0.08), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012)),
    rgba(7, 11, 13, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 20px 52px rgba(0, 0, 0, 0.28);
}

.revenue-system-card::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, rgba(34, 215, 106, 0.09), transparent 55%);
  opacity: 0.66;
}

.revenue-system-number {
  position: absolute;
  top: 20px;
  left: 24px;
  z-index: 1;
  color: var(--green);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.revenue-system-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(78px, 116px) minmax(0, 1fr);
  gap: clamp(20px, 2.2vw, 32px);
  align-items: center;
  padding-top: 18px;
}

.revenue-system-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(62px, 6.5vw, 86px);
  height: clamp(62px, 6.5vw, 86px);
  justify-self: center;
  color: var(--green);
}

.revenue-system-icon svg {
  stroke-width: 1.75;
}

.revenue-system-card h3 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: clamp(1.55rem, 2.05vw, 2.22rem);
  font-weight: 900;
  line-height: 1.06;
}

.revenue-system-card p {
  max-width: 440px;
  margin: 0;
  color: rgba(244, 247, 245, 0.78);
  font-size: clamp(1rem, 1.14vw, 1.14rem);
  line-height: 1.45;
}

.revenue-system-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  justify-content: center;
  margin-top: 22px;
  padding-top: 15px;
  color: rgba(244, 247, 245, 0.82);
  font-size: clamp(0.76rem, 0.92vw, 0.88rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-top: 1px solid rgba(244, 247, 245, 0.14);
}

.revenue-system-tags span + span::before {
  display: inline-block;
  margin-right: 18px;
  color: var(--green);
  content: "\2022";
}

.revenue-system-cta {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) minmax(320px, 360px);
  gap: 22px;
  align-items: center;
  margin-top: clamp(28px, 3.8vw, 42px);
  padding: 22px 26px;
  border: 1px solid rgba(34, 215, 106, 0.78);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 12%, rgba(34, 215, 106, 0.16), transparent 22rem),
    linear-gradient(145deg, rgba(34, 215, 106, 0.09), rgba(255, 255, 255, 0.02)),
    rgba(7, 12, 13, 0.94);
}

.revenue-system-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: var(--green);
}

.revenue-system-cta-icon svg {
  stroke-width: 1.85;
}

.revenue-system-cta h3 {
  display: grid;
  gap: 2px;
  margin: 0 0 7px;
  color: var(--text);
  font-size: clamp(1.28rem, 1.75vw, 1.72rem);
  font-weight: 900;
  line-height: 1.1;
}

.revenue-system-cta h3 span {
  display: block;
}

.revenue-system-cta p {
  margin: 0;
  color: rgba(244, 247, 245, 0.72);
  font-size: clamp(0.98rem, 1.16vw, 1.12rem);
}

.revenue-system-cta .button {
  justify-self: stretch;
  min-height: 54px;
  padding: 13px 20px;
  color: #00160a;
  border-radius: 6px;
  box-shadow: none;
}

.revenue-system-cta .button-icon {
  width: 22px;
  height: 22px;
}

.revenue-system-arrow {
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-left: auto;
}

.revenue-system-arrow svg {
  stroke-width: 2.2;
}

.revenue-system-cta small {
  grid-column: 3;
  margin-top: -10px;
  color: rgba(244, 247, 245, 0.72);
  font-size: 0.96rem;
  text-align: center;
}

@media (max-width: 980px) {
  .revenue-system-row,
  .revenue-system-cta {
    grid-template-columns: 1fr;
  }

  .revenue-system-cta {
    text-align: center;
  }

  .revenue-system-cta-icon,
  .revenue-system-cta .button,
  .revenue-system-cta small {
    grid-column: auto;
    justify-self: center;
  }

  .revenue-system-cta .button {
    width: min(100%, 420px);
  }
}

@media (max-width: 680px) {
  .revenue-system-section {
    width: min(calc(100% - 24px), 620px);
  }

  .revenue-system-section .systems-mock-heading h2 {
    font-size: clamp(3rem, 12vw, 4.2rem);
  }

  .revenue-system-section .systems-title-line {
    white-space: normal;
  }

  .revenue-system-main {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 18px;
  }

  .revenue-system-icon {
    justify-self: start;
  }

  .revenue-system-tags {
    justify-content: flex-start;
  }
}

/* Use cases and resource system refresh */
.nav-links a.is-active {
  color: var(--green);
}

.use-cases-page,
.resources-hub-page,
.resource-detail-page {
  background:
    radial-gradient(circle at 82% 12%, rgba(34, 215, 106, 0.08), transparent 32rem),
    radial-gradient(circle at 15% 22%, rgba(34, 215, 106, 0.045), transparent 28rem),
    #000;
}

.use-cases-page .site-header,
.resources-hub-page .site-header,
.resource-detail-page .site-header {
  color: var(--text);
}

.usecase-main,
.resources-hub-main {
  display: grid;
  gap: clamp(38px, 5vw, 72px);
  padding: clamp(116px, 10vw, 148px) 0 clamp(54px, 6vw, 82px);
}

.usecase-hero,
.usecase-logo-strip,
.usecase-builds-section,
.usecase-inspect-panel,
.usecase-metrics-strip,
.usecase-final-cta,
.resources-mock-hero,
.resources-mock-library,
.resource-authority-roadmap {
  width: min(calc(100% - 44px), 1460px);
  margin-inline: auto;
}

.usecase-hero {
  display: grid;
  grid-template-columns: minmax(620px, 0.96fr) minmax(520px, 1.04fr);
  gap: clamp(24px, 3vw, 54px);
  align-items: center;
  min-height: clamp(420px, 48vw, 610px);
}

.usecase-hero-copy {
  display: grid;
  gap: 22px;
  align-content: center;
}

.usecase-hero-copy .eyebrow,
.resources-mock-hero .eyebrow,
.usecase-section-head .eyebrow,
.usecase-panel-head .eyebrow,
.usecase-metrics-strip .eyebrow,
.resource-authority-roadmap .eyebrow {
  color: var(--green);
  font-size: clamp(0.9rem, 1vw, 1.05rem);
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.usecase-hero-copy h1,
.resources-mock-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--text);
  font-size: clamp(3.4rem, 6.4vw, 7.1rem);
  font-weight: 950;
  line-height: 0.92;
  letter-spacing: 0;
  text-shadow: 0 3px 18px rgba(255, 255, 255, 0.08);
}

.usecase-hero-copy h1 span,
.resources-mock-hero h1 span {
  display: block;
  color: var(--green);
}

.usecase-hero-copy > p:not(.eyebrow),
.resources-mock-hero > p {
  max-width: 650px;
  margin: 0;
  color: rgba(244, 247, 245, 0.86);
  font-size: clamp(1.04rem, 1.45vw, 1.38rem);
  line-height: 1.42;
}

.usecase-hero-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  align-items: center;
  margin-top: 10px;
}

.usecase-hero-actions .button {
  min-height: 60px;
  padding: 15px 19px;
  border-radius: 7px;
  white-space: nowrap;
  font-size: 0.9rem;
}

.usecase-hero-actions .button-primary,
.usecase-hero-actions .button-secondary {
  min-width: min(306px, 100%);
}

.usecase-hero-visual {
  position: relative;
  min-height: clamp(320px, 37vw, 560px);
  overflow: hidden;
  border-radius: 12px;
}

.usecase-hero-visual::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.04), transparent 42%), radial-gradient(circle at 67% 62%, rgba(34, 215, 106, 0.14), transparent 22rem);
  pointer-events: none;
}

.usecase-hero-visual img {
  width: 112%;
  height: 112%;
  margin: -4% 0 0 -7%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.98) contrast(1.02);
}

.usecase-logo-strip {
  display: grid;
  gap: 24px;
  padding: clamp(28px, 3vw, 38px) clamp(24px, 3.8vw, 46px);
  border: 1px solid rgba(244, 247, 245, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 215, 106, 0.11), transparent 32rem),
    rgba(7, 10, 11, 0.82);
}

.usecase-logo-strip > p {
  margin: 0;
  color: var(--green);
  font-size: clamp(0.86rem, 1vw, 1.02rem);
  font-weight: 900;
  letter-spacing: 0.28em;
  text-align: center;
  text-transform: uppercase;
}

.usecase-logo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 34px;
  align-items: center;
  justify-content: center;
}

.usecase-logo-list .operator-logo {
  font-size: clamp(1.22rem, 1.75vw, 1.72rem);
}

.usecase-logo-list .operator-logo + .operator-logo {
  padding-left: 30px;
  border-left: 1px solid rgba(244, 247, 245, 0.28);
}

/* Proof page: compact first screen so the operator trust strip is visible above the fold. */
.use-cases-page .usecase-main {
  gap: clamp(18px, 2vw, 26px);
  padding-top: calc(var(--header-h) + 28px);
}

.use-cases-page .usecase-hero {
  grid-template-columns: minmax(610px, 0.92fr) minmax(470px, 1.08fr);
  gap: clamp(22px, 3vw, 44px);
  min-height: clamp(330px, 34vw, 430px);
}

.use-cases-page .usecase-hero-copy {
  gap: 15px;
}

.use-cases-page .usecase-hero-copy h1 {
  max-width: 720px;
  font-size: 50px;
  line-height: 1;
}

.use-cases-page .usecase-hero-copy h1 .usecase-title-line {
  display: block;
  color: var(--text);
  white-space: nowrap;
}

.use-cases-page .usecase-hero-copy h1 .usecase-title-accent {
  color: var(--green);
}

.use-cases-page .usecase-hero-copy > p:not(.eyebrow) {
  max-width: 560px;
  font-size: 1rem;
  line-height: 1.38;
}

.use-cases-page .usecase-hero-actions {
  margin-top: 4px;
}

.use-cases-page .usecase-hero-actions .button {
  min-height: 48px;
  padding: 12px 16px;
}

.use-cases-page .usecase-hero-actions .button-primary,
.use-cases-page .usecase-hero-actions .button-secondary {
  min-width: min(286px, 100%);
}

.use-cases-page .usecase-hero-actions .button-secondary {
  min-width: min(320px, 100%);
  font-size: 0.82rem;
}

.use-cases-page .usecase-hero-visual {
  min-height: clamp(285px, 30vw, 380px);
}

.use-cases-page .usecase-hero-visual::before {
  background: radial-gradient(circle at 54% 58%, rgba(34, 215, 106, 0.1), transparent 18rem);
}

.use-cases-page .usecase-hero-visual img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.04) contrast(1.05);
}

.use-cases-page .usecase-logo-strip {
  gap: 16px;
  padding: 18px clamp(22px, 3vw, 34px);
}

.use-cases-page .usecase-logo-strip > p {
  font-size: 0.86rem;
}

.use-cases-page .usecase-logo-list {
  gap: 12px 24px;
}

.use-cases-page .usecase-logo-list .operator-logo {
  font-size: clamp(1.08rem, 1.42vw, 1.38rem);
}

.use-cases-page .usecase-logo-list .operator-logo + .operator-logo {
  padding-left: 20px;
}

.usecase-builds-section {
  display: grid;
  gap: 22px;
}

.usecase-section-head {
  position: relative;
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
}

.usecase-section-head h2,
.usecase-panel-head h2 {
  max-width: 980px;
  margin: 0;
  color: var(--text);
  font-size: clamp(2.3rem, 3.7vw, 4.2rem);
  font-weight: 950;
  line-height: 1.02;
}

.usecase-arrows {
  position: absolute;
  right: 0;
  bottom: 2px;
  display: flex;
  gap: 14px;
}

.usecase-arrows span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--text);
  font-size: 2rem;
  border: 1px solid rgba(244, 247, 245, 0.32);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
}

.usecase-build-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 24px);
}

.usecase-build-card,
.resources-mock-card,
.resources-feature-card {
  position: relative;
  display: grid;
  gap: 18px;
  min-height: 100%;
  padding: clamp(22px, 2.3vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(244, 247, 245, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 4%, rgba(34, 215, 106, 0.09), transparent 17rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012)),
    rgba(7, 11, 13, 0.93);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 22px 52px rgba(0, 0, 0, 0.26);
}

.usecase-card-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  color: rgba(244, 247, 245, 0.75);
}

.usecase-card-meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  min-height: 28px;
  color: var(--green);
  font-weight: 900;
  background: rgba(34, 215, 106, 0.12);
  border: 1px solid rgba(34, 215, 106, 0.4);
  border-radius: 4px;
}

.usecase-card-meta small {
  font-size: 0.94rem;
}

.usecase-build-card h3,
.resources-mock-card h3,
.resources-feature-card h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.45rem, 2.05vw, 2.12rem);
  font-weight: 950;
  line-height: 1.08;
}

.usecase-build-card p,
.resources-mock-card p,
.resources-feature-card p {
  margin: 0;
  color: rgba(244, 247, 245, 0.76);
  font-size: clamp(0.96rem, 1.05vw, 1.08rem);
  line-height: 1.55;
}

.usecase-build-card p strong {
  color: var(--text);
}

.usecase-impact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 62px;
  gap: 8px 18px;
  align-items: end;
  margin: auto -8px -8px;
  padding: 18px 16px;
  border: 1px solid rgba(34, 215, 106, 0.28);
  border-radius: 7px;
  background: rgba(34, 215, 106, 0.045);
}

.usecase-impact strong {
  grid-column: 1 / -1;
  color: var(--green);
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}

.usecase-impact span {
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.36;
}

.usecase-impact svg,
.usecase-proof-list svg,
.usecase-metrics-grid svg,
.resource-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.use-cases-page .usecase-impact svg *,
.use-cases-page .usecase-proof-list svg *,
.use-cases-page .usecase-metrics-grid svg * {
  vector-effect: non-scaling-stroke;
}

.usecase-impact svg {
  width: 46px;
  height: 46px;
  color: var(--green);
  justify-self: center;
  align-self: center;
}

.usecase-inspect-panel,
.usecase-metrics-strip,
.usecase-final-cta,
.resources-mock-footer {
  padding: clamp(28px, 3.2vw, 44px);
  border: 1px solid rgba(244, 247, 245, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 0%, rgba(34, 215, 106, 0.12), transparent 23rem),
    rgba(7, 11, 13, 0.86);
}

.usecase-panel-head {
  display: grid;
  gap: 12px;
  justify-items: center;
  margin-bottom: clamp(28px, 3vw, 38px);
  text-align: center;
}

.usecase-panel-head p:not(.eyebrow) {
  max-width: 820px;
  margin: 0;
  color: rgba(244, 247, 245, 0.78);
  font-size: clamp(1rem, 1.22vw, 1.22rem);
  line-height: 1.5;
}

.usecase-proof-list,
.usecase-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.usecase-proof-list article,
.usecase-metrics-grid article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 8px clamp(16px, 2vw, 30px);
  min-width: 0;
  overflow: hidden;
}

.usecase-proof-list article + article,
.usecase-metrics-grid article + article {
  border-left: 1px solid rgba(244, 247, 245, 0.18);
}

.usecase-proof-list span,
.usecase-metrics-grid span,
.resource-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: var(--green);
  border: 1.5px solid rgba(34, 215, 106, 0.78);
  border-radius: 50%;
  background: rgba(34, 215, 106, 0.055);
}

.usecase-proof-list span svg,
.usecase-metrics-grid span svg {
  width: 34px;
  height: 34px;
}

.usecase-proof-list h3,
.usecase-metrics-grid h3 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: clamp(1.04rem, 1.26vw, 1.22rem);
  font-weight: 900;
}

.usecase-proof-list p,
.usecase-metrics-grid p {
  margin: 0;
  color: rgba(244, 247, 245, 0.72);
  font-size: clamp(0.92rem, 1vw, 1.02rem);
  line-height: 1.45;
}

.usecase-metrics-strip {
  display: grid;
  gap: 24px;
}

.usecase-metrics-strip > .eyebrow {
  text-align: center;
}

.usecase-final-cta {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) minmax(300px, 430px);
  gap: clamp(24px, 3vw, 48px);
  align-items: center;
  border-color: rgba(34, 215, 106, 0.55);
  background:
    radial-gradient(circle at 0% 100%, rgba(34, 215, 106, 0.18), transparent 20rem),
    linear-gradient(90deg, rgba(34, 215, 106, 0.08), transparent 42%),
    rgba(7, 11, 13, 0.92);
}

.playbook-cover {
  position: relative;
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 150px;
  padding: 22px 18px;
  color: var(--text);
  text-transform: uppercase;
  transform: rotate(-8deg);
  border: 1px solid rgba(244, 247, 245, 0.24);
  border-radius: 6px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.14), transparent 18%),
    linear-gradient(160deg, rgba(34, 215, 106, 0.12), rgba(0, 0, 0, 0.88)),
    #0b1114;
  box-shadow: 16px 18px 36px rgba(0, 0, 0, 0.38);
}

.playbook-cover span {
  font-weight: 950;
  letter-spacing: 0.04em;
}

.playbook-cover small {
  color: rgba(244, 247, 245, 0.74);
  font-weight: 800;
}

.playbook-cover i {
  align-self: end;
  display: block;
  height: 58px;
  margin-top: auto;
  background:
    linear-gradient(135deg, transparent 40%, rgba(34, 215, 106, 0.95) 41% 43%, transparent 44%),
    linear-gradient(0deg, transparent 72%, rgba(34, 215, 106, 0.65) 73% 76%, transparent 77%),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(34, 215, 106, 0.18) 18px 20px);
}

.usecase-final-cta h2,
.resources-mock-footer h2 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: clamp(1.5rem, 2.2vw, 2.1rem);
  font-weight: 950;
}

.usecase-final-cta p,
.resources-mock-footer p {
  margin: 0;
  color: rgba(244, 247, 245, 0.76);
  font-size: clamp(1rem, 1.14vw, 1.14rem);
  line-height: 1.5;
}

.usecase-final-cta .button,
.resources-mock-footer .button {
  justify-self: stretch;
  min-height: 58px;
}

.resources-mock-hero {
  display: grid;
  gap: 18px;
  justify-items: center;
  padding-top: clamp(8px, 1vw, 14px);
  text-align: center;
}

.resources-mock-hero h1 {
  max-width: 1160px;
}

.resources-mock-hero h1 span {
  display: inline;
}

.resources-mock-hero > p {
  max-width: 880px;
}

.resources-mock-library {
  display: grid;
  gap: clamp(28px, 3.4vw, 44px);
}

.resources-mock-grid {
  display: grid;
  grid-template-columns: 1.18fr repeat(3, 1fr);
  gap: clamp(20px, 2.2vw, 28px);
  align-items: stretch;
}

.resources-feature-card {
  padding: 0;
  border-color: rgba(34, 215, 106, 0.84);
  box-shadow: 0 0 28px rgba(34, 215, 106, 0.22);
}

.resources-feature-card > :not(a) {
  margin-inline: clamp(22px, 2.4vw, 30px);
}

.resources-feature-card .card-kicker {
  margin-top: 22px;
}

.resources-feature-card .resource-icon,
.resources-mock-card .resource-icon {
  border-radius: 8px;
}

.resources-feature-card a {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 24px clamp(22px, 2.4vw, 30px);
  color: #00160a;
  font-weight: 950;
  text-decoration: none;
  background: linear-gradient(135deg, #64e260, var(--green));
}

.resources-mock-card a {
  align-self: end;
  color: var(--green);
  font-weight: 950;
  text-decoration: none;
}

.resources-mock-card ul,
.resources-feature-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: rgba(244, 247, 245, 0.78);
  list-style: none;
}

.resources-mock-card li,
.resources-feature-card li {
  position: relative;
  padding-left: 28px;
}

.resources-mock-card li::before,
.resources-feature-card li::before {
  position: absolute;
  left: 0;
  color: var(--green);
  content: "✓";
}

.resources-mock-footer {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) minmax(320px, 480px);
  gap: clamp(24px, 3.4vw, 54px);
  align-items: center;
}

.resources-mock-footer > small {
  grid-column: 3;
  margin-top: -18px;
  color: rgba(244, 247, 245, 0.7);
  text-align: center;
}

.resource-authority-roadmap {
  display: grid;
  gap: 28px;
}

.resource-authority-roadmap .section-heading {
  justify-items: center;
  text-align: center;
}

.resource-authority-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 420px));
  gap: 22px;
  justify-content: center;
}

.resource-detail-page .subpage-hero {
  min-height: 0;
  padding-top: clamp(128px, 11vw, 164px);
  padding-bottom: clamp(54px, 5.2vw, 76px);
}

.resource-detail-page .subpage-hero .hero-media {
  opacity: 0.34;
}

.resource-detail-page .hero-content {
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
}

.resource-detail-page .subpage-hero h1,
.resources-hub-page .resources-mock-hero h1 {
  text-wrap: balance;
}

.resource-detail-page .subpage-hero .hero-copy {
  margin-inline: auto;
}

.resource-detail-page .hero-actions {
  justify-content: center;
}

.resource-detail-page .section-heading {
  justify-items: center;
  text-align: center;
}

.resource-detail-page .systems-grid,
.resource-detail-page .plan-grid {
  grid-template-columns: repeat(2, minmax(0, 420px));
  justify-content: center;
}

.resource-detail-page .resource-grid {
  justify-content: center;
}

.resource-detail-page .system-card,
.resource-detail-page .plan-card,
.resource-detail-page .resource-card {
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 0%, rgba(34, 215, 106, 0.08), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.012)),
    rgba(7, 11, 13, 0.92);
}

@media (max-width: 1180px) {
  .usecase-hero,
  .resources-mock-grid,
  .usecase-final-cta,
  .resources-mock-footer {
    grid-template-columns: 1fr;
  }

  .usecase-hero-visual {
    order: -1;
    min-height: 360px;
  }

  .usecase-build-grid,
  .usecase-proof-list,
  .usecase-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .usecase-proof-list article:nth-child(3),
  .usecase-metrics-grid article:nth-child(3) {
    border-left: 0;
  }

  .resources-mock-footer > small {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .usecase-main,
  .resources-hub-main {
    padding-top: 110px;
  }

  .usecase-hero,
  .usecase-logo-strip,
  .usecase-builds-section,
  .usecase-inspect-panel,
  .usecase-metrics-strip,
  .usecase-final-cta,
  .resources-mock-hero,
  .resources-mock-library,
  .resource-authority-roadmap {
    width: min(calc(100% - 24px), 620px);
  }

  .usecase-hero-copy h1,
  .resources-mock-hero h1 {
    font-size: clamp(3.1rem, 14vw, 4.7rem);
  }

  .usecase-hero-actions,
  .usecase-hero-actions .button,
  .usecase-final-cta .button,
  .resources-mock-footer .button {
    width: 100%;
  }

  .usecase-build-grid,
  .usecase-proof-list,
  .usecase-metrics-grid,
  .resource-authority-grid,
  .resource-detail-page .systems-grid,
  .resource-detail-page .plan-grid {
    grid-template-columns: 1fr;
  }

  .usecase-proof-list article,
  .usecase-metrics-grid article {
    border-left: 0 !important;
    border-top: 1px solid rgba(244, 247, 245, 0.16);
    padding-block: 20px;
  }

  .usecase-proof-list article:first-child,
  .usecase-metrics-grid article:first-child {
    border-top: 0;
  }

  .usecase-arrows {
    position: static;
    margin-top: 8px;
  }

  .usecase-logo-list .operator-logo + .operator-logo {
    padding-left: 0;
    border-left: 0;
  }
}

/* Resource journey hub redesign */
.resource-journey-page {
  color: var(--text);
  background:
    radial-gradient(circle at 82% 7%, rgba(34, 215, 106, 0.14), transparent 30rem),
    radial-gradient(circle at 7% 18%, rgba(34, 215, 106, 0.06), transparent 26rem),
    #000;
}

.resource-journey-page .site-header {
  width: min(calc(100% - 32px), 1440px);
  min-height: 78px;
}

.resource-journey-page .nav-links {
  gap: clamp(24px, 3vw, 48px);
}

.resource-journey-page .nav-links a {
  font-size: 0.92rem;
}

.resource-journey-page .resource-header-cta {
  min-height: 44px;
  padding: 0 24px;
  color: #fff;
}

.resource-journey-main,
.resource-simple-footer {
  width: min(calc(100% - 48px), 1410px);
  margin-inline: auto;
}

.resource-journey-main {
  display: grid;
  gap: clamp(26px, 3.6vw, 54px);
  padding: clamp(108px, 8.5vw, 128px) 0 clamp(34px, 5vw, 64px);
}

.resource-journey-page svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

/* The Resources page scales illustration SVGs globally; keep the shared footer
   isolated so its navigation icons do not inherit full-size artwork rules. */
.resource-journey-page .site-footer.footer-mock {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 40px), 1780px);
}

.resource-journey-page .site-footer.footer-mock svg {
  position: static;
  max-width: none;
  transform: none;
  filter: none;
}

.resource-journey-page .site-footer.footer-mock .footer-mock-links a {
  display: inline-grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
}

.resource-journey-page .site-footer.footer-mock .footer-mock-links svg {
  width: 22px !important;
  min-width: 22px !important;
  height: 22px !important;
  flex: 0 0 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.resource-journey-page .site-footer.footer-mock .footer-mock-socials svg {
  width: 32px !important;
  height: 32px !important;
}

.resource-journey-page .site-footer.footer-mock .footer-mock-action svg {
  width: 22px !important;
  min-width: 22px !important;
  height: 22px !important;
}

.resource-journey-page .site-footer.footer-mock .footer-mock-proof svg {
  width: 46px !important;
  height: 46px !important;
}

.resource-journey-page .site-footer.footer-mock .footer-mock-bottom svg {
  width: 30px !important;
  height: 20px !important;
}

.resource-journey-hero {
  display: grid;
  grid-template-columns: minmax(460px, 0.9fr) minmax(460px, 1.1fr);
  gap: clamp(30px, 4vw, 68px);
  align-items: center;
  min-height: clamp(390px, 36vw, 530px);
}

.resource-journey-copy {
  display: grid;
  gap: 22px;
  align-content: center;
}

.resource-journey-page .eyebrow {
  margin: 0;
  color: var(--green);
  font-size: clamp(0.82rem, 0.9vw, 1rem);
  font-weight: 950;
  letter-spacing: 0.28em;
  line-height: 1.1;
  text-transform: uppercase;
}

.resource-journey-copy h1 {
  max-width: 760px;
  margin: 0;
  color: var(--text);
  font-size: clamp(3.05rem, 3.75vw, 4.65rem);
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: 0;
}

.resource-journey-copy h1 span {
  display: block;
  color: var(--green);
}

.resource-journey-copy > p:not(.eyebrow) {
  max-width: 670px;
  margin: 0;
  color: rgba(244, 247, 245, 0.9);
  font-size: clamp(1.08rem, 1.25vw, 1.32rem);
  line-height: 1.52;
}

.resource-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px clamp(22px, 3vw, 42px);
  align-items: center;
  margin-top: clamp(18px, 2vw, 28px);
}

.resource-hero-proof span {
  display: grid;
  grid-template-columns: 48px minmax(0, 148px);
  gap: 12px;
  align-items: center;
  color: rgba(244, 247, 245, 0.84);
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.35;
}

.resource-hero-proof svg {
  color: var(--green);
}

.resource-hero-graphic {
  position: relative;
  min-height: clamp(300px, 29vw, 430px);
  overflow: hidden;
  border-radius: 12px;
  background:
    radial-gradient(circle at 90% 18%, rgba(34, 215, 106, 0.34), transparent 12rem),
    radial-gradient(circle at 74% 70%, rgba(34, 215, 106, 0.18), transparent 22rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.85), rgba(6, 35, 20, 0.28)),
    #000;
}

.resource-graphic-grid {
  position: absolute;
  inset: 6% 1% -3%;
  opacity: 0.42;
  background:
    linear-gradient(rgba(34, 215, 106, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 215, 106, 0.1) 1px, transparent 1px);
  background-size: 44px 44px;
  transform: perspective(780px) rotateX(58deg) translateY(104px);
  transform-origin: bottom;
}

.resource-growth-path {
  position: absolute;
  inset: 10% 6% 9% 2%;
  color: var(--green);
  overflow: visible;
  transform: scale(0.9);
  transform-origin: center right;
}

.resource-growth-path .path-glow {
  fill: none;
  stroke: var(--green);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: url(#resourcePathBlur);
  opacity: 0.3;
}

.resource-growth-path .path-core {
  fill: none;
  stroke: url(#resourcePathGlow);
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.resource-growth-path circle {
  fill: #b7ff9c;
  stroke: rgba(34, 215, 106, 0.75);
  stroke-width: 3;
  filter: drop-shadow(0 0 8px rgba(34, 215, 106, 0.55));
}

.resource-path-icon,
.resource-money-cube {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  border: 1px solid rgba(34, 215, 106, 0.56);
  background: rgba(4, 20, 12, 0.7);
  box-shadow: 0 0 20px rgba(34, 215, 106, 0.18);
}

.resource-path-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
}

.resource-path-icon svg {
  width: 22px;
  height: 22px;
}

.resource-path-icon-1 { left: 17%; top: 60%; }
.resource-path-icon-2 { left: 30%; top: 51%; }
.resource-path-icon-3 { left: 43%; top: 42%; }
.resource-path-icon-4 { left: 58%; top: 32%; }

.resource-money-cube {
  right: 9%;
  top: 9%;
  width: 74px;
  height: 74px;
  color: #eaffde;
  font-size: 2.35rem;
  font-weight: 900;
  border-radius: 14px;
  background:
    linear-gradient(140deg, rgba(150, 255, 130, 0.5), rgba(0, 72, 29, 0.72)),
    rgba(4, 20, 12, 0.85);
  transform: perspective(400px) rotateY(-18deg) rotateX(5deg);
}

.resource-money-cube span {
  display: block;
  transform: none;
}

.resource-landing-ring {
  position: absolute;
  right: 5%;
  bottom: 14%;
  width: min(30vw, 290px);
  aspect-ratio: 2.6 / 1;
  border: 1px solid rgba(34, 215, 106, 0.72);
  border-radius: 50%;
  box-shadow:
    0 0 34px rgba(34, 215, 106, 0.2),
    inset 0 0 20px rgba(34, 215, 106, 0.18);
}

.resource-journey-panel,
.resource-result-strip,
.resource-playbook-cta,
.resource-simple-footer-inner {
  border: 1px solid rgba(244, 247, 245, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 74% 0%, rgba(34, 215, 106, 0.08), transparent 25rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01)),
    rgba(5, 8, 9, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.resource-journey-panel {
  padding: clamp(24px, 3vw, 38px) clamp(20px, 2.8vw, 32px) clamp(30px, 3vw, 42px);
}

.resource-panel-heading,
.resource-stage-heading {
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
}

.resource-panel-heading p:not(.eyebrow),
.resource-stage-heading p {
  max-width: 960px;
  margin: 0;
  color: rgba(244, 247, 245, 0.86);
  font-size: clamp(1rem, 1.08vw, 1.16rem);
  line-height: 1.45;
}

.resource-journey-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-top: clamp(34px, 4vw, 52px);
  padding-top: 58px;
  border: 1px solid rgba(34, 215, 106, 0.35);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(3, 12, 8, 0.5);
}

.resource-journey-steps::before {
  position: absolute;
  top: 28px;
  left: clamp(28px, 3.5vw, 48px);
  right: clamp(28px, 3.5vw, 48px);
  z-index: 0;
  display: block;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(34, 215, 106, 0.06), rgba(34, 215, 106, 0.9), rgba(34, 215, 106, 0.06));
}

.resource-journey-steps article {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 270px;
  padding: 0 clamp(14px, 1.45vw, 24px) 28px;
  overflow: visible;
}

.resource-journey-steps article + article {
  border-left: 1px solid rgba(244, 247, 245, 0.14);
}

.resource-journey-steps article:not(:last-child)::before {
  display: none;
}

.journey-number {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: -47px 0 24px;
  color: var(--green);
  font-weight: 900;
  border: 1px solid rgba(34, 215, 106, 0.78);
  border-radius: 50%;
  background: #020604;
}

.journey-icon {
  width: 60px;
  height: 60px;
  margin-top: 0;
  color: var(--green);
}

.resource-journey-page .resource-journey-steps h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(0.98rem, 1.02vw, 1.2rem);
  font-weight: 950;
  line-height: 1.08;
}

.resource-journey-steps p {
  margin: 0;
  color: rgba(244, 247, 245, 0.78);
  font-size: clamp(0.82rem, 0.9vw, 0.98rem);
  line-height: 1.55;
}

.resource-result-strip {
  display: grid;
  grid-template-columns: 74px minmax(360px, 1.45fr) repeat(4, minmax(110px, 0.55fr));
  gap: clamp(18px, 2vw, 34px);
  align-items: center;
  padding: 24px clamp(24px, 4vw, 56px);
  border-color: rgba(34, 215, 106, 0.55);
  background:
    radial-gradient(circle at 0% 50%, rgba(34, 215, 106, 0.16), transparent 18rem),
    rgba(4, 18, 10, 0.78);
}

.result-icon {
  width: 58px;
  height: 58px;
  color: var(--green);
}

.resource-journey-page .resource-result-strip h2 {
  margin: 0;
  color: var(--green);
  font-size: clamp(0.9rem, 1vw, 1.05rem);
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.resource-result-strip p {
  margin: 0;
  padding-left: clamp(16px, 2vw, 34px);
  color: var(--text);
  font-size: clamp(1rem, 1.08vw, 1.12rem);
  line-height: 1.32;
  border-left: 1px solid rgba(34, 215, 106, 0.34);
}

.resource-stage-library {
  display: grid;
  gap: 24px;
  padding-inline: clamp(8px, 1.2vw, 18px);
}

.resource-stage-heading {
  justify-items: start;
  text-align: left;
}

.resource-filter-row {
  display: grid;
  grid-template-columns: repeat(7, minmax(120px, 1fr));
  gap: 12px;
}

.resource-filter-row a,
.resource-all-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 16px;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
  border: 1px solid rgba(244, 247, 245, 0.22);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
}

.resource-filter-row a.is-active {
  color: #001807;
  border-color: transparent;
  background: linear-gradient(135deg, #65df5f, var(--green));
}

.resource-filter-row svg {
  width: 20px;
  height: 20px;
}

.resource-stage-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(16px, 1.7vw, 22px);
}

.resource-stage-card {
  display: grid;
  gap: 14px;
  min-height: 310px;
  padding: clamp(20px, 2vw, 26px);
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(244, 247, 245, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(rgba(34, 215, 106, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 215, 106, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 18% 8%, rgba(34, 215, 106, 0.1), transparent 11rem),
    rgba(8, 12, 14, 0.9);
  background-size: 46px 46px, 46px 46px, auto, auto;
}

.resource-stage-card:hover,
.resource-stage-card:focus-visible {
  border-color: rgba(34, 215, 106, 0.7);
  box-shadow: 0 0 22px rgba(34, 215, 106, 0.12);
}

.stage-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  color: var(--green);
}

.resource-stage-card small {
  color: var(--green);
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resource-journey-page .resource-stage-card h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.08rem, 1.28vw, 1.38rem);
  font-weight: 950;
  line-height: 1.08;
}

.resource-stage-card p {
  margin: 0;
  color: rgba(244, 247, 245, 0.78);
  font-size: clamp(0.9rem, 0.94vw, 1rem);
  line-height: 1.52;
}

.resource-stage-card > span:last-child {
  align-self: end;
  color: var(--green);
  font-size: 0.94rem;
  font-weight: 900;
}

.resource-all-link {
  justify-self: center;
  min-width: min(310px, 100%);
  color: var(--text);
  background: rgba(255, 255, 255, 0.02);
}

.resource-playbook-cta {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) minmax(300px, 440px);
  gap: clamp(24px, 3vw, 48px);
  align-items: center;
  padding: clamp(26px, 3vw, 38px);
  border-color: rgba(34, 215, 106, 0.55);
  background:
    radial-gradient(circle at 2% 70%, rgba(34, 215, 106, 0.15), transparent 16rem),
    linear-gradient(90deg, rgba(34, 215, 106, 0.08), transparent 42%),
    rgba(7, 12, 13, 0.92);
}

.resource-cover {
  min-height: 180px;
  max-width: 180px;
  transform: rotate(-7deg);
}

.resource-journey-page .resource-playbook-cta h2 {
  max-width: 670px;
  margin: 0 0 14px;
  color: var(--text);
  font-size: clamp(1.5rem, 1.95vw, 2rem);
  font-weight: 950;
  line-height: 1.12;
}

.resource-playbook-cta p {
  max-width: 700px;
  margin: 0;
  color: rgba(244, 247, 245, 0.76);
  font-size: clamp(1rem, 1.05vw, 1.1rem);
  line-height: 1.56;
}

.resource-playbook-actions {
  display: grid;
  gap: 16px;
}

.resource-playbook-actions .button {
  justify-content: space-between;
  min-height: 58px;
}

.resource-playbook-actions .button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.02);
}

.resource-simple-footer {
  padding: 0 0 44px;
}

.resource-simple-footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) minmax(150px, 0.7fr) minmax(220px, 1fr) minmax(170px, 0.7fr);
  gap: clamp(28px, 4vw, 70px);
  align-items: start;
  padding: clamp(28px, 3vw, 42px);
  border-color: transparent;
  background: transparent;
}

.resource-simple-footer img {
  width: min(220px, 100%);
  height: auto;
}

.resource-simple-footer h2 {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.92rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.resource-simple-brand h2 {
  margin-top: 14px;
  letter-spacing: 0;
  text-transform: none;
}

.resource-simple-footer p,
.resource-simple-links a,
.resource-simple-copyright {
  margin: 0;
  color: rgba(244, 247, 245, 0.78);
  font-size: 0.95rem;
  line-height: 1.52;
}

.resource-simple-links {
  display: grid;
  gap: 8px;
}

.resource-simple-links a {
  text-decoration: none;
}

.resource-simple-links a:hover,
.resource-simple-links a:focus-visible {
  color: var(--green);
}

.resource-simple-follow {
  display: grid;
  gap: 16px;
}

.resource-simple-follow div {
  display: flex;
  gap: 16px;
}

.resource-simple-follow a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--green);
  border: 1px solid rgba(34, 215, 106, 0.72);
  border-radius: 50%;
  background: rgba(34, 215, 106, 0.04);
}

.resource-simple-follow a:hover,
.resource-simple-follow a:focus-visible {
  background: rgba(34, 215, 106, 0.13);
}

.resource-simple-follow svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  stroke: none;
}

.resource-simple-follow a:last-child svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.resource-simple-copyright {
  justify-self: end;
}

@media (max-width: 1220px) {
  .resource-journey-hero,
  .resource-playbook-cta,
  .resource-simple-footer-inner {
    grid-template-columns: 1fr;
  }

  .resource-hero-graphic {
    min-height: 440px;
  }

  .resource-journey-steps,
  .resource-stage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .resource-journey-steps::before {
    display: none;
  }

  .resource-journey-steps article:not(:last-child)::before {
    display: none;
  }

  .resource-journey-steps article + article {
    border-left: 0;
    border-top: 1px solid rgba(244, 247, 245, 0.14);
  }

  .resource-filter-row {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }

  .resource-result-strip {
    grid-template-columns: 72px 1fr 1fr;
  }

  .resource-simple-copyright {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .resource-journey-main,
  .resource-simple-footer {
    width: min(calc(100% - 24px), 620px);
  }

  .resource-journey-main {
    padding-top: 112px;
  }

  .resource-journey-copy h1 {
    font-size: clamp(3.35rem, 13vw, 4.8rem);
  }

  .resource-hero-proof {
    display: grid;
  }

  .resource-hero-proof span {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .resource-hero-graphic {
    min-height: 330px;
  }

  .resource-money-cube {
    width: 70px;
    height: 70px;
    font-size: 2.3rem;
  }

  .resource-path-icon {
    width: 42px;
    height: 42px;
  }

  .resource-journey-steps,
  .resource-stage-grid,
  .resource-filter-row,
  .resource-result-strip {
    grid-template-columns: 1fr;
  }

  .resource-result-strip p {
    padding-left: 0;
    padding-top: 12px;
    border-top: 1px solid rgba(34, 215, 106, 0.24);
    border-left: 0;
  }

  .resource-playbook-cta {
    justify-items: start;
  }

  .resource-cover {
    max-width: 150px;
  }

  .resource-playbook-actions,
  .resource-playbook-actions .button {
    width: 100%;
  }

  .resource-simple-footer-inner {
    padding-inline: 8px;
  }
}

/* MSP AI Revenue Playbook page */
.revenue-playbook-page {
  color: var(--text);
  background:
    radial-gradient(circle at 80% 8%, rgba(34, 215, 106, 0.14), transparent 29rem),
    radial-gradient(circle at 8% 20%, rgba(34, 215, 106, 0.07), transparent 24rem),
    #000;
}

.revenue-playbook-page .playbook-v4-header {
  width: min(calc(100% - 24px), 1360px);
  min-height: 76px;
}

.revenue-playbook-page .nav-links {
  gap: clamp(22px, 3vw, 46px);
}

.revenue-playbook-page .nav-links a {
  font-size: 0.9rem;
  font-weight: 820;
}

.playbook-v4-header-cta {
  gap: 12px;
  min-height: 48px;
  padding: 0 22px;
  color: #fff;
}

.playbook-v4-main,
.playbook-v4-footer {
  width: min(calc(100% - 48px), 1480px);
  margin-inline: auto;
}

.playbook-v4-main {
  display: grid;
  gap: clamp(58px, 6vw, 86px);
  padding: clamp(118px, 10vw, 148px) 0 46px;
}

.revenue-playbook-page .playbook-v4-main svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.playbook-v4-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(440px, 1fr) minmax(360px, 0.9fr);
  gap: clamp(36px, 6vw, 98px);
  align-items: center;
  min-height: clamp(520px, 48vw, 690px);
  overflow: hidden;
}

.playbook-v4-hero::before {
  position: absolute;
  inset: 6% -4% 0 42%;
  z-index: -1;
  content: "";
  background:
    linear-gradient(rgba(34, 215, 106, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 215, 106, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 60% 72%, rgba(34, 215, 106, 0.22), transparent 18rem);
  background-size: 56px 56px, 56px 56px, auto;
  opacity: 0.72;
  mask-image: linear-gradient(90deg, transparent, #000 22%, #000 70%, transparent);
}

.playbook-v4-hero-copy {
  display: grid;
  gap: 22px;
  align-content: center;
  max-width: 660px;
}

.revenue-playbook-page .eyebrow {
  margin: 0;
  color: var(--green) !important;
  font-size: clamp(0.78rem, 0.88vw, 0.98rem);
  font-weight: 950;
  letter-spacing: 0.22em;
  line-height: 1.1;
  text-transform: uppercase;
}

.playbook-v4-hero h1,
.playbook-v4-section-heading h2,
.playbook-v4-final-cta h2 {
  margin: 0;
  color: var(--text);
  font-weight: 950;
  letter-spacing: 0;
}

.playbook-v4-hero h1 {
  font-size: clamp(4.2rem, 6vw, 6.9rem);
  line-height: 0.92;
}

.playbook-v4-hero h1 span,
.playbook-v4-final-cta h2 span {
  display: block;
  color: var(--green);
}

.playbook-v4-hero-copy > p:not(.eyebrow):not(.playbook-v4-trust) {
  max-width: 640px;
  margin: 0;
  color: rgba(244, 247, 245, 0.9);
  font-size: clamp(1.08rem, 1.35vw, 1.35rem);
  line-height: 1.48;
}

.playbook-v4-actions,
.playbook-v4-final-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: min(100%, 720px);
  margin-top: 8px;
}

.playbook-v4-btn {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 22px;
  gap: 18px;
  align-items: center;
  min-height: 86px;
  padding: 18px 24px;
  color: var(--text);
  text-decoration: none;
  border: 1px solid rgba(244, 247, 245, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.playbook-v4-btn:hover,
.playbook-v4-btn:focus-visible {
  transform: translateY(-2px);
}

.playbook-v4-btn-primary {
  color: #061108;
  border-color: transparent;
  background: linear-gradient(135deg, #64df60, var(--green));
  box-shadow: 0 18px 55px rgba(34, 215, 106, 0.18);
}

.playbook-v4-btn-secondary {
  border-color: rgba(244, 247, 245, 0.28);
  background: rgba(255, 255, 255, 0.02);
}

.playbook-v4-btn-secondary:hover,
.playbook-v4-btn-secondary:focus-visible {
  color: var(--green);
  border-color: rgba(34, 215, 106, 0.72);
}

.playbook-v4-btn svg {
  color: currentColor;
}

.playbook-v4-btn > svg:first-child {
  width: 26px;
  height: 26px;
}

.playbook-v4-btn > svg:last-child {
  justify-self: end;
  width: 18px;
  height: 18px;
}

.playbook-v4-btn strong,
.playbook-v4-btn small {
  display: block;
}

.playbook-v4-btn strong {
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.08;
}

.playbook-v4-btn small {
  margin-top: 5px;
  font-size: 0.86rem;
  font-weight: 760;
  opacity: 0.86;
}

.playbook-v4-trust {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin: 0;
  color: rgba(244, 247, 245, 0.78);
  font-size: 0.95rem;
  font-weight: 720;
}

.playbook-v4-trust svg {
  width: 24px;
  height: 24px;
  color: var(--green);
}

.playbook-v4-book-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(460px, 42vw, 620px);
  perspective: 1000px;
}

.playbook-v4-book-stage::before {
  position: absolute;
  inset: 8% 0 12%;
  z-index: -2;
  content: "";
  background:
    linear-gradient(rgba(34, 215, 106, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 215, 106, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 45% 72%, rgba(34, 215, 106, 0.23), transparent 16rem);
  background-size: 48px 48px, 48px 48px, auto;
  opacity: 0.78;
}

.playbook-v4-book {
  position: relative;
  width: min(330px, 70vw);
  aspect-ratio: 0.68 / 1;
  transform: rotateY(-18deg) rotateX(2deg);
  transform-style: preserve-3d;
}

.playbook-v4-book-cover,
.playbook-v4-book-pages {
  position: absolute;
  inset: 0;
  border-radius: 6px;
}

.playbook-v4-book-cover {
  display: grid;
  align-content: start;
  gap: 20px;
  padding: 42px 38px 32px;
  overflow: hidden;
  color: var(--text);
  border: 1px solid rgba(244, 247, 245, 0.34);
  background:
    linear-gradient(rgba(34, 215, 106, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 215, 106, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 42% 72%, rgba(34, 215, 106, 0.26), transparent 12rem),
    linear-gradient(145deg, #1b2223, #06090b 70%);
  background-size: 44px 44px, 44px 44px, auto, auto;
  box-shadow: 26px 28px 50px rgba(0, 0, 0, 0.44);
}

.playbook-v4-book-cover::after {
  position: absolute;
  top: 0;
  right: -26px;
  width: 42px;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(244, 247, 245, 0.86), rgba(0, 0, 0, 0.5));
  transform: skewY(10deg);
}

.playbook-v4-book-cover img {
  width: 132px;
}

.playbook-v4-book-cover strong {
  max-width: 220px;
  font-size: clamp(2.1rem, 3vw, 2.7rem);
  font-weight: 950;
  line-height: 0.95;
  text-transform: uppercase;
}

.playbook-v4-book-cover small,
.playbook-v4-book-cover em,
.playbook-v4-book-cover span {
  color: var(--green);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.playbook-v4-book-cover svg {
  position: absolute;
  right: 28px;
  bottom: 80px;
  width: 190px;
  height: 118px;
  color: var(--green);
  stroke-width: 4;
}

.playbook-v4-book-cover span {
  position: absolute;
  right: 42px;
  bottom: 34px;
  color: var(--text);
}

.playbook-v4-book-pages {
  z-index: -1;
  background: linear-gradient(90deg, rgba(244, 247, 245, 0.8), rgba(19, 22, 24, 0.95));
  transform: translateX(24px) translateY(10px) translateZ(-24px);
}

.playbook-v4-book-shadow {
  position: absolute;
  bottom: clamp(30px, 5vw, 70px);
  width: min(410px, 86%);
  height: 70px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(34, 215, 106, 0.28), rgba(0, 0, 0, 0.8) 68%, transparent);
  filter: blur(4px);
}

.playbook-v4-alert,
.playbook-v4-final-cta {
  border: 1px solid rgba(34, 215, 106, 0.62);
  border-radius: 8px;
  background:
    radial-gradient(circle at 0% 50%, rgba(34, 215, 106, 0.14), transparent 24rem),
    linear-gradient(90deg, rgba(34, 215, 106, 0.08), transparent 44%),
    rgba(7, 12, 13, 0.92);
}

.playbook-v4-alert {
  display: grid;
  grid-template-columns: minmax(430px, 0.92fr) minmax(0, 2.08fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
}

.playbook-v4-alert-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(145px, 1fr));
  min-width: 0;
}

.playbook-v4-alert-lead,
.playbook-v4-alert-item {
  display: grid;
  align-content: center;
  gap: 10px;
  min-width: 0;
  min-height: 206px;
  padding: clamp(20px, 1.65vw, 28px);
}

.playbook-v4-alert-item {
  border-left: 1px solid rgba(244, 247, 245, 0.16);
}

.playbook-v4-alert-lead {
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
}

.playbook-v4-alert-lead span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  color: var(--green);
}

.playbook-v4-alert h2,
.playbook-v4-alert h3,
.playbook-v4-card h3,
.playbook-v4-resource-card h3 {
  margin: 0;
  color: var(--text);
  font-weight: 950;
  line-height: 1.08;
}

.playbook-v4-alert h2 {
  max-width: 560px;
  font-size: clamp(1.14rem, 1.22vw, 1.52rem);
  line-height: 1.15;
  text-wrap: balance;
}

.playbook-v4-alert-item svg {
  width: 44px;
  height: 44px;
  color: var(--green);
}

.playbook-v4-alert h3 {
  max-width: 13ch;
  font-size: clamp(0.88rem, 0.82vw, 1.04rem);
  line-height: 1.12;
  text-wrap: balance;
  overflow-wrap: break-word;
}

.playbook-v4-alert p,
.playbook-v4-card p,
.playbook-v4-resource-card p,
.playbook-v4-section-heading p,
.playbook-v4-final-cta p {
  margin: 0;
  color: rgba(244, 247, 245, 0.78);
  line-height: 1.5;
}

.playbook-v4-alert p {
  max-width: 18ch;
  font-size: clamp(0.72rem, 0.72vw, 0.82rem);
}

.playbook-v4-section {
  display: grid;
  gap: clamp(28px, 3vw, 42px);
}

.playbook-v4-section-heading {
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
}

.playbook-v4-section-heading h2 {
  max-width: 980px;
  font-size: clamp(2rem, 3.2vw, 3.6rem);
  line-height: 1.02;
}

.playbook-v4-section-heading p {
  max-width: 820px;
  font-size: clamp(0.98rem, 1.1vw, 1.18rem);
}

.playbook-v4-card-grid {
  display: grid;
  gap: clamp(18px, 2vw, 26px);
}

.playbook-v4-card-grid-four {
  grid-template-columns: repeat(4, minmax(250px, 1fr));
  width: min(100%, 1360px);
  max-width: 1360px;
  margin-inline: auto;
}

.playbook-v4-card,
.playbook-v4-resource-card {
  display: grid;
  gap: 16px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(244, 247, 245, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 15% 0%, rgba(34, 215, 106, 0.1), transparent 13rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.012)),
    rgba(8, 12, 14, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.playbook-v4-card {
  min-height: 326px;
  padding: clamp(22px, 1.8vw, 30px);
  overflow: hidden;
}

.playbook-v4-card-icon {
  display: inline-flex;
  width: 66px;
  height: 66px;
  color: var(--green);
  border: 1px solid rgba(34, 215, 106, 0.72);
  border-radius: 18px;
  padding: 14px;
}

.playbook-v4-card h3 {
  max-width: 100%;
  font-size: clamp(1.12rem, 1.15vw, 1.42rem);
  line-height: 1.12;
  text-wrap: balance;
  overflow-wrap: break-word;
}

.playbook-v4-card p {
  font-size: clamp(0.82rem, 0.84vw, 0.92rem);
  max-width: 24ch;
}

.playbook-v4-card a,
.playbook-v4-resource-card strong {
  align-self: end;
  color: var(--green);
  font-weight: 950;
  text-decoration: none;
}

.playbook-v4-resource-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 20px);
}

.playbook-v4-resource-card {
  min-height: 292px;
  padding: clamp(18px, 1.9vw, 24px);
}

.playbook-v4-resource-card > span:first-child {
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.playbook-v4-resource-card svg {
  width: 58px;
  height: 58px;
  color: var(--green);
}

.playbook-v4-resource-card h3 {
  font-size: clamp(1.05rem, 1.18vw, 1.35rem);
}

.playbook-v4-resource-card p {
  font-size: 0.9rem;
}

.playbook-v4-final-cta {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) minmax(320px, 440px);
  gap: clamp(26px, 4vw, 54px);
  align-items: center;
  padding: clamp(28px, 3.4vw, 44px);
}

.playbook-v4-target {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 180px;
  color: var(--green);
  background: radial-gradient(circle, rgba(34, 215, 106, 0.22), transparent 68%);
}

.playbook-v4-target svg {
  width: 170px;
  height: 170px;
  stroke-width: 4;
}

.playbook-v4-final-cta h2 {
  max-width: 690px;
  font-size: clamp(1.8rem, 2.55vw, 3rem);
  line-height: 1.08;
}

.playbook-v4-final-cta p {
  margin-top: 14px;
  font-size: clamp(1rem, 1.08vw, 1.16rem);
}

.playbook-v4-final-actions {
  grid-template-columns: 1fr;
  width: 100%;
}

.playbook-v4-footer {
  padding-bottom: 44px;
}

.revenue-playbook-page .site-footer.footer-mock {
  width: min(calc(100% - 40px), 1780px);
  margin: clamp(48px, 6vw, 96px) auto 32px;
}

.revenue-playbook-page .site-footer.footer-mock svg {
  position: static;
  max-width: none;
  transform: none;
  filter: none;
}

.revenue-playbook-page .site-footer.footer-mock .footer-mock-links a {
  display: inline-grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
}

.revenue-playbook-page .site-footer.footer-mock .footer-mock-links svg {
  width: 22px !important;
  min-width: 22px !important;
  height: 22px !important;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.revenue-playbook-page .site-footer.footer-mock .footer-mock-socials svg {
  width: 32px !important;
  height: 32px !important;
  fill: currentColor;
  stroke: none;
}

.revenue-playbook-page .site-footer.footer-mock .footer-mock-socials a:last-child svg,
.revenue-playbook-page .site-footer.footer-mock .footer-mock-action svg,
.revenue-playbook-page .site-footer.footer-mock .footer-mock-proof svg,
.revenue-playbook-page .site-footer.footer-mock .footer-mock-bottom svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.revenue-playbook-page .site-footer.footer-mock .footer-mock-action svg {
  width: 22px !important;
  height: 22px !important;
  stroke-width: 2;
}

.revenue-playbook-page .site-footer.footer-mock .footer-mock-proof svg {
  width: 38px !important;
  height: 38px !important;
  stroke-width: 1.8;
}

.revenue-playbook-page .site-footer.footer-mock .footer-mock-bottom svg {
  width: 30px !important;
  height: 20px !important;
  stroke-width: 1.8;
}

@media (max-width: 1220px) {
  .playbook-v4-hero,
  .playbook-v4-final-cta,
  .playbook-v4-card-grid-four,
  .playbook-v4-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .playbook-v4-alert {
    grid-template-columns: 1fr;
  }

  .playbook-v4-alert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .playbook-v4-alert-lead,
  .playbook-v4-final-cta > div:nth-child(2) {
    grid-column: 1 / -1;
  }

  .playbook-v4-alert-item {
    border-left: 0;
    border-top: 1px solid rgba(244, 247, 245, 0.16);
  }
}

@media (max-width: 780px) {
  .playbook-v4-main,
  .playbook-v4-footer {
    width: min(calc(100% - 24px), 620px);
  }

  .playbook-v4-main {
    padding-top: 112px;
  }

  .playbook-v4-hero,
  .playbook-v4-actions,
  .playbook-v4-alert,
  .playbook-v4-alert-grid,
  .playbook-v4-card-grid-four,
  .playbook-v4-resource-grid,
  .playbook-v4-final-cta {
    grid-template-columns: 1fr;
  }

  .playbook-v4-hero h1 {
    font-size: clamp(3.35rem, 15vw, 5.4rem);
  }

  .playbook-v4-book-stage {
    min-height: 430px;
  }

  .playbook-v4-alert-lead {
    grid-template-columns: 1fr;
  }

  .playbook-v4-alert-lead span {
    width: 72px;
    height: 72px;
  }

  .playbook-v4-btn {
    min-height: 64px;
  }
}

/* AI Service Packaging Checklist landing page */
.packaging-checklist-page {
  background:
    radial-gradient(circle at 84% 10%, rgba(34, 215, 106, 0.16), transparent 28rem),
    radial-gradient(circle at 14% 42%, rgba(34, 215, 106, 0.08), transparent 30rem),
    #000;
}

.packaging-checklist-main {
  position: relative;
  overflow: hidden;
  padding: clamp(118px, 9vw, 150px) clamp(18px, 3vw, 40px) 64px;
}

.packaging-checklist-main::before,
.packaging-checklist-main::after {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 46rem;
  height: 22rem;
  pointer-events: none;
  background:
    linear-gradient(rgba(34, 215, 106, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 215, 106, 0.18) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.18;
  transform: perspective(520px) rotateX(66deg) translate(-9rem, 11rem);
  transform-origin: bottom left;
  mask-image: radial-gradient(circle at 45% 40%, #000 0 44%, transparent 72%);
}

.packaging-checklist-main::after {
  inset: auto 0 0 auto;
  transform: perspective(520px) rotateX(66deg) translate(10rem, 10rem);
}

.packaging-checklist-main > * {
  position: relative;
  z-index: 1;
}

.packaging-checklist-hero,
.packaging-outcome-ribbon,
.packaging-assessment-grid,
.packaging-revenue-problem,
.packaging-final-cta,
.packaging-logo-strip {
  width: min(1480px, 100%);
  margin-inline: auto;
}

.packaging-checklist-hero {
  display: grid;
  grid-template-columns: minmax(620px, 1.12fr) minmax(360px, 0.78fr);
  gap: clamp(34px, 4vw, 64px);
  align-items: center;
  min-height: clamp(600px, calc(100vh - 132px), 780px);
}

.packaging-checklist-copy {
  max-width: 820px;
}

.packaging-checklist-copy .eyebrow,
.packaging-panel .eyebrow,
.packaging-revenue-problem .eyebrow {
  color: var(--green);
  font-size: clamp(0.84rem, 1vw, 1rem);
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.packaging-checklist-copy h1 {
  margin: 18px 0 24px;
  color: var(--white);
  font-size: clamp(3.9rem, 5.4vw, 6.25rem);
  line-height: 0.96;
  letter-spacing: 0;
  max-width: 920px;
}

.packaging-checklist-copy h1 span {
  color: var(--green);
  display: block;
}

.packaging-checklist-copy > p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(244, 247, 245, 0.92);
  font-size: clamp(1.15rem, 1.8vw, 1.58rem);
  line-height: 1.45;
}

.packaging-signal-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(86px, 1fr));
  gap: 16px;
  margin: 34px 0 38px;
}

.packaging-signal-row span {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  align-items: center;
  color: rgba(244, 247, 245, 0.92);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.packaging-signal-row svg,
.packaging-trust-row span::before,
.packaging-outcome-ribbon svg,
.packaging-check-list li::before,
.packaging-x-list li::before {
  color: var(--green);
}

.packaging-signal-row svg,
.packaging-outcome-ribbon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.packaging-hero-actions,
.packaging-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.packaging-checklist-page .packaging-hero-actions .button,
.packaging-checklist-page .packaging-final-actions .button {
  min-height: 62px;
  padding-inline: clamp(22px, 3vw, 38px);
  border-radius: 8px;
  font-size: 0.96rem;
}

.packaging-checklist-page .button-secondary {
  border-color: rgba(34, 215, 106, 0.52);
  color: var(--white);
  background: rgba(0, 0, 0, 0.36);
}

.packaging-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
  margin-top: 36px;
  color: rgba(244, 247, 245, 0.9);
  font-weight: 650;
}

.packaging-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.packaging-trust-row span::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background:
    linear-gradient(45deg, transparent 50%, currentColor 0) 7px 8px / 6px 2px no-repeat,
    linear-gradient(-45deg, transparent 50%, currentColor 0) 4px 10px / 7px 2px no-repeat;
}

.packaging-book-visual {
  min-height: 560px;
  display: grid;
  place-items: center;
}

.packaging-book-visual::before {
  content: "";
  position: absolute;
  width: min(520px, 84vw);
  height: 88px;
  bottom: 34px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(34, 215, 106, 0.42), rgba(34, 215, 106, 0.06) 44%, transparent 70%);
  filter: blur(4px);
}

.packaging-book {
  position: relative;
  width: min(390px, 78vw);
  min-height: 520px;
  padding: 58px 48px;
  color: var(--white);
  border: 1px solid rgba(244, 247, 245, 0.42);
  border-radius: 4px;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.1), transparent 25%),
    radial-gradient(circle at 58% 68%, rgba(34, 215, 106, 0.2), transparent 14rem),
    linear-gradient(140deg, #08100c, #020403);
  box-shadow:
    24px 30px 0 rgba(255, 255, 255, 0.15),
    0 0 48px rgba(34, 215, 106, 0.28),
    inset 0 0 80px rgba(34, 215, 106, 0.1);
  transform: perspective(1000px) rotateY(-8deg) rotateZ(-4deg);
}

.packaging-book::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 16px;
  border-left: 1px solid rgba(244, 247, 245, 0.34);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.06));
  transform: translateX(14px) skewY(5deg);
}

.packaging-book::after {
  content: "";
  position: absolute;
  inset: auto -42px -58px 20px;
  height: 74px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(244, 247, 245, 0.25), rgba(0, 0, 0, 0.8) 68%);
  z-index: -1;
}

.book-logo {
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.book-logo::first-letter {
  color: var(--green);
}

.packaging-book h2 {
  margin: 34px 0 18px;
  font-size: clamp(1.85rem, 2.7vw, 2.8rem);
  line-height: 1.04;
  text-transform: uppercase;
}

.packaging-book p {
  max-width: 270px;
  color: rgba(244, 247, 245, 0.84);
  line-height: 1.55;
}

.book-clipboard {
  display: block;
  width: min(210px, 72%);
  margin: 54px auto 0;
  color: var(--green);
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 18px rgba(34, 215, 106, 0.75));
}

.packaging-outcome-ribbon,
.packaging-revenue-problem,
.packaging-final-cta,
.packaging-logo-strip {
  margin-top: 26px;
  border: 1px solid rgba(244, 247, 245, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(244, 247, 245, 0.055), rgba(34, 215, 106, 0.06)),
    rgba(6, 9, 8, 0.78);
  box-shadow: inset 0 0 60px rgba(34, 215, 106, 0.045);
}

.packaging-outcome-ribbon {
  display: grid;
  grid-template-columns: 1.1fr repeat(5, 1fr);
  gap: 0;
  align-items: center;
  padding: 30px 34px;
}

.outcome-ribbon-lead {
  display: flex;
  gap: 18px;
  align-items: center;
  color: var(--green);
  font-weight: 850;
}

.outcome-ribbon-lead svg {
  width: 56px;
  height: 56px;
  padding: 12px;
  border: 1px solid rgba(34, 215, 106, 0.64);
  border-radius: 50%;
}

.packaging-outcome-ribbon > span {
  min-height: 74px;
  display: flex;
  align-items: center;
  padding-inline: 22px;
  border-left: 1px solid rgba(244, 247, 245, 0.18);
  color: rgba(244, 247, 245, 0.9);
  line-height: 1.35;
}

.packaging-outcome-ribbon::before {
  content: "Package it right. Grow it right.";
  grid-column: 1 / -1;
  margin-bottom: 18px;
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

.packaging-assessment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  gap: 14px;
  margin-top: 26px;
}

.packaging-panel {
  min-height: 440px;
  padding: clamp(26px, 3vw, 42px);
  border: 1px solid rgba(244, 247, 245, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 0%, rgba(34, 215, 106, 0.1), transparent 14rem),
    rgba(12, 15, 14, 0.84);
  box-shadow: inset 0 1px 0 rgba(34, 215, 106, 0.28);
}

.packaging-panel .eyebrow,
.packaging-revenue-problem .eyebrow {
  margin: 0 0 28px;
}

.packaging-check-list,
.packaging-x-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.packaging-check-list li,
.packaging-x-list li {
  position: relative;
  padding-left: 34px;
  color: rgba(244, 247, 245, 0.92);
  font-weight: 650;
}

.packaging-check-list li::before,
.packaging-x-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 20px;
  height: 20px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.packaging-check-list li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 7px;
  width: 8px;
  height: 4px;
  border-left: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  transform: rotate(-45deg);
}

.packaging-x-list li::before {
  color: #ff4f4f;
}

.packaging-x-list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  width: 10px;
  height: 2px;
  background: #ff4f4f;
  box-shadow: 0 0 0 0 #ff4f4f;
  transform: rotate(45deg);
}

.packaging-x-list li span,
.packaging-x-list li::after {
  border-radius: 2px;
}

.packaging-x-list li::marker {
  color: #ff4f4f;
}

.packaging-x-list li {
  --x-rotate: 45deg;
}

.packaging-x-list li::after {
  box-shadow: 0 0 0 0 currentColor;
}

.packaging-x-list li {
  background:
    linear-gradient(45deg, transparent calc(50% - 1px), #ff4f4f calc(50% - 1px), #ff4f4f calc(50% + 1px), transparent calc(50% + 1px)) 5px 3px / 10px 10px no-repeat,
    linear-gradient(-45deg, transparent calc(50% - 1px), #ff4f4f calc(50% - 1px), #ff4f4f calc(50% + 1px), transparent calc(50% + 1px)) 5px 3px / 10px 10px no-repeat;
}

.packaging-score-card > p:not(.eyebrow) {
  margin: -18px 0 22px;
  color: rgba(244, 247, 245, 0.72);
}

.score-row {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) max-content;
  gap: 18px;
  align-items: center;
  padding: 8px 0;
}

.score-row span {
  color: var(--white);
  font-weight: 750;
}

.score-row div {
  display: grid;
  grid-template-columns: repeat(5, 30px);
  gap: 8px;
}

.score-row b {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(244, 247, 245, 0.26);
  border-radius: 3px;
  color: rgba(244, 247, 245, 0.9);
  font-size: 0.82rem;
}

.score-row b:hover {
  border-color: rgba(34, 215, 106, 0.85);
  color: var(--green);
}

.packaging-revenue-problem {
  display: grid;
  grid-template-columns: 150px 1fr 1.7fr;
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  padding: clamp(28px, 4vw, 48px);
}

.problem-money-icon {
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border: 3px solid rgba(34, 215, 106, 0.75);
  border-radius: 50%;
  color: var(--green);
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  box-shadow: 0 0 34px rgba(34, 215, 106, 0.22);
}

.packaging-revenue-problem p:not(.eyebrow) {
  margin: -18px 0 18px;
  color: rgba(244, 247, 245, 0.72);
  font-weight: 700;
}

.packaging-revenue-problem .two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.packaging-final-cta {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr) minmax(300px, 0.7fr);
  gap: clamp(24px, 5vw, 54px);
  align-items: center;
  padding: clamp(28px, 4vw, 46px);
  border-color: rgba(34, 215, 106, 0.58);
}

.checklist-preview {
  position: relative;
  min-height: 160px;
}

.checklist-preview span {
  position: absolute;
  inset: 20px 52px 12px 44px;
  border: 1px solid rgba(34, 215, 106, 0.45);
  border-radius: 4px;
  background:
    repeating-linear-gradient(0deg, rgba(34, 215, 106, 0.22) 0 2px, transparent 2px 20px),
    linear-gradient(135deg, rgba(244, 247, 245, 0.07), rgba(34, 215, 106, 0.08)),
    #060807;
  box-shadow: 0 0 28px rgba(34, 215, 106, 0.18);
  transform: rotate(-7deg);
}

.checklist-preview span + span {
  inset: 34px 24px 4px 82px;
  transform: rotate(-1deg);
}

.packaging-final-cta h2 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: clamp(2rem, 3vw, 3.15rem);
  line-height: 1.05;
}

.packaging-final-cta p {
  max-width: 620px;
  color: rgba(244, 247, 245, 0.82);
  font-size: 1.08rem;
  line-height: 1.55;
}

.packaging-final-actions {
  justify-content: stretch;
}

.packaging-final-actions .button {
  width: 100%;
}

.packaging-logo-strip {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 36px;
  align-items: center;
  margin-bottom: 54px;
  padding: 24px 34px;
}

.packaging-logo-strip p {
  margin: 0;
  color: var(--green);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.packaging-logo-strip .operator-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 34px;
  justify-content: space-between;
  align-items: center;
}

.packaging-logo-strip .operator-logo {
  color: rgba(255, 255, 255, 0.92);
  filter: grayscale(1);
}

@media (max-width: 1180px) {
  .packaging-checklist-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .packaging-book-visual {
    min-height: 500px;
  }

  .packaging-outcome-ribbon,
  .packaging-assessment-grid,
  .packaging-revenue-problem,
  .packaging-final-cta,
  .packaging-logo-strip {
    grid-template-columns: 1fr;
  }

  .packaging-outcome-ribbon > span {
    border-left: 0;
    border-top: 1px solid rgba(244, 247, 245, 0.16);
    padding: 18px 0;
    min-height: 0;
  }

  .packaging-revenue-problem .two-col {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .packaging-checklist-main {
    padding-top: 110px;
  }

  .packaging-checklist-copy h1 {
    font-size: clamp(3.2rem, 14vw, 4.6rem);
  }

  .packaging-signal-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .packaging-hero-actions .button,
  .packaging-final-actions .button {
    width: 100%;
  }

  .packaging-book {
    min-height: 470px;
    padding: 46px 36px;
  }

  .packaging-assessment-grid,
  .packaging-revenue-problem,
  .packaging-final-cta,
  .packaging-logo-strip {
    width: min(calc(100% - 8px), 620px);
  }

  .score-row {
    grid-template-columns: 1fr;
  }

  .score-row div {
    grid-template-columns: repeat(5, minmax(26px, 1fr));
  }

  .score-row b {
    width: auto;
  }
}

.faq-page main > section:not(.hero) .faq-category-card h2 {
  font-size: clamp(0.82rem, 0.9vw, 0.96rem);
  line-height: 1.18;
  letter-spacing: 0.06em;
}

/* FAQ hero fold and trust-strip icon polish */
.faq-page main {
  padding-top: calc(var(--header-h) + 24px);
}

.faq-mock-hero {
  grid-template-columns: minmax(800px, 1fr) minmax(400px, 520px);
  gap: clamp(26px, 3.8vw, 58px);
  min-height: 356px;
  padding-top: 0;
}

.faq-hero-copy h1 {
  max-width: 980px;
  font-size: 50px !important;
  line-height: 1.02;
}

.faq-hero-copy h1 .faq-title-line {
  display: block;
  white-space: nowrap;
}

body.faq-page .faq-hero-copy h1 {
  display: block;
  max-width: none;
  width: max-content;
  font-size: 50px !important;
  line-height: 1.02;
}

body.faq-page .faq-hero-copy h1 .faq-title-line {
  display: block;
  white-space: nowrap;
}

.faq-hero-copy > p {
  max-width: 760px;
  margin-top: 20px;
  font-size: clamp(1rem, 1.18vw, 1.16rem);
  line-height: 1.55;
}

.faq-hero-actions {
  gap: 14px;
  margin-top: 22px;
}

.faq-hero-actions .button,
.faq-final-actions .button {
  min-height: 54px;
  padding-inline: 24px;
}

.faq-hero-visual {
  grid-template-columns: minmax(230px, 1fr) minmax(230px, 280px);
  gap: 28px;
  min-height: 336px;
}

.faq-orb {
  width: clamp(190px, 18vw, 260px);
  border-width: 5px;
}

.faq-orb::before {
  inset: -46px;
}

.faq-orb span {
  font-size: clamp(4.4rem, 5.8vw, 6rem);
}

.faq-hero-markers {
  gap: 22px;
  padding-left: 0;
  border-left: 0;
}

.faq-hero-markers span {
  grid-template-columns: 40px 1fr;
  gap: 14px;
}

.faq-hero-markers strong {
  font-size: clamp(0.92rem, 1vw, 1.02rem);
}

.faq-proof-row {
  margin-top: 18px;
}

.faq-proof-row div {
  min-height: 72px;
  padding: 14px 24px;
}

.faq-proof-row span {
  font-size: 0;
}

.faq-proof-row span svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 1100px) {
  .faq-mock-hero {
    min-height: 0;
  }

  .faq-hero-copy h1 .faq-title-line {
    white-space: nowrap;
  }
}

@media (max-width: 720px) {
  .faq-page main {
    padding-top: calc(var(--header-h) + 24px);
  }

  .faq-hero-copy h1 {
    font-size: clamp(2.25rem, 8.2vw, 3.1rem) !important;
  }
}

/* Batch polish: homepage revenue-system responsiveness and trust ribbon */
.revenue-system-section {
  width: min(calc(100% - 56px), 1420px);
  overflow: visible;
}

.revenue-system-section .systems-mock-heading {
  max-width: min(100%, 1180px);
}

.revenue-system-section .systems-mock-heading h2 {
  max-width: min(100%, 1180px);
  overflow: visible;
  font-size: clamp(2.78rem, 3.68vw, 4.25rem);
  text-wrap: balance;
}

.revenue-system-section .systems-title-line {
  display: block;
  white-space: normal;
}

@media (min-width: 901px) {
  .home-page .hero-proof {
    grid-template-columns: 1.1fr 0.95fr 0.95fr;
    width: 100%;
    margin-top: 42px;
    overflow: hidden;
    border: 1px solid rgba(126, 237, 101, 0.72);
    border-radius: 14px;
    background:
      radial-gradient(circle at 50% 20%, rgba(34, 215, 106, 0.15), transparent 54%),
      linear-gradient(180deg, rgba(8, 29, 19, 0.86), rgba(4, 11, 10, 0.88));
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .home-page .hero-proof > div {
    display: grid;
    min-height: 310px;
    padding: 52px 44px;
    align-content: center;
    justify-items: center !important;
    background: transparent;
    text-align: center !important;
  }

  .home-page .hero-proof > div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.36);
  }

  .home-page .hero-proof strong {
    color: #7fed65;
    font-size: clamp(0.95rem, 1.1vw, 1.08rem);
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.24em;
    text-align: center;
    text-transform: uppercase;
  }

  .home-page .hero-proof-operators {
    gap: 28px;
  }

  .home-page .operator-logos {
    width: min(100%, 520px);
    gap: 18px 34px;
    margin: 6px auto 0;
    transform: none;
  }

  .home-page .operator-logo {
    flex: 0 0 27%;
    max-width: 31%;
    text-align: center;
    font-size: clamp(1.42rem, 1.7vw, 1.9rem);
    line-height: 1;
  }

  .home-page .operator-logo-dell {
    font-size: clamp(1.28rem, 1.55vw, 1.7rem);
  }

  .home-page .operator-logo-datto,
  .home-page .operator-logo-gosecure {
    font-size: clamp(1.52rem, 1.8vw, 2rem);
  }

  .home-page .operator-logo-verisign {
    font-size: clamp(1.1rem, 1.28vw, 1.34rem);
  }

  .home-page .operator-logo-sitelock {
    flex-basis: 27%;
    margin: 0;
    font-size: clamp(1.46rem, 1.72vw, 1.92rem);
  }

  .home-page .operator-logos .operator-break {
    flex-basis: 100%;
    margin: 0;
  }

  .home-page .proof-mini-rule {
    display: block !important;
    width: 54px;
    height: 2px;
    margin: 4px auto 0;
    border-radius: 999px;
    background: #7fed65;
  }

  .home-page .hero-proof-operators small {
    max-width: 460px;
    color: #fff;
    font-size: clamp(1.2rem, 1.52vw, 1.6rem);
    font-weight: 500;
    line-height: 1.42;
  }

  .home-page .hero-proof-split {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
    align-content: center;
    justify-items: center;
    text-align: center;
  }

  .home-page .hero-proof-split > div {
    display: grid !important;
    gap: 24px;
    justify-items: center;
  }

  .home-page .hero-proof-split .proof-icon {
    width: 112px;
    height: 112px;
    color: #7fed65;
    border-color: #7fed65;
    background: rgba(34, 215, 106, 0.08);
  }

  .home-page .hero-proof-split .proof-icon svg {
    width: 60px;
    height: 60px;
    stroke-width: 1.65;
  }

  .home-page .hero-proof .hero-proof-split span:not(.proof-icon):not(.proof-mini-rule) {
    max-width: 430px;
    margin-top: 0;
    color: #fff;
    font-size: clamp(1.32rem, 1.56vw, 1.72rem);
    font-weight: 800;
    line-height: 1.38;
    text-align: center;
  }

  .home-page .hero-proof-tagline {
    margin: 44px auto 0;
    color: #fff;
    font-size: clamp(0.96rem, 1.16vw, 1.18rem);
    font-weight: 900;
    letter-spacing: 0.52em;
    text-align: center;
    text-transform: uppercase;
  }

  .home-page .hero-proof-tagline span {
    color: #7fed65;
  }
}

@media (max-width: 900px) {
  .home-page .hero-proof-tagline {
    margin: 24px auto 0;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
  }

  .home-page .hero-proof-tagline span {
    color: var(--green);
  }
}

@media (min-width: 901px) {
  .home-page .operator-logos {
    gap: 22px 32px;
  }

  .home-page .hero-proof-split > div {
    display: contents !important;
  }

  .home-page .hero-proof-split strong {
    order: 1;
  }

  .home-page .hero-proof-split .proof-icon {
    order: 2;
  }

  .home-page .hero-proof-split .proof-mini-rule {
    order: 3;
  }

  .home-page .hero-proof .hero-proof-split span:not(.proof-icon):not(.proof-mini-rule) {
    order: 4;
  }

  .home-page .hero-proof-operators small,
  .home-page .hero-proof .hero-proof-split span:not(.proof-icon):not(.proof-mini-rule) {
    max-width: 430px;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1.18rem, 1.42vw, 1.48rem);
    font-weight: 500;
    line-height: 1.42;
    text-align: center;
  }

  .home-page .hero-proof b,
  .home-page .hero-proof-operators small,
  .home-page .hero-proof .hero-proof-split span:not(.proof-icon):not(.proof-mini-rule) {
    font-weight: 500 !important;
    letter-spacing: 0;
    text-shadow: none;
  }
}

/* Contact landing page */
body.contact-page {
  color: #111514;
  background: #f7f8f4;
}

body.contact-page::before {
  display: none;
}

.contact-page .site-header {
  --max: 1320px;
  height: 64px;
  margin-top: 0;
  border-color: rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: none;
}

.contact-page .site-header.is-scrolled {
  height: 58px;
  border-color: rgba(34, 215, 106, 0.32);
}

.contact-page .brand-logo {
  width: clamp(142px, 13vw, 176px);
}

.contact-page .nav-links {
  gap: clamp(22px, 2.7vw, 42px);
  font-size: 0.83rem;
  font-weight: 720;
}

.contact-page .header-cta {
  min-height: 44px;
  padding: 0 22px;
  color: #fff;
  background: linear-gradient(135deg, #0f8f44, #18a756);
  box-shadow: 0 16px 36px rgba(18, 163, 82, 0.24);
}

.contact-page .header-cta span {
  display: inline-block;
  margin-left: 10px;
}

.contact-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 70% 34%, rgba(13, 115, 67, 0.34), transparent 28rem),
    radial-gradient(circle at 18% 24%, rgba(34, 215, 106, 0.06), transparent 26rem),
    linear-gradient(105deg, #010303 0%, #050b0d 46%, #0b221b 100%);
}

.contact-hero::before,
.contact-hero::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.contact-hero::before {
  inset: 0;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 42%, #000 100%);
}

.contact-hero::after {
  right: 30%;
  top: 170px;
  width: min(460px, 38vw);
  height: 240px;
  border: 1px solid rgba(34, 215, 106, 0.3);
  border-radius: 50%;
  opacity: 0.42;
  background:
    repeating-radial-gradient(ellipse at center, transparent 0 11px, rgba(34, 215, 106, 0.22) 12px, transparent 14px);
  filter: blur(0.2px);
  transform: rotate(-18deg) skewX(-18deg);
}

.contact-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 500px);
  gap: clamp(56px, 6vw, 96px);
  width: min(calc(100% - 96px), 1320px);
  margin: 0 auto;
  padding: calc(var(--header-h) + 72px) 0 72px;
}

.contact-hero-copy {
  max-width: 720px;
  padding-top: 24px;
}

.contact-page .eyebrow {
  color: #099d43;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.19em;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-hero-copy .eyebrow,
.contact-form-card .eyebrow {
  color: var(--green);
}

.contact-hero-copy h1 {
  max-width: 720px;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(2.9rem, 4.3vw, 4.65rem);
  font-weight: 820;
  line-height: 1.08;
  letter-spacing: 0;
}

.contact-rule {
  display: block;
  width: 70px;
  height: 2px;
  margin: 30px 0 30px;
  background: var(--green);
}

.contact-hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 1.18vw, 1.26rem);
  line-height: 1.62;
}

.contact-hero-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 52px;
}

.contact-hero-points div {
  min-width: 0;
  padding: 0 28px 0 0;
}

.contact-hero-points div + div {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-hero-points svg {
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  color: var(--green);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-hero-points span {
  display: block;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  font-weight: 620;
  line-height: 1.48;
}

.contact-form-card {
  position: relative;
  z-index: 4;
  align-self: start;
  padding: 34px 36px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 68% 20%, rgba(34, 215, 106, 0.12), transparent 18rem),
    linear-gradient(160deg, rgba(21, 27, 31, 0.94), rgba(9, 14, 16, 0.98));
  box-shadow: 0 28px 66px rgba(0, 0, 0, 0.38);
}

.contact-form-card h2 {
  margin: 14px 0 14px;
  color: #fff;
  font-size: clamp(1.75rem, 2vw, 2.36rem);
  font-weight: 780;
  line-height: 1.12;
  letter-spacing: 0;
}

.contact-form-card > p:not(.eyebrow) {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.55;
}

.contact-form {
  display: grid;
  gap: 13px;
}

.contact-form label {
  display: grid;
  gap: 6px;
}

.contact-form label span {
  color: #fff;
  font-size: 0.74rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select {
  width: 100%;
  min-height: 39px;
  padding: 0 13px;
  color: rgba(255, 255, 255, 0.88);
  font: 600 0.88rem "Exo 2", sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.05));
  outline: none;
  pointer-events: auto;
}

.contact-form select {
  appearance: none;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.05)),
    linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.78) 50%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.78) 50%, transparent 50%);
  background-position:
    0 0,
    calc(100% - 19px) 17px,
    calc(100% - 13px) 17px;
  background-size:
    100% 100%,
    6px 6px,
    6px 6px;
  background-repeat: no-repeat;
}

.contact-form select option {
  color: #071014;
  background: #ffffff;
}

.contact-form select optgroup,
body.contact-page .contact-form select option,
body.contact-page .contact-form select optgroup {
  color: #071014;
  background: #ffffff;
}

.contact-form input::placeholder {
  color: rgba(255, 255, 255, 0.52);
}

.contact-form input:focus,
.contact-form select:focus {
  border-color: rgba(34, 215, 106, 0.6);
  box-shadow: 0 0 0 3px rgba(34, 215, 106, 0.12);
}

.contact-form button {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 46px;
  margin-top: 12px;
  color: #fff;
  font: 800 0.95rem "Exo 2", sans-serif;
  border: 0;
  border-radius: 5px;
  background: linear-gradient(135deg, #0f8f44, #11a858);
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease;
}

.contact-form button:hover,
.contact-form button:focus-visible {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.contact-security {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  line-height: 1.4;
}

.contact-security svg {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-light {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 96px), 1220px);
  margin: 0 auto;
  color: #0e1412;
}

.contact-review-section {
  padding: 56px 0 64px;
}

.contact-section-intro {
  max-width: 560px;
}

.contact-section-intro h2,
.contact-why-heading h2,
.contact-next-heading h2 {
  margin: 16px 0 12px;
  color: #0c1110;
  font-size: clamp(1.9rem, 2.4vw, 2.7rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.contact-section-intro p:not(.eyebrow),
.contact-next-heading p:not(.eyebrow) {
  margin: 0;
  max-width: 480px;
  color: #53615b;
  font-size: 1rem;
  line-height: 1.58;
}

.contact-review-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}

.contact-review-card {
  min-height: 232px;
  padding: 24px 19px;
  border: 1px solid #dce3df;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(14, 28, 20, 0.04);
}

.contact-review-card svg {
  width: 37px;
  height: 37px;
  margin-bottom: 34px;
  color: #099d43;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-review-card h3 {
  margin: 0 0 18px;
  color: #0e1412;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.18;
}

.contact-review-card p {
  margin: 0;
  color: #2f3935;
  font-size: 0.78rem;
  line-height: 1.55;
}

.contact-why {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 50px;
  padding: 0 0 60px;
  border-bottom: 1px solid #dce2de;
}

.contact-why-heading {
  padding-right: 28px;
  border-right: 1px solid #dce2de;
}

.contact-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
}

.contact-why-grid article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
}

.contact-soft-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #0b7b3a;
  border-radius: 50%;
  background: #dcefe2;
}

.contact-soft-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-why-grid h3 {
  margin: 0 0 8px;
  color: #111514;
  font-size: 0.95rem;
  font-weight: 800;
}

.contact-why-grid p {
  margin: 0;
  color: #53615b;
  font-size: 0.82rem;
  line-height: 1.52;
}

.contact-next {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 60px;
  padding: 44px 0 46px;
}

.contact-next-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.contact-next-steps::before {
  position: absolute;
  top: 21px;
  left: 36px;
  right: 36px;
  height: 1px;
  content: "";
  border-top: 1px dashed #c7d2cc;
}

.contact-next-steps article {
  position: relative;
  z-index: 1;
}

.contact-next-steps span {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  margin-bottom: 22px;
  color: #097837;
  font-size: 0.85rem;
  font-weight: 800;
  border-radius: 50%;
  background: #d6eddc;
}

.contact-next-steps h3 {
  margin: 0 0 9px;
  color: #111514;
  font-size: 0.93rem;
  font-weight: 800;
  line-height: 1.25;
}

.contact-next-steps p {
  margin: 0;
  color: #3e4a45;
  font-size: 0.84rem;
  line-height: 1.52;
}

.contact-final-cta {
  display: grid;
  grid-template-columns: 132px 1fr 360px;
  gap: 28px;
  align-items: center;
  margin-bottom: 30px;
  padding: 22px 34px;
  border: 1px solid #d0d9d4;
  border-radius: 6px;
  background: linear-gradient(135deg, #f8fbf8, #eef5ef);
  box-shadow: 0 12px 34px rgba(16, 38, 25, 0.05);
}

.contact-target {
  display: grid;
  place-items: center;
  width: 110px;
  height: 110px;
  color: #07953e;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(9, 149, 62, 0.13), transparent 70%);
}

.contact-target svg {
  width: 92px;
  height: 92px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-final-cta h2 {
  margin: 0;
  color: #111514;
  font-size: clamp(1.55rem, 2.15vw, 2.4rem);
  font-weight: 650;
  line-height: 1.16;
  letter-spacing: 0;
}

.contact-final-cta h2 span {
  color: #07953e;
  font-weight: 800;
}

.contact-final-actions {
  display: grid;
  gap: 12px;
}

.contact-final-actions .button {
  width: 100%;
  min-height: 50px;
  border-radius: 4px;
  font-size: 0.94rem;
}

.contact-final-actions .button-primary {
  color: #fff;
  background: linear-gradient(135deg, #0f8f44, #11a858);
  box-shadow: none;
}

.contact-final-actions .button-secondary {
  color: #0d1311;
  border-color: #c9d4ce;
  background: #fff;
}

@media (max-width: 1080px) {
  .contact-hero-inner,
  .contact-light {
    width: min(calc(100% - 48px), 1220px);
  }

  .contact-hero-inner {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-bottom: 52px;
  }

  .contact-form-card {
    max-width: 560px;
  }

  .contact-review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-why,
  .contact-next,
  .contact-final-cta {
    grid-template-columns: 1fr;
  }

  .contact-why-heading {
    padding-right: 0;
    border-right: 0;
  }

  .contact-final-actions {
    max-width: 420px;
  }
}

@media (max-width: 760px) {
  .contact-page .site-header {
    height: auto;
    min-height: 66px;
    grid-template-columns: 1fr auto;
  }

  .contact-page .nav-links {
    display: none;
  }

  .contact-page .header-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.75rem;
  }

  .contact-hero-inner,
  .contact-light {
    width: min(calc(100% - 32px), 1220px);
  }

  .contact-hero-inner {
    padding-top: calc(var(--header-h) + 38px);
  }

  .contact-hero-copy h1 {
    font-size: clamp(2.45rem, 10vw, 3.5rem);
  }

  .contact-hero-points,
  .contact-review-grid,
  .contact-why-grid,
  .contact-next-steps {
    grid-template-columns: 1fr;
  }

  .contact-hero-points div,
  .contact-hero-points div + div {
    padding: 18px 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .contact-form-card {
    padding: 28px 22px;
  }

  .contact-review-section {
    padding-top: 42px;
  }

  .contact-next-steps::before {
    display: none;
  }

  .contact-final-cta {
    padding: 24px 18px;
  }
}

/* Contact page final layout tuning */
@media (min-width: 1081px) {
  body.contact-page .contact-hero {
    min-height: 930px;
    overflow: visible;
  }

  body.contact-page .contact-hero-inner {
    min-height: 930px;
    padding-top: calc(var(--header-h) + 44px);
    padding-bottom: 42px;
    grid-template-columns: minmax(0, 1fr) minmax(480px, 580px);
  }

  body.contact-page .contact-hero-copy {
    padding-top: 0;
    max-width: 820px;
  }

  body.contact-page .contact-form-card {
    position: absolute;
    z-index: 6;
    top: calc(var(--header-h) + 42px);
    right: 0;
    width: min(580px, 45vw);
  }

  body.contact-page .contact-review-section {
    padding-top: 68px;
  }
}

body.contact-page .contact-hero-copy h1 {
  max-width: 820px;
  font-size: clamp(2.85rem, 3.08vw, 3.58rem);
}

body.contact-page .contact-hero-copy > p:not(.eyebrow) {
  max-width: 660px;
}

body.contact-page .contact-hero-points {
  margin-top: 42px;
}

body.contact-page .contact-form-card {
  padding: 30px 34px;
}

body.contact-page main > section.contact-hero .contact-form-card h2 {
  font-size: clamp(1.6rem, 1.75vw, 2rem);
  line-height: 1.14;
}

body.contact-page .contact-form-card > p:not(.eyebrow) {
  margin-bottom: 18px;
}

body.contact-page .contact-form {
  gap: 10px;
}

body.contact-page .contact-form input,
body.contact-page .contact-form select {
  min-height: 36px;
}

body.contact-page .contact-form button {
  min-height: 44px;
  margin-top: 10px;
}

.contact-form-status {
  min-height: 1.2em;
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  line-height: 1.45;
}

.contact-form-status a {
  color: var(--green);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.contact-page main > section.contact-light .contact-section-intro h2,
body.contact-page main > section.contact-light .contact-why-heading h2,
body.contact-page main > section.contact-light .contact-next-heading h2 {
  font-size: clamp(1.72rem, 2.2vw, 2.35rem);
  line-height: 1.14;
}

body.contact-page main > section.contact-light .contact-review-card h3 {
  margin: 0 0 18px;
  font-size: 1.05rem;
  line-height: 1.18;
}

body.contact-page main > section.contact-light .contact-why-grid h3 {
  grid-column: 2;
  margin: 0 0 8px;
  font-size: 0.95rem;
  line-height: 1.25;
}

body.contact-page main > section.contact-light .contact-why-grid p {
  grid-column: 2;
}

body.contact-page main > section.contact-light .contact-soft-icon {
  grid-row: 1 / span 2;
}

body.contact-page main > section.contact-light .contact-next-steps h3 {
  margin: 0 0 9px;
  font-size: 0.93rem;
  line-height: 1.25;
}

body.contact-page main > section.contact-light .contact-final-cta h2 {
  font-size: clamp(1.55rem, 2.15vw, 2.4rem);
  line-height: 1.16;
}
/* About page mockup */
.about-v3-page {
  background: #000;
  color: #fff;
}

.about-v3-page .site-header .nav-links a.is-active {
  color: #fff;
  position: relative;
}

.about-v3-page .site-header .nav-links a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  height: 2px;
  background: #22d76a;
  box-shadow: 0 0 16px rgba(34, 215, 106, .75);
}

.about-v3-main {
  width: min(calc(100% - 64px), 1760px);
  margin: 0 auto;
  padding: 112px 0 72px;
}

.about-v3-hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, .82fr);
  align-items: center;
  gap: clamp(48px, 7vw, 120px);
  padding: 34px 32px 44px;
}

.about-v3-eyebrow,
.about-v3-kicker {
  color: #22d76a;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .12em;
}

.about-v3-title {
  max-width: 900px;
  margin: 0 0 34px;
  color: #fff;
  font-size: clamp(3rem, 4.45vw, 6.35rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.about-v3-copy p:not(.about-v3-eyebrow) {
  max-width: 860px;
  color: #d6dbd8;
  font-size: clamp(1.05rem, 1.12vw, 1.42rem);
  line-height: 1.62;
}

.about-v3-green-line {
  margin-top: 30px;
  color: #36df75 !important;
  font-weight: 800;
}

.about-v3-orbit {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.about-v3-orbit::before {
  content: "";
  position: absolute;
  inset: 3%;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(34, 215, 106, .18), transparent 46%),
    repeating-radial-gradient(circle at center, rgba(34, 215, 106, .18) 0 1px, transparent 1px 24px);
  opacity: .72;
}

.about-v3-orbit-ring,
.about-v3-orbit-ring-two {
  position: absolute;
  width: min(76%, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(48, 220, 111, .38);
  border-radius: 50%;
  box-shadow: inset 0 0 70px rgba(34, 215, 106, .08), 0 0 45px rgba(34, 215, 106, .12);
}

.about-v3-orbit-ring-two {
  width: min(52%, 380px);
  opacity: .65;
}

.about-v3-orbit-core {
  position: absolute;
  color: #35df72;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 800;
}

.about-v3-orbit-node {
  position: absolute;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-transform: uppercase;
  font-size: .82rem;
  font-weight: 800;
}

.about-v3-orbit-node i {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(43, 220, 105, .75);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #34df73;
  background: rgba(18, 72, 39, .25);
  box-shadow: 0 0 22px rgba(34, 215, 106, .18);
}

.about-v3-orbit-node svg,
.about-v3-icon svg,
.about-v3-mini svg,
.about-v3-subcards svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.node-commercialize { top: 2%; left: 50%; transform: translateX(-50%); }
.node-package { top: 24%; right: 0; }
.node-price { top: 50%; right: -2%; }
.node-position { bottom: 0; left: 50%; transform: translateX(-50%); }
.node-scale { bottom: 24%; left: 3%; }
.node-operationalize { top: 24%; left: 0; }

.about-v3-panel {
  margin-top: 28px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  background:
    radial-gradient(circle at left, rgba(34, 215, 106, .1), transparent 42%),
    linear-gradient(120deg, rgba(255, 255, 255, .052), rgba(7, 40, 23, .3));
  display: grid;
  grid-template-columns: minmax(300px, .43fr) 1fr;
  gap: 36px;
  align-items: center;
}

.about-v3-panel-wide {
  min-height: 235px;
}

.about-v3-panel-lead {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 28px;
  align-items: start;
  padding-right: 34px;
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.about-v3-panel-lead h2,
.about-v3-panel h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(1.6rem, 1.9vw, 2.25rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.about-v3-panel p {
  margin: 0;
  color: #d5dbd7;
  line-height: 1.55;
}

.about-v3-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #39df75;
  background: rgba(34, 215, 106, .08);
}

.about-v3-kicker {
  margin-bottom: 28px !important;
  font-size: .86rem;
}

.about-v3-mini-grid {
  display: grid;
  gap: 18px;
}

.about-v3-six { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.about-v3-seven { grid-template-columns: repeat(7, minmax(0, 1fr)); }

.about-v3-mini {
  min-width: 0;
  color: #eaf1ec;
  text-align: center;
  font-size: .86rem;
  font-weight: 800;
}

.about-v3-mini svg {
  width: 46px;
  height: 46px;
  margin: 0 auto 14px;
  color: #36df75;
}

.about-v3-mini span {
  display: block;
}

.about-v3-subcards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.about-v3-subcards article,
.about-v3-pill-grid span {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 10px;
  background: rgba(255, 255, 255, .035);
}

.about-v3-subcards article {
  padding: 28px;
}

.about-v3-subcards svg {
  color: #36df75;
  margin-bottom: 18px;
}

.about-v3-subcards h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 1.12rem;
}

.about-v3-band .about-v3-panel-lead {
  grid-template-columns: 70px minmax(280px, 440px);
}

.about-v3-pill-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}

.about-v3-pill-grid span {
  min-height: 76px;
  display: grid;
  place-items: center;
  padding: 14px;
  color: #fff;
  text-align: center;
  font-weight: 800;
}

.about-v3-outcomes {
  grid-template-columns: minmax(260px, .28fr) 1fr;
}

.about-v3-outcome-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.about-v3-outcome-grid span {
  min-height: 92px;
  padding: 18px 20px;
  border-left: 1px solid rgba(255, 255, 255, .15);
  display: grid;
  align-content: center;
  gap: 10px;
  color: #fff;
  font-weight: 800;
}

.about-v3-outcome-grid span::before {
  content: "✓";
  width: 24px;
  height: 24px;
  border: 1px solid #34df73;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #34df73;
  font-size: .85rem;
}

.about-v3-quote {
  margin-top: 40px;
  min-height: 315px;
  display: grid;
  place-items: center;
  padding: 56px;
  border: 1px solid rgba(43, 220, 105, .45);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 110%, rgba(34, 215, 106, .2), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(5, 20, 12, .58));
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about-v3-quote > span {
  position: absolute;
  left: 48px;
  top: 44px;
  color: rgba(54, 223, 117, .68);
  font-size: 8rem;
  line-height: 1;
  font-weight: 800;
}

.about-v3-quote h2 {
  max-width: 1150px;
  margin: 0 auto 20px;
  color: #fff;
  font-size: clamp(2rem, 3vw, 4rem);
  line-height: 1.15;
}

.about-v3-quote p {
  max-width: 1100px;
  margin: 0 auto 18px;
  color: #35df72;
  font-size: clamp(1.75rem, 2.4vw, 3.2rem);
  line-height: 1.14;
  font-weight: 800;
}

.about-v3-quote small {
  display: block;
  color: #fff;
  font-size: clamp(1.2rem, 1.5vw, 1.85rem);
}

@media (max-width: 1200px) {
  .about-v3-main { width: min(calc(100% - 36px), 1760px); padding-top: 88px; }
  .about-v3-hero,
  .about-v3-panel {
    grid-template-columns: 1fr;
  }
  .about-v3-panel-lead {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    padding-right: 0;
    padding-bottom: 28px;
  }
  .about-v3-six,
  .about-v3-seven,
  .about-v3-outcome-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .about-v3-pill-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .about-v3-main { width: min(calc(100% - 24px), 1760px); padding-top: 54px; }
  .about-v3-hero { padding-inline: 8px; min-height: auto; }
  .about-v3-orbit { min-height: 360px; transform: scale(.9); transform-origin: center; }
  .about-v3-panel { padding: 24px 18px; }
  .about-v3-panel-lead { grid-template-columns: 1fr; }
  .about-v3-six,
  .about-v3-seven,
  .about-v3-subcards,
  .about-v3-pill-grid,
  .about-v3-outcome-grid {
    grid-template-columns: 1fr;
  }
  .about-v3-outcome-grid span { border-left: 0; border-top: 1px solid rgba(255, 255, 255, .15); }
  .about-v3-quote { padding: 40px 22px; }
}
/* About page mockup */
.about-v3-page {
  background: #000;
  color: #fff;
}

.about-v3-page .site-header .nav-links a.is-active {
  color: #fff;
  position: relative;
}

.about-v3-page .site-header .nav-links a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  height: 2px;
  background: #22d76a;
  box-shadow: 0 0 16px rgba(34, 215, 106, .75);
}

.about-v3-main {
  width: min(calc(100% - 64px), 1760px);
  margin: 0 auto;
  padding: 112px 0 72px;
}

.about-v3-hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, .82fr);
  align-items: center;
  gap: clamp(48px, 7vw, 120px);
  padding: 34px 32px 44px;
}

.about-v3-eyebrow,
.about-v3-kicker {
  color: #22d76a;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .12em;
}

.about-v3-title {
  max-width: 900px;
  margin: 0 0 34px;
  color: #fff;
  font-size: clamp(3rem, 4.45vw, 6.35rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.about-v3-copy p:not(.about-v3-eyebrow) {
  max-width: 860px;
  color: #d6dbd8;
  font-size: clamp(1.05rem, 1.12vw, 1.42rem);
  line-height: 1.62;
}

.about-v3-green-line {
  margin-top: 30px;
  color: #36df75 !important;
  font-weight: 800;
}

.about-v3-orbit {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.about-v3-orbit::before {
  content: "";
  position: absolute;
  inset: 3%;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(34, 215, 106, .18), transparent 46%),
    repeating-radial-gradient(circle at center, rgba(34, 215, 106, .18) 0 1px, transparent 1px 24px);
  opacity: .72;
}

.about-v3-orbit-ring,
.about-v3-orbit-ring-two {
  position: absolute;
  width: min(76%, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(48, 220, 111, .38);
  border-radius: 50%;
  box-shadow: inset 0 0 70px rgba(34, 215, 106, .08), 0 0 45px rgba(34, 215, 106, .12);
}

.about-v3-orbit-ring-two {
  width: min(52%, 380px);
  opacity: .65;
}

.about-v3-orbit-core {
  position: absolute;
  color: #35df72;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 800;
}

.about-v3-orbit-node {
  position: absolute;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-transform: uppercase;
  font-size: .82rem;
  font-weight: 800;
}

.about-v3-orbit-node i {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(43, 220, 105, .75);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #34df73;
  background: rgba(18, 72, 39, .25);
  box-shadow: 0 0 22px rgba(34, 215, 106, .18);
}

.about-v3-orbit-node svg,
.about-v3-icon svg,
.about-v3-mini svg,
.about-v3-subcards svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.node-commercialize { top: 2%; left: 50%; transform: translateX(-50%); }
.node-package { top: 24%; right: 0; }
.node-price { top: 50%; right: -2%; }
.node-position { bottom: 0; left: 50%; transform: translateX(-50%); }
.node-scale { bottom: 24%; left: 3%; }
.node-operationalize { top: 24%; left: 0; }

.about-v3-panel {
  margin-top: 28px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  background:
    radial-gradient(circle at left, rgba(34, 215, 106, .1), transparent 42%),
    linear-gradient(120deg, rgba(255, 255, 255, .052), rgba(7, 40, 23, .3));
  display: grid;
  grid-template-columns: minmax(300px, .43fr) 1fr;
  gap: 36px;
  align-items: center;
}

.about-v3-panel-wide {
  min-height: 235px;
}

.about-v3-panel-lead {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 28px;
  align-items: start;
  padding-right: 34px;
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.about-v3-panel-lead h2,
.about-v3-panel h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(1.6rem, 1.9vw, 2.25rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.about-v3-panel p {
  margin: 0;
  color: #d5dbd7;
  line-height: 1.55;
}

.about-v3-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #39df75;
  background: rgba(34, 215, 106, .08);
}

.about-v3-kicker {
  margin-bottom: 28px !important;
  font-size: .86rem;
}

.about-v3-mini-grid {
  display: grid;
  gap: 18px;
}

.about-v3-six {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.about-v3-seven {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.about-v3-mini {
  min-width: 0;
  text-align: center;
  color: #eaf1ec;
  font-size: .86rem;
  font-weight: 800;
}

.about-v3-mini svg {
  width: 46px;
  height: 46px;
  margin: 0 auto 14px;
  color: #36df75;
}

.about-v3-mini span {
  display: block;
}

.about-v3-subcards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.about-v3-subcards article,
.about-v3-pill-grid span {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 10px;
  background: rgba(255, 255, 255, .035);
}

.about-v3-subcards article {
  padding: 28px;
}

.about-v3-subcards svg {
  color: #36df75;
  margin-bottom: 18px;
}

.about-v3-subcards h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 1.12rem;
}

.about-v3-band .about-v3-panel-lead {
  grid-template-columns: 70px minmax(280px, 440px);
}

.about-v3-pill-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}

.about-v3-pill-grid span {
  min-height: 76px;
  display: grid;
  place-items: center;
  padding: 14px;
  color: #fff;
  text-align: center;
  font-weight: 800;
}

.about-v3-outcomes {
  grid-template-columns: minmax(260px, .28fr) 1fr;
}

.about-v3-outcome-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.about-v3-outcome-grid span {
  min-height: 92px;
  padding: 18px 20px;
  border-left: 1px solid rgba(255, 255, 255, .15);
  display: grid;
  align-content: center;
  gap: 10px;
  color: #fff;
  font-weight: 800;
}

.about-v3-outcome-grid span::before {
  content: "\2713";
  width: 24px;
  height: 24px;
  border: 1px solid #34df73;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #34df73;
  font-size: .85rem;
}

.about-v3-quote {
  margin-top: 40px;
  min-height: 315px;
  display: grid;
  place-items: center;
  padding: 56px;
  border: 1px solid rgba(43, 220, 105, .45);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 110%, rgba(34, 215, 106, .2), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(5, 20, 12, .58));
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about-v3-quote > span {
  position: absolute;
  left: 48px;
  top: 44px;
  color: rgba(54, 223, 117, .68);
  font-size: 8rem;
  line-height: 1;
  font-weight: 800;
}

.about-v3-quote h2 {
  max-width: 1150px;
  margin: 0 auto 20px;
  color: #fff;
  font-size: clamp(2rem, 3vw, 4rem);
  line-height: 1.15;
}

.about-v3-quote p {
  max-width: 1150px;
  margin: 0 auto 16px;
  color: #35df72;
  font-size: clamp(1.7rem, 2.35vw, 3.1rem);
  font-weight: 800;
  line-height: 1.18;
}

.about-v3-quote small {
  display: block;
  color: #fff;
  font-size: clamp(1.2rem, 1.5vw, 1.85rem);
}

@media (max-width: 1200px) {
  .about-v3-main {
    width: min(calc(100% - 36px), 1760px);
    padding-top: 88px;
  }

  .about-v3-hero,
  .about-v3-panel {
    grid-template-columns: 1fr;
  }

  .about-v3-panel-lead {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    padding-right: 0;
    padding-bottom: 28px;
  }

  .about-v3-six,
  .about-v3-seven,
  .about-v3-outcome-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-v3-pill-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .about-v3-main {
    width: min(calc(100% - 24px), 1760px);
    padding-top: 54px;
  }

  .about-v3-hero {
    padding-inline: 8px;
    min-height: auto;
  }

  .about-v3-orbit {
    min-height: 360px;
    transform: scale(.9);
    transform-origin: center;
  }

  .about-v3-panel {
    padding: 24px 18px;
  }

  .about-v3-panel-lead {
    grid-template-columns: 1fr;
  }

  .about-v3-six,
  .about-v3-seven,
  .about-v3-subcards,
  .about-v3-pill-grid,
  .about-v3-outcome-grid {
    grid-template-columns: 1fr;
  }

  .about-v3-outcome-grid span {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .15);
  }

  .about-v3-quote {
    padding: 40px 22px;
  }
}

/* About reference mockup alignment */
.about-v3-page .site-header {
  width: 100%;
  max-width: none;
  height: 76px;
  min-height: 76px;
  margin-top: 0;
  padding: 0 26px;
  border: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.88);
  box-shadow: none;
}

.about-v3-page .brand-logo {
  width: 176px;
}

.about-v3-page .nav-links {
  gap: clamp(30px, 4.3vw, 58px);
  font-size: 0.9rem;
  font-weight: 760;
}

.about-v3-page .header-cta {
  min-height: 44px;
  padding: 0 20px;
  gap: 12px;
  color: #fff;
  background: linear-gradient(135deg, #168a3c, #279847);
  border-radius: 4px;
  box-shadow: none;
}

.about-v3-page .site-header .nav-links a.is-active::after {
  bottom: -14px;
}

.about-v3-page .header-cta span {
  display: inline-block;
}

.about-v3-main {
  width: min(calc(100% - 70px), 1180px);
  padding: 96px 0 32px;
}

.about-v3-hero {
  min-height: 340px;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.78fr);
  gap: clamp(42px, 7vw, 88px);
  padding: 0 22px 22px;
}

.about-v3-eyebrow,
.about-v3-kicker {
  font-size: 0.83rem;
  letter-spacing: 0.11em;
}

.about-v3-title {
  max-width: 580px;
  margin-bottom: 22px;
  font-size: clamp(2.65rem, 4.65vw, 3.75rem);
  line-height: 1.08;
}

.about-v3-copy p:not(.about-v3-eyebrow) {
  max-width: 590px;
  font-size: 1rem;
  line-height: 1.58;
}

.about-v3-green-line {
  margin-top: 24px;
}

.about-v3-orbit {
  min-height: 330px;
}

.about-v3-orbit::before {
  inset: 8%;
  opacity: 0.58;
}

.about-v3-orbit-ring,
.about-v3-orbit-ring-two {
  width: min(67%, 310px);
}

.about-v3-orbit-ring-two {
  width: min(48%, 220px);
}

.about-v3-orbit-core {
  font-size: 0.92rem;
}

.about-v3-orbit-node {
  gap: 9px;
  font-size: 0.72rem;
}

.about-v3-orbit-node i {
  width: 46px;
  height: 46px;
}

.about-v3-orbit-node svg,
.about-v3-icon svg,
.about-v3-mini svg,
.about-v3-subcards svg {
  width: 26px;
  height: 26px;
}

.node-commercialize {
  top: 0;
}

.node-package {
  top: 23%;
  right: 1%;
}

.node-price {
  top: 52%;
  right: -1%;
}

.node-position {
  bottom: 1%;
}

.node-scale {
  bottom: 23%;
  left: 3%;
}

.node-operationalize {
  top: 23%;
  left: 1%;
}

.about-v3-panel {
  margin-top: 18px;
  padding: 24px;
  border-radius: 8px;
  grid-template-columns: minmax(260px, 0.36fr) 1fr;
  gap: 28px;
}

.about-v3-panel-wide {
  min-height: 160px;
}

.about-v3-panel-lead {
  grid-template-columns: 58px 1fr;
  gap: 22px;
  padding-right: 24px;
}

.about-v3-panel-lead h2,
.about-v3-panel h2 {
  margin-bottom: 14px;
  font-size: clamp(1.35rem, 1.8vw, 1.7rem);
}

.about-v3-panel p {
  font-size: 0.86rem;
  line-height: 1.58;
}

.about-v3-icon {
  width: 58px;
  height: 58px;
}

.about-v3-kicker {
  margin-bottom: 24px !important;
}

.about-v3-mini-grid {
  gap: 10px;
}

.about-v3-mini {
  font-size: 0.75rem;
  line-height: 1.38;
}

.about-v3-mini svg {
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
}

.about-v3-subcards {
  gap: 28px;
}

.about-v3-subcards article {
  padding: 20px;
}

.about-v3-subcards svg {
  margin-bottom: 14px;
}

.about-v3-subcards h3 {
  font-size: 1rem;
}

.about-v3-subcards article p {
  font-size: 0.8rem;
}

.about-v3-band {
  min-height: 118px;
}

.about-v3-band .about-v3-panel-lead {
  grid-template-columns: 58px minmax(230px, 330px);
}

.about-v3-pill-grid span {
  min-height: 66px;
  padding: 12px;
  font-size: 0.72rem;
}

.about-v3-outcome-grid span {
  min-height: 70px;
  padding: 12px 14px;
  gap: 8px;
  font-size: 0.74rem;
}

.about-v3-outcome-grid span::before {
  width: 19px;
  height: 19px;
  font-size: 0.68rem;
}

.about-v3-quote {
  min-height: 210px;
  margin-top: 24px;
  padding: 34px 70px 30px;
  border-radius: 8px;
  background:
    radial-gradient(ellipse at 50% 104%, rgba(34, 215, 106, 0.22), transparent 54%),
    repeating-radial-gradient(ellipse at 50% 104%, rgba(34, 215, 106, 0.13) 0 1px, transparent 1px 36px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(5, 20, 12, 0.58));
}

.about-v3-quote > span {
  left: 40px;
  top: 34px;
  font-size: 6.3rem;
}

.about-v3-quote h2 {
  margin-bottom: 12px;
  font-size: clamp(1.85rem, 2.45vw, 2.8rem);
}

.about-v3-quote p {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: clamp(1.7rem, 2.35vw, 2.55rem);
}

.about-v3-quote small {
  font-size: clamp(1rem, 1.35vw, 1.45rem);
}

@media (min-width: 861px) and (max-width: 1200px) {
  .about-v3-page .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .about-v3-page .nav-links {
    display: flex;
  }

  .about-v3-hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  }

  .about-v3-panel {
    grid-template-columns: minmax(250px, 0.36fr) 1fr;
  }

  .about-v3-panel-lead {
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 0;
    padding-right: 24px;
    padding-bottom: 0;
  }

  .about-v3-six {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .about-v3-seven {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .about-v3-pill-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .about-v3-outcome-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .about-v3-page .header-cta {
    font-size: 0.78rem;
    padding-inline: 14px;
  }
}

@media (max-width: 860px) {
  .about-v3-page .site-header {
    width: min(calc(100% - 20px), 620px);
    margin-top: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
  }

  .about-v3-main {
    padding-top: 96px;
  }

  .about-v3-hero,
  .about-v3-panel {
    grid-template-columns: 1fr;
  }

  .about-v3-hero {
    min-height: auto;
    padding: 22px 10px 30px;
    gap: 24px;
  }

  .about-v3-title {
    max-width: 100%;
    font-size: clamp(2.55rem, 11vw, 4.1rem);
  }

  .about-v3-copy p:not(.about-v3-eyebrow) {
    max-width: 100%;
  }

  .about-v3-orbit {
    min-height: 350px;
    transform: scale(0.86);
  }

  .about-v3-panel-lead {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding-right: 0;
    padding-bottom: 22px;
  }

  .about-v3-six,
  .about-v3-seven,
  .about-v3-subcards,
  .about-v3-pill-grid,
  .about-v3-outcome-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 861px) {
  .about-v3-page .site-header {
    grid-template-columns: 230px minmax(0, 1fr) 230px;
    padding-inline: 26px;
  }

  .about-v3-page .brand-logo {
    width: 182px;
  }

  .about-v3-page .nav-links {
    gap: clamp(24px, 3.4vw, 44px);
    font-size: 0.78rem;
  }

  .about-v3-page .header-cta {
    width: 220px;
    min-height: 42px;
    padding: 0 14px;
    white-space: nowrap;
    font-size: 0.78rem;
  }

  .about-v3-main {
    width: min(calc(100% - 70px), 1168px);
    padding-top: 98px;
    padding-bottom: 14px;
  }

  .about-v3-hero {
    min-height: 322px;
    grid-template-columns: minmax(500px, 0.95fr) minmax(360px, 0.75fr);
    gap: clamp(40px, 6vw, 78px);
    padding: 0 22px 20px;
  }

  .about-v3-title {
    max-width: 540px;
    margin-bottom: 22px;
    font-size: clamp(2.3rem, 3.7vw, 3.05rem);
    line-height: 1.14;
  }

  .about-v3-copy p:not(.about-v3-eyebrow) {
    max-width: 560px;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .about-v3-green-line {
    margin-top: 22px;
  }

  .about-v3-orbit {
    min-height: 316px;
  }

  .about-v3-orbit-ring,
  .about-v3-orbit-ring-two {
    width: min(66%, 296px);
  }

  .about-v3-orbit-ring-two {
    width: min(48%, 206px);
  }

  .about-v3-orbit-node i {
    width: 44px;
    height: 44px;
  }

  .about-v3-panel {
    grid-template-columns: minmax(350px, 0.37fr) 1fr;
    gap: 26px;
    margin-top: 16px;
    padding: 22px 24px;
  }

  .about-v3-panel-wide {
    min-height: 170px;
  }

  .about-v3-panel-lead {
    grid-template-columns: 58px 1fr;
    gap: 20px;
    padding-right: 24px;
  }

  .about-v3-panel-lead h2,
  .about-v3-panel h2 {
    margin-bottom: 12px;
    font-size: 1.45rem;
    line-height: 1.18;
  }

  .about-v3-panel p {
    font-size: 0.78rem;
    line-height: 1.55;
  }

  .about-v3-kicker {
    margin-bottom: 22px !important;
    font-size: 0.72rem;
  }

  .about-v3-mini {
    font-size: 0.68rem;
  }

  .about-v3-mini svg {
    width: 33px;
    height: 33px;
  }

  .about-v3-subcards {
    gap: 24px;
  }

  .about-v3-subcards article {
    padding: 18px;
    min-height: 126px;
  }

  .about-v3-subcards h3 {
    font-size: 0.95rem;
  }

  .about-v3-subcards article p {
    font-size: 0.74rem;
  }

  .about-v3-band {
    min-height: 104px;
  }

  .about-v3-band .about-v3-panel-lead {
    grid-template-columns: 58px minmax(230px, 310px);
  }

  .about-v3-pill-grid span {
    min-height: 60px;
    font-size: 0.66rem;
  }

  .about-v3-outcome-grid span {
    min-height: 60px;
    padding: 10px 12px;
    font-size: 0.66rem;
  }

  .about-v3-quote {
    min-height: 184px;
    margin-top: 20px;
    padding: 28px 66px 24px;
  }

  .about-v3-quote > span {
    left: 40px;
    top: 28px;
    font-size: 5.5rem;
  }

  .about-v3-quote h2 {
    margin-bottom: 8px;
    font-size: clamp(1.7rem, 2.3vw, 2.35rem);
  }

  .about-v3-quote p {
    margin-bottom: 8px;
    font-size: clamp(1.55rem, 2.25vw, 2.35rem);
  }

  .about-v3-quote small {
    font-size: clamp(0.95rem, 1.22vw, 1.25rem);
  }
}

@media (min-width: 861px) {
  .about-v3-hero {
    min-height: 282px;
    padding-bottom: 10px;
  }

  .about-v3-title {
    font-size: clamp(2.25rem, 3.55vw, 2.85rem);
  }

  .about-v3-copy p:not(.about-v3-eyebrow) {
    font-size: 0.9rem;
  }

  .about-v3-orbit {
    min-height: 286px;
  }

  .about-v3-orbit-ring,
  .about-v3-orbit-ring-two {
    width: min(64%, 270px);
  }

  .about-v3-orbit-ring-two {
    width: min(46%, 190px);
  }

  .about-v3-panel {
    grid-template-columns: minmax(318px, 0.34fr) 1fr;
    gap: 24px;
    margin-top: 14px;
    padding: 18px 22px;
  }

  .about-v3-panel-wide {
    min-height: 142px;
  }

  .about-v3-panel-lead {
    grid-template-columns: 50px 1fr;
    gap: 18px;
    padding-right: 22px;
  }

  .about-v3-icon {
    width: 50px;
    height: 50px;
  }

  .about-v3-panel-lead h2,
  .about-v3-panel h2 {
    margin-bottom: 9px;
    font-size: 1.1rem;
    line-height: 1.22;
  }

  .about-v3-panel p {
    font-size: 0.64rem;
    line-height: 1.48;
  }

  .about-v3-kicker {
    margin-bottom: 18px !important;
    font-size: 0.62rem;
  }

  .about-v3-mini {
    font-size: 0.56rem;
  }

  .about-v3-mini svg {
    width: 28px;
    height: 28px;
    margin-bottom: 8px;
  }

  .about-v3-subcards {
    gap: 20px;
  }

  .about-v3-subcards article {
    min-height: 104px;
    padding: 14px;
  }

  .about-v3-subcards svg {
    width: 22px;
    height: 22px;
    margin-bottom: 10px;
  }

  .about-v3-subcards h3 {
    margin-bottom: 8px;
    font-size: 0.78rem;
    line-height: 1.18;
  }

  .about-v3-subcards article p {
    font-size: 0.62rem;
    line-height: 1.45;
  }

  .about-v3-band {
    min-height: 90px;
  }

  .about-v3-band .about-v3-panel-lead {
    grid-template-columns: 50px minmax(210px, 280px);
  }

  .about-v3-pill-grid span {
    min-height: 50px;
    padding: 8px;
    font-size: 0.56rem;
  }

  .about-v3-outcome-grid span {
    min-height: 50px;
    padding: 8px 10px;
    font-size: 0.56rem;
  }

  .about-v3-outcome-grid span::before {
    width: 17px;
    height: 17px;
    font-size: 0.58rem;
  }

  .about-v3-quote {
    min-height: 166px;
    margin-top: 18px;
    padding: 24px 64px 20px;
  }

  .about-v3-quote > span {
    left: 36px;
    top: 24px;
    font-size: 4.8rem;
  }

  .about-v3-quote h2 {
    font-size: clamp(1.45rem, 2.05vw, 2rem);
  }

  .about-v3-quote p {
    font-size: clamp(1.35rem, 2vw, 2rem);
  }

  .about-v3-quote small {
    font-size: clamp(0.88rem, 1.1vw, 1.1rem);
  }
}

@media (min-width: 861px) {
  body.about-v3-page .about-v3-main {
    width: min(calc(100% - 70px), 1168px);
    padding-top: 96px;
    padding-bottom: 14px;
  }

  body.about-v3-page .about-v3-hero {
    min-height: 306px;
    grid-template-columns: minmax(500px, 0.95fr) minmax(360px, 0.75fr);
    gap: clamp(38px, 5.5vw, 74px);
    padding: 0 22px 12px;
  }

  body.about-v3-page .about-v3-title {
    max-width: 540px;
    margin-bottom: 20px;
    font-size: clamp(2.28rem, 3.48vw, 2.82rem) !important;
    line-height: 1.12;
  }

  body.about-v3-page .about-v3-copy p:not(.about-v3-eyebrow) {
    max-width: 560px;
    font-size: 0.9rem;
    line-height: 1.52;
  }

  body.about-v3-page .about-v3-green-line {
    margin-top: 20px;
  }

  body.about-v3-page .about-v3-orbit {
    min-height: 286px;
  }

  body.about-v3-page .about-v3-panel {
    grid-template-columns: minmax(318px, 0.34fr) 1fr;
    gap: 24px;
    margin-top: 15px;
    padding: 18px 22px;
    border-radius: 8px;
  }

  body.about-v3-page .about-v3-panel-wide {
    min-height: 170px;
  }

  body.about-v3-page .about-v3-main > .about-v3-panel-wide:nth-of-type(2) {
    min-height: 196px;
  }

  body.about-v3-page .about-v3-main > .about-v3-panel-wide:nth-of-type(3) {
    min-height: 180px;
  }

  body.about-v3-page .about-v3-panel-lead {
    grid-template-columns: 50px 1fr;
    gap: 18px;
    padding-right: 22px;
    padding-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 0;
  }

  body.about-v3-page .about-v3-panel .about-v3-panel-lead h2,
  body.about-v3-page .about-v3-panel h2 {
    margin: 0 0 11px;
    font-size: clamp(1.25rem, 1.45vw, 1.45rem) !important;
    line-height: 1.2 !important;
    letter-spacing: 0;
  }

  body.about-v3-page .about-v3-panel p {
    font-size: clamp(0.78rem, 0.82vw, 0.88rem) !important;
    line-height: 1.5 !important;
  }

  body.about-v3-page .about-v3-icon {
    width: 50px;
    height: 50px;
  }

  body.about-v3-page .about-v3-kicker {
    margin-bottom: 18px !important;
    font-size: clamp(0.72rem, 0.78vw, 0.82rem) !important;
  }

  body.about-v3-page .about-v3-mini-grid {
    gap: 10px;
  }

  body.about-v3-page .about-v3-mini {
    font-size: clamp(0.82rem, 0.86vw, 0.92rem) !important;
    line-height: 1.24;
  }

  body.about-v3-page .about-v3-mini svg {
    width: 28px !important;
    height: 28px !important;
    margin-bottom: 8px;
  }

  body.about-v3-page .about-v3-subcards {
    gap: 20px;
  }

  body.about-v3-page .about-v3-subcards article {
    min-height: 126px;
    padding: 18px;
  }

  body.about-v3-page .about-v3-subcards svg {
    width: 22px !important;
    height: 22px !important;
    margin-bottom: 10px;
  }

  body.about-v3-page .about-v3-subcards article h3 {
    margin-bottom: 8px;
    font-size: clamp(1rem, 1vw, 1.08rem) !important;
    line-height: 1.18 !important;
  }

  body.about-v3-page .about-v3-subcards article p {
    font-size: clamp(0.76rem, 0.78vw, 0.84rem) !important;
    line-height: 1.45 !important;
  }

  body.about-v3-page .about-v3-band {
    min-height: 90px;
  }

  body.about-v3-page .about-v3-band .about-v3-panel-lead {
    grid-template-columns: 50px minmax(210px, 280px);
  }

  body.about-v3-page .about-v3-pill-grid span {
    min-height: 58px;
    padding: 10px;
    font-size: clamp(0.78rem, 0.82vw, 0.88rem) !important;
  }

  body.about-v3-page .about-v3-outcome-grid span {
    min-height: 62px;
    padding: 10px 12px;
    gap: 8px;
    font-size: clamp(0.78rem, 0.82vw, 0.88rem) !important;
  }

  body.about-v3-page .about-v3-outcome-grid span::before {
    width: 17px;
    height: 17px;
    font-size: 0.58rem;
  }

  body.about-v3-page .about-v3-quote {
    min-height: 192px;
    margin-top: 22px;
    padding: 30px 64px 24px;
    border-radius: 8px;
  }

  body.about-v3-page .about-v3-quote > span {
    left: 36px;
    top: 24px;
    font-size: 4.8rem;
  }

  body.about-v3-page .about-v3-quote h2 {
    margin-bottom: 8px;
    font-size: clamp(1.45rem, 2.05vw, 2rem) !important;
  }

  body.about-v3-page .about-v3-quote p {
    max-width: 760px;
    margin-bottom: 8px;
    font-size: clamp(1.35rem, 2vw, 2rem) !important;
  }

  body.about-v3-page .about-v3-quote small {
    font-size: clamp(0.88rem, 1.1vw, 1.1rem) !important;
  }
}

/* Home-2 cascade lock */
body.home-2-page main > section:not(.hero) :is(h2, h3, h4, h5, h6) {
  letter-spacing: 0;
}

body.home-2-page .home2-problem h2,
body.home-2-page .home2-build h2,
body.home-2-page .home2-proof h2,
body.home-2-page .home2-trust-heading h2,
body.home-2-page .home2-playbook h2,
body.home-2-page .home2-final h2 {
  line-height: 1.08 !important;
}

body.home-2-page .home2-problem h2,
body.home-2-page .home2-build h2,
body.home-2-page .home2-proof h2,
body.home-2-page .home2-playbook h2,
body.home-2-page .home2-final h2 {
  font-size: clamp(2rem, 2.8vw, 3rem) !important;
}

body.home-2-page .home2-trust-heading h2 {
  font-size: clamp(3rem, 4.6vw, 4.6rem) !important;
}

body.home-2-page .home2-main {
  padding-top: calc(var(--header-h) + 34px);
}

body.home-2-page .home2-card-grid h3 {
  margin: 14px 0 10px !important;
  font-size: clamp(1.12rem, 1.28vw, 1.36rem) !important;
  line-height: 1.18 !important;
}

body.home-2-page .home2-card-grid article {
  min-height: 212px;
  padding: 28px 24px 24px;
}

body.home-2-page .home2-card-grid p {
  font-size: clamp(0.9rem, 0.96vw, 1rem) !important;
}

body.home-2-page .home2-os-flow strong,
body.home-2-page .home2-system-stack span,
body.home-2-page .home2-proof article span {
  font-size: clamp(0.78rem, 0.82vw, 0.9rem) !important;
}

body.home-2-page .home2-os-flow span {
  font-size: clamp(0.7rem, 0.72vw, 0.78rem) !important;
}

@media (max-width: 1180px) {
  body.home-2-page .home2-trust-panel {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 34px;
  }

  body.home-2-page .home2-trust-column,
  body.home-2-page .home2-trust-column:first-child,
  body.home-2-page .home2-trust-column:last-child {
    padding: 0;
  }

  body.home-2-page .home2-trust-column + .home2-trust-column {
    margin-top: 38px;
    padding-top: 38px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  body.home-2-page .home2-trust-logos {
    max-width: 620px;
  }

  body.home-2-page .home2-trust-statement {
    max-width: 720px;
  }

  body.home-2-page .home2-trust-commercial,
  body.home-2-page .home2-trust-channel {
    display: block;
  }

  body.home-2-page .home2-trust-orb {
    margin-left: 0;
  }
}

@media (max-width: 720px) {
  body.home-2-page {
    overflow-x: hidden;
  }

  body.home-2-page .home2-header {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px 14px;
  }

  body.home-2-page .site-header {
    display: grid;
    width: min(calc(100% - 20px), 620px);
    height: auto;
    min-height: 0;
    margin-top: 10px;
    padding: 12px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.home-2-page .site-header .brand {
    justify-content: center;
  }

  body.home-2-page .site-header .brand-logo {
    width: 145px;
  }

  body.home-2-page .site-header .header-cta {
    justify-self: stretch;
    width: 100%;
    min-height: 42px;
    padding: 0 12px;
    white-space: normal;
    font-size: 0.78rem;
    line-height: 1.12;
  }

  body.home-2-page .home2-brand,
  body.home-2-page .home2-actions,
  body.home-2-page .home2-nav,
  body.home-2-page .home2-hero-copy,
  body.home-2-page .home2-hero-system,
  body.home-2-page .home2-system-stack {
    min-width: 0;
    max-width: 100%;
  }

  body.home-2-page .home2-actions,
  body.home-2-page .home2-hero-ctas {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  body.home-2-page .home2-btn {
    width: 100%;
    min-width: 0;
    padding: 0 16px;
    white-space: normal;
  }

  body.home-2-page .home2-nav {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  body.home-2-page .home2-hero h1 {
    max-width: 100%;
    font-size: clamp(2rem, 8.4vw, 2.45rem) !important;
    line-height: 1.03 !important;
  }

  body.home-2-page .home2-lede {
    max-width: 100%;
    font-size: 1rem;
  }

  body.home-2-page .home2-main,
  body.home-2-page .home2-hero {
    max-width: 100vw;
    overflow-x: hidden;
  }

  body.home-2-page .home2-main {
    padding-top: 150px;
  }

  body.home-2-page .home2-trust div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 14px;
  }

  body.home-2-page .home2-trust span {
    min-width: 0;
    font-size: 0.9rem;
  }

  body.home-2-page .home2-card-grid h3 {
    font-size: clamp(1.25rem, 6vw, 1.8rem) !important;
  }

  body.home-2-page .home2-trust-strip {
    width: min(calc(100% - 28px), 640px);
    padding: 36px 0 42px;
  }

  body.home-2-page .home2-trust-heading {
    margin-bottom: 26px;
  }

  body.home-2-page .home2-trust-heading h2 {
    font-size: clamp(2rem, 9.2vw, 3.2rem) !important;
    line-height: 1.05 !important;
  }

  body.home-2-page .home2-trust-heading p {
    margin-top: 14px;
    font-size: 1.02rem;
    line-height: 1.42;
  }

  body.home-2-page .home2-trust-panel {
    padding: 24px 18px;
  }

  body.home-2-page .home2-trust-column h3 {
    font-size: 0.92rem;
    letter-spacing: 0.14em;
  }

  body.home-2-page .home2-trust-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 14px;
    margin-top: 30px;
  }

  body.home-2-page .home2-trust-logos li {
    min-height: 30px;
    font-size: 1.05rem !important;
  }

  body.home-2-page .home2-trust-logos li:nth-child(n) {
    padding-left: 0;
    border-left: 0;
  }

  body.home-2-page .home2-logo-gosecure,
  body.home-2-page .home2-logo-verisign {
    grid-column: auto;
  }

  body.home-2-page .home2-trust-lead,
  body.home-2-page .home2-trust-statement {
    font-size: 1.2rem;
  }

  body.home-2-page .home2-trust-operator > p:not(.home2-trust-lead),
  body.home-2-page .home2-check-list,
  body.home-2-page .home2-built-list {
    font-size: 0.98rem;
  }

  body.home-2-page .home2-trust-orb {
    width: 88px;
    height: 88px;
    margin-top: 24px;
  }

  body.home-2-page .home2-trust-orb svg {
    width: 54px;
    height: 54px;
  }

  body.home-2-page .home2-built-list div {
    grid-template-columns: 46px 1fr;
    min-height: 68px;
  }

  body.home-2-page .home2-built-list svg {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 900px) {
  body.home-2-page {
    overflow-x: hidden;
  }

  body.home-2-page .site-header {
    width: min(calc(100% - 20px), 620px);
    height: auto;
    min-height: 0;
    margin-top: 10px;
    padding: 12px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.home-2-page .site-header .brand {
    justify-content: center;
  }

  body.home-2-page .site-header .brand-logo {
    width: 145px;
  }

  body.home-2-page .site-header .header-cta {
    justify-self: stretch;
    width: 100%;
    min-height: 42px;
    padding: 0 12px;
    white-space: normal;
    font-size: 0.78rem;
    line-height: 1.12;
  }

  body.home-2-page .home2-main {
    max-width: 100vw;
    padding-top: 150px;
    overflow-x: hidden;
  }

  body.home-2-page .home2-hero {
    max-width: 100vw;
    overflow-x: hidden;
  }

  body.home-2-page .home2-hero h1 {
    max-width: 100%;
    font-size: clamp(2rem, 8.4vw, 2.45rem) !important;
    line-height: 1.03 !important;
  }

  body.home-2-page .home2-hero h1 span {
    display: block;
  }

  body.home-2-page .home2-hero-ctas {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  body.home-2-page .home2-btn {
    width: 100%;
    min-width: 0;
    white-space: normal;
  }

  body.home-2-page .home2-trust div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 14px;
  }
}

/* Home-2 compact operator trust rail */
body.home-2-page .home2-trust-strip {
  display: grid;
  justify-items: center;
  width: min(calc(100% - 28px), 1540px);
  margin: 44px auto 56px;
  padding: 24px 34px 28px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 110%, rgba(53, 220, 112, 0.11), transparent 46%),
    linear-gradient(180deg, rgba(5, 17, 14, 0.9), rgba(0, 6, 6, 0.96));
  box-shadow:
    inset 0 0 70px rgba(48, 255, 110, 0.045),
    0 18px 60px rgba(0, 0, 0, 0.34);
}

body.home-2-page .home2-trust-strip > p {
  margin: 0 0 24px;
  color: #24e86f;
  font-size: clamp(0.9rem, 1.05vw, 1.08rem);
  font-weight: 900;
  letter-spacing: 0.32em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

body.home-2-page .home2-trust-strip .home2-trust-logos {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 1100px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.home-2-page .home2-trust-strip .home2-trust-logos li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 clamp(16px, 1.8vw, 28px);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  color: #f5faf6;
  font-family: "Space Grotesk", "Exo 2", sans-serif;
  font-size: clamp(1.2rem, 1.65vw, 1.74rem) !important;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.08));
}

body.home-2-page .home2-trust-strip .home2-trust-logos li:first-child {
  border-left: 0;
}

body.home-2-page .home2-trust-strip .home2-logo-dell,
body.home-2-page .home2-trust-strip .home2-logo-verisign {
  text-transform: uppercase;
}

body.home-2-page .home2-trust-strip .home2-logo-dell {
  font-style: normal;
}

body.home-2-page .home2-trust-strip .home2-logo-datto {
  text-transform: lowercase;
}

@media (max-width: 980px) {
  body.home-2-page .home2-trust-strip {
    width: min(calc(100% - 24px), 720px);
    margin: 34px auto 42px;
    padding: 24px 18px;
  }

  body.home-2-page .home2-trust-strip > p {
    margin-bottom: 20px;
    font-size: 0.82rem;
    letter-spacing: 0.22em;
  }

  body.home-2-page .home2-trust-strip .home2-trust-logos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 8px;
  }

  body.home-2-page .home2-trust-strip .home2-trust-logos li {
    min-height: 28px;
    padding: 0;
    border-left: 0;
    font-size: clamp(1.05rem, 4vw, 1.35rem) !important;
  }
}
