/* Public packages — Deep Cycling card layout, Baika purple palette */
#fh5co-home .text-inner h1.bk-coaches-title {
  margin: 0 0 16px;
  padding-bottom: 0;
  font-size: clamp(40px, 7vw, 84px);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
}
#fh5co-home[data-section="paquetes"] .text-inner h1.bk-home-descripcion {
  margin: 0 0 12px;
}
#fh5co-home[data-section="paquetes"] .text-inner h2.bk-coaches-title.bk-home-cycling {
  margin: 0 0 20px;
  padding-bottom: 0;
  font-size: 64px;
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
}
#fh5co-home[data-section="paquetes"] .text-inner h2.bk-coaches-title.bk-home-cycling span {
  background-image: linear-gradient(90deg, #8258FA 0%, #B794F6 50%, #E9D5FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#fh5co-home[data-section="paquetes"] .text-inner h2.bk-coaches-title.bk-home-cycling span:after,
#fh5co-home[data-section="paquetes"] .text-inner h2.bk-coaches-title.bk-home-cycling span:before {
  display: none;
}
@media screen and (max-width: 768px) {
  #fh5co-home[data-section="paquetes"] .text-inner h2.bk-coaches-title.bk-home-cycling {
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.05;
  }
  #fh5co-home .text-inner h1.bk-coaches-title {
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.05;
  }
}
#fh5co-home .text-inner h2.bk-packages-sub {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  line-height: 1.5;
  letter-spacing: 2px;
}
#fh5co-pricing.bk-packages {
  background-color: #12081c;
  background-image:
    radial-gradient(at 12% 25%, rgba(130, 88, 250, 0.18) 0, transparent 50%),
    radial-gradient(at 88% 75%, rgba(95, 4, 180, 0.16) 0, transparent 50%),
    radial-gradient(at 50% 100%, rgba(108, 10, 245, 0.1) 0, transparent 55%);
  padding: 72px 0 96px;
  color: #c8c4d0;
}
.bk-packages-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.bk-packages-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #8258FA;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.bk-packages-kicker:before {
  content: "";
  display: block;
  width: 18px;
  height: 1.5px;
  border-radius: 9999px;
  background: currentColor;
  opacity: 0.6;
}
.bk-packages .bk-coaches-title {
  margin: 0 0 16px;
  font-size: clamp(28px, 5vw, 52px);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #f3f0f8;
  text-align: left;
}
.bk-packages .bk-coaches-title span {
  background: linear-gradient(90deg, #5F04B4 0%, #8258FA 55%, #c77dff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.bk-packages .bk-packages-sub {
  margin: 0 0 20px 0;
  max-width: 640px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  line-height: 1.5;
  letter-spacing: 2px;
}
.bk-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 18px;
}
.bk-pkg-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
  transition: transform 0.25s ease, filter 0.3s ease;
}
.bk-pkg-card:hover {
  transform: translateY(-5px);
  filter: drop-shadow(0 16px 40px rgba(108, 10, 245, 0.35));
}
.bk-pkg-header {
  position: relative;
  flex-shrink: 0;
  padding: 24px 24px 22px;
  background: #1a0b28;
}
.bk-pkg-header-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #6C0AF5;
}
.bk-pkg-name {
  margin: 0 0 18px;
  color: #f3f0f8;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}
.bk-pkg-price-row {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  line-height: 1;
}
.bk-pkg-price-symbol {
  color: #aba7b4;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 6px;
}
.bk-pkg-price {
  color: #f3f0f8;
  font-size: clamp(36px, 5vw, 54px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
}
.bk-pkg-price-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-bottom: 4px;
}
.bk-pkg-currency {
  color: #7c7884;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.bk-pkg-per-class {
  color: #8258FA;
  font-size: 11px;
  font-weight: 700;
}
.bk-pkg-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 22px 24px 20px;
  background: #14091f;
  border: 1px solid rgba(130, 88, 250, 0.22);
  border-top: none;
}
.bk-pkg-cta-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 22px;
}
.bk-pkg-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 20px;
  border: 1.5px solid rgba(130, 88, 250, 0.45);
  background: rgba(56, 11, 97, 0.45);
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.bk-pkg-cta:hover,
.bk-pkg-cta:focus {
  background: #6C0AF5;
  border-color: #6C0AF5;
  color: #fff;
  text-decoration: none;
}
.bk-pkg-features {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
}
.bk-pkg-features li {
  position: relative;
  padding-left: 26px;
  color: #9a94a3;
  font-size: 14px;
  line-height: 1.45;
  text-align: left;
}
.bk-pkg-features li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(108, 10, 245, 0.2);
  box-shadow: inset 0 0 0 1.5px #8258FA;
}
#fh5co-team.bk-sucursales .bk-pkg-features li,
.bk-packages .bk-pkg-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-left: 0;
}
#fh5co-team.bk-sucursales .bk-pkg-features li:before,
.bk-packages .bk-pkg-features li:before {
  display: none;
}
#fh5co-team.bk-sucursales .bk-pkg-features li i,
.bk-packages .bk-pkg-features li i {
  flex: 0 0 auto;
  margin-top: 1px;
  color: #8258FA;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
}
.bk-pkg-desc {
  margin: 10px 0 0;
  color: #7c7686;
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
}
.bk-sucursal-header .bk-pkg-name {
  margin-bottom: 0;
}
.bk-sucursal-social {
  display: flex;
  gap: 12px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.bk-sucursal-social li {
  margin: 0;
  padding: 0;
}
.bk-sucursal-social a {
  color: #8258FA;
  font-size: 20px;
  text-decoration: none;
}
.bk-sucursal-social a:hover,
.bk-sucursal-social a:focus {
  color: #c77dff;
  text-decoration: none;
}
.bk-sucursales-split {
  position: relative;
  display: block;
  min-height: 100vh;
  overflow: hidden;
}
#fh5co-team.bk-sucursales {
  background: #12081c;
}
.bk-sucursales-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 8.5em 36px 56px;
  text-align: center;
  background: transparent;
}
#fh5co-team.bk-sucursales .bk-sucursales-content .section-heading {
  float: none;
  width: 100%;
  margin: 0 auto 28px;
  text-align: center;
}
#fh5co-team.bk-sucursales .bk-sucursales-content .section-heading h2.bk-home-descripcion {
  display: block;
  width: 100%;
  margin: 0 auto 12px;
  padding-bottom: 0;
  font-size: clamp(40px, 7vw, 84px);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
#fh5co-team.bk-sucursales .bk-sucursales-content .section-heading h2.bk-coaches-title.bk-home-cycling {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  padding-bottom: 0;
  font-size: 64px;
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
#fh5co-team.bk-sucursales .bk-sucursales-content .section-heading h2.bk-coaches-title.bk-home-cycling span {
  display: inline-block;
  background-image: linear-gradient(90deg, #8258FA 0%, #B794F6 50%, #E9D5FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#fh5co-team.bk-sucursales .bk-sucursales-content .section-heading h2.bk-coaches-title.bk-home-cycling span:after,
#fh5co-team.bk-sucursales .bk-sucursales-content .section-heading h2.bk-coaches-title.bk-home-cycling span:before {
  display: none;
}
@media screen and (max-width: 768px) {
  #fh5co-team.bk-sucursales .bk-sucursales-content .section-heading h2.bk-coaches-title.bk-home-cycling {
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.05;
  }
}
.bk-sucursales-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 18px;
  width: 100%;
  margin: 0 auto;
}
.bk-sucursales-grid .bk-pkg-card {
  width: calc(25% - 14px);
  max-width: none;
  flex: 0 0 calc(25% - 14px);
  box-sizing: border-box;
}
#fh5co-team.bk-sucursales .bk-pkg-name,
#fh5co-team.bk-sucursales .bk-pkg-name span {
  display: block;
  width: 100%;
  margin: 0;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.5;
  text-align: center;
  background-image: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.bk-sucursales-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #12081c;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bk-sucursales-photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.bk-sucursales-photo-accent {
  display: none;
}
#fh5co-team.bk-sucursales .bk-pkg-card p.bk-packages-sub {
  margin: 10px 0 0;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .bk-sucursales-grid .bk-pkg-card {
    width: calc(50% - 9px);
    flex: 0 0 calc(50% - 9px);
    max-width: 460px;
  }
}
@media screen and (max-width: 992px) {
  .bk-sucursales-split {
    min-height: 100vh;
  }
  .bk-sucursales-photo {
    min-height: 100%;
    height: 100%;
  }
  .bk-sucursales-photo-accent {
    display: none;
  }
  .bk-sucursales-grid {
    display: flex;
  }
  .bk-sucursales-grid .bk-pkg-card {
    width: 100%;
    flex: 0 0 100%;
    max-width: 420px;
  }
  .bk-packages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  #fh5co-pricing.bk-packages {
    padding: 48px 0 64px;
  }
  .bk-packages-grid {
    grid-template-columns: 1fr;
  }
}
