.membership-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(132px, 12vw, 176px) 5% clamp(64px, 7vw, 96px) !important;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background:
    radial-gradient(ellipse 46% 36% at 78% 24%, rgba(255,255,255,.07), transparent 62%),
    linear-gradient(180deg, #111 0%, #090909 100%) !important;
}

.membership-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: var(--svp-diagonal-stripes) !important;
  background-position: 0 0 !important;
  background-size: auto !important;
  background-attachment: fixed !important;
}

.membership-hero .page-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1400px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: left !important;
}

.membership-hero .s-eye {
  margin-bottom: 16px;
}

.membership-hero .page-title {
  max-width: 900px;
  margin-bottom: 0;
  text-align: left !important;
}

.membership-hero__actions {
  justify-content: flex-start !important;
  margin-top: clamp(26px, 3vw, 40px);
}

.membership-intro-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.membership-price-card {
  min-height: 150px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.014));
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
}

.membership-price-card span {
  color: var(--g3);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.membership-price-card strong {
  margin: 10px 0 6px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(44px, 5vw, 70px);
  line-height: .9;
}

.membership-price-card small,
.membership-note,
.membership-contact-card p {
  color: var(--g4);
  line-height: 1.7;
}

.membership-table-shell {
  overflow-x: auto;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background: var(--ink2);
}

.membership-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}

.membership-table caption {
  padding: 18px 20px;
  color: var(--g3);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: left;
  text-transform: uppercase;
}

.membership-table th,
.membership-table td {
  padding: 15px 16px;
  border-top: 1px solid rgba(255,255,255,.07);
  text-align: left;
  white-space: nowrap;
}

.membership-table thead th,
.membership-table tbody th {
  color: var(--white);
}

.membership-table td {
  color: var(--g4);
}

.membership-table tbody tr:hover {
  background: rgba(255,255,255,.035);
}

.membership-note {
  max-width: 820px;
  margin-top: 22px;
  font-size: 14px;
}

.membership-contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.014));
  box-shadow: 0 18px 42px rgba(0,0,0,.18);
}

.membership-contact-card .s-title {
  margin-bottom: 12px;
}

.membership-contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.membership-fee-block {
  margin: 30px 0 40px;
}

.membership-subtitle {
  margin: 0 0 18px;
  color: var(--white);
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: .95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.membership-subtitle--sparten {
  margin-top: 12px;
}

.membership-intro-grid--inside .membership-price-card {
  min-height: 132px;
  justify-content: center;
}

.membership-intro-grid--inside .membership-price-card strong {
  margin-bottom: 0;
}

.membership-sport-head {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 130px;
}

.membership-sport-head img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 9px;
  padding: 4px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 0 0 1px rgba(255,255,255,.1);
}

.membership-sport-head span {
  color: var(--white);
  text-shadow: 0 0 18px rgba(0,0,0,.38);
}

.membership-table thead th {
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
  box-shadow: inset 0 3px 0 var(--sport-color, rgba(255,255,255,.12));
}

.membership-sport-fee {
  color: var(--g4);
  background: linear-gradient(180deg, rgba(255,255,255,.006), rgba(255,255,255,.002));
  box-shadow: inset 3px 0 0 color-mix(in srgb, var(--sport-color) 48%, transparent);
}

@supports not (color: color-mix(in srgb, red 50%, transparent)) {
  .membership-sport-fee {
    box-shadow: inset 3px 0 0 var(--sport-color);
  }
}

.membership-contact-section .membership-contact-card {
  display: block;
}

.membership-contact-section .membership-contact-links {
  width: 100%;
  margin-top: clamp(24px, 3vw, 36px);
  justify-content: flex-start;
}

.membership-contact-section .membership-contact-links .btn {
  min-width: 220px;
  justify-content: center;
}

.membership-page .membership-process-section {
  border-top: 1px solid rgba(255,255,255,.07);
  border-bottom: 1px solid rgba(255,255,255,.07);
  background:
    radial-gradient(ellipse 44% 40% at 78% 18%, rgba(154,196,250,.11), transparent 64%),
    linear-gradient(180deg, #111 0%, #080808 100%) !important;
}

.membership-page .membership-process-section .membership-steps article {
  border-color: rgba(255,255,255,.09);
  background: linear-gradient(135deg, rgba(154,196,250,.08), rgba(255,255,255,.025));
}

.membership-cancel-copy {
  display: grid;
  gap: 14px;
  max-width: 880px;
}

.membership-cancel-copy p {
  margin: 0;
}

.membership-cancel-copy a {
  color: var(--white);
  text-underline-offset: 4px;
}

@media (max-width: 1100px) {
  .membership-intro-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .membership-intro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .membership-contact-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .membership-contact-links {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .membership-hero {
    padding-top: 124px !important;
    padding-bottom: 58px !important;
  }

  .membership-intro-grid {
    grid-template-columns: 1fr;
  }

  .membership-price-card {
    min-height: 120px;
  }

  .membership-contact-section .membership-contact-links .btn {
    width: 100%;
    min-width: 0;
  }
}
