/* ==================== STYLES START ==================== */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=Inter:wght@400;500;600;700&family=Noto+Sans+Arabic:wght@400;500;600;700;800&family=Roboto+Condensed:wght@500;600;700;800&family=Vazirmatn:wght@400;500;600;700;800&display=swap');

:root {
  --yellow: #f5c518;
  --yellow-dark: #d7aa00;
  --black: #111111;
  --black-soft: #191919;
  --gray-900: #232323;
  --gray-700: #5d5d5d;
  --gray-500: #8d8d8d;
  --gray-200: #dedede;
  --gray-100: #f3f3f0;
  --white: #ffffff;
  --container: 1200px;
  --radius: 20px;
  --shadow: 0 24px 80px rgba(0, 0, 0, .14);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; font-family: Inter, "Noto Sans Arabic", Arial, sans-serif; color: var(--black); background: var(--white); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }

h1, h2, h3, .brand strong, .stat-item strong, .program-number, .experience-badge strong { font-family: "Barlow Condensed", "Noto Sans Arabic", sans-serif; letter-spacing: -.02em; }
h1, h2, h3, p { margin-top: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; isolation: isolate; background: rgba(255,255,255,.92); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(17,17,17,.08); }
.header-inner { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 270px; height: 72px; display: block; flex: 0 0 auto; background-color: var(--black); -webkit-mask: var(--brand-logo) center / 112% auto no-repeat; mask: var(--brand-logo) center / 112% auto no-repeat; }
.desktop-nav { display: flex; align-items: center; gap: 20px; margin-inline: auto; }
.desktop-nav > a, .nav-parent-control { position: relative; color: inherit; font-size: 13px; font-weight: 700; white-space: nowrap; }
.desktop-nav > a::after, .nav-parent-control::after { content: ""; position: absolute; inset: auto 0 -8px; height: 2px; background: var(--yellow); transform: scaleX(0); transition: transform .25s ease; }
.desktop-nav > a:hover::after, .desktop-nav > a:focus-visible::after, .desktop-nav > a[aria-current="page"]::after, .nav-parent-control:hover::after, .nav-parent-control:focus-visible::after, .nav-item.is-open .nav-parent-control::after, .nav-item.is-current .nav-parent-control::after { transform: scaleX(1); }
.nav-item { position: relative; display: flex; align-items: center; gap: 3px; }
.nav-trigger { width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; }
.nav-parent-control { width: auto; height: auto; gap: 4px; font: inherit; font-size: 13px; font-weight: 700; }
.nav-trigger svg, .mobile-submenu-toggle svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .2s ease; }
.submenu { position: absolute; top: calc(100% + 20px); left: 50%; z-index: 10; min-width: 230px; padding: 8px; border: 1px solid var(--gray-200); border-radius: 14px; background: var(--white); color: var(--black); box-shadow: var(--shadow); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, -8px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.submenu::before { content: ""; position: absolute; inset: -20px 0 auto; height: 20px; }
.submenu a { display: block; padding: 11px 12px; border-radius: 8px; font-size: 13px; font-weight: 700; white-space: nowrap; }
.submenu a:hover, .submenu a:focus-visible { background: var(--gray-100); }
.nav-item.is-open .submenu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.nav-item.is-open .nav-trigger svg { transform: rotate(180deg); }
.header-actions { display: flex; align-items: center; gap: 10px; }

.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 10px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); color: var(--black); }
.button-primary:hover { background: #ffd83d; }
.button-dark { background: var(--black); color: var(--white); }
.button-light { background: var(--white); color: var(--black); }
.button-small { min-height: 42px; padding-inline: 17px; font-size: 12px; }
.button-large { min-height: 60px; padding-inline: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.text-link.light { color: var(--white); }

.language-switcher { position: relative; }
.language-current { height: 42px; padding: 0 10px 0 12px; border: 1px solid var(--gray-200); border-radius: 10px; background: var(--white); display: flex; align-items: center; gap: 4px; font-weight: 800; cursor: pointer; }
.language-current svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.language-menu { position: absolute; top: calc(100% + 10px); inset-inline-end: 0; z-index: 20; min-width: 190px; padding: 8px; border-radius: 14px; background: var(--white); box-shadow: var(--shadow); border: 1px solid var(--gray-200); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.language-menu.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.language-menu a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 12px; border-radius: 8px; font-weight: 800; }
.language-menu a:hover, .language-menu a[aria-current="page"] { background: var(--gray-100); }
.language-menu small { color: var(--gray-500); font-weight: 600; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: var(--black); border-radius: 10px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: var(--white); margin: 4px 0; }
.mobile-menu { display: none; }
.nav-trigger:focus-visible, .language-current:focus-visible, .menu-toggle:focus-visible, .mobile-submenu-toggle:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

.hero { position: relative; min-height: 890px; padding: 160px 0 0; overflow: hidden; background: var(--black); color: var(--white); }
.hero::after { content: ""; position: absolute; width: 680px; height: 680px; border-radius: 50%; background: var(--yellow); filter: blur(0); top: -240px; inset-inline-end: -290px; opacity: .95; }
.hero-noise { position: absolute; inset: 0; opacity: .17; background-image: radial-gradient(rgba(255,255,255,.18) .7px, transparent .7px); background-size: 9px 9px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.hero-copy { padding-bottom: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--yellow); }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--black); }
.hero h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(68px, 8vw, 118px); line-height: .82; text-transform: uppercase; font-weight: 800; }
.hero h1 em { display: block; color: var(--yellow); font-style: normal; }
.hero-copy > p { max-width: 630px; color: #c8c8c8; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 36px; }
.instagram-follow-banner { width: min(100%, 390px); margin-top: 22px; padding: 12px 15px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 13px; background: linear-gradient(115deg, rgba(131,58,180,.88), rgba(225,48,108,.9) 52%, rgba(252,175,69,.88)); color: var(--white); box-shadow: 0 12px 26px rgba(225,48,108,.18); transition: transform .2s ease, box-shadow .2s ease; }
.instagram-follow-banner:hover { color: var(--white); transform: translateY(-2px); box-shadow: 0 16px 32px rgba(225,48,108,.3); }
.instagram-follow-banner svg, .footer-instagram-follow svg { width: 24px; height: 24px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; }
.instagram-follow-banner span:not(.instagram-follow-arrow) { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.instagram-follow-banner strong { font-size: 12px; line-height: 1.2; }
.instagram-follow-banner bdi { font-size: 12px; font-weight: 800; letter-spacing: .03em; }
.instagram-follow-arrow { margin-inline-start: auto; font-size: 19px; font-weight: 800; }
.hero-proof { display: flex; align-items: center; gap: 16px; margin-top: 48px; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 38px; height: 38px; margin-inline-start: -8px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg,#555,#222); border: 2px solid var(--black); font-size: 10px; color: #ddd; }
.avatar-stack span:first-child { margin-inline-start: 0; }
.hero-proof p { margin: 0; font-size: 12px; color: #aaa; line-height: 1.55; }
.hero-proof strong { color: var(--white); font-size: 13px; }
.hero-visual { position: relative; align-self: end; }
.hero-frame { position: relative; padding: 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 34px 34px 0 0; background: rgba(255,255,255,.05); }
.photo-placeholder { position: relative; overflow: hidden; background: linear-gradient(145deg,#393939,#111); }
.photo-placeholder::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 35%, rgba(245,197,24,.22) 35% 54%, transparent 54%); }
.placeholder-label, .gallery-item > span { display: none; position: absolute; z-index: 2; inset: 18px auto auto 18px; font-size: 10px; font-weight: 800; letter-spacing: .12em; color: rgba(255,255,255,.55); }
[dir="rtl"] .placeholder-label { inset: 18px 18px auto auto; }
.hero-photo { height: 620px; border-radius: 23px 23px 0 0; background-color: #1b1b1b; background-image: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.58)), var(--hero-image, none), linear-gradient(145deg,#393939,#111); background-size: cover; background-position: center; }
.fighter-silhouette { position: absolute; inset: 8% 8% 0; display: flex; align-items: flex-end; justify-content: center; }
.fighter-silhouette::before { content: ""; width: 155px; height: 155px; border-radius: 50%; background: #151515; position: absolute; top: 7%; box-shadow: 0 0 0 18px rgba(255,255,255,.02); }
.fighter-silhouette::after { content: ""; width: 72%; height: 78%; background: linear-gradient(90deg,#0c0c0c,#1b1b1b,#0a0a0a); clip-path: polygon(36% 0,64% 0,73% 13%,95% 30%,83% 52%,74% 41%,79% 100%,21% 100%,26% 41%,17% 52%,5% 30%,27% 13%); }
.hero-card { position: absolute; z-index: 3; padding: 15px 18px; border-radius: 14px; background: rgba(255,255,255,.94); color: var(--black); box-shadow: var(--shadow); }
.hero-card-top { top: 74px; inset-inline-start: -42px; }
.hero-card-top span { display: block; font-size: 10px; font-weight: 700; color: var(--gray-700); }
.hero-card-top strong { display: block; margin-top: 5px; font-size: 18px; }
.hero-card-bottom { bottom: 46px; inset-inline-end: -32px; display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; }
.pulse-dot { width: 10px; height: 10px; border-radius: 50%; background: #27b45e; box-shadow: 0 0 0 6px rgba(39,180,94,.13); }
.hero-card-bottom.is-closed .pulse-dot { background: #7b7b7b; box-shadow: 0 0 0 6px rgba(123,123,123,.14); }
.stats-section { padding: 46px 0; background: var(--gray-100); }
.stats-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--gray-200); border-radius: 20px; background: var(--white); color: var(--black); box-shadow: 0 10px 40px rgba(0,0,0,.12); }
.stat-item { min-height: 130px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-inline-end: 1px solid var(--gray-200); }
.stat-item:last-child { border-inline-end: 0; }
.stat-item strong { font-size: 42px; line-height: 1; }
.stat-item span { margin-top: 9px; color: var(--gray-700); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.guest-pass-section { padding: 56px 0 24px; overflow: hidden; background: var(--gray-100); }
.guest-pass-card { position: relative; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); align-items: end; gap: 54px; min-height: 520px; padding: 66px; overflow: hidden; border-radius: 30px; background-color: var(--yellow); background-image: linear-gradient(90deg, rgba(245,197,24,.98) 0%, rgba(245,197,24,.94) 44%, rgba(245,197,24,.79) 72%, rgba(245,197,24,.58) 100%), var(--guest-pass-image, none); background-size: cover; background-position: center; color: var(--black); box-shadow: var(--shadow); }
.guest-pass-card::after { content: "MMA"; position: absolute; inset: auto -24px -72px auto; color: rgba(17,17,17,.07); font-family: "Barlow Condensed", sans-serif; font-size: 260px; font-weight: 800; line-height: .8; pointer-events: none; }
.guest-pass-copy, .guest-pass-action { position: relative; z-index: 1; }
.guest-pass-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.guest-pass-kicker::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.guest-pass-card h2 { max-width: 760px; margin-bottom: 24px; font-size: clamp(60px, 7vw, 96px); font-weight: 800; line-height: .88; text-transform: uppercase; }
.guest-pass-card p { max-width: 730px; margin-bottom: 0; font-size: 18px; line-height: 1.75; }
.guest-pass-action { display: flex; flex-direction: column; align-items: stretch; gap: 14px; }
.guest-pass-action .button { min-height: 62px; text-align: center; }
.guest-pass-action small { max-width: 280px; color: rgba(17,17,17,.68); font-size: 11px; font-weight: 700; line-height: 1.5; }

.champions-teaser-section { padding: 100px 0 110px; overflow: hidden; scroll-margin-top: 100px; background: var(--gray-100); }
.champions-showcase { position: relative; min-height: 500px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); overflow: hidden; border-radius: 30px; background-color: var(--black); background-image: linear-gradient(90deg, rgba(9,9,9,.98) 0%, rgba(9,9,9,.91) 44%, rgba(9,9,9,.58) 72%, rgba(9,9,9,.3) 100%), var(--athletes-image, none); background-size: cover; background-position: center; color: var(--white); box-shadow: var(--shadow); }
.champions-showcase::before { content: ""; position: absolute; width: 560px; height: 560px; inset: -110px -190px auto auto; border: 78px solid rgba(245,197,24,.34); border-radius: 50%; background: transparent; }
.champions-showcase::after { content: ""; position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(rgba(255,255,255,.24) .7px, transparent .7px); background-size: 10px 10px; mask-image: linear-gradient(90deg, black, transparent 75%); pointer-events: none; }
.champions-copy { position: relative; z-index: 2; align-self: center; padding: 70px; }
.champions-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--yellow); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.champions-kicker::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.champions-showcase h2 { max-width: 720px; margin-bottom: 24px; font-size: clamp(58px, 6vw, 88px); font-weight: 800; line-height: .9; text-transform: uppercase; }
.champions-showcase p { max-width: 650px; margin-bottom: 34px; color: #bdbdbd; font-size: 17px; line-height: 1.75; }
.champions-visual { position: relative; z-index: 2; display: grid; place-items: center; min-height: 500px; }
.champions-emblem { position: relative; width: 230px; height: 230px; display: grid; place-items: center; align-content: center; border: 11px solid rgba(245,197,24,.3); border-radius: 50%; background: rgba(9,9,9,.86); backdrop-filter: blur(10px); color: var(--yellow); box-shadow: 0 28px 70px rgba(0,0,0,.35); text-align: center; transform: rotate(-3deg); }
.champions-logo { width: 126px; height: 126px; display: block; background-color: var(--yellow); -webkit-mask: var(--brand-round-logo) center / contain no-repeat; mask: var(--brand-round-logo) center / contain no-repeat; }
.champions-emblem small { margin-top: 17px; color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.champions-tag { position: absolute; padding: 12px 17px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(17,17,17,.9); color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; box-shadow: 0 15px 35px rgba(0,0,0,.18); }
.champions-tag-one { inset: 18% auto auto 2%; }
.champions-tag-two { inset: auto 2% 18% auto; }

.programs-section { padding-top: 180px; background: var(--gray-100); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 55px; }
.section-heading h2, .about-copy h2, .schedule-copy h2, .trial-card h2 { margin-bottom: 0; font-size: clamp(48px, 5vw, 76px); line-height: .95; text-transform: uppercase; }
.section-heading > p { max-width: 520px; margin-bottom: 0; color: var(--gray-700); line-height: 1.75; }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.program-card { position: relative; min-height: 350px; padding: 32px; background: var(--white); border: 1px solid #e5e5e5; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.program-card:hover { transform: translateY(-8px); box-shadow: 0 24px 60px rgba(0,0,0,.09); background: var(--yellow); }
.program-number { position: absolute; top: 24px; inset-inline-end: 26px; font-size: 26px; font-weight: 700; color: #c6c6c6; }
.program-card:hover .program-number { color: rgba(17,17,17,.45); }
.program-icon { width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; background: var(--black); color: var(--yellow); font-size: 26px; font-weight: 800; }
.program-card h3 { margin: 42px 0 14px; font-size: 34px; text-transform: uppercase; }
.program-card p { color: var(--gray-700); line-height: 1.7; font-size: 14px; }
.program-card a { position: absolute; inset: auto 32px 30px; display: flex; justify-content: space-between; font-size: 13px; font-weight: 800; }

.about-section { background: var(--black); color: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-media { position: relative; }
.about-photo { height: 640px; border-radius: 26px; background-image: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.45)), url("../../media/images/home/athletes.webp"), linear-gradient(145deg,#393939,#111); background-size: cover; background-position: center; }
.ring-lines { position: absolute; inset: 16% 10% 8%; border: 8px solid rgba(245,197,24,.5); box-shadow: inset 0 0 0 20px rgba(0,0,0,.18); transform: perspective(600px) rotateX(60deg); }
.ring-lines::before, .ring-lines::after { content: ""; position: absolute; background: rgba(255,255,255,.25); }
.ring-lines::before { width: 100%; height: 4px; top: 48%; }
.ring-lines::after { height: 100%; width: 4px; left: 48%; }
.experience-badge { position: absolute; inset: auto -24px 28px auto; width: 150px; height: 150px; border-radius: 50%; background: var(--yellow); color: var(--black); display: grid; place-items: center; align-content: center; text-align: center; box-shadow: var(--shadow); }
.experience-badge strong { font-size: 52px; line-height: .9; }
.experience-badge span { margin-top: 7px; max-width: 88px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.about-copy > p { margin: 30px 0; color: #b8b8b8; line-height: 1.8; }
.feature-list { display: grid; gap: 18px; margin: 30px 0 36px; }
.feature-list > div { display: flex; gap: 14px; align-items: flex-start; }
.feature-list > div > span { flex: 0 0 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); color: var(--black); font-weight: 900; }
.feature-list p { margin: 0; display: flex; flex-direction: column; }
.feature-list strong { font-size: 15px; }
.feature-list small { margin-top: 5px; color: #8d8d8d; line-height: 1.5; }

.coaches-section { background: var(--white); }
.coach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.coach-card { border: 1px solid var(--gray-200); background: var(--white); }
.coach-photo { height: 430px; background-size: cover; background-position: center top; }
.coach-card:nth-child(1) .coach-photo { background-image: linear-gradient(180deg, transparent, rgba(0,0,0,.32)), url("../../media/images/coaches/egemen-baranok.webp"), linear-gradient(145deg,#393939,#111); }
.coach-card:nth-child(2) .coach-photo { background-image: linear-gradient(180deg, transparent, rgba(0,0,0,.32)), url("../../media/images/coaches/ismail-sen-v2.webp"), linear-gradient(145deg,#393939,#111); }
.coach-card:nth-child(3) .coach-photo { background-image: linear-gradient(180deg, transparent, rgba(0,0,0,.32)), url("../../media/images/coaches/selimcan-ulutas.webp"), linear-gradient(145deg,#393939,#111); }
.coach-monogram { position: absolute; inset: auto 0 -28px; font-family: "Barlow Condensed", sans-serif; font-size: 220px; line-height: .8; font-weight: 800; text-align: center; color: rgba(255,255,255,.08); }
.coach-info { display: flex; justify-content: space-between; align-items: center; padding: 22px 24px; }
.coach-info h3 { margin: 0; font-size: 27px; text-transform: uppercase; }
.coach-info p { margin: 5px 0 0; font-size: 12px; color: var(--gray-700); }
.coach-info > a { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); font-weight: 900; }

.schedule-section { background: var(--yellow); }
.schedule-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: center; }
.schedule-copy .eyebrow { color: var(--black); }
.schedule-copy > p { max-width: 500px; margin: 28px 0; line-height: 1.75; }
.schedule-list { background: var(--black); color: var(--white); padding: 14px 30px; }
.schedule-row { display: grid; grid-template-columns: 90px 1fr 120px; align-items: center; gap: 20px; min-height: 94px; border-bottom: 1px solid rgba(255,255,255,.14); }
.schedule-row:last-child { border-bottom: 0; }
.schedule-row > span:first-child { color: var(--yellow); font-size: 14px; font-weight: 800; }
.schedule-row div { display: flex; flex-direction: column; }
.schedule-row strong { font-size: 15px; }
.schedule-row small, .schedule-row > span:last-child { margin-top: 5px; color: #8e8e8e; font-size: 11px; }
.schedule-row > span:last-child { margin-top: 0; text-align: end; }

.gallery-section { background: var(--gray-100); }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 250px 250px; gap: 16px; }
.gallery-item { min-height: 220px; }
.gallery-large { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }
.gallery-item { background-size: cover; background-position: center; }
.gallery-item:nth-child(1) { background-image: linear-gradient(rgba(0,0,0,.18),rgba(0,0,0,.45)), url("../../media/images/gym-atmosphere/last-round-mma-main-training-hall.webp"), linear-gradient(145deg,#393939,#111); }
.gallery-item:nth-child(2) { background-image: linear-gradient(rgba(0,0,0,.18),rgba(0,0,0,.45)), url("../../media/images/gym-atmosphere/last-round-mma-training-cage.webp"), linear-gradient(145deg,#544300,#1b1708); }
.gallery-item:nth-child(3) { background-image: linear-gradient(rgba(0,0,0,.18),rgba(0,0,0,.45)), url("../../media/images/gym-atmosphere/last-round-mma-boxing-ring.webp"), linear-gradient(145deg,#333,#080808); }
.gallery-item:nth-child(4) { background-image: linear-gradient(rgba(0,0,0,.18),rgba(0,0,0,.45)), url("../../media/images/gym-atmosphere/last-round-mma-grappling-training-area.webp"), linear-gradient(145deg,#252525,#5f4b00); }

.trial-section { background: var(--white); padding-top: 0; }
.trial-card { min-height: 310px; display: flex; justify-content: space-between; align-items: center; gap: 50px; padding: 60px; background: var(--black); color: var(--white); overflow: hidden; position: relative; }
.trial-card::after { content: "LR"; position: absolute; inset: auto 3% -30%; font-family: "Barlow Condensed", sans-serif; font-size: 300px; font-weight: 800; color: rgba(255,255,255,.035); }
.trial-card > div, .trial-card > a { position: relative; z-index: 2; }
.trial-card p { max-width: 660px; margin: 20px 0 0; color: #aaa; line-height: 1.7; }

.site-footer { background: #090909; color: var(--white); padding: 80px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr 1fr; gap: 60px; }
.brand-footer { margin-bottom: 22px; }
.brand-footer .brand-mark { width: 280px; height: 82px; background-color: var(--yellow); }
.footer-grid > div:first-child p { max-width: 360px; color: #858585; font-size: 13px; line-height: 1.8; }
.footer-grid h3 { margin-bottom: 20px; font-family: Inter, sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--yellow); }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a, .footer-grid span { margin-bottom: 12px; color: #9b9b9b; font-size: 13px; }
.footer-address { line-height: 1.65; }
.footer-grid a:hover { color: var(--white); }
.footer-grid .footer-instagram-follow { width: 100%; min-height: 68px; margin-top: 7px; margin-bottom: 0; padding: 13px 14px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(245,197,24,.55); border-radius: 12px; background: linear-gradient(125deg, #4a1b72, #ba246b 56%, #df9631); color: var(--white); box-shadow: 0 10px 24px rgba(0,0,0,.3); }
.footer-grid .footer-instagram-follow:hover { color: var(--white); border-color: var(--yellow); transform: translateY(-2px); }
.footer-instagram-follow span { margin: 0; display: flex; flex-direction: column; gap: 4px; color: var(--white); font-size: 12px; font-weight: 800; line-height: 1.2; }
.footer-instagram-follow bdi { color: var(--yellow); font-size: 13px; }
.footer-instagram-follow i { margin-inline-start: auto; color: var(--white); font-size: 19px; font-style: normal; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 60px; padding-top: 24px; border-top: 1px solid #222; color: #666; font-size: 11px; }
.floating-whatsapp { position: fixed; z-index: 90; inset: auto 22px 22px auto; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: var(--white); font-size: 13px; font-weight: 900; box-shadow: 0 12px 30px rgba(37,211,102,.35); }
.floating-whatsapp svg { width: 31px; height: 31px; display: block; fill: currentColor; }
[dir="rtl"] .floating-whatsapp { inset: auto auto 22px 22px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

[dir="rtl"] body { font-family: "Noto Sans Arabic", Inter, sans-serif; text-align: start; }
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3, [dir="rtl"] .brand strong, [dir="rtl"] .stat-item strong { font-family: "Noto Sans Arabic", sans-serif; letter-spacing: 0; }
[lang="fa"] body { font-family: "Vazirmatn", "Noto Sans Arabic", sans-serif; }
[lang="fa"] h1, [lang="fa"] h2, [lang="fa"] h3, [lang="fa"] .stat-item strong { font-family: "Vazirmatn", "Noto Sans Arabic", sans-serif; font-weight: 800; }
[lang="ar"] body, [lang="ar"] h1, [lang="ar"] h2, [lang="ar"] h3, [lang="ar"] .stat-item strong { font-family: "Noto Sans Arabic", sans-serif; }
[lang="ru"] h1, [lang="ru"] h2, [lang="ru"] h3, [lang="ru"] .stat-item strong { font-family: "Roboto Condensed", Inter, sans-serif; }
[dir="rtl"] .eyebrow { letter-spacing: .04em; }
[dir="rtl"] .hero h1, [dir="rtl"] .section-heading h2, [dir="rtl"] .about-copy h2, [dir="rtl"] .schedule-copy h2, [dir="rtl"] .trial-card h2 { text-transform: none; line-height: 1.15; }
[dir="rtl"] .guest-pass-card h2, [dir="rtl"] .champions-showcase h2 { letter-spacing: 0; line-height: 1.18; text-transform: none; }
[dir="rtl"] .hero h1 em { padding-inline-start: 0; }
[dir="rtl"] .footer-address { line-height: 1.9; }

@media (min-width: 1181px) {
  body:not(.language-en) .desktop-nav { gap: 12px; }
  body:not(.language-en) .desktop-nav > a,
  body:not(.language-en) .nav-parent-control { font-size: 11px; }
  body:not(.language-en) .brand-mark { width: 220px; }
}

@media (max-width: 1180px) and (min-width: 901px) {
  .desktop-nav { display: none; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: absolute; inset: 100% 0 auto; z-index: 99; height: calc(100dvh - 92px); display: flex; flex-direction: column; align-items: stretch; gap: 8px; padding: 24px; overflow-y: auto; overscroll-behavior: contain; background: var(--white); transform: translateX(100%); transition: .3s ease; }
  [dir="rtl"] .mobile-menu { transform: translateX(-100%); }
  .mobile-menu.is-open { transform: translateX(0); }
  .mobile-menu > a:not(.button) { padding: 16px 4px; border-bottom: 1px solid var(--gray-200); font-weight: 800; }
  .mobile-nav-item { border-bottom: 1px solid var(--gray-200); }
  .mobile-nav-heading { display: flex; align-items: center; }
  .mobile-submenu-toggle { width: 100%; min-height: 56px; padding: 0 4px; display: flex; align-items: center; justify-content: space-between; border: 0; background: transparent; color: inherit; font-weight: 800; text-align: start; cursor: pointer; }
  .mobile-nav-item.is-open .mobile-submenu-toggle svg { transform: rotate(180deg); }
  .mobile-submenu { max-height: 0; overflow: hidden; opacity: 0; background: var(--gray-100); border-radius: 10px; transition: max-height .3s ease, opacity .2s ease, margin .3s ease; }
  .mobile-nav-item.is-open .mobile-submenu { max-height: 360px; margin-bottom: 10px; opacity: 1; }
  .mobile-submenu a { display: block; padding: 11px 16px; font-size: 14px; font-weight: 700; }
}


@media (max-width: 1100px) {
  .desktop-nav { gap: 18px; }
  .header-cta { display: none; }
  .brand-mark { width: 240px; height: 64px; }
  .hero-grid { gap: 30px; }
  .hero h1 { font-size: 76px; }
  .hero-photo { height: 560px; }
  .program-card { min-height: 380px; }
}

@media (max-width: 900px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 82px 0; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: absolute; inset: 100% 0 auto; z-index: 99; height: calc(100dvh - 82px); display: flex; flex-direction: column; align-items: stretch; gap: 8px; padding: 24px; overflow-y: auto; overscroll-behavior: contain; background: var(--white); transform: translateX(100%); transition: .3s ease; }
  [dir="rtl"] .mobile-menu { transform: translateX(-100%); }
  .mobile-menu.is-open { transform: translateX(0); }
  .mobile-menu > a:not(.button) { padding: 16px 4px; border-bottom: 1px solid var(--gray-200); font-weight: 800; }
  .mobile-nav-item { border-bottom: 1px solid var(--gray-200); }
  .mobile-nav-heading { display: flex; align-items: center; }
  .mobile-submenu-toggle { width: 100%; min-height: 56px; padding: 0 4px; display: flex; align-items: center; justify-content: space-between; border: 0; background: transparent; color: inherit; font-weight: 800; text-align: start; cursor: pointer; }
  .mobile-nav-item.is-open .mobile-submenu-toggle svg { transform: rotate(180deg); }
  .mobile-submenu { max-height: 0; overflow: hidden; opacity: 0; background: var(--gray-100); border-radius: 10px; transition: max-height .3s ease, opacity .2s ease, margin .3s ease; }
  .mobile-nav-item.is-open .mobile-submenu { max-height: 320px; margin-bottom: 10px; opacity: 1; }
  .mobile-submenu a { display: block; padding: 11px 16px; font-size: 14px; font-weight: 700; }
  .mobile-submenu a:hover, .mobile-submenu a:focus-visible { background: var(--gray-200); }
  .hero { min-height: auto; padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 15px; }
  .hero-copy > p { font-size: 16px; }
  .hero-visual { width: min(100%, 620px); margin-inline: auto; }
  .hero-frame { margin-top: 30px; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2) { border-inline-end: 0; }
  .stat-item:nth-child(-n+2) { border-bottom: 1px solid var(--gray-200); }
  .guest-pass-section { padding-top: 82px; }
  .guest-pass-card { grid-template-columns: 1fr; align-items: start; gap: 38px; padding: 48px; }
  .guest-pass-action { max-width: 360px; }
  .champions-teaser-section { padding: 96px 0 82px; }
  .champions-showcase { grid-template-columns: 1fr; }
  .champions-copy { padding: 52px 48px 28px; }
  .champions-visual { min-height: 330px; }
  .champions-showcase { background-position: 64% center; }
  .champions-showcase::before { inset: auto -150px -210px auto; }
  .programs-section { padding-top: 110px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .program-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .schedule-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 55px; }
  .about-photo { height: 540px; }
  .coach-grid { grid-template-columns: repeat(2, 1fr); }
  .coach-card:last-child { grid-column: span 2; max-width: calc(50% - 12px); }
  .schedule-grid { gap: 45px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 220px 220px; }
  .gallery-large { grid-column: span 2; grid-row: auto; }
  .gallery-wide { grid-column: span 2; }
  .trial-card { align-items: flex-start; flex-direction: column; padding: 46px 36px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr; }
}

@media (max-width: 620px) {
  .header-inner { height: 80px; gap: 8px; }
  .brand-mark { width: clamp(180px, 56vw, 215px); height: 62px; }
  .brand-footer .brand-mark { width: 260px; height: 76px; }
  .language-current { width: 42px; padding: 0; justify-content: center; }
  .language-current svg { display: none; }
  .mobile-menu { inset-block-start: 100%; height: calc(100dvh - 80px); }
  .hero { padding-top: 118px; }
  .hero::after { width: 360px; height: 360px; top: -165px; inset-inline-end: -250px; opacity: .18; filter: blur(12px); }
  .hero h1 { font-size: clamp(54px, 18vw, 82px); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .instagram-follow-banner { width: 100%; }
  .hero-proof { margin-top: 32px; }
  .hero-frame { padding: 10px; border-radius: 22px 22px 0 0; }
  .hero-photo { height: 470px; }
  .hero-card-top { inset-inline-start: 6px; top: 135px; padding: 12px 14px; }
  .hero-card-top span { font-size: 9px; }
  .hero-card-top strong { font-size: 15px; }
  .hero-card-bottom { inset-inline-end: 4px; bottom: 34px; }
  .stats-section { padding: 28px 0; }
  .stats-strip { width: 100%; }
  .stat-item { min-height: 100px; }
  .stat-item strong { font-size: 34px; }
  .stat-item span { font-size: 9px; }
  .guest-pass-section { padding: 92px 0 0; }
  .guest-pass-card { gap: 30px; padding: 38px 26px; border-radius: 22px; background-image: linear-gradient(180deg, rgba(245,197,24,.98) 0%, rgba(245,197,24,.92) 62%, rgba(245,197,24,.78) 100%), var(--guest-pass-image, none); }
  .guest-pass-card::after { inset: auto -10px -36px auto; font-size: 150px; }
  .guest-pass-card h2 { font-size: clamp(52px, 17vw, 72px); }
  [dir="rtl"] .guest-pass-card h2 { font-size: clamp(36px, 11vw, 52px); }
  .guest-pass-card p { font-size: 16px; }
  .guest-pass-action { max-width: none; }
  .guest-pass-action .button { width: 100%; }
  .champions-teaser-section { padding: 84px 0 72px; scroll-margin-top: 84px; }
  .champions-showcase { border-radius: 22px; background-image: linear-gradient(180deg, rgba(9,9,9,.96) 0%, rgba(9,9,9,.84) 58%, rgba(9,9,9,.52) 100%), var(--athletes-image, none); background-position: 62% center; }
  .champions-copy { padding: 68px 24px 16px; }
  .champions-kicker { margin-bottom: 16px; font-size: 9px; }
  .champions-showcase h2 { margin-bottom: 18px; font-size: clamp(44px, 13vw, 58px); line-height: .92; }
  [dir="rtl"] .champions-showcase h2 { font-size: clamp(34px, 10vw, 48px); line-height: 1.18; }
  .champions-showcase p { margin-bottom: 26px; font-size: 15px; line-height: 1.65; }
  .champions-copy .button { width: 100%; }
  .champions-visual { min-height: 190px; }
  .champions-emblem { width: 154px; height: 154px; border-width: 7px; transform: none; }
  .champions-logo { width: 88px; height: 88px; }
  .champions-emblem small { margin-top: 10px; font-size: 7px; }
  .champions-tag { display: none; }
  .champions-showcase::before { width: 310px; height: 310px; inset: auto -150px -160px auto; border-width: 48px; }
  .section-heading h2, .about-copy h2, .schedule-copy h2, .trial-card h2 { font-size: 48px; }
  [dir="rtl"] .section-heading h2, [dir="rtl"] .about-copy h2, [dir="rtl"] .schedule-copy h2, [dir="rtl"] .trial-card h2 { font-size: 38px; }
  .program-grid, .coach-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 340px; }
  .about-photo { height: 450px; }
  .experience-badge { width: 120px; height: 120px; inset-inline-end: -6px; }
  .experience-badge strong { font-size: 43px; }
  .coach-card:last-child { grid-column: auto; max-width: none; }
  .coach-photo { height: 390px; }
  .schedule-list { padding: 8px 18px; }
  .schedule-row { grid-template-columns: 64px 1fr; gap: 14px; }
  .schedule-row > span:last-child { display: none; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .gallery-large, .gallery-wide { grid-column: auto; }
  .gallery-item { height: 250px; }
  .trial-card { padding: 38px 24px; }
  .trial-card .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (prefers-color-scheme: dark) {
  .site-header { background: rgba(9,9,9,.94); border-bottom-color: rgba(255,255,255,.1); }
  .site-header .brand-mark { background-color: var(--white); }
  .desktop-nav, .nav-trigger { color: var(--white); }
  .language-current { border-color: #333; background: #171717; color: var(--white); }
  .language-menu { border-color: #333; background: #171717; color: var(--white); }
  .language-menu a:hover, .language-menu a[aria-current="page"] { background: #292929; }
  .menu-toggle { background: var(--yellow); }
  .menu-toggle span { background: var(--black); }
  .mobile-menu { background: #0d0d0d; color: var(--white); }
  .mobile-menu > a:not(.button), .mobile-nav-item { border-bottom-color: #2a2a2a; }
  .mobile-submenu { background: #191919; }
  .mobile-submenu a:hover, .mobile-submenu a:focus-visible { background: #292929; }
}

/* Shared, lightweight motion system. Content remains visible when JavaScript is unavailable. */
.site-scroll-progress { position: fixed; inset: 0 0 auto; z-index: 1000; height: 3px; pointer-events: none; transform-origin: left center; transform: scaleX(var(--scroll-progress, 0)); background: var(--yellow); box-shadow: 0 0 14px rgba(245,197,24,.48); }
[dir="rtl"] .site-scroll-progress { transform-origin: right center; }
.site-motion .site-header { opacity: 0; translate: 0 -14px; }
.site-motion.site-ready .site-header { opacity: 1; translate: 0 0; transition: opacity .5s ease, translate .65s cubic-bezier(.2,.75,.25,1); }
.site-motion main { opacity: 0; }
.site-motion.site-ready main { opacity: 1; transition: opacity .45s ease .08s; }
.motion-reveal { opacity: 0; translate: 0 26px; transition: opacity .68s ease var(--motion-delay, 0ms), translate .78s cubic-bezier(.2,.75,.25,1) var(--motion-delay, 0ms); }
.motion-reveal.is-motion-visible { opacity: 1; translate: 0 0; }
.motion-image { opacity: 0; scale: 1.025; transition: opacity .6s ease, scale 1s cubic-bezier(.2,.75,.25,1); }
.motion-image.is-image-ready { opacity: 1; scale: 1; }
@media (hover:hover) and (pointer:fine) {
  .pricing-card,.faq-item,.special-guest-card,.gallery-card,.pro-card,.amateur-card { will-change: translate; }
  .pricing-card:hover,.faq-item:hover,.special-guest-card:hover,.gallery-card:hover,.pro-card:hover,.amateur-card:hover { translate: 0 -4px; }
}
@media (prefers-reduced-motion: reduce) {
  .site-scroll-progress { display: none; }
  .site-motion .site-header,.site-motion main,.motion-reveal,.motion-image { opacity: 1 !important; translate: none !important; scale: 1 !important; }
}
