:root {
  --background: #ffffff;
  --text-primary: #111111;
  --text-secondary: #5f6368;
  --text-muted: #868b94;
  --line: #d9dde5;
  --accent: rgb(41 56 138);
  --accent-soft: #eef2ff;
  --section-title-size: 48px;
  --container-narrow: 860px;
  --section-space: 112px;
  --section-space-tight: 92px;
  --hero-slide-height: 132px;
  --hero-slide-width: 260px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--text-primary);
  font-family: "Manrope", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

button,
input,
textarea,
select {
  font: inherit;
  font-family: inherit;
}

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

p,
h1,
h2,
ul,
ol {
  margin: 0;
}

.page {
  min-height: 100vh;
}

.section {
  padding: var(--section-space) 0;
}

.section-tight {
  padding-top: var(--section-space-tight);
}

.container {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.container.narrow {
  max-width: var(--container-narrow);
}

.container.full-width {
  max-width: none;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 0;
  color: #f5f7fb;
  background:
    radial-gradient(circle at 78% 58%, rgba(148, 198, 255, 0.22) 0, rgba(148, 198, 255, 0.08) 14%, rgba(148, 198, 255, 0) 34%),
    linear-gradient(135deg, #09111f 0%, #070d17 48%, #09131d 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto -12% -18% auto;
  width: 62vw;
  height: 62vw;
  max-width: 920px;
  max-height: 920px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(205, 231, 255, 0.28) 0, rgba(146, 196, 255, 0.12) 20%, rgba(146, 196, 255, 0) 58%);
  filter: blur(36px);
  opacity: 0.9;
  pointer-events: none;
  animation: heroGlow 9s ease-in-out infinite alternate;
}

.hero-shell {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    padding: 0 20px 20px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
}

.hero-topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
  min-height: 64px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-brand {
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 700;
}

.hero-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  font-size: 14px;
  color: rgba(241, 245, 250, 0.84);
}

.hero-topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-contact {
  margin-right: 8px;
  font-size: 14px;
  color: rgba(241, 245, 250, 0.84);
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #f5f7fb;
  font-size: 12px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.04);
}

.hero-chip-light {
  color: #0a1220;
  background: #f4f6f9;
  border-color: #f4f6f9;
}

.hero-grid {
    display: flex;
    align-items: flex-end;
    padding-top: 28px;
    justify-content: space-between;
    width: 100%;
}

.hero-content {
  max-width: 920px;
  padding-top: 8px;
}

.hero-eyebrow {
  color: rgba(255, 255, 255, 0.74);
}

.hero-title {
  max-width: 620px;
  font-size: 38px;
  line-height: 54px;
  letter-spacing: -0.045em;
  color: #f7f9fc;
  font-weight: 400;
}

.hero .hero-actions {
  margin-top: 28px;
}

.hero-button-primary,
.hero-button-secondary {
  min-height: 56px;
  padding: 0 26px;
  font-size: 16px;
}

.hero-button-primary {
  background: #f4f6f9;
  color: #09111f;
  border-color: #f4f6f9;
}

.hero-button-primary:hover {
  background: #ffffff;
  border-color: #ffffff;
}

.hero-button-secondary {
  color: #f5f7fb;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.hero-button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.36);
}

.hero-proof {
padding-bottom: 18px;
    border-bottom: 0.3px solid rgba(255, 255, 255, 0.1);
    margin-right: 80px;
}

.headdiv {
display: flex;
    flex-direction: column;
}

.hero-proof-label {
  color: rgba(233, 238, 245, 0.68);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

.hero-proof-copy {
  max-width: 340px;
  margin-top: 14px;
  color: white;
  font-size: 15px;
  line-height: 1.55;
}

.hero-proof-value {
  margin-top: 16px;
  font-size: clamp(36px, 4.4vw, 52px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: #f7f9fc;
}

.hero-slider {
  width: 100%;
  padding-top: 18px;
}

.hero-slider-viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.4) 5%,
    #000000 12%,
    #000000 88%,
    rgba(0, 0, 0, 0.4) 95%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.4) 5%,
    #000000 12%,
    #000000 88%,
    rgba(0, 0, 0, 0.4) 95%,
    transparent 100%
  );
}

.hero-slider-track {
  display: flex;
  gap: 12px;
  width: max-content;
  animation: heroSlider 26s linear infinite;
}

.hero-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 var(--hero-slide-width);
  min-height: var(--hero-slide-height);
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(6px);
}

.hero-slide-title {
  font-size: 16px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #f7f9fc;
}

.hero-slide-copy {
  max-width: 220px;
  margin-top: 8px;
  color: rgba(233, 238, 245, 0.8);
  font-size: 13px;
  line-height: 1.4;
}

@keyframes heroGlow {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.72;
  }
  100% {
    transform: translate3d(-4%, -6%, 0) scale(1.08);
    opacity: 1;
  }
}

@keyframes heroSlider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc((var(--hero-slide-width) + 12px) * -5));
  }
}

@keyframes audienceGlow {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.42;
  }
  100% {
    transform: translate3d(-4%, 3%, 0) scale(1.08);
    opacity: 0.78;
  }
}

@keyframes audienceSweep {
  0%,
  100% {
    transform: scaleX(0.94);
    opacity: 0.28;
  }
  50% {
    transform: scaleX(1.03);
    opacity: 0.62;
  }
}

@keyframes audienceFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(1.5%, -2%, 0);
  }
}

@keyframes audienceNodePulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.78;
  }
  50% {
    transform: scale(1.14);
    opacity: 1;
  }
}

@keyframes audienceBeam {
  0% {
    opacity: 0.3;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0.66;
    transform: translate3d(2%, -1%, 0);
  }
}

.eyebrow {
  margin-bottom: 20px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  max-width: 980px;
  font-size: clamp(48px, 6vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 600;
}

h2 {
  max-width: 860px;
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.section-title {
  font-size: var(--section-title-size);
}

.lead,
.item-text,
.faq-answer,
.result-before,
.result-after,
.text-list li,
.steps-list li {
  font-size: 18px;
  line-height: 1.6;
}

.lead {
  max-width: 720px;
  margin-top: 28px;
  color: var(--text-secondary);
}

.lead.compact {
  max-width: 660px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid var(--line);
  font-size: 15px;
  font-weight: 450;
  transition: background-color 0.2s ease, border-color 0.2s ease,
    color 0.2s ease;
}

.button-primary {
  border-color: var(--accent);
  background: var(--accent);
  color: #ffffff;
}

.button-primary:hover {
  background: #324ce0;
  border-color: #324ce0;
}

.button-secondary {
  background: #ffffff;
}

.button-secondary:hover {
  border-color: var(--text-primary);
}

.section-heading {
  margin-bottom: 44px;
}

.result-list,
.faq-list {
  border-top: 1px solid var(--line);
}

.result-row,
.faq-item {
  display: grid;
  gap: 28px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

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

.item-label,
.faq-question {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

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

.case-stack {
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  padding-bottom: 0;
}

.section-tight {
      padding-bottom: 40px;
}

.case-card {
  display: flex;
  flex-direction: column;
  min-height: 640px;
  padding: 36px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #ffffff;
}

.case-kicker {
  display: block;
  margin-bottom: 24px;
  color: var(--accent);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.case-card h3 {
  margin: 0;
  max-width: 520px;
  font-size: 28px;
  line-height: 1.16;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.case-card-head {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.case-card-section,
.case-card-footer {
  padding-top: 24px;
}

.case-card-body,
.case-financial {
  color: #5a5f69;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 300;
  max-width: 540px;
}

.case-card-label {
  margin: 0 0 12px;
  color: var(--text-primary);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-points li,
.case-financial {
  position: relative;
  padding-left: 16px;
}

.case-points li + li {
  margin-top: 10px;
}

.case-points li::before,
.case-financial::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--accent);
}

.case-points li {
  color: #5a5f69;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 300;
}

.case-points-strong li {
  color: var(--text-primary);
  font-weight: 300;
}

.case-card-footer {
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.text-list,
.steps-list {
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.loss-shell {
  width: 100%;
}

.loss-heading {
  max-width: 980px;
}

.loss-heading .section-title {
  max-width: 820px;
}

.loss-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 56px;
}

.loss-card {

  padding: 0px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #ffffff;
      height: fit-content;
}

.loss-problem {
  padding: 20px;
  padding-top: 40px;
}

.loss-solution {
  background: var(--accent);
}



.loss-card h3,
.loss-results-head h3,
.loss-cta h3 {
  max-width: 620px;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.loss-card p,
.loss-proof-copy,
.loss-math-copy,
.loss-results-list li,
.loss-cta p {
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.6;
}

.loss-card p {
  max-width: 460px;
  margin-top: 18px;
}

.loss-impact {
  margin-top: 34px;
  color: var(--text-primary) !important;
  font-weight: 600;
}

.loss-solution {
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  padding: 20px;
    padding-bottom: 40px;
}

.loss-problem h3 {
  margin: 0px;
}

.loss-solution-label {
  margin: 0;
  color: white !important;
  font-size: 12px !important;
  line-height: 1.2;
  font-weight: 700 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.loss-solution-copy {
  margin-top: 10px !important;
  color: white !important;
}

.loss-card-accent {
  position: relative;
  background: #111111;
  border-color: #111111;
}

.loss-card-accent::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(41, 56, 138, 0.24) 0%, rgba(41, 56, 138, 0) 72%);
  pointer-events: none;
}

.loss-card-accent h3,
.loss-card-accent p,
.loss-card-accent li {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.loss-points,
.loss-results-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.loss-points {
  margin-top: 22px;
}

.loss-points li,
.loss-results-list li {
  position: relative;
  padding-left: 18px;
}

.loss-points li + li,
.loss-results-list li + li {
  margin-top: 12px;
}

.loss-points li::before,
.loss-results-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--accent);
}

.loss-card-accent .loss-points li::before {
  background: rgba(255, 255, 255, 0.78);
}

.outcome-section {
  padding-top: 0;
  padding-bottom: 0;
  background: #ffffff;
}

.outcome-shell {
  width: 100%;
}

.outcome-stage {
  min-height: 100vh;
  padding: 100px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.outcome-heading {
  max-width: 760px;
}

.outcome-heading::after {
  content: "";
  display: block;
  width: 96px;
  height: 1px;
  margin-top: 20px;
  background: rgba(17, 17, 17, 0.12);
}

.outcome-scenarios {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.outcome-heading .eyebrow {
  color: var(--accent);
}

.outcome-heading h2 {
  max-width: 520px;
  line-height: 1.04;
  letter-spacing: -0.05em;
  color: var(--text-primary);
}

.outcome-card {
  position: relative;
  min-height: 580px;
  padding: 24px 24px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at 78% 16%, rgba(148, 198, 255, 0.2) 0, rgba(148, 198, 255, 0.08) 18%, rgba(148, 198, 255, 0) 38%),
    linear-gradient(135deg, #09111f 0%, #070d17 48%, #09131d 100%);
  box-shadow: 0 18px 52px rgba(12, 18, 31, 0.14);
}

.outcome-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(41, 56, 138, 0.18) 0%, rgba(41, 56, 138, 0) 68%);
  pointer-events: none;
}

.outcome-card-accent::before {
  background: linear-gradient(135deg, rgba(146, 196, 255, 0.16) 0%, rgba(41, 56, 138, 0.12) 40%, rgba(41, 56, 138, 0) 72%);
}

.outcome-card-kicker,
.outcome-card-meta,
.outcome-card h3,
.outcome-card-lead,
.outcome-card-list,
.outcome-card-summary {
  position: relative;
  z-index: 1;
}

.outcome-card-kicker {
  color: rgba(233, 238, 245, 0.58);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.outcome-card-meta {
  margin-top: 14px;
  color: rgba(233, 238, 245, 0.52);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
}

.outcome-card h3 {
  max-width: 380px;
  margin-top: 14px;
  color: #f7f9fc;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.08;
  letter-spacing: -0.05em;
  font-weight: 500;
}

.outcome-card-lead {
  max-width: 380px;
  margin-top: 14px;
  color: rgba(233, 238, 245, 0.8);
  font-size: 15px;
  line-height: 1.42;
  font-weight: 500;
}

.outcome-card-list {
  margin-top: 24px;
}

.outcome-item {
  width: 100%;
  max-width: 100%;
  padding: 12px 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.outcome-item + .outcome-item {
  margin-top: 4px;
}

.outcome-item-label {
  color: rgba(233, 238, 245, 0.54);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.outcome-item-shift {
  margin-top: 8px;
  color: #f7f9fc;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.22;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.outcome-card-summary {
  max-width: 400px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(233, 238, 245, 0.66);
  font-size: 14px;
  line-height: 1.45;
}

.outcome-proof {
  margin: 0;
  min-height: 100vh;
  padding: 24px;
  background: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.outcome-proof-section {
  padding-top: 0;
  padding-bottom: 0;
  background: #ffffff;
}

.outcome-proof-copy {
  max-width: 820px;
  margin: 0 auto;
  color: var(--text-primary);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.outcome-proof-price {
  margin: 28px 0 0;
  color: var(--accent);
  font-size: clamp(36px, 4vw, 64px);
  line-height: 0.94;
  letter-spacing: -0.06em;
  font-weight: 600;
}

.outcome-proof-subcopy {
  max-width: 620px;
  margin-top: 18px;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.5;
}

.outcome-proof-button {
  margin-top: 26px;
  min-width: 178px;
  width: auto;
}

.automation-section {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.automation-heading {
  margin-bottom: 80px;
}

.automation-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 32px;
  align-items: stretch;
}

.automation-proof {
  position: relative;
  min-height: 100%;
}

.automation-proof-inner {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px;
  aspect-ratio: 1 / 1;
  padding: 28px;
  background: #111111;
}

.automation-proof-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(41, 56, 138, 0.18) 0%, rgba(41, 56, 138, 0) 72%);
  pointer-events: none;
}

.automation-proof-title {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 2.6vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 300;
}

.automation-proof-copy {
  position: relative;
  z-index: 1;
  max-width: 360px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
}

.automation-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.automation-tile {
  min-height: 210px;
  padding: 28px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #ffffff;
  transition: border-color 0.2s ease;
}

.automation-tile:hover {
  border-color: rgba(41, 56, 138, 0.22);
}

.automation-tile-kicker {
  display: block;
  margin-bottom: 24px;
  color: var(--accent);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.automation-tile-title {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.automation-tile-copy {
  margin: 0;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 300;
}

.automation-tile-result {
  margin: 18px 0 0;
  color: var(--text-primary);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}

.solutions-shell {
  width: 100%;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--line);
}

.solutions-item {
  min-height: 220px;
  padding: 26px 24px;
  background: #ffffff;
  transition: all 0.2s ease;
}

.solutions-item:hover {
  min-height: 220px;
  padding: 26px 24px;
  background:  var(--accent);
}

.solutions-item:hover h3, .solutions-item:hover p {
  color: white;
}

.solutions-item h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.solutions-item p {
  max-width: 320px;
  margin-top: 14px;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.55;
}

.audience-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.audience-section {
  position: relative;
  overflow: hidden;
  color: #f4f7fb;
  background:
    radial-gradient(circle at 18% 74%, rgba(165, 204, 255, 0.22) 0, rgba(165, 204, 255, 0.1) 12%, rgba(165, 204, 255, 0) 34%),
    radial-gradient(circle at 80% 20%, rgba(41, 56, 138, 0.12) 0, rgba(41, 56, 138, 0) 26%),
    linear-gradient(135deg, #0b1422 0%, #081019 52%, #060b12 100%);
}

.audience-section::before,
.audience-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.audience-section::before {
  top: 4%;
  right: -12%;
  width: 56vw;
  height: 56vw;
  max-width: 760px;
  max-height: 760px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(157, 203, 255, 0.18) 0, rgba(157, 203, 255, 0.08) 18%, rgba(157, 203, 255, 0) 58%);
  filter: blur(42px);
  opacity: 0.72;
  animation: audienceGlow 12s ease-in-out infinite alternate;
}

.audience-section::after {
  left: 40%;
  right: -4%;
  bottom: 8%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 16%, rgba(41, 56, 138, 0.34) 50%, rgba(255, 255, 255, 0) 100%);
  transform-origin: left center;
  animation: audienceSweep 9s ease-in-out infinite;
}

.audience-visual {
  position: absolute;
  left: -4%;
  bottom: 4%;
  width: 44%;
  aspect-ratio: 1 / 0.82;
  pointer-events: none;
  animation: audienceFloat 14s ease-in-out infinite;
}

.audience-grid-line,
.audience-node,
.audience-beam {
  position: absolute;
}

.audience-grid-line {
  background: rgba(255, 255, 255, 0.12);
}

.audience-grid-line-x {
  left: 6%;
  right: 22%;
  top: 48%;
  height: 1px;
}

.audience-grid-line-y {
  top: 12%;
  bottom: 8%;
  left: 34%;
  width: 1px;
}

.audience-grid-line-diagonal {
  left: 20%;
  top: 18%;
  width: 56%;
  height: 1px;
  transform: rotate(34deg);
  transform-origin: left center;
}

.audience-node {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 18px rgba(157, 203, 255, 0.38);
  animation: audienceNodePulse 4.8s ease-in-out infinite;
}

.audience-node-1 {
  top: 16%;
  left: 34%;
}

.audience-node-2 {
  top: 48%;
  left: 18%;
  animation-delay: 0.8s;
}

.audience-node-3 {
  top: 48%;
  left: 58%;
  animation-delay: 1.6s;
}

.audience-node-4 {
  bottom: 10%;
  left: 34%;
  animation-delay: 2.4s;
}

.audience-beam {
  inset: 18% 14% 10% 0;
  background:
    radial-gradient(circle at 44% 48%, rgba(158, 205, 255, 0.18) 0, rgba(158, 205, 255, 0.08) 16%, rgba(158, 205, 255, 0) 48%),
    linear-gradient(145deg, rgba(41, 56, 138, 0) 0%, rgba(41, 56, 138, 0.08) 42%, rgba(255, 255, 255, 0) 100%);
  filter: blur(8px);
  animation: audienceBeam 10s ease-in-out infinite alternate;
}

.audience-section .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.audience-intro {
  max-width: 560px;
}

.audience-intro h2 {
  max-width: 620px;
  color: #f7f9fc;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.audience-bullets {
  margin: 52px 0 0;
  padding: 0;
  list-style: none;
}

.audience-bullets li {
  position: relative;
  padding-left: 18px;
  margin-top: 16px;
  color: rgba(232, 237, 244, 0.82);
  font-size: 18px;
  line-height: 1.6;
}

.audience-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

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

.audience-point {
  min-height: 260px;
  padding: 28px;
  display: flex;
  align-items: flex-start;
}

.audience-text {
  max-width: 320px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #f7f9fc;
}

.audience-point:nth-child(1),
.audience-point:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.audience-point:nth-child(1),
.audience-point:nth-child(3) {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.text-list li,
.steps-list li {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.process-shell {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: 0;
  align-items: start;
}

.process-intro {
  min-height: 100%;
  padding: 8px 28px 0 0;
  border-right: 1px solid var(--line);
}

.process-note {
  position: sticky;
  top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.process-note::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
}

.process-editorial {
  padding-left: 28px;
}

.process-editorial-item {
  padding: 54px 0 54px 0;
  border-bottom: 1px solid var(--line);
  display: block;
  transition: background-color 0.28s ease, color 0.28s ease,
    padding-left 0.28s ease, padding-right 0.28s ease;
}

.process-editorial-item:first-child {
  padding-top: 0;
  padding-bottom: 42px;
  align-items: start;
}

.process-editorial-item h3 {
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.process-editorial-item p {
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.58;
}

.process-editorial-item h2 {
  max-width: 720px;
  line-height: 1.2;
  letter-spacing: -0.06em;
  font-weight: 500;
}

.process-copy {
  max-width: 520px;
}

.process-copy h3 {
  font-size: clamp(26px, 2.3vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 500;
}

.process-copy p {
  max-width: 470px;
  margin-top: 14px;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.5;
  transition: color 0.28s ease;
}

.team-shell {
width: 100%;
    display: flex;
    gap: 48px;
    align-items: start;
    flex-direction: column;
}

.team-intro {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.team-principles {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.right-section {
      display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 500px;
    font-size: 14px;
}

.team-content {
    border-top: 1px solid var(--line);
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 700px;
    gap: 20px;
}

.team-block {
  padding: 26px 0;
}

.team-person {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: start;
    width: 330px;
}

.team-photo {
    width: 332px;
    position: relative;
    background: radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.1) 14%, rgba(255, 255, 255, 0) 32%), linear-gradient(145deg, rgba(41, 56, 138, 0.18) 0%, rgba(41, 56, 138, 0.04) 34%, rgba(255, 255, 255, 0) 100%), #f5f7fb;
    overflow: hidden;
    height: 700px;
}

.team-person-copy {
  min-width: 0;
}

.team-role {
  margin: 10px 0 0;
  color: var(--accent);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.team-block h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.team-block p {
  max-width: 560px;
  margin-top: 14px;
  color: var(--text-secondary);
  font-size: 12px;
  line-height: 1.6;
}

.team-principles-section {
  background: #ffffff;
}

.team-principles-shell {
  width: 100%;
  padding-top: 8px;
}

.team-principles-heading {
  max-width: 760px;
}

.team-principles-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(17, 17, 17, 0.14);
}

.team-principles-item {
  min-height: 320px;
  padding: 28px 28px 36px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgba(17, 17, 17, 0.14);
}

.team-principles-item:not(:last-child) {
  border-right: 1px solid rgba(17, 17, 17, 0.14);
}

.team-principles-item p {
  max-width: 360px;
  margin: 0;
  color: var(--text-primary);
  font-size: 26px;
  line-height: 1.16;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.process-copy h3 {
  margin: 0px;
}

@media (hover: hover) and (pointer: fine) {
  .process-editorial-item:not(:first-child):hover {
    background: var(--accent);
    padding-left: 58px;
    padding-right: 58px;
  }

  .process-editorial-item:not(:first-child):hover h3,
  .process-editorial-item:not(:first-child):hover p {
    color: #ffffff;
  }
}

.steps-list {
  counter-reset: steps;
}

.steps-list li {
  position: relative;
  padding-left: 56px;
}

.steps-list li::before {
  counter-increment: steps;
  content: counter(steps, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 20px;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.result-before {
  color: var(--text-secondary);
}

.result-after {
  font-weight: 500;
}

.faq-item {
  display: block;
  padding: 0;
}

.faq-trigger {
  width: 100%;
  padding: 28px 20px;
  border: 0;
  background: transparent;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px;
  gap: 24px;
  align-items: center;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}

.faq-question {
  margin-bottom: 0;
  color: var(--text-primary);
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 500;
  text-transform: none;
}

.faq-icon {
  position: relative;
  width: 20px;
  height: 20px;
  transition: transform 0.24s ease;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--text-primary);
  transform: translate(-50%, -50%);
  transition: transform 0.24s ease, opacity 0.24s ease,
    background-color 0.24s ease;
}

.faq-icon::before {
  width: 16px;
  height: 1px;
}

.faq-icon::after {
  width: 1px;
  height: 16px;
}

.faq-panel {
  height: 0;
  overflow: hidden;
  transition: height 0.34s ease;
}

.faq-panel > .faq-answer {
  padding: 0 20px 28px 20px;
}

.faq-item.is-open .faq-icon::after {
  opacity: 0;
}

.faq-item.is-open .faq-icon::before {
  background: var(--accent);
}

.faq-item.is-open .faq-question {
  color: var(--accent);
}

.faq-answer {
  color: var(--text-secondary);
}

.materials-shell {
  width: 100%;
}

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

.materials-item {
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #ffffff;
}

.materials-label {
  margin: 0;
  color: var(--accent);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.materials-item h3 {
  margin: 16px 0 0;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.materials-item p:last-child {
  max-width: 360px;
  margin-top: 16px;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.55;
}

.final-cta {
  min-height: 100vh;
  color: #f5f7fb;
  background:
    radial-gradient(circle at 82% 18%, rgba(148, 198, 255, 0.22) 0, rgba(148, 198, 255, 0.08) 16%, rgba(148, 198, 255, 0) 36%),
    radial-gradient(circle at 16% 84%, rgba(41, 56, 138, 0.24) 0, rgba(41, 56, 138, 0.1) 20%, rgba(41, 56, 138, 0) 42%),
    linear-gradient(135deg, #09111f 0%, #070d17 48%, #09131d 100%);
  overflow: hidden;
  }

.final-cta-main {
  position: relative;
  min-height: 76vh;
  display: flex;
  align-items: center;
  overflow: visible;
}

.final-cta-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 32px;
  align-items: start;
  min-height: 76vh;
  padding-top: 72px;
}

.final-cta-main::before {
  content: "";
  position: absolute;
  right: -12%;
  top: 8%;
  width: 54vw;
  height: 54vw;
  max-width: 760px;
  max-height: 760px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(205, 231, 255, 0.24) 0, rgba(146, 196, 255, 0.08) 22%, rgba(146, 196, 255, 0) 58%);
  filter: blur(38px);
  opacity: 0.84;
  pointer-events: none;
}

.final-cta-wordmark {
    position: absolute;
    left: -200px;
    bottom: 4%;
    margin: 0;
    font-size: 650px;
    line-height: 0.82;
    letter-spacing: -0.08em;
    font-weight: 700;
    color: rgba(255, 255, 255, 1%);
    pointer-events: none;
    user-select: none;
}

.final-cta-copy,
.final-cta-form-wrap {
  position: relative;
  z-index: 1;
}

.final-cta-copy {
  max-width: 680px;
  align-self: start;
}

.final-cta-copy .section-title {
  max-width: 720px;
  color: #f7f9fc;
}

.final-cta-copy .lead {
  max-width: 520px;
  color: rgba(233, 238, 245, 0.74);
}

.final-cta-form-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  justify-content: flex-end;
}

.final-cta-quiz {
  width: 100%;
  max-width: 520px;
  padding: 0;
}

.final-cta-quiz-label {
  margin: 0;
  color: rgba(233, 238, 245, 0.58);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.final-cta-quiz-step {
  display: none;
}

.final-cta-quiz-step.is-active {
  display: block;
}

.final-cta-quiz h3 {
  max-width: 380px;
  margin: 10px 0 0;
  color: #f7f9fc;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.final-cta-options {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.final-cta-option {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  padding: 11px 14px;
  color: rgba(233, 238, 245, 0.9);
  font-size: 14px;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.24s ease, background-color 0.24s ease,
    color 0.24s ease, transform 0.24s ease;
}

.final-cta-option:hover,
.final-cta-option.is-active {
  border-color: rgba(148, 198, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transform: translateX(4px);
}

.final-cta-contact-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.final-cta-inline-field {
  display: block;
  margin-top: 12px;
}

.final-cta-inline-field span {
  display: block;
  margin-bottom: 8px;
  color: rgba(233, 238, 245, 0.58);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.final-cta-inline-field input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  padding: 12px 14px;
  color: #f7f9fc;
  font-size: 14px;
  line-height: 1.5;
  outline: none;
}

.final-cta-inline-field input::placeholder {
  color: rgba(233, 238, 245, 0.4);
}

.final-cta-inline-field input:focus {
  border-color: rgba(148, 198, 255, 0.28);
}

.final-cta-actions {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.final-cta-actions .button {
  flex: 1 1 0;
  min-height: 46px;
  font-size: 13px;
}

.final-cta .button-primary {
  border-color: #f4f6f9;
  background: #f4f6f9;
  color: #09111f;
}

.final-cta .button-primary:hover {
  background: #ffffff;
  border-color: #ffffff;
}

.final-cta .button-secondary {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #f7f9fc;
}

.final-cta .button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.1);
}

.final-cta-back {
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(233, 238, 245, 0.62);
  font-size: 12px;
  line-height: 1.4;
  cursor: pointer;
}

.final-cta-subscribe {
  width: 100%;
  max-width: 520px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.final-cta-subscribe-copy {
  max-width: 420px;
  margin: 0;
  color: rgba(233, 238, 245, 0.64);
  font-size: 13px;
  line-height: 1.5;
}

.final-cta-subscribe-button {
  margin-top: 14px;
}

.final-cta-footer {
  min-height: 24vh;
  display: flex;
  align-items: center;
  border-top: 0.3px solid rgba(255, 255, 255, 0.1);
}

.footer-shell {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 180px 220px minmax(220px, 1fr);
  gap: 28px;
  align-items: end;
  min-height: 24vh;
  padding: 20px 0;
}

.footer-logo {
  margin: 0;
  font-size: 38px;
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 700;
  color: #f7f9fc;
}

.footer-copy {
  max-width: 360px;
  margin-top: 12px;
  color: rgba(233, 238, 245, 0.62);
  font-size: 14px;
  line-height: 1.55;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-label {
  margin: 0 0 8px;
  color: rgba(233, 238, 245, 0.5);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-column a,
.footer-note {
  color: #f7f9fc;
  font-size: 14px;
  line-height: 1.45;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: end;
  gap: 12px 24px;
}

.footer-meta a {
  color: rgba(233, 238, 245, 0.62);
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 900px) {
  :root {
    --section-space: 88px;
    --section-space-tight: 72px;
  }

  .hero {
    min-height: auto;
  }

  .hero-topbar {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
    padding: 18px 0;
  }

  .hero-nav,
  .hero-topbar-actions {
    flex-wrap: wrap;
  }

  .hero-grid,
  .audience-layout,
  .result-row,
  .faq-item {
    grid-template-columns: 1fr;
  }

  .case-stack {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 0;
  }

  .case-card:nth-child(even) {
    margin-top: 0;
  }

  .hero-proof {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }

  .hero-slider {
    padding-top: 20px;
  }

  .hero-proof {
    width: 100%;
    margin-left: 0;
    padding: 0 0 18px;
  }

  .automation-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .automation-proof-inner {
    position: static;
    min-height: 280px;
    aspect-ratio: auto;
  }

  .automation-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .loss-grid,
  .outcome-scenarios {
    grid-template-columns: 1fr;
  }

  .solutions-grid,
  .materials-grid,
  .team-shell {
    grid-template-columns: 1fr;
  }

  .team-principles-grid {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .team-principles-item {
    min-height: auto;
  }

  .team-principles-item:not(:last-child) {
    border-right: 0;
  }

  .loss-card,
  .outcome-card {
    min-height: auto;
  }

  .solutions-item,
  .materials-item {
    min-height: auto;
  }

  .final-cta-shell,
  .footer-shell {
    grid-template-columns: 1fr;
  }

  .team-shell {
    gap: 28px;
  }

  .final-cta-main,
  .final-cta-shell {
    min-height: auto;
  }

  .final-cta-form-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-meta {
    justify-content: flex-start;
  }

  .footer-column {
    gap: 8px;
  }

  .audience-points {
    margin-top: 48px;
  }

  .audience-visual {
    width: 72%;
    left: -16%;
    bottom: 2%;
  }

  .audience-point {
    min-height: 220px;
    padding: 22px;
  }

}

@media (max-width: 640px) {
  :root {
    --hero-slide-height: 120px;
    --hero-slide-width: 220px;
    --section-title-size: 30px;
  }

  .container {
    width: calc(100% - 40px);
  }

  .hero {
    padding-top: 72px;
    padding-bottom: 96px;
  }

  .hero-shell {
    padding: 0 20px 28px;
  }

  .hero-brand {
    font-size: 34px;
  }

  .hero-title {
    font-size: 38px;
  }

  .hero-slide-title {
    font-size: 16px;
  }

  .hero-proof-value {
    font-size: 34px;
  }

  .lead,
  .item-text,
  .faq-answer,
  .result-before,
  .result-after,
  .text-list li,
  .steps-list li {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .solutions-item,
  .materials-item {
    padding: 22px 20px;
  }

  .team-block h3,
  .solutions-item h3 {
    font-size: 22px;
  }

  .materials-item h3 {
    font-size: 24px;
  }

  .final-cta {
    min-height: auto;
  }

  .final-cta-main {
    min-height: auto;
    padding: 40px 0;
  }

  .final-cta-shell {
    min-height: auto;
    gap: 24px;
  }

  .final-cta-wordmark {
    left: 0;
    bottom: auto;
    top: 8%;
    font-size: 92px;
  }

  .final-cta-actions {
    flex-direction: column;
  }

  .final-cta-footer,
  .footer-shell {
    min-height: auto;
  }

  .footer-shell {
    padding: 24px 0 32px;
  }

  .footer-meta,
  .footer-column {
    justify-content: flex-start;
  }

  .case-stack {
    padding: 0 20px;
  }

  .case-card {
    min-height: auto;
    padding: 30px 24px 28px;
  }

  .case-card h3 {
    font-size: 28px;
  }

  .case-card-body,
  .case-points li,
  .case-financial {
    font-size: 14px;
  }

  .automation-heading {
    margin-bottom: 40px;
  }

  .automation-proof-inner {
    min-height: 220px;
    padding: 24px;
  }

  .automation-proof-title {
    font-size: 28px;
  }

  .automation-proof-copy {
    font-size: 14px;
  }

  .automation-tile {
    min-height: 180px;
    padding: 22px;
  }

  .case-copy h3 {
    font-size: 32px;
  }

  .audience-layout {
    gap: 32px;
  }

  .loss-card h3 {
    font-size: 28px;
  }

  .loss-card,
  .outcome-stage,
  .outcome-proof {
    padding: 24px;
  }

  .audience-points {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .audience-point {
    min-height: 180px;
    padding: 20px 0;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .audience-bullets li {
    font-size: 16px;
  }

  .audience-intro h2 {
    font-size: 42px;
  }

  .audience-text {
    max-width: none;
    font-size: 16px;
  }

  .automation-grid {
    grid-template-columns: 1fr;
  }

  .process-shell {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .loss-card h3 {
    font-size: 24px;
  }

  .loss-card,
  .outcome-item {
    padding: 22px 0;
  }

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

  .outcome-scenarios {
    gap: 16px;
    margin-top: 28px;
  }

  .outcome-heading h2 {
    max-width: 300px;
  }

  .outcome-card {
    padding: 24px 22px 28px;
  }

  .outcome-card h3 {
    font-size: 26px;
  }

  .outcome-card-lead {
    font-size: 16px;
  }

  .outcome-item-shift {
    font-size: 18px;
  }

  .outcome-proof {
    margin: 0;
    min-height: auto;
    padding: 24px 20px 28px;
  }

  .outcome-proof-copy {
    font-size: 28px;
  }

  .outcome-proof-price {
    font-size: 42px;
  }

  .team-person {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .team-photo {
    width: 116px;
  }

  .team-principles-item {
    padding: 22px 0;
  }

  .team-principles-item p {
    font-size: 22px;
  }

  .process-intro {
    padding: 0;
    border-right: 0;
  }

  .process-note {
    position: static;
  }

  .process-editorial {
    padding-left: 0;
  }

  .process-editorial-item {
    padding: 18px 0;
  }

  .process-editorial-item:first-child {
    padding-bottom: 28px;
  }

  .process-editorial-item h2 {
    max-width: 220px;
  }

  .process-copy {
    max-width: none;
  }

  .process-copy h3 {
    font-size: 18px;
    line-height: 1.15;
  }

  .process-copy p {
    max-width: none;
    margin-top: 10px;
    font-size: 14px;
  }

}
