.acquisition-page {
  background: var(--canvas);
}

.acquisition-page .site-header {
  background: rgba(242, 239, 232, 0.94);
}

.acq-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 7vw, 92px) 0 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(202, 252, 9, 0.2), transparent 24%),
    var(--canvas);
}

.acq-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}

.acq-hero-copy {
  padding-block: clamp(18px, 4vw, 52px);
}

.acq-hero h1 {
  max-width: 10.6ch;
  margin: 22px 0 24px;
  font-size: clamp(3.4rem, 6.5vw, 6.25rem);
  line-height: 0.9;
  text-wrap: balance;
}

.acq-hero-lead {
  max-width: 660px;
  color: var(--graphite);
  font-size: clamp(1.08rem, 1.6vw, 1.32rem);
  line-height: 1.55;
}

.acq-hero .hero-actions {
  margin-top: 34px;
}

.acq-hero-note {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.acq-hero-note span {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 800;
}

.acq-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(40px, 6vw, 64px);
  border-block: 1px solid var(--line);
}

.acq-proof li {
  min-width: 0;
  padding: 20px 18px 20px 0;
}

.acq-proof li + li {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}

.acq-proof strong,
.acq-proof span {
  display: block;
}

.acq-proof strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 400;
  letter-spacing: -0.025em;
}

.acq-proof span {
  max-width: 17ch;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.79rem;
  line-height: 1.45;
}

.acq-hero-visual {
  position: relative;
  min-height: min(720px, 73vh);
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: 0 28px 80px rgba(23, 26, 30, 0.13);
}

.acq-hero-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 38%, rgba(10, 12, 14, 0.78) 100%);
  pointer-events: none;
}

.acq-hero-visual > img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.acq-hero-overlay {
  position: absolute;
  z-index: 1;
  right: clamp(18px, 3vw, 30px);
  bottom: clamp(18px, 3vw, 30px);
  left: clamp(18px, 3vw, 30px);
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(16, 18, 22, 0.84);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.acq-hero-status {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 24px;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(16, 18, 22, 0.78);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.acq-hero-status span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(202, 252, 9, 0.16);
}

.acq-hero-overlay > p {
  margin-bottom: 16px;
  color: var(--lime);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.acq-hero-overlay li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  align-items: baseline;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.92rem;
  line-height: 1.35;
}

.acq-hero-overlay li span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.72rem;
}

.acq-audience {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
  margin-top: clamp(28px, 4vw, 48px);
  padding-block: 24px;
  border-block: 1px solid var(--line);
  color: var(--ink);
}

.acq-audience span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.acq-audience strong {
  font-size: clamp(0.95rem, 1.4vw, 1.12rem);
  font-weight: 600;
}

.acq-audience i {
  color: var(--lime);
  font-size: 0.62rem;
}

.acq-capacity {
  background: var(--lime);
  color: var(--ink);
}

.acq-capacity-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 0.78fr);
  gap: clamp(48px, 9vw, 128px);
  align-items: center;
}

.acq-capacity-copy h2 {
  max-width: 11ch;
  margin: 22px 0 24px;
  font-size: clamp(3rem, 5.3vw, 5.4rem);
}

.acq-capacity-copy > p:not(.eyebrow) {
  max-width: 55ch;
  color: rgba(23, 26, 30, 0.72);
}

.acq-slider-group {
  margin-top: 34px;
}

.acq-slider-group + .acq-slider-group {
  margin-top: 26px;
}

.acq-slider-group label {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: baseline;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.acq-slider-group output {
  flex: 0 0 auto;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
}

.acq-slider-group input[type="range"] {
  width: 100%;
  height: 26px;
  margin: 12px 0 0;
  cursor: pointer;
  accent-color: var(--ink);
}

.acq-capacity-result {
  padding: clamp(28px, 4vw, 46px);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 92% 5%, rgba(202, 252, 9, 0.16), transparent 26%),
    var(--ink);
  color: var(--white);
  box-shadow: 0 30px 70px rgba(23, 26, 30, 0.22);
}

.acq-capacity-result > p:first-child {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.acq-capacity-result > div:nth-child(2) {
  display: grid;
  margin: 24px 0 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line-dark);
}

.acq-capacity-result > div:nth-child(2) strong {
  color: var(--lime);
  font-family: var(--serif);
  font-size: clamp(4.1rem, 7vw, 6.5rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.acq-capacity-result > div:nth-child(2) span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
}

.acq-capacity-compare {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: baseline;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line-dark);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
}

.acq-capacity-compare strong {
  color: var(--white);
  font-size: 0.86rem;
}

.acq-capacity-note {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.73rem;
  line-height: 1.55;
}

.acq-capacity-result .button {
  width: 100%;
  margin-top: 26px;
}

.acq-section-heading {
  max-width: 830px;
}

.acq-section-heading > p:last-child {
  max-width: 690px;
}

.acq-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(44px, 6vw, 72px);
}

.acq-problem-card {
  position: relative;
  min-height: 320px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition:
    transform 0.4s var(--ease),
    box-shadow 0.4s var(--ease),
    border-color 0.4s ease;
}

.acq-problem-card:hover {
  z-index: 1;
  transform: translateY(-8px);
  border-color: var(--ink);
  box-shadow: 0 24px 56px rgba(23, 26, 30, 0.1);
}

.acq-problem-card > span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--lime);
  font-size: 0.73rem;
  font-weight: 750;
}

.acq-problem-card h3 {
  max-width: 12ch;
  margin: clamp(30px, 4vw, 48px) 0 18px;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1;
}

.acq-problem-card .acq-problem-label {
  margin-top: 24px;
  color: var(--brass);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.acq-problem-card p {
  max-width: 35ch;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.acq-managed {
  background: var(--ink);
  color: var(--white);
}

.acq-managed-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: clamp(52px, 8vw, 112px);
}

.acq-managed-copy {
  position: sticky;
  top: 128px;
  align-self: start;
}

.acq-managed h2 {
  max-width: 11ch;
  margin: 22px 0 24px;
  color: var(--white);
  font-size: clamp(2.7rem, 5vw, 5rem);
}

.acq-managed-copy > p:not(.eyebrow) {
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.68);
}

.acq-managed-copy .button {
  margin-top: 30px;
}

.acq-managed-list {
  border-top: 1px solid var(--line-dark);
}

.acq-managed-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: clamp(26px, 4vw, 38px) 0;
  border-bottom: 1px solid var(--line-dark);
}

.acq-managed-list article > span {
  color: var(--lime);
  font-size: 0.72rem;
  font-weight: 700;
}

.acq-managed-list h3 {
  margin-bottom: 10px;
  color: var(--white);
  font-family: var(--sans);
  font-size: 1.04rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.acq-managed-list p {
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.93rem;
}

.acq-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(52px, 7vw, 84px);
}

.acq-timeline li {
  position: relative;
  min-width: 0;
  min-height: 330px;
  overflow: hidden;
  padding: clamp(24px, 2.5vw, 32px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.acq-timeline li + li {
  border-left: 1px solid var(--line);
}

.acq-timeline li::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 6px;
  background: var(--lime);
  content: "";
}

.acq-timeline li > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.acq-timeline span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.acq-timeline small {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 800;
}

.acq-timeline strong {
  display: block;
  max-width: 12ch;
  margin: clamp(54px, 6vw, 76px) 0 18px;
  font-family: var(--sans);
  font-size: clamp(1.35rem, 1.7vw, 1.75rem);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.acq-timeline p {
  max-width: 27ch;
  color: var(--muted);
  font-size: 0.91rem;
}

.acq-difference {
  background: var(--paper);
}

.acq-comparison {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(46px, 7vw, 76px);
}

.acq-comparison article {
  min-height: 440px;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(251, 250, 246, 0.66);
}

.acq-comparison article > p {
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.acq-comparison h3 {
  max-width: 12ch;
  min-height: 115px;
  margin: 64px 0 28px;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.02;
}

.acq-comparison li {
  padding: 11px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

.acq-comparison .featured {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.acq-comparison .featured > p,
.acq-comparison .featured li {
  color: rgba(255, 255, 255, 0.68);
}

.acq-comparison .featured h3 {
  color: var(--lime);
}

.acq-comparison .featured li {
  border-color: var(--line-dark);
}

.acq-founder-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1fr);
  gap: clamp(44px, 8vw, 112px);
  align-items: center;
}

.acq-founder-image {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--paper);
  aspect-ratio: 4 / 5;
}

.acq-founder-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.acq-founder-copy h2 {
  max-width: 12ch;
  margin: 22px 0 28px;
  font-size: clamp(2.8rem, 5.3vw, 5.2rem);
}

.acq-founder-copy > p:not(.eyebrow) {
  max-width: 58ch;
  margin-top: 14px;
  color: var(--muted);
}

.acq-founder-copy > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 38px;
  padding-block: 22px;
  border-block: 1px solid var(--line);
}

.acq-founder-copy li + li {
  padding-left: 20px;
  border-left: 1px solid var(--line);
}

.acq-founder-copy li strong,
.acq-founder-copy li span {
  display: block;
}

.acq-founder-copy li strong {
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 400;
}

.acq-founder-copy li span {
  max-width: 15ch;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.4;
}

.acq-fit {
  background: var(--white);
}

.acq-fit-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(480px, 1fr);
  gap: clamp(44px, 8vw, 110px);
}

.acq-fit h2 {
  max-width: 12ch;
  margin-top: 22px;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
}

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

.acq-fit-lists article {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--canvas);
}

.acq-fit-lists h3 {
  display: flex;
  gap: 11px;
  align-items: center;
  margin-bottom: 24px;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.acq-fit-lists h3 span {
  display: inline-flex;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--lime);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0;
}

.acq-fit-lists .is-not-fit h3 span {
  background: rgba(159, 59, 36, 0.13);
  color: var(--danger);
  font-size: 1.05rem;
}

.acq-fit-lists li {
  position: relative;
  padding: 15px 0 15px 34px;
  border-top: 1px solid var(--line);
  color: var(--graphite);
  font-size: 0.88rem;
}

.acq-fit-lists li::before {
  position: absolute;
  top: 17px;
  left: 0;
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--lime);
  content: "✓";
  font-size: 0.7rem;
  font-weight: 800;
}

.acq-fit-lists .is-not-fit li::before {
  background: rgba(159, 59, 36, 0.13);
  color: var(--danger);
  content: "×";
  font-size: 0.9rem;
}

.acq-pricing {
  background: var(--ink);
  color: var(--white);
}

.acq-pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(430px, 0.72fr);
  gap: clamp(48px, 9vw, 130px);
  align-items: center;
}

.acq-pricing h2 {
  max-width: 10ch;
  margin: 22px 0 24px;
  color: var(--white);
  font-size: clamp(3rem, 5vw, 5.2rem);
}

.acq-pricing-copy > p:not(.eyebrow) {
  max-width: 48ch;
  color: rgba(255, 255, 255, 0.66);
}

.acq-price-card {
  padding: clamp(28px, 4vw, 44px);
  border-radius: var(--radius-lg);
  background: var(--white);
  color: var(--ink);
}

.acq-price-card > p {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.acq-price-card > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: baseline;
  margin: 24px 0 30px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.acq-price-card > div strong {
  font-family: var(--serif);
  font-size: clamp(3.6rem, 6vw, 5.7rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.acq-price-card > div span {
  color: var(--muted);
  font-size: 0.83rem;
}

.acq-price-card li {
  position: relative;
  padding: 10px 0 10px 24px;
  border-bottom: 1px solid var(--line);
  font-size: 0.89rem;
}

.acq-price-card li::before {
  position: absolute;
  left: 2px;
  color: var(--brass);
  content: "✓";
  font-weight: 750;
}

.acq-price-card .button {
  width: 100%;
  margin-top: 28px;
}

.acq-faq .faq-list {
  margin-top: clamp(42px, 6vw, 68px);
}

.acquisition-page .application-form select {
  min-height: 58px;
}

@media (max-width: 1040px) {
  .acq-hero-grid,
  .acq-capacity-grid,
  .acq-managed-grid,
  .acq-founder-grid,
  .acq-fit-grid,
  .acq-pricing-grid {
    grid-template-columns: 1fr;
  }

  .acq-hero-visual {
    min-height: 660px;
  }

  .acq-capacity-copy h2 {
    max-width: 14ch;
  }

  .acq-managed-copy {
    position: static;
  }

  .acq-problem-grid,
  .acq-comparison {
    grid-template-columns: 1fr;
  }

  .acq-problem-card {
    min-height: 260px;
  }

  .acq-problem-card h3 {
    margin-top: 30px;
  }

  .acq-comparison article {
    min-height: auto;
  }

  .acq-comparison h3 {
    min-height: auto;
    margin-top: 44px;
  }
}

@media (max-width: 760px) {
  .acq-hero {
    padding-top: 24px;
  }

  .acq-hero h1 {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .acq-proof {
    grid-template-columns: 1fr;
  }

  .acq-proof li,
  .acq-proof li + li {
    padding: 16px 0;
    border-left: 0;
  }

  .acq-proof li + li {
    border-top: 1px solid var(--line);
  }

  .acq-proof span {
    max-width: none;
  }

  .acq-hero-visual {
    min-height: 560px;
  }

  .acq-audience {
    gap: 10px 14px;
  }

  .acq-audience span {
    width: 100%;
  }

  .acq-capacity-grid {
    gap: 42px;
  }

  .acq-capacity-copy h2 {
    font-size: clamp(2.7rem, 12vw, 4.2rem);
  }

  .acq-capacity-result > div:nth-child(2) strong {
    font-size: clamp(3.7rem, 17vw, 5.4rem);
  }

  .acq-capacity-compare {
    display: grid;
    gap: 4px;
  }

  .acq-problem-card {
    min-height: 240px;
  }

  .acq-managed-grid {
    gap: 52px;
  }

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

  .acq-timeline li,
  .acq-timeline li + li {
    min-height: 0;
    padding: 24px 24px 30px;
    border: 1px solid var(--line);
  }

  .acq-timeline strong {
    max-width: none;
    margin: 32px 0 12px;
  }

  .acq-founder-copy > ul,
  .acq-fit-lists {
    grid-template-columns: 1fr;
  }

  .acq-founder-copy li,
  .acq-founder-copy li + li {
    padding: 14px 0;
    border-left: 0;
  }

  .acq-founder-copy li + li {
    border-top: 1px solid var(--line);
  }

  .acq-pricing-grid {
    gap: 42px;
  }
}

@media (max-width: 460px) {
  .acq-hero-visual {
    min-height: 510px;
  }

  .acq-hero-overlay {
    padding: 18px;
  }

  .acq-hero-status {
    top: 16px;
    left: 16px;
  }

  .acq-hero-overlay li {
    font-size: 0.84rem;
  }

  .acq-managed-list article {
    grid-template-columns: 34px 1fr;
  }

  .acq-fit-lists article,
  .acq-capacity-result,
  .acq-price-card {
    padding: 24px 20px;
  }
}
