.acquisition-page { background: var(--paper); }
.acq-hero { width: var(--page); min-height: 760px; margin: 0 auto; padding-top: 96px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; }
.acq-copy { padding: 58px 0 72px; }
.acq-copy .eyebrow { margin-bottom: 25px; }
.acq-copy h1 { max-width: 720px; font: 400 clamp(62px, 6.2vw, 94px)/.91 var(--display); letter-spacing: -.062em; }
.acq-lead { max-width: 560px; margin-top: 29px; color: var(--ink-soft); font: 400 clamp(20px, 1.8vw, 26px)/1.38 var(--display); }
.acq-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.acq-microcopy { max-width: 540px; margin-top: 16px; color: var(--ink-soft); font-size: 12px; }
.acq-stage { position: relative; min-height: 610px; overflow: hidden; padding: 42px; color: var(--paper-high); background: var(--forest); border-radius: 0 0 26px 26px; }
.acq-stage::before { content: ''; position: absolute; inset: 20px; border: 1px solid var(--line-dark); border-radius: 14px; pointer-events: none; }
.stage-label { position: relative; z-index: 2; color: var(--moss); font: 500 10px/1.45 var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.stage-number { position: absolute; right: -1%; top: -9%; color: rgba(253,251,246,.07); font: 400 330px/1 var(--display); letter-spacing: -.09em; }
.stage-flow { position: relative; z-index: 2; margin-top: 50px; display: grid; gap: 13px; }
.stage-note { min-height: 56px; display: flex; align-items: center; gap: 14px; padding: 12px 15px; color: var(--ink); background: var(--paper-high); border-radius: 8px; font-size: 14px; }
.stage-note span { flex: none; color: var(--clay-dark); font: 600 9px/1 var(--mono); }
.stage-turn { display: flex; align-items: center; gap: 15px; margin: 12px 0; color: var(--moss); font: 500 9px/1 var(--mono); text-transform: uppercase; }
.stage-turn::before, .stage-turn::after { content: ''; height: 1px; flex: 1; background: var(--line-dark); }
.stage-priority { min-height: 59px; display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid var(--line-dark); }
.stage-priority > span:first-child { width: 25px; height: 25px; display: grid; place-items: center; color: var(--forest); background: var(--paper-high); border-radius: 50%; font: 600 8px/1 var(--mono); }
.stage-priority strong { font: 400 17px/1.2 var(--display); }
.stage-priority small { color: var(--moss); font: 500 8px/1 var(--mono); text-transform: uppercase; }
.acq-proof { width: var(--page); margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.acq-proof > div { display: grid; grid-template-columns: 28px 1fr; gap: 5px 14px; padding: 25px 30px 29px; }
.acq-proof > div:first-child { padding-left: 0; }
.acq-proof > div + div { border-left: 1px solid var(--line); }
.acq-proof span { grid-row: span 2; color: var(--clay-dark); font: 500 9px/1.5 var(--mono); }
.acq-proof strong { font: 500 17px/1.15 var(--display); }
.acq-proof p { color: var(--ink-soft); font-size: 12px; }
.acq-section { padding: 104px 0; }
.acq-heading { width: var(--page); margin: 0 auto 52px; display: grid; grid-template-columns: 1fr .64fr; gap: 8vw; align-items: end; }
.acq-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -2px; }
.acq-heading h2, .acq-dark-copy h2, .acq-example-copy h2, .acq-offer-copy h2, .acq-faq-heading h2, .acq-final h2 { font: 400 clamp(44px, 5vw, 72px)/.98 var(--display); letter-spacing: -.045em; }
.acq-heading > p:last-child { max-width: 50ch; color: var(--ink-soft); }
.friction-grid { width: var(--page); margin: auto; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.friction-grid article { min-height: 260px; padding: 31px; background: var(--paper-high); }
.friction-grid article + article { border-left: 1px solid var(--line); }
.friction-grid span { color: var(--clay-dark); font: 600 9px/1 var(--mono); }
.friction-grid h3 { margin-top: 68px; font: 400 30px/1.08 var(--display); }
.friction-grid p { margin-top: 15px; color: var(--ink-soft); }
.acq-dark { padding: 104px max(28px, calc((100vw - 1240px)/2)); display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; color: var(--paper-high); background: var(--forest); }
.acq-dark-copy h2 { margin-top: 20px; }
.acq-dark-copy > p:last-child { max-width: 47ch; margin-top: 25px; color: #c1cbc6; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line-dark); }
.process-list li { min-height: 135px; display: grid; grid-template-columns: 54px 1fr; gap: 20px; align-content: center; border-bottom: 1px solid var(--line-dark); }
.process-list > li > span { color: var(--moss); font: 500 9px/1.5 var(--mono); }
.process-list h3 { font: 400 28px/1.1 var(--display); }
.process-list p { max-width: 55ch; margin-top: 10px; color: #c1cbc6; font-size: 15px; }
.acq-example { width: var(--page); margin: auto; display: grid; grid-template-columns: .66fr 1.34fr; gap: 8vw; align-items: start; }
.acq-example-copy h2 { margin-top: 19px; }
.acq-example-copy p:last-child { max-width: 43ch; margin-top: 23px; color: var(--ink-soft); }
.before-after { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.before-after article { min-height: 420px; padding: 28px; background: var(--paper-high); }
.before-after article + article { background: var(--paper-low); border-left: 1px solid var(--line); }
.before-after > article > span { color: var(--clay-dark); font: 600 9px/1 var(--mono); text-transform: uppercase; }
.raw-list, .clear-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; }
.raw-list li { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); }
.clear-list li { display: grid; grid-template-columns: 24px 1fr; gap: 12px; align-items: start; padding: 12px 0; border-bottom: 1px solid var(--line); }
.clear-list li span { width: 22px; height: 22px; display: grid; place-items: center; color: var(--paper-high); background: var(--forest); border-radius: 50%; font: 600 8px/1 var(--mono); }
.kept-note { margin-top: 25px; padding: 15px; border-left: 3px solid var(--clay); background: var(--paper-high); color: var(--ink-soft); font-size: 13px; }
.acq-offer { padding: 96px max(28px, calc((100vw - 1240px)/2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; color: var(--paper-high); background: var(--forest-deep); }
.acq-offer-copy h2 { margin-top: 19px; }
.acq-offer-copy p:last-child { max-width: 48ch; margin-top: 25px; color: #c1cbc6; }
.offer-panel { border: 1px solid var(--line-dark); border-radius: var(--radius); overflow: hidden; }
.offer-panel > div { padding: 28px; border-bottom: 1px solid var(--line-dark); }
.offer-panel strong { display: block; font: 400 36px/1.1 var(--display); }
.offer-panel p { margin-top: 10px; color: #c1cbc6; }
.offer-panel .button { margin: 28px; }
.acq-faq { width: var(--page); margin: auto; padding: 104px 0; display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; }
.acq-faq-heading h2 { margin-top: 18px; }
.acq-faq-list { border-top: 1px solid var(--line); }
.acq-faq-list details { border-bottom: 1px solid var(--line); }
.acq-faq-list summary { min-height: 80px; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; font: 500 20px/1.3 var(--display); }
.acq-faq-list summary::-webkit-details-marker { display: none; }
.acq-faq-list summary span { font: 300 28px/1 var(--sans); transition: transform .3s var(--ease); }
.acq-faq-list details[open] summary span { transform: rotate(45deg); }
.acq-faq-list details p { max-width: 64ch; padding: 0 60px 25px 0; color: var(--ink-soft); }
.acq-final { padding: 112px 24px 122px; text-align: center; background: var(--paper-low); border-top: 1px solid var(--line); }
.acq-final h2 { max-width: 900px; margin: 20px auto 0; }
.acq-final > p:not(.eyebrow) { max-width: 560px; margin: 24px auto 0; color: var(--ink-soft); }
.acq-final .button { margin-top: 31px; }
.acq-final small { display: block; margin-top: 14px; color: var(--ink-soft); }
.acq-mobile-cta { display: none; }

.autonomous-stage .stage-flow { margin-top: 62px; }
.day-row { min-height: 78px; display: grid; grid-template-columns: 52px 1fr auto; gap: 16px; align-items: center; border-bottom: 1px solid var(--line-dark); }
.day-row > span { color: var(--moss); font: 500 9px/1 var(--mono); }
.day-row strong { font: 400 18px/1.2 var(--display); }
.day-row small { padding: 6px 8px; border: 1px solid var(--line-dark); border-radius: 999px; color: var(--moss); font: 500 8px/1 var(--mono); text-transform: uppercase; }
.day-row.is-now small { color: var(--paper-high); background: var(--clay); border-color: var(--clay); }
.day-row.is-now strong { color: #fff; }

@media (max-width: 960px) {
  .acq-hero { grid-template-columns: .9fr 1.1fr; gap: 34px; }
  .acq-copy h1 { font-size: clamp(54px, 7.2vw, 72px); }
  .acq-stage { padding-inline: 34px; }
  .acq-dark, .acq-offer { padding-inline: 34px; }
}

@media (max-width: 760px) {
  .site-header nav { display: none; }
  .nav-shell { gap: 12px; }
  .nav-account { gap: 10px; }
  .nav-account .button { padding-inline: 12px; }
  .acq-hero { width: 100%; min-height: 0; display: flex; flex-direction: column; padding-top: 72px; gap: 0; }
  .acq-copy { width: var(--page); padding: 43px 0 38px; }
  .acq-copy h1 { font-size: clamp(50px, 14.7vw, 70px); }
  .acq-lead { font-size: 22px; }
  .acq-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .acq-actions .button { width: 100%; }
  .acq-stage { width: 100%; min-height: 570px; border-radius: 0; }
  .stage-number { font-size: 255px; }
  .acq-proof { width: 100%; grid-template-columns: 1fr; padding: 6px 16px; }
  .acq-proof > div, .acq-proof > div:first-child { padding: 17px 0; }
  .acq-proof > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .acq-section, .acq-faq { padding-block: 82px; }
  .acq-heading, .acq-faq { display: block; }
  .acq-heading { margin-bottom: 34px; }
  .acq-heading h2, .acq-dark-copy h2, .acq-example-copy h2, .acq-offer-copy h2, .acq-faq-heading h2, .acq-final h2 { font-size: clamp(42px, 12vw, 58px); }
  .acq-heading > p:last-child { margin-top: 21px; }
  .friction-grid { display: block; }
  .friction-grid article { min-height: 225px; }
  .friction-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
  .friction-grid h3 { margin-top: 45px; }
  .acq-dark, .acq-offer { display: block; padding: 80px 22px; }
  .process-list, .offer-panel { margin-top: 42px; }
  .process-list li { min-height: 150px; }
  .acq-example { display: block; }
  .before-after { display: block; margin-top: 40px; }
  .before-after article { min-height: 0; }
  .before-after article + article { border-left: 0; border-top: 1px solid var(--line); }
  .acq-faq-list { margin-top: 42px; }
  .acq-faq-list summary { min-height: 74px; font-size: 18px; }
  .acq-faq-list details p { padding-right: 18px; }
  .acq-final { padding-bottom: 135px; }
  .acq-mobile-cta { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 48; min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 9px 9px 9px 16px; color: var(--paper-high); background: rgba(31,61,54,.96); border: 1px solid rgba(255,255,255,.16); border-radius: 12px; box-shadow: 0 18px 45px rgba(12,29,25,.25); backdrop-filter: blur(12px); }
  .acq-mobile-cta > span { font: 500 14px/1.05 var(--display); }
  footer { padding-bottom: 100px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .acq-faq-list summary span { transition: none; }
}
