@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=Barlow:wght@500;600;700;800&family=Estedad:wght@400;500;600;700;800;900&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --bg: #0b0f14;
  --surface: #111720;
  --card: #151b24;
  --card-raised: #1a222d;
  --text: #f5f7fa;
  --muted: #94a0b2;
  --line: rgba(214, 222, 234, .11);
  --orange: #ff6b00;
  --lime: #d6ff69;
  --ink: #10150d;
  --orange-soft: rgba(255, 107, 0, .13);
  --green: #19d17a;
  --shadow: 0 22px 60px rgba(0, 0, 0, .26);
  --radius-lg: 28px;
  --radius: 18px;
  --max: 1240px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--text); background: var(--bg); font-family: Estedad, Vazirmatn, Tahoma, sans-serif; font-size: 14px; line-height: 1.7; overflow-x: hidden; }
button, select { font: inherit; }
button, a, select { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 18px; height: 18px; stroke-width: 1.9; }
button:focus-visible, a:focus-visible, select:focus-visible { outline: 3px solid rgba(255, 107, 0, .72); outline-offset: 3px; }
.skip-link { position: fixed; top: -80px; right: 16px; z-index: 100; color: #fff; background: var(--orange); padding: 9px 16px; border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.page-glow { position: fixed; z-index: -1; width: 50vw; height: 50vw; border-radius: 999px; filter: blur(110px); opacity: .08; pointer-events: none; }
.glow-one { background: var(--orange); top: -32vw; left: -20vw; }.glow-two { background: var(--green); right: -33vw; top: 35vw; opacity: .045; }

.site-header { width: min(calc(100% - 48px), var(--max)); height: 86px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 22px; border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.brand { display: inline-flex; direction: ltr; align-items: center; flex: none; gap: 9px; font-family: Manrope, Vazirmatn, sans-serif; letter-spacing: .08em; font-size: 15px; font-weight: 600; }.brand b { color: var(--orange); }.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; color: #0b0f14; background: var(--orange); }.brand-mark svg { width: 19px; }
.main-nav { display: flex; align-items: center; gap: 26px; margin-right: auto; }.main-nav a { color: var(--muted); font-size: 13px; transition: color .2s; }.main-nav a:hover, .main-nav a.active { color: var(--text); }.main-nav a.active { position: relative; }.main-nav a.active::after { position: absolute; content: ''; bottom: -31px; height: 2px; width: 100%; right: 0; background: var(--orange); border-radius: 2px; }
.header-actions { display: flex; align-items: center; gap: 9px; }.icon-button { display: grid; place-items: center; color: var(--text); width: 37px; height: 37px; padding: 0; border: 1px solid var(--line); background: transparent; border-radius: 11px; transition: .2s; }.icon-button:hover { border-color: rgba(255,107,0,.55); color: var(--orange); }.menu-toggle { display: none; }
.text-button, .text-link { color: var(--text); padding: 9px; border: 0; background: none; font-weight: 600; font-size: 13px; }.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--orange); transition: transform .2s; }.text-link:hover { transform: translateX(-3px); }
.primary-button, .outline-button, .light-button { min-height: 45px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 12px; border: 1px solid transparent; padding: 0 17px; font-size: 13px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }.primary-button { color: #fff; background: var(--orange); box-shadow: 0 10px 24px rgba(255,107,0,.17); }.primary-button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(255,107,0,.27); }.primary-button.compact { min-height: 38px; padding: 0 12px; font-size: 12px; }.outline-button { color: var(--text); border-color: var(--line); background: transparent; }.outline-button:hover { color: var(--orange); border-color: rgba(255,107,0,.55); }.light-button { color: #171b22; background: #fff; }

.section-shell { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }.hero { min-height: 665px; position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 66px; padding: 94px 32px 130px; }.hero::before { content: ''; position: absolute; z-index: -1; right: 50%; top: 0; bottom: 0; width: 100vw; transform: translateX(50%); background: radial-gradient(circle at 75% 25%, rgba(255,107,0,.08), transparent 27%), linear-gradient(180deg, #0d1219 0%, var(--bg) 100%); }
.hero-copy { padding-right: 16px; }.eyebrow, .section-kicker { color: var(--orange); font-weight: 700; letter-spacing: -.01em; font-size: 12px; }.eyebrow { display: flex; align-items: center; gap: 8px; }.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(25,209,122,.11); animation: pulse 2s infinite; }.hero h1 { font-size: clamp(38px, 4.2vw, 65px); line-height: 1.27; margin: 17px 0; letter-spacing: -.06em; max-width: 590px; font-weight: 900; }.hero h1 span { color: var(--orange); position: relative; }.hero h1 span::after { content: ''; position: absolute; bottom: -2px; right: 2px; width: 100%; height: 6px; transform: rotate(-2deg); background: rgba(255,107,0,.25); }.hero-copy > p { color: var(--muted); max-width: 480px; font-size: 15px; line-height: 2; }.hero-proof { display: flex; gap: 27px; margin-top: 29px; }.hero-proof div { display: grid; gap: 0; }.hero-proof div + div { padding-right: 26px; border-right: 1px solid var(--line); }.hero-proof strong { font-family: Manrope, Vazirmatn, sans-serif; font-size: 18px; direction: rtl; }.hero-proof span { color: var(--muted); font-size: 11px; }
.hero-visual { height: 428px; min-width: 0; border-radius: 32px; overflow: hidden; position: relative; box-shadow: var(--shadow); isolation: isolate; }.hero-visual > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.08); }.hero-scrim { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(6,8,11,.05), rgba(6,8,11,.08) 35%, rgba(6,8,11,.68)); }.glass-card { position: absolute; color: #fff; backdrop-filter: blur(14px); background: rgba(14,18,23,.7); border: 1px solid rgba(255,255,255,.16); box-shadow: 0 12px 30px rgba(0,0,0,.22); }.floating-rating { top: 21px; right: 21px; display: flex; align-items: center; gap: 10px; padding: 11px 14px; border-radius: 15px; }.floating-rating b { font-size: 11px; display: block; }.floating-rating small { display: block; margin-top: 1px; color: #c3ccd8; font-size: 10px; }.round-icon { display: grid; place-items: center; width: 34px; height: 34px; flex: none; border-radius: 11px; }.round-icon.success { color: var(--green); background: rgba(25,209,122,.14); }.round-icon.orange { color: var(--orange); background: var(--orange-soft); }.round-icon svg { width: 17px; }.workout-card { left: 20px; bottom: 20px; padding: 14px 16px; width: 213px; border-radius: 15px; }.workout-head { display: flex; justify-content: space-between; align-items: center; font-size: 10px; color: #d3dbe5; }.workout-head svg { color: var(--orange); width: 15px; }.workout-card strong { font-size: 12px; margin-top: 5px; display: block; }.progress-line { height: 4px; border-radius: 4px; overflow: hidden; margin-top: 11px; background: rgba(255,255,255,.17); }.progress-line span { display: block; width: 68%; height: 100%; background: var(--orange); border-radius: inherit; }
.finder-card { position: absolute; bottom: 0; right: 32px; left: 32px; transform: translateY(50%); display: grid; grid-template-columns: repeat(3, 1fr) auto; align-items: center; padding: 13px; border: 1px solid var(--line); border-radius: 20px; background: rgba(21,27,36,.96); box-shadow: 0 24px 50px rgba(0,0,0,.25); backdrop-filter: blur(16px); }.search-field { min-width: 0; padding: 2px 19px; border-left: 1px solid var(--line); }.search-field:first-child { border-left: 0; }.search-field label { display: block; color: var(--muted); font-size: 10px; margin-bottom: 2px; }.search-field > div { display: flex; align-items: center; gap: 9px; }.search-field svg { width: 16px; color: var(--orange); }.search-field select { width: 100%; min-width: 0; border: 0; outline: none; appearance: none; cursor: pointer; color: var(--text); background: transparent; font-size: 13px; font-weight: 600; }.search-field option { background: var(--card); }.search-button { align-self: stretch; min-width: 164px; }

.categories-section { padding: 105px 0 56px; }.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 28px; }.section-heading h2 { margin: 4px 0 0; font-size: clamp(25px, 2.4vw, 34px); letter-spacing: -.05em; line-height: 1.35; }.section-heading p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }.compact-heading { align-items: center; }.categories-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; }.category-card { border: 1px solid var(--line); min-height: 121px; padding: 13px 7px; display: grid; justify-items: center; align-content: center; gap: 9px; color: var(--muted); background: var(--surface); border-radius: 17px; transition: transform .2s, border-color .2s, background .2s, color .2s; }.category-card span { display: grid; place-items: center; width: 39px; height: 39px; color: var(--text); background: var(--card-raised); border-radius: 12px; }.category-card svg { width: 20px; }.category-card:hover, .category-card.selected { transform: translateY(-4px); color: var(--text); border-color: rgba(255,107,0,.58); background: rgba(255,107,0,.055); }.category-card.selected span { color: #fff; background: var(--orange); }

.app-glance { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr .94fr; align-items: center; gap: 35px; min-height: 466px; margin-top: 42px; padding: 52px 70px; border: 1px solid rgba(214,255,105,.18); border-radius: var(--radius-lg); background: linear-gradient(120deg, #151d12 0%, #10160e 60%, #202a13 100%); }.app-glance::after { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .25; background-image: linear-gradient(rgba(214,255,105,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(214,255,105,.13) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(90deg, #000, transparent 75%); }.app-glance-copy { position: relative; z-index: 1; }.app-glance .section-kicker { color: var(--lime); }.app-glance h2 { margin: 7px 0 12px; font-size: clamp(29px, 3.3vw, 44px); line-height: 1.35; letter-spacing: -.065em; }.app-glance h2 span { color: var(--lime); }.app-glance p { max-width: 510px; color: #adbaa6; margin: 0; font-size: 13px; line-height: 2; }.app-benefits { display: grid; gap: 8px; margin: 21px 0; }.app-benefits span { display: flex; align-items: center; gap: 8px; color: #e8f2df; font-size: 11px; }.app-benefits svg { width: 15px; color: var(--lime); }.app-glance .outline-button { color: var(--ink); border-color: var(--lime); background: var(--lime); }.app-glance .outline-button:hover { color: var(--ink); box-shadow: 0 10px 27px rgba(214,255,105,.17); }
.phone-deck { position: relative; z-index: 1; height: 370px; min-width: 310px; }.phone-card { position: absolute; overflow: hidden; color: #eef6e8; width: 196px; height: 366px; padding: 17px 13px; border: 5px solid #090d08; border-radius: 31px; background: #1a211a; box-shadow: 0 26px 50px rgba(0,0,0,.42); }.phone-card::before { content: ''; position: absolute; inset: 0; pointer-events: none; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; }.phone-island { width: 62px; height: 15px; margin: -11px auto 18px; border-radius: 20px; background: #080b08; }.phone-front { z-index: 2; top: 0; right: 12%; transform: rotate(4deg); background: linear-gradient(164deg, #161d17 0%, #242f1e 100%); }.phone-back { top: 14px; left: 6%; transform: rotate(-10deg) scale(.89); opacity: .92; background: #171c18; }.phone-topline { display: flex; justify-content: space-between; align-items: center; color: #c5d1bd; font-size: 8px; }.phone-topline svg { width: 14px; }.phone-score { position: relative; margin-top: 16px; height: 95px; padding: 13px; overflow: hidden; border-radius: 17px; color: var(--ink); background: var(--lime); }.phone-score span { font-size: 9px; }.phone-score strong { display: block; margin-top: 2px; font: 800 31px/.9 Barlow, Estedad, sans-serif; direction: ltr; text-align: right; }.phone-score strong small { font-size: 11px; }.score-ring { position: absolute; left: 11px; bottom: 11px; width: 38px; height: 38px; display: grid; place-items: center; border: 5px solid #687b34; border-left-color: #10150d; border-radius: 50%; }.score-ring b { font: 700 7px Barlow, sans-serif; }.lime-challenge { margin-top: 10px; padding: 10px; border-radius: 14px; color: var(--ink); background: #e9f3d9; }.lime-challenge > span { display: flex; align-items: center; gap: 4px; font-size: 8px; }.lime-challenge span svg { width: 11px; color: var(--orange); fill: var(--orange); }.lime-challenge b { display: block; margin-top: 5px; font: 800 18px/1 Barlow, Estedad, sans-serif; text-align: right; direction: ltr; }.lime-challenge small { color: #54614f; font-size: 7px; }.lime-challenge > div { height: 4px; margin-top: 7px; overflow: hidden; border-radius: 5px; background: #cbd8b6; }.lime-challenge > div i { display: block; width: 68%; height: 100%; border-radius: inherit; background: var(--orange); }.phone-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 9px; }.phone-metrics span { display: grid; padding: 8px; border: 1px solid rgba(214,255,105,.12); border-radius: 11px; background: rgba(255,255,255,.045); }.phone-metrics b { color: var(--lime); font: 800 17px/1 Barlow, Estedad, sans-serif; }.phone-metrics small { margin-top: 3px; color: #aeb9a8; font-size: 7px; }.phone-tabs { position: absolute; right: 13px; left: 13px; bottom: 12px; display: flex; justify-content: space-around; align-items: center; padding: 7px; border-radius: 12px; background: rgba(3,7,3,.38); }.phone-tabs i { width: 12px; height: 12px; border-radius: 5px; background: #7b8875; }.phone-tabs i.active { background: var(--lime); box-shadow: 0 0 0 4px rgba(214,255,105,.11); }.mini-label { color: var(--lime); font: 700 7px Barlow, sans-serif; letter-spacing: .09em; }.phone-back h3 { margin: 7px 0; font-size: 15px; }.lime-pill { display: inline-block; color: #10150d; padding: 3px 7px; border-radius: 7px; background: var(--lime); font-size: 8px; font-weight: 800; }.mini-exercise { display: flex; align-items: center; gap: 7px; margin-top: 12px; padding: 7px; border-radius: 11px; background: rgba(255,255,255,.07); }.mini-thumb { width: 31px; height: 31px; flex: none; border-radius: 8px; background: linear-gradient(135deg, #ccff6a, #40572f); }.mini-thumb.second { background: linear-gradient(135deg, #fa7a23, #56351e); }.mini-exercise div { display: grid; gap: 1px; }.mini-exercise b { font-size: 8px; }.mini-exercise small { color: #9ea99a; font-size: 7px; }.deck-glow { position: absolute; z-index: -1; top: 28px; right: 0; width: 290px; height: 290px; border-radius: 50%; filter: blur(45px); background: rgba(185,255,55,.3); }

.discovery { padding: 57px 0 66px; }.discovery-layout { display: grid; grid-template-columns: 1.19fr .81fr; align-items: stretch; gap: 21px; }.gym-list { display: grid; gap: 13px; }.gym-card { display: grid; grid-template-columns: 190px 1fr; min-height: 181px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .2s, border-color .2s, box-shadow .2s; }.gym-card:hover { transform: translateY(-3px); border-color: rgba(255,107,0,.34); box-shadow: var(--shadow); }.gym-image { position: relative; overflow: hidden; }.gym-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.35), transparent 55%); pointer-events: none; }.gym-image img { width: 100%; height: 100%; object-fit: cover; }.featured-label { position: absolute; z-index: 1; top: 10px; right: 10px; color: #1c1712; border-radius: 7px; background: #ffd167; padding: 3px 8px; font-size: 9px; font-weight: 800; }.favorite-button { position: absolute; z-index: 1; left: 10px; top: 10px; display: grid; place-items: center; width: 29px; height: 29px; padding: 0; color: #fff; border: 0; border-radius: 9px; background: rgba(7,10,14,.57); backdrop-filter: blur(4px); }.favorite-button svg { width: 15px; }.favorite-button.is-saved { color: #fff; background: var(--orange); }.favorite-button.is-saved svg { fill: currentColor; }.gym-content { padding: 15px 17px 13px; display: flex; flex-direction: column; min-width: 0; }.gym-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }.gym-title h3 { margin: 0; font-size: 15px; letter-spacing: -.02em; }.gym-title span, .gym-footer > span { display: flex; align-items: center; gap: 4px; color: var(--muted); margin-top: 1px; font-size: 10px; }.gym-title span svg, .gym-footer > span svg { width: 12px; color: var(--orange); }.rating { direction: ltr; display: inline-flex; align-items: center; flex: none; gap: 3px; color: #f9cb57; font-family: Manrope, Vazirmatn, sans-serif; font-size: 11px; }.rating svg { fill: currentColor; width: 13px; stroke-width: 1.4; }.gym-content > p { color: var(--muted); margin: 7px 0; font-size: 11px; }.amenities, .skill-list { display: flex; align-items: center; gap: 5px; flex-wrap: wrap; }.amenities span { color: #b5c1cf; border-radius: 6px; background: var(--card-raised); padding: 2px 7px; font-size: 9px; }.gym-footer { margin-top: auto; padding-top: 9px; display: flex; justify-content: space-between; align-items: end; border-top: 1px solid var(--line); }.gym-footer > span { margin: 0; }.gym-footer strong { font-size: 12px; }.gym-footer small { color: var(--muted); font-size: 9px; font-weight: 400; }
.map-panel { position: relative; overflow: hidden; min-height: 568px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #111820; }.map-top { position: absolute; z-index: 2; top: 13px; right: 13px; left: 13px; display: flex; justify-content: space-between; align-items: center; }.map-status { display: inline-flex; gap: 6px; align-items: center; color: #c8d3df; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; background: rgba(21,27,36,.86); padding: 7px 9px; box-shadow: 0 7px 18px rgba(0,0,0,.18); font-size: 10px; }.map-status svg { width: 13px; color: var(--orange); }.map-expand { display: grid; place-items: center; color: var(--text); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; width: 30px; height: 30px; padding: 0; background: rgba(21,27,36,.86); }.map-expand svg { width: 14px; }.map-roads { position: absolute; inset: 0 0 79px; overflow: hidden; background-color: #17212a; background-image: linear-gradient(115deg, transparent 48%, rgba(87,111,126,.22) 49%, rgba(87,111,126,.22) 51%, transparent 52%), linear-gradient(32deg, transparent 48%, rgba(87,111,126,.15) 49%, rgba(87,111,126,.15) 51%, transparent 52%), radial-gradient(circle at 20% 10%, rgba(25,209,122,.06), transparent 21%), radial-gradient(circle at 80% 75%, rgba(255,107,0,.07), transparent 25%); }.road { position: absolute; display: block; height: 12px; background: #536977; opacity: .68; box-shadow: 0 0 0 3px #263540; border-radius: 30px; }.road-one { top: 42%; right: -16%; width: 90%; transform: rotate(-33deg); }.road-two { top: 23%; right: 6%; width: 72%; transform: rotate(52deg); }.road-three { top: 67%; right: 5%; width: 88%; transform: rotate(14deg); }.road-four { top: 46%; right: 18%; width: 70%; transform: rotate(90deg); }.map-label { position: absolute; color: #a8bac6; font-size: 10px; font-weight: 600; }.label-one { top: 20%; right: 17%; }.label-two { top: 51%; left: 18%; }.label-three { bottom: 17%; right: 30%; }.map-pin { position: absolute; z-index: 2; display: grid; place-items: center; color: #fff; width: 36px; height: 36px; padding: 0; border: 3px solid rgba(255,255,255,.85); border-radius: 50% 50% 50% 4px; transform: rotate(-45deg); background: var(--orange); box-shadow: 0 7px 18px rgba(0,0,0,.34); transition: transform .2s; }.map-pin:hover { transform: rotate(-45deg) scale(1.13); }.map-pin svg { width: 15px; transform: rotate(45deg); }.pin-one { top: 32%; right: 28%; }.pin-two { top: 55%; left: 23%; background: var(--green); }.pin-three { bottom: 21%; right: 34%; }.you-are-here { position: absolute; z-index: 3; top: 49%; right: 53%; display: grid; place-items: center; width: 24px; height: 24px; color: #fff; border: 4px solid rgba(21,209,122,.27); border-radius: 50%; background: var(--green); background-clip: padding-box; box-shadow: 0 0 0 5px rgba(25,209,122,.12); }.you-are-here svg { width: 12px; }.map-bottom { z-index: 2; margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 14px; border-top: 1px solid var(--line); background: var(--surface); }.map-bottom div { display: grid; }.map-bottom b { font-size: 12px; }.map-bottom span { color: var(--muted); font-size: 10px; }

.ad-banner { min-height: 260px; position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: center; gap: 28px; margin-top: 15px; padding: 33px 66px; color: #fff; border-radius: var(--radius-lg); background: linear-gradient(111deg, #ff4f18, #fa6904 53%, #ed8315); }.ad-banner::before { content: ''; position: absolute; z-index: -1; left: 17%; bottom: -100px; width: 490px; height: 290px; transform: rotate(-15deg); border: 38px solid rgba(255,255,255,.09); border-radius: 50%; }.ad-banner::after { content: 'STRONGER'; position: absolute; z-index: -1; left: -16px; bottom: -57px; color: rgba(117,28,0,.12); font: 900 126px/1 Manrope, sans-serif; letter-spacing: -.08em; }.sponsor-label { position: absolute; top: 14px; right: 20px; color: rgba(255,255,255,.74); font-size: 9px; }.ad-copy { min-width: 360px; }.ad-brand { direction: ltr; display: block; font: 800 12px Manrope, sans-serif; letter-spacing: .12em; }.ad-copy h2 { margin: 10px 0 7px; font-size: clamp(26px, 3vw, 37px); letter-spacing: -.06em; line-height: 1.27; }.ad-copy p { margin: 0; color: rgba(255,255,255,.82); font-size: 12px; }.ad-product { width: 140px; height: 167px; align-self: end; position: relative; display: grid; align-content: center; justify-items: center; direction: ltr; color: #252226; margin-right: 22px; margin-bottom: -33px; border-radius: 8px 8px 21px 21px; background: linear-gradient(95deg, #e1d4bf, #fff7e3 53%, #d3c3ac); box-shadow: -16px 15px 25px rgba(126,36,0,.22); transform: rotate(7deg); }.product-cap { position: absolute; top: -16px; width: 80px; height: 18px; border-radius: 7px 7px 2px 2px; background: #25272a; }.ad-product b { font: 900 36px/.75 Manrope, sans-serif; text-align: center; letter-spacing: -.08em; }.ad-product em { color: var(--orange); font-size: 27px; font-style: normal; }.ad-product small { position: absolute; bottom: 17px; color: var(--orange); font: 900 13px Manrope, sans-serif; }.ad-banner .light-button { margin-right: auto; z-index: 1; }

.trainers-section { padding: 105px 0 67px; }.trainers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.trainer-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .2s, box-shadow .2s; }.trainer-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }.trainer-card > img { width: 100%; aspect-ratio: 1.75/1; object-fit: cover; filter: saturate(.82); }.trainer-info { padding: 14px 15px 12px; }.trainer-top { display: flex; justify-content: space-between; align-items: start; gap: 8px; }.trainer-top > span:first-child { display: grid; }.trainer-top b { font-size: 14px; }.trainer-top small { color: var(--muted); font-size: 10px; }.skill-list { margin: 12px 0; }.skill-list span { color: #b7c2cf; background: var(--card-raised); border-radius: 5px; padding: 3px 7px; font-size: 9px; }.trainer-foot { padding-top: 10px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 8px; }.trainer-foot > span { display: flex; gap: 5px; color: var(--muted); align-items: center; font-size: 9px; }.trainer-foot > span svg { width: 13px; color: var(--orange); }.trainer-foot button { display: inline-flex; align-items: center; gap: 4px; padding: 0; border: 0; color: var(--orange); background: none; font-size: 10px; font-weight: 700; }.trainer-foot button svg { width: 12px; }

.ai-section { min-height: 386px; position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 44px; padding: 42px 70px; border: 1px solid rgba(255,107,0,.22); border-radius: var(--radius-lg); background: linear-gradient(110deg, #171e28, #10151d); }.ai-grid-pattern { position: absolute; z-index: -1; inset: 0; opacity: .32; background-image: linear-gradient(rgba(131,153,172,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(131,153,172,.12) 1px, transparent 1px); background-size: 30px 30px; mask-image: linear-gradient(90deg, #000 40%, transparent 90%); }.ai-content h2 { margin: 10px 0; font-size: clamp(27px, 3vw, 39px); line-height: 1.35; letter-spacing: -.06em; }.ai-content > p { max-width: 500px; color: var(--muted); margin: 0 0 19px; font-size: 12px; line-height: 2; }.ai-preview { max-width: 330px; justify-self: center; padding: 15px; border: 1px solid rgba(255,255,255,.11); border-radius: 19px; background: rgba(19,25,34,.9); box-shadow: 0 22px 50px rgba(0,0,0,.25); }.ai-preview-head { display: flex; align-items: center; gap: 8px; }.ai-preview-head .round-icon { width: 31px; height: 31px; }.ai-preview-head span:nth-child(2) { display: grid; }.ai-preview-head b { font-size: 11px; }.ai-preview-head small { color: var(--muted); font-size: 9px; }.ai-preview-head > svg { margin-right: auto; color: var(--muted); width: 16px; }.ai-message { width: fit-content; margin-top: 17px; padding: 7px 10px; border-radius: 10px 10px 10px 2px; background: var(--card-raised); font-size: 10px; }.goal-options { display: grid; gap: 6px; margin: 12px 0; }.goal-options button { display: flex; align-items: center; justify-content: space-between; color: #dfe5ec; padding: 7px 9px; border: 1px solid var(--line); border-radius: 8px; background: transparent; font-size: 10px; text-align: right; }.goal-options button:hover { color: var(--orange); border-color: rgba(255,107,0,.45); }.goal-options svg { width: 12px; }.ai-input { display: flex; justify-content: space-between; align-items: center; padding: 4px 4px 4px 11px; color: #718093; border-radius: 9px; background: var(--card-raised); font-size: 9px; }.ai-input button { display: grid; place-items: center; width: 28px; height: 28px; border: 0; border-radius: 7px; color: #fff; background: var(--orange); }.ai-input svg { width: 13px; }

.journal-section { padding: 108px 0; }.articles-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; }.featured-article { min-height: 312px; position: relative; overflow: hidden; border-radius: var(--radius); background: var(--card); }.featured-article img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; filter: saturate(.65); }.article-overlay { position: absolute; inset: 0; padding: 23px; display: flex; flex-direction: column; justify-content: end; background: linear-gradient(0deg, rgba(8,12,16,.92), rgba(8,12,16,0) 65%); }.article-overlay > span, .article-list span { color: #ffc179; font-size: 10px; font-weight: 700; }.article-overlay h3 { max-width: 440px; margin: 5px 0 0; font-size: 21px; line-height: 1.65; letter-spacing: -.04em; }.article-overlay button { position: absolute; left: 20px; bottom: 23px; display: grid; place-items: center; width: 37px; height: 37px; color: #151b24; border: 0; border-radius: 11px; background: #fff; }.article-list { display: grid; gap: 12px; }.article-list article { display: grid; grid-template-columns: 128px 1fr; gap: 13px; padding: 11px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); }.article-list img { width: 128px; height: 120px; border-radius: 10px; object-fit: cover; }.article-list h3 { margin: 5px 0; font-size: 13px; line-height: 1.9; }.article-list small { color: var(--muted); font-size: 9px; }

.site-footer { width: min(calc(100% - 48px), var(--max)); margin: auto; }.footer-top { display: flex; align-items: center; gap: 25px; padding: 26px 0; border-top: 1px solid var(--line); }.footer-top > p { color: var(--muted); margin: 0; font-size: 11px; }.socials { display: flex; gap: 7px; margin-right: auto; }.socials a { display: grid; place-items: center; width: 31px; height: 31px; color: var(--muted); border: 1px solid var(--line); border-radius: 9px; transition: .2s; }.socials a:hover { color: var(--orange); border-color: rgba(255,107,0,.5); }.socials svg { width: 15px; }.footer-bottom { display: flex; justify-content: space-between; padding: 15px 0 27px; color: #6f7c8b; border-top: 1px solid var(--line); font-size: 10px; }.footer-bottom div { display: flex; gap: 16px; }.footer-bottom a:hover { color: var(--text); }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 28px; min-width: 220px; transform: translate(-50%, 100px); opacity: 0; pointer-events: none; text-align: center; color: #fff; border: 1px solid rgba(255,255,255,.14); border-radius: 11px; padding: 10px 17px; background: #202934; box-shadow: var(--shadow); transition: .28s ease; font-size: 12px; }.toast.show { opacity: 1; transform: translate(-50%, 0); }

body.light-mode { --bg: #f6f7f9; --surface: #fff; --card: #fff; --card-raised: #f2f4f7; --text: #17212d; --muted: #68778a; --line: rgba(31,49,67,.12); --shadow: 0 20px 50px rgba(29,42,59,.11); color-scheme: light; }.light-mode .hero::before { background: radial-gradient(circle at 75% 25%, rgba(255,107,0,.1), transparent 27%), linear-gradient(180deg, #f8f9fb, var(--bg) 100%); }.light-mode .gym-card, .light-mode .trainer-card, .light-mode .article-list article, .light-mode .map-bottom { box-shadow: 0 5px 18px rgba(24,35,47,.03); }.light-mode .map-panel { background: #eaf0ef; }.light-mode .map-roads { background-color: #dfe9e6; background-image: linear-gradient(115deg, transparent 48%, rgba(117,142,147,.31) 49%, rgba(117,142,147,.31) 51%, transparent 52%), linear-gradient(32deg, transparent 48%, rgba(117,142,147,.23) 49%, rgba(117,142,147,.23) 51%, transparent 52%); }.light-mode .road { background: #96aab1; box-shadow: 0 0 0 3px #c8d5d5; }.light-mode .map-label { color: #61777b; }.light-mode .map-status, .light-mode .map-expand { background: rgba(255,255,255,.87); color: #263442; }.light-mode .ai-section { background: linear-gradient(110deg, #fff7f0, #fff); }.light-mode .ai-preview { background: rgba(255,255,255,.91); }.light-mode .ai-input, .light-mode .ai-message { background: #f0f3f5; }.light-mode .ad-banner { box-shadow: 0 18px 44px rgba(235,93,0,.16); }.light-mode .hero-visual { box-shadow: 0 22px 50px rgba(32,46,63,.17); }.light-mode .article-overlay { color: #fff; }.light-mode .gym-image::after { background: linear-gradient(0deg, rgba(0,0,0,.25), transparent 55%); }

@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(25,209,122,0); } }
@media (max-width: 1080px) { .main-nav { gap: 17px; }.hero { gap: 35px; padding-right: 16px; padding-left: 16px; }.finder-card { right: 16px; left: 16px; }.categories-grid { grid-template-columns: repeat(4, 1fr); }.map-panel { min-height: 100%; }.ad-banner { padding-right: 35px; padding-left: 35px; }.ai-section { padding-right: 43px; padding-left: 43px; } }
@media (max-width: 820px) { .site-header, .section-shell, .site-footer { width: min(calc(100% - 32px), var(--max)); }.site-header { height: 73px; }.main-nav { display: none; position: absolute; top: 66px; right: 0; left: 0; padding: 12px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); box-shadow: var(--shadow); }.main-nav.open { display: grid; }.main-nav a { padding: 8px; }.main-nav a.active::after { display: none; }.menu-toggle { display: grid; }.header-actions .text-button, .header-actions .compact { display: none; }.hero { min-height: 0; grid-template-columns: 1fr; padding: 67px 0 116px; gap: 31px; }.hero-copy { padding: 0; }.hero h1 { max-width: 560px; }.hero-visual { height: 340px; }.finder-card { right: 0; left: 0; grid-template-columns: repeat(3, 1fr); }.search-button { grid-column: 1 / -1; margin-top: 9px; min-height: 43px; }.app-glance { grid-template-columns: 1fr; padding: 43px; }.phone-deck { justify-self: center; width: 330px; }.discovery-layout, .articles-grid, .ai-section { grid-template-columns: 1fr; }.map-panel { min-height: 395px; }.ai-section { gap: 25px; padding: 37px; }.ai-preview { justify-self: start; width: min(100%, 350px); }.trainers-grid { grid-template-columns: repeat(3, minmax(230px, 1fr)); overflow-x: auto; padding-bottom: 10px; }.ad-banner { gap: 12px; padding: 30px; }.ad-product { position: absolute; left: 15%; opacity: .4; }.ad-banner .light-button { margin-right: auto; }.ad-copy { min-width: 0; z-index: 1; } }
@media (max-width: 560px) { .site-header, .section-shell, .site-footer { width: min(calc(100% - 24px), var(--max)); }.header-actions { gap: 6px; }.brand { font-size: 13px; }.theme-toggle { width: 34px; height: 34px; }.hero { padding-top: 44px; padding-bottom: 157px; }.hero h1 { font-size: 37px; }.hero-copy > p { font-size: 13px; }.hero-proof { gap: 13px; }.hero-proof div + div { padding-right: 12px; }.hero-proof strong { font-size: 14px; }.hero-proof span { font-size: 9px; }.hero-visual { height: 279px; border-radius: 23px; }.floating-rating { top: 12px; right: 12px; transform: scale(.88); transform-origin: top right; }.workout-card { left: 10px; bottom: 10px; transform: scale(.89); transform-origin: bottom left; }.finder-card { grid-template-columns: 1fr; gap: 3px; padding: 8px; border-radius: 16px; }.search-field { padding: 5px 9px; border-left: 0; border-bottom: 1px solid var(--line); }.search-field:last-of-type { border-bottom: 0; }.search-button { margin-top: 4px; }.categories-section { padding-top: 90px; }.app-glance { margin-top: 25px; padding: 29px 20px 0; border-radius: 20px; }.app-glance h2 { font-size: 30px; }.phone-deck { transform: scale(.89); transform-origin: top center; margin: -11px auto -35px; }.categories-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }.category-card { min-height: 99px; }.discovery, .trainers-section { padding-top: 47px; }.gym-card { grid-template-columns: 113px 1fr; min-height: 169px; }.gym-content { padding: 11px; }.gym-title h3 { font-size: 13px; }.gym-content > p { font-size: 9px; line-height: 1.6; }.amenities span { font-size: 8px; }.gym-footer strong { font-size: 10px; }.map-panel { min-height: 360px; }.ad-banner { min-height: 253px; display: block; padding: 34px 22px; }.ad-copy h2 { font-size: 26px; }.ad-banner .light-button { position: absolute; bottom: 23px; right: 22px; }.ad-product { left: -19px; bottom: -72px; opacity: .46; transform: rotate(14deg) scale(.85); }.ai-section { padding: 27px 20px; border-radius: 20px; }.ai-content h2 { font-size: 28px; }.journal-section { padding: 77px 0; }.featured-article { min-height: 300px; }.article-overlay h3 { font-size: 17px; padding-left: 25px; }.article-list article { grid-template-columns: 92px 1fr; padding: 8px; }.article-list img { width: 92px; height: 100px; }.article-list h3 { font-size: 11px; }.footer-top, .footer-bottom { align-items: start; flex-direction: column; gap: 12px; }.socials { margin-right: 0; }.footer-bottom div { gap: 11px; flex-wrap: wrap; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }
