.shesfit-page .shesfit-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(8, 10, 8, 0.88) 0%, rgba(8, 10, 8, 0.64) 42%, rgba(8, 10, 8, 0.14) 74%),
    linear-gradient(180deg, rgba(8, 10, 8, 0.08) 0%, rgba(8, 10, 8, 0.62) 100%),
    url("images/shesfit-hero.jpg");
  background-size: cover;
  background-position: center 44%;
  background-repeat: no-repeat;
  color: white;
}

html,
body.shesfit-page {
  overflow-x: hidden;
}

.shesfit-page .shesfit-hero-content {
  position: relative;
  z-index: 2;
  width: min(680px, calc(100% - 96px));
  margin-left: 48px;
  padding: 96px 0 72px;
}

.shesfit-page .shesfit-hero h1 {
  color: white;
  margin-bottom: 22px;
  text-shadow: 0 10px 38px rgba(0, 0, 0, 0.36);
}

.shesfit-page .shesfit-hero h1 em {
  color: var(--sf-green-lighter);
  font-style: normal;
}

.shesfit-page .shesfit-hero .hero-sub {
  max-width: 620px;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.32);
}

.shesfit-page .trust-bar {
  background: #101410;
  border-top: 1px solid rgba(212, 237, 158, 0.12);
}

.shesfit-page .trust-label {
  max-width: 180px;
}

.shesfit-page .value-card {
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(17, 25, 17, 0.06);
}

.shesfit-page .value-card:hover {
  border-color: var(--sf-green-light);
  box-shadow: 0 26px 70px rgba(111, 168, 46, 0.18);
}

.shesfit-page .value-icon {
  background: linear-gradient(135deg, #8cc63e 0%, #5f9224 100%);
  color: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(111, 168, 46, 0.22);
}

.shesfit-page .value-icon svg {
  width: 29px;
  height: 29px;
  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shesfit-page .programs-grid.verified-programs {
  grid-template-columns: repeat(4, minmax(230px, 1fr));
}

.shesfit-page .verified-programs .program-card {
  aspect-ratio: 4 / 5;
  min-height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.shesfit-page .verified-programs .program-card::before {
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform 0.3s ease;
}

.shesfit-page .verified-programs .program-card:nth-child(1)::before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 24%, rgba(0, 0, 0, 0.86) 100%);
}

.shesfit-page .verified-programs .program-card:nth-child(2)::before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 24%, rgba(0, 0, 0, 0.86) 100%);
}

.shesfit-page .verified-programs .program-card:nth-child(3)::before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 24%, rgba(0, 0, 0, 0.86) 100%);
}

.shesfit-page .verified-programs .program-card:nth-child(4)::before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 24%, rgba(0, 0, 0, 0.86) 100%);
}

.shesfit-page .verified-programs .program-card::after {
  display: none;
}

.shesfit-page .verified-programs .program-card:hover::before {
  transform: scale(1.07);
}

.shesfit-page .verified-programs .shesfit-photo-group {
  background-image: url("images/shesfit-community.jpg") !important;
}

.shesfit-page .verified-programs .shesfit-photo-training {
  background-image: url("images/shesfit-functional.jpg") !important;
}

.shesfit-page .verified-programs .shesfit-photo-strength {
  background-image: url("images/shesfit-strength-1.jpg") !important;
}

.shesfit-page .verified-programs .shesfit-photo-cardio {
  background-image: url("images/shesfit-cardio.jpg") !important;
}

.shesfit-page .shesfit-osm-map {
  position: relative;
  min-height: 520px;
  background: #e8e4dc !important;
  overflow: hidden;
}

.shesfit-page .shesfit-osm-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.92) contrast(0.98);
}

.shesfit-page .shesfit-map-card {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 3;
  width: min(360px, calc(100% - 48px));
  padding: 18px 20px;
  border-radius: 14px;
  background: rgba(5, 12, 18, 0.9);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.shesfit-page .shesfit-map-card span {
  display: block;
  color: var(--sf-green-light);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 6px;
}

.shesfit-page .shesfit-map-card strong {
  display: block;
  color: white;
  font-size: 1rem;
  line-height: 1.25;
}

.shesfit-page .shesfit-map-card small {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  line-height: 1.45;
  margin-top: 5px;
}

.shesfit-page .shesfit-map-card a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--sf-green-lighter);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shesfit-page .locations-list .shesfit-view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 26px;
  border-color: rgba(212, 237, 158, 0.78) !important;
  color: white !important;
  background: rgba(140, 198, 62, 0.12);
  box-shadow: inset 0 0 0 1px rgba(140, 198, 62, 0.18);
  position: relative;
  z-index: 4;
}

.shesfit-page .locations-list .shesfit-view-all:hover {
  background: var(--sf-green-light);
  border-color: var(--sf-green-light) !important;
  color: #07110a !important;
}

.shesfit-page .verified-programs .program-card p {
  font-size: 0.93rem;
  color: rgba(255, 255, 255, 0.82);
}

.shesfit-page .shesfit-inside-section .section-sub {
  max-width: 720px;
}

.shesfit-page .sf-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 14px;
}

.shesfit-page .sf-photo-card {
  overflow: hidden;
  border-radius: 20px;
  background: #080a08;
  border: 1px solid rgba(8, 10, 8, 0.12);
  box-shadow: 0 18px 48px rgba(10, 10, 10, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.shesfit-page .sf-photo-card:hover {
  transform: translateY(-6px);
  border-color: rgba(140, 198, 62, 0.55);
  box-shadow: 0 28px 72px rgba(111, 168, 46, 0.2);
}

.shesfit-page .sf-photo-card img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  background: #111;
}

.shesfit-page .sf-photo-body {
  min-height: 220px;
  padding: 28px 24px 30px;
  color: white;
}

.shesfit-page .sf-photo-body h4 {
  margin: 0 0 12px;
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.75rem;
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0;
}

.shesfit-page .sf-photo-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.55;
}

.shesfit-page .testimonial-card.verified {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.shesfit-page .testimonial-card.verified .testimonial-text {
  flex: 1;
}

.shesfit-page .author-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1024px) {
  .shesfit-page .shesfit-hero {
    min-height: 690px !important;
    align-items: flex-end !important;
    background-image:
      linear-gradient(180deg, rgba(8, 10, 8, 0.18) 0%, rgba(8, 10, 8, 0.7) 52%, rgba(8, 10, 8, 0.92) 100%),
      url("images/shesfit-hero.jpg");
    background-position: 57% center;
  }

  .shesfit-page .shesfit-hero-content {
    width: 100%;
    margin: 0;
    padding: 104px 20px 58px !important;
    text-align: left !important;
  }

  .shesfit-page .shesfit-hero .hero-pill {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .shesfit-page .shesfit-hero h1,
  .shesfit-page .shesfit-hero .hero-sub {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
  }

  .shesfit-page .trust-bar {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 26px 18px !important;
    gap: 20px 12px !important;
  }

  .shesfit-page .trust-item {
    align-items: flex-start !important;
    text-align: left !important;
    padding-left: 4px;
  }

  .shesfit-page .section,
  .shesfit-page .section-grey {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .shesfit-page .section-heading,
  .shesfit-page .section-sub {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .shesfit-page .value-grid,
  .shesfit-page .testimonials-grid {
    grid-template-columns: 1fr !important;
  }

  .shesfit-page .programs-grid.verified-programs {
    display: flex !important;
    gap: 18px !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 4px 2px 22px;
    -webkit-overflow-scrolling: touch;
  }

  .shesfit-page .verified-programs .program-card {
    flex: 0 0 82vw;
    scroll-snap-align: start;
    min-height: 390px;
  }

  .shesfit-page .sf-photo-grid {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 4px 2px 22px;
    -webkit-overflow-scrolling: touch;
  }

  .shesfit-page .sf-photo-card {
    flex: 0 0 82vw;
    scroll-snap-align: start;
  }

  .shesfit-page .sf-photo-card img {
    height: 300px;
  }

  .shesfit-page .sf-photo-body {
    min-height: 190px;
  }
}

@media (max-width: 640px) {
  .shesfit-page .shesfit-hero {
    min-height: 720px !important;
    background-position: 60% center;
  }

  .shesfit-page .feature-chips {
    gap: 8px;
  }

  .shesfit-page .chip {
    font-size: 0.72rem;
    padding: 9px 12px;
  }

  .shesfit-page .locations-preview {
    grid-template-columns: 1fr !important;
  }

  .shesfit-page .locations-list {
    padding-bottom: 96px;
  }

  .shesfit-page .map-box {
    min-height: 300px;
  }

  .shesfit-page .shesfit-osm-map {
    min-height: 340px;
  }
}
