.prices-hero {
  min-height: 42dvh;
  padding-top: 4.9rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 250, 249, 0.9)),
    url("../img/4853336.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.prices-hero .navbar-brand,
.prices-hero .navbar .nav-link {
  color: rgba(17, 17, 17, 0.88);
}

.prices-hero .navbar .nav-link:hover,
.prices-hero .navbar-brand:hover,
.prices-hero .navbar .nav-link.active {
  color: #000;
}

.prices-hero-copy {
  max-width: 760px;
  padding: 4.5rem 0 2rem;
}

.prices-kicker {
  display: inline-block;
  margin-bottom: 0.9rem;
  color: #1f706b;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.prices-hero-copy .lead {
  color: #4c5c5b;
}

.prices-main {
  background: linear-gradient(180deg, #f5f8f8 0%, #eef4f4 100%);
}

.prices-nav-wrap {
  display: flex;
  justify-content: center;
}

.prices-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  max-width: 900px;
}

.prices-nav-link {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(32, 199, 190, 0.14);
  box-shadow: 0 10px 24px rgba(8, 39, 42, 0.06);
  color: #214746;
  font-weight: 600;
  text-decoration: none;
}

.prices-nav-link:hover {
  color: #11312f;
  background: #fff;
}

.prices-grid {
  display: grid;
  gap: 1.5rem;
}

.price-section-card {
  scroll-margin-top: 6.5rem;
  border: 1px solid rgba(32, 199, 190, 0.12);
  border-radius: 1.35rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 38px rgba(8, 39, 42, 0.08);
}

.price-section-head {
  margin: 0;
}

.price-section-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.5rem;
  border: 0;
  border-bottom: 1px solid rgba(32, 199, 190, 0.12);
  background: linear-gradient(90deg, rgba(32, 199, 190, 0.12) 0%, rgba(32, 199, 190, 0.03) 100%);
  text-align: left;
}

.price-section-toggle:hover {
  background: linear-gradient(90deg, rgba(32, 199, 190, 0.16) 0%, rgba(32, 199, 190, 0.05) 100%);
}

.price-section-toggle:focus-visible {
  outline: 0;
  box-shadow: inset 0 0 0 2px rgba(32, 199, 190, 0.28);
}

.price-section-title-wrap {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.price-section-kicker {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: #1f706b;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.price-section-title {
  color: #173e3b;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
}

.price-section-icon {
  position: relative;
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 20px rgba(8, 39, 42, 0.08);
}

.price-section-icon::before,
.price-section-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 2px;
  border-radius: 999px;
  background: #173e3b;
  transform: translate(-50%, -50%);
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.price-section-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.price-section-toggle:not(.collapsed) .price-section-icon::after {
  opacity: 0;
}

.price-table {
  margin-bottom: 0;
}

.price-table thead th {
  padding: 0.95rem 1.5rem;
  border-bottom-width: 1px;
  color: #5a6968;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.price-table tbody th,
.price-table tbody td {
  padding: 0.95rem 1.5rem;
  border-color: rgba(15, 23, 42, 0.06);
  background: transparent;
}

.price-table tbody th {
  color: #33403f;
  font-weight: 600;
}

.price-table tbody tr:hover th,
.price-table tbody tr:hover td {
  background: rgba(32, 199, 190, 0.04);
}

.price-value-head,
.price-value {
  width: 180px;
  text-align: right;
  white-space: nowrap;
}

.price-value {
  color: #173e3b;
  font-weight: 700;
}

.prices-cta {
  margin-top: 2.25rem;
  padding: 2rem 1.5rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 32px rgba(8, 39, 42, 0.06);
}

@media (max-width: 991.98px) {
  .prices-hero {
    padding-top: 4.6rem;
  }

  .prices-hero-copy {
    padding-top: 3.8rem;
  }
}

@media (max-width: 767.98px) {
  .prices-hero-copy {
    padding: 3.2rem 0 1.2rem;
  }

  .prices-nav {
    justify-content: flex-start;
  }

  .prices-nav-wrap {
    justify-content: stretch;
  }

  .price-section-head {
    padding: 0;
  }

  .price-section-toggle {
    padding: 1.1rem 1rem;
  }

  .price-section-title {
    font-size: 1.35rem;
  }

  .price-table thead th,
  .price-table tbody th,
  .price-table tbody td {
    padding: 0.85rem 1rem;
  }

  .price-value-head,
  .price-value {
    width: 120px;
  }

  .prices-cta {
    padding: 1.5rem 1rem;
  }
}
