.fa-sopot-variant-block {
  --fa-blue:   #168fc7;
  --fa-violet: #635bff;
  --fa-gold:   #d9a441;
  --fa-pink:   #be185d;
  --fa-text:   #102033;
  --fa-muted:  #617187;

  font-family: inherit;
  color: var(--fa-text);
  padding: 34px 16px 46px;
  background:
    radial-gradient(circle at 12% 18%, rgba(22,143,199,.11), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(217,164,65,.12), transparent 28%),
    radial-gradient(circle at 76% 82%, rgba(99,91,255,.10), transparent 32%),
    linear-gradient(135deg, #edf8ff 0%, #f7f3ff 50%, #fff7ef 100%);
}

.fa-sopot-variant-block * {
  box-sizing: border-box;
}

/* ── Inner container ── */

.fa-sv-inner {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,255,255,.60), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.74) 0%, rgba(255,255,255,.48) 100%);
  border: 1px solid rgba(255,255,255,.76);
  box-shadow: 0 22px 58px rgba(67,80,130,.11);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

/* ── Hero ── */

.fa-sv-hero {
  display: grid;
  grid-template-columns: minmax(0,1fr) 360px;
  gap: 24px;
  align-items: center;
  margin-bottom: 22px;
}

.fa-sv-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(22,143,199,.16);
  color: #168fc7;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(67,80,130,.06);
}

.fa-sv-hero h2 {
  margin: 0;
  color: #102033;
  font-size: clamp(32px, 3.8vw, 54px);
  line-height: 1.07;
  letter-spacing: -.045em;
  font-weight: 950;
}

.fa-sv-hero > .fa-sv-hero-text > p {
  margin: 14px 0 0;
  max-width: 780px;
  color: #617187;
  font-size: 16.5px;
  line-height: 1.6;
  font-weight: 750;
}

.fa-sv-hero-image {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(30,55,90,.13);
}

.fa-sv-hero-image img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center center;
}

/* ── Cards ── */

.fa-sv-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
}

.fa-sv-card {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 20px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,255,255,.50), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.76) 0%, rgba(255,255,255,.52) 100%);
  border: 1px solid rgba(255,255,255,.76);
  box-shadow: 0 14px 34px rgba(67,80,130,.08);
  transition: all .24s ease;
}

.fa-sv-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(67,80,130,.13);
  border-color: rgba(120,155,210,.45);
}

.fa-sv-card-popular {
  border-color: rgba(99,91,255,.24);
  box-shadow: 0 16px 38px rgba(99,91,255,.10);
}

.fa-sv-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(217,164,65,.13);
  color: #9a6a18;
  font-size: 11.5px;
  line-height: 1;
  font-weight: 950;
}

.fa-sv-card h3 {
  margin: 0;
  color: #102033;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -.025em;
}

.fa-sv-duration {
  margin: 8px 0 0;
  color: #2f6df6;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 900;
}

/* ── Card body (variation description HTML) ── */

.fa-sv-body {
  margin: 12px 0 0;
}

.fa-sv-body p {
  margin: 0;
  color: #617187;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 740;
}

.fa-sv-body ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.fa-sv-body ul li {
  position: relative;
  padding-left: 20px;
  color: #425773;
  font-size: 13.3px;
  line-height: 1.35;
  font-weight: 800;
}

.fa-sv-body ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #168fc7;
  font-weight: 950;
}

/* ── Card bottom ── */

.fa-sv-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
}

.fa-sv-price {
  color: #102033;
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
}

.fa-sv-price .woocommerce-Price-amount {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.fa-sv-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  border-radius: 14px;
  color: #fff !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, #168fc7 0%, #2f6df6 54%, #635bff 82%, #d9a441 100%);
  box-shadow: 0 14px 30px rgba(22,143,199,.22);
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
  transition: all .24s ease;
}

.fa-sv-buy:hover {
  transform: translateY(-2px);
  color: #fff !important;
  box-shadow: 0 20px 40px rgba(47,109,246,.22);
}

/* ── Couple box ── */

.fa-sv-couple-box {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 20px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 10% 18%, rgba(190,24,93,.10), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.76) 0%, rgba(255,255,255,.52) 100%);
  border: 1px solid rgba(190,24,93,.12);
  box-shadow: 0 14px 34px rgba(67,80,130,.07);
}

.fa-sv-couple-box > div > span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  color: #be185d;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.fa-sv-couple-box h3 {
  margin: 0;
  color: #102033;
  font-size: 24px;
  line-height: 1.16;
  font-weight: 950;
}

.fa-sv-couple-box p {
  margin: 8px 0 0;
  color: #617187;
  font-size: 14.5px;
  line-height: 1.5;
  font-weight: 740;
}

.fa-sv-couple-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 16px;
  color: #fff !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, #be185d 0%, #635bff 75%, #d9a441 100%);
  box-shadow: 0 14px 30px rgba(190,24,93,.16);
  font-size: 14.5px;
  line-height: 1;
  font-weight: 950;
}

/* ── Info grid ── */

.fa-sv-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 18px;
}

.fa-sv-info-box {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(22,143,199,.12);
  box-shadow: 0 10px 24px rgba(67,80,130,.055);
}

.fa-sv-info-box h3 {
  margin: 0;
  color: #102033;
  font-size: 21px;
  line-height: 1.16;
  font-weight: 950;
}

.fa-sv-info-box p {
  margin: 10px 0 0;
  color: #617187;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 740;
}

.fa-sv-info-box ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.fa-sv-info-box li {
  color: #617187;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 740;
}

/* ── Responsive: tablet ── */

@media (max-width: 1100px) {
  .fa-sv-cards {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .fa-sv-hero {
    grid-template-columns: 1fr;
  }

  .fa-sv-hero-image img {
    height: 320px;
  }
}

/* ── Responsive: mobile ── */

@media (max-width: 640px) {
  .fa-sopot-variant-block {
    padding: 24px 0 34px;
  }

  .fa-sv-inner {
    width: calc(100% - 20px);
    padding: 16px;
    border-radius: 28px;
  }

  .fa-sv-hero {
    gap: 14px;
    margin-bottom: 16px;
  }

  .fa-sv-hero h2 {
    font-size: 29px;
  }

  .fa-sv-hero > .fa-sv-hero-text > p {
    font-size: 14px;
    line-height: 1.5;
  }

  .fa-sv-hero-image img {
    height: 190px;
  }

  .fa-sv-cards {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 9px;
  }

  .fa-sv-card {
    min-height: auto;
    padding: 12px;
    border-radius: 18px;
  }

  .fa-sv-badge {
    padding: 6px 8px;
    font-size: 10px;
    margin-bottom: 8px;
  }

  .fa-sv-card h3 {
    font-size: 16px;
    line-height: 1.1;
  }

  .fa-sv-duration {
    font-size: 11.5px;
    margin-top: 5px;
  }

  .fa-sv-body p {
    font-size: 11.5px;
    line-height: 1.35;
  }

  .fa-sv-body {
    margin-top: 8px;
  }

  .fa-sv-body ul {
    gap: 5px;
    margin-top: 9px;
  }

  .fa-sv-body ul li {
    font-size: 10.8px;
    line-height: 1.22;
    padding-left: 14px;
  }

  .fa-sv-bottom {
    display: block;
    padding-top: 11px;
  }

  .fa-sv-price {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .fa-sv-buy {
    width: 100%;
    min-height: 38px;
    border-radius: 13px;
    font-size: 13px;
  }

  .fa-sv-couple-box {
    grid-template-columns: 1fr;
    padding: 16px;
    border-radius: 20px;
  }

  .fa-sv-couple-box h3 {
    font-size: 21px;
  }

  .fa-sv-couple-box p {
    font-size: 13px;
  }

  .fa-sv-couple-link {
    width: 100%;
  }

  .fa-sv-info-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .fa-sv-info-box {
    padding: 15px;
    border-radius: 18px;
  }

  .fa-sv-info-box h3 {
    font-size: 19px;
  }

  .fa-sv-info-box p,
  .fa-sv-info-box li {
    font-size: 13px;
  }
}
