.vt-astro-product-section {
  position: relative;
  overflow: hidden;
}

.vt-astro-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: 18px;
}

.vt-astro-product-card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(126, 69, 86, .18);
  border-radius: 22px;
  background: rgba(255, 252, 247, .88);
  box-shadow: 0 14px 36px rgba(91, 52, 66, .08);
  color: inherit;
  text-decoration: none;
}

.vt-astro-product-card:hover,
.vt-astro-product-card:focus-visible {
  border-color: rgba(152, 69, 94, .42);
  box-shadow: 0 18px 42px rgba(91, 52, 66, .13);
  transform: translateY(-2px);
}

.vt-astro-product-card__badge,
.vt-free-astro-report__eyebrow {
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f8e8ec;
  color: #8d3f59;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.vt-astro-product-card.is-premium .vt-astro-product-card__badge {
  background: #efe3ce;
  color: #755228;
}

.vt-astro-product-card h3,
.vt-astro-product-card p {
  margin: 0;
}

.vt-astro-product-card h3 {
  font-size: clamp(1.18rem, 2vw, 1.42rem);
}

.vt-astro-product-card p {
  line-height: 1.65;
}

.vt-astro-product-card__action {
  margin-top: auto;
  color: #963f5d;
  font-weight: 800;
}

.vt-free-astro-report,
.vt-free-astro-status {
  margin-top: 18px;
  border: 1px solid rgba(126, 69, 86, .2);
  border-radius: 24px;
  background: linear-gradient(145deg, #fffdf9, #fff7f5);
  box-shadow: 0 18px 48px rgba(91, 52, 66, .1);
}

.vt-free-astro-status {
  padding: 24px;
}

.vt-free-astro-status.is-error {
  border-color: rgba(154, 57, 70, .36);
  background: #fff5f4;
}

.vt-free-astro-report__head {
  padding: 26px;
  border-bottom: 1px solid rgba(126, 69, 86, .14);
}

.vt-free-astro-report__head h3 {
  margin: 12px 0 8px;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.vt-free-astro-report__head p,
.vt-free-astro-report__item p {
  margin: 0;
  line-height: 1.68;
}

.vt-free-astro-report__section {
  padding: 24px 26px;
  border-bottom: 1px solid rgba(126, 69, 86, .1);
}

.vt-free-astro-report__section:last-child {
  border-bottom: 0;
}

.vt-free-astro-report__section > h4 {
  margin: 0 0 16px;
  font-size: clamp(1.16rem, 2.2vw, 1.45rem);
}

.vt-free-astro-report__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 14px;
}

.vt-free-astro-report__item {
  padding: 17px;
  border: 1px solid rgba(126, 69, 86, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .72);
}

.vt-free-astro-report__item h5 {
  margin: 0 0 8px;
  color: #71364b;
  font-size: 1rem;
}

.vt-astro-time-quality select {
  width: 100%;
}

@media (max-width: 640px) {
  .vt-astro-product-grid,
  .vt-free-astro-report__grid {
    grid-template-columns: 1fr;
  }

  .vt-astro-product-card {
    min-height: 0;
    padding: 18px;
  }

  .vt-free-astro-report__head,
  .vt-free-astro-report__section {
    padding: 20px 17px;
  }
}
