.page-home {
  --forest: #0b211b;
  --forest-deep: #071712;
  --forest-soft: #12382d;
  --green: #2fd299;
  --green-soft: #b9f2da;
  --cream: #f5f2e9;
  --cream-deep: #e9e3d5;
  --orange: #ff785d;
  --yellow: #f0c765;
  --blue: #8fc8e8;
  background: var(--forest);
}

.page-home .site-header {
  position: absolute;
  inset: 0 0 auto;
  background: linear-gradient(180deg, rgba(5, 18, 14, 0.82), rgba(5, 18, 14, 0));
}

.page-home .nav-wrap {
  min-height: 92px;
}

.page-home .brand-logo {
  width: 122px;
}

.page-home .site-nav {
  gap: 25px;
}

.page-home .hero {
  min-height: 830px;
  padding: 162px 0 98px;
  background:
    radial-gradient(circle at 76% 24%, rgba(47, 210, 153, 0.12), transparent 31%),
    radial-gradient(circle at 16% 72%, rgba(255, 120, 93, 0.08), transparent 33%),
    linear-gradient(135deg, #071712 0%, #0b211b 55%, #0f3027 100%);
}

.page-home .hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
  content: "";
  pointer-events: none;
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(185, 242, 218, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.hero-orbit-one {
  top: 108px;
  right: -150px;
  width: 520px;
  height: 520px;
}

.hero-orbit-two {
  right: 130px;
  bottom: -340px;
  width: 720px;
  height: 720px;
}

.page-home .hero-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  gap: 64px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.page-home .hero-signal {
  margin-bottom: 26px;
  color: var(--green-soft);
}

.page-home .eyebrow-dot {
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(47, 210, 153, 0.13);
}

.page-home .hero h1 {
  max-width: 690px;
  margin-bottom: 27px;
  font-size: clamp(52px, 5.8vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.page-home .hero-lede {
  max-width: 630px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.69);
  font-size: 17px;
  line-height: 1.72;
}

.hero-audience {
  max-width: 630px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.61);
  font-size: 13px;
  line-height: 1.65;
}

.hero-audience strong { color: var(--mint); }

.page-home .hero-lede strong {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 650;
}

.page-home .button-primary {
  background: var(--orange);
  color: #251814;
  box-shadow: 0 16px 40px rgba(255, 120, 93, 0.2);
}

.hero-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 22px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
}

.hero-principles li {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.55;
}

.hero-principles span {
  display: block;
  margin-bottom: 4px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.prototype-note {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.43);
  font-size: 12px;
  line-height: 1.6;
}

.prototype-note strong {
  color: rgba(255, 255, 255, 0.67);
}

.care-console {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  background: rgba(250, 248, 241, 0.98);
  color: var(--ink);
  box-shadow: 0 42px 100px rgba(0, 0, 0, 0.34);
  transform: perspective(1300px) rotateY(-2deg) rotateX(1deg);
}

.care-console::after {
  position: absolute;
  inset: -45% -35% auto 55%;
  height: 300px;
  background: radial-gradient(circle, rgba(47, 210, 153, 0.13), transparent 66%);
  content: "";
  pointer-events: none;
}

.console-bar,
.care-person,
.preview-title,
.benefit-row,
.console-next {
  display: flex;
  align-items: center;
}

.console-bar {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  gap: 18px;
  padding: 3px 3px 18px;
  border-bottom: 1px solid #dad7cd;
}

.console-bar > div,
.care-person > div,
.console-next > div {
  display: grid;
  gap: 2px;
}

.console-bar span,
.preview-title small {
  color: #77847f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.console-bar strong {
  font-size: 17px;
}

.console-ready {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #e1f5eb;
  color: #23775b !important;
  letter-spacing: 0 !important;
  white-space: nowrap;
}

.console-ready i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.care-person {
  gap: 12px;
  padding: 18px 3px 15px;
}

.person-avatar {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 13px;
  background: var(--forest);
  color: var(--green-soft);
  font-family: var(--font-display);
  font-size: 18px;
}

.care-person strong {
  font-size: 13px;
}

.care-person small {
  color: #718078;
  font-size: 12px;
}

.currency-pill {
  margin-left: auto;
  padding: 5px 9px;
  border: 1px solid #d8d4c9;
  border-radius: 8px;
  color: #51615a;
  font-size: 12px;
  font-weight: 800;
}

.care-budget {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid #ddd9ce;
  border-radius: 15px;
  background: #fffdf8;
}

.care-budget div {
  display: grid;
  gap: 3px;
  padding: 15px;
  border-right: 1px solid #e1ded5;
}

.care-budget div:last-child {
  border: 0;
}

.care-budget span {
  color: #78847f;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.care-budget strong {
  font-size: 22px;
  letter-spacing: -0.04em;
}

.care-budget .budget-focus {
  background: #e9f7f0;
}

.care-budget .budget-focus strong {
  color: #227658;
}

.benefit-stack-preview {
  padding: 16px;
  border-radius: 16px;
  background: #edeae1;
}

.preview-title {
  justify-content: space-between;
  margin-bottom: 10px;
}

.preview-title > span {
  font-size: 12px;
  font-weight: 800;
}

.benefit-row {
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid rgba(11, 33, 27, 0.08);
}

.benefit-icon {
  display: grid;
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  color: var(--forest);
  font-size: 12px;
  font-weight: 850;
}

.benefit-icon.public { background: var(--green-soft); }
.benefit-icon.cover { background: #cde4f2; }
.benefit-icon.cash { background: #f3dca0; }

.benefit-row div {
  display: grid;
  flex: 1;
  gap: 1px;
}

.benefit-row strong {
  font-size: 12px;
}

.benefit-row small {
  color: #718078;
  font-size: 12px;
}

.benefit-row > span:last-child {
  color: #64766e;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.console-next {
  gap: 11px;
  margin-top: 15px;
  padding: 13px 14px;
  border-radius: 13px;
  background: var(--forest);
  color: white;
}

.console-next > span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  background: var(--green);
  color: var(--forest);
  font-weight: 900;
}

.console-next strong {
  font-size: 12px;
}

.console-next small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.45;
}

.clarity-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: #0a1b16;
}

.clarity-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
  align-items: center;
  gap: 60px;
  padding-block: 37px;
}

.clarity-grid > p {
  display: grid;
  gap: 5px;
  margin: 0;
}

.clarity-grid > p span {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.clarity-grid > p strong {
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 500;
}

.clarity-grid ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.clarity-grid li {
  display: grid;
  gap: 1px;
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.clarity-grid li span,
.clarity-grid li small {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

.clarity-grid li strong {
  font-size: 12px;
}

.page-home .section {
  padding: 110px 0;
}

.page-home .section-heading h2,
.product-story-copy h2,
.moat-grid h2,
.trust-copy h2,
.evidence-card h2,
.final-cta h2 {
  margin-bottom: 20px;
  font-family: var(--font-display);
  font-size: clamp(39px, 4.5vw, 58px);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.section-problem,
.section-how,
.section-audience,
.moat-section,
.evidence-section {
  background: var(--cream);
  color: var(--ink);
}

.problem-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(500px, 1.22fr);
  align-items: center;
  gap: 90px;
}

.problem-grid .section-heading {
  margin: 0;
}

.problem-grid .section-heading > p:last-child,
.centered-heading > p:last-child {
  color: #5e6e66;
  line-height: 1.75;
}

.fragment-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.fragment-source,
.fragment-output {
  display: grid;
  padding: 20px;
  border: 1px solid #dcd6c9;
  border-radius: 17px;
  background: #fffdf8;
}

.fragment-source span,
.fragment-output small {
  color: #79827e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.fragment-source strong {
  margin: 17px 0 5px;
  font-size: 13px;
}

.fragment-source small {
  color: #748078;
  font-size: 12px;
}

.fragment-output {
  grid-column: 1 / -1;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  border-color: var(--forest);
  background: var(--forest);
  color: white;
}

.fragment-mark {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 16px 5px 16px 5px;
  background: var(--green);
  color: var(--forest);
  font-family: var(--font-display);
  font-size: 24px;
}

.fragment-output > div {
  display: grid;
  gap: 2px;
}

.fragment-output strong {
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 500;
}

.fragment-output div > span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
}

.section-how {
  padding-top: 10px !important;
}

.consumer-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid #d8d1c3;
  list-style: none;
}

.consumer-steps li {
  min-height: 305px;
  padding: 25px 23px 30px;
  border-right: 1px solid #d8d1c3;
}

.consumer-steps li:last-child {
  border-right: 0;
}

.consumer-steps .step-number {
  color: #919990;
}

.step-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 42px 0 27px;
  place-items: center;
  border: 1px solid #cfc8ba;
  border-radius: 18px 5px 18px 5px;
  color: #218264;
  font-family: var(--font-display);
  font-size: 25px;
}

.consumer-steps h3 {
  margin-bottom: 10px;
  font-size: 16px;
}

.consumer-steps p {
  margin: 0;
  color: #64736b;
  font-size: 12px;
  line-height: 1.7;
}

.product-story {
  overflow: hidden;
  background: #0e2a22;
  color: white;
}

.product-story-grid {
  display: grid;
  grid-template-columns: minmax(310px, 0.8fr) minmax(520px, 1.2fr);
  align-items: center;
  gap: 85px;
}

.product-story-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.63);
  line-height: 1.78;
}

.product-story .feature-list li > span {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  background: rgba(47, 210, 153, 0.14);
  color: var(--green);
  font-size: 12px;
}

.product-stack {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  background: rgba(5, 18, 14, 0.48);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.27);
}

.stack-card {
  position: relative;
  padding: 22px 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.055);
}

.stack-card > span {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.stack-card h3 {
  margin: 10px 0 7px;
  font-size: 19px;
}

.stack-card p {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  line-height: 1.6;
}

.stack-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}

.stack-tags span {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.centered-heading {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.centered-heading .eyebrow {
  justify-content: center;
}

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

.audience-grid article {
  position: relative;
  min-height: 280px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid #d9d3c7;
  border-radius: 20px;
  background: #fffdf8;
}

.audience-grid article:first-child {
  border-color: #9acdb9;
  box-shadow: 0 20px 55px rgba(18, 74, 56, 0.1);
}

.audience-index {
  position: absolute;
  right: 20px;
  top: 15px;
  color: #e4dfd3;
  font-family: var(--font-display);
  font-size: 62px;
  line-height: 1;
}

.audience-label {
  margin: 0 0 56px;
  color: #278060;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.audience-grid h3 {
  max-width: 270px;
  margin-bottom: 12px;
  font-size: 20px;
}

.audience-grid article > p:last-child {
  margin: 0;
  color: #67746d;
  font-size: 12px;
  line-height: 1.7;
}

.section-business {
  background: #132c24;
  color: white;
}

.business-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(550px, 1.28fr);
  align-items: start;
  gap: 85px;
}

.business-grid .section-heading {
  position: sticky;
  top: 40px;
  margin: 0;
}

.business-grid .section-heading > p:last-child {
  color: rgba(255, 255, 255, 0.59);
}

.venture-ladder {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  list-style: none;
}

.venture-ladder li {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.venture-ladder li > span,
.venture-ladder em {
  color: var(--green);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.venture-ladder div {
  display: grid;
  gap: 6px;
}

.venture-ladder strong {
  font-size: 16px;
}

.venture-ladder p {
  margin: 0;
  color: rgba(255, 255, 255, 0.53);
  font-size: 12px;
  line-height: 1.65;
}

.venture-ladder em {
  align-self: start;
  padding: 5px 8px;
  border: 1px solid rgba(47, 210, 153, 0.25);
  border-radius: 999px;
  white-space: nowrap;
}

.moat-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(570px, 1.3fr);
  gap: 85px;
}

.moat-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.moat-cards article {
  padding: 24px;
  border: 1px solid #d9d3c7;
  border-radius: 18px;
  background: #fffdf8;
}

.moat-cards span {
  color: #278060;
  font-size: 12px;
  font-weight: 850;
}

.moat-cards h3 {
  margin: 28px 0 9px;
  font-size: 16px;
}

.moat-cards p {
  margin: 0;
  color: #68766e;
  font-size: 12px;
  line-height: 1.65;
}

.trust-section {
  background: #071712;
  color: white;
}

.trust-section .trust-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(520px, 1.22fr);
  gap: 88px;
}

.trust-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.6);
}

.trust-copy p strong {
  color: white;
}

.trust-principles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.trust-principles article {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.trust-principles span {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}

.trust-principles h3 {
  margin: 36px 0 10px;
  font-size: 16px;
}

.trust-principles p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.65;
}

.evidence-section {
  padding-bottom: 38px !important;
}

.evidence-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 60px;
  padding: 45px 50px;
  border: 1px solid #d4ccbc;
  border-radius: 26px;
  background: #fffdf8;
  box-shadow: 0 25px 70px rgba(11, 33, 27, 0.08);
}

.evidence-card h2 {
  margin-bottom: 12px;
  font-size: clamp(32px, 3.5vw, 46px);
}

.evidence-card > div:first-child > p:last-child {
  max-width: 680px;
  margin: 0;
  color: #68746e;
  font-size: 13px;
  line-height: 1.72;
}

.evidence-card > div:first-child > p strong {
  color: var(--ink);
}

.evidence-actions {
  display: grid;
  gap: 13px;
  min-width: 220px;
}

.evidence-link {
  color: #52665c;
  font-size: 12px;
  font-weight: 750;
  text-align: center;
}

.final-cta {
  background: var(--cream);
  color: var(--ink);
}

.final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 80px;
  padding: 70px;
  border-radius: 30px;
  background: var(--forest);
  color: white;
}

.final-cta h2 {
  margin: 0;
}

.final-cta-inner > div:last-child p {
  color: rgba(255, 255, 255, 0.57);
}

.page-home .site-footer {
  background: #050f0c;
}

.page-home .footer-grid {
  padding-top: 70px;
}

.page-home .footer-links {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 11px 28px;
}

@media (max-width: 1040px) {
  .page-home .site-nav a:not(.button) { display: none; }
  .page-home .hero-grid,
  .problem-grid,
  .product-story-grid,
  .business-grid,
  .moat-grid,
  .trust-section .trust-grid { grid-template-columns: 1fr; }
  .page-home .hero-grid { gap: 55px; }
  .care-console { max-width: 620px; margin-inline: auto; transform: none; }
  .problem-grid,
  .product-story-grid,
  .business-grid,
  .moat-grid,
  .trust-section .trust-grid { gap: 50px; }
  .business-grid .section-heading { position: static; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 1180px); }
  .page-home .nav-wrap { min-height: 76px; }
  .page-home .brand-tagline { display: none; }
  .page-home .brand-logo { width: 104px; }
  .page-home .hero { min-height: 0; padding: 122px 0 68px; }
  .page-home .hero h1 { font-size: clamp(45px, 13.5vw, 64px); }
  .page-home .hero-lede { font-size: 15px; }
  .page-home .hero-actions { align-items: stretch; flex-direction: column; }
  .page-home .hero-actions .button { width: 100%; }
  .hero-principles { grid-template-columns: 1fr; }
  .care-console { padding: 15px; border-radius: 21px; }
  .console-bar { align-items: flex-start; flex-direction: column; }
  .care-budget div { padding: 11px; }
  .care-budget span { font-size: 12px; }
  .care-budget strong { font-size: 18px; }
  .clarity-grid { grid-template-columns: 1fr; gap: 25px; }
  .clarity-grid ol { grid-template-columns: repeat(2, 1fr); gap: 18px 0; }
  .page-home .section { padding: 76px 0; }
  .page-home .section-heading h2,
  .product-story-copy h2,
  .moat-grid h2,
  .trust-copy h2,
  .final-cta h2 { font-size: clamp(36px, 11vw, 48px); }
  .page-home .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .fragment-map,
  .consumer-steps,
  .audience-grid,
  .moat-cards,
  .trust-principles { grid-template-columns: 1fr; }
  .fragment-output { grid-column: auto; }
  .consumer-steps li { min-height: 0; border-right: 0; border-bottom: 1px solid #d8d1c3; }
  .product-stack { padding: 12px; }
  .audience-grid article { min-height: 245px; }
  .venture-ladder li { grid-template-columns: 1fr; gap: 10px; }
  .venture-ladder em { justify-self: start; }
  .evidence-card { grid-template-columns: 1fr; gap: 30px; padding: 30px 24px; }
  .evidence-actions { min-width: 0; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 35px; padding: 36px 25px; }
  .page-home .footer-links { grid-template-columns: repeat(2, auto); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
