:root {
  --yellow: #f5c400;
  --yellow-hot: #ffde33;
  --yellow-dim: rgba(245, 196, 0, 0.14);
  --black: #070707;
  --ink: #0d0d0d;
  --panel: #111111;
  --panel-2: #171717;
  --line: rgba(245, 196, 0, 0.22);
  --text: #f6f3ea;
  --muted: #b7b2a4;
  --white: #ffffff;
  --radius: 18px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --max: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "DM Sans", system-ui, sans-serif;
  background: var(--black);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }

.skip {
  position: absolute; left: -999px; top: 0;
}
.skip:focus { left: 12px; top: 12px; background: var(--yellow); color: #000; padding: 8px 12px; z-index: 100; }

.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(7,7,7,0.86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 78px; gap: 20px;
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand-logo { height: 72px; width: auto; display: block; }
.brand-name { font-family: "Oswald", sans-serif; font-weight: 700; letter-spacing: 0.12em; font-size: 0.78rem; line-height: 1.15; }
.brand-name small { display: block; color: var(--yellow); font-size: 0.68rem; letter-spacing: 0.18em; }
.nav-links { display: flex; gap: 22px; align-items: center; font-size: 0.92rem; font-weight: 600; }
.nav-links a:hover { color: var(--yellow); }
.nav-cta {
  background: var(--yellow); color: #111; font-weight: 800;
  padding: 10px 16px; border-radius: 999px; letter-spacing: 0.02em;
}
.nav-cta:hover { background: var(--yellow-hot); }
.menu-btn {
  display: none; background: none; border: 1px solid var(--line);
  color: var(--yellow); padding: 8px 10px; border-radius: 8px; cursor: pointer;
}

/* Hero */
.hero {
  position: relative;
  min-height: min(92vh, 920px);
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.78)),
    url("../images/gym-floor.jpg") center/cover no-repeat;
  border-bottom: 1px solid var(--line);
}
.hero-inner { padding: 90px 0 70px; text-align: left; }
.kicker {
  color: var(--yellow); font-weight: 800; letter-spacing: 0.22em;
  text-transform: uppercase; font-size: 0.78rem; margin-bottom: 16px;
}
h1, h2, h3, .display { font-family: "Oswald", sans-serif; line-height: 1.05; text-transform: uppercase; }
h1 {
  font-size: clamp(2.6rem, 7vw, 5.4rem);
  max-width: 16ch;
  margin-bottom: 18px;
}
h1 em { font-style: normal; color: var(--yellow); }
.hero p.lead {
  max-width: 58ch; color: var(--muted); font-size: 1.12rem; margin-bottom: 28px;
}
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 20px; border-radius: 999px; font-weight: 800; border: 0; cursor: pointer;
}
.btn-primary { background: var(--yellow); color: #111; }
.btn-primary:hover { background: var(--yellow-hot); }
.btn-ghost { background: transparent; color: var(--text); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--yellow); color: var(--yellow); }

.stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border-top: 1px solid var(--line);
}
.stat { background: var(--ink); padding: 28px 18px; text-align: center; }
.stat b { display: block; font-family: "Oswald", sans-serif; font-size: 2rem; color: var(--yellow); }
.stat span { color: var(--muted); font-size: 0.86rem; letter-spacing: 0.06em; text-transform: uppercase; }

section { padding: 88px 0; }
.section-head { margin-bottom: 36px; max-width: 720px; }
.section-head h2 { font-size: clamp(2rem, 4.5vw, 3.3rem); margin: 8px 0 14px; }
.section-head p { color: var(--muted); }

/* Programs */
.program-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.card {
  background: linear-gradient(180deg, var(--panel), #0c0c0c);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  min-height: 240px;
}
.card h3 { font-size: 1.5rem; margin: 10px 0 10px; }
.card p { color: var(--muted); font-size: 0.96rem; }
.tag {
  display: inline-block; color: #111; background: var(--yellow);
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em;
  padding: 4px 8px; border-radius: 999px; text-transform: uppercase;
}
.icon { font-size: 1.6rem; }

/* Split */
.split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; }
.split img {
  width: 100%; height: 460px; object-fit: cover; border-radius: var(--radius);
  border: 1px solid var(--line);
}
.checklist { list-style: none; margin-top: 18px; display: grid; gap: 10px; }
.checklist li { padding-left: 28px; position: relative; color: var(--muted); }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: 8px; width: 12px; height: 12px;
  background: var(--yellow); clip-path: polygon(0 50%, 40% 100%, 100% 0, 70% 0, 38% 68%, 18% 48%);
}

/* Schedule */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
table { width: 100%; border-collapse: collapse; min-width: 640px; }
th, td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); }
th { background: var(--panel); color: var(--yellow); font-family: "Oswald", sans-serif; letter-spacing: 0.06em; }
tr:hover td { background: var(--yellow-dim); }

/* Plans */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 1100px) and (min-width: 901px) {
  .plans { grid-template-columns: repeat(2, 1fr); }
}
.plan { position: relative; }
.plan.featured { border-color: var(--yellow); transform: translateY(-6px); }
.plan ul { margin: 16px 0 22px; color: var(--muted); padding-left: 18px; }
.price { font-family: "Oswald", sans-serif; font-size: 2.2rem; color: var(--yellow); margin: 8px 0; }
.price small { font-size: 0.95rem; color: var(--muted); font-family: "DM Sans", sans-serif; }

/* Quotes */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quote { font-size: 1.02rem; }
.quote footer { margin-top: 16px; color: var(--yellow); font-weight: 700; font-size: 0.9rem; }

/* FAQ */
.faq details {
  border-bottom: 1px solid var(--line); padding: 16px 0;
}
.faq summary { cursor: pointer; font-weight: 700; font-size: 1.05rem; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq details p { color: var(--muted); margin-top: 8px; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 28px; }
.contact-card, form {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px;
}
form { display: grid; gap: 12px; }
label { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted); }
input, textarea, select {
  background: #0a0a0a; border: 1px solid var(--line); border-radius: 10px; padding: 12px 12px;
}
input:focus, textarea:focus, select:focus { outline: 2px solid var(--yellow); }
.map-frame {
  margin-top: 16px; border: 0; width: 100%; height: 220px; border-radius: 12px; filter: grayscale(0.3) contrast(1.1);
}

/* Blog */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.blog-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: grid;
  grid-template-rows: 180px 1fr;
}
.blog-card img { width: 100%; height: 180px; object-fit: cover; }
.blog-card > div { padding: 18px 20px 22px; }
.blog-card h3 { font-size: 1.25rem; margin: 6px 0 8px; }
.blog-card p { color: var(--muted); }
.blog-card:hover { border-color: var(--yellow); }
.article { max-width: 760px; padding: 48px 0 88px; }
.article h1 { font-size: clamp(2rem, 5vw, 3.1rem); margin-bottom: 10px; }
.article .meta { color: var(--muted); margin-bottom: 22px; }
.article h2 { font-size: 1.35rem; margin: 28px 0 10px; color: var(--yellow); }
.article p, .article li { color: var(--muted); }
.article ul { padding-left: 20px; margin: 8px 0 16px; }
.article li { margin: 6px 0; }
.article a { color: var(--yellow); }

@media (max-width: 900px) {
  .blog-grid { grid-template-columns: 1fr; }
}

/* Legal pages */
.legal-hero { padding: 48px 0 12px; border-bottom: 1px solid var(--line); }
.legal {
  max-width: 760px;
  padding: 48px 0 88px;
}
.legal h1 { font-size: clamp(2rem, 5vw, 3.2rem); max-width: none; margin-bottom: 10px; }
.legal .meta { color: var(--muted); margin-bottom: 28px; }
.legal h2 { font-size: 1.35rem; margin: 28px 0 10px; color: var(--yellow); }
.legal p, .legal li { color: var(--muted); }
.legal ul, .legal ol { padding-left: 20px; margin: 8px 0 16px; }
.legal li { margin: 6px 0; }
.legal a { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; }

footer {
  border-top: 1px solid var(--line); padding: 40px 0 28px; color: var(--muted); font-size: 0.92rem;
}
.foot { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 24px; margin-bottom: 24px; }
.foot h3 { color: var(--text); margin-bottom: 10px; font-size: 1rem; }
.foot a:hover { color: var(--yellow); }
.copy { border-top: 1px solid var(--line); padding-top: 16px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

.float-wa {
  position: fixed; right: 18px; bottom: 18px; z-index: 40;
  background: #25D366; color: #062; width: 56px; height: 56px; border-radius: 50%;
  display: grid; place-items: center; font-weight: 900; box-shadow: var(--shadow);
}

@media (max-width: 900px) {
  .nav-links { display: none; position: absolute; top: 78px; left: 0; right: 0; background: #0b0b0b; flex-direction: column; padding: 18px; border-bottom: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .menu-btn { display: block; }
  .stats, .plans, .quotes, .split, .contact-grid, .foot { grid-template-columns: 1fr; }
  .split img { height: 280px; }
  section { padding: 64px 0; }
}
