:root {
  --ink: #0a0a0b;
  --ink-soft: #141416;
  --ink-card: #1a1a1d;
  --paper: #f2f0ea;
  --paper-deep: #e7e3da;
  --white: #ffffff;
  --orange: #ffa31a;
  --orange-hot: #ffb638;
  --green: #25d366;
  --muted: #77777c;
  --border-dark: rgba(255, 255, 255, .12);
  --border-light: rgba(10, 10, 11, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--white); font-family: "Manrope", sans-serif; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; }
img { max-width: 100%; }
section { scroll-margin-top: 78px; }

::selection { color: var(--ink); background: var(--orange); }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 10000; padding: .8rem 1rem; color: var(--ink); background: var(--orange); font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header { z-index: 1050; padding: .85rem 0; transition: background .3s ease, padding .3s ease, box-shadow .3s ease; }
.site-header.scrolled { padding: .45rem 0; background: rgba(9, 9, 10, .94); box-shadow: 0 12px 32px rgba(0, 0, 0, .28); backdrop-filter: blur(16px); }
.site-header .navbar { padding: 0; }
.site-header .container-xxl { position: relative; }
.navbar-brand { display: flex; align-items: center; gap: .75rem; margin-right: 1rem; color: #fff; }
.navbar-brand:hover { color: #fff; }
.brand-word { color: #fff; font: 900 2.3rem/.8 "Barlow Condensed", sans-serif; letter-spacing: -.04em; }
.brand-word span { color: var(--orange); }
.brand-tag { max-width: 64px; color: #aaa; font: 700 .55rem/1.2 "Manrope", sans-serif; letter-spacing: .12em; }
.header-status { align-items: center; gap: .55rem; margin-left: 1rem; color: #ddd; font-size: .66rem; font-weight: 800; letter-spacing: .15em; white-space: nowrap; }
.header-status span { width: 8px; height: 8px; border-radius: 50%; background: #72e07a; box-shadow: 0 0 0 6px rgba(114, 224, 122, .12); }
.navbar-nav { align-items: center; gap: .2rem; }
.navbar-nav .nav-link { position: relative; padding: .65rem .7rem !important; color: rgba(255, 255, 255, .8); font-size: .71rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.navbar-nav .nav-link::after { content: ""; position: absolute; right: .7rem; bottom: .3rem; left: .7rem; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: #fff; }
.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after { transform: scaleX(1); }
.header-actions { z-index: 3; }
.header-action { min-width: 42px; height: 42px; padding: 0 .9rem; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; border: 1px solid rgba(255, 255, 255, .24); color: #fff; font-size: .73rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; white-space: nowrap; transition: .25s ease; }
.header-action:hover { color: var(--ink); background: #fff; border-color: #fff; transform: translateY(-2px); }
.header-action.whatsapp { color: #07160c; background: var(--green); border-color: var(--green); }
.navbar-toggler { z-index: 4; width: 42px; height: 42px; padding: 8px 9px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 0; box-shadow: none !important; }
.navbar-toggler span { display: block; width: 100%; height: 2px; margin: 4px 0; background: #fff; transition: .2s ease; }

.hero { position: relative; min-height: 760px; overflow: hidden; isolation: isolate; background: url("../assets/img/step-hero.webp") center 28% / cover no-repeat fixed; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(7, 7, 8, .97) 0%, rgba(7, 7, 8, .89) 43%, rgba(7, 7, 8, .33) 78%, rgba(7, 7, 8, .5) 100%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0, 0, 0, .55), transparent 23%, transparent 70%, var(--ink) 100%); }
.hero-lines { position: absolute; inset: 0; z-index: -1; opacity: .12; background-image: linear-gradient(rgba(255, 255, 255, .15) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .15) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(to right, #000, transparent 70%); }
.hero-content { z-index: 2; }
.hero-eyebrow, .section-kicker { margin: 0 0 1rem; color: var(--orange); font-size: .73rem; font-weight: 800; letter-spacing: .23em; }
.hero h1 { max-width: 900px; margin: 0; color: #fff; font: 900 clamp(4.2rem, 9.3vw, 8.3rem)/.79 "Barlow Condensed", sans-serif; letter-spacing: -.045em; text-transform: uppercase; }
.hero h1 span { color: transparent; -webkit-text-stroke: 2px var(--orange); }
.hero-hours { display: flex; align-items: center; gap: 1.1rem; margin: 1.6rem 0 1.2rem; }
.hero-hours strong { color: var(--orange); font: 900 clamp(3.2rem, 6vw, 5rem)/.8 "Barlow Condensed", sans-serif; }
.hero-hours span { padding-left: 1.1rem; border-left: 1px solid rgba(255, 255, 255, .35); color: #ddd; font-size: .67rem; font-weight: 800; line-height: 1.5; letter-spacing: .18em; }
.hero-lead { max-width: 620px; margin-bottom: 1.7rem; color: #d1d1d4; font-size: clamp(1rem, 2vw, 1.17rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.btn-primary-step, .btn-ghost-step, .btn-dark-step { min-height: 54px; padding: .9rem 1.45rem; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; border-radius: 0; font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; transition: .25s ease; }
.btn-primary-step { color: #0c0c0d; background: var(--orange); border: 1px solid var(--orange); }
.btn-primary-step:hover { color: #0c0c0d; background: var(--orange-hot); border-color: var(--orange-hot); transform: translateY(-3px); box-shadow: 0 14px 30px rgba(255, 159, 26, .25); }
.btn-ghost-step { color: #fff; border: 1px solid rgba(255, 255, 255, .38); }
.btn-ghost-step:hover { color: #0c0c0d; background: #fff; border-color: #fff; }
.btn-dark-step { color: #fff; background: var(--ink); border: 1px solid var(--ink); }
.btn-dark-step:hover { color: var(--ink); background: var(--orange); border-color: var(--orange); transform: translateY(-2px); }
.hero-side-note { position: absolute; top: 50%; right: -91px; transform: rotate(90deg); color: rgba(255, 255, 255, .55); font-size: .66rem; font-weight: 800; letter-spacing: .28em; }
.hero-scroll { position: absolute; left: max(1rem, calc((100vw - 1300px) / 2)); bottom: 1.5rem; display: flex; align-items: center; gap: .65rem; color: #aaa; font-size: .62rem; font-weight: 800; letter-spacing: .18em; }
.hero-scroll span { display: inline-block; width: 42px; height: 1px; background: var(--orange); }

.marquee { overflow: hidden; padding: 1.3rem 0; color: var(--ink); background: var(--orange); }
.marquee-track { width: max-content; display: flex; animation: marquee 28s linear infinite; }
.marquee span { padding-right: 2.1rem; font: 800 1.2rem/1 "Barlow Condensed", sans-serif; letter-spacing: .07em; white-space: nowrap; }
.marquee i { padding-left: 2.1rem; font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { position: relative; padding: clamp(5.2rem, 9vw, 8rem) 0; }
.section-light { color: var(--ink); background: var(--paper); }
.section-dark { color: #fff; background: var(--ink); }
.section-title { margin: 0 0 1.5rem; color: var(--ink); font: 800 clamp(3rem, 6vw, 5.6rem)/.92 "Barlow Condensed", sans-serif; letter-spacing: -.035em; text-transform: uppercase; }
.section-title em { color: transparent; font-style: normal; -webkit-text-stroke: 1.5px rgba(10, 10, 11, .38); }
.section-dark .section-title em, .pricing-section .section-title em { -webkit-text-stroke-color: rgba(255, 255, 255, .43); }
.section-intro { max-width: 660px; margin: 0; color: #4f4f53; font-size: clamp(1.02rem, 1.7vw, 1.18rem); line-height: 1.8; }
.text-secondary-light { color: #aaa !important; }

.gym-section { overflow: hidden; }
.gym-section::before { content: "24"; position: absolute; top: 2rem; right: -1.8rem; color: rgba(10, 10, 11, .035); font: 900 27rem/.8 "Barlow Condensed", sans-serif; }
.feature-list { margin-top: 2.2rem; }
.feature-item { display: grid; grid-template-columns: 54px 1fr; gap: 1rem; padding: 1.25rem 0; border-top: 1px solid var(--border-light); }
.feature-item:last-child { border-bottom: 1px solid var(--border-light); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--ink); background: var(--orange); font-size: 1.15rem; }
.feature-item h3 { margin: 0 0 .3rem; font: 800 1.35rem/1 "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: .02em; }
.feature-item p { margin: 0; color: #5e5e62; font-size: .9rem; line-height: 1.65; }
.gym-visual { position: relative; min-height: 600px; margin-left: 2rem; }
.gym-visual::before { content: ""; position: absolute; top: -20px; right: -20px; bottom: 70px; left: 55px; border: 2px solid var(--orange); }
.gym-visual > img { position: absolute; inset: 0 0 65px 0; width: 100%; height: calc(100% - 65px); object-fit: cover; filter: saturate(.65) contrast(1.08); }
.gym-visual-stamp { position: absolute; right: -25px; bottom: 22px; width: 145px; height: 145px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--ink); background: var(--orange); transform: rotate(-5deg); }
.gym-visual-stamp strong { font: 900 3.5rem/.8 "Barlow Condensed", sans-serif; }
.gym-visual-stamp span { margin-top: .6rem; font-size: .62rem; font-weight: 800; letter-spacing: .15em; }
.gym-visual-caption { position: absolute; bottom: 0; left: 0; display: flex; align-items: center; gap: 1rem; font-size: .67rem; font-weight: 800; letter-spacing: .18em; }
.gym-visual-caption span { color: var(--orange); font: 900 2rem/1 "Barlow Condensed", sans-serif; }

.services-section::before { content: ""; position: absolute; inset: 0; opacity: .15; background: radial-gradient(circle at 75% 5%, rgba(255, 163, 26, .26), transparent 30%), linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px); background-size: auto, 100% 70px; pointer-events: none; }
.service-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.service-card { display: flex; flex-direction: column; min-height: 100%; overflow: hidden; border: 1px solid var(--border-dark); background: var(--ink-soft); transition: transform .3s ease, border-color .3s ease; }
.service-card:hover { transform: translateY(-9px); border-color: rgba(255, 163, 26, .62); }
.service-image-wrap { position: relative; height: 255px; overflow: hidden; background: #111; }
.service-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(10, 10, 11, .94)); }
.service-image-wrap img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.1); transition: filter .4s ease, transform .5s ease; }
.service-card:hover .service-image-wrap img { filter: grayscale(.25) contrast(1.05); transform: scale(1.045); }
.service-number { position: absolute; right: 1rem; bottom: -.2rem; z-index: 2; color: transparent; font: 900 5.5rem/1 "Barlow Condensed", sans-serif; -webkit-text-stroke: 1px rgba(255, 255, 255, .55); }
.service-body { position: relative; flex: 1; padding: 1.8rem; }
.service-icon { position: absolute; top: -31px; left: 1.8rem; width: 58px; height: 58px; display: grid; place-items: center; color: var(--ink); background: var(--orange); font-size: 1.45rem; }
.service-label { margin: .85rem 0 .55rem; color: var(--orange); font-size: .63rem; font-weight: 800; letter-spacing: .17em; }
.service-body h3 { margin: 0 0 1rem; color: #fff; font: 800 clamp(2rem, 3vw, 2.55rem)/.95 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.service-body > p:not(.service-label) { min-height: 84px; color: #aaa; font-size: .88rem; line-height: 1.7; }
.service-body ul { min-height: 132px; margin: 1.25rem 0 1.5rem; padding: 1.2rem 0 0; list-style: none; border-top: 1px solid var(--border-dark); }
.service-body li { position: relative; margin-bottom: .55rem; padding-left: 1rem; color: #d4d4d7; font-size: .78rem; line-height: 1.5; }
.service-body li::before { content: ""; position: absolute; top: .5rem; left: 0; width: 5px; height: 5px; background: var(--orange); }
.text-link { display: inline-flex; align-items: center; gap: .55rem; color: #fff; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.text-link i { color: var(--orange); transition: transform .25s ease; }
.text-link:hover { color: var(--orange); }
.text-link:hover i { transform: translate(3px, -3px); }

.access-band { position: relative; overflow: hidden; isolation: isolate; padding: clamp(5rem, 10vw, 8rem) 0; background: url("../assets/img/step-hero.webp") center 45% / cover no-repeat fixed; }
.access-band::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(10, 10, 11, .94), rgba(10, 10, 11, .72)), linear-gradient(135deg, transparent 60%, rgba(255, 163, 26, .22)); }
.access-band h2 { margin: 0; color: #fff; font: 900 clamp(3.7rem, 7vw, 7.1rem)/.84 "Barlow Condensed", sans-serif; letter-spacing: -.04em; }
.access-band p:not(.section-kicker) { color: #ccc; }

.about-section { overflow: hidden; }
.about-section::after { content: "STEP"; position: absolute; right: -2rem; bottom: -3rem; color: rgba(10, 10, 11, .035); font: 900 20rem/1 "Barlow Condensed", sans-serif; pointer-events: none; }
.coach-visual { position: relative; max-width: 520px; padding: 0 0 3.5rem 2.5rem; }
.coach-photo { position: relative; overflow: hidden; background: #111; }
.coach-photo::before { content: ""; position: absolute; inset: 0; z-index: 1; border: 1px solid rgba(255, 255, 255, .15); box-shadow: inset 0 -100px 100px rgba(0, 0, 0, .35); }
.coach-photo img { width: 100%; aspect-ratio: 1/1; display: block; object-fit: cover; filter: saturate(.75) contrast(1.04); }
.coach-name { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: 1.15rem 1.4rem; color: #fff; background: var(--ink); }
.coach-name strong { display: block; font: 800 1.45rem/1 "Barlow Condensed", sans-serif; letter-spacing: .03em; }
.coach-name span { color: var(--orange); font-size: .58rem; font-weight: 800; letter-spacing: .12em; }
.coach-since { position: absolute; top: 2rem; left: 0; z-index: 2; width: 100px; height: 100px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--ink); background: var(--orange); transform: rotate(-5deg); }
.coach-since span { font: 900 1.8rem/1 "Barlow Condensed", sans-serif; }
.coach-since strong { margin-top: .35rem; font-size: .58rem; letter-spacing: .1em; }
.about-copy { max-width: 720px; margin: 1.4rem 0 0; color: #69696d; font-size: .94rem; line-height: 1.75; }
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 2.5rem; border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); }
.about-values > div { display: flex; align-items: center; gap: .8rem; padding: 1.4rem 1rem; border-right: 1px solid var(--border-light); }
.about-values > div:last-child { border-right: 0; }
.about-values strong { color: var(--orange); font: 900 1.7rem/1 "Barlow Condensed", sans-serif; }
.about-values span { font-size: .68rem; font-weight: 800; line-height: 1.35; text-transform: uppercase; letter-spacing: .05em; }

.pricing-section { color: #fff; background: linear-gradient(180deg, #111113, #080809); }
.pricing-section::before { content: ""; position: absolute; inset: 0; opacity: .22; background: linear-gradient(135deg, transparent 44%, rgba(255, 163, 26, .08) 44%, rgba(255, 163, 26, .08) 45%, transparent 45%); background-size: 90px 90px; pointer-events: none; }
.pricing-highlight-row, .full-price-list { position: relative; }
.price-highlight { position: relative; height: 100%; padding: 2rem; border: 1px solid var(--border-dark); background: var(--ink-card); transition: .3s ease; }
.price-highlight:hover { transform: translateY(-6px); border-color: rgba(255, 163, 26, .6); }
.price-highlight.featured { color: var(--ink); border-color: var(--orange); background: var(--orange); }
.price-badge { position: absolute; top: 0; right: 1rem; padding: .45rem .75rem; color: #fff; background: var(--ink); font-size: .52rem; font-weight: 800; letter-spacing: .11em; }
.price-highlight > p { margin: 0 0 1.15rem; font: 800 1.15rem/1 "Barlow Condensed", sans-serif; letter-spacing: .06em; }
.price { display: flex; align-items: flex-start; gap: .25rem; margin-bottom: 1.5rem; }
.price strong { font: 900 5.8rem/.72 "Barlow Condensed", sans-serif; letter-spacing: -.045em; }
.price > span { font: 800 1.35rem/1 "Barlow Condensed", sans-serif; }
.price small { display: block; margin-top: .25rem; font: 700 .57rem/1 "Manrope", sans-serif; letter-spacing: .08em; white-space: nowrap; }
.price-highlight ul { min-height: 110px; margin: 0 0 1.6rem; padding: 1.25rem 0 0; list-style: none; border-top: 1px solid var(--border-dark); }
.featured ul { border-color: rgba(10, 10, 11, .22); }
.price-highlight li { position: relative; margin-bottom: .55rem; padding-left: 1rem; color: #bbb; font-size: .78rem; }
.featured li { color: rgba(10, 10, 11, .78); }
.price-highlight li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }
.featured li::before { color: var(--ink); }
.price-highlight > a { display: flex; align-items: center; justify-content: space-between; padding-top: 1rem; border-top: 1px solid var(--border-dark); color: #fff; font-size: .69rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.featured > a { color: var(--ink); border-color: rgba(10, 10, 11, .22); }
.price-highlight > a:hover { color: var(--orange); }
.featured > a:hover { color: #fff; }
.full-price-list { margin-top: 4rem; padding: clamp(1.2rem, 4vw, 2.7rem); border: 1px solid var(--border-dark); background: #101012; }
.full-price-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.3rem; }
.full-price-heading .section-kicker { margin-bottom: .35rem; }
.full-price-heading h3 { margin: 0; font: 800 2.3rem/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.full-price-heading > p { color: #888; font-size: .77rem; }
.price-accordion { border-top: 1px solid var(--border-dark); }
.price-accordion .accordion-item { color: #fff; border: 0; border-bottom: 1px solid var(--border-dark); border-radius: 0; background: transparent; }
.price-accordion .accordion-button { padding: 1.35rem .2rem; gap: .8rem; color: #fff; border: 0; border-radius: 0 !important; background: transparent; box-shadow: none; font: 800 1.45rem/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.price-accordion .accordion-button:not(.collapsed) { color: var(--orange); }
.price-accordion .accordion-button span { color: var(--orange); font: 800 .75rem/1 "Manrope", sans-serif; letter-spacing: .1em; }
.price-accordion .accordion-button small { margin-left: auto; margin-right: 1rem; color: #777; font: 700 .6rem/1 "Manrope", sans-serif; letter-spacing: .08em; }
.price-accordion .accordion-button::after, .faq-accordion .accordion-button::after { filter: invert(1); opacity: .8; }
.price-accordion .accordion-body { padding: 0 0 1.5rem 2.25rem; }
.price-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .95rem 1rem; border-bottom: 1px dashed rgba(255, 255, 255, .1); }
.price-row:nth-child(odd) { background: rgba(255, 255, 255, .025); }
.price-row strong { display: block; color: #e8e8ea; font-size: .83rem; }
.price-row div small { display: block; margin-top: .25rem; color: #737378; font-size: .66rem; line-height: 1.45; }
.price-row b { flex-shrink: 0; color: var(--orange); font: 800 1.25rem/1 "Barlow Condensed", sans-serif; white-space: nowrap; }
.price-row b small { font-size: .67rem; }
.price-note { display: flex; align-items: center; gap: .8rem; margin-top: 1.3rem; padding: 1rem; color: #999; background: rgba(255, 255, 255, .03); font-size: .72rem; line-height: 1.5; }
.price-note i { color: var(--orange); font-size: 1.1rem; }
.price-note a { margin-left: auto; color: #fff; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; white-space: nowrap; }
.price-note a:hover { color: var(--orange); }

.faq-section { border-top: 1px solid rgba(10, 10, 11, .08); }
.faq-accordion .accordion-item { color: var(--ink); border: 0; border-bottom: 1px solid var(--border-light); border-radius: 0; background: transparent; }
.faq-accordion .accordion-button { padding: 1.5rem .2rem; color: var(--ink); border: 0; border-radius: 0 !important; background: transparent; box-shadow: none; font: 800 clamp(1.3rem, 2vw, 1.65rem)/1.1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.faq-accordion .accordion-button:not(.collapsed) { color: #b86d00; }
.faq-accordion .accordion-button::after { filter: none; }
.faq-accordion .accordion-body { padding: 0 3.5rem 1.5rem .2rem; color: #5e5e62; font-size: .9rem; line-height: 1.75; }

.contact-section { position: relative; padding: 6.5rem 0 0; color: #fff; background: var(--orange); }
.contact-section::before { content: ""; position: absolute; inset: 0 0 auto; height: 60%; opacity: .15; background-image: linear-gradient(rgba(10, 10, 11, .22) 1px, transparent 1px), linear-gradient(90deg, rgba(10, 10, 11, .22) 1px, transparent 1px); background-size: 70px 70px; }
.contact-shell { position: relative; z-index: 2; overflow: hidden; box-shadow: 0 40px 80px rgba(0, 0, 0, .22); }
.contact-info { padding: clamp(2rem, 5vw, 4rem); background: var(--ink); }
.contact-info h2 { margin: 0 0 1.2rem; color: #fff; font: 800 clamp(3rem, 5vw, 5rem)/.9 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.contact-info h2 em { color: var(--orange); font-style: normal; }
.contact-info > p:not(.section-kicker) { color: #aaa; font-size: .91rem; line-height: 1.7; }
.contact-list { margin-top: 2.2rem; }
.contact-list a { display: flex; align-items: center; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--border-dark); color: #fff; transition: color .2s ease; }
.contact-list a:last-child { border-bottom: 1px solid var(--border-dark); }
.contact-list a:hover { color: var(--orange); }
.contact-list i { width: 38px; height: 38px; display: grid; place-items: center; color: var(--ink); background: var(--orange); }
.contact-list span { font-size: .84rem; line-height: 1.5; }
.contact-list small { display: block; color: #777; font-size: .55rem; font-weight: 800; letter-spacing: .13em; }
.contact-socials { display: flex; gap: .65rem; margin-top: 1.5rem; }
.contact-socials a { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; border: 1px solid var(--border-dark); transition: .2s ease; }
.contact-socials a:hover { color: var(--ink); border-color: var(--orange); background: var(--orange); transform: translateY(-3px); }
.contact-form-wrap { padding: clamp(2rem, 6vw, 5rem); color: var(--ink); background: var(--paper); }
.form-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2.1rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--border-light); }
.form-heading span { font: 800 2rem/1 "Barlow Condensed", sans-serif; letter-spacing: .04em; }
.form-heading i { color: #1faf57; font-size: 2rem; }
.contact-form-wrap label { margin-bottom: .55rem; font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-form-wrap label span { color: #888; font-weight: 500; text-transform: none; letter-spacing: 0; }
.contact-form-wrap .form-control, .contact-form-wrap .form-select { min-height: 53px; padding: .85rem 1rem; color: var(--ink); border: 1px solid rgba(10, 10, 11, .2); border-radius: 0; background-color: #fff; font-size: .87rem; box-shadow: none; }
.contact-form-wrap textarea.form-control { min-height: 115px; resize: vertical; }
.contact-form-wrap .form-control:focus, .contact-form-wrap .form-select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255, 163, 26, .18); }
.btn-whatsapp-submit { width: 100%; min-height: 58px; display: flex; align-items: center; justify-content: center; gap: .7rem; color: #fff; border: 0; border-radius: 0; background: #139b47; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; transition: .25s ease; }
.btn-whatsapp-submit .bi-arrow-up-right { margin-left: auto; }
.btn-whatsapp-submit:hover { color: #fff; background: #0f873d; transform: translateY(-2px); box-shadow: 0 12px 25px rgba(19, 155, 71, .2); }
.form-note { margin: .8rem 0 0; color: #777; font-size: .67rem; text-align: center; }
.map-wrap { position: relative; height: 350px; margin-top: -1px; filter: grayscale(1) contrast(1.12); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

.site-footer { padding: 3.5rem 0 6rem; color: #fff; background: #070708; }
.footer-main { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--border-dark); }
.footer-brand { display: inline-flex; align-items: center; gap: 1rem; color: #fff; }
.footer-brand > span:last-child { max-width: 110px; color: #777; font-size: .58rem; font-weight: 800; line-height: 1.4; letter-spacing: .1em; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.3rem; }
.footer-links a { color: #999; font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.footer-links a:hover { color: var(--orange); }
.footer-cta { justify-self: end; display: inline-flex; align-items: center; gap: .6rem; padding: .85rem 1.1rem; color: #08160d; background: var(--green); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.footer-cta:hover { color: #08160d; background: #58df80; transform: translateY(-2px); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1.4rem; }
.footer-bottom p { margin: 0; color: #65656a; font-size: .63rem; }
.footer-bottom a { color: #a9a9ad; }
.footer-bottom a:hover { color: var(--orange); }

.floating-contact { position: fixed; right: 1rem; bottom: 1rem; z-index: 1040; display: flex; box-shadow: 0 12px 34px rgba(0, 0, 0, .35); }
.floating-contact a { min-width: 118px; height: 48px; padding: 0 1rem; display: flex; align-items: center; justify-content: center; gap: .5rem; color: #fff; font-size: .69rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; transition: .22s ease; }
.floating-contact a:hover { transform: translateY(-3px); }
.floating-call { background: #1a1a1d; }
.floating-wa { color: #07160c !important; background: var(--green); }
.back-to-top { position: fixed; right: 1rem; bottom: 4.7rem; z-index: 1035; width: 42px; height: 42px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255, 255, 255, .18); background: rgba(10, 10, 11, .84); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s ease; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { color: var(--ink); border-color: var(--orange); background: var(--orange); }

@media (max-width: 1199.98px) {
  .navbar-collapse { position: absolute; top: calc(100% + .75rem); right: .75rem; left: .75rem; padding: 1rem; border: 1px solid var(--border-dark); background: rgba(10, 10, 11, .98); box-shadow: 0 24px 40px rgba(0, 0, 0, .35); }
  .navbar-nav { align-items: stretch; }
  .navbar-nav .nav-link { padding: .9rem !important; border-bottom: 1px solid rgba(255, 255, 255, .07); }
  .navbar-nav .nav-link::after { display: none; }
  .header-actions { margin-left: .65rem; }
  .service-body > p:not(.service-label) { min-height: 105px; }
  .service-body ul { min-height: 160px; }
}

@media (max-width: 991.98px) {
  .hero, .access-band { background-attachment: scroll; }
  .hero { background-position: 62% center; }
  .hero::before { background: linear-gradient(90deg, rgba(7, 7, 8, .96) 0%, rgba(7, 7, 8, .8) 68%, rgba(7, 7, 8, .58) 100%); }
  .hero-side-note { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: minmax(260px, .8fr) 1.2fr; }
  .service-image-wrap { height: 100%; min-height: 430px; }
  .service-body > p:not(.service-label), .service-body ul { min-height: auto; }
  .coach-visual { margin-inline: auto; }
  .footer-main { grid-template-columns: 1fr auto; }
  .footer-links { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; }
}

@media (max-width: 767.98px) {
  .section { padding: 5.2rem 0; }
  .gym-visual { min-height: 520px; margin: 1rem 0 0; }
  .gym-visual::before { right: 0; }
  .service-card { display: flex; }
  .service-image-wrap { height: 260px; min-height: 0; }
  .about-values { grid-template-columns: 1fr; }
  .about-values > div { border-right: 0; border-bottom: 1px solid var(--border-light); }
  .about-values > div:last-child { border-bottom: 0; }
  .price-highlight { min-height: auto; }
  .full-price-heading { align-items: flex-start; flex-direction: column; }
  .price-accordion .accordion-body { padding-left: 0; }
  .price-row { align-items: flex-start; padding-inline: .45rem; }
  .price-note { align-items: flex-start; flex-wrap: wrap; }
  .price-note a { width: 100%; margin-left: 1.9rem; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-cta { justify-self: start; }
  .footer-links { grid-column: auto; grid-row: auto; justify-content: flex-start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 575.98px) {
  body { padding-bottom: 58px; }
  .site-header { padding: .55rem 0; background: rgba(9, 9, 10, .78); }
  .brand-word { font-size: 1.95rem; }
  .brand-tag, .header-action.call { display: none !important; }
  .header-action { width: 42px; padding: 0; }
  .navbar-toggler { margin-left: auto !important; }
  .navbar-collapse { right: 0; left: 0; }
  .hero { min-height: 710px; }
  .hero h1 { font-size: clamp(3.7rem, 18vw, 5.4rem); }
  .hero h1 span { -webkit-text-stroke-width: 1px; }
  .hero-hours { margin-top: 1.3rem; }
  .hero-lead { font-size: .95rem; line-height: 1.65; }
  .hero-actions .btn { width: 100%; }
  .hero-scroll { display: none; }
  .marquee span { font-size: 1.05rem; }
  .section-title { font-size: clamp(2.85rem, 15vw, 4rem); }
  .gym-visual { min-height: 430px; }
  .gym-visual-stamp { right: 0; width: 115px; height: 115px; }
  .gym-visual-stamp strong { font-size: 2.8rem; }
  .service-image-wrap { height: 235px; }
  .service-body { padding: 1.45rem; }
  .service-icon { left: 1.45rem; }
  .access-band h2 { font-size: 3.6rem; }
  .coach-visual { padding-left: 1.2rem; }
  .coach-since { width: 82px; height: 82px; }
  .price strong { font-size: 4.9rem; }
  .full-price-list { margin-top: 3rem; padding-inline: .85rem; }
  .price-accordion .accordion-button { align-items: flex-start; font-size: 1.2rem; }
  .price-accordion .accordion-button small { display: none; }
  .price-row strong { font-size: .78rem; }
  .price-row b { max-width: 95px; font-size: 1.05rem; text-align: right; white-space: normal; }
  .contact-section { padding-top: 4.2rem; }
  .contact-info, .contact-form-wrap { padding: 2rem 1.25rem; }
  .contact-list span { font-size: .76rem; }
  .map-wrap { height: 280px; }
  .site-footer { padding-bottom: 3rem; }
  .floating-contact { right: 0; bottom: 0; left: 0; }
  .floating-contact a { flex: 1; height: 58px; }
  .back-to-top { right: .75rem; bottom: 4.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .marquee-track { animation: none; }
}
