html,
body {
  background: #0d0610;
}

.cro-section {
  position: relative;
  padding: 88px 24px;
  background: linear-gradient(160deg, #12070b, #1a0a10, #12070b);
}

.cro-shell {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.cro-section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.cro-kicker {
  margin: 0 0 14px;
  color: #c9a86c;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cro-title {
  margin: 0 0 16px;
  color: #fff4e8;
  font-family: Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.16;
}

.cro-copy {
  margin: 0;
  color: rgba(255, 244, 232, 0.62);
  font-size: 1.03rem;
  line-height: 1.75;
}

.cro-fit-grid,
.cro-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.cro-value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cro-card {
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(201, 168, 108, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(201, 168, 108, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(20, 9, 14, 0.88);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
}

.cro-card-muted {
  border-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(12, 5, 9, 0.86);
}

.cro-card h3 {
  margin: 0 0 14px;
  color: #fff4e8;
  font-family: Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.2;
}

.cro-card p {
  margin: 0;
  color: rgba(255, 244, 232, 0.68);
  font-size: 0.99rem;
  line-height: 1.75;
}

.cro-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cro-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 244, 232, 0.74);
  font-size: 0.98rem;
  line-height: 1.72;
}

.cro-list li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #c9a86c;
  box-shadow: 0 0 16px rgba(201, 168, 108, 0.45);
}

.cro-hero-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 26px auto 0;
}

.cro-hero-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid rgba(201, 168, 108, 0.22);
  border-radius: 999px;
  background: rgba(38, 15, 24, 0.58);
  color: rgba(255, 244, 232, 0.74);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  backdrop-filter: blur(12px);
}

.cro-steps-wrap {
  margin-top: 24px;
  padding: 28px;
  border: 1px solid rgba(201, 168, 108, 0.18);
  border-radius: 28px;
  background: rgba(14, 6, 10, 0.88);
}

.cro-steps-heading {
  margin: 0 0 18px;
  color: #c9a86c;
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

.cro-step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.cro-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(201, 168, 108, 0.14);
  color: #c9a86c;
  font-family: Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.cro-step p {
  margin: 0;
  color: rgba(255, 244, 232, 0.7);
  font-size: 0.96rem;
  line-height: 1.7;
}

.cro-offer-clarity {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
}

.cro-offer-item {
  padding: 15px 16px;
  border: 1px solid rgba(201, 168, 108, 0.18);
  border-radius: 18px;
  background: rgba(201, 168, 108, 0.05);
  color: rgba(255, 244, 232, 0.72);
  font-size: 0.95rem;
  line-height: 1.66;
}

.cro-offer-item strong {
  color: #fff4e8;
}

.cro-mobile-bar {
  position: fixed;
  right: 14px;
  bottom: calc(14px + env(safe-area-inset-bottom));
  left: 14px;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 12px 12px 16px;
  border: 1px solid rgba(201, 168, 108, 0.22);
  border-radius: 22px;
  background: rgba(18, 7, 11, 0.94);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(16px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.cro-mobile-bar.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cro-mobile-price {
  display: grid;
  gap: 2px;
}

.cro-mobile-price strong {
  color: #fff4e8;
  font-family: Georgia, serif;
  font-size: 1.32rem;
  line-height: 1;
}

.cro-mobile-price span {
  color: rgba(255, 244, 232, 0.56);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cro-mobile-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d81b60, #9d174d);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(157, 23, 77, 0.32);
}

@media (min-width: 769px) {
  .cro-mobile-bar {
    display: none;
  }
}

@media (max-width: 980px) {
  .cro-fit-grid,
  .cro-value-grid,
  .cro-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .cro-section {
    padding: 60px 20px;
  }

  .cro-section-heading {
    margin-bottom: 24px;
  }

  .cro-title {
    font-size: clamp(1.85rem, 9vw, 2.6rem);
  }

  .cro-copy,
  .cro-card p,
  .cro-list li,
  .cro-step p,
  .cro-offer-item {
    font-size: 0.95rem;
    line-height: 1.68;
  }

  .cro-card,
  .cro-steps-wrap {
    padding: 20px;
    border-radius: 24px;
  }

  .cro-card h3 {
    font-size: 1.26rem;
  }

  .cro-hero-chips {
    gap: 10px;
    margin-top: 20px;
  }

  .cro-hero-chip {
    width: 100%;
    min-height: 42px;
    padding: 10px 14px;
    font-size: 0.84rem;
  }

  .cro-step {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 16px;
  }

  .cro-step span {
    width: 38px;
    height: 38px;
    font-size: 1.05rem;
  }

  .cro-mobile-button {
    min-width: 142px;
    padding: 0 16px;
    font-size: 0.9rem;
  }
}
