.acquire-page {
  background: #fff;
}

.acquire-hero {
  padding: 56px 0 42px;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
  overflow: hidden;
}

.acquire-hero__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(420px, 1.14fr);
  gap: 54px;
  align-items: center;
}

.acquire-pill {
  width: fit-content;
  margin: 0 0 18px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #eaf4ff;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.acquire-hero h1 {
  max-width: 480px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(42px, 6vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.06em;
}

.acquire-hero h1 span {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.acquire-hero__copy > p:not(.acquire-pill) {
  max-width: 430px;
  margin: 22px 0 0;
  color: #243854;
  font-size: 17px;
  line-height: 1.8;
}

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

.acquire-actions .btn {
  min-width: 150px;
  justify-content: center;
  border-radius: 8px;
}

.acquire-actions .btn--blue {
  background: var(--gradient);
}

.acquire-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 48px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
}

.acquire-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.acquire-proof svg {
  width: 30px;
  height: 30px;
  color: var(--blue);
  flex-shrink: 0;
}

.acquire-hero__visual {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}

.acquire-hero__visual img {
  position: relative;
  z-index: 1;
  width: min(112%, 680px);
  height: auto;
  border-radius: 36px;
  filter: drop-shadow(0 20px 34px rgba(15, 23, 42, 0.09));
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 7%, #000 89%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 7%, #000 89%, transparent 100%);
  mask-composite: intersect;
}

.acquire-section-title {
  margin: 0 0 30px;
  color: var(--navy);
  font-size: clamp(24px, 3.2vw, 32px);
  font-weight: 800;
  text-align: center;
  letter-spacing: -0.035em;
}

.acquire-growth {
  padding-top: 48px;
}

.growth-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.growth-card,
.quality-card {
  position: relative;
  overflow: hidden;
  min-height: 180px;
  padding: 28px 26px;
  border: 1px solid #e8edf3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.growth-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: 18px;
  align-items: start;
}

.growth-card::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 128px;
  height: 58px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(0, 102, 255, 0.16) 0%, rgba(0, 102, 255, 0.07) 58%, rgba(0, 102, 255, 0) 100%);
  clip-path: polygon(0 86%, 12% 82%, 24% 72%, 36% 72%, 48% 62%, 60% 48%, 72% 48%, 84% 34%, 94% 26%, 100% 12%, 100% 100%, 0 100%);
  opacity: 0.95;
}

.growth-card::before {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 18px;
  width: 128px;
  height: 58px;
  background: var(--blue);
  clip-path: polygon(0 82%, 12% 78%, 24% 68%, 36% 68%, 48% 58%, 60% 44%, 72% 44%, 84% 30%, 94% 22%, 100% 8%, 100% 10.5%, 94% 24.5%, 84% 32.5%, 72% 46.5%, 60% 46.5%, 48% 60.5%, 36% 70.5%, 24% 70.5%, 12% 80.5%, 0 84.5%);
}

.growth-card__icon,
.quality-card__icon {
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

.growth-card__icon {
  grid-row: 1 / span 4;
  margin-bottom: 0;
}

.growth-card__icon svg {
  width: 26px;
  height: 26px;
}

.growth-card h3,
.quality-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 17px;
  font-weight: 800;
}

.growth-card h3,
.growth-card p,
.growth-card a {
  grid-column: 2;
}

.growth-card p,
.quality-card p {
  margin: 0;
  max-width: 184px;
  color: #334155;
  font-size: 13px;
  line-height: 1.65;
}

.growth-card a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 20px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.growth-card--blue .growth-card__icon { background: var(--blue); }
.growth-card--green .growth-card__icon { background: #0d9488; }
.growth-card--purple .growth-card__icon { background: var(--purple); }
.growth-card--green::after {
  background: linear-gradient(180deg, rgba(34, 197, 94, 0.16) 0%, rgba(34, 197, 94, 0.07) 58%, rgba(34, 197, 94, 0) 100%);
}
.growth-card--purple::after {
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.15) 0%, rgba(124, 58, 237, 0.07) 58%, rgba(124, 58, 237, 0) 100%);
}
.growth-card--green::before { background: #22c55e; }
.growth-card--purple::before { background: var(--purple); }

.acquire-flow {
  padding-top: 60px;
}

.acquire-flow__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(420px, 1.22fr);
  gap: 80px;
  align-items: center;
}

.acquire-flow__copy h2 {
  margin: 0 0 22px;
  color: var(--navy);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.14;
  letter-spacing: -0.045em;
}

.acquire-flow__copy h2 span {
  color: var(--blue);
}

.acquire-flow__copy p {
  margin: 0;
  max-width: 360px;
  color: #334155;
  line-height: 1.8;
}

.flow-steps {
  display: grid;
  gap: 18px;
}

.flow-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
}

.flow-step span {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
}

.flow-step h3 {
  margin: 0 0 5px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 800;
}

.flow-step p {
  margin: 0;
  color: #334155;
  font-size: 13px;
  line-height: 1.55;
}

.flow-step--blue span { background: #dbeafe; color: var(--blue); }
.flow-step--green span { background: #dcfce7; color: #0d9488; }
.flow-step--purple span { background: #ede9fe; color: var(--purple); }
.flow-step--orange span { background: #ffedd5; color: var(--orange); }
.flow-step--lime span { background: #ecfccb; color: #65a30d; }

.quality-section {
  padding-top: 48px;
  border-top: 1px solid #e8edf3;
}

.quality-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.quality-card {
  min-height: 140px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  column-gap: 18px;
  align-items: start;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.quality-card + .quality-card {
  border-left: 1px solid #e8edf3;
}

.quality-card__icon {
  width: 72px;
  height: 72px;
  font-size: 33px;
  grid-column: 1;
  grid-row: 1 / span 2;
  margin: 0;
}

.quality-card__icon svg {
  width: 38px;
  height: 38px;
}

.quality-card h3,
.quality-card p {
  grid-column: 2;
}

.quality-card__icon--blue { background: #eaf4ff; color: var(--blue); }
.quality-card__icon--green { background: #dcfce7; color: #16a34a; }
.quality-card__icon--purple { background: #ede9fe; color: var(--purple); }

.acquire-final-cta {
  padding: 22px 0 64px;
}

.acquire-cta-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 24px 36px;
  border-radius: 14px;
  background: linear-gradient(90deg, #eaf4ff 0%, #f8fbff 58%, #e9fff4 100%);
}

.acquire-cta-card__icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: #dbeafe;
}

.acquire-cta-card__icon svg {
  width: 36px;
  height: 36px;
}

.acquire-cta-card h2 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 22px;
  font-weight: 800;
}

.acquire-cta-card p {
  margin: 0;
  max-width: 580px;
  color: #334155;
  font-size: 13px;
}

.acquire-cta-card .btn--blue {
  background: var(--gradient);
}

@media (max-width: 1024px) {
  .acquire-hero__grid,
  .acquire-flow__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .growth-card-grid,
  .quality-grid {
    grid-template-columns: 1fr;
  }

  .quality-card + .quality-card {
    border-left: none;
    border-top: 1px solid #e8edf3;
  }

  .acquire-cta-card {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
}

@media (max-width: 640px) {
  .acquire-hero {
    padding-top: 40px;
  }

  .acquire-actions .btn,
  .acquire-cta-card .btn {
    width: 100%;
  }

  .acquire-proof {
    gap: 14px;
  }
}
