/* ==========================================
   Mitglied werden – gleicher Hintergrund wie Eintrittspreise
========================================== */

body.page-template-template-mitglied-werden .fsv-member-page {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at top center,
      rgba(70, 140, 255, 0.22) 0%,
      rgba(47, 103, 178, 0.20) 22%,
      rgba(24, 61, 116, 0.16) 48%,
      rgba(15, 31, 56, 0.92) 78%,
      rgba(10, 18, 34, 1) 100%
    ),
    linear-gradient(
      180deg,
      rgba(24, 61, 116, 0.34) 0%,
      rgba(47, 103, 178, 0.22) 35%,
      rgba(240, 194, 50, 0.05) 100%
    ) !important;
}

body.page-template-template-mitglied-werden .fsv-member-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.10;
  background: repeating-linear-gradient(
    -45deg,
    rgba(255,255,255,0.14) 0px,
    rgba(255,255,255,0.14) 10px,
    transparent 10px,
    transparent 26px
  );
}

body.page-template-template-mitglied-werden .fsv-member-page > * {
  position: relative;
  z-index: 1;
}

/* ==========================================
   Mitglied werden – komplett neu
========================================== */

.fsv-member-page {
  position: relative;
  padding-bottom: 56px;
  color: #ffffff;
}

.fsv-member-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.fsv-member-page a {
  text-decoration: none;
}

.fsv-member-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.fsv-member-svg--yellow {
  color: #ffd400;
}

.fsv-member-svg--blue {
  color: #0f57bb;
}

.fsv-member-svg--blue-light {
  color: #77d5ff;
}

.fsv-member-svg--paper {
  color: #ffffff;
}

.fsv-member-svg--white-small {
  color: #ffffff;
  width: 18px;
  height: 18px;
}

/* Hero */
.fsv-member-hero {
  position: relative;
  min-height: 290px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-bottom: 4px solid #f1c232;
}

.fsv-member-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 12, 28, 0.82) 0%, rgba(5, 12, 28, 0.52) 38%, rgba(5, 12, 28, 0.28) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.22) 0%, rgba(0,0,0,0.08) 100%);
}

.fsv-member-hero__content {
  position: relative;
  z-index: 2;
  padding: 34px 0 34px;
  max-width: 620px;
}

.fsv-member-hero__badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(241, 194, 50, 0.14);
  border: 1px solid rgba(241, 194, 50, 0.25);
  color: #f1c232;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.fsv-member-hero__title {
  margin: 0;
  font-size: clamp(46px, 6vw, 66px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ffffff;
}

.fsv-member-hero__lead {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255,255,255,0.92);
  max-width: 540px;
}

/* Sections */
.fsv-member-section {
  margin-top: 34px;
}

.fsv-member-section-title {
  position: relative;
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.fsv-member-section-title::after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin-top: 10px;
  border-radius: 999px;
  background: #f1c232;
}

.fsv-member-section-title--center {
  text-align: center;
}

.fsv-member-section-title--center::after {
  margin-left: auto;
  margin-right: auto;
}

.fsv-member-section-title--right {
  text-align: center;
}

.fsv-member-section-title--right::after {
  margin-left: auto;
  margin-right: auto;
}

/* Top grid */
.fsv-member-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.45fr);
  gap: 28px;
  align-items: stretch;
}

.fsv-member-intro-card,
.fsv-member-benefits-wrap,
.fsv-member-step-card,
.fsv-member-download-card,
.fsv-member-faq-item,
.fsv-member-contact-strip {
  background: linear-gradient(180deg, rgba(15, 37, 83, 0.92) 0%, rgba(9, 25, 58, 0.94) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 18px 44px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

.fsv-member-intro-card {
  border-radius: 24px;
  padding: 34px 34px 30px;
}

.fsv-member-intro-card p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.90);
}

.fsv-member-intro-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.fsv-member-intro-card > * {
  position: relative;
  z-index: 2;
}

.fsv-member-intro-card::after {
  content: "MIT KOPF UND FUß FÜR LUCKENWALDE";
  white-space: pre-line;
  position: absolute;
  left: 42px;
  bottom: 18px;
  z-index: 1;
  pointer-events: none;

  font-size: clamp(24px, 3.1vw, 42px);
  line-height: 0.92;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.015em;

  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(120, 175, 255, 0.14);

  opacity: 0.30;
  max-width: 70%;
}

.fsv-member-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.fsv-member-btn {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.24s ease;
}

.fsv-member-btn--primary {
  background: linear-gradient(135deg, #3bc6ff 0%, #0f78ff 100%);
  color: #ffffff;
  box-shadow: 0 12px 22px rgba(34, 145, 255, 0.24);
}

.fsv-member-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 28px rgba(34, 145, 255, 0.30);
}

.fsv-member-btn--secondary {
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.26);
  background: rgba(255,255,255,0.03);
}

.fsv-member-btn--secondary:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.34);
}

/* Benefits */
.fsv-member-benefits-wrap {
  border-radius: 24px;
  padding: 30px 26px 26px;
}

.fsv-member-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.fsv-member-benefit-card {
  min-height: 194px;
  border-radius: 18px;
  padding: 18px 16px;
  background: linear-gradient(180deg, rgba(25, 64, 133, 0.92) 0%, rgba(19, 47, 99, 0.96) 100%);
  border: 1px solid rgba(255,255,255,0.10);
  text-align: center;
}

.fsv-member-benefit-card__icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
}

.fsv-member-benefit-card h3 {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.24;
  font-weight: 800;
  color: #ffffff;
}

.fsv-member-benefit-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,0.86);
}

/* Membership cards */
.fsv-member-types-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fsv-member-type-card {
  min-height: 220px;
  border-radius: 18px;
  padding: 18px 22px 20px;
  background: #ffffff;
  color: #17335c;
  box-shadow: 0 18px 36px rgba(0,0,0,0.14);
}

.fsv-member-type-card__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.fsv-member-type-card__icon {
  width: 62px;
  height: 62px;
  min-width: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0a58c7 0%, #0d79ff 100%);
  box-shadow: 0 10px 18px rgba(18, 87, 187, 0.20);
}

.fsv-member-type-card__icon .fsv-member-svg {
  width: 30px;
  height: 30px;
  color: #ffffff;
}

.fsv-member-type-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  color: #1b4b8f;
}

.fsv-member-type-card ul {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.fsv-member-type-card li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.65;
  color: #314867;
}

.fsv-member-type-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #2a7ef5;
  font-weight: 700;
}

.fsv-member-type-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2a7ef5;
  font-size: 14px;
  font-weight: 700;
}

.fsv-member-type-card__link::after {
  content: "→";
  font-size: 16px;
}

/* Steps */
.fsv-member-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.fsv-member-step-card {
  border-radius: 20px;
  padding: 18px 22px 22px;
}

.fsv-member-step-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.fsv-member-step-card__number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #49d1ff 0%, #1d8dff 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(35, 153, 255, 0.22);
}

.fsv-member-step-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(44, 124, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fsv-member-step-card__icon .fsv-member-svg {
  width: 24px;
  height: 24px;
}

.fsv-member-step-card h3 {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
}

.fsv-member-step-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,0.86);
}

/* ==========================================
   Downloads – sauberer Row-Look
========================================== */

.fsv-member-download-list {
  display: grid;
  gap: 14px;
}

.fsv-member-download-card {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 14px;
  min-height: 86px;
  padding: 16px 18px 16px 18px;
  border-radius: 16px;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(14, 30, 58, 0.96) 0%, rgba(9, 22, 46, 0.98) 100%);
  border: 1px solid rgba(120, 180, 255, 0.10);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255,255,255,0.04);
  overflow: hidden;
}

.fsv-member-download-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #46c9ff 0%, #2a8dff 100%);
}

.fsv-member-download-card__icon,
.fsv-member-download-card__action {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.fsv-member-download-card__icon {
  background: rgba(255,255,255,0.06);
  color: #ffffff;
}

.fsv-member-download-card__action {
  background: rgba(255,255,255,0.05);
  color: #ffffff;
  justify-self: end;
  transition: all 0.2s ease;
}

.fsv-member-download-card:hover .fsv-member-download-card__action {
  background: rgba(42, 141, 255, 0.18);
  color: #9dd5ff;
}

.fsv-member-download-card__meta {
  min-width: 0;
}

.fsv-member-download-card__meta strong {
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}

.fsv-member-download-card__meta span {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  line-height: 1.3;
}

/* GANZ WICHTIG: SVGs in Downloads hart begrenzen */
.fsv-member-download-card__icon .fsv-member-svg,
.fsv-member-download-card__action .fsv-member-svg,
.fsv-member-download-card__icon svg,
.fsv-member-download-card__action svg {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  display: block;
  flex: 0 0 18px;
}

/* Falls ein globales Icon-CSS reinfunkt */
.fsv-member-download-card__action .fsv-member-svg * ,
.fsv-member-download-card__icon .fsv-member-svg * {
  vector-effect: non-scaling-stroke;
}

/* Mobile */
@media (max-width: 767px) {
  .fsv-member-download-card {
    grid-template-columns: 36px 1fr 36px;
    gap: 12px;
    padding: 14px 14px 14px 16px;
  }

  .fsv-member-download-card__meta strong {
    font-size: 15px;
  }

  .fsv-member-download-card__meta span {
    font-size: 12px;
  }
}

.fsv-member-faq-item {
  border-radius: 16px;
  overflow: hidden;
}

.fsv-member-faq-item summary {
  list-style: none;
  cursor: pointer;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 18px 18px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.fsv-member-faq-item summary::-webkit-details-marker {
  display: none;
}

.fsv-member-faq-item__chevron {
  width: 18px;
  height: 18px;
  min-width: 18px;
  color: #ffffff;
  transition: transform 0.22s ease;
}

.fsv-member-faq-item[open] .fsv-member-faq-item__chevron {
  transform: rotate(180deg);
}

.fsv-member-faq-item__answer {
  padding: 0 20px 18px;
}

.fsv-member-faq-item__answer p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.80);
}

/* Contact strip */
.fsv-member-section--contact {
  margin-top: 22px;
}

.fsv-member-contact-strip {
  border-radius: 20px;
  padding: 22px 26px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.fsv-member-contact-strip__icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid rgba(241, 194, 50, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fsv-member-contact-strip__icon .fsv-member-svg {
  width: 28px;
  height: 28px;
}

.fsv-member-contact-strip__content h2 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
}

.fsv-member-contact-strip__content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,0.82);
}

.fsv-member-contact-strip__meta {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.fsv-member-contact-strip__meta a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}

.fsv-member-contact-strip__meta a:hover {
  color: #7fd8ff;
}

/* Hover */
.fsv-member-intro-card,
.fsv-member-benefit-card,
.fsv-member-type-card,
.fsv-member-step-card,
.fsv-member-download-card,
.fsv-member-faq-item,
.fsv-member-contact-strip {
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.fsv-member-benefit-card:hover,
.fsv-member-step-card:hover,
.fsv-member-download-card:hover,
.fsv-member-faq-item:hover,
.fsv-member-contact-strip:hover,
.fsv-member-type-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(0,0,0,0.22);
}

/* Responsive */
@media (max-width: 1280px) {
  .fsv-member-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .fsv-member-intro-grid,
  .fsv-member-types-grid,
  .fsv-member-steps-grid,
  .fsv-member-bottom-grid,
  .fsv-member-contact-strip {
    grid-template-columns: 1fr;
  }

  .fsv-member-contact-strip__meta {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .fsv-member-shell {
    width: min(100% - 28px, 100%);
  }

  .fsv-member-hero {
    min-height: 230px;
  }

  .fsv-member-hero__title {
    font-size: 40px;
  }

  .fsv-member-hero__lead {
    font-size: 16px;
  }

  .fsv-member-intro-card,
  .fsv-member-benefits-wrap,
  .fsv-member-step-card,
  .fsv-member-contact-strip {
    padding: 22px;
  }

  .fsv-member-benefits-grid,
  .fsv-member-types-grid {
    grid-template-columns: 1fr;
  }

  .fsv-member-type-card {
    min-height: auto;
  }

  .fsv-member-type-card__head {
    align-items: flex-start;
  }

  .fsv-member-contact-strip {
    gap: 18px;
  }
}

/* ==========================================
   Mitglied werden – Proportionen & Rhythmus
========================================== */

/* Grundabstände */
.fsv-member-page {
  padding-bottom: 72px;
}

.fsv-member-section {
  margin-top: 36px;
}

.fsv-member-section:first-of-type {
  margin-top: 0;
}

/* Hero näher an deinem Zielbild */
.fsv-member-hero {
  min-height: 250px;
  display: flex;
  align-items: flex-end;
}

.fsv-member-hero__content {
  max-width: 760px;
  padding: 28px 0 30px;
}

.fsv-member-hero__badge {
  margin-bottom: 12px;
}

.fsv-member-hero__title {
  font-size: clamp(44px, 5vw, 64px);
  line-height: 0.96;
  margin: 0;
}

.fsv-member-hero__lead {
  margin-top: 12px;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.5;
}

/* Erster Doppelblock enger und satter */
.fsv-member-intro-grid {
  gap: 22px;
  align-items: stretch;
}

.fsv-member-intro-card,
.fsv-member-benefits-wrap {
  border-radius: 22px;
}

.fsv-member-intro-card {
  padding: 28px 30px;
}

.fsv-member-intro-card p {
  font-size: 17px;
  line-height: 1.65;
}

.fsv-member-actions {
  margin-top: 20px;
  gap: 12px;
}

.fsv-member-btn {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 14px;
}

/* Vorteile rechts kompakter wie im Mockup */
.fsv-member-benefits-wrap {
  padding: 24px 22px 22px;
}

.fsv-member-benefits-grid {
  gap: 14px;
}

.fsv-member-benefit-card {
  min-height: 170px;
  padding: 16px 14px;
  border-radius: 16px;
}

.fsv-member-benefit-card__icon {
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
}

.fsv-member-benefit-card h3 {
  font-size: 16px;
  margin-bottom: 8px;
}

.fsv-member-benefit-card p {
  font-size: 13px;
  line-height: 1.45;
}

/* Sektionstitel etwas sauberer */
.fsv-member-section-title {
  margin-bottom: 16px;
}

.fsv-member-section-title--center {
  margin-bottom: 18px;
}

/* Weiße Mitgliedschaftskarten */
.fsv-member-types-grid {
  gap: 16px;
}

.fsv-member-type-card {
  min-height: 200px;
  padding: 16px 18px 18px;
  border-radius: 16px;
}

.fsv-member-type-card__head {
  gap: 14px;
  margin-bottom: 12px;
}

.fsv-member-type-card__icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
}

.fsv-member-type-card__icon .fsv-member-svg {
  width: 26px;
  height: 26px;
}

.fsv-member-type-card h3 {
  font-size: 17px;
}

.fsv-member-type-card li {
  font-size: 14px;
  line-height: 1.58;
}

.fsv-member-type-card__link {
  margin-top: 8px;
  font-size: 14px;
}

/* Schritte */
.fsv-member-steps-grid {
  gap: 18px;
}

.fsv-member-step-card {
  min-height: 172px;
  padding: 18px 20px 20px;
  border-radius: 18px;
}

.fsv-member-step-card__number {
  width: 40px;
  height: 40px;
  font-size: 18px;
}

.fsv-member-step-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
}

.fsv-member-step-card__icon .fsv-member-svg {
  width: 22px;
  height: 22px;
}

.fsv-member-step-card h3 {
  font-size: 16px;
  margin-bottom: 8px;
}

.fsv-member-step-card p {
  font-size: 14px;
  line-height: 1.58;
}

/* Downloads + FAQ ruhiger */
.fsv-member-bottom-grid {
  gap: 22px;
}

.fsv-member-download-card {
  min-height: 84px;
  padding: 16px 16px 16px 14px;
  border-radius: 16px;
}

.fsv-member-download-card strong {
  font-size: 16px;
}

.fsv-member-download-card span {
  font-size: 13px;
}

.fsv-member-faq-item {
  border-radius: 14px;
}

.fsv-member-faq-item summary {
  min-height: 56px;
  padding: 16px 16px 16px 18px;
  font-size: 15px;
}

.fsv-member-faq-item__answer p {
  font-size: 14px;
  line-height: 1.65;
}

/* Kontaktleiste */
.fsv-member-contact-strip {
  border-radius: 18px;
  padding: 20px 22px;
  gap: 20px;
}

.fsv-member-contact-strip__icon {
  width: 54px;
  height: 54px;
}

.fsv-member-contact-strip__content h2 {
  font-size: 17px;
  margin-bottom: 4px;
}

.fsv-member-contact-strip__content p {
  font-size: 14px;
  line-height: 1.55;
}

.fsv-member-contact-strip__meta a {
  font-size: 14px;
}

/* Hover etwas feiner */
.fsv-member-benefit-card,
.fsv-member-type-card,
.fsv-member-step-card,
.fsv-member-download-card,
.fsv-member-faq-item,
.fsv-member-contact-strip,
.fsv-member-intro-card {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.fsv-member-benefit-card:hover,
.fsv-member-type-card:hover,
.fsv-member-step-card:hover,
.fsv-member-download-card:hover,
.fsv-member-faq-item:hover,
.fsv-member-contact-strip:hover,
.fsv-member-intro-card:hover {
  transform: translateY(-2px);
}

/* Tablet */
@media (max-width: 1100px) {
  .fsv-member-hero {
    min-height: 220px;
  }

  .fsv-member-hero__title {
    font-size: 46px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .fsv-member-page {
    padding-bottom: 56px;
  }

  .fsv-member-section {
    margin-top: 28px;
  }

  .fsv-member-hero {
    min-height: 210px;
  }

  .fsv-member-hero__content {
    padding: 22px 0 24px;
  }

  .fsv-member-hero__title {
    font-size: 36px;
  }

  .fsv-member-hero__lead {
    font-size: 16px;
  }

  .fsv-member-intro-card,
  .fsv-member-benefits-wrap,
  .fsv-member-step-card,
  .fsv-member-contact-strip {
    padding: 20px;
  }
}

.fsv-member-bottom-col {
  min-width: 0;
}

/* ==========================================
   Bottom area – final layout fix
========================================== */

.fsv-member-bottom-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr) !important;
  gap: 28px !important;
  align-items: start !important;
}

.fsv-member-bottom-col {
  min-width: 0;
}

.fsv-member-downloads,
.fsv-member-faq {
  min-width: 0;
}

.fsv-member-download-list,
.fsv-member-faq-list {
  display: grid;
  gap: 14px;
}

/* FAQ-Spalte optisch bündiger */
.fsv-member-faq {
  align-self: start;
}

.fsv-member-faq-item summary {
  min-height: 56px;
  padding: 16px 18px;
  font-size: 15px;
}

/* Kontakt unten über volle Breite */
.fsv-member-section--contact .fsv-member-shell {
  
}

.fsv-member-contact-strip {
  width: 100%;
  margin-top: 8px;
}

/* Abstände zwischen Steps und Bottom Area */
.fsv-member-section + .fsv-member-section {
  margin-top: 26px;
}

/* Tablet / Mobile */
@media (max-width: 991px) {
  .fsv-member-bottom-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ==========================================
   Mitglied werden – Final polish bottom area
========================================== */

.fsv-member-downloads,
.fsv-member-faq {
  display: flex;
  flex-direction: column;
}

.fsv-member-downloads .fsv-member-section-title,
.fsv-member-faq .fsv-member-section-title {
  margin-bottom: 18px;
  line-height: 1;
}

.fsv-member-download-list,
.fsv-member-faq-list {
  gap: 16px;
}

/* Downloads noch etwas hochwertiger */
.fsv-member-download-card {
  min-height: 78px;
  border-radius: 14px;
}

.fsv-member-download-card strong {
  font-size: 15px;
  font-weight: 800;
}

.fsv-member-download-card span {
  font-size: 12px;
}

/* FAQ kompakter und sauberer */
.fsv-member-faq-item {
  border-radius: 14px;
}

.fsv-member-faq-item summary {
  min-height: 52px;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 700;
}

.fsv-member-faq-item__answer {
  padding: 0 16px 16px;
}

.fsv-member-faq-item__answer p {
  font-size: 14px;
  line-height: 1.6;
}

/* Kontaktleiste unten schöner */
.fsv-member-section--contact {
  margin-top: 24px;
  padding-bottom: 28px;
}

.fsv-member-contact-strip {
  min-height: 86px;
  border-radius: 16px;
  padding: 18px 22px;
  background:
    linear-gradient(180deg, rgba(13, 31, 59, 0.96) 0%, rgba(10, 24, 47, 0.98) 100%);
  border: 1px solid rgba(94, 165, 255, 0.12);
  box-shadow:
    0 10px 24px rgba(0,0,0,0.16),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

.fsv-member-contact-strip__icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-width: 1.5px;
}

.fsv-member-contact-strip__content h2 {
  font-size: 15px;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.fsv-member-contact-strip__content p {
  font-size: 13px;
  line-height: 1.5;
}

.fsv-member-contact-strip__meta {
  gap: 10px;
}

.fsv-member-contact-strip__meta a {
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 13px;
}

/* Bereich insgesamt näher an dein Mockup */
.fsv-member-bottom-grid {
  gap: 24px !important;
}

@media (max-width: 991px) {
  .fsv-member-section--contact {
    padding-bottom: 20px;
  }

  .fsv-member-contact-strip {
    gap: 14px;
    padding: 18px;
  }
}

/* ==========================================
   Mitglied werden – Upper / Mid polish
========================================== */

/* Mehr Luft nach dem Hero */
.fsv-member-hero {
  margin-bottom: 34px;
}

.fsv-member-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 24px;
  align-items: stretch;
}

/* Linke Intro-Karte */
.fsv-member-intro-card {
  min-height: 100%;
  padding: 28px 30px 26px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(18, 38, 73, 0.96) 0%, rgba(11, 25, 49, 0.98) 100%);
  border: 1px solid rgba(103, 170, 255, 0.12);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

.fsv-member-intro-card h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 2.3vw, 40px);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.fsv-member-intro-card h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f3c533 0%, #ffd84d 100%);
}

.fsv-member-intro-card p {
  margin: 0 0 14px;
  color: rgba(255,255,255,0.88);
  font-size: 17px;
  line-height: 1.65;
}

.fsv-member-actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fsv-member-btn {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14);
}

/* Rechte Vorteils-Karte */
.fsv-member-benefits-wrap {
  min-height: 100%;
  padding: 24px 22px 22px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(18, 38, 73, 0.96) 0%, rgba(11, 25, 49, 0.98) 100%);
  border: 1px solid rgba(103, 170, 255, 0.12);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

.fsv-member-benefits-wrap > h2 {
  margin: 0 0 18px;
  text-align: center;
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}

.fsv-member-benefits-wrap > h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #f3c533 0%, #ffd84d 100%);
}

.fsv-member-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.fsv-member-benefit-card {
  min-height: 150px;
  padding: 18px 16px;
  border-radius: 16px;
  text-align: center;
  background: linear-gradient(180deg, rgba(42, 87, 160, 0.34) 0%, rgba(20, 45, 88, 0.50) 100%);
  border: 1px solid rgba(122, 182, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.fsv-member-benefit-card__icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 10px;
  color: #f3c533;
}

.fsv-member-benefit-card__icon .fsv-member-svg,
.fsv-member-benefit-card__icon svg {
  width: 24px;
  height: 24px;
}

.fsv-member-benefit-card h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 800;
}

.fsv-member-benefit-card p {
  margin: 0;
  color: rgba(255,255,255,0.84);
  font-size: 13px;
  line-height: 1.45;
  max-width: 220px;
}

@media (max-width: 767px) {
  .fsv-member-benefits-grid {
    grid-template-columns: 1fr;
  }

  .fsv-member-benefit-card {
    min-height: auto;
  }
}

/* Mittlere Abschnittsüberschriften */
.fsv-member-section-title {
  margin: 0 0 18px;
  font-size: clamp(30px, 2.4vw, 44px);
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}

.fsv-member-section-title--center {
  text-align: center;
}

.fsv-member-section-title--center::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #f3c533 0%, #ffd84d 100%);
}

/* Weiße Mitgliedschaftskarten */
.fsv-member-types-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fsv-member-type-card {
  min-height: 214px;
  padding: 18px 20px 18px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(18, 50, 97, 0.10);
  box-shadow:
    0 14px 26px rgba(7, 18, 37, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.76);
}

.fsv-member-type-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.fsv-member-type-card__icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #1f63d8 0%, #174ea7 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.22);
}

.fsv-member-type-card__icon .fsv-member-svg,
.fsv-member-type-card__icon svg {
  width: 24px;
  height: 24px;
  color: #ffffff;
}

.fsv-member-type-card h3 {
  margin: 0;
  color: #2456a4;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 800;
}

.fsv-member-type-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fsv-member-type-card li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 18px;
  color: #33475f;
  font-size: 14px;
  line-height: 1.55;
}

.fsv-member-type-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #2a73ff;
  font-weight: 800;
}

.fsv-member-type-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  color: #2a73ff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

/* Steps */
.fsv-member-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fsv-member-step-card {
  position: relative;
  min-height: 170px;
  padding: 18px 20px 18px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(18, 38, 73, 0.96) 0%, rgba(11, 25, 49, 0.98) 100%);
  border: 1px solid rgba(103, 170, 255, 0.12);
  box-shadow:
    0 12px 26px rgba(0,0,0,0.16),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

.fsv-member-step-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.fsv-member-step-card__number {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #46c9ff 0%, #2da8f8 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(43,165,255,0.28);
}

.fsv-member-step-card__icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(42, 141, 255, 0.12);
  color: #d8ecff;
}

.fsv-member-step-card__icon .fsv-member-svg,
.fsv-member-step-card__icon svg {
  width: 18px;
  height: 18px;
}

.fsv-member-step-card h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
}

.fsv-member-step-card p {
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  line-height: 1.58;
}

/* Hover leicht, aber hochwertig */
.fsv-member-intro-card:hover,
.fsv-member-benefit-card:hover,
.fsv-member-type-card:hover,
.fsv-member-step-card:hover {
  transform: translateY(-3px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fsv-member-type-card:hover {
  box-shadow:
    0 16px 30px rgba(7, 18, 37, 0.16),
    inset 0 1px 0 rgba(255,255,255,0.76);
}

/* Responsive */
@media (max-width: 1199px) {
  .fsv-member-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .fsv-member-intro-grid,
  .fsv-member-types-grid,
  .fsv-member-steps-grid {
    grid-template-columns: 1fr;
  }

  .fsv-member-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .fsv-member-hero {
    margin-bottom: 24px;
  }

  .fsv-member-intro-card,
  .fsv-member-benefits-wrap,
  .fsv-member-step-card {
    padding: 20px;
  }

  .fsv-member-benefits-grid {
    grid-template-columns: 1fr;
  }

  .fsv-member-section-title,
  .fsv-member-benefits-wrap > h2,
  .fsv-member-intro-card h2 {
    font-size: 30px;
  }
}

/* ==========================================
   Welche Mitgliedschaft passt zu dir?
========================================== */

.fsv-member-section--types {
  margin-top: 26px;
}

.fsv-member-section--types .fsv-member-section-title {
  margin-bottom: 22px;
}

.fsv-member-types-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.fsv-member-type-card {
  position: relative;
  min-height: 220px;
  padding: 22px 22px 18px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(20, 51, 97, 0.08);
  box-shadow:
    0 16px 32px rgba(8, 21, 43, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.9);
  overflow: hidden;
}

.fsv-member-type-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(42, 115, 255, 0.02) 0%,
    rgba(42, 115, 255, 0.00) 100%
  );
}

.fsv-member-type-card__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.fsv-member-type-card__icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #2d7dff 0%, #1d58c5 100%);
  box-shadow:
    0 10px 18px rgba(30, 92, 210, 0.20),
    inset 0 1px 0 rgba(255,255,255,0.22);
}

.fsv-member-type-card__icon .fsv-member-svg,
.fsv-member-type-card__icon svg {
  width: 24px;
  height: 24px;
  color: #ffffff;
}

.fsv-member-type-card h3 {
  margin: 0;
  color: #2b5ea9;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 800;
}

.fsv-member-type-card ul {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fsv-member-type-card li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 18px;
  color: #30465f;
  font-size: 14px;
  line-height: 1.55;
}

.fsv-member-type-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #2a73ff;
  font-weight: 800;
}

.fsv-member-type-card__link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  color: #2a73ff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease;
}

.fsv-member-type-card__link:hover {
  transform: translateX(3px);
  color: #184ea8;
}

.fsv-member-type-card:hover {
  transform: translateY(-4px);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  box-shadow:
    0 20px 36px rgba(8, 21, 43, 0.16),
    inset 0 1px 0 rgba(255,255,255,0.9);
}

/* Responsive */
@media (max-width: 991px) {
  .fsv-member-types-grid {
    grid-template-columns: 1fr;
  }

  .fsv-member-type-card {
    min-height: auto;
  }
}

/* ==========================================
   So wirst du Mitglied – Feinschliff
========================================== */

.fsv-member-section--steps {
  margin-top: 28px;
}

.fsv-member-section--steps .fsv-member-section-title {
  margin-bottom: 20px;
}

.fsv-member-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.fsv-member-step-card {
  position: relative;
  min-height: 172px;
  padding: 20px 22px 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(16, 36, 71, 0.96) 0%, rgba(10, 24, 47, 0.98) 100%);
  border: 1px solid rgba(110, 176, 255, 0.10);
  box-shadow:
    0 14px 26px rgba(0,0,0,0.16),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

.fsv-member-step-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.fsv-member-step-card__number {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #53d1ff 0%, #2caaf6 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  box-shadow:
    0 8px 18px rgba(47, 174, 255, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.20);
}

.fsv-member-step-card__icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(51, 142, 255, 0.10);
  color: #bfe5ff;
}

.fsv-member-step-card__icon .fsv-member-svg,
.fsv-member-step-card__icon svg {
  width: 16px;
  height: 16px;
}

.fsv-member-step-card h3 {
  margin: 0 0 9px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.fsv-member-step-card p {
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  line-height: 1.6;
}

.fsv-member-step-card:hover {
  transform: translateY(-3px);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  box-shadow:
    0 18px 30px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

@media (max-width: 991px) {
  .fsv-member-steps-grid {
    grid-template-columns: 1fr;
  }

  .fsv-member-step-card {
    min-height: auto;
  }
}

/* ==========================================
   Downloads + FAQ + Kontakt – Final polish
========================================== */

.fsv-member-section--bottom {
  margin-top: 30px;
}

.fsv-member-bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 28px;
  align-items: start;
}

.fsv-member-section--downloads .fsv-member-section-title,
.fsv-member-section--faq .fsv-member-section-title {
  margin: 0 0 18px;
  font-size: clamp(30px, 2.2vw, 42px);
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}

.fsv-member-section--downloads .fsv-member-section-title::after,
.fsv-member-section--faq .fsv-member-section-title::after {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f3c533 0%, #ffd84d 100%);
}

/* Downloads */
.fsv-member-downloads-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* ==========================================
   Downloads – final passend zum neuen PHP
========================================== */

.fsv-member-download-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.fsv-member-download-card {
  position: relative;
  min-height: 92px;
  padding: 18px 20px 18px 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  align-items: center;
  gap: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(14, 34, 67, 0.96) 0%, rgba(9, 23, 46, 0.98) 100%);
  border: 1px solid rgba(109, 176, 255, 0.10);
  box-shadow:
    0 10px 22px rgba(0,0,0,0.14),
    inset 0 1px 0 rgba(255,255,255,0.04);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.fsv-member-download-card::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #63deff 0%, #2caaf6 100%);
  box-shadow: 0 0 12px rgba(66, 196, 255, 0.22);
}

.fsv-member-download-card:hover {
  transform: translateY(-2px);
  border-color: rgba(117, 187, 255, 0.18);
  box-shadow:
    0 14px 28px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

.fsv-member-download-card__left {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.fsv-member-download-card__icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  opacity: 0.95;
}

.fsv-member-download-card__icon .fsv-member-svg,
.fsv-member-download-card__icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.fsv-member-download-card__text {
  min-width: 0;
}

.fsv-member-download-card__text strong {
  display: block;
  margin: 0 0 3px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 800;
}

.fsv-member-download-card__text span {
  display: block;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  line-height: 1.25;
}

.fsv-member-download-card__right {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  color: #ddecff;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.fsv-member-download-card__right .fsv-member-svg,
.fsv-member-download-card__right svg {
  width: 16px;
  height: 16px;
  display: block;
}

.fsv-member-download-card:hover .fsv-member-download-card__right {
  background: rgba(66, 196, 255, 0.10);
  border-color: rgba(66, 196, 255, 0.22);
  color: #ffffff;
}

/* FAQ */
.fsv-member-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fsv-member-faq-item {
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(16, 36, 71, 0.96) 0%, rgba(10, 24, 47, 0.98) 100%);
  border: 1px solid rgba(110, 176, 255, 0.10);
  box-shadow:
    0 10px 22px rgba(0,0,0,0.14),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

.fsv-member-faq-item summary {
  list-style: none;
  cursor: pointer;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 18px 18px 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}

.fsv-member-faq-item summary::-webkit-details-marker {
  display: none;
}

.fsv-member-faq-item__chevron {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(63, 168, 255, 0.14);
  color: #d7ecff;
  transition: transform 0.22s ease, background 0.22s ease;
}

.fsv-member-faq-item__chevron .fsv-member-svg,
.fsv-member-faq-item__chevron svg {
  width: 12px;
  height: 12px;
}

.fsv-member-faq-item[open] .fsv-member-faq-item__chevron {
  transform: rotate(180deg);
  background: rgba(63, 168, 255, 0.22);
}

.fsv-member-faq-item__answer {
  padding: 0 20px 18px;
}

.fsv-member-faq-item__answer p {
  margin: 0;
  color: rgba(255,255,255,0.80);
  font-size: 15px;
  line-height: 1.7;
}

/* Kontakt */
.fsv-member-section--contact {
  margin-top: 22px;
}

.fsv-member-contact-strip {
  border-radius: 18px;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  background: linear-gradient(180deg, rgba(12, 31, 62, 0.96) 0%, rgba(8, 21, 43, 0.98) 100%);
  border: 1px solid rgba(109, 176, 255, 0.10);
  box-shadow:
    0 10px 22px rgba(0,0,0,0.14),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

.fsv-member-contact-strip__icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(243, 197, 51, 0.10);
  border: 1px solid rgba(243, 197, 51, 0.35);
  color: #f3c533;
}

.fsv-member-contact-strip__icon .fsv-member-svg,
.fsv-member-contact-strip__icon svg {
  width: 24px;
  height: 24px;
}

.fsv-member-contact-strip__copy h3 {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
}

.fsv-member-contact-strip__copy p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  line-height: 1.55;
}

.fsv-member-contact-strip__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.fsv-member-contact-pill {
  min-height: 38px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.fsv-member-contact-pill .fsv-member-svg,
.fsv-member-contact-pill svg {
  width: 14px;
  height: 14px;
  color: rgba(255,255,255,0.92);
}

/* Responsive */
@media (max-width: 991px) {
  .fsv-member-bottom-grid {
    grid-template-columns: 1fr;
  }

  .fsv-member-contact-strip {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .fsv-member-contact-strip__meta {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .fsv-member-download-card {
    min-height: 74px;
    padding: 14px 16px;
  }

  .fsv-member-download-card strong {
    font-size: 16px;
  }

  .fsv-member-faq-item summary {
    font-size: 15px;
    padding: 16px 16px 16px 18px;
  }

  .fsv-member-contact-strip {
    padding: 18px;
  }
}