.pricing-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 3.5rem auto;
}

.pricing-header h2 {
  font-size: 2.5rem;
  margin-bottom: .5rem;
}

.pricing-header p {
  color: #6b7280;
  font-size: 1.1rem;
}

/* GRID */

.pricing-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  margin-bottom: 4rem;
}

/* CARD */

.pricing-card {
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #e6e6ec;
  box-shadow: 0 25px 40px rgba(0, 0, 0, .04);
  padding: 2rem;
  padding-top: 3rem;
  transition: transform .2s ease, box-shadow .2s ease;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 40px 60px rgba(0, 0, 0, .06);
}

.pricing-card.featured {
  border: 2px solid #487aca;
}

/* TITLES */

.pricing-card h3 {
  margin: 0;
  font-size: 1.4rem;
}

.tagline {
  color: #6b7280;
  margin-bottom: 1rem;
}

/* PRICE BLOCK */

.price-row {
  display: flex;
  gap: 1.5rem;
  margin: 1rem 0 1.25rem 0;
  flex-wrap: wrap;
}

.price-box {
  background: #f9fafb;
  padding: .75rem 1.1rem;
  border-radius: 12px;
  border: 1px solid #ececf2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.price-box span {
  font-size: .85rem;
  color: #6b7280;
  display: block;
}

.price {
  font-size: 1.5rem;
  font-weight: 700;
}

/* LIST SECTIONS */

.section-title {
  margin-top: 1.2rem;
  margin-bottom: .25rem;
}

.pricing-list {
  padding-left: 1.25rem;
}

.pricing-list li {
  margin: .35rem 0;
}

/* CTA BUTTON */

.card-cta {
  margin-top: 1.5rem;
}

.btn-primary {
  display: inline-block;
  padding: .7rem 1.4rem;
  border-radius: 999px;
  background: #111827;
  color: white;
  text-decoration: none;
  font-weight: 600;
}

/* TRUST PANEL */

.bottom-banners {
  display: flex;
  margin-top: -50px;
  /* gap: 50px; */
}

.trust-banner {
  background: #f9fafb;
  border-radius: 18px;
  padding: 2rem;
  margin-bottom: 2rem;
  border: 1px solid #ececf2;
  display: flex;
  justify-content: center;
  gap: 50px;
}

.trust-banner h3,
.discounts-panel h3 {
  margin-top: 0;
}

.benefits {
  columns: 2;
  column-gap: 2rem;
}

.stack-note {
  font-size: .9rem;
  color: #6b7280;
}

.pricing-card-custom-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.climate-commitment {
  margin: 3rem auto 3.5rem auto;
  max-width: 600px;
  text-align: center;
}

.climate-eyebrow {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .75rem;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: .5rem;
}

.climate-text {
  font-size: 1rem;
  color: #374151;
  margin-bottom: 1.25rem;
}

/* Featured card positioning so badge can anchor */
.pricing-card {
  position: relative;
}

/* MOST POPULAR badge */
.popular-badge {
  position: absolute;
  left: 10px;
  top: 10px;

  padding: 0.35rem 0.7rem;
  border-radius: 999px;

  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  background: rgba(72, 122, 202, 0.12);
  color: #2b5fb4;
  border: 1px solid rgba(72, 122, 202, 0.25);

  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(6px);
}

/* Optional: slightly elevate featured card */
.pricing-card.featured {
  border: 2px solid #487aca;
  box-shadow: 0 30px 55px rgba(72, 122, 202, 0.12);
}

.market-compare {
  margin-top: 1rem;
  border-radius: 14px;

  border: 1px solid rgba(220, 38, 38, 0.25);
  background: rgba(220, 38, 38, 0.06);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.03);

  overflow: hidden;
}

/* Remove default marker triangle */
.market-compare summary {
  list-style: none;
}
.market-compare summary::-webkit-details-marker {
  display: none;
}

/* Header row */
.market-compare__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0.85rem 1rem;
  cursor: pointer;

  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(185, 28, 28, 0.9);
}

/* Hover state (subtle) */
.market-compare__summary:hover {
  background: rgba(220, 38, 38, 0.05);
}

/* The content area */
.market-compare__content {
  padding: 0 1rem 1rem 1rem;
}

/* Plus / minus icon */
.market-compare__icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(220, 38, 38, 0.25);
  background: rgba(255, 255, 255, 0.75);

  position: relative;
}

/* Horizontal line (always visible) */
.market-compare__icon::before {
  content: "";
  width: 12px;
  height: 2px;
  background: rgba(185, 28, 28, 0.9);
  border-radius: 2px;
  position: absolute;
}

/* Vertical line (only visible when CLOSED -> makes it a plus) */
.market-compare__icon::after {
  content: "";
  width: 2px;
  height: 12px;
  background: rgba(185, 28, 28, 0.9);
  border-radius: 2px;
  position: absolute;
}

/* When OPEN, remove the vertical line so it becomes a minus */
.market-compare[open] .market-compare__icon::after {
  display: none;
}

/* Your existing grid/items still work */
.market-compare__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.market-compare__item {
  padding: 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(220, 38, 38, 0.12);
  background: rgba(255, 255, 255, 0.92);
}

.market-compare__item span {
  display: block;
  font-size: 0.8rem;
  color: #6b7280;
  margin-bottom: 0.2rem;
}

.market-compare__item strong {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111827;
}

.market-compare__note {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.4;
}


/* Mobile */
@media (max-width: 1000px) {
  .trust-banner {
    flex-direction: column;
  }

  .horizontal-bar {
    display: none;
  }

  .benefits {
    columns: 1;
    column-gap: 0rem;
  }
}