.startHero {
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
}

.startOfferVisual {
  min-height: 560px;
}

.startPriceStage {
  position: relative;
  display: grid;
  justify-items: center;
  width: min(100%, 460px);
  padding: 48px 34px 38px;
  border: 1px solid rgba(36, 18, 69, .1);
  border-radius: 52px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(218, 247, 239, .62));
  box-shadow: 0 38px 100px rgba(36, 18, 69, .12);
  transform: rotate(1deg);
}

.startReadyLabel,
.startKeyNote {
  color: rgba(36, 18, 69, .58);
  font: 800 12px/1.45 "DM Sans", system-ui, sans-serif;
  text-align: center;
}

.startReadyLabel {
  margin-bottom: 28px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.startReadyLabel strong { color: var(--purple); }

.startPriceMedallion {
  width: clamp(290px, 25vw, 370px);
  transform: rotate(-3deg);
}

.startPriceMedallion span {
  max-width: 180px;
  font-size: 14px;
}

.startPriceMedallion strong { font-size: clamp(76px, 7vw, 104px); }
.startPriceMedallion small { font-size: 15px; }

.startKeyNote {
  margin-top: 28px;
  padding: 11px 16px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(155, 217, 219, .48);
}

.startGuarantee .guaranteeSeal {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.startGuarantee .guaranteeSeal::after { content: none; }
.startGuarantee .guaranteeSeal strong { font-size: 60px; line-height: .72; }
.startGuarantee .guaranteeSeal span {
  font: 900 11px/1 "DM Sans", system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.startPaymentActions {
  justify-content: center;
  margin-top: 38px;
}

@media (max-width: 900px) {
  .startHero { grid-template-columns: 1fr; }
  .startOfferVisual { min-height: 500px; }
}

@media (max-width: 640px) {
  .startOfferVisual { min-height: 460px; }
  .startPriceStage { padding: 36px 18px 30px; border-radius: 38px; }
  .startPriceMedallion { width: min(270px, 78vw); }
  .startPriceMedallion strong { font-size: 76px; }
  .startPaymentActions { margin-top: 30px; }
}
