:root {
  --bg-deep: #050505;
  --bg: #0b0b0b;
  --surface: #111111;
  --surface-2: rgba(255, 255, 255, 0.04);
  --primary: #f5a623;
  --primary-dark: #d88900;
  --primary-soft: rgba(245, 166, 35, 0.14);
  --primary-border: rgba(245, 166, 35, 0.35);
  --primary-glow: rgba(245, 166, 35, 0.45);
  --primary-rgb: 245, 166, 35;
  --primary-dark-rgb: 216, 137, 0;
  --primary-on-dark: #fde68a;
  --border: var(--primary-border);
  --text: #ffffff;
  --muted: #9ca3af;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.72);
  --radius: 14px;
  --radius-sm: 10px;
  --container: min(1180px, calc(100% - 32px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body.page-body {
  margin: 0;
  font-family: 'Barlow', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(1000px 600px at 85% 0%, rgba(var(--primary-rgb), 0.12), transparent 55%),
    radial-gradient(800px 500px at 0% 30%, rgba(var(--primary-rgb), 0.06), transparent 50%),
    linear-gradient(180deg, #050505 0%, var(--bg) 45%, #050505 100%);
  min-height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  background: var(--primary);
  color: #14151b;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 700;
  z-index: 10000;
}
.skip-link:focus {
  left: 12px;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.site-main {
  padding-bottom: 72px;
}

/* Panels */
.gym-panel {
  position: relative;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}
.gym-panel:hover {
  border-color: var(--primary-border);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.72),
    0 0 0 1px rgba(var(--primary-rgb), 0.15),
    0 0 42px rgba(var(--primary-rgb), 0.12);
}

.gym-panel--aggressive {
  border-color: rgba(var(--primary-rgb), 0.35);
  box-shadow:
    var(--shadow),
    0 0 48px rgba(var(--primary-rgb), 0.14);
}

.gym-inset {
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
}

.muted {
  color: var(--muted);
}

.badge-accent {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(var(--primary-rgb), 0.14);
  border: 1px solid rgba(var(--primary-rgb), 0.45);
  color: var(--primary-on-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.badge-corner-brand {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(var(--primary-rgb), 0.22);
  border: 1px solid rgba(var(--primary-rgb), 0.55);
  color: #fff;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}
.pill--accent {
  background: linear-gradient(90deg, rgba(var(--primary-rgb), 0.35), rgba(var(--primary-rgb), 0.08));
  border: 1px solid rgba(var(--primary-rgb), 0.55);
  color: var(--primary-on-dark);
}

.pill--muted {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--muted);
}

.eyebrow {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11px;
}
.eyebrow--accent {
  color: var(--primary);
}

/* Hero gym */
.hero--gym {
  position: relative;
  min-height: clamp(520px, 88vh, 880px);
  padding: 72px 0 56px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero__photo {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(105deg, rgba(5, 5, 5, 0.92) 0%, rgba(5, 5, 5, 0.55) 42%, rgba(5, 5, 5, 0.35) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.25) 0%, rgba(5, 5, 5, 0.85) 100%),
    url('https://images.unsplash.com/photo-1540497077202-7c8a3999166f?auto=format&fit=crop&w=2000&q=80');
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

/* Hero slider */
.hero--slider.hero--gym {
  padding: 0;
  display: block;
  min-height: 0;
  overflow: hidden;
}

.hero__slider-track {
  position: relative;
  min-height: clamp(520px, 88vh, 880px);
}

.hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.65s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  padding: 72px 0 72px;
}

.hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

/* Slider: yalnızca foto zoom — degrade katmanı sabit */
.hero--slider .hero__photo-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--slide-img);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.08) translateX(-1.5%);
  transform-origin: 50% 42%;
  will-change: transform, opacity;
}

.hero--slider .hero__photo-grad {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    linear-gradient(105deg, rgba(5, 5, 5, 0.92) 0%, rgba(5, 5, 5, 0.55) 42%, rgba(5, 5, 5, 0.35) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.25) 0%, rgba(5, 5, 5, 0.85) 100%);
}

.hero__slide:not(.is-active) .hero__photo-bg {
  animation: none;
  transform: scale(1.08) translateX(-1.5%);
  opacity: 1;
}

.hero__slide:not(.is-active):nth-child(even) .hero__photo-bg {
  transform: scale(1.08) translateX(1.5%);
}

.hero__slide.is-active .hero__photo-bg {
  animation: heroZoomKen 7s ease-out forwards;
}

.hero__slide.is-active:nth-child(even) .hero__photo-bg {
  animation-name: heroZoomKenRev;
}

@keyframes heroZoomKen {
  from {
    transform: scale(1.08) translateX(-1.5%);
    opacity: 0.94;
  }
  to {
    transform: scale(1) translateX(0);
    opacity: 1;
  }
}

@keyframes heroZoomKenRev {
  from {
    transform: scale(1.08) translateX(1.5%);
    opacity: 0.94;
  }
  to {
    transform: scale(1) translateX(0);
    opacity: 1;
  }
}

/* İçerik: fade-up; CTA 0.2s gecikmeli */
.hero__slide:not(.is-active) .hero__copy > *,
.hero__slide:not(.is-active) .hero__aside {
  animation: none !important;
  opacity: 0;
  transform: translateY(22px);
}

/* Slider: başlık + alt satır tek kart animasyonu */
.hero.hero--slider .hero__slide.is-active .hero__copy > .hero__copy-poster {
  animation: heroFadeUp 0.82s ease-out 0.06s forwards;
  opacity: 0;
}
.hero.hero--slider .hero__slide:not(.is-active) .hero__copy > .hero__copy-poster {
  animation: none !important;
}
.hero__slide.is-active .hero__copy > .hero__rating {
  animation: heroFadeUp 0.82s ease-out 0.16s forwards;
  opacity: 0;
}
.hero__slide.is-active .hero__copy > .hero__actions {
  animation: heroFadeUp 0.82s ease-out 0.2s forwards;
  opacity: 0;
}
.hero__slide.is-active .hero__copy > .hero__address {
  animation: heroFadeUp 0.82s ease-out 0.26s forwards;
  opacity: 0;
}

.hero__slide.is-active .hero__aside {
  animation: heroFadeUp 0.82s ease-out 0.18s forwards;
  opacity: 0;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__slide .hero__photo-bg {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .hero__slide .hero__copy > *,
  .hero__slide .hero__aside {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

.hero__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(var(--primary-rgb), 0.55);
  background: rgba(5, 5, 5, 0.65);
  color: #fff;
  cursor: pointer;
  transition:
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}
.hero__arrow:hover {
  border-color: var(--primary);
  box-shadow: 0 0 28px rgba(var(--primary-rgb), 0.35);
}
.hero__arrow--prev {
  left: 12px;
}
.hero__arrow--next {
  right: 12px;
}
.hero__arrow::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.hero__arrow--prev::after {
  transform: rotate(135deg);
}
.hero__arrow--next::after {
  transform: rotate(-45deg);
}

.hero__dots {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  display: flex;
  gap: 10px;
  align-items: center;
}

.hero__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}
.hero__dot.is-active {
  background: var(--primary);
  border-color: rgba(var(--primary-rgb), 0.85);
  transform: scale(1.15);
  box-shadow: 0 0 14px rgba(var(--primary-rgb), 0.55);
}

@media (max-width: 979px) {
  .hero__slide {
    padding: 56px 0 88px;
  }
  .hero__arrow {
    width: 40px;
    height: 40px;
  }
  .hero__arrow--prev {
    left: 8px;
  }
  .hero__arrow--next {
    right: 8px;
  }
}

.hero__scrim {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 70% at 70% 40%, rgba(var(--primary-rgb), 0.25), transparent 55%);
  mix-blend-mode: screen;
  opacity: 0.9;
}

.hero__accent-wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.18) 0%, transparent 45%, rgba(var(--primary-dark-rgb), 0.35) 100%);
  opacity: 0.85;
}

.hero__grain {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  mix-blend-mode: overlay;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
  align-items: end;
}
@media (min-width: 980px) {
  .hero__layout {
    grid-template-columns: 1.15fr 0.55fr;
    align-items: center;
  }
}

.hero__title {
  margin: 10px 0 12px;
  font-family: 'Oswald', Impact, sans-serif;
  font-weight: 700;
  font-size: clamp(38px, 7vw, 72px);
  line-height: 0.98;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: 0 12px 48px rgba(0, 0, 0, 0.85);
}

.hero__lead {
  margin: 0 0 18px;
  font-size: clamp(16px, 2vw, 18px);
  color: #d1d5db;
  max-width: 52ch;
  font-weight: 500;
}

.hero__rating {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  margin-bottom: 18px;
}

.rating-stars {
  color: var(--primary);
  letter-spacing: 3px;
  font-size: 16px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.hero__address {
  padding: 16px 18px;
  font-style: normal;
  color: var(--muted);
  line-height: 1.65;
  font-size: 14px;
}

.hero__aside {
  display: none;
}
@media (min-width: 980px) {
  .hero__aside {
    display: block;
    justify-self: end;
    align-self: center;
  }
}

.hero__stat-stack {
  padding: 20px;
  display: grid;
  gap: 12px;
  min-width: 220px;
}

.hero-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.hero-stat__val {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.04em;
}
.hero-stat__lbl {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease,
    color 0.18s ease;
  text-decoration: none;
  font-family: inherit;
  letter-spacing: 0.02em;
}
.btn:active {
  transform: translateY(1px);
}
.btn--lg {
  padding: 14px 24px;
  font-size: 15px;
}
.btn--sm {
  padding: 10px 16px;
  font-size: 13px;
}
.btn--block {
  width: 100%;
}

.btn--primary {
  color: #14151b;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border: 1px solid var(--primary-border);
  box-shadow: 0 10px 32px rgba(var(--primary-rgb), 0.35);
}
.btn--primary:hover {
  background: var(--primary-dark);
  box-shadow: 0 0 18px var(--primary-glow);
  transform: translateY(-2px);
  filter: none;
}

.btn--outline-accent {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--primary-border);
  color: var(--primary-on-dark);
}
.btn--outline-accent:hover {
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 0 18px var(--primary-glow);
}

.btn--dark {
  background: rgba(0, 0, 0, 0.55);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--text);
}
.btn--dark:hover {
  border-color: rgba(var(--primary-rgb), 0.55);
  box-shadow: 0 0 24px rgba(var(--primary-rgb), 0.18);
}

.btn--shine {
  position: relative;
  overflow: hidden;
}
.btn--shine::after {
  content: '';
  position: absolute;
  inset: -40%;
  background: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.35), transparent 60%);
  transform: translateX(-120%);
  transition: transform 650ms ease;
}
.btn--shine:hover::after {
  transform: translateX(120%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(16px);
  background: rgba(5, 5, 5, 0.9);
  border-bottom: 1px solid rgba(var(--primary-rgb), 0.2);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.38);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 12px 16px;
  padding: 5px 0;
  position: relative;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  line-height: 1;
}
.brand__mark {
  flex-shrink: 0;
  align-self: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  background: linear-gradient(145deg, var(--primary), var(--primary-dark));
  color: #14151b;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 10px 32px rgba(var(--primary-rgb), 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.brand__text {
  display: grid;
  gap: 2px;
  min-width: 0;
  align-content: center;
}
.brand__name {
  font-family: 'Oswald', Impact, sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 15px;
  line-height: 1.15;
}
.brand__tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 9px 10px;
  margin-left: auto;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}
.nav-toggle:hover {
  border-color: var(--primary-border);
  box-shadow: 0 0 20px rgba(var(--primary-rgb), 0.15);
}
@media (min-width: 980px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle__bar {
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 1px;
}

/* Orta menü + sağ CTA: mobilde tam genişlik panel */
.header-nav {
  display: none;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  width: 100%;
  flex-basis: 100%;
  order: 3;
  padding: 8px 0 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.98), rgba(4, 4, 4, 0.99));
  backdrop-filter: blur(18px);
}
.header-nav.is-open {
  display: flex;
}
@media (min-width: 980px) {
  .header-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex: 1;
    min-width: 0;
    order: unset;
    width: auto;
    flex-basis: auto;
    padding: 0;
    margin: 0;
    border-top: none;
    background: transparent;
    backdrop-filter: none;
  }
}

.site-nav--center {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
@media (min-width: 980px) {
  .site-nav--center {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px 10px;
    flex: 1;
    min-width: 0;
    width: auto;
  }
}

.site-nav__link {
  padding: 8px 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  transition:
    color 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
  border: 1px solid transparent;
}
.site-nav__link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}
.site-nav__link.is-active {
  color: var(--primary-on-dark);
  background: var(--primary-soft);
  border: 1px solid var(--primary-border);
  box-shadow: 0 0 22px rgba(var(--primary-rgb), 0.22);
}

.header-actions {
  display: flex;
  justify-content: stretch;
  width: 100%;
  padding-top: 14px;
  margin-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
@media (min-width: 980px) {
  .header-actions {
    width: auto;
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    flex-shrink: 0;
    justify-content: flex-end;
  }
}

.member-area {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media (min-width: 980px) {
  .member-area {
    width: auto;
  }
}

.member-area__trigger {
  position: relative;
  z-index: 3;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: 'Barlow', sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #14151b;
  background: linear-gradient(145deg, var(--primary), var(--primary-dark));
  box-shadow:
    0 0 0 1px rgba(var(--primary-rgb), 0.35),
    0 12px 36px rgba(var(--primary-rgb), 0.28);
  transition:
    transform 0.2s ease,
    box-shadow 0.22s ease,
    filter 0.22s ease;
}
.member-area__trigger:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 1px rgba(var(--primary-rgb), 0.5),
    0 16px 44px rgba(var(--primary-rgb), 0.38);
}
.member-area__trigger:focus {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(0, 0, 0, 0.5),
    0 0 0 4px rgba(var(--primary-rgb), 0.45),
    0 12px 36px rgba(var(--primary-rgb), 0.28);
}
.member-area.is-open .member-area__trigger {
  box-shadow:
    0 0 0 1px rgba(var(--primary-rgb), 0.55),
    0 0 28px rgba(var(--primary-rgb), 0.35);
}
.member-area.is-active-route .member-area__trigger {
  box-shadow:
    0 0 0 1px rgba(var(--primary-rgb), 0.55),
    0 0 32px rgba(var(--primary-rgb), 0.32);
}
@media (min-width: 980px) {
  .member-area__trigger {
    width: auto;
    min-width: 148px;
  }
}

@media (max-width: 979px) {
  .member-area__trigger {
    padding: 9px 12px;
    font-size: 12px;
    letter-spacing: 0.06em;
    min-width: 0;
  }

  .member-area__trigger-text {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.member-area__trigger-chevron {
  width: 8px;
  height: 8px;
  border-right: 2px solid #14151b;
  border-bottom: 2px solid #14151b;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.22s ease;
  opacity: 0.85;
}
.member-area.is-open .member-area__trigger-chevron {
  transform: rotate(225deg) translateY(1px);
}

.member-area__dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  pointer-events: none;
  transition:
    opacity 0.24s ease,
    transform 0.24s ease,
    visibility 0.24s ease;
}
@media (min-width: 980px) {
  .member-area__dropdown {
    left: auto;
    min-width: 220px;
  }
}
.member-area.is-open .member-area__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.member-area__dropdown-inner {
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(var(--primary-rgb), 0.32);
  background: linear-gradient(
    160deg,
    rgba(28, 28, 28, 0.72) 0%,
    rgba(12, 12, 12, 0.88) 48%,
    rgba(6, 6, 6, 0.92) 100%
  );
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 0 48px rgba(var(--primary-rgb), 0.14);
  backdrop-filter: blur(22px) saturate(1.15);
  -webkit-backdrop-filter: blur(22px) saturate(1.15);
}

.member-area__item {
  display: block;
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid transparent;
  transition:
    background 0.26s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.26s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.26s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.26s cubic-bezier(0.22, 1, 0.36, 1);
}
.member-area__item:hover {
  background: rgba(var(--primary-rgb), 0.1);
  border-color: rgba(var(--primary-rgb), 0.22);
  color: #fff;
}
.member-area__item.is-active {
  color: var(--primary-on-dark);
  background: rgba(var(--primary-rgb), 0.12);
  border-color: var(--primary-border);
  box-shadow: 0 0 18px rgba(var(--primary-rgb), 0.15);
}

.member-area__item--form {
  padding: 0;
  margin-top: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.member-area__logout-btn {
  width: 100%;
  margin: 0;
  padding: 12px 14px;
  border: none;
  border-radius: 12px;
  background: transparent;
  font: inherit;
  font-weight: 600;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  text-align: left;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.member-area__logout-btn:hover {
  background: rgba(248, 113, 113, 0.08);
  color: #fecaca;
}

body.nav-open {
  overflow: hidden;
}
@media (min-width: 980px) {
  body.nav-open {
    overflow: auto;
  }
}

.section {
  padding: 56px 0;
}
.section--tight {
  padding: 44px 0;
}
.section--stripe {
  border-block: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(900px 480px at 10% 10%, rgba(var(--primary-rgb), 0.07), transparent 55%),
    rgba(0, 0, 0, 0.18);
}

.section-head {
  text-align: center;
  margin-bottom: 28px;
}
.section-head--left {
  text-align: left;
}
.section-title {
  margin: 0 0 8px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.section-lead {
  margin: 0 auto;
  max-width: 62ch;
  color: var(--muted);
  font-size: 16px;
}
.section-head--left .section-lead {
  margin: 0;
}

.page-hero {
  padding: 76px 0 28px;
}
.page-title {
  margin: 10px 0 12px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 4.5vw, 52px);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.page-lead {
  margin: 0;
  max-width: 72ch;
  color: var(--muted);
  font-size: 17px;
}

/* Why grid */
.why-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1080px) {
  .why-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.why-card {
  padding: 18px 18px 20px;
}
.why-card__icon {
  width: 44px;
  height: 4px;
  border-radius: 999px;
  margin-bottom: 14px;
  background: linear-gradient(90deg, var(--primary), transparent);
  box-shadow: 0 0 18px var(--primary-glow);
}
.why-card__icon--two {
  background: linear-gradient(90deg, transparent, var(--primary));
}
.why-card__icon--three {
  width: 52px;
  background: linear-gradient(90deg, var(--primary-dark), var(--primary));
}
.why-card__icon--four {
  width: 36px;
  background: linear-gradient(90deg, var(--primary), var(--primary-dark));
}

.why-card__title {
  margin: 0 0 8px;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.why-card__text {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

/* Service visual cards */
.service-visual-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .service-visual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1080px) {
  .service-visual-grid:not(.service-visual-grid--page) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .service-visual-grid--page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.program-category {
  scroll-margin-top: 96px;
}

.service-visual-card {
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.service-visual-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.service-visual-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.service-visual-card:hover .service-visual-card__media img {
  transform: scale(1.06);
}
.service-visual-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(5, 5, 5, 0.92) 100%);
  pointer-events: none;
}
.service-visual-card__body {
  padding: 18px 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.service-visual-card__title {
  margin: 0 0 8px;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.service-visual-card__text {
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.65;
  flex: 1;
  font-size: 15px;
}
.service-visual-card__more {
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* —— Home: premium services showcase (scoped) —— */
.svc-showcase {
  --svc-gold: #f3b23a;
  --svc-gold-dim: rgba(243, 178, 58, 0.45);
  --svc-glass: rgba(12, 13, 18, 0.72);
  position: relative;
  padding: clamp(48px, 7vw, 96px) 0 clamp(40px, 6vw, 72px);
  overflow: hidden;
}
.svc-showcase__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 55% at 50% -10%, rgba(243, 178, 58, 0.16), transparent 52%),
    radial-gradient(ellipse 60% 45% at 100% 30%, rgba(243, 178, 58, 0.06), transparent 50%),
    radial-gradient(ellipse 50% 40% at 0% 70%, rgba(243, 178, 58, 0.05), transparent 45%),
    linear-gradient(180deg, #060606 0%, #050505 40%, #040404 100%);
}
.svc-showcase__ambient::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}
.svc-showcase__wrap {
  position: relative;
  z-index: 1;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 max(16px, env(safe-area-inset-right)) 0 max(16px, env(safe-area-inset-left));
}
.svc-showcase__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(36px, 5vw, 52px);
}
.svc-showcase__eyebrow {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--svc-gold);
}
.svc-showcase__title {
  margin: 0 0 16px;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.85rem, 4.2vw, 2.75rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}
.svc-showcase__lead {
  margin: 0;
  font-size: clamp(15px, 1.9vw, 17px);
  line-height: 1.65;
  color: rgba(200, 206, 214, 0.92);
}
.svc-showcase__grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;
  align-items: stretch;
}
@media (min-width: 720px) {
  .svc-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1080px) {
  .svc-showcase__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.svc-showcase__foot {
  margin-top: clamp(28px, 4vw, 40px);
  text-align: center;
}
.svc-showcase__btn {
  min-width: 200px;
}

.svc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 28px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(243, 178, 58, 0.22);
  background: linear-gradient(165deg, var(--svc-glass), rgba(6, 7, 10, 0.96));
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .svc-card:hover {
    transform: translateY(-8px);
    border-color: rgba(243, 178, 58, 0.55);
    box-shadow:
      0 32px 72px rgba(0, 0, 0, 0.6),
      0 0 48px rgba(243, 178, 58, 0.18),
      0 0 0 1px rgba(243, 178, 58, 0.25) inset;
  }
  .svc-card:hover .svc-card__img {
    transform: scale(1.05);
  }
  .svc-card:hover .svc-card__cta {
    color: var(--svc-gold);
    letter-spacing: 0.12em;
  }
}
.svc-card:focus-visible {
  outline: 2px solid var(--svc-gold);
  outline-offset: 4px;
}
.svc-card--featured {
  border-color: rgba(243, 178, 58, 0.42);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.58),
    0 0 60px rgba(243, 178, 58, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}
@media (min-width: 1080px) {
  .svc-card--featured {
    min-height: 420px;
  }
}
.svc-card__ribbon {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 4;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0a0a0c;
  background: linear-gradient(135deg, var(--svc-gold), #c78a12);
  box-shadow: 0 0 20px rgba(243, 178, 58, 0.45);
}
.svc-card__index {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 4;
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.06);
  text-shadow: 0 0 40px rgba(243, 178, 58, 0.15);
  pointer-events: none;
}
.svc-card--featured .svc-card__index {
  color: rgba(243, 178, 58, 0.12);
}
.svc-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  flex-shrink: 0;
}
.svc-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.45s ease;
}
.svc-card__media-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 5, 6, 0.1) 0%, rgba(5, 5, 6, 0.55) 55%, rgba(5, 5, 6, 0.92) 100%);
  pointer-events: none;
}
.svc-card__media-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, rgba(243, 178, 58, 0.08) 0%, transparent 42%);
  pointer-events: none;
  opacity: 0.85;
}
.svc-card__body {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px 22px 18px;
  gap: 10px;
}
@media (max-width: 719px) {
  .svc-card__body {
    padding: 16px 16px 14px;
    gap: 8px;
  }
}
.svc-card__badge {
  align-self: flex-start;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--svc-gold);
  border: 1px solid var(--svc-gold-dim);
  background: rgba(0, 0, 0, 0.35);
}
.svc-card__h {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}
.svc-card__txt {
  margin: 0 0 auto;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(180, 188, 200, 0.95);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.svc-card__cta {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(243, 178, 58, 0.85);
  transition: color 0.35s ease, letter-spacing 0.35s ease;
}
.svc-card__icons {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.svc-card__ico {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(243, 178, 58, 0.2);
  background: rgba(243, 178, 58, 0.06);
  position: relative;
}
.svc-card__ico--a::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 4px;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  background: var(--svc-gold);
  opacity: 0.55;
  box-shadow: 0 -7px 0 0 rgba(243, 178, 58, 0.55), 0 7px 0 0 rgba(243, 178, 58, 0.55);
}
.svc-card__ico--b::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -45%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 12px solid rgba(243, 178, 58, 0.65);
  opacity: 0.85;
}
.svc-card__ico--c::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid rgba(243, 178, 58, 0.55);
  opacity: 0.75;
}
@media (prefers-reduced-motion: reduce) {
  .svc-card,
  .svc-card__img,
  .svc-card__cta {
    transition: none !important;
  }
  .svc-card:hover {
    transform: none !important;
  }
  .svc-card:hover .svc-card__img {
    transform: none !important;
  }
}

/* —— Home: premium çalışma saatleri + programlar —— */
.hrs-premium {
  --hp-bg: #050505;
  --hp-card: #0f1117;
  --hp-card-hover: #151922;
  --hp-gold: #f3ab2f;
  --hp-text: #ffffff;
  --hp-muted: #9aa3b2;
  --hp-br: rgba(243, 171, 47, 0.2);
  background: var(--hp-bg);
  padding: clamp(36px, 5vw, 56px) 0 clamp(28px, 4vw, 40px);
}
.hrs-premium__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 max(16px, env(safe-area-inset-right)) 0 max(16px, env(safe-area-inset-left));
}
.hrs-premium__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto clamp(24px, 3.5vw, 36px);
}
.hrs-premium__eyebrow {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--hp-gold);
}
.hrs-premium__title {
  margin: 0 0 12px;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.65rem, 3.8vw, 2.35rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--hp-text);
}
.hrs-premium__lead {
  margin: 0;
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 1.6;
  color: rgba(154, 163, 178, 0.95);
}
.hrs-premium__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  align-items: stretch;
}
@media (min-width: 880px) {
  .hrs-premium__grid {
    grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
    gap: 22px;
  }
}
.hrs-premium__card {
  border-radius: 28px;
  border: 1px solid var(--hp-br);
  background: linear-gradient(165deg, rgba(18, 21, 28, 0.92), var(--hp-card));
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  overflow: hidden;
}
.hrs-premium__card--status {
  padding: 24px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
@media (min-width: 880px) {
  .hrs-premium__card--status {
    padding: 26px 24px;
  }
}
.hrs-premium__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid var(--hp-br);
}
.hrs-premium__pill--open {
  color: #0a0a0c;
  background: linear-gradient(135deg, var(--hp-gold), #c77f0a);
  border-color: rgba(243, 171, 47, 0.55);
  box-shadow: 0 0 28px rgba(243, 171, 47, 0.35);
}
.hrs-premium__pill--closed {
  color: var(--hp-muted);
  background: rgba(0, 0, 0, 0.35);
}
.hrs-premium__pulse {
  animation: hoursPulse 2.8s ease-in-out infinite;
}
.hrs-premium__today-label {
  margin: 4px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--hp-text);
}
.hrs-premium__today-range {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--hp-gold);
}
.hrs-premium__hint {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--hp-muted);
}
.hrs-premium__wa {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #062d14;
  background: #25d366;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hrs-premium__wa:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}
.hrs-premium__card--list {
  padding: 8px 0;
  display: flex;
  flex-direction: column;
}
.hrs-premium__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--hp-text);
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.hrs-premium__row:last-child {
  border-bottom: 0;
}
.hrs-premium__row:hover {
  background: rgba(255, 255, 255, 0.03);
}
.hrs-premium__row.is-today {
  background: linear-gradient(90deg, rgba(243, 171, 47, 0.12), transparent 65%);
  box-shadow: inset 4px 0 0 var(--hp-gold);
}
.hrs-premium__day {
  font-size: 15px;
  font-weight: 700;
}
.hrs-premium__time {
  font-size: 14px;
  font-weight: 700;
  color: var(--hp-gold);
  letter-spacing: 0.02em;
}
.hrs-premium__row.is-today .hrs-premium__day {
  color: #fff;
}

.prog-premium {
  --pp-bg: #050505;
  --pp-card: #0f1117;
  --pp-card-hover: #151922;
  --pp-gold: #f3ab2f;
  --pp-text: #ffffff;
  --pp-muted: #9aa3b2;
  --pp-br: rgba(243, 171, 47, 0.2);
  background: var(--pp-bg);
  padding: clamp(28px, 4vw, 44px) 0 clamp(40px, 5vw, 56px);
}
.prog-premium__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 max(16px, env(safe-area-inset-right)) 0 max(16px, env(safe-area-inset-left));
}
.prog-premium__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(24px, 3.5vw, 36px);
}
.prog-premium__eyebrow {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--pp-gold);
}
.prog-premium__title {
  margin: 0 0 12px;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.55rem, 3.6vw, 2.2rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--pp-text);
}
.prog-premium__lead {
  margin: 0;
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 1.6;
  color: rgba(154, 163, 178, 0.95);
}
.prog-premium__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  align-items: stretch;
}
@media (min-width: 640px) {
  .prog-premium__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1080px) {
  .prog-premium__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.prog-premium__foot {
  margin-top: clamp(24px, 3.5vw, 32px);
  text-align: center;
}
.prog-premium__btn {
  min-width: 200px;
}

.prog-pcard {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 28px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--pp-br);
  background: linear-gradient(165deg, rgba(18, 21, 28, 0.95), var(--pp-card));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .prog-pcard:hover {
    transform: translateY(-8px);
    border-color: rgba(243, 171, 47, 0.55);
    background: linear-gradient(165deg, rgba(22, 25, 34, 0.98), var(--pp-card-hover));
    box-shadow:
      0 28px 64px rgba(0, 0, 0, 0.55),
      0 0 40px rgba(243, 171, 47, 0.16),
      0 0 0 1px rgba(243, 171, 47, 0.2) inset;
  }
  .prog-pcard:hover .prog-pcard__img {
    transform: scale(1.06);
  }
  .prog-pcard:hover .prog-pcard__cta {
    color: var(--pp-gold);
    letter-spacing: 0.1em;
  }
}
.prog-pcard:focus-visible {
  outline: 2px solid var(--pp-gold);
  outline-offset: 4px;
}
.prog-pcard--featured {
  border-color: rgba(243, 171, 47, 0.42);
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.52),
    0 0 48px rgba(243, 171, 47, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}
.prog-pcard__ribbon {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 4;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0a0a0c;
  background: linear-gradient(135deg, var(--pp-gold), #c77f0a);
  box-shadow: 0 0 18px rgba(243, 171, 47, 0.45);
}
.prog-pcard__index {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 4;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}
.prog-pcard--featured .prog-pcard__index {
  color: rgba(243, 171, 47, 0.12);
}
.prog-pcard__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  flex-shrink: 0;
}
.prog-pcard__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.45s ease;
}
.prog-pcard__grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 5, 6, 0.15) 0%, rgba(5, 5, 6, 0.55) 50%, rgba(5, 5, 6, 0.92) 100%);
  pointer-events: none;
}
.prog-pcard__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 18px 20px 20px;
  gap: 10px;
}
@media (max-width: 639px) {
  .prog-pcard__body {
    padding: 14px 16px 16px;
  }
}
.prog-pcard__badge {
  align-self: flex-start;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pp-gold);
  border: 1px solid var(--pp-br);
  background: rgba(0, 0, 0, 0.35);
}
.prog-pcard__h {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pp-text);
}
.prog-pcard__txt {
  margin: 0 0 auto;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(154, 163, 178, 0.95);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.prog-pcard__cta {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(243, 171, 47, 0.88);
  transition: color 0.35s ease, letter-spacing 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .prog-pcard,
  .prog-pcard__img,
  .prog-pcard__cta {
    transition: none !important;
  }
  .prog-pcard:hover {
    transform: none !important;
  }
  .prog-pcard:hover .prog-pcard__img {
    transform: none !important;
  }
  .hrs-premium__pulse {
    animation: none !important;
  }
}

.link-accent {
  color: var(--primary);
  font-weight: 700;
}
.link-accent:hover {
  color: var(--primary-on-dark);
}

/* Program showcase (home) */
.program-showcase-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 860px) {
  .program-showcase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.program-showcase-card {
  padding: 0;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: inherit;
}
.program-showcase-card__visual {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.program-showcase-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.program-showcase-card:hover .program-showcase-card__visual img {
  transform: scale(1.08);
}
.program-showcase-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.2) 0%, rgba(5, 5, 5, 0.88) 100%);
}
.program-showcase-card__label {
  position: absolute;
  left: 14px;
  bottom: 14px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.85);
}

/* Gallery masonry */
.gallery-placeholder-note {
  text-align: center;
  margin-bottom: 18px;
  font-size: 14px;
}

.gallery-masonry {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}
@media (min-width: 600px) {
  .gallery-masonry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 180px;
  }
  .gallery-masonry__item:nth-child(4n + 1) {
    grid-row: span 2;
  }
  .gallery-masonry__item:nth-child(5n + 3) {
    grid-column: span 2;
    grid-row: span 1;
  }
}
@media (min-width: 980px) {
  .gallery-masonry {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 160px;
    gap: 12px;
  }
  .gallery-masonry--page {
    grid-auto-rows: 190px;
  }
}

.gallery-masonry__item {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: var(--radius);
}
.gallery-masonry__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 200px;
  transition: transform 0.5s ease;
}
.gallery-masonry__item:hover img {
  transform: scale(1.05);
}

/* Package / generic cards */
.cards-grid {
  display: grid;
  gap: 16px;
}
.cards-grid--tight {
  gap: 14px;
}
@media (min-width: 760px) {
  .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1080px) {
  .cards-grid:not(.cards-grid--packages) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.cards-grid--packages {
  grid-template-columns: 1fr;
}
@media (min-width: 860px) {
  .cards-grid--packages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1180px) {
  .cards-grid--packages {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.card {
  position: relative;
  padding: 22px;
}
.card__title {
  margin: 0 0 12px;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.card__text {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.card--featured-brand {
  border: 1px solid var(--primary-border);
  box-shadow:
    var(--shadow),
    0 0 48px rgba(var(--primary-rgb), 0.15);
}

.price {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.price--accent {
  font-size: 28px;
  color: var(--primary);
}
.price--xl {
  font-size: 42px;
  margin: 8px 0 14px;
}
.price--xl small {
  font-size: 18px;
  color: var(--muted);
}

.package-card .btn {
  margin-top: 10px;
}

.section-cta {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

/* Motivation banner */
.motivation-banner {
  position: relative;
  margin: 36px 0 0;
  min-height: 320px;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.motivation-banner__bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(5, 5, 5, 0.92), rgba(5, 5, 5, 0.65)),
    url('https://images.unsplash.com/photo-1583454110551-21f2fa2afe61?auto=format&fit=crop&w=2000&q=80');
  background-size: cover;
  background-position: center;
}
.motivation-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.35), transparent 55%);
  mix-blend-mode: multiply;
  opacity: 0.9;
}
.motivation-banner__inner {
  position: relative;
  z-index: 1;
  padding: 56px 0;
  text-align: center;
}
.motivation-banner__eyebrow {
  margin: 0 0 12px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  letter-spacing: 0.35em;
  color: var(--primary);
  font-size: 13px;
}
.motivation-banner__quote {
  margin: 0 auto 22px;
  max-width: 36ch;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: clamp(22px, 3.5vw, 34px);
  line-height: 1.2;
  text-transform: uppercase;
}
.motivation-banner__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* Home contact */
.home-contact-grid {
  padding: 22px;
  display: grid;
  gap: 20px;
}
@media (min-width: 760px) {
  .home-contact-grid {
    grid-template-columns: 1fr 1.2fr auto;
    align-items: center;
  }
}
.home-contact-grid__line {
  margin: 8px 0 0;
  font-size: 15px;
}
.home-contact-grid__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Programs page */
.program-stack {
  display: grid;
  gap: 48px;
}
.program-category__title {
  margin: 0 0 12px;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cards-grid--programs {
  grid-template-columns: 1fr;
}

.program-card {
  padding: 0;
  overflow: hidden;
}
.program-card__visual {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.program-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.program-card__visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 10%, rgba(5, 5, 5, 0.92) 100%);
}
.program-card__inner {
  padding: 20px;
}
.program-card__top {
  display: grid;
  gap: 14px;
}
@media (min-width: 760px) {
  .program-card__top {
    grid-template-columns: 1fr auto;
    align-items: start;
  }
}
.program-card__name {
  margin: 0 0 10px;
  font-size: 22px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}
.program-card__desc {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.program-note {
  margin: 14px 0;
}

.exercise-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.exercise-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}
.exercise-table th,
.exercise-table td {
  padding: 12px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
  font-size: 14px;
}
.exercise-table thead th {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.contact-grid {
  display: grid;
  gap: 16px;
}
@media (min-width: 980px) {
  .contact-grid {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: start;
  }
}

.contact-card,
.map-panel {
  padding: 22px;
}

.contact-lines {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.map-frame {
  margin-top: 14px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  aspect-ratio: 16 / 10;
  background: rgba(0, 0, 0, 0.35);
}
.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.site-footer {
  margin-top: 36px;
  border-top: 1px solid rgba(var(--primary-rgb), 0.18);
  background: rgba(5, 5, 5, 0.92);
}
.footer-grid {
  display: grid;
  gap: 22px;
  padding: 40px 0;
}
@media (min-width: 860px) {
  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
}
.footer-brand {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}
.footer-heading {
  font-weight: 800;
  margin-bottom: 12px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.footer-links,
.footer-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  color: var(--muted);
}
.footer-links a:hover,
.footer-meta a:hover {
  color: var(--primary);
}

.footer-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-bar-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding: 16px 0;
  color: var(--muted);
  font-size: 13px;
}
.footer-bar__accent {
  font-weight: 700;
}
.footer-bar__accent--brand {
  color: var(--primary);
}

.fab-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: linear-gradient(145deg, #25d366, #128c7e);
  box-shadow:
    0 18px 44px rgba(18, 140, 126, 0.35),
    0 0 0 2px rgba(var(--primary-rgb), 0.35);
  display: grid;
  place-items: center;
  z-index: 999;
  transition: transform 0.2s ease;
}
.fab-wa:hover {
  transform: translateY(-3px) scale(1.03);
}
.fab-wa__icon {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  position: relative;
}
.fab-wa__icon::before {
  content: '';
  position: absolute;
  inset: 6px 5px 5px 6px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 6px;
}

@media (max-width: 979px) {
  .header-inner {
    flex-wrap: wrap;
  }
  .site-nav {
    width: 100%;
    padding-bottom: 8px;
  }
  .hero--gym:not(.hero--slider) {
    min-height: unset;
    padding-top: 56px;
  }
  .program-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 599px) {
  .gallery-masonry__item img {
    min-height: 220px;
  }
}

.text-white {
  color: var(--text);
}

.section-title--left {
  text-align: left;
}

.about-split {
  display: grid;
  gap: 28px;
  align-items: center;
}
@media (min-width: 980px) {
  .about-split {
    grid-template-columns: 1fr 1.05fr;
  }
}

.about-lead {
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 16px;
}

.about-bullets {
  margin: 0 0 18px;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.85;
}

.about-google {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
}

.about-split__collage {
  display: grid;
  gap: 12px;
}

.about-collage__main {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.about-collage__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
}

.about-collage__stack {
  display: grid;
  gap: 12px;
}
@media (min-width: 520px) {
  .about-collage__stack {
    grid-template-columns: 1fr 1fr;
  }
}

.about-collage__small {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.about-collage__small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 140px;
}

.hours-banner {
  padding: 22px;
  display: grid;
  gap: 20px;
}
@media (min-width: 860px) {
  .hours-banner {
    grid-template-columns: 260px 1fr;
    align-items: center;
  }
}

.hours-banner__badge-wrap {
  text-align: center;
}
@media (min-width: 860px) {
  .hours-banner__badge-wrap {
    text-align: left;
  }
}

.hours-open-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px;
  background: rgba(var(--primary-rgb), 0.22);
  border: 1px solid rgba(var(--primary-rgb), 0.55);
  color: var(--primary-on-dark);
}
.hours-open-pill--closed {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--muted);
}

.hours-banner__range {
  margin: 12px 0 0;
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hours-table-wrap {
  overflow-x: auto;
}

.hours-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 280px;
}
.hours-table th,
.hours-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
}
.hours-table th {
  width: 42%;
  font-weight: 700;
  color: var(--text);
}
.hours-table__time {
  color: var(--primary);
  font-weight: 700;
}

.program-cards-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .program-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1080px) {
  .program-cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.program-tile {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.program-tile__visual {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.program-tile__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.program-tile:hover .program-tile__visual img {
  transform: scale(1.06);
}
.program-tile__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 10%, rgba(5, 5, 5, 0.92) 100%);
}
.program-tile__title {
  position: absolute;
  left: 14px;
  bottom: 14px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.program-tile__body {
  padding: 16px 18px 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.program-tile__text {
  flex: 1 1 200px;
  margin: 0;
  font-size: 14px;
}

.gallery-masonry__hit {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
  font: inherit;
  color: inherit;
}
.gallery-masonry__hit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-masonry--hero .gallery-masonry__item--lg img {
  min-height: 260px;
}
@media (min-width: 980px) {
  .gallery-masonry--hero {
    grid-auto-rows: 200px;
  }
}

.trainers-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .trainers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1080px) {
  .trainers-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.trainer-card {
  padding: 0;
  overflow: hidden;
}
.trainer-card__photo {
  aspect-ratio: 1 / 1.05;
  overflow: hidden;
}
.trainer-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trainer-card__body {
  padding: 16px 18px 18px;
}
.trainer-card__name {
  margin: 0 0 6px;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 700;
}
.trainer-card__spec {
  margin: 0 0 10px;
  color: var(--primary);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.trainer-card__bio {
  margin: 0;
  font-size: 14px;
}

.testimonials-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}
@media (min-width: 760px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.testimonial-card {
  padding: 20px;
}
.testimonial-card__stars {
  color: var(--primary);
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.testimonial-card__quote {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.65;
  color: #e5e7eb;
}
.testimonial-card__author {
  margin: 0 0 10px;
  font-weight: 800;
}

.blog-cards-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}
@media (min-width: 760px) {
  .blog-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1080px) {
  .blog-cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.blog-card {
  padding: 18px;
}
.blog-card__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 8px;
}
.blog-card__title {
  margin: 0 0 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 700;
}
.blog-card__excerpt {
  margin: 0 0 12px;
  font-size: 15px;
}

.appointment-form {
  padding: 22px;
}

.appointment-form__grid {
  display: grid;
  gap: 16px;
  margin-bottom: 18px;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .appointment-form__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.form-field {
  display: grid;
  gap: 6px;
}
.form-field--full {
  grid-column: 1 / -1;
}

.form-field label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.input-text,
.input-textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.35);
  color: var(--text);
  font-family: inherit;
  font-size: 15px;
}
.input-text:focus,
.input-textarea:focus {
  outline: none;
  border-color: rgba(var(--primary-rgb), 0.65);
  box-shadow: 0 0 0 1px rgba(var(--primary-rgb), 0.25);
}

.input-textarea {
  resize: vertical;
  min-height: 120px;
}

.alert-banner {
  padding: 14px 16px;
  font-weight: 700;
  border-radius: var(--radius);
}
.alert-banner--ok {
  border: 1px solid rgba(34, 197, 94, 0.45);
  color: #bbf7d0;
}
.alert-banner--err {
  border: 1px solid rgba(var(--primary-rgb), 0.55);
  color: var(--primary-on-dark);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  place-items: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.88);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}
.lightbox__img {
  max-width: min(1100px, 96vw);
  max-height: 88vh;
  border-radius: var(--radius-sm);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.85);
}
.lightbox__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(var(--primary-rgb), 0.55);
  background: rgba(5, 5, 5, 0.75);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.prose-block {
  padding: 22px;
}
.lead-strong {
  font-size: 18px;
  font-weight: 600;
  color: #e5e7eb;
  margin: 0 0 16px;
}

.footer-grid--rich {
  grid-template-columns: 1fr;
}
@media (min-width: 680px) {
  .footer-grid--rich {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1080px) {
  .footer-grid--rich {
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
  }
}

.footer-hours {
  margin-top: 10px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
}

.footer-map-link {
  margin-top: 10px;
}

.footer-wa {
  color: #25d366;
  font-weight: 700;
}

/* --- Polish: hero, anchors, sections, cards --- */
section[id] {
  scroll-margin-top: 88px;
}

.hero.hero--gym.hero--slider .hero__photo-grad {
  background-image:
    linear-gradient(105deg, rgba(5, 5, 5, 0.52) 0%, rgba(5, 5, 5, 0.22) 48%, rgba(5, 5, 5, 0.12) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.06) 0%, rgba(5, 5, 5, 0.42) 100%);
}

.hero.hero--gym.hero--slider .hero__accent-wash {
  opacity: 0.38;
}

.hero.hero--gym.hero--slider .hero__scrim {
  opacity: 0.45;
}

.hero.hero--gym.hero--slider .hero__layout {
  grid-template-columns: 1fr;
  align-items: stretch;
}

.hero.hero--gym.hero--slider .hero__aside {
  display: none;
}

.hero.hero--gym.hero--slider .hero__stat-stack--aside {
  min-width: unset;
  max-width: none;
}

@media (min-width: 980px) {
  .hero.hero--gym.hero--slider .hero__aside {
    display: block;
    justify-self: end;
    width: auto;
  }

  .hero.hero--gym.hero--slider .hero__layout {
    grid-template-columns: 1.12fr minmax(200px, 0.42fr);
    align-items: center;
    gap: 20px 28px;
  }
}

.hero.hero--slider .hero__title {
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (max-width: 979px) {
  .hero.hero--slider .hero__title {
    font-size: clamp(26px, 8vw, 46px);
  }

  .hero.hero--slider .hero__lead {
    font-size: clamp(14px, 3.8vw, 17px);
    max-width: none;
  }

  .hero.hero--slider .hero__slide {
    padding-bottom: 120px;
    padding-top: 48px;
    min-height: clamp(460px, 82svh, 720px);
  }

  .hero.hero--slider .hero__dots {
    bottom: max(56px, calc(12px + env(safe-area-inset-bottom)));
  }
}

/* --- Ana sayfa hero: premium okunabilirlik (yalnızca .hero.hero--slider) --- */
.hero.hero--gym.hero--slider .hero__copy-poster {
  max-width: 720px;
  padding: 16px 18px 14px;
  margin-bottom: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(145deg, rgba(8, 8, 10, 0.82) 0%, rgba(5, 5, 7, 0.55) 100%),
    rgba(0, 0, 0, 0.2);
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.hero.hero--gym.hero--slider .hero__copy-poster .eyebrow {
  margin: 0 0 8px;
}

.hero.hero--gym.hero--slider .hero__title {
  max-width: 700px;
  margin: 0 0 10px;
  font-size: clamp(30px, 4.2vw + 12px, 56px);
  line-height: 1.06;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.75), 0 10px 40px rgba(0, 0, 0, 0.55);
}

.hero.hero--gym.hero--slider .hero__copy-poster .hero__lead {
  margin: 0;
  max-width: 38rem;
  line-height: 1.45;
  color: rgba(229, 231, 235, 0.95);
}

.hero.hero--gym.hero--slider .hero__stats-inline {
  display: none;
  margin-top: 12px;
  gap: 8px;
  flex-wrap: wrap;
}

@media (max-width: 979px) {
  .hero.hero--gym.hero--slider .hero__stats-inline {
    display: flex;
  }
}

.hero.hero--gym.hero--slider .hero__stat-chip {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 8px 6px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.hero.hero--gym.hero--slider .hero__stat-chip__v {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--primary);
  line-height: 1.1;
}

.hero.hero--gym.hero--slider .hero__stat-chip__l {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.hero.hero--gym.hero--slider .hero__rating--compact {
  padding: 10px 12px;
  margin-bottom: 14px;
  gap: 10px;
  border-radius: 14px;
  align-items: center;
}

.hero.hero--gym.hero--slider .hero__rating--compact .rating-stars {
  font-size: 13px;
  letter-spacing: 2px;
}

.hero.hero--gym.hero--slider .hero__rating--compact strong {
  font-size: 15px;
}

.hero.hero--gym.hero--slider .hero__rating--compact .muted {
  font-size: 12px;
}

.hero.hero--gym.hero--slider .hero__rating--compact .pill {
  font-size: 10px;
  padding: 3px 8px;
}

.hero.hero--gym.hero--slider .hero__actions--row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(158px, 1fr));
  gap: 10px;
  margin-bottom: 12px;
  align-items: stretch;
}

.hero.hero--gym.hero--slider .hero__actions--row .btn {
  width: 100%;
  text-align: center;
}

.hero.hero--gym.hero--slider .hero__btn-maps {
  background: rgba(0, 0, 0, 0.28);
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  box-shadow: none;
}

.hero.hero--gym.hero--slider .hero__btn-maps:hover {
  border-color: rgba(var(--primary-rgb), 0.45);
  background: rgba(0, 0, 0, 0.4);
}

.hero.hero--gym.hero--slider .hero__address--compact {
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.45;
  border-radius: 14px;
}

.hero.hero--gym.hero--slider .hero__address--compact .badge-accent {
  font-size: 10px;
}

@media (min-width: 980px) {
  .hero.hero--gym.hero--slider .hero__stat-stack--aside {
    padding: 14px 14px 12px;
    gap: 8px;
    min-width: 0;
    max-width: 200px;
    margin-top: 8px;
    border-radius: 16px;
    position: sticky;
    top: 88px;
    align-self: start;
    justify-self: end;
    box-shadow:
      0 20px 50px rgba(0, 0, 0, 0.55),
      0 0 0 1px rgba(var(--primary-rgb), 0.2);
  }

  .hero.hero--gym.hero--slider .hero__stat-stack--aside .hero-stat {
    padding: 8px 10px;
  }

  .hero.hero--gym.hero--slider .hero__stat-stack--aside .hero-stat__val {
    font-size: 20px;
  }

  .hero.hero--gym.hero--slider .hero__stat-stack--aside .hero-stat__lbl {
    font-size: 10px;
  }

  .hero.hero--gym.hero--slider .hero__dots {
    bottom: max(40px, env(safe-area-inset-bottom));
  }

  .hero.hero--gym.hero--slider .hero__arrow {
    width: 38px;
    height: 38px;
    border-color: rgba(var(--primary-rgb), 0.42);
    background: rgba(5, 5, 5, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .hero.hero--gym.hero--slider .hero__arrow::after {
    width: 8px;
    height: 8px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }

  .hero.hero--gym.hero--slider .hero__arrow--prev {
    left: 10px;
  }

  .hero.hero--gym.hero--slider .hero__arrow--next {
    right: 10px;
  }
}

@media (max-width: 979px) {
  .hero.hero--gym.hero--slider .hero__arrow {
    width: 36px;
    height: 36px;
  }

  .hero.hero--gym.hero--slider .hero__arrow::after {
    width: 7px;
    height: 7px;
  }
}

@media (min-width: 980px) {
  .hero.hero--gym.hero--slider .hero__slide {
    padding-top: 56px;
    padding-bottom: max(96px, 11vh);
  }

  .hero.hero--gym.hero--slider .hero__aside {
    align-self: start;
  }
}

body.page-body--fab .site-main {
  padding-bottom: 112px;
}

.service-visual-card.gym-panel:hover {
  transform: translateY(-5px);
}

.program-cards-grid {
  align-items: stretch;
}

.program-tile {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.program-tile__body {
  flex: 1;
}

.program-tile__text {
  flex: 1 1 auto;
}

.hours-banner--premium {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(145deg, rgba(var(--primary-rgb), 0.07), transparent 45%),
    rgba(0, 0, 0, 0.28);
}

.hours-banner__chip {
  margin: 8px 0 0;
  font-weight: 700;
  font-size: 15px;
}

.hours-banner__hint {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.55;
}

.hours-table__today {
  background: linear-gradient(90deg, rgba(var(--primary-rgb), 0.22), transparent);
  box-shadow: inset 4px 0 0 var(--primary);
}

.hours-table__today .hours-table__time {
  color: var(--primary-on-dark);
  font-weight: 700;
}

.hours-open-pill--today {
  animation: hoursPulse 2.8s ease-in-out infinite;
}

@keyframes hoursPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-rgb), 0.35);
  }

  50% {
    box-shadow: 0 0 26px rgba(var(--primary-rgb), 0.48);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hours-open-pill--today {
    animation: none;
  }
}

.gallery-empty-state {
  padding: 26px 22px;
  margin-bottom: 22px;
  text-align: center;
  border: 1px dashed rgba(var(--primary-rgb), 0.38);
  background: rgba(0, 0, 0, 0.22);
}

.gallery-empty-state__title {
  margin: 0 0 10px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
}

.gallery-empty-state__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.gallery-masonry__item {
  min-height: 0;
}

.gallery-masonry__hit {
  flex: 1;
  display: flex;
  min-height: 160px;
}

.gallery-masonry__hit img {
  flex: 1;
}

.about-collage__tile {
  aspect-ratio: 4 / 3;
}

.about-collage__tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 0;
}

.about-collage__stack .about-collage__tile {
  aspect-ratio: 1 / 1;
}

.about-google--promo {
  border-color: rgba(var(--primary-rgb), 0.55);
  background: linear-gradient(145deg, rgba(var(--primary-rgb), 0.18), rgba(5, 5, 5, 0.55));
  box-shadow:
    var(--shadow),
    0 0 48px rgba(var(--primary-rgb), 0.18);
}

.about-google__stars-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.about-google__badge-google {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--muted);
}

.about-google__score {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  letter-spacing: 0.02em;
}

.about-google__reviews {
  display: block;
  margin-top: 6px;
  font-weight: 600;
}

.about-google__hint {
  display: block;
  margin-top: 8px;
  font-size: 13px;
}

.cards-grid--program-preview {
  align-items: stretch;
}

.program-preview-card {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.program-preview-card__visual {
  position: relative;
  height: 208px;
  overflow: hidden;
}

.program-preview-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.program-preview-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(5, 5, 5, 0.88) 100%);
}

.program-preview-card__body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.program-preview-card__top {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.program-preview-card__name {
  margin: 0 0 8px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.program-preview-card__desc {
  margin: 0;
  font-size: 14px;
}

.program-preview-card__foot {
  margin-top: auto;
}

@media (min-width: 760px) {
  .program-preview-card__top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
  }
}

.program-detail {
  display: grid;
  gap: 18px;
}

.program-detail__cover {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.program-detail__cover img {
  width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: cover;
}

.program-detail__meta {
  padding: 18px;
}

.program-detail__notes {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.65;
}

.program-detail__table-title {
  margin: 0 0 14px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.04em;
}

.trainer-card {
  position: relative;
}

.trainer-card__ribbon {
  position: absolute;
  top: 14px;
  left: 10px;
  z-index: 2;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(var(--primary-rgb), 0.92);
  color: #fff;
}

.trainers-sample-note {
  margin-top: 14px;
  text-align: center;
  font-size: 14px;
}

.testimonial-card--interactive {
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.testimonial-card--interactive:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--primary-rgb), 0.48);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.72),
    0 0 38px rgba(var(--primary-rgb), 0.16);
}

.testimonial-card__google {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}

.testimonial-card__g-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  border-radius: 4px;
  font-weight: 800;
  font-size: 11px;
  background: #fff;
  color: #4285f4;
  vertical-align: middle;
}

.blog-card--sample {
  opacity: 0.92;
}

.blog-card__sample-hint {
  font-size: 13px;
}

.cards-grid--stretch {
  align-items: stretch;
}

.package-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.package-card .btn {
  margin-top: auto;
}

.card--featured-strong {
  border-width: 2px;
  border-color: var(--primary);
  box-shadow:
    var(--shadow),
    0 0 56px rgba(var(--primary-rgb), 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  transform: scale(1.015);
}

@media (max-width: 859px) {
  .card--featured-strong {
    transform: none;
  }
}

.price--contact {
  font-size: 21px;
  letter-spacing: 0.02em;
  line-height: 1.25;
}

.appointment-flash-wrap {
  margin-top: 14px;
}

.appointment-success__sub {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.55;
}

.form-error-list {
  margin: 0;
  padding-left: 18px;
}

.field-error {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #fbbf24;
}

.field-error--block {
  margin-bottom: 14px;
}

.input-text--error {
  border-color: rgba(var(--primary-dark-rgb), 0.9);
  box-shadow: 0 0 0 1px rgba(var(--primary-rgb), 0.2);
}

/* Günlük bölüm detay (/programlar/slug) */
.program-category__head--split {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: flex-start;
  justify-content: space-between;
}

.program-day-hero {
  position: relative;
  min-height: clamp(320px, 52vh, 560px);
  display: flex;
  align-items: flex-end;
  padding: 88px 0 40px;
  overflow: hidden;
}

.program-day-hero__bg {
  position: absolute;
  inset: 0;
  background-image: var(--day-cover);
  background-size: cover;
  background-position: center 38%;
  transform: scale(1.04);
}

.program-day-hero__grad {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
    105deg,
    rgba(5, 5, 5, 0.92) 0%,
    rgba(5, 5, 5, 0.55) 45%,
    rgba(5, 5, 5, 0.35) 100%
  );
}

.program-day-hero__accent {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.22), transparent 50%, rgba(var(--primary-dark-rgb), 0.35) 100%);
  opacity: 0.88;
  pointer-events: none;
}

.program-day-hero__inner {
  position: relative;
  z-index: 2;
  padding-bottom: 8px;
}

.program-day-hero__title {
  margin: 8px 0 12px;
  font-family: 'Oswald', Impact, sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 5.5vw, 56px);
  line-height: 1.02;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-shadow: 0 12px 48px rgba(0, 0, 0, 0.85);
  max-width: 18ch;
}

.program-day-hero__lead {
  margin: 0 0 18px;
  max-width: 52ch;
  color: #d1d5db;
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 500;
  line-height: 1.55;
}

.program-day-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.program-day-body {
  padding-top: 28px;
}

.program-day-stack {
  display: grid;
  gap: 22px;
}

.program-day-section-title {
  margin: 0 0 14px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 2.4vw, 26px);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.program-day-section-title--center {
  text-align: center;
}

.program-day-prose {
  padding: 22px;
}

.program-day-prose__text {
  font-size: 16px;
  line-height: 1.75;
}

.program-day-video {
  padding: 22px;
}

.program-day-video__frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #000;
}

.program-day-video__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.program-day-video__native {
  width: 100%;
  max-height: 520px;
  border-radius: var(--radius-sm);
  margin-top: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #000;
}

.program-day-exercise-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .program-day-exercise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1020px) {
  .program-day-exercise-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.program-day-ex-card {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
}

.program-day-ex-card__name {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}

.program-day-ex-card__meta {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  font-size: 13px;
}

.program-day-ex-card__meta dt {
  margin: 0 0 4px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.program-day-ex-card__meta dd {
  margin: 0;
  font-weight: 800;
  color: var(--primary);
}

.program-day-ex-card__note {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  margin-top: auto;
}

.program-day-table-wrap--desktop {
  display: none;
  padding: 0;
  overflow: hidden;
}

@media (min-width: 900px) {
  .program-day-table-wrap--desktop {
    display: block;
  }

  .program-day-exercise-grid {
    display: none;
  }
}

.exercise-table--day th,
.exercise-table--day td {
  font-size: 14px;
}

.program-day-empty {
  text-align: center;
  padding: 24px;
}

@media (prefers-reduced-motion: reduce) {
  .program-day-hero__bg {
    transform: none;
  }
}

/* ——— Supplementler (katalog + detay) ——— */
.supplement-hero {
  position: relative;
  padding: 56px 0 40px;
  background:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(var(--primary-rgb), 0.22), transparent 55%),
    linear-gradient(180deg, #0a0a0a 0%, #050505 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.supplement-hero::after {
  content: '';
  position: absolute;
  inset: auto 10% 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--primary-rgb), 0.55), transparent);
  box-shadow: 0 0 24px rgba(var(--primary-rgb), 0.35);
  pointer-events: none;
}

.supplement-catalog {
  padding-bottom: 64px;
}

.supplement-migration-note {
  padding: 20px 22px;
}

.supplement-migration-note code {
  font-size: 13px;
  color: var(--primary);
}

.supplement-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: flex-end;
  padding: 18px 20px;
  margin-bottom: 20px;
}

.supplement-toolbar__search {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

.supplement-toolbar__search .input-text {
  flex: 1;
  min-width: 180px;
}

.supplement-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.supplement-pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.supplement-pill:hover {
  color: #fff;
  border-color: rgba(var(--primary-rgb), 0.45);
  box-shadow: 0 0 20px rgba(var(--primary-rgb), 0.12);
  transform: translateY(-1px);
}

.supplement-pill.is-active {
  color: #fff;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.35), rgba(var(--primary-rgb), 0.08));
  border-color: rgba(var(--primary-rgb), 0.55);
  box-shadow: 0 0 22px rgba(var(--primary-rgb), 0.2);
}

.supplement-empty {
  text-align: center;
  padding: 32px 16px;
}

.supplement-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .supplement-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .supplement-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.supplement-grid--compact {
  gap: 18px;
}

@media (min-width: 640px) {
  .supplement-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .supplement-grid--compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.supplement-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--radius-md, 12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(165deg, rgba(22, 22, 22, 0.95) 0%, rgba(8, 8, 8, 0.98) 100%);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.supplement-card:hover {
  border-color: rgba(var(--primary-rgb), 0.4);
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(var(--primary-rgb), 0.15),
    0 0 32px rgba(var(--primary-rgb), 0.12);
  transform: translateY(-4px);
}

.supplement-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  padding: 6px 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #14151b;
  background: linear-gradient(90deg, var(--primary-dark), var(--primary));
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(var(--primary-rgb), 0.45);
}

.supplement-card__visual {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0d0d0d;
}

.supplement-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.supplement-card:hover .supplement-card__visual img {
  transform: scale(1.05);
}

.supplement-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.75));
  pointer-events: none;
}

.supplement-card__body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.supplement-card__cat {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
}

.supplement-card__title {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.supplement-card__title a {
  color: #fff;
  text-decoration: none;
}

.supplement-card__title a:hover {
  color: var(--primary-on-dark);
}

.supplement-card__title--sm {
  font-size: 17px;
}

.supplement-card__brand {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
}

.supplement-card__desc {
  margin: 2px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.86);
}

.supplement-card__facts {
  margin: 4px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.5;
}

.supplement-card__facts strong {
  color: #fff;
  font-weight: 700;
}

.supplement-card__stock {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
}

.supplement-card__price-row {
  margin: 4px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
}

.supplement-card__price {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.supplement-card__price-old {
  font-size: 15px;
  font-weight: 600;
  color: var(--muted);
  text-decoration: line-through;
}

.supplement-card__price--contact {
  font-size: 18px;
  color: var(--primary);
}

.supplement-card__btn {
  margin-top: auto;
}

.supplement-card--compact .supplement-card__body {
  padding: 14px;
}

.supplement-card--compact .supplement-card__visual {
  aspect-ratio: 4 / 3;
}

/* Detay hero */
.supplement-detail-hero {
  position: relative;
  min-height: clamp(320px, 52vh, 520px);
  display: flex;
  align-items: flex-end;
  padding: 0 0 48px;
  overflow: hidden;
}

.supplement-detail-hero__bg {
  position: absolute;
  inset: 0;
  background-image: var(--sup-cover);
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  filter: saturate(1.05);
}

.supplement-detail-hero__grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.2) 0%, rgba(5, 5, 5, 0.92) 88%);
}

.supplement-detail-hero__accent {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 70% 100%, rgba(var(--primary-rgb), 0.35), transparent 65%);
  mix-blend-mode: screen;
  opacity: 0.85;
  pointer-events: none;
}

.supplement-detail-hero__inner {
  position: relative;
  z-index: 1;
  padding-top: 120px;
}

.supplement-detail-hero__title {
  margin: 8px 0 6px;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.05;
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.8);
}

.supplement-detail-hero__brand {
  margin: 0 0 14px;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.75);
}

.supplement-detail-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.supplement-detail-hero__price {
  margin-bottom: 20px;
}

.supplement-detail-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 14px;
}

.supplement-detail-price__old {
  font-size: 20px;
  font-weight: 600;
  color: var(--muted);
  text-decoration: line-through;
}

.supplement-detail-price__now {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 24px rgba(var(--primary-rgb), 0.25);
}

.supplement-detail-price--contact {
  color: var(--primary);
}

.supplement-detail-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.supplement-detail-body {
  padding-bottom: 72px;
}

.supplement-detail-stack {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 920px;
  margin: 0 auto;
}

.supplement-block {
  padding: 22px 24px;
}

.supplement-block__title {
  margin: 0 0 14px;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
}

.supplement-block__title--center {
  text-align: center;
}

.supplement-block__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.supplement-ingredients {
  font-size: 14px;
  line-height: 1.65;
  white-space: pre-wrap;
}

.supplement-slider {
  padding: 16px;
  outline: none;
}

.supplement-slider:focus-visible {
  box-shadow: 0 0 0 2px rgba(var(--primary-rgb), 0.5);
}

.supplement-slider__main {
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #000;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.supplement-slider__main img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.supplement-slider__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.supplement-slider__thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: #111;
  opacity: 0.65;
  transition: opacity 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.supplement-slider__thumb.is-active,
.supplement-slider__thumb:hover {
  opacity: 1;
  border-color: rgba(var(--primary-rgb), 0.65);
  box-shadow: 0 0 16px rgba(var(--primary-rgb), 0.2);
}

.supplement-slider__thumb img {
  display: block;
  width: 88px;
  height: 62px;
  object-fit: cover;
}

.supplement-slider__nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 12px;
}

.supplement-slider__arrow {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.supplement-slider__arrow:hover {
  border-color: rgba(var(--primary-rgb), 0.5);
  background: rgba(var(--primary-rgb), 0.12);
  box-shadow: 0 0 18px rgba(var(--primary-rgb), 0.15);
}

.supplement-slider__arrow--prev::before,
.supplement-slider__arrow--next::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.supplement-slider__arrow--prev::before {
  transform: rotate(135deg);
}

.supplement-slider__arrow--next::before {
  transform: rotate(-45deg);
}

.supplement-video-frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #000;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

.supplement-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.supplement-video-native {
  width: 100%;
  max-height: 480px;
  border-radius: var(--radius-sm);
  margin-top: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #000;
}

.supplement-related {
  margin-top: 12px;
}

.supplement-disclaimer {
  margin: 18px 4px 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
  text-align: center;
}

.supplement-block--notice {
  border-color: rgba(var(--primary-rgb), 0.35);
  background: linear-gradient(160deg, rgba(22, 22, 22, 0.96) 0%, rgba(10, 10, 10, 0.98) 100%);
}

@media (prefers-reduced-motion: reduce) {
  .supplement-card,
  .supplement-card__visual img,
  .supplement-pill {
    transition: none;
  }

  .supplement-card:hover {
    transform: none;
  }

  .supplement-card:hover .supplement-card__visual img {
    transform: none;
  }

  .supplement-detail-hero__bg {
    transform: none;
  }
}

/* ——— Blog (liste + detay + ana sayfa kartları) ——— */
.blog-hub-hero {
  position: relative;
  padding: 52px 0 36px;
  background:
    radial-gradient(ellipse 100% 70% at 50% -30%, rgba(var(--primary-rgb), 0.18), transparent 55%),
    linear-gradient(180deg, #0a0a0a 0%, #050505 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.blog-hub {
  padding-bottom: 64px;
}

.blog-hub__note {
  padding: 18px 20px;
}

.blog-hub__note code {
  color: var(--primary);
  font-size: 13px;
}

.blog-hub__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.blog-hub__pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.blog-hub__pill:hover {
  color: #fff;
  border-color: rgba(var(--primary-rgb), 0.45);
  box-shadow: 0 0 18px rgba(var(--primary-rgb), 0.12);
  transform: translateY(-1px);
}

.blog-hub__pill.is-active {
  color: #fff;
  background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.35), rgba(var(--primary-rgb), 0.08));
  border-color: rgba(var(--primary-rgb), 0.55);
  box-shadow: 0 0 20px rgba(var(--primary-rgb), 0.18);
}

.blog-hub__empty {
  text-align: center;
  padding: 28px 16px;
}

.blog-hub__grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .blog-hub__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .blog-hub__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.blog-hub__grid--compact {
  gap: 18px;
}

@media (min-width: 640px) {
  .blog-hub__grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .blog-hub__grid--compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.blog-hub-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--radius-md, 12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(165deg, rgba(22, 22, 22, 0.96) 0%, rgba(6, 6, 6, 0.98) 100%);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.blog-hub-card:hover {
  border-color: rgba(var(--primary-rgb), 0.38);
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.55),
    0 0 28px rgba(var(--primary-rgb), 0.1);
  transform: translateY(-3px);
}

.blog-hub-card__visual {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0c0c0c;
}

.blog-hub-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.blog-hub-card:hover .blog-hub-card__visual img {
  transform: scale(1.04);
}

.blog-hub-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.72));
  pointer-events: none;
}

.blog-hub-card__body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.blog-hub-card__meta {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  font-size: 12px;
  font-weight: 700;
}

.blog-hub-card__cat {
  color: var(--primary);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.blog-hub-card__date {
  font-weight: 600;
}

.blog-hub-card__title {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.blog-hub-card__title a {
  color: #fff;
  text-decoration: none;
}

.blog-hub-card__title a:hover {
  color: var(--primary-on-dark);
}

.blog-hub-card__title--sm {
  font-size: 17px;
}

.blog-hub-card__excerpt {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.blog-hub-card__btn {
  margin-top: auto;
}

.blog-hub-card--compact .blog-hub-card__visual {
  aspect-ratio: 5 / 3;
}

.blog-home-empty {
  padding: 22px 24px;
  max-width: 640px;
}

.blog-card--rich {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.blog-card--rich:hover {
  border-color: rgba(var(--primary-rgb), 0.35);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.5), 0 0 24px rgba(var(--primary-rgb), 0.08);
  transform: translateY(-2px);
}

.blog-card__thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0a0a0a;
}

.blog-card__thumb--static {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0a0a0a;
}

.blog-card__thumb img,
.blog-card__thumb--static img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.blog-card--rich:hover .blog-card__thumb img {
  transform: scale(1.04);
}

.blog-card__thumb-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.65));
  pointer-events: none;
}

.blog-card__inner {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.blog-card__meta {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  font-size: 11px;
  font-weight: 800;
}

.blog-card__date {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.blog-article-hero {
  position: relative;
  min-height: clamp(280px, 42vh, 440px);
  display: flex;
  align-items: flex-end;
  padding: 0 0 40px;
  overflow: hidden;
}

.blog-article-hero__bg {
  position: absolute;
  inset: 0;
  background-image: var(--blog-cover);
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
}

.blog-article-hero__grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.25) 0%, rgba(5, 5, 5, 0.92) 90%);
}

.blog-article-hero__inner {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}

.blog-article-hero__title {
  margin: 8px 0 6px;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(28px, 4.5vw, 44px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.08;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.75);
}

.blog-article-hero__date {
  margin: 0 0 12px;
  font-size: 14px;
}

.blog-article-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-article {
  padding-bottom: 64px;
}

.blog-article__layout {
  max-width: 720px;
  margin: 0 auto;
}

.blog-article__lead {
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}

.blog-article__prose {
  padding: 22px 24px;
}

.blog-article__body {
  font-size: 16px;
  line-height: 1.75;
  color: #e5e7eb;
}

.blog-article__video {
  padding: 20px 22px;
  margin-top: 8px;
}

.blog-article__block-title {
  margin: 0 0 14px;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
}

.blog-article__block-title--center {
  text-align: center;
}

.blog-article__video-frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #000;
}

.blog-article__video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.blog-article__related {
  margin-top: 28px;
}

@media (prefers-reduced-motion: reduce) {
  .blog-hub-card,
  .blog-hub-card__visual img,
  .blog-hub__pill,
  .blog-card--rich,
  .blog-card__thumb img {
    transition: none;
  }

  .blog-hub-card:hover,
  .blog-card--rich:hover {
    transform: none;
  }

  .blog-hub-card:hover .blog-hub-card__visual img,
  .blog-card--rich:hover .blog-card__thumb img {
    transform: none;
  }

  .blog-article-hero__bg {
    transform: none;
  }
}

/* —— Premium page loader —— */
.page-loader {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  background: #030303;
  transition: opacity 0.55s ease, visibility 0.55s ease;
  pointer-events: auto;
}
.page-loader--done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page-loader__inner {
  text-align: center;
  padding: 24px;
  max-width: 320px;
}
.page-loader__mark {
  width: 72px;
  height: 72px;
  margin: 0 auto 12px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #0a0a0a;
  background: linear-gradient(145deg, var(--primary), var(--primary-dark));
  box-shadow:
    0 0 48px var(--primary-glow),
    0 0 120px rgba(var(--primary-rgb), 0.25);
  animation: page-loader-pulse 1.4s ease-in-out infinite;
}
.page-loader__brand {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 22px;
}
.page-loader__bar {
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.page-loader__fill {
  display: block;
  height: 100%;
  width: 38%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary-dark), var(--primary));
  box-shadow: 0 0 12px var(--primary-glow);
  animation: page-loader-bar 0.9s ease-in-out infinite;
}
@keyframes page-loader-pulse {
  0%,
  100% {
    transform: scale(1);
    filter: brightness(1);
  }
  50% {
    transform: scale(1.04);
    filter: brightness(1.08);
  }
}
@keyframes page-loader-bar {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(260%);
  }
}
body.page-transition-out {
  opacity: 0.88;
  transition: opacity 0.18s ease;
}

/* —— Hesaplama araçları —— */
.tools-hero {
  padding-bottom: 8px;
}
.tools-page__inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.tools-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px;
}
.tools-tabs__btn {
  flex: 1 1 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.35);
  color: var(--muted);
  font-weight: 700;
  font-size: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  cursor: pointer;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.tools-tabs__btn:hover {
  color: #fff;
  border-color: var(--primary-border);
}
.tools-tabs__btn.is-active {
  color: #0c0c0c;
  background: linear-gradient(145deg, var(--primary), var(--primary-dark));
  border-color: transparent;
  box-shadow: 0 0 28px rgba(var(--primary-rgb), 0.35);
}
.tools-panels {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tools-panel {
  padding: 22px 20px 24px;
}
.tools-panel__title {
  margin: 0 0 8px;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  letter-spacing: 0.02em;
}
.tools-panel__hint {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.tools-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.tools-form--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.tools-field--full {
  grid-column: 1 / -1;
}
.tools-field__label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 6px;
}
.tools-input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  padding: 12px 14px;
  font-size: 16px;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.tools-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.2);
}
.tools-submit {
  align-self: flex-start;
}
.tools-form--grid .tools-submit {
  width: 100%;
}
.tools-result {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
}
.tools-result.tools-result--in {
  opacity: 1;
  transform: translateY(0);
}
.tools-result__metric {
  font-family: 'Oswald', sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: var(--primary-on-dark);
  text-shadow: 0 0 32px rgba(var(--primary-rgb), 0.35);
}
.tools-result__unit {
  font-size: 15px;
  font-weight: 600;
  color: var(--muted);
  margin-left: 6px;
}
.tools-result__status {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.tools-result__tip {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}
.tools-macros {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.tools-macros li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 14px;
  color: var(--muted);
}
.tools-macros strong {
  margin-left: auto;
  font-size: 18px;
  color: var(--primary-on-dark);
}
@media (max-width: 640px) {
  .tools-form--grid {
    grid-template-columns: 1fr;
  }
}

/* —— Üye paneli (app hissi) —— */
.page-body--member-dash .site-main {
  padding-bottom: 112px;
}
.page-body--member-dash.page-body--fab .fab-wa {
  bottom: 96px;
}
.member-dash {
  position: relative;
  min-height: 60vh;
}
.member-dash__top {
  padding: 28px 0 8px;
}
.member-dash__top-inner {
  text-align: left;
}
.member-dash__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--primary);
}
.member-dash__title {
  margin: 0 0 10px;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(26px, 5vw, 34px);
  font-weight: 700;
}
.member-dash__lead {
  margin: 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}
.member-dash__shell {
  padding-bottom: 24px;
}
.member-dash__panels {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.member-dash-panel:not(.is-active) {
  display: none;
}
.member-dash-panel.is-active {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.member-card {
  position: relative;
  border-radius: 18px;
  padding: 18px 18px 20px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(var(--primary-rgb), 0.12),
    0 18px 50px rgba(0, 0, 0, 0.45);
}
.member-card::before {
  content: '';
  position: absolute;
  inset: -40% -20% auto;
  height: 120px;
  background: radial-gradient(ellipse at 50% 0%, rgba(var(--primary-rgb), 0.18), transparent 70%);
  pointer-events: none;
}
.member-card--welcome {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.member-card__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 18px;
  color: #0a0a0a;
  background: linear-gradient(145deg, var(--primary), var(--primary-dark));
  box-shadow: 0 0 24px rgba(var(--primary-rgb), 0.35);
}
.member-card__icon--sm {
  width: 38px;
  height: 38px;
  font-size: 14px;
}
.member-card__h {
  position: relative;
  margin: 0 0 8px;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
}
.member-card__p {
  position: relative;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.55;
}
.member-card__meta {
  position: relative;
  margin: 0;
  font-size: 13px;
  color: var(--muted);
}
.member-card__accent {
  position: relative;
  margin: 12px 0 14px;
  font-size: 17px;
  font-weight: 700;
  color: var(--primary-on-dark);
}
.member-card__btn {
  position: relative;
}
.member-card__row {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
}
.member-card-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.member-card--link {
  display: block;
  transition: transform 0.2s ease;
}
.member-card--link:hover {
  transform: translateY(-3px);
}
.member-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.member-pill {
  position: relative;
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid rgba(var(--primary-rgb), 0.35);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}
.member-pill:hover {
  border-color: var(--primary);
  background: rgba(var(--primary-rgb), 0.12);
}
.member-blog-list {
  position: relative;
  margin: 8px 0 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}
.member-weekly {
  position: relative;
  display: flex;
  gap: 8px;
  margin-top: 14px;
  align-items: flex-end;
  justify-content: space-between;
}
.member-weekly__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.member-weekly__bar {
  width: 100%;
  max-width: 36px;
  height: 72px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}
.member-weekly__bar::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--p, 40%);
  border-radius: 0 0 10px 10px;
  background: linear-gradient(180deg, var(--primary), var(--primary-dark));
  box-shadow: 0 0 16px rgba(var(--primary-rgb), 0.35);
}
.member-weekly__lbl {
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.04em;
}
.member-weight-chart {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 72px;
  margin-top: 12px;
}
.member-weight-chart__bar {
  flex: 1;
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(180deg, rgba(var(--primary-rgb), 0.85), rgba(var(--primary-dark-rgb), 0.5));
  min-height: 12px;
  box-shadow: 0 0 12px rgba(var(--primary-rgb), 0.2);
}
.member-profile-dl {
  position: relative;
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.member-profile-dl li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: var(--muted);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 8px;
}
.member-profile-dl strong {
  color: #fff;
}
.member-dash-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 8px 10px calc(10px + env(safe-area-inset-bottom, 0));
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.2), rgba(5, 5, 5, 0.96));
  border-top: 1px solid rgba(var(--primary-rgb), 0.2);
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(14px);
}
.member-dash-nav__btn {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  padding: 8px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  border-radius: 12px;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}
.member-dash-nav__btn.is-active {
  color: var(--primary-on-dark);
  background: rgba(var(--primary-rgb), 0.12);
  box-shadow: inset 0 0 0 1px rgba(var(--primary-rgb), 0.25);
}
.member-dash-nav__ico {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  font-size: 15px;
  color: inherit;
}
.member-dash-nav__ico--bars {
  background: linear-gradient(
    90deg,
    currentColor 0 22%,
    transparent 22% 39%,
    currentColor 39% 61%,
    transparent 61% 78%,
    currentColor 78% 100%
  );
  opacity: 0.85;
  border-radius: 4px;
  font-size: 0;
}
@media (prefers-reduced-motion: reduce) {
  .page-loader__mark,
  .page-loader__fill {
    animation: none;
  }
  .tools-result {
    transition: none;
  }
}

/* Site flash (layout) */
.site-flash {
  width: var(--container);
  margin: 10px auto 0;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 14px;
}
.site-flash--ok {
  background: rgba(var(--primary-rgb), 0.12);
  border: 1px solid var(--primary-border);
  color: var(--primary-on-dark);
}
.site-flash--err {
  background: rgba(var(--primary-rgb), 0.08);
  border: 1px solid rgba(var(--primary-rgb), 0.35);
  color: #fde68a;
}

.page-body--member-app .site-main {
  padding-top: 8px;
}

.site-nav__logout {
  margin: 0;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 980px) {
  .site-nav__logout {
    margin-left: auto;
  }
}

/* Üye giriş / kayıt formları */
.member-auth-hero {
  padding-bottom: 6px;
}
.member-auth-card {
  padding: 22px 20px 24px;
}
.member-auth-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.member-auth-field span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 6px;
}
.member-auth-input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  padding: 12px 14px;
  font-size: 16px;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.member-auth-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.2);
}
.member-auth-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--muted);
}
.member-auth-submit {
  margin-top: 4px;
}
.member-auth-foot,
.member-auth-links {
  margin: 16px 0 0;
  text-align: center;
  font-size: 14px;
}
.member-auth-links a {
  color: var(--primary-on-dark);
  font-weight: 600;
}
.member-auth-static {
  margin: 0;
  font-size: 14px;
}
.member-auth-notice {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.5;
}
.member-auth-sep {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin: 8px 0;
}
.member-auth-section-title {
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 15px;
}

/* —— Üye profilim (kart + modal) —— */
.member-profile-page {
  padding-top: 20px;
  padding-bottom: 48px;
}
.member-profile-page__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.member-profile-page__head {
  margin-bottom: 22px;
}
.member-profile-page__eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--primary-on-dark);
  margin: 0 0 8px;
}
.member-profile-page__title {
  margin: 0 0 8px;
  font-family: 'Oswald', Impact, sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 6vw, 46px);
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.member-profile-page__lead {
  margin: 0;
  max-width: 520px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
}
.member-profile-alert {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 20px;
  margin-bottom: 22px;
  border-color: rgba(var(--primary-rgb), 0.45);
  box-shadow:
    0 0 0 1px rgba(var(--primary-rgb), 0.25),
    0 18px 48px rgba(0, 0, 0, 0.45);
}
.member-profile-alert__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 18px;
  color: #14151b;
  background: linear-gradient(145deg, var(--primary), var(--primary-dark));
}
.member-profile-alert__h {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 800;
}
.member-profile-alert__p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}
.member-profile-alert__btn {
  margin-top: 4px;
}
.member-profile-page__grid {
  display: grid;
  gap: 18px;
  align-items: start;
}
@media (min-width: 880px) {
  .member-profile-page__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
    gap: 24px;
  }
}
.member-profile-card {
  position: relative;
  padding: 26px 22px 28px;
  overflow: hidden;
}
.member-profile-card__mark {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #14151b;
  background: linear-gradient(145deg, var(--primary), var(--primary-dark));
  box-shadow: 0 12px 36px rgba(var(--primary-rgb), 0.35);
  opacity: 0.95;
}
.member-profile-card__name {
  margin: 0 64px 20px 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 4vw, 32px);
  letter-spacing: 0.02em;
  line-height: 1.15;
  word-break: break-word;
}
.member-profile-card__dl {
  margin: 0;
  display: grid;
  gap: 0;
}
.member-profile-card__row {
  display: grid;
  grid-template-columns: minmax(0, 140px) 1fr;
  gap: 12px 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  align-items: baseline;
}
.member-profile-card__row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.member-profile-card__row--accent dd {
  color: var(--primary-on-dark);
  font-weight: 800;
  font-size: 18px;
  text-shadow: 0 0 24px rgba(var(--primary-rgb), 0.25);
}
.member-profile-card__row dt {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.member-profile-card__row dd {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.94);
  line-height: 1.35;
}
.member-profile-card__email {
  word-break: break-all;
  font-size: 15px;
}
.member-profile-page__side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.member-profile-actions {
  padding: 20px 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.member-profile-actions__btn {
  min-height: 48px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px;
}
.member-profile-page__foot {
  text-align: center;
  font-size: 14px;
}
.member-profile-page__foot a {
  color: var(--primary-on-dark);
  font-weight: 600;
}

body.member-profile-modal-open {
  overflow: hidden;
}
.member-profile-modal {
  position: fixed;
  inset: 0;
  z-index: 2400;
  display: none;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}
.member-profile-modal.is-open {
  display: flex;
}
.member-profile-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 3, 3, 0.72);
  backdrop-filter: blur(8px);
}
.member-profile-modal__sheet {
  position: relative;
  width: 100%;
  max-width: 520px;
  max-height: min(92vh, 720px);
  overflow-y: auto;
  margin: 0;
  padding: 0 0 max(22px, env(safe-area-inset-bottom, 0px));
  border-radius: 22px 22px 0 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.65);
  animation: memberProfileSheetUp 0.28s ease;
}
@media (min-width: 720px) {
  .member-profile-modal {
    padding: 24px;
    align-items: center;
  }
  .member-profile-modal__sheet {
    border-radius: 20px;
    margin: 0 auto;
    max-height: min(88vh, 680px);
  }
}
@keyframes memberProfileSheetUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.member-profile-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 12px;
  position: sticky;
  top: 0;
  z-index: 1;
  background: inherit;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.member-profile-modal__title {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.02em;
}
.member-profile-modal__close {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}
.member-profile-modal__close:hover {
  border-color: var(--primary-border);
  background: rgba(var(--primary-rgb), 0.12);
}
.member-profile-modal__form {
  padding: 16px 18px 0;
}
.member-profile-modal__static {
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 4px;
}
.member-profile-modal__static-label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 6px;
}
.member-profile-modal__static-val {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  word-break: break-all;
}
.member-profile-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  padding: 18px 18px 0;
  margin-top: 8px;
}

.member-measure-table-wrap {
  overflow-x: auto;
  margin-top: 10px;
}
.member-measure-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.member-measure-table th,
.member-measure-table td {
  padding: 8px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}
.member-measure-table th {
  color: var(--muted);
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.member-notes-list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.member-notes-list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.member-notes-list__meta {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 4px;
}
.member-notes-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}

.member-dash-logout {
  margin: 0;
}

/* —— Premium üye / eğitmen —— */
.member-premium-mini-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}
.member-premium-stat__v {
  font-size: 32px;
  font-weight: 800;
  color: var(--primary-on-dark);
  margin: 4px 0 0;
  letter-spacing: 0.02em;
}
.member-card__h--sm {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.member-premium-stat__t {
  margin: 6px 0 0;
  font-weight: 700;
  font-size: 15px;
}
.member-premium-badge__icon {
  font-size: 28px;
  font-weight: 800;
  color: var(--primary);
  margin: 6px 0 0;
}
.member-badge-card--pulse {
  animation: memberBadgeGlow 3.2s ease-in-out infinite;
}
@keyframes memberBadgeGlow {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(245, 166, 35, 0);
  }
  50% {
    box-shadow: 0 0 24px rgba(245, 166, 35, 0.25);
  }
}
.member-trainer-card__row {
  display: flex;
  gap: 14px;
  align-items: center;
}
.member-trainer-card__photo {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  object-fit: cover;
  border: 1px solid var(--primary-border);
}
.member-trainer-card__photo--ph {
  background: rgba(245, 166, 35, 0.15);
  border: 1px dashed var(--primary-border);
}
.member-trainer-card__msg {
  margin-top: 12px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.member-notif-list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.member-notif-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.member-notif-list strong {
  display: block;
  font-size: 15px;
}
.member-notif-list__meta {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin: 4px 0 6px;
}
.member-progress-delta {
  font-size: 15px;
  margin-top: 8px;
}
.member-progress-delta.is-down strong {
  color: #86efac;
}
.member-progress-delta.is-up strong {
  color: #fca5a5;
}
.member-last-measure__grid {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 10px;
}
.member-last-measure__grid li {
  padding: 10px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 12px;
}
.member-last-measure__grid span {
  display: block;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 4px;
}
.member-chart-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.member-chart-toggles {
  display: flex;
  gap: 6px;
}
.member-chart-toggles__btn {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.member-chart-toggles__btn.is-active {
  border-color: var(--primary-border);
  background: rgba(245, 166, 35, 0.18);
  color: var(--primary-on-dark);
}
.member-chart-canvas-wrap {
  position: relative;
  height: 220px;
  margin-top: 12px;
}
.member-badges-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.member-badge-tile {
  min-width: 92px;
  padding: 12px;
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(245, 166, 35, 0.18), rgba(0, 0, 0, 0.5));
  border: 1px solid rgba(245, 166, 35, 0.35);
  text-align: center;
  transition: transform 0.2s ease;
}
.member-badge-tile:hover {
  transform: translateY(-2px);
}
.member-badge-tile__ico {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: var(--primary);
}
.member-badge-tile__t {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

/* —— Eğitmen paneli (premium dashboard) —— */
.trainer-portal {
  margin: 0;
  min-height: 100vh;
  color: #f4f4f5;
  background:
    radial-gradient(1200px 520px at 12% 0%, rgba(245, 166, 35, 0.14), transparent 52%),
    radial-gradient(900px 480px at 92% 8%, rgba(245, 166, 35, 0.08), transparent 48%),
    linear-gradient(180deg, #030303 0%, #0b0b0b 42%, #050505 100%);
  font-family: 'Barlow', system-ui, -apple-system, sans-serif;
}
.trainer-portal__wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 18px 56px;
}
.trainer-dash-flash {
  padding: 12px 16px;
  border-radius: 12px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
}
.trainer-dash-flash--ok {
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.35);
  color: #bbf7d0;
}
.trainer-dash-flash--err {
  background: rgba(248, 113, 113, 0.1);
  border: 1px solid rgba(248, 113, 113, 0.35);
  color: #fecaca;
}

.trainer-login {
  max-width: 420px;
  margin: 48px auto 0;
}
.trainer-login__brand {
  margin-bottom: 22px;
  text-align: center;
}
.trainer-login__eyebrow {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245, 166, 35, 0.85);
  font-weight: 800;
}
.trainer-login__title {
  margin: 10px 0 0;
  font-family: 'Oswald', sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.trainer-login__lead {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 15px;
}

.trainer-dash {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.trainer-dash__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(245, 166, 35, 0.18);
}
.trainer-dash__eyebrow {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 166, 35, 0.9);
  font-weight: 800;
}
.trainer-dash__greet {
  margin: 8px 0 0;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.15;
}
.trainer-dash__logout {
  margin: 0;
  align-self: center;
}

.trainer-dash__stats {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 14px;
}
.trainer-stat-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  padding: 18px 16px;
  background: linear-gradient(155deg, rgba(245, 166, 35, 0.14) 0%, rgba(12, 12, 12, 0.96) 55%);
  border: 1px solid rgba(245, 166, 35, 0.28);
  box-shadow: 0 0 40px rgba(245, 166, 35, 0.06);
}
.trainer-stat-card::after {
  content: '';
  position: absolute;
  inset: -40% 40% auto -30%;
  height: 80%;
  background: radial-gradient(circle, rgba(245, 166, 35, 0.12), transparent 65%);
  pointer-events: none;
}
.trainer-stat-card__v {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 30px;
  font-weight: 800;
  color: #fde68a;
  font-variant-numeric: tabular-nums;
}
.trainer-stat-card__l {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.35;
}

.trainer-dash__toolbar {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 720px) {
  .trainer-dash__toolbar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.trainer-dash-search {
  flex: 1 1 240px;
  max-width: 100%;
}
.trainer-dash-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.trainer-dash-filter {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(11, 11, 11, 0.85);
  color: rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}
.trainer-dash-filter:hover {
  border-color: rgba(245, 166, 35, 0.35);
  color: #fff;
}
.trainer-dash-filter.is-active {
  border-color: rgba(245, 166, 35, 0.55);
  background: rgba(245, 166, 35, 0.16);
  color: #fde68a;
}

.trainer-dash__members {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.trainer-dash-card {
  border-radius: 18px;
  padding: 22px;
  background: rgba(14, 14, 14, 0.92);
  border: 1px solid rgba(245, 166, 35, 0.2);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
.trainer-dash-card--solo {
  max-width: 520px;
  margin: 0 auto;
}
.trainer-dash-muted,
.trainer-dash-placeholder {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 15px;
  line-height: 1.55;
}

.trainer-member-card {
  border-radius: 20px;
  background: linear-gradient(165deg, rgba(245, 166, 35, 0.08) 0%, rgba(10, 10, 10, 0.94) 38%);
  border: 1px solid rgba(245, 166, 35, 0.22);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.trainer-member-card.is-open {
  border-color: rgba(245, 166, 35, 0.45);
  box-shadow: 0 0 0 1px rgba(245, 166, 35, 0.12), 0 28px 70px rgba(0, 0, 0, 0.55);
}
.trainer-member-card__summary {
  padding: 20px 20px 18px;
}
.trainer-member-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.trainer-member-card__name {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.trainer-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.trainer-chip--ok {
  background: rgba(34, 197, 94, 0.15);
  border-color: rgba(34, 197, 94, 0.35);
  color: #bbf7d0;
}
.trainer-chip--err {
  background: rgba(248, 113, 113, 0.12);
  border-color: rgba(248, 113, 113, 0.35);
  color: #fecaca;
}
.trainer-chip--pending {
  background: rgba(250, 204, 21, 0.12);
  border-color: rgba(250, 204, 21, 0.35);
  color: #fef08a;
}
.trainer-chip--muted {
  background: rgba(148, 163, 184, 0.12);
  border-color: rgba(148, 163, 184, 0.28);
  color: #e2e8f0;
}
.trainer-chip--warn {
  margin-top: 8px;
  background: rgba(251, 146, 60, 0.12);
  border-color: rgba(251, 146, 60, 0.35);
  color: #ffedd5;
}
.trainer-member-card__dl {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px 18px;
  margin: 0 0 16px;
  padding: 14px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.trainer-member-card__dl div {
  margin: 0;
}
.trainer-member-card__dl dt {
  margin: 0 0 4px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.trainer-member-card__dl dd {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  word-break: break-word;
}
.trainer-member-card__toggle {
  width: 100%;
  margin-top: 4px;
}

.trainer-member-card__detail {
  padding: 0 16px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(5, 5, 5, 0.55);
}
.trainer-member-card__detail[hidden] {
  display: none !important;
}

.trainer-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 4px 12px;
}
.trainer-tabs__btn {
  flex: 1 1 auto;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0b0b0b;
  color: rgba(255, 255, 255, 0.65);
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    background 0.2s ease;
}
.trainer-tabs__btn:hover {
  border-color: rgba(245, 166, 35, 0.35);
  color: #fff;
}
.trainer-tabs__btn.is-active {
  border-color: rgba(245, 166, 35, 0.55);
  background: rgba(245, 166, 35, 0.12);
  color: #fde68a;
}

.trainer-tab-panels {
  padding: 4px 4px 8px;
}
.trainer-tab-panel {
  padding: 8px 0 4px;
}
.trainer-tab-panel[hidden] {
  display: none !important;
}

.trainer-dash-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.trainer-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px 14px;
}
.trainer-dash-field--full {
  grid-column: 1 / -1;
}
.trainer-dash-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.trainer-dash-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
}

.trainer-dash-input,
.trainer-dash-select,
.trainer-dash-textarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid rgba(245, 166, 35, 0.25);
  background: #0b0b0b;
  color: #f4f4f5;
  font-family: inherit;
  font-size: 15px;
  padding: 11px 14px;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.trainer-dash-textarea {
  min-height: 88px;
  resize: vertical;
  line-height: 1.45;
}
.trainer-dash-select {
  cursor: pointer;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(245, 166, 35, 0.8) 50%),
    linear-gradient(135deg, rgba(245, 166, 35, 0.8) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% + 3px),
    calc(100% - 13px) calc(50% + 3px);
  background-size: 5px 5px;
  background-repeat: no-repeat;
  padding-right: 36px;
}
.trainer-dash-input::placeholder,
.trainer-dash-textarea::placeholder {
  color: rgba(255, 255, 255, 0.28);
}
.trainer-dash-input:hover,
.trainer-dash-select:hover,
.trainer-dash-textarea:hover {
  border-color: rgba(245, 166, 35, 0.4);
}
.trainer-dash-input:focus,
.trainer-dash-select:focus,
.trainer-dash-textarea:focus {
  border-color: #f5a623;
  box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.18);
}
.trainer-dash-input--search {
  padding-left: 16px;
}

.trainer-dash-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  font-family: inherit;
  transition:
    transform 0.15s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}
.trainer-dash-btn--primary {
  background: linear-gradient(135deg, #f5a623, #d88900);
  color: #141414;
  border-color: rgba(245, 166, 35, 0.6);
  box-shadow: 0 8px 28px rgba(245, 166, 35, 0.25);
}
.trainer-dash-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(245, 166, 35, 0.32);
}
.trainer-dash-btn--ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.trainer-dash-btn--ghost:hover {
  border-color: rgba(245, 166, 35, 0.35);
  color: #fde68a;
}
.trainer-dash-btn--outline {
  width: 100%;
  background: transparent;
  border-color: rgba(245, 166, 35, 0.45);
  color: #fde68a;
}
.trainer-dash-btn--outline:hover {
  background: rgba(245, 166, 35, 0.1);
}

.trainer-table-wrap {
  overflow-x: auto;
  margin-top: 4px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0b0b0b;
}
.trainer-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  min-width: 520px;
}
.trainer-table th,
.trainer-table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.trainer-table th {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245, 166, 35, 0.85);
  background: rgba(245, 166, 35, 0.06);
}
.trainer-table tbody tr:hover td {
  background: rgba(255, 255, 255, 0.02);
}
.trainer-table__note {
  color: rgba(255, 255, 255, 0.65);
  max-width: 220px;
}

/* —— Üye: kişisel antrenman programı (Programım) —— */
.member-wpb {
  padding-bottom: 32px;
}
.member-wpb__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}
.member-wpb__tab {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(245, 166, 35, 0.35);
  color: #fde68a;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.35);
}
.member-wpb__tab.is-active {
  background: rgba(245, 166, 35, 0.2);
  border-color: rgba(245, 166, 35, 0.65);
  color: #fffbeb;
}
.member-wpb__progbar {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  margin-bottom: 8px;
}
.member-wpb__progbar-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #f5a623, #fbbf24);
  transition: width 0.5s ease;
}
.member-wpb__proglabel {
  margin: 0 0 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
}
.member-wpb-trainer-note {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(245, 166, 35, 0.1);
  border: 1px solid rgba(245, 166, 35, 0.28);
  font-size: 15px;
  line-height: 1.5;
}
.member-wpb-trainer-note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 166, 35, 0.95);
}
.member-wpb-today {
  position: relative;
  overflow: hidden;
}
.member-wpb-today.is-done {
  border-color: rgba(34, 197, 94, 0.45);
  box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.12);
}
.member-wpb-today__head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}
.member-wpb-pill {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
}
.member-wpb-pill--ok {
  border-color: rgba(34, 197, 94, 0.45);
  color: #bbf7d0;
  background: rgba(34, 197, 94, 0.12);
}
.member-wpb-exlist {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.member-wpb-exlist--compact li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
}
.member-wpb-exlist__item {
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.member-wpb-exlist__meta {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}
.member-wpb-vid {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #fde68a;
}
.member-wpb-mini-form {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.member-wpb-input {
  min-width: 72px;
  flex: 1 1 88px;
  max-width: 140px;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid rgba(245, 166, 35, 0.35);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 14px;
}
.member-wpb-check {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  gap: 6px;
}
.member-wpb-day-actions {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.member-wpb-feedback {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.member-wpb-select,
.member-wpb-textarea {
  width: 100%;
  max-width: 420px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(245, 166, 35, 0.35);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-family: inherit;
}
.member-wpb-cal {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}
.member-wpb-cal__day {
  text-align: center;
  padding: 10px 4px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.25);
}
.member-wpb-cal__day.is-today {
  border-color: rgba(245, 166, 35, 0.55);
  box-shadow: 0 0 0 1px rgba(245, 166, 35, 0.15);
}
.member-wpb-cal__day.done {
  background: rgba(34, 197, 94, 0.12);
  border-color: rgba(34, 197, 94, 0.35);
}
.member-wpb-cal__day.planned {
  background: rgba(245, 166, 35, 0.08);
}
.member-wpb-cal__day.rest,
.member-wpb-cal__day.is-rest {
  background: rgba(148, 163, 184, 0.12);
  border-color: rgba(148, 163, 184, 0.35);
  opacity: 0.92;
}
.member-wpb-cal__hint {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  line-height: 1.25;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
}
.member-wpb-cal__lbl {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.member-wpb-cal__num {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}
.member-wpb-week {
  margin-bottom: 16px;
}
.member-wpb-days {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
.member-wpb-daycard {
  border-radius: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.28);
}
.member-wpb-daycard.is-rest {
  opacity: 0.65;
  border-color: rgba(148, 163, 184, 0.28);
  background: rgba(148, 163, 184, 0.08);
}
.member-wpb-daycard__wd {
  display: block;
  width: 100%;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(245, 166, 35, 0.85);
  margin-bottom: 4px;
}
.member-wpb-today--rest {
  border-color: rgba(148, 163, 184, 0.45);
}
.member-wpb-pill--rest {
  background: rgba(148, 163, 184, 0.22);
  border: 1px solid rgba(148, 163, 184, 0.45);
}
.member-wpb-daycard.is-done {
  border-color: rgba(34, 197, 94, 0.35);
}
.member-wpb-daycard__h {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}
.member-wpb-archive {
  list-style: none;
  margin: 0;
  padding: 0;
}
.member-wpb-archive li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.member-wpb-archive__meta {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}
.member-wpb-back {
  margin-top: 24px;
  font-size: 15px;
}
.trainer-member-card__wpb {
  margin: 12px 0 4px;
}
.wpb-block {
  border-radius: 16px;
  padding: 16px;
  border: 1px solid rgba(245, 166, 35, 0.22);
  background: rgba(8, 8, 8, 0.65);
}
.wpb-block__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}
.wpb-block__title {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
}
.wpb-block__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.wpb-day {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.trainer-dash-btn.btn-sm {
  padding: 7px 12px;
  font-size: 11px;
}

/* Aylık program (üye) */
.member-mprog-weeklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.member-mprog-weeklist__item {
  margin-bottom: 6px;
}
.member-mprog-details {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.22);
  padding: 0 12px 10px;
}
.member-mprog-details summary {
  cursor: pointer;
  list-style: none;
  padding: 12px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #fde68a;
}
.member-mprog-details summary::-webkit-details-marker {
  display: none;
}
.member-mprog-summary-title {
  flex: 1;
  min-width: 0;
}
.member-mprog-trainer-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.member-mprog-trainer-photo {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid rgba(245, 166, 35, 0.35);
}
.member-mprog-qlist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.member-mprog-qlist__item {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Eğitmen — aylık şablon sihirbazı */
.trainer-tpl-wizard {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 12px 32px;
}
.trainer-tpl-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 20px;
  padding: 0;
  list-style: none;
}
.trainer-tpl-steps__item {
  flex: 1;
  min-width: 0;
  text-align: center;
  padding: 12px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.35);
  font-size: 13px;
  font-weight: 600;
  color: rgba(226, 232, 240, 0.85);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.trainer-tpl-steps__item.is-active {
  border-color: rgba(245, 166, 35, 0.65);
  color: #fde68a;
  box-shadow: 0 0 0 1px rgba(245, 166, 35, 0.12);
}
a.trainer-tpl-steps__item:hover,
span.trainer-tpl-steps__item:hover {
  border-color: rgba(245, 166, 35, 0.45);
  color: #fde68a;
}
.trainer-tpl-steps__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(245, 166, 35, 0.18);
  color: #fde68a;
  font-size: 13px;
}
.trainer-tpl-panel--hidden {
  display: none !important;
}
.trainer-tpl-h1 {
  margin: 0 0 8px;
  font-size: 22px;
  color: #fde68a;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
}
.trainer-tpl-h2 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #fde68a;
}
.trainer-tpl-lead {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(226, 232, 240, 0.82);
}
.trainer-tpl-card {
  margin-top: 0;
}
.trainer-tpl-form .trainer-dash-input,
.trainer-tpl-form .trainer-dash-textarea,
.trainer-tpl-form .trainer-dash-select {
  background: rgba(0, 0, 0, 0.45);
  border-color: rgba(245, 166, 35, 0.35);
}
.trainer-tpl-btn-main {
  padding: 14px 20px;
  font-size: 15px;
}
.trainer-tpl-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
  align-items: center;
}
.trainer-tpl-danger-zone {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.trainer-tpl-week-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 14px;
}
.trainer-tpl-week-tab {
  flex: 1;
  min-width: calc(25% - 8px);
  padding: 12px 8px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.35);
  color: rgba(226, 232, 240, 0.9);
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
.trainer-tpl-week-tab.is-active {
  border-color: rgba(245, 166, 35, 0.6);
  color: #fde68a;
}
.trainer-tpl-week-panel {
  margin-bottom: 8px;
}
.trainer-tpl-day-card {
  border: 1px solid rgba(245, 166, 35, 0.28);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.28);
  margin-bottom: 10px;
}
.trainer-tpl-day-summary {
  cursor: pointer;
  list-style: none;
  padding: 14px 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-weight: 700;
}
.trainer-tpl-day-summary::-webkit-details-marker {
  display: none;
}
.trainer-tpl-day-summary__k {
  color: #fde68a;
  font-size: 15px;
}
.trainer-tpl-day-summary__t {
  color: rgba(226, 232, 240, 0.75);
  font-size: 14px;
  font-weight: 600;
}
.trainer-tpl-day-inner {
  padding: 0 14px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.trainer-tpl-subh {
  margin: 16px 0 8px;
  font-size: 14px;
  color: #cbd5e1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.trainer-tpl-ex-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}
.trainer-tpl-ex-li {
  margin-bottom: 8px;
}
.trainer-tpl-ex-card summary {
  cursor: pointer;
  list-style: none;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.trainer-tpl-ex-card summary::-webkit-details-marker {
  display: none;
}
.trainer-tpl-ex-sum {
  font-size: 14px;
  color: #e2e8f0;
}
.trainer-tpl-ex-edit {
  padding: 12px 0 0;
}
.trainer-tpl-ex-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
@media (min-width: 640px) {
  .trainer-tpl-ex-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.trainer-tpl-span-2 {
  grid-column: span 2;
}
.trainer-tpl-span-full {
  grid-column: 1 / -1;
}
.trainer-tpl-ex-del {
  margin-top: 8px;
}
.trainer-tpl-add-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media (min-width: 520px) {
  .trainer-tpl-add-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 720px) {
  .trainer-tpl-add-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.trainer-tpl-add-btn {
  margin-top: 10px;
  width: 100%;
}
@media (min-width: 720px) {
  .trainer-tpl-add-btn {
    width: auto;
  }
}
.trainer-tpl-bottom-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.trainer-tpl-summary {
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
}
.trainer-tpl-summary > div {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.trainer-tpl-summary dt {
  margin: 0;
  font-size: 13px;
  color: rgba(226, 232, 240, 0.65);
  font-weight: 600;
}
.trainer-tpl-summary dd {
  margin: 0;
  font-size: 15px;
  color: #f8fafc;
}
.trainer-tpl-sum-weeks {
  margin: 0 0 18px;
  padding-left: 1.1rem;
  color: rgba(226, 232, 240, 0.88);
  line-height: 1.55;
}
.trainer-tpl-warn {
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(251, 191, 36, 0.45);
  background: rgba(251, 191, 36, 0.08);
  margin-bottom: 18px;
  font-size: 14px;
  color: #fef3c7;
}
.trainer-tpl-warn ul {
  margin: 8px 0 0;
  padding-left: 1.1rem;
}
.trainer-tpl-modal[hidden] {
  display: none !important;
}
.trainer-tpl-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 12px;
}
@media (min-width: 560px) {
  .trainer-tpl-modal {
    align-items: center;
  }
}
.trainer-tpl-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}
.trainer-tpl-modal__box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  max-height: 90vh;
  overflow: auto;
  border-radius: 16px;
  border: 1px solid rgba(245, 166, 35, 0.45);
  background: #0f1016;
  padding: 20px 18px 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55);
}

/* —— Hareket kütüphanesi (site) —— */
.exlib-page {
  background: radial-gradient(1200px 600px at 10% -10%, rgba(var(--primary-rgb), 0.12), transparent 55%),
    linear-gradient(180deg, #050506 0%, #0a0a0c 100%);
}
.exlib-hero {
  padding: 72px 0 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.exlib-hero__title {
  font-family: Oswald, system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
  color: #fafafa;
}
.exlib-hero__lead {
  margin: 0;
  max-width: 52ch;
  color: rgba(226, 232, 240, 0.78);
  line-height: 1.6;
  font-size: 1.05rem;
}
.exlib-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 22px 0 8px;
}
.exlib-toolbar__search {
  flex: 1 1 220px;
  min-width: 180px;
}
.exlib-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}
.exlib-filter {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #e5e7eb;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.35);
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.exlib-filter:hover {
  border-color: rgba(var(--primary-rgb), 0.55);
  color: #fff;
}
.exlib-filter.is-active {
  border-color: rgba(var(--primary-rgb), 0.95);
  background: rgba(var(--primary-rgb), 0.18);
  color: #fffbeb;
}
.exlib-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 18px;
  padding-bottom: 48px;
}
.exlib-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(165deg, #111216 0%, #0b0c10 100%);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.18s, border-color 0.18s, box-shadow 0.18s;
}
.exlib-card:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--primary-rgb), 0.45);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45);
}
.exlib-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1b22, #0f1014);
}
.exlib-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.exlib-card__body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-height: 0;
}
.exlib-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.exlib-card__name {
  margin: 0;
  font-family: Oswald, system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #fafafa;
  letter-spacing: 0.02em;
}
.exlib-card__desc {
  margin: 0;
  font-size: 14px;
  color: rgba(226, 232, 240, 0.72);
  line-height: 1.5;
  flex: 1;
}
.exlib-pill {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(var(--primary-rgb), 0.2);
  color: #fde68a;
  border: 1px solid rgba(var(--primary-rgb), 0.35);
}
.exlib-pill--muted {
  background: rgba(255, 255, 255, 0.06);
  color: #cbd5e1;
  border-color: rgba(255, 255, 255, 0.1);
}

.exlib-region-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 22px;
}
.exlib-region-head__title {
  margin: 0 0 10px;
  font-family: Oswald, system-ui, sans-serif;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fafafa;
}
.exlib-region-head__lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(203, 213, 225, 0.88);
}

.exlib-empty {
  padding: 28px 22px;
  border-radius: 20px;
  text-align: center;
  border: 1px dashed rgba(var(--primary-rgb), 0.35);
  background: rgba(0, 0, 0, 0.28);
  max-width: 520px;
  margin: 0 auto 32px;
}
.exlib-empty__title {
  margin: 0 0 10px;
  font-family: Oswald, system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
}
.exlib-empty__text {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.55;
}
.exlib-empty__actions {
  margin: 0;
}

.exlib-card__ph {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 20%, rgba(var(--primary-rgb), 0.2), transparent 45%),
    linear-gradient(145deg, #1a1c26, #0e0f14);
}
.exlib-card__media-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 5, 6, 0.05) 0%, rgba(5, 5, 6, 0.65) 100%);
}
.exlib-card__how {
  margin-top: auto;
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fde68a;
  border: 1px solid rgba(var(--primary-rgb), 0.45);
  background: rgba(0, 0, 0, 0.35);
}

.exdetail-hero {
  padding: 56px 0 28px;
}
.exdetail-hero__title {
  font-family: Oswald, system-ui, sans-serif;
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  margin: 0 0 14px;
  color: #fafafa;
}
.exdetail-layout {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
  padding-bottom: 56px;
}
@media (min-width: 900px) {
  .exdetail-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: start;
  }
}
.exdetail-media {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0c0d12;
}
.exdetail-media__ratio {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #111;
}
.exdetail-media__ratio iframe,
.exdetail-media__ratio img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}
.exdetail-panel {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(160deg, #12131a 0%, #0a0a0f 100%);
  padding: 20px 20px 22px;
}
.exdetail-panel h2 {
  font-family: Oswald, system-ui, sans-serif;
  font-size: 1.1rem;
  margin: 18px 0 8px;
  color: #fde68a;
}
.exdetail-panel h2:first-child {
  margin-top: 0;
}
.exdetail-panel p,
.exdetail-panel li {
  color: rgba(226, 232, 240, 0.88);
  line-height: 1.65;
}
.exdetail-related {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.exdetail-related__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
  margin-top: 12px;
}
.exdetail-related a {
  display: block;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.25);
  color: #f8fafc;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.exdetail-related a:hover {
  border-color: rgba(var(--primary-rgb), 0.45);
}

/* Eğitmen hareket seç modal */
.trainer-exlib-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.trainer-exlib-modal[hidden] {
  display: none !important;
}
.trainer-exlib-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 12px;
}
@media (min-width: 640px) {
  .trainer-exlib-modal {
    align-items: center;
  }
}
.trainer-exlib-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}
.trainer-exlib-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  max-height: 88vh;
  overflow: auto;
  border-radius: 16px;
  border: 1px solid rgba(245, 166, 35, 0.45);
  background: #0f1016;
  padding: 16px 16px 12px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
}
.trainer-exlib-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.trainer-exlib-modal__title {
  margin: 0;
  font-size: 18px;
  color: #fef3c7;
}
.trainer-exlib-modal__x {
  border: 0;
  background: transparent;
  color: #94a3b8;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.trainer-exlib-modal__filters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 10px;
}
.trainer-exlib-fld {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.35);
  color: #f1f5f9;
  font-size: 14px;
}
.trainer-exlib-fld:last-of-type {
  grid-column: span 2;
}
.trainer-exlib-refresh-btn {
  grid-column: span 2;
  width: 100%;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(245, 166, 35, 0.45);
  background: transparent;
  color: #fde68a;
  font-weight: 600;
  cursor: pointer;
}
.trainer-exlib-refresh-btn:hover {
  background: rgba(var(--primary-rgb), 0.12);
}
.trainer-exlib-modal__body {
  max-height: 48vh;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.25);
}
.trainer-exlib-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-align: left;
  padding: 12px 14px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: transparent;
  color: #f1f5f9;
  cursor: pointer;
}
.trainer-exlib-item:last-child {
  border-bottom: 0;
}
.trainer-exlib-item:hover {
  background: rgba(var(--primary-rgb), 0.08);
}
.trainer-exlib-item__t {
  font-weight: 700;
  font-size: 15px;
}
.trainer-exlib-item__s {
  font-size: 12px;
  color: rgba(148, 163, 184, 0.95);
  margin-top: 4px;
}
.trainer-exlib-modal__foot {
  margin: 10px 0 0;
  font-size: 12px;
  color: rgba(148, 163, 184, 0.95);
}
.trainer-exlib-open-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}
.trainer-exlib-linkwrap {
  margin: 0 0 6px;
  font-size: 13px;
}
.trainer-exlib-linkwrap a {
  color: #fde68a;
}

.member-ex-how {
  margin-top: 8px;
}
.member-ex-how .btn {
  margin-top: 4px;
}

/* Şablon sihirbazı adım 2 — tplv2 (sade şablon “Günleri doldur”) */
.tplv2-step2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.tplv2-step2__lead {
  max-width: 52ch;
}
.tplv2-week-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 16px;
}
.tplv2-step2 .tplv2-week-tab.trainer-tpl-week-tab {
  flex: 1 1 calc(25% - 8px);
  min-width: 72px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.42);
  color: rgba(226, 232, 240, 0.88);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}
.tplv2-step2 .tplv2-week-tab.trainer-tpl-week-tab:hover {
  border-color: rgba(var(--primary-rgb), 0.35);
  color: #fef3c7;
}
.tplv2-step2 .tplv2-week-tab.trainer-tpl-week-tab.is-active {
  border-color: rgba(var(--primary-rgb), 0.9);
  background: linear-gradient(135deg, #fef9c3 0%, var(--primary) 45%, var(--primary-dark) 100%);
  color: #0c0d12;
  box-shadow: 0 4px 16px rgba(var(--primary-rgb), 0.38);
}
.tplv2-week-panel {
  padding-bottom: 6px;
}
.tplv2-day-wrap {
  margin-bottom: 10px;
}
.tplv2-day-head {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.35);
  color: #f8fafc;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease;
}
.tplv2-day-head:hover {
  border-color: rgba(var(--primary-rgb), 0.35);
}
.tplv2-day-head[aria-expanded="true"] {
  border-color: rgba(var(--primary-rgb), 0.55);
  background: rgba(var(--primary-rgb), 0.08);
}
.tplv2-day-head__k {
  font-weight: 800;
  font-size: 15px;
  color: #fde68a;
}
.tplv2-day-head__sep {
  color: rgba(148, 163, 184, 0.8);
  font-weight: 600;
}
.tplv2-day-head__t {
  font-size: 14px;
  font-weight: 600;
  color: rgba(226, 232, 240, 0.78);
}
.tplv2-day-body__inner {
  padding: 16px 4px 4px;
}
.tplv2-day-program-title {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fafafa;
}
.tplv2-day-program-sub {
  margin: 0 0 18px;
  font-size: 14px;
  color: rgba(203, 213, 225, 0.88);
  line-height: 1.5;
}
.tplv2-day-meta {
  margin-bottom: 18px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.22);
  overflow: hidden;
}
.tplv2-day-meta__sum {
  cursor: pointer;
  list-style: none;
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(253, 230, 138, 0.95);
}
.tplv2-day-meta__sum::-webkit-details-marker {
  display: none;
}
.tplv2-day-meta__fields {
  padding: 0 14px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.tplv2-subh {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.95);
}
.tplv2-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: rgba(226, 232, 240, 0.9);
  margin-bottom: 6px;
}
.tplv2-label-optional {
  font-weight: 500;
  color: rgba(148, 163, 184, 0.9);
}
.tplv2-field {
  display: block;
  margin-bottom: 12px;
}
.tplv2-field--full {
  margin-bottom: 0;
}
.tplv2-field--manual .tplv2-input {
  font-size: 14px;
}
.tplv2-input,
.tplv2-textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(5, 6, 10, 0.75);
  color: #f1f5f9;
  font-size: 15px;
  font-family: inherit;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.tplv2-input:focus,
.tplv2-textarea:focus {
  outline: none;
  border-color: rgba(var(--primary-rgb), 0.5);
  box-shadow: 0 0 0 2px rgba(var(--primary-rgb), 0.12);
}
.tplv2-textarea--sm {
  min-height: 72px;
  resize: vertical;
}
.tplv2-ex-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
.tplv2-unsaved-bar {
  margin: 0 0 14px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(251, 191, 36, 0.45);
  background: rgba(120, 53, 15, 0.35);
  color: #fef3c7;
  font-size: 14px;
  font-weight: 600;
}
.tplv2-ex-editor {
  margin-bottom: 14px;
  padding: 14px 14px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.32);
  transition: opacity 0.35s ease, transform 0.35s ease, border-color 0.25s ease;
}
.tplv2-ex-editor--new {
  animation: tplv2ExRowIn 0.42s ease-out;
}
@keyframes tplv2ExRowIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tplv2-ex-editor__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.tplv2-ex-editor__h {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(253, 230, 138, 0.95);
}
.tplv2-ex-editor__del {
  flex: 0 0 auto;
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid rgba(248, 113, 113, 0.45);
  background: rgba(30, 10, 10, 0.55);
  color: #fecaca;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}
.tplv2-ex-editor__del:hover {
  border-color: rgba(252, 165, 165, 0.7);
  color: #fff;
}
.tplv2-btn--ghost.js-tpl-add-ex {
  width: 100%;
  margin-bottom: 8px;
  padding: 12px 16px;
  font-size: 14px;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
  color: #e2e8f0;
}
.tplv2-btn--ghost.js-tpl-add-ex:hover {
  border-color: rgba(var(--primary-rgb), 0.5);
  color: #fef3c7;
}
.tplv2-empty-ex {
  margin: 0 0 14px;
  font-size: 14px;
  color: rgba(148, 163, 184, 0.95);
  line-height: 1.45;
}
.tplv2-ex-card {
  margin-bottom: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.28);
  overflow: hidden;
}
.tplv2-ex-card-view {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 14px 14px 12px;
}
.tplv2-ex-card-main {
  flex: 1 1 200px;
  min-width: 0;
}
.tplv2-ex-card-title-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  align-items: baseline;
}
.tplv2-ex-num {
  font-weight: 800;
  color: rgba(var(--primary-rgb), 0.95);
  font-size: 15px;
}
.tplv2-ex-name {
  font-weight: 700;
  font-size: 16px;
  color: #f8fafc;
}
.tplv2-ex-meta {
  margin: 8px 0 0;
  font-size: 14px;
  color: rgba(203, 213, 225, 0.9);
  line-height: 1.45;
}
.tplv2-ex-meta-sep {
  margin: 0 4px;
  color: rgba(148, 163, 184, 0.7);
}
.tplv2-ex-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.tplv2-ex-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  background: transparent;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.tplv2-ex-btn--ghost {
  border-color: rgba(255, 255, 255, 0.14);
  color: #e2e8f0;
}
.tplv2-ex-btn--ghost:hover {
  border-color: rgba(var(--primary-rgb), 0.45);
  color: #fef3c7;
}
.tplv2-ex-del-form {
  margin: 0;
  display: inline;
}
.tplv2-ex-btn-del {
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 10px;
  border: 1px solid rgba(127, 29, 29, 0.55);
  background: rgba(30, 10, 10, 0.65);
  color: #fecaca;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.tplv2-ex-btn-del:hover {
  background: rgba(127, 29, 29, 0.45);
  border-color: rgba(248, 113, 113, 0.65);
}
.tplv2-ex-card-edit {
  padding: 0 14px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.18);
}
.tplv2-ex-edit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 520px) {
  .tplv2-ex-edit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 720px) {
  .tplv2-ex-edit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.tplv2-exlib-row {
  margin-bottom: 10px;
}
.tplv2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-weight: 700;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease;
}
.tplv2-btn--save-ex {
  margin-top: 8px;
  width: 100%;
  padding: 10px 16px;
  font-size: 14px;
  border: 1px solid rgba(var(--primary-rgb), 0.45);
  background: rgba(var(--primary-rgb), 0.12);
  color: #fef3c7;
}
.tplv2-btn--save-ex:hover {
  filter: brightness(1.08);
}
.tplv2-add-block {
  margin-bottom: 18px;
}
.tplv2-btn--add-toggle {
  width: 100%;
  padding: 14px 18px;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #0c0d12;
  background: linear-gradient(135deg, #fef9c3 0%, var(--primary) 42%, var(--primary-dark) 100%);
  box-shadow: 0 6px 20px rgba(var(--primary-rgb), 0.32);
}
.tplv2-btn--add-toggle:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}
.tplv2-add-panel {
  margin-top: 10px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(var(--primary-rgb), 0.22);
  background: rgba(0, 0, 0, 0.35);
}
.tplv2-add-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 520px) {
  .tplv2-add-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.tplv2-btn--submit-add {
  margin-top: 12px;
  width: 100%;
  padding: 12px 16px;
  font-size: 15px;
  color: #0c0d12;
  background: linear-gradient(135deg, #fde68a, var(--primary));
  box-shadow: 0 4px 14px rgba(var(--primary-rgb), 0.28);
}
.tplv2-btn--submit-add:hover {
  filter: brightness(1.06);
}
.tplv2-save-day-form {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.tplv2-btn--save-day {
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #e2e8f0;
}
.tplv2-btn--save-day:hover {
  border-color: rgba(var(--primary-rgb), 0.4);
  color: #fef3c7;
}
.tplv2-bottom-nav {
  margin-top: 20px;
}
@media (max-width: 640px) {
  .tplv2-step2 .tplv2-week-tab.trainer-tpl-week-tab {
    flex: 1 1 calc(50% - 6px);
  }
  .tplv2-ex-card-actions {
    width: 100%;
  }
  .tplv2-ex-btn,
  .tplv2-ex-btn--ghost {
    flex: 1 1 auto;
    min-width: calc(50% - 6px);
  }
  .tplv2-ex-del-form {
    flex: 0 0 auto;
  }
  .trainer-tpl-bottom-nav.tplv2-bottom-nav {
    flex-direction: column;
  }
  .trainer-tpl-bottom-nav.tplv2-bottom-nav .trainer-dash-btn {
    width: 100%;
    justify-content: center;
  }
}

/* —— Eğitmen ana sayfa (trainer/index.php panel) —— */
.trainer-portal__wrap:has(.trainer-home) {
  max-width: 1180px;
}

.trainer-home {
  gap: 20px;
}

.trainer-home__header {
  align-items: flex-start;
}

.trainer-home__logout-form {
  align-self: flex-start;
}

.trainer-home__logout-btn {
  padding: 8px 16px;
  font-size: 12px;
  letter-spacing: 0.06em;
  border-radius: 999px;
  text-transform: uppercase;
}

.trainer-home__lead {
  margin: -4px 0 0;
  padding: 0 2px;
  max-width: 52rem;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.58);
}

.trainer-home__quick {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
}

@media (max-width: 640px) {
  .trainer-home__quick {
    grid-template-columns: 1fr;
  }
}

.trainer-home__quick-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  background: rgba(12, 12, 12, 0.92);
  border: 1px solid rgba(245, 166, 35, 0.22);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
}

.trainer-home__quick-card:hover {
  border-color: rgba(245, 166, 35, 0.45);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.45);
  transform: translateY(-1px);
}

.trainer-home__quick-title {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}

.trainer-home__quick-desc {
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.52);
}

.trainer-home__stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.trainer-home__stat.trainer-stat-card {
  padding: 14px 14px 16px;
  border-radius: 14px;
}

.trainer-home__stat .trainer-stat-card__v {
  font-size: 26px;
}

.trainer-home__stat .trainer-stat-card__l {
  font-size: 11px;
  margin-top: 6px;
}

.trainer-home__toolbar {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
}

.trainer-home__search {
  flex: 1 1 280px;
  min-width: min(100%, 220px);
}

.trainer-home__filters {
  flex: 0 1 auto;
  gap: 6px;
}

.trainer-home .trainer-dash-filter {
  padding: 6px 12px;
  font-size: 11px;
}

.trainer-home .trainer-dash-filter.is-active {
  background: rgba(245, 166, 35, 0.28);
  border-color: rgba(245, 166, 35, 0.65);
  color: #fffbeb;
  box-shadow: 0 0 0 1px rgba(245, 166, 35, 0.2);
}

@media (max-width: 720px) {
  .trainer-home__toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .trainer-home__search {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
  }

  .trainer-home__filters {
    justify-content: flex-start;
  }
}

.trainer-home__members {
  gap: 18px;
}

.trainer-home-member.trainer-member-card {
  border-radius: 18px;
}

.trainer-home-member .trainer-member-card__summary {
  padding: 20px 20px 16px;
}

.trainer-home-member__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px 14px;
  margin-bottom: 10px;
}

.trainer-home-member__name {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  line-height: 1.2;
  flex: 1 1 auto;
  min-width: 0;
}

.trainer-home-member__account-warn {
  margin: 0 0 10px;
}

.trainer-home-member__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.trainer-home-member__contact-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
  min-width: 0;
}

.trainer-home-member__contact-line--muted {
  color: rgba(255, 255, 255, 0.38);
}

.trainer-home-member__contact-line a {
  color: rgba(253, 230, 138, 0.95);
  text-decoration: none;
  word-break: break-all;
}

.trainer-home-member__contact-line a:hover {
  text-decoration: underline;
}

.trainer-home-ico {
  flex-shrink: 0;
  opacity: 0.55;
  color: rgba(245, 166, 35, 0.85);
}

.trainer-home-member__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

@media (max-width: 640px) {
  .trainer-home-member__metrics {
    grid-template-columns: 1fr;
  }
}

.trainer-home-metric {
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.trainer-home-metric__l {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  margin-bottom: 4px;
}

.trainer-home-metric__v {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.35;
  word-break: break-word;
}

.trainer-home-member__alert {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(254, 240, 138, 0.95);
  background: rgba(245, 166, 35, 0.08);
  border: 1px solid rgba(245, 166, 35, 0.22);
}

.trainer-home-member__prog-badge {
  margin: 0 0 12px;
}

.trainer-home-member__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 4px;
}

.trainer-home-member__btns-main {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.trainer-home-member__btns-main .trainer-dash-btn {
  width: auto;
  min-width: 0;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  padding: 11px 12px;
  font-size: 12px;
  letter-spacing: 0.04em;
}

@media (max-width: 640px) {
  .trainer-home-member__btns-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trainer-home-member__btns-main > .trainer-dash-btn--primary {
    grid-column: 1 / -1;
  }
}

.trainer-home-member__btns-sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.trainer-home-mini-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    background 0.2s ease;
}

.trainer-home-mini-btn:hover {
  border-color: rgba(245, 166, 35, 0.4);
  color: #fde68a;
  background: rgba(245, 166, 35, 0.08);
}

.trainer-home-member__toggle {
  width: 100%;
  margin-top: 6px;
  font-size: 12px;
}

.trainer-home-member .trainer-member-card__detail {
  padding: 0 16px 18px;
}
