.membership-shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1rem, 3vw, 2.5rem) 2.5rem;
  background: #f7fbf9;
  display: flex;
  flex-direction: column;
  gap: clamp(1.8rem, 3vw, 2.8rem);
}

.membership-shell > section {
  width: 100%;
}

.membership-hero {
  background: radial-gradient(circle at 20% 20%, rgba(25, 161, 134, 0.16), transparent 40%),
    radial-gradient(circle at 80% 0%, rgba(0, 98, 77, 0.18), transparent 45%),
    linear-gradient(135deg, #0a211b, #0d2e25 60%, #0a211b);
  color: #e8f5ef;
  border-radius: 24px;
  padding: clamp(1.5rem, 5vw, 3rem);
  box-shadow: 0 20px 40px rgba(0,0,0,0.18);
  position: relative;
  overflow: hidden;
}

.membership-hero::after {
  content: "";
  position: absolute;
  inset: 12% 6% auto auto;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(25,161,134,0.12), transparent 60%);
  filter: blur(6px);
  pointer-events: none;
}

.membership-hero::before {
  content: "";
  position: absolute;
  left: -8%;
  bottom: -20%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(0, 98, 77, 0.12), transparent 55%);
  filter: blur(10px);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: center;
}

.eyebrow {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #b7e0d5;
  font-size: 0.85rem;
}

.hero-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0.3rem 0 0.8rem;
  color: #f7fbf9;
}

.hero-lead {
  color: #cde9e0;
  font-size: 1.05rem;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.1rem;
}

.btn-primary {
  background: linear-gradient(135deg, #00624d, #19a186);
  color: #f7fbf9;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 10px 30px rgba(0, 98, 77, 0.3);
}

.btn-ghost {
  color: #e8f5ef;
  border: 1px solid rgba(232, 245, 239, 0.35);
  padding: 0.82rem 1.15rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.btn-primary:hover,
.btn-ghost:hover {
  transform: translateY(-2px);
}

.hero-card {
  background: rgba(10, 33, 27, 0.85);
  border: 1px solid rgba(232, 245, 239, 0.15);
  border-radius: 18px;
  padding: 1.3rem;
  box-shadow: 0 18px 38px rgba(0,0,0,0.25);
  border-left: 3px solid rgba(25, 161, 134, 0.45);
}

.badge {
  display: inline-block;
  background: rgba(0, 98, 77, 0.2);
  border: 1px solid rgba(232, 245, 239, 0.2);
  color: #b7e0d5;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.75rem;
}

.hero-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  color: #d7f0e8;
}

.hero-list li {
  position: relative;
  padding-left: 1.4rem;
  line-height: 1.5;
}

.hero-list li::before {
  content: "•";
  color: #19a186;
  position: absolute;
  left: 0;
  top: 0;
}

.membership-section {
  background: #ffffff;
  border: 1px solid rgba(0, 98, 77, 0.08);
  border-radius: 18px;
  padding: clamp(1.4rem, 3vw, 2.3rem);
  box-shadow: 0 12px 24px rgba(10, 33, 27, 0.06);
  width: 100%;
}

.membership-section + .membership-section {
  margin-top: 0.75rem;
}

.section-header {
  display: grid;
  gap: 0.3rem;
  margin-bottom: 0.75rem;
}

.section-header h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #0b1f1a;
}

.section-header::after {
  content: "";
  width: 48px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00624d, #19a186);
  margin-top: 0.3rem;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
}

.plans-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.98rem;
  min-width: 720px;
}

.plans-table th,
.plans-table td {
  border: 1px solid rgba(0, 98, 77, 0.12);
  padding: 10px 12px;
  text-align: center;
}

.plans-table th {
  background: rgba(0, 98, 77, 0.08);
  color: #0b1f1a;
  font-weight: 700;
}

.row-accent {
  background: rgba(0, 98, 77, 0.05);
  font-weight: 700;
}

.centered-left {
  text-align: left;
  font-weight: 600;
}

.criteria-list {
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 0.65rem;
  margin: 0;
}

.criteria-list > li {
  position: relative;
  padding-left: 1.4rem;
  color: #344152;
  line-height: 1.6;
}

.criteria-list > li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #00624d;
  font-weight: 800;
}

.criteria-list ul {
  list-style: none;
  padding-left: 1.4rem;
  margin: 0.5rem 0 0;
  display: grid;
  gap: 0.35rem;
}

.contact-info {
  margin-top: 0.75rem;
  font-weight: 700;
  color: #0b1f1a;
}

.contact-info a {
  color: #00624d;
  text-decoration: none;
  font-weight: 700;
}

.membership-cta {
  background: linear-gradient(120deg, rgba(0, 98, 77, 0.12), rgba(25, 161, 134, 0.12), #ffffff 90%);
  border: 1px solid rgba(0, 98, 77, 0.12);
  border-radius: 18px;
  padding: clamp(1.5rem, 3vw, 2.3rem);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.membership-cta h3 {
  margin: 0.2rem 0 0.4rem;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
}

.section-lead {
  color: #475569;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .membership-shell {
    padding: 1.2rem 1rem 2rem;
    gap: 1.8rem;
  }
  .plans-table {
    font-size: 0.92rem;
  }
  .membership-cta {
    grid-template-columns: 1fr;
    text-align: left;
  }
}
