.elementor-628 .elementor-element.elementor-element-a9bf171{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-628 .elementor-element.elementor-element-95bd0c3{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-95bd0c3 *//* ======================================
   GYMRILLA PURPOSE V3 – MOVEMENT MANIFESTO
   ====================================== */
.gr-purpose {
  --accent: #FF3366;
  --accent-dark: #C91A4A;
  --text: #0F1114;
  --muted: #70757C;
  font-family: "Manrope", system-ui, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
  overflow-x: hidden;
}

/* HERO */
.gr-purpose__hero {
  text-align: center;
  padding: clamp(120px, 16vw, 220px) 6% clamp(80px, 10vw, 160px);
  background:
    radial-gradient(80% 60% at 70% 0%, rgba(255,51,102,0.08), transparent 60%),
    radial-gradient(80% 60% at 20% 100%, rgba(63,128,255,0.08), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
}

.gr-purpose__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(72px, 9vw, 120px);
  line-height: .9;
  letter-spacing: .02em;
  margin-bottom: 22px;
}

.gr-purpose__title span {
  color: var(--accent);
  display: block;
}

.gr-purpose__lead {
  font-size: clamp(18px, 2vw, 22px);
  color: var(--muted);
  line-height: 1.6;
  max-width: 68ch;
  margin: 0 auto 40px;
}

/* HERO BUTTON */
.gr-btn--hero {
  display: inline-block;
  position: relative;
  padding: 18px 40px;
  border-radius: 14px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-dark) 100%);
  box-shadow: 0 10px 28px rgba(255, 51, 102, 0.3);
  transition: all .35s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}

.gr-btn--hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.4), transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.6s ease;
  border-radius: inherit;
}

.gr-btn--hero:hover::before { transform: translateX(120%); }
.gr-btn--hero:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 16px 36px rgba(255, 51, 102, 0.45); }
.gr-btn--hero:active { transform: scale(0.98); }

/* MANIFESTO */
.gr-purpose__manifesto {
  text-align: center;
  padding: clamp(80px, 10vw, 140px) 6%;
}

.gr-purpose__manifesto p {
  font-size: 19px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 75ch;
  margin: 0 auto 20px;
}

.gr-h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(48px, 7vw, 70px);
  margin-bottom: 20px;
  color: var(--text);
  letter-spacing: .01em;
}

/* ETHOS SECTION */
.gr-purpose__ethos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  padding: clamp(100px, 12vw, 160px) 8%;
  border-top: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.04);
  background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
}

.gr-purpose__text p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 20px;
}

.gr-purpose__img img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  transition: transform .6s ease;
}
.gr-purpose__img img:hover { transform: scale(1.02); }

@media(max-width: 900px){
  .gr-purpose__ethos { grid-template-columns: 1fr; text-align: center; }
}

/* HIGHLIGHTS */
.gr-highlights {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px 14px;
  margin-top: 20px;
}

.gr-highlights li {
  list-style: none;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--muted);
  transition: all .25s ease;
  cursor: default;
}

.gr-highlights li:hover {
  color: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 4px 16px rgba(255,51,102,0.15);
}

/* CTA */
.gr-purpose__cta {
  text-align: center;
  background:
    radial-gradient(140% 120% at 15% -10%, rgba(255,51,102,0.06), transparent 42%),
    radial-gradient(120% 120% at 120% 10%, rgba(63,128,255,0.06), transparent 44%),
    linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
  padding: clamp(100px, 12vw, 160px) 6%;
}

.gr-purpose__cta p {
  color: var(--muted);
  font-size: 18px;
  max-width: 70ch;
  margin: 0 auto 30px;
}


/* ======================================
   GYMRILLA HIGHLIGHTS (Refined Edition)
   ====================================== */
.gr-highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px 18px;
  margin-top: 40px;
  padding: 0;
  list-style: none;
}

/* BADGE CORE */
.gr-highlights li {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text);
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 999px;
  box-shadow:
    0 4px 10px rgba(0,0,0,0.04),
    inset 0 1px 1px rgba(255,255,255,0.5);
  transition: all 0.25s ease;
  overflow: hidden;
  cursor: default;
  font-family: "Manrope", system-ui, sans-serif;
}

/* SOFT GRADIENT EDGE */
.gr-highlights li::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,51,102,0.07), rgba(63,128,255,0.07));
  opacity: 0;
  border-radius: inherit;
  transition: opacity 0.3s ease;
  z-index: 0;
}

/* TEXT LAYER */
.gr-highlights li span {
  position: relative;
  z-index: 1;
}

/* HOVER STATE — glow, lift, and brand tone */
.gr-highlights li:hover {
  color: var(--accent);
  transform: translateY(-2px);
  border-color: rgba(255,51,102,0.4);
  box-shadow:
    0 8px 20px rgba(255,51,102,0.2),
    inset 0 1px 2px rgba(255,255,255,0.4);
}

.gr-highlights li:hover::before {
  opacity: 1;
}

/* MOBILE RESPONSIVE ALIGNMENT */
@media (max-width: 640px) {
  .gr-highlights {
    justify-content: center;
    gap: 12px 10px;
  }
  .gr-highlights li {
    padding: 12px 20px;
    font-size: 12px;
  }
}/* End custom CSS */