:root {
  --black: #050505;
  --ink: #090909;
  --panel: #101010;
  --panel-2: #181818;
  --silver: #e7e7e5;
  --muted: #aaa9a5;
  --red: #a91d19;
  --red-deep: #6e0f0c;
  --line: rgba(255,255,255,.11);
  --red-line: rgba(169,29,25,.38);
  --radius: 20px;
  --max: 1180px;
  --section-space: clamp(4.75rem, 8vw, 7rem);
  --shadow-card: 0 18px 44px rgba(0,0,0,.28);
  --site-font: "Segoe UI", sans-serif;
}

.hero-cta-mobile {
  display: none;
}

@media (max-width: 767px) {
  .hero-copy > .hero-actions .hero-primary-cta {
    color: #fff !important;
    background: #a91d19 !important;
    background-image: none !important;
    opacity: 1;
  }
}

@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  .section {
    padding-block: clamp(48px, 13vw, 64px);
  }

  #personal-gym {
    padding-block: 48px;
  }

  #personal-gym .section-head {
    margin-bottom: 18px;
  }

  #personal-gym .container > .lead {
    margin-top: 16px !important;
  }

  .hero-copy > .hero-actions {
    display: flex !important;
    width: 100% !important;
    height: auto !important;
    min-height: 52px !important;
    margin: 22px auto 0 !important;
    padding: 0 !important;
  }

  .hero-actions .btn-secondary {
    display: none !important;
  }

  .hero-primary-cta {
    width: 90% !important;
    max-width: 360px;
    min-height: 52px;
    margin-inline: auto;
    color: #fff;
    background: #a91d19;
    font-weight: 700;
    animation: mobile-hero-cta-in 560ms ease 480ms both;
  }

  .hero-cta-desktop {
    display: none;
  }

  .hero-cta-mobile {
    display: inline;
  }

  .gym-showcase {
    padding-top: 52px;
    padding-bottom: 0;
  }

  .gym-showcase .container {
    width: 100%;
  }

  .gym-showcase-copy {
    width: calc(100% - 32px);
    margin-inline: auto;
  }

  .gym-showcase-frame {
    width: 95vw;
    max-width: 95vw;
    margin: 24px auto 34px;
  }

  .gym-showcase-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .gym-showcase.is-gym-animated .gym-showcase-frame {
    opacity: 0;
    transform: translateY(20px) scale(1.045);
  }

  .gym-showcase.is-gym-revealed .gym-showcase-frame {
    opacity: 1;
    transform: none;
    transition: opacity 860ms cubic-bezier(0.22, 1, 0.36, 1), transform 860ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .success-description {
    min-width: 0;
    font-size: max(15.5px, 4vw);
    line-height: 1.52;
  }

  .google-reviews-grid.review-snap-ready {
    display: flex;
    gap: 14px;
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    padding: 4px 8% 14px;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 8%;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .google-reviews-grid.review-snap-ready::-webkit-scrollbar {
    display: none;
  }

  .google-reviews-grid.review-snap-ready .google-review-card {
    flex: 0 0 86%;
    width: 86%;
    min-width: 0;
    scroll-snap-align: center;
    overflow: visible;
  }

  .google-review-counter {
    width: max-content;
    margin: 14px auto 0;
    padding: 6px 14px;
    border: 1px solid rgba(169, 29, 25, .42);
    border-radius: 999px;
    color: #fff;
    background: rgba(20, 20, 21, .9);
    font-weight: 700;
    direction: ltr;
  }

  .mobile-benefits-animation .card {
    opacity: .66;
    transform: scale(.97);
    filter: none;
  }

  .mobile-benefits-animation .card.is-scroll-focus {
    opacity: 1;
    transform: scale(1);
    border-color: rgba(169, 29, 25, .68);
    background: #1a1a1b;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .36);
  }

  @keyframes mobile-hero-cta-in {
    from {
      opacity: 0;
      transform: translateY(14px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .hero-primary-cta,
    .gym-showcase.is-gym-animated .gym-showcase-title,
    .gym-showcase.is-gym-animated .gym-showcase-text,
    .gym-showcase.is-gym-animated .gym-showcase-frame {
      opacity: 1 !important;
      transform: none !important;
      animation: none !important;
      transition: none !important;
    }

    .gym-showcase-frame::after {
      display: none !important;
    }
  }
}

/* Final mobile conversion-flow overrides. */
@media (max-width: 767px) {
  .section {
    padding-block: clamp(48px, 13vw, 64px);
  }

  #personal-gym {
    padding-block: 48px;
  }

  .hero-copy > .hero-actions {
    display: flex !important;
    width: 100% !important;
    height: auto !important;
    min-height: 52px !important;
    margin: 22px auto 0 !important;
    padding: 0 !important;
  }

  .hero-actions .btn-secondary {
    display: none !important;
  }

  .hero-primary-cta {
    width: 90% !important;
    max-width: 360px;
    min-height: 52px;
    margin-inline: auto;
  }

  .gym-showcase {
    padding-top: 52px;
    padding-bottom: 0;
  }

  .gym-showcase .container {
    width: 100%;
  }

  .gym-showcase-frame {
    width: 95vw;
    max-width: 95vw;
    margin: 24px auto 34px;
  }

  .gym-showcase-image {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .mobile-benefits-animation .card {
    opacity: .66;
    transform: scale(.97);
    filter: none;
  }

  .mobile-benefits-animation .card.is-scroll-focus {
    opacity: 1;
    transform: scale(1);
    border-color: rgba(169, 29, 25, .68);
    background: #1a1a1b;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .36);
  }
}

@media (max-width: 767px) {
  html,
  body,
  main,
  .hero {
    max-width: 100%;
    overflow-x: clip !important;
  }

  .hero .hero-grid,
  .hero .hero-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero-copy .hero-title {
    width: calc(100% - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    box-sizing: border-box !important;
    overflow: visible;
    overflow-wrap: break-word;
    word-break: normal;
    white-space: normal !important;
    text-align: center !important;
    transform: none !important;
    font-size: clamp(26px, 8vw, 36px) !important;
    line-height: 1.14 !important;
    letter-spacing: -.025em !important;
  }

  .hero-copy .hero-title > span,
  .hero-copy .hero-title * {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: break-word;
    word-break: normal;
    white-space: normal !important;
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
  }
}

@media (max-width: 767px) {
  html,
  body,
  main,
  .hero {
    max-width: 100%;
    overflow-x: clip !important;
  }

  .hero .hero-grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero .hero-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero-copy .hero-title {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-right: auto;
    margin-left: auto;
    padding-right: 18px;
    padding-left: 18px;
    box-sizing: border-box;
    overflow: visible;
    overflow-wrap: break-word;
    word-break: normal;
    white-space: normal;
    text-align: center;
    transform: none;
    font-size: clamp(26px, 8vw, 36px);
    line-height: 1.14;
    letter-spacing: -.025em !important;
  }

  .hero-copy .hero-title > span,
  .hero-copy .hero-title * {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: normal;
    white-space: normal !important;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit !important;
  }
}

.condensed-away {
  display: none !important;
}

.personal-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pillar-card {
  position: relative;
  min-width: 0;
  padding: 28px 24px;
  overflow: hidden;
  border: 1px solid rgba(169, 29, 25, .34);
  border-radius: 18px 5px 18px 5px;
  background: linear-gradient(145deg, rgba(29, 29, 30, .96), rgba(12, 12, 13, .98));
  box-shadow: inset 0 1px rgba(255, 255, 255, .07), 0 18px 42px rgba(0, 0, 0, .3);
  transition: transform 320ms cubic-bezier(.22, 1, .36, 1), border-color 320ms ease, box-shadow 320ms ease;
}

.pillar-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 2px;
  background: #a91d19;
}

.pillar-card:hover {
  transform: translateY(-4px);
  border-color: rgba(169, 29, 25, .62);
  box-shadow: inset 0 1px rgba(255, 255, 255, .08), 0 22px 46px rgba(0, 0, 0, .38);
}

.pillar-card > span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border: 1px solid rgba(169, 29, 25, .48);
  border-radius: 50%;
  color: #fff;
  background: rgba(169, 29, 25, .14);
  font-weight: 700;
}

.pillar-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.3;
}

.pillar-card p {
  margin: 8px 0 0;
  color: #c9c8c5;
}

#trial {
  background:
    radial-gradient(circle at 15% 25%, rgba(169, 29, 25, .12), transparent 34%),
    rgba(8, 8, 9, .78);
}

#method .process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#location {
  background: rgba(8, 8, 9, .78);
}

@media (max-width: 767px) {
  .hero-copy .hero-title,
  .hero-copy .hero-title > span,
  .hero-copy .hero-title * {
    font-size: clamp(29px, 8.2vw, 36px);
    line-height: 1.12;
  }

  .hero-copy > .lead {
    max-width: 35ch;
    margin-inline: auto;
  }

  .personal-pillars,
  #method .process-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pillar-card {
    padding: 20px 18px;
  }

  .pillar-card > span {
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
  }

  .pillar-card h3 {
    font-size: clamp(19px, 5.4vw, 22px);
  }

  .mobile-pillars-animation .pillar-card {
    opacity: 0;
    transform: translateY(20px) scale(.98);
  }

  .mobile-pillars-animation.is-mobile-visible .pillar-card {
    opacity: 1;
    transform: none;
    transition: opacity 560ms cubic-bezier(.22, 1, .36, 1), transform 560ms cubic-bezier(.22, 1, .36, 1);
  }

  .mobile-pillars-animation.is-mobile-visible .pillar-card:nth-child(2) {
    transition-delay: 100ms;
  }

  .mobile-pillars-animation.is-mobile-visible .pillar-card:nth-child(3) {
    transition-delay: 200ms;
  }

  #trial .section-head,
  #pricing .section-head,
  #location .section-head,
  #faq .section-head {
    margin-bottom: 24px;
  }

  .final-cta {
    padding-block: 38px;
  }

  @media (prefers-reduced-motion: reduce) {
    .mobile-pillars-animation .pillar-card {
      opacity: 1;
      transform: none;
      transition: none;
    }
  }
}

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

html,
body,
button,
input,
textarea,
select {
  font-family: var(--site-font) !important;
}

body *,
body *::before,
body *::after {
  font-family: var(--site-font) !important;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
  background: #050505;
}
body {
  position: relative;
  min-height: 100%;
  isolation: isolate;
  margin: 0;
  color: #f7f7f5;
  background: #050505;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  z-index: 0;
  pointer-events: none;
  background-image: url("/assets/luxury-gym-mobile-background-v4.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, .28);
}
body > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  body::before {
    background-position: center top;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body::before {
    background-position: center center;
  }
}
@media (min-width: 1025px) {
  body::before {
    background-position: center center;
  }
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid #fff; outline-offset: 4px; border-radius: 5px; }
.container { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }
.section { position: relative; padding: var(--section-space) 0; overflow: clip; }
.section-tight { position: relative; padding: 36px 0 78px; }
.section:nth-of-type(even)::before {
  content: none;
}
.skip-link { position: fixed; top: -80px; right: 16px; z-index: 100; padding: 12px 18px; background: #fff; color: #000; }
.skip-link:focus { top: 12px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1 { max-width: 820px; margin-bottom: 23px; font-size: clamp(2.85rem, 10vw, 5.35rem); line-height: .98; letter-spacing: -.055em; font-weight: 700; text-shadow: 0 8px 28px #000; }
h1 > span { display: block; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 5.5vw, 4rem); line-height: 1.05; letter-spacing: -.04em; font-weight: 700; }
h3 { margin-bottom: 10px; font-size: 1.26rem; line-height: 1.25; }
.lead { max-width: 730px; color: #d1d0cd; font-size: clamp(1.05rem, 2.2vw, 1.28rem); line-height: 1.72; }
.muted { color: var(--muted); }
.red {
  color: var(--red);
  text-shadow: none;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #ff615d;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: linear-gradient(90deg, var(--red), transparent); }
.section-head { max-width: 820px; margin-bottom: clamp(2rem, 4vw, 2.75rem); }
.section-head .eyebrow { margin-bottom: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(255,255,255,.09);
  background: rgba(5,5,5,.86);
  box-shadow: 0 10px 32px rgba(0,0,0,.24);
  backdrop-filter: blur(16px) saturate(115%);
}
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { position: relative; z-index: 3; display: flex; text-decoration: none; }
.brand-logo { width: 58px; height: 58px; object-fit: contain; border-radius: 8px; filter: drop-shadow(0 0 10px rgba(239,36,31,.15)); }
.nav-links {
  position: fixed;
  top: 72px;
  right: 16px;
  left: 16px;
  display: none;
  padding: 16px;
  border: 1px solid var(--red-line);
  border-radius: 16px;
  background: rgba(9,9,9,.98);
  box-shadow: 0 25px 60px #000;
}
.nav-links.open { display: grid; }
.nav-links a { padding: 11px 10px; color: #d4d3d0; text-decoration: none; font-size: .94rem; }
.nav-links a:hover { color: #fff; }
.menu-toggle { width: 43px; height: 43px; display: grid; place-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 11px; background: #111; cursor: pointer; }
.menu-toggle span { width: 19px; height: 2px; display: block; background: #fff; transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 24px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(180deg, #b82420, #86130f);
  box-shadow: inset 0 1px rgba(255,255,255,.16), 0 9px 22px rgba(0,0,0,.3);
  text-decoration: none;
  font-weight: 700;
  transition: transform .2s, box-shadow .2s, filter .2s;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.06); box-shadow: inset 0 1px rgba(255,255,255,.2), 0 11px 25px rgba(0,0,0,.38); }
.btn-secondary { border-color: var(--line); background: rgba(12,12,12,.75); box-shadow: inset 0 1px rgba(255,255,255,.05); }
.btn-secondary:hover { background: #171717; box-shadow: inset 0 1px rgba(255,255,255,.08); }
.btn-small { min-height: 43px; padding: 9px 15px; font-size: .84rem; }
.whatsapp-icon { font-size: 1.25em; }

.hero {
  position: relative;
  min-height: calc(100svh - 72px);
  display: flex;
  align-items: center;
  padding: 55px 0 62px;
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5,5,5,.2), #050505 68%),
    radial-gradient(ellipse at 15% 45%, rgba(169,29,25,.1), transparent 28rem),
    linear-gradient(145deg, #161616, #050505 50%, #101010);
}
.hero::after { content: none; }
.hero-grid { display: grid; gap: 36px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy, .hero-copy .lead { margin-inline: auto; }
.hero .eyebrow { margin-bottom: 22px; }
.hero-copy .lead { max-width: 660px; }
.hero-actions { display: flex; flex-direction: column; gap: 12px; margin-top: 27px; }
.response-note { margin: 14px 0 0; color: #908f8c; font-size: .78rem; line-height: 1.55; }
.hero-panel {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 42%, rgba(239,36,31,.15), transparent 29%),
    linear-gradient(135deg, #171717, #080808 58%, #111);
  box-shadow: inset 0 1px rgba(255,255,255,.08), 0 30px 65px rgba(0,0,0,.72);
}
.trust-strip { position: relative; border-block: 1px solid var(--line); background: linear-gradient(90deg,#0c0c0c,#141414,#0a0a0a); box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.trust-strip::before { content: ""; position: absolute; top: -1px; right: 7%; width: 26%; height: 1px; background: var(--red); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; }
.trust-item { min-height: 94px; padding: 21px 14px; border-bottom: 1px solid var(--line); }
.trust-item:nth-child(odd) { border-left: 1px solid var(--line); }
.trust-item b { display: block; color: #fff; font-size: .9rem; }
.trust-item span { color: var(--muted); font-size: .75rem; line-height: 1.4; }

.intro-card {
  position: relative;
  padding: 34px 28px;
  overflow: hidden;
  border: 1px solid var(--red-line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(239,36,31,.055), transparent 32%), linear-gradient(145deg,#171717,#0b0b0b);
  box-shadow: inset 0 1px rgba(255,255,255,.07), 0 22px 55px rgba(0,0,0,.28);
}
.intro-card::after { content: "YP"; position: absolute; left: -1rem; bottom: -4.2rem; color: rgba(255,255,255,.025); font-size: 13rem; font-weight: 700; direction: ltr; }
.intro-card blockquote { position: relative; z-index: 1; margin: 0; font-size: clamp(1.45rem,4vw,2.55rem); font-weight: 700; line-height: 1.4; }
.intro-card blockquote::before { content: "״"; color: var(--red); font-size: 3rem; line-height: 0; vertical-align: -.25em; }
.problem-grid, .cards, .steps, .fit-grid, .price-grid, .location-grid { display: grid; gap: 16px; }
.problem-card, .card, .step, .location-card, .price-card {
  position: relative;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(25,25,25,.95), rgba(10,10,10,.98));
  box-shadow: inset 0 1px rgba(255,255,255,.055), var(--shadow-card);
  transition: transform .25s, border-color .25s, box-shadow .25s;
}
.problem-card:hover, .card:hover, .step:hover { transform: translateY(-2px); border-color: rgba(169,29,25,.3); box-shadow: inset 0 1px rgba(255,255,255,.07), 0 20px 44px rgba(0,0,0,.32); }
.problem-card { border-top-color: var(--red-line); }
.problem-card::before { content: ""; position: absolute; top: -1px; right: 24px; width: 48px; height: 2px; background: var(--red); }
.problem-card p, .card p, .step p { margin-bottom: 0; color: var(--muted); }
.statement { max-width: 940px; font-size: clamp(1.55rem,4vw,2.8rem); font-weight: 700; line-height: 1.35; }
.step { overflow: hidden; }
.step::after { content: ""; position: absolute; left: -30px; bottom: -30px; width: 95px; height: 95px; border: 1px solid rgba(239,36,31,.12); border-radius: 50%; }
.step-number { display: block; margin-bottom: 38px; color: var(--red); font-size: .78rem; font-weight: 700; letter-spacing: .14em; }
.card-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 21px; border: 1px solid var(--red-line); border-radius: 13px; color: #ff5c57; background: radial-gradient(circle,rgba(239,36,31,.16),rgba(239,36,31,.035)); box-shadow: inset 0 0 15px rgba(239,36,31,.08); font-weight: 700; }

.entry-box {
  position: relative;
  display: grid;
  gap: 32px;
  padding: 32px 26px;
  overflow: hidden;
  border: 1px solid rgba(239,36,31,.7);
  border-radius: 26px;
  background:
    radial-gradient(circle at 8% 20%, rgba(239,36,31,.28), transparent 23rem),
    linear-gradient(120deg,#270504,#0b0b0b 48%,#111);
  box-shadow: inset 0 1px rgba(255,255,255,.08), 0 28px 60px rgba(0,0,0,.65);
}
.entry-box::before { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(255,255,255,.055); border-radius: 19px; }
.entry-box > * { position: relative; z-index: 1; }
.entry-box p { color: #c7c5c2; }
.schedule-demo { padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: rgba(5,5,5,.72); box-shadow: inset 0 1px rgba(255,255,255,.055); }
.slot { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.slot:last-child { border: 0; }
.slot small { display: block; color: var(--muted); font-size: .75rem; }
.dots { display: flex; gap: 6px; direction: ltr; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: linear-gradient(#c93631,#85110e); }
.bullet-list { list-style: none; padding: 0; margin: 20px 0 0; }
.bullet-list li { position: relative; padding: 8px 27px 8px 0; color: #d3d2cf; }
.bullet-list li::before { content: ""; position: absolute; top: 1.05rem; right: 2px; width: 9px; height: 5px; border-right: 2px solid var(--red); border-bottom: 2px solid var(--red); transform: rotate(45deg); }

.trial-card { border-color: var(--red-line); background: radial-gradient(circle at 50% 10%,rgba(239,36,31,.12),transparent 14rem),linear-gradient(145deg,#191919,#090909); }
.trial-price { margin: 23px 0 9px; color: #fff; font-size: 3.4rem; font-weight: 700; line-height: 1; }
.trial-price small { color: var(--muted); font-size: .95rem; font-weight: 500; }
.trial-stages { display: grid; gap: 10px; grid-template-columns: 1fr; padding: 0; margin: 22px 0 0; list-style: none; }
.trial-stages li { min-height: 58px; display: flex; align-items: center; gap: 12px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 11px; color: #ddd; background: rgba(255,255,255,.022); font-size: .88rem; }
.trial-stages span { color: var(--red); font-size: .7rem; font-weight: 700; letter-spacing: .08em; }
.fit-card.yes { border-top: 2px solid var(--red); }
.fit-card.no { border-top: 2px solid #555; }

.success-section { background: #0c0c0c; }
.success-grid { display: grid; gap: 24px; }
.success-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.1), transparent 18%),
    linear-gradient(135deg, #252525, #101010 44%, #080808);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    inset 0 0 0 1px rgba(0,0,0,.7),
    0 22px 45px rgba(0,0,0,.48);
}
.success-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 28px;
  left: 28px;
  height: 2px;
  z-index: 3;
  background: linear-gradient(90deg, transparent, #8e2521 24%, #b8b8b5 50%, #8e2521 76%, transparent);
}
.success-image {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 16px 16px 11px 11px;
  background:
    radial-gradient(ellipse at 50% 42%, #1b1b1b, #0b0b0b 72%),
    #0b0b0b;
  box-shadow:
    0 14px 28px rgba(0,0,0,.65),
    inset 0 0 0 1px #000;
  isolation: isolate;
}
.success-image-main {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: inherit;
}
.privacy-logo {
  position: absolute;
  z-index: 3;
  width: 10%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  pointer-events: none;
  box-shadow:
    0 5px 14px rgba(0,0,0,.55),
    0 0 0 1px rgba(210,210,205,.35);
}
.success-image::before,
.success-image::after {
  content: "";
  position: absolute;
  z-index: 4;
  pointer-events: none;
}
.success-image::before {
  inset: 0;
  border: 16px solid #181818;
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 2px rgba(0,0,0,.95),
    inset 0 0 0 3px rgba(255,255,255,.12),
    inset 0 0 25px 6px rgba(0,0,0,.9),
    inset 0 2px 0 rgba(255,255,255,.16),
    inset 2px 0 0 rgba(255,255,255,.07);
  background:
    linear-gradient(90deg, #777, #292929 62%, #101010) top left / 52px 7px no-repeat,
    linear-gradient(180deg, #777, #292929 62%, #101010) top left / 7px 52px no-repeat,
    linear-gradient(270deg, #777, #292929 62%, #101010) top right / 52px 7px no-repeat,
    linear-gradient(180deg, #777, #292929 62%, #101010) top right / 7px 52px no-repeat,
    linear-gradient(90deg, #5d5d5d, #242424 62%, #101010) bottom left / 52px 7px no-repeat,
    linear-gradient(0deg, #5d5d5d, #242424 62%, #101010) bottom left / 7px 52px no-repeat,
    linear-gradient(270deg, #5d5d5d, #242424 62%, #101010) bottom right / 52px 7px no-repeat,
    linear-gradient(0deg, #5d5d5d, #242424 62%, #101010) bottom right / 7px 52px no-repeat,
    repeating-linear-gradient(96deg, rgba(255,255,255,.035) 0 1px, transparent 1px 4px);
}
.success-image::after {
  z-index: 5;
  inset: 14px;
  border: 3px solid #841814;
  border-radius: 6px;
  box-shadow:
    0 0 0 2px rgba(0,0,0,.92),
    0 0 0 3px rgba(190,190,186,.2),
    inset 0 0 0 1px rgba(255,255,255,.12),
    inset 0 0 14px 3px rgba(0,0,0,.76);
}
.success-content {
  position: relative;
  flex: 1;
  margin: 8px 4px 2px;
  padding: 22px 20px 20px;
  border-top: 1px solid rgba(255,255,255,.1);
  text-align: right;
}
.success-content::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 35%;
  left: 35%;
  height: 1px;
  background: #8e211d;
}
.success-content h3 {
  margin-bottom: 13px;
  color: #f1f1ef;
  font-size: clamp(1.18rem, 2vw, 1.38rem);
  line-height: 1.3;
  letter-spacing: -.015em;
}
.success-description {
  margin: 0;
  color: #b4b3b0;
  font-size: .95rem;
  line-height: 1.75;
}
.success-section-disclaimer {
  max-width: 760px;
  margin: 30px auto 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: #858481;
  font-size: .78rem;
  line-height: 1.6;
  text-align: center;
}

.pricing { border-block: 1px solid var(--line); background: radial-gradient(ellipse at 50% 55%,rgba(239,36,31,.065),transparent 35rem),#090909 !important; }
.price-card { display: flex; flex-direction: column; overflow: hidden; }
.price-card::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 2px; background: linear-gradient(90deg,transparent,#555,transparent); }
.price-card.recommended { border-color: rgba(169,29,25,.82); box-shadow: inset 0 1px rgba(255,255,255,.09), 0 24px 50px rgba(0,0,0,.62); }
.price-card.recommended::before { height: 3px; background: linear-gradient(90deg,transparent,var(--red),transparent); }
.badge { align-self: flex-start; display: inline-flex; margin-bottom: 21px; padding: 6px 11px; border: 1px solid rgba(239,36,31,.23); border-radius: 999px; color: #ff6d69; background: rgba(239,36,31,.09); font-size: .75rem; font-weight: 700; }
.old-price { margin: 20px 0 0; color: #747474; text-decoration: line-through; }
.price { margin: 5px 0; color: #fff; font-size: 2.8rem; font-weight: 700; line-height: 1; }
.price small { color: var(--muted); font-size: .9rem; font-weight: 500; }
.price-card .bullet-list { flex-grow: 1; }
.price-card .btn { margin-top: 22px; }
.terms-note { margin-top: 25px; color: var(--muted); font-size: .82rem; }

.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; border: 0; color: #fff; background: none; font: inherit; font-weight: 700; text-align: right; cursor: pointer; }
.faq-question::after { content: "+"; width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--red-line); border-radius: 8px; color: var(--red); font-size: 1.35rem; line-height: 1; }
.faq-question[aria-expanded="true"]::after { content: "−"; }
.faq-answer { max-width: 850px; padding: 0 0 23px; color: var(--muted); }
.faq-answer p { margin: 0; }
.location-card h3 { display: flex; gap: 10px; }
.location-grid {
  grid-template-columns: minmax(0, 1fr) !important;
}
.location-waze-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 14px;
  margin-top: 16px;
}
.location-waze-actions .btn {
  min-width: 0;
  flex: 1 1 260px;
}
.map-placeholder { min-height: 310px; display: grid; place-items: center; padding: 28px; border: 1px dashed rgba(255,255,255,.25); border-radius: var(--radius); color: var(--muted); background: radial-gradient(circle at 50% 35%,rgba(239,36,31,.1),transparent 15rem),linear-gradient(145deg,#171717,#090909); text-align: center; }

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 48px 25px;
  border: 1px solid rgba(239,36,31,.8);
  border-radius: 26px;
  background: radial-gradient(circle at 50% 0,rgba(255,255,255,.1),transparent 18rem),linear-gradient(135deg,#8e0907,#e32823 52%,#8f0907);
  box-shadow: inset 0 1px rgba(255,255,255,.18),0 28px 60px rgba(0,0,0,.7);
  text-align: center;
}
.final-cta::before, .final-cta::after { content: ""; position: absolute; top: 50%; width: 20%; height: 1px; background: linear-gradient(90deg,transparent,#fff); opacity: .35; }
.final-cta::before { right: 0; }
.final-cta::after { left: 0; transform: scaleX(-1); }
.final-cta > * { position: relative; z-index: 1; }
.final-cta h2, .final-cta p { max-width: 760px; margin-inline: auto; }
.final-cta p { color: rgba(255,255,255,.83); }
.final-cta .btn { margin-top: 13px; border-color: #fff; background: linear-gradient(180deg,#fff,#d6d6d4); color: #111; box-shadow: 0 9px 25px rgba(0,0,0,.25); }

.site-footer { padding: 42px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; background: #060606; }
.footer-grid { display: grid; gap: 26px; }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 92px; height: 92px; flex: 0 0 auto; object-fit: contain; border-radius: 11px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 17px; }
.footer-links a { color: var(--muted); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 430px) {
  .nav { gap: 9px; }
  .brand-logo { width: 49px; height: 49px; }
  .nav .btn-small { padding-inline: 11px; font-size: .76rem; }
  .menu-toggle { width: 40px; height: 40px; }
  h1 { font-size: clamp(2.7rem, 14vw, 3.45rem); }
  .hero-panel { min-height: 330px; }
}
@media (max-width: 699px) {
  .section { padding: 72px 0; }
  .hero { padding-top: 42px; text-align: center; }
  .hero .eyebrow { justify-content: center; }
  .hero-actions .btn { width: 100%; }
  .hero-panel { width: 100%; min-height: 360px; }
  .section-head { margin-bottom: 30px; }
  .problem-card, .card, .step, .location-card, .price-card { padding: 23px 21px; }
  .trust-item { min-height: 88px; }
}
@media (min-width: 700px) {
  .container { width: min(calc(100% - 64px), var(--max)); }
  .section { padding: 112px 0; }
  .hero { padding: 75px 0 80px; }
  .hero-actions { flex-direction: row; }
  .problem-grid, .cards { grid-template-columns: repeat(2,1fr); }
  .steps { grid-template-columns: repeat(2,1fr); }
  .fit-grid, .location-grid { grid-template-columns: 1fr 1fr; }
  .price-grid { grid-template-columns: 1fr; align-items: stretch; }
  .entry-box { grid-template-columns: 1.08fr .92fr; align-items: center; padding: 46px; }
  .trial-stages { grid-template-columns: 1fr 1fr; }
  .success-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.2fr 1fr; align-items: end; }
}
@media (min-width: 960px) {
  .nav-links { position: static; display: flex; padding: 0; border: 0; background: none; box-shadow: none; }
  .nav-links a { padding: 10px 4px; }
  .menu-toggle { display: none; }
  h1 { font-size: clamp(3.7rem, 6.2vw, 5rem); }
  h1 > span { white-space: nowrap; }
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 56px; }
  .hero-panel { min-height: 520px; }
  .trust-grid { grid-template-columns: repeat(4,1fr); }
  .trust-item { padding: 25px; border-bottom: 0; border-left: 1px solid var(--line); }
  .trust-item:last-child { border-left: 0; }
  .problem-grid, .cards { grid-template-columns: repeat(3,1fr); }
  .steps { grid-template-columns: repeat(4,1fr); }
  .price-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .success-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .price-card.recommended { transform: translateY(-12px) scale(1.025); }
  .price-card.recommended:hover {
    transform: translateY(-16px) scale(1.035);
    box-shadow:
      inset 0 1px rgba(255,255,255,.15),
      inset 0 0 38px rgba(152, 20, 16, .13),
      0 0 42px rgba(176, 23, 18, .3),
      0 48px 94px rgba(0,0,0,.76);
  }
}

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

/* Premium campaign-level refinement — existing structure, elevated presentation */
.container {
  width: min(calc(100% - 36px), 1220px);
}

.site-header {
  border-bottom-color: rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(13,13,13,.94), rgba(5,5,5,.84));
  box-shadow: 0 16px 50px rgba(0,0,0,.42);
}

.nav {
  min-height: 80px;
}

.brand-logo {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 8px 22px rgba(0,0,0,.45);
}

.nav-links {
  gap: 30px;
}

.nav-links a {
  position: relative;
  font-weight: 700;
  letter-spacing: .01em;
}

.nav-links a::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 0;
  height: 1px;
  background: var(--red);
  transition: width .22s ease;
}

.nav-links a:hover::after {
  width: calc(100% - 8px);
}

.btn {
  min-height: 58px;
  padding: 15px 28px;
  border-color: rgba(255,255,255,.22);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), transparent 48%),
    linear-gradient(115deg, #b4221e, #78110e);
  box-shadow:
    inset 0 1px rgba(255,255,255,.2),
    inset 0 -1px rgba(0,0,0,.4),
    0 13px 30px rgba(0,0,0,.4);
  letter-spacing: .005em;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px rgba(255,255,255,.24),
    inset 0 -1px rgba(0,0,0,.45),
    0 18px 36px rgba(0,0,0,.52);
}

.btn-secondary {
  border-color: rgba(255,255,255,.2);
  background: linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.018));
  backdrop-filter: blur(8px);
}

.btn-small {
  min-height: 46px;
  padding: 10px 20px;
}

.hero {
  min-height: calc(100svh - 80px);
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

.hero::before {
  content: none;
}

.hero::after {
  content: none;
}

.hero-copy {
  padding-block: 22px;
}

.hero .eyebrow {
  margin-bottom: 28px;
}

.hero h1 {
  margin-bottom: 30px;
  font-size: clamp(3.35rem, 7vw, 6rem);
  line-height: .92;
  letter-spacing: -.062em;
}

.hero-copy .lead {
  max-width: 700px;
  color: #d8d7d4;
  font-size: clamp(1.12rem, 1.7vw, 1.4rem);
  line-height: 1.72;
}

.hero-actions {
  gap: 14px;
  margin-top: 34px;
}

.hero-panel {
  min-height: 590px;
  display: grid;
  place-items: center;
  overflow: visible;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.hero-panel::before,
.hero-panel::after {
  content: none;
}

.hero-logo {
  width: min(140%, 720px);
  height: auto;
  max-width: none;
  aspect-ratio: auto;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 20px 28px rgba(0,0,0,.32));
}

.trust-strip {
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), transparent),
    linear-gradient(90deg, #0a0a0a, #181818 50%, #090909);
  box-shadow: 0 24px 60px rgba(0,0,0,.42);
}

.trust-item {
  min-height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.trust-item b {
  margin-bottom: 3px;
  font-size: 1rem;
}

.section {
  padding: clamp(5.5rem, 9vw, 8.5rem) 0;
}

.section::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  width: min(74%, 900px);
  height: 1px;
  transform: translateX(50%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
}

.section-head {
  margin-bottom: clamp(2.7rem, 5vw, 4rem);
}

.section-head h2 {
  max-width: 850px;
}

h2 {
  font-size: clamp(2.35rem, 5.8vw, 4.65rem);
  line-height: 1;
}

.eyebrow {
  padding: 7px 0;
  font-size: .76rem;
  letter-spacing: .12em;
}

.intro-card {
  padding: clamp(2rem, 5vw, 4.5rem);
  border-color: rgba(169,29,25,.54);
  border-radius: 30px 8px 30px 8px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.075), transparent 22%),
    radial-gradient(circle at 92% 12%, rgba(169,29,25,.11), transparent 22rem),
    linear-gradient(135deg, #1b1b1b, #090909);
  box-shadow: inset 0 1px rgba(255,255,255,.1), 0 34px 75px rgba(0,0,0,.42);
}

.problem-grid,
.cards,
.steps,
.fit-grid,
.price-grid,
.location-grid {
  gap: 22px;
}

.problem-card,
.card,
.step,
.location-card,
.price-card {
  padding: clamp(1.7rem, 3vw, 2.25rem);
  border-color: rgba(255,255,255,.14);
  border-radius: 24px 8px 24px 8px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.065), transparent 21%),
    linear-gradient(145deg, #1b1b1b, #090909);
  box-shadow: inset 0 1px rgba(255,255,255,.07), 0 24px 55px rgba(0,0,0,.32);
}

.card-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px 5px 16px 5px;
}

.step-number {
  margin-bottom: 52px;
  font-size: .82rem;
}

.entry-box {
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 34px 10px 34px 10px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.07), transparent 20%),
    radial-gradient(circle at 8% 20%, rgba(142,24,20,.21), transparent 23rem),
    linear-gradient(120deg, #200403, #0a0a0a 48%, #151515);
  box-shadow: inset 0 1px rgba(255,255,255,.1), 0 38px 80px rgba(0,0,0,.62);
}

.schedule-demo {
  padding: 26px;
  border-color: rgba(255,255,255,.16);
  background: rgba(5,5,5,.84);
  box-shadow: inset 0 1px rgba(255,255,255,.08), 0 16px 35px rgba(0,0,0,.32);
}

.success-grid {
  gap: 28px;
}

.success-card {
  border-radius: 28px 9px 28px 9px;
  box-shadow:
    inset 0 1px rgba(255,255,255,.12),
    0 30px 65px rgba(0,0,0,.48);
}

.success-content {
  padding: 27px 24px 25px;
}

.success-content h3 {
  font-size: clamp(1.28rem, 1.8vw, 1.52rem);
}

.success-description {
  color: #bbb9b6;
  font-size: .98rem;
}

.pricing {
  background:
    radial-gradient(ellipse at 50% 48%, rgba(125,18,15,.11), transparent 33rem),
    linear-gradient(180deg, #080808, #0c0c0c 50%, #070707) !important;
}

.price-card {
  padding: 34px 30px;
}

.pricing .price-card > .badge {
  align-self: flex-start;
  min-height: 48px;
  margin-bottom: 24px;
  padding: 12px 22px;
  border: 1px solid rgba(255, 111, 105, .58);
  border-radius: 999px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255,255,255,.13), transparent 48%),
    linear-gradient(135deg, #c82722, #8d120f);
  box-shadow:
    inset 0 1px rgba(255,255,255,.2),
    inset 0 -1px rgba(0,0,0,.38),
    0 8px 20px rgba(104, 8, 6, .3);
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  font-weight: 700 !important;
  line-height: 1.2;
  text-align: center;
  justify-content: center;
}

.pricing .price-card.recommended > .badge {
  align-self: center;
  min-height: 64px;
  padding: 16px 42px;
  border-color: rgba(255, 137, 132, .78);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.17), transparent 48%),
    linear-gradient(135deg, #e3322c, #a3130f);
  box-shadow:
    inset 0 1px rgba(255,255,255,.24),
    inset 0 -1px rgba(0,0,0,.4),
    0 0 24px rgba(190, 27, 21, .28),
    0 14px 30px rgba(130, 10, 7, .46);
  font-size: clamp(1.4rem, 2.2vw, 1.72rem);
  letter-spacing: .02em;
}

.price-card.recommended {
  border: 2px solid rgba(222, 49, 43, .92);
  outline: 1px solid rgba(255, 91, 84, .2);
  outline-offset: 5px;
  background:
    radial-gradient(circle at 50% 0, rgba(211, 39, 33, .2), transparent 42%),
    linear-gradient(145deg, rgba(169,29,25,.15), transparent 32%),
    linear-gradient(145deg, #202020, #090909);
  box-shadow:
    inset 0 1px rgba(255,255,255,.12),
    inset 0 0 34px rgba(152, 20, 16, .1),
    0 0 34px rgba(160, 21, 17, .24),
    0 42px 86px rgba(0,0,0,.72);
}

.price {
  margin: 9px 0;
  font-size: 3.15rem;
}

.pricing .price-card h3 {
  width: 100%;
  margin: 0 auto 14px;
  font-size: clamp(1.6rem, 2.1vw, 1.88rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.pricing .price-card .old-price {
  margin: 22px 0 10px;
  color: #aaa9a6;
  font-size: clamp(1.16rem, 1.45vw, 1.32rem);
  font-weight: 600;
  line-height: 1.35;
  text-decoration-line: line-through;
  text-decoration-color: #e34a45;
  text-decoration-thickness: 2px;
}

.pricing .price-card .price {
  margin: 8px 0 16px;
  font-size: clamp(3.3rem, 4.5vw, 4rem);
  line-height: 1.05;
}

.pricing .price-card .price small {
  margin-inline-start: 4px;
  color: #c8c7c4;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  font-weight: 600;
}

.pricing .price-card .bullet-list {
  margin-top: 18px;
}

.pricing .price-card .bullet-list li {
  padding-block: 10px;
  font-size: clamp(1.06rem, 1.3vw, 1.16rem);
  line-height: 1.65;
}

.pricing .price-card .btn {
  min-height: 60px;
  margin-top: 28px;
  padding-block: 16px;
  font-size: clamp(1.02rem, 1.25vw, 1.12rem);
  font-weight: 700;
  line-height: 1.25;
}

.faq-question {
  padding: 27px 0;
  font-size: 1.05rem;
}

.final-cta {
  padding: clamp(3rem, 7vw, 6rem) 28px;
  border-radius: 38px 10px 38px 10px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.11), transparent 22%),
    linear-gradient(125deg, #650d0a, #a91d19 52%, #620c09);
  box-shadow: inset 0 1px rgba(255,255,255,.18), 0 42px 90px rgba(0,0,0,.68);
}

.final-cta h2 {
  font-size: clamp(2.25rem, 5vw, 4.25rem);
}

.trust-strip {
  border-block: 0;
  background: transparent;
  box-shadow: none;
}

.trust-strip::before {
  content: none;
}

.success-section {
  background: transparent;
}

.pricing {
  border-block: 0;
  background: transparent !important;
}

.site-footer {
  border-top: 0;
  background: transparent;
}

.section::after {
  content: none;
}

.operating-model .container {
  display: grid;
  gap: clamp(4rem, 8vw, 7rem);
}

.operating-part {
  min-width: 0;
}

.operating-part + .operating-part {
  padding-top: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid rgba(255,255,255,.14);
}

.hours-grid,
.process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.hours-card,
.process-step {
  position: relative;
  min-width: 0;
  padding: clamp(1.45rem, 3vw, 2rem);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 22px 7px 22px 7px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.065), transparent 24%),
    rgba(9,9,9,.66);
  box-shadow: inset 0 1px rgba(255,255,255,.07), 0 18px 38px rgba(0,0,0,.24);
}

.hours-card::before,
.process-step::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 24px;
  width: 46px;
  height: 2px;
  background: #8f1c18;
}

.hours-card span {
  display: block;
  min-height: 3.2em;
  color: #c8c7c4;
  font-size: .92rem;
  font-weight: 700;
}

.hours-card strong {
  display: block;
  margin-top: 18px;
  color: #fff;
  font-size: clamp(1.7rem, 4vw, 2.35rem);
  line-height: 1;
  direction: ltr;
  text-align: right;
}

.hours-note {
  margin: 22px 0 0;
  padding: 18px 21px;
  border-right: 3px solid #8f1c18;
  color: #d2d1ce;
  background: rgba(8,8,8,.48);
}

.process-part .section-head {
  max-width: 940px;
}

.process-grid {
  counter-reset: process;
}

.process-step {
  display: flex;
  flex-direction: column;
}

.process-number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid rgba(143,28,24,.72);
  border-radius: 14px 4px 14px 4px;
  color: #ff625d;
  background: rgba(95,15,12,.22);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  direction: ltr;
}

.process-step h3 {
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.process-step p {
  margin: 0;
  color: #aaa9a6;
  font-size: .94rem;
  line-height: 1.7;
}

.entry-clarification {
  margin-top: 28px;
  padding: clamp(1.5rem, 4vw, 2.4rem);
  border: 1px solid rgba(143,28,24,.7);
  border-radius: 24px 7px 24px 7px;
  background:
    linear-gradient(120deg, rgba(105,15,12,.3), transparent 44%),
    rgba(8,8,8,.7);
  box-shadow: inset 0 1px rgba(255,255,255,.08);
}

.entry-clarification strong {
  display: block;
  margin-bottom: 9px;
  color: #ff615d;
  font-size: .84rem;
}

.entry-clarification p {
  margin-bottom: 8px;
  color: #f3f2ef;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  font-weight: 700;
}

.entry-clarification small,
.cancellation-note {
  color: #aaa9a6;
}

.cancellation-note {
  margin: 18px 0 0;
  font-size: .82rem;
}

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

.btn[data-whatsapp] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  direction: rtl;
  gap: 9px;
  color: #fff !important;
  border-color: rgba(255,255,255,.32) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.13), transparent 48%),
    linear-gradient(135deg, #47d950, #2fbd3f) !important;
  box-shadow:
    inset 0 1px rgba(255,255,255,.28),
    inset 0 -1px rgba(0,0,0,.18),
    0 13px 28px rgba(23,119,38,.3) !important;
}

.btn[data-whatsapp]::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  align-self: center;
  border: 0;
  background: #fff;
  box-shadow: none;
  -webkit-mask: url("public/assets/whatsapp-symbol-transparent.png") center / contain no-repeat;
  mask: url("public/assets/whatsapp-symbol-transparent.png") center / contain no-repeat;
}

.btn[data-whatsapp]:hover {
  background:
    linear-gradient(180deg, rgba(255,255,255,.17), transparent 48%),
    linear-gradient(135deg, #55df5d, #34c645) !important;
  box-shadow:
    inset 0 1px rgba(255,255,255,.32),
    0 17px 34px rgba(23,119,38,.36) !important;
}

.intro-card blockquote,
.intro-card blockquote *,
.intro-card blockquote::before,
.intro-card blockquote::after {
  font-family: var(--site-font) !important;
  font-style: normal !important;
  font-stretch: normal !important;
  font-feature-settings: normal !important;
  font-variation-settings: normal !important;
  -webkit-text-stroke: 0 !important;
  font-weight: 700 !important;
}

.entry-clarification p {
  font-family: var(--site-font) !important;
  font-style: normal !important;
  font-stretch: normal !important;
  font-feature-settings: normal !important;
  font-variation-settings: normal !important;
  -webkit-text-stroke: 0 !important;
  font-weight: 700 !important;
}

/* Unified informational notice system */
:is(
  .response-note,
  .hours-note,
  .cancellation-note,
  .success-section-disclaimer,
  .terms-note,
  .trial-card > .muted,
  .location-card .muted,
  .map-placeholder small,
  .entry-clarification small
) {
  position: relative;
  display: block;
  padding: 13px 46px 13px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-right: 3px solid #a91d19;
  border-radius: 13px 4px 13px 4px;
  color: #d6d4d0 !important;
  background: rgba(8,8,8,.58);
  font-size: clamp(.98rem, 1.25vw, 1.08rem) !important;
  font-weight: 500 !important;
  line-height: 1.72 !important;
  text-align: right;
}

:is(
  .response-note,
  .hours-note,
  .cancellation-note,
  .success-section-disclaimer,
  .terms-note,
  .trial-card > .muted,
  .location-card .muted,
  .map-placeholder small,
  .entry-clarification small
)::before {
  content: "i";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border: 1px solid rgba(201,37,37,.72);
  border-radius: 50%;
  color: #ff6a66;
  background: rgba(111,15,12,.3);
  font-size: .78rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  direction: ltr;
}

.response-note,
.cancellation-note,
.terms-note {
  margin-top: 18px;
}

.success-section-disclaimer {
  max-width: 820px;
  margin-top: 32px;
  padding-top: 13px;
}

.entry-clarification strong {
  font-size: 1rem;
}

.trust-item span {
  color: #c4c2be;
  font-size: .9rem;
  line-height: 1.55;
}

.site-footer {
  color: #bbb9b5;
  font-size: 1rem;
  line-height: 1.72;
}

@media (max-width: 699px) {
  :is(
    .response-note,
    .hours-note,
    .cancellation-note,
    .success-section-disclaimer,
    .terms-note,
    .trial-card > .muted,
    .location-card .muted,
    .map-placeholder small,
    .entry-clarification small
  ) {
    padding: 12px 42px 12px 13px;
    font-size: .96rem !important;
  }
}

@media (max-width: 699px) {
  .container {
    width: min(calc(100% - 28px), 1220px);
  }

  .nav {
    min-height: 72px;
  }

  .brand-logo {
    width: 50px;
    height: 50px;
  }

  .hero {
    min-height: auto;
    padding: 4rem 0 5rem;
  }

  .hero-panel {
    order: -1;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.2rem);
    line-height: .94;
  }

  .hero-panel {
    min-height: 400px;
    border-radius: 26px 7px 26px 7px;
  }

  .section {
    padding: 5.4rem 0;
  }

  .problem-grid,
  .cards,
  .steps,
  .fit-grid,
  .price-grid,
  .location-grid,
  .success-grid {
    gap: 18px;
  }

  .problem-card,
  .card,
  .step,
  .location-card,
  .price-card {
    border-radius: 20px 7px 20px 7px;
  }
}

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

  .process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
    gap: clamp(4rem, 7vw, 7rem);
  }

  .hero h1 {
    font-size: clamp(3.9rem, 6.4vw, 6.15rem);
  }

  .hero-panel {
    min-height: 650px;
  }
}

/* Unified clean typography */
h1,
h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span {
  font-family: var(--site-font) !important;
  font-style: normal !important;
  font-stretch: normal !important;
  font-feature-settings: normal !important;
  font-variation-settings: normal !important;
  -webkit-text-stroke: 0 !important;
  letter-spacing: normal !important;
  text-shadow: none !important;
  filter: none !important;
}

h1,
h1 span {
  font-weight: 500 !important;
}

h2,
h2 span,
h3,
h3 span,
h4,
h4 span {
  font-weight: 700 !important;
}

.hero-copy .lead,
p,
li,
small {
  font-style: normal !important;
  font-stretch: normal !important;
  font-feature-settings: normal !important;
  font-variation-settings: normal !important;
  -webkit-text-stroke: 0 !important;
  text-shadow: none !important;
}

.hero-copy .lead {
  font-weight: 400 !important;
}

.hero-copy .hero-title,
.hero-copy .hero-title > span,
.hero-copy .hero-title * {
  font-family: var(--site-font) !important;
  font-style: normal !important;
  font-stretch: normal !important;
  font-weight: 500 !important;
  font-synthesis: none !important;
  font-feature-settings: normal !important;
  font-variation-settings: normal !important;
  -webkit-text-stroke: 0 !important;
  letter-spacing: normal !important;
  text-shadow: none !important;
  filter: none !important;
  transform: none !important;
}

.eyebrow,
.btn,
.nav-links a,
.faq-question,
.badge,
.statement,
.price,
.trial-price,
.process-number,
.step-number,
.card-icon,
strong,
b {
  font-weight: 700 !important;
}

.hero-copy .hero-title {
  position: relative;
  max-width: none;
  margin-bottom: 34px;
  padding-inline-start: clamp(14px, 1.5vw, 22px);
  color: #f5f2ed;
  font-size: clamp(3.4rem, 6vw, 6.8rem);
  font-weight: 700 !important;
  line-height: .95;
  letter-spacing: -.04em !important;
}

.hero-copy .hero-title::before {
  content: "";
  position: absolute;
  top: .12em;
  right: 0;
  width: 3px;
  height: 1.68em;
  border-radius: 2px;
  background: #9f1d1d;
}

.hero-copy .hero-title > span {
  display: block;
  white-space: nowrap;
  font-weight: 700 !important;
  letter-spacing: -.04em !important;
  text-shadow: 0 8px 30px rgba(0,0,0,.35) !important;
  animation: hero-title-in 650ms cubic-bezier(.22,.75,.28,1) both;
}

.hero-copy .hero-title > .red {
  color: #c92525;
  text-shadow: 0 8px 30px rgba(120,0,0,.22) !important;
  animation-delay: 90ms;
}

@keyframes hero-title-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 699px) {
  .hero-copy .hero-title {
    max-width: 100%;
    margin-bottom: 30px;
    padding-inline-start: 14px;
    font-size: clamp(2.15rem, 10.5vw, 3.4rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy .hero-title > span {
    animation: none;
  }
}

.hero .hero-grid {
  display: block;
}

.hero .hero-copy {
  width: min(100%, 940px);
  margin-inline: auto;
  padding-block: 0;
  text-align: center;
}

.hero-logo-wrapper {
  display: contents;
}

.hero-logo-wrapper > .hero-logo {
  width: min(112.32vw, 806.4px);
  height: auto;
  margin: -82px auto -96px;
  object-fit: contain;
}

.hero-location {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 12px auto 30px;
  color: #f5f2ed;
  font-size: clamp(1.75rem, 2.75vw, 2.35rem);
  font-weight: 700;
  letter-spacing: .045em;
  line-height: 1.2;
  text-align: center;
}

.hero-location::before,
.hero-location::after {
  content: "";
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #a91d19);
}

.hero-location::after {
  transform: scaleX(-1);
}

.hero-copy .hero-title {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}

.hero-copy .lead {
  margin-inline: auto;
  text-align: center;
}

.hero-actions {
  justify-content: center;
}

.hero-copy .response-note {
  text-align: center;
}

@media (max-width: 699px) {
  .hero .hero-copy {
    width: 100%;
    padding-inline: 14px;
  }

  .hero-logo-wrapper > .hero-logo {
    width: 100%;
    max-width: 619.2px;
    position: static;
    left: auto;
    right: auto;
    transform: none;
    margin: 0 auto;
  }

  .hero-location {
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 24px;
    font-size: clamp(1.55rem, 6.5vw, 1.9rem);
  }

  .hero-location::before,
  .hero-location::after {
    width: 22px;
  }

  .hero-copy .hero-title {
    font-size: clamp(1.9rem, 8.8vw, 3rem);
  }

  .hero-copy .lead,
  .hero-actions,
  .hero-copy .response-note {
    max-width: 100%;
  }
}

.problem-grid .problem-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: clamp(2rem, 3vw, 2.6rem);
}

.problem-grid .problem-card h3 {
  width: 100%;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(1.55rem, 2.25vw, 1.9rem);
  font-weight: 700;
  line-height: 1.28;
  text-align: center;
}

.problem-grid .problem-card p {
  margin: 0;
  color: #dfddda;
  font-size: clamp(1.08rem, 1.35vw, 1.2rem);
  font-weight: 500;
  line-height: 1.75;
  opacity: 1;
}

/* Cohesive premium component system */
:root {
  --surface-premium: rgba(13, 13, 14, .78);
  --surface-premium-strong: rgba(18, 18, 19, .9);
  --surface-line: rgba(255, 255, 255, .14);
  --surface-line-hover: rgba(197, 42, 36, .52);
  --premium-radius: 22px;
  --premium-shadow: 0 24px 58px rgba(0, 0, 0, .38);
  --premium-ease: 220ms cubic-bezier(.2, .75, .25, 1);
}

.section {
  padding-block: clamp(5rem, 8vw, 8rem);
}

.section > .container {
  position: relative;
}

.section:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: min(86%, 1080px);
  height: 1px;
  transform: translateX(50%);
  background: linear-gradient(90deg, transparent, rgba(169, 29, 25, .5), rgba(255,255,255,.13), rgba(169, 29, 25, .5), transparent);
  opacity: .7;
}

.section-head {
  max-width: 900px;
  margin-bottom: clamp(2.4rem, 5vw, 4rem);
}

.section-head h2 {
  margin-bottom: 20px;
  font-size: clamp(2.45rem, 5.4vw, 4.55rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.035em;
  text-shadow: 0 8px 26px rgba(0,0,0,.4);
}

.section-head .lead,
.section > .container > .lead {
  color: #d8d6d2;
  font-size: clamp(1.08rem, 1.65vw, 1.28rem);
  font-weight: 500;
  line-height: 1.78;
}

.problem-grid,
.cards,
.steps,
.fit-grid,
.price-grid,
.location-grid,
.hours-grid,
.process-grid,
.success-grid {
  gap: clamp(18px, 2.2vw, 28px);
}

:is(
  .problem-card,
  .card,
  .step,
  .hours-card,
  .process-step,
  .location-card,
  .price-card
) {
  border: 1px solid var(--surface-line);
  border-radius: var(--premium-radius) 7px var(--premium-radius) 7px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.075), transparent 24%),
    linear-gradient(155deg, rgba(28,28,29,.88), var(--surface-premium));
  box-shadow:
    inset 0 1px rgba(255,255,255,.09),
    inset 0 -1px rgba(0,0,0,.32),
    var(--premium-shadow);
  transition:
    transform var(--premium-ease),
    border-color var(--premium-ease),
    box-shadow var(--premium-ease);
}

:is(
  .problem-card,
  .card,
  .step,
  .hours-card,
  .process-step,
  .location-card
):hover {
  transform: translateY(-4px);
  border-color: var(--surface-line-hover);
  box-shadow:
    inset 0 1px rgba(255,255,255,.11),
    0 30px 66px rgba(0,0,0,.46);
}

:is(.card, .step, .hours-card, .process-step, .location-card) {
  padding: clamp(1.75rem, 3vw, 2.35rem);
}

:is(.card, .step, .hours-card, .process-step, .location-card) h3 {
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(1.35rem, 1.85vw, 1.62rem);
  font-weight: 700;
  line-height: 1.3;
}

:is(.card, .step, .process-step, .location-card) p,
.faq-answer p,
.success-description {
  color: #d1cfcb;
  font-size: clamp(1.02rem, 1.25vw, 1.13rem);
  font-weight: 500;
  line-height: 1.75;
}

.intro-card {
  border-width: 1px;
  border-color: rgba(190, 39, 33, .52);
  background:
    linear-gradient(145deg, rgba(255,255,255,.075), transparent 22%),
    radial-gradient(circle at 92% 10%, rgba(169,29,25,.13), transparent 24rem),
    rgba(12,12,13,.84);
  box-shadow: inset 0 1px rgba(255,255,255,.1), 0 32px 72px rgba(0,0,0,.42);
}

.intro-card blockquote {
  font-size: clamp(1.65rem, 3.2vw, 2.65rem);
  font-weight: 700;
  line-height: 1.45;
}

.statement {
  padding-inline-start: clamp(18px, 3vw, 34px);
  border-inline-start: 3px solid #a91d19;
  color: #f3f1ed;
  font-weight: 700;
}

.card-icon,
.process-number {
  border: 1px solid rgba(218, 56, 49, .48);
  color: #ff625d;
  background: rgba(126, 18, 14, .22);
  box-shadow: inset 0 1px rgba(255,255,255,.08);
}

.card-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px 5px 16px 5px;
  font-size: .9rem;
}

.hours-card {
  min-height: 154px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hours-card span {
  color: #d6d4d0;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  font-weight: 600;
  line-height: 1.55;
}

.hours-card strong {
  margin-top: 20px;
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1;
}

.operating-part + .operating-part {
  margin-top: clamp(5rem, 9vw, 8rem);
}

.process-grid {
  position: relative;
}

.process-step {
  min-height: 100%;
}

.process-number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  font-size: .88rem;
  font-weight: 700;
}

.process-step p {
  margin-bottom: 0;
}

:is(
  .response-note,
  .hours-note,
  .cancellation-note,
  .success-section-disclaimer,
  .terms-note,
  .trial-card > .muted,
  .location-card .muted,
  .entry-clarification,
  .entry-clarification small
) {
  border-color: rgba(255,255,255,.14);
  border-inline-start: 3px solid #a91d19;
  border-radius: 15px 5px 15px 5px;
  color: #ddd9d4 !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.045), transparent),
    rgba(9,9,10,.68);
  box-shadow: inset 0 1px rgba(255,255,255,.05);
  font-size: clamp(.98rem, 1.2vw, 1.08rem) !important;
  line-height: 1.72 !important;
}

.btn {
  min-height: 58px;
  padding: 15px 27px;
  border-radius: 14px 5px 14px 5px;
  font-size: clamp(.98rem, 1.1vw, 1.08rem);
  font-weight: 700;
  letter-spacing: 0;
  box-shadow:
    inset 0 1px rgba(255,255,255,.16),
    0 12px 28px rgba(0,0,0,.32);
  transition:
    transform var(--premium-ease),
    filter var(--premium-ease),
    box-shadow var(--premium-ease),
    border-color var(--premium-ease);
}

.btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.btn:active {
  transform: translateY(0);
  filter: brightness(.97);
}

.btn:focus-visible {
  outline: 3px solid rgba(255,255,255,.82);
  outline-offset: 3px;
}

.btn[data-whatsapp] {
  min-height: 60px;
  border-radius: 15px 5px 15px 5px;
}

.btn[data-whatsapp]::before {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
}

.trial-card,
.trial-details {
  min-height: 100%;
}

.trial-card .badge {
  padding: 10px 17px;
  font-size: .92rem;
}

.trial-price {
  font-size: clamp(3.4rem, 5vw, 4.25rem);
}

.trial-stages {
  gap: 12px;
}

.trial-stages li {
  min-height: 64px;
  padding: 13px 15px;
  border-color: rgba(255,255,255,.13);
  background: rgba(255,255,255,.035);
  font-size: 1rem;
  line-height: 1.5;
}

.fit-card .bullet-list li,
.price-card .bullet-list li {
  color: #dad8d4;
  font-weight: 500;
}

.success-card {
  border-color: rgba(255,255,255,.15);
  border-radius: 24px 7px 24px 7px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.065), transparent 20%),
    rgba(12,12,13,.84);
  box-shadow: inset 0 1px rgba(255,255,255,.08), 0 28px 64px rgba(0,0,0,.42);
  transition: transform var(--premium-ease), border-color var(--premium-ease), box-shadow var(--premium-ease);
}

.success-card:hover {
  transform: translateY(-5px);
  border-color: rgba(190, 45, 39, .48);
  box-shadow: inset 0 1px rgba(255,255,255,.1), 0 34px 74px rgba(0,0,0,.5);
}

.success-content {
  padding: clamp(1.4rem, 2.4vw, 1.9rem);
}

.success-content h3 {
  margin-bottom: 12px;
  font-size: clamp(1.35rem, 1.75vw, 1.55rem);
  font-weight: 700;
}

.pricing {
  border-block-color: rgba(255,255,255,.08);
}

.price-card {
  min-height: 100%;
}

.pricing .price-card h3 {
  font-size: clamp(1.75rem, 2.25vw, 2rem);
}

.pricing .price-card .old-price {
  color: #bbb8b3;
}

.pricing .price-card .price {
  letter-spacing: -.035em;
}

.price-card.recommended {
  border-color: rgba(226, 58, 51, .9);
  box-shadow:
    inset 0 1px rgba(255,255,255,.14),
    inset 0 0 42px rgba(152,20,16,.11),
    0 0 36px rgba(162,23,18,.21),
    0 38px 82px rgba(0,0,0,.58);
}

.pricing .price-card.recommended > .badge {
  min-height: 62px;
  padding-inline: 40px;
  font-size: clamp(1.38rem, 2vw, 1.68rem);
}

.faq-list {
  display: grid;
  gap: 12px;
  border-top: 0;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--surface-line);
  border-radius: 17px 5px 17px 5px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.045), transparent 25%),
    rgba(12,12,13,.76);
  box-shadow: inset 0 1px rgba(255,255,255,.055), 0 16px 38px rgba(0,0,0,.24);
  transition: border-color var(--premium-ease), box-shadow var(--premium-ease);
}

.faq-item:has(.faq-question[aria-expanded="true"]) {
  border-color: rgba(190, 45, 39, .5);
  box-shadow: inset 3px 0 #a91d19, 0 22px 48px rgba(0,0,0,.32);
}

.faq-question {
  padding: 22px 24px;
  color: #f5f3ef;
  font-size: clamp(1.08rem, 1.45vw, 1.22rem);
  font-weight: 700;
  line-height: 1.5;
  transition: color var(--premium-ease), background var(--premium-ease);
}

.faq-question:hover {
  color: #fff;
  background: rgba(255,255,255,.035);
}

.faq-question::after {
  width: 36px;
  height: 36px;
  border-color: rgba(205, 51, 44, .55);
  border-radius: 11px 4px 11px 4px;
  color: #ff645f;
  background: rgba(133, 18, 14, .16);
}

.faq-answer {
  max-width: none;
  padding: 0 24px 24px;
}

.location-grid > div {
  width: 100%;
}

.location-card {
  min-height: 100%;
}

.location-card h3 span {
  min-width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(202, 49, 43, .42);
  border-radius: 10px 3px 10px 3px;
  color: #ff625d;
  background: rgba(129, 18, 14, .16);
}

.location-waze-actions {
  gap: 16px;
  margin-top: 20px;
}

.location-waze-actions .btn {
  min-height: 60px;
}

.final-cta {
  border-color: rgba(218, 59, 52, .78);
  border-radius: 30px 8px 30px 8px;
  box-shadow: inset 0 1px rgba(255,255,255,.16), 0 34px 76px rgba(0,0,0,.52);
}

.site-footer {
  padding-block: 54px;
}

@media (min-width: 700px) and (max-width: 959px) {
  .cards,
  .problem-grid,
  .hours-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trial-details {
    grid-column: span 1 !important;
  }

  .price-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin-inline: auto;
  }
}

@media (max-width: 699px) {
  .section {
    padding-block: 4.5rem;
  }

  .section-head {
    margin-bottom: 2.25rem;
  }

  .section-head h2 {
    font-size: clamp(2.15rem, 11vw, 3.25rem);
    line-height: 1.08;
  }

  .problem-grid,
  .cards,
  .steps,
  .fit-grid,
  .price-grid,
  .hours-grid,
  .process-grid,
  .success-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  :is(.problem-card, .card, .step, .hours-card, .process-step, .location-card, .price-card) {
    padding: 1.55rem;
    border-radius: 19px 6px 19px 6px;
  }

  .price-card.recommended {
    outline-offset: 2px;
  }

  .pricing .price-card.recommended > .badge {
    min-height: 56px;
    padding: 13px 30px;
  }

  .faq-question {
    gap: 14px;
    padding: 19px 17px;
  }

  .faq-answer {
    padding: 0 17px 20px;
  }

  .location-waze-actions .btn {
    flex-basis: 100%;
  }

  .btn {
    max-width: 100%;
  }
}

@media (max-width: 390px) {
  .container {
    width: min(calc(100% - 24px), 1220px);
  }

  .section {
    padding-block: 4rem;
  }

  .section-head h2 {
    font-size: clamp(2rem, 10.5vw, 2.75rem);
  }

  .btn {
    width: 100%;
    padding-inline: 16px;
  }

  .faq-question {
    font-size: 1.02rem;
  }

  .faq-question::after {
    width: 32px;
    height: 32px;
  }
}

#location {
  height: auto;
  min-height: 0;
  max-height: none;
  overflow: visible;
}

#location .container,
#location .location-grid,
#location .location-grid > div {
  height: auto;
  min-height: 0;
  max-height: none;
  overflow: visible;
  position: relative;
  transform: none;
}

#location .location-grid > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#location .location-card {
  height: auto;
  min-height: 0;
  max-height: none;
  margin: 0;
  overflow: visible;
  position: relative;
  transform: none;
}

#location .location-card:hover {
  transform: none;
}

#location .location-waze-actions {
  height: auto;
  min-height: 0;
  max-height: none;
  margin: 0;
  overflow: visible;
  position: static;
  transform: none;
}

#location .location-waze-actions .btn {
  height: auto;
}

#location + .section {
  clear: both;
}

/* Readability floor across the existing landing page */
body {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
}

.hero-copy .lead {
  font-weight: 500 !important;
}

main p,
main li {
  font-size: max(17px, 1em);
  font-weight: 500;
  line-height: 1.72;
}

.lead {
  color: #ddd9d4;
  font-size: max(18px, 1.08rem);
  font-weight: 500;
  line-height: 1.75;
  opacity: 1;
}

:is(
  .problem-card,
  .card,
  .step,
  .hours-card,
  .process-step,
  .location-card,
  .price-card,
  .success-card
) {
  min-width: 0;
}

:is(
  .problem-card,
  .card,
  .step,
  .hours-card,
  .process-step,
  .location-card,
  .price-card,
  .success-card
) h3 {
  font-size: max(21px, 1.35rem);
  font-weight: 700;
  line-height: 1.35;
}

:is(
  .problem-card,
  .card,
  .step,
  .process-step,
  .location-card,
  .price-card,
  .success-card
) p,
:is(.card, .price-card, .fit-card) li {
  color: #dedbd7;
  font-size: max(17px, 1.04rem);
  font-weight: 500;
  line-height: 1.72;
  opacity: 1;
}

.trust-item b {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}

.trust-item span {
  color: #d0cdc8;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  opacity: 1;
}

.hours-card span {
  color: #dedbd7;
  font-size: max(17px, 1rem);
  font-weight: 600;
  line-height: 1.58;
  opacity: 1;
}

.hours-card strong {
  font-weight: 700;
}

.process-number,
.step-number,
.card-icon,
.trial-stages span {
  font-size: 16px;
  font-weight: 700;
}

.process-step p {
  color: #dedbd7;
  font-size: max(17px, 1.04rem);
  font-weight: 500;
  line-height: 1.72;
  opacity: 1;
}

.trial-stages li {
  color: #e1ded9;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}

.success-content h3 {
  font-size: max(21px, 1.4rem);
  font-weight: 700;
  line-height: 1.4;
}

.success-description {
  color: #dedbd7;
  font-size: max(17px, 1.05rem);
  font-weight: 500;
  line-height: 1.75;
  opacity: 1;
}

.pricing .price-card h3 {
  font-size: max(23px, 1.75rem);
  font-weight: 700;
}

.pricing .price-card .old-price {
  color: #c5c1bb;
  font-size: max(18px, 1.16rem);
  font-weight: 600;
  line-height: 1.45;
  opacity: 1;
  text-decoration-thickness: 2px;
}

.pricing .price-card .price {
  font-weight: 700;
}

.pricing .price-card .price small {
  color: #dedbd7;
  font-size: max(17px, 1rem);
  font-weight: 600;
  opacity: 1;
}

.pricing .price-card .bullet-list li {
  color: #dedbd7;
  font-size: max(17px, 1.06rem);
  font-weight: 500;
  line-height: 1.7;
}

.btn,
.btn-small,
.nav-links a,
.footer-links a {
  font-size: max(16px, 1rem);
  font-weight: 700;
  line-height: 1.35;
}

.faq-question {
  color: #f6f3ef;
  font-size: max(19px, 1.18rem);
  font-weight: 700;
  line-height: 1.55;
  opacity: 1;
}

.faq-answer,
.faq-answer p {
  color: #dedbd7;
  font-size: max(17px, 1.04rem);
  font-weight: 500;
  line-height: 1.75;
  opacity: 1;
}

:is(
  .response-note,
  .hours-note,
  .cancellation-note,
  .success-section-disclaimer,
  .terms-note,
  .trial-card > .muted,
  .location-card .muted,
  .entry-clarification,
  .entry-clarification small
) {
  color: #dedbd7 !important;
  font-size: max(16px, 1rem) !important;
  font-weight: 500 !important;
  line-height: 1.72 !important;
  opacity: 1 !important;
}

.entry-clarification strong,
.trial-card .badge,
.pricing .badge {
  font-weight: 700;
}

.location-card p {
  color: #dedbd7;
  font-size: max(17px, 1.04rem);
  font-weight: 500;
  line-height: 1.72;
  opacity: 1;
}

.site-footer,
.site-footer span,
.site-footer a,
.site-footer b {
  color: #d0cdc8;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
  opacity: 1;
}

.site-footer b {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 699px) {
  body {
    font-size: 16px;
  }

  main p,
  main li {
    font-size: max(16px, 1em);
    line-height: 1.7;
  }

  .lead {
    font-size: max(16px, 1rem);
  }

  :is(
    .problem-card,
    .card,
    .step,
    .hours-card,
    .process-step,
    .location-card,
    .price-card,
    .success-card
  ) h3 {
    font-size: max(19px, 1.2rem);
  }

  :is(
    .problem-card,
    .card,
    .step,
    .process-step,
    .location-card,
    .price-card,
    .success-card
  ) p,
  :is(.card, .price-card, .fit-card) li,
  .success-description,
  .faq-answer,
  .faq-answer p,
  .location-card p {
    font-size: max(16px, 1rem);
  }

  .faq-question {
    font-size: max(19px, 1.18rem);
  }

  .btn,
  .btn-small,
  .nav-links a,
  .footer-links a {
    font-size: 16px;
  }

  :is(
    .response-note,
    .hours-note,
    .cancellation-note,
    .success-section-disclaimer,
    .terms-note,
    .trial-card > .muted,
    .location-card .muted,
    .entry-clarification,
    .entry-clarification small
  ) {
    font-size: max(15px, .9375rem) !important;
  }

  .site-footer,
  .site-footer span,
  .site-footer a,
  .site-footer b {
    font-size: 16px;
  }
}

@media (min-width: 320px) and (max-width: 430px) {
  .container {
    width: calc(100% - 40px);
  }

  .section {
    padding-block: clamp(48px, 15vw, 64px);
  }

  .section-head {
    margin-bottom: clamp(28px, 8vw, 32px);
  }

  .section-head h2,
  .final-cta h2 {
    margin-bottom: clamp(16px, 5vw, 20px);
    font-size: clamp(30px, 8vw, 36px);
    font-weight: 700;
    line-height: 1.12;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero-copy .hero-title,
  .hero-copy .hero-title > span,
  .hero-copy .hero-title * {
    font-size: clamp(40px, 11vw, 48px);
    font-weight: 700 !important;
    line-height: 1.02;
  }

  .hero-copy .hero-title {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .hero-copy .hero-title > span {
    display: block;
    white-space: nowrap;
  }

  body,
  main p,
  main li,
  .lead,
  .section-head .lead,
  .section > .container > .lead {
    font-size: clamp(17px, 4.6vw, 18px);
    font-weight: 500;
    line-height: 1.65;
  }

  .lead,
  .section-head .lead,
  .section > .container > .lead,
  main p,
  main li {
    color: #f5f5f5;
    opacity: 1;
  }

  .problem-grid,
  .cards,
  .steps,
  .fit-grid,
  .price-grid,
  .hours-grid,
  .process-grid,
  .success-grid,
  .location-grid {
    gap: clamp(24px, 7vw, 28px);
  }

  :is(
    .problem-card,
    .card,
    .step,
    .hours-card,
    .process-step,
    .location-card,
    .price-card
  ) {
    height: auto;
    min-height: 0;
    padding: clamp(24px, 7vw, 28px);
    overflow: visible;
  }

  :is(
    .problem-card,
    .card,
    .step,
    .hours-card,
    .process-step,
    .location-card,
    .price-card,
    .success-card
  ) h3,
  .success-content h3,
  .pricing .price-card h3 {
    margin-bottom: clamp(10px, 3.5vw, 14px);
    font-size: clamp(21px, 5.8vw, 24px);
    font-weight: 700;
    line-height: 1.25;
  }

  :is(
    .problem-card,
    .card,
    .step,
    .process-step,
    .location-card,
    .price-card,
    .success-card
  ) p,
  :is(.card, .price-card, .fit-card) li,
  .process-step p,
  .success-description,
  .location-card p {
    color: #f5f5f5;
    font-size: clamp(16.5px, 4.5vw, 18px);
    font-weight: 500;
    line-height: 1.62;
    opacity: 1;
  }

  .hours-card span {
    min-height: 0;
    color: #f5f5f5;
    font-size: clamp(16.5px, 4.5vw, 18px);
    font-weight: 600;
    line-height: 1.6;
    opacity: 1;
  }

  .hours-card strong {
    font-weight: 700;
    line-height: 1.1;
  }

  .intro-card {
    padding: clamp(24px, 7vw, 28px);
  }

  .intro-card blockquote {
    font-size: clamp(24px, 6.7vw, 29px);
    font-weight: 700;
    line-height: 1.38;
  }

  .trial-stages {
    gap: 12px;
  }

  .trial-stages li {
    min-height: 60px;
    padding: 13px 14px;
    color: #f5f5f5;
    font-size: clamp(16.5px, 4.5vw, 18px);
    font-weight: 500;
    line-height: 1.58;
  }

  .faq-question {
    padding: 19px 17px;
    font-size: clamp(18px, 5vw, 20px);
    font-weight: 700;
    line-height: 1.35;
  }

  .faq-answer,
  .faq-answer p {
    color: #f5f5f5;
    font-size: clamp(16.5px, 4.5vw, 18px);
    font-weight: 500;
    line-height: 1.6;
    opacity: 1;
  }

  .pricing .price-card .price {
    font-size: clamp(42px, 12vw, 52px);
    font-weight: 700;
    line-height: 1;
  }

  .pricing .price-card .old-price {
    margin-bottom: 12px;
    font-size: clamp(20px, 5.8vw, 24px);
    font-weight: 600;
    line-height: 1.2;
    text-decoration-thickness: 2px;
  }

  .pricing .price-card .price small,
  .pricing .price-card .bullet-list li {
    color: #f5f5f5;
    font-size: clamp(16.5px, 4.5vw, 18px);
    font-weight: 500;
    line-height: 1.6;
    opacity: 1;
  }

  :is(
    .response-note,
    .hours-note,
    .cancellation-note,
    .success-section-disclaimer,
    .terms-note,
    .trial-card > .muted,
    .location-card .muted,
    .entry-clarification,
    .entry-clarification small
  ) {
    color: #f5f5f5 !important;
    font-size: clamp(15.5px, 4.2vw, 16px) !important;
    font-weight: 500 !important;
    line-height: 1.55 !important;
    opacity: 1 !important;
  }

  .entry-clarification strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
  }

  .btn,
  .btn-small,
  .location-waze-actions .btn {
    min-height: 50px;
    padding-inline: clamp(20px, 6vw, 24px);
    font-size: clamp(16px, 4.5vw, 18px);
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .nav .btn-small {
    padding-inline: 11px;
    font-size: 16px;
  }

  .nav-links a {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
  }

  .trust-item b {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
  }

  .trust-item span {
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    opacity: 1;
  }

  .success-content {
    padding: clamp(24px, 7vw, 28px);
  }

  .location-waze-actions {
    gap: 12px;
  }

  .location-waze-actions .btn {
    flex-basis: 100%;
  }

  .final-cta {
    padding: clamp(32px, 9vw, 42px) 20px;
  }

  .site-footer,
  .site-footer span,
  .site-footer a,
  .site-footer b {
    color: #f5f5f5;
    font-size: 16px;
    line-height: 1.65;
    opacity: 1;
  }

  h1,
  h2,
  h3,
  p,
  li,
  a,
  button,
  small,
  strong,
  b {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
}

.gym-showcase {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 4% 44%, rgba(169,29,25,.12), transparent 28%),
    linear-gradient(180deg, rgba(18,18,18,.72), rgba(5,5,5,.2));
  border-block: 1px solid rgba(255,255,255,.045);
}

.gym-showcase-copy {
  max-width: 820px;
  margin: 0 auto clamp(24px, 4vw, 38px);
  text-align: center;
}

.gym-showcase-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #c9c4bd;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.gym-showcase-title {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.4vw, 3.7rem);
  font-weight: 700;
  line-height: 1.12;
}

.gym-showcase-text {
  max-width: 720px;
  margin: 16px auto 0;
  color: #e5e2dd;
  font-size: clamp(1.05rem, 1.65vw, 1.25rem);
  font-weight: 500;
  line-height: 1.65;
}

.gym-showcase-frame {
  position: relative;
  width: 88%;
  max-width: 1180px;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(169,29,25,.48);
  border-radius: 22px 7px 22px 7px;
  background: #080808;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.07),
    0 28px 62px rgba(0,0,0,.46);
  transform-origin: center;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.gym-showcase-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.gym-showcase-frame::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, #080808, #151515 48%, #050505);
}

.gym-showcase-frame::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: -35%;
  bottom: -35%;
  left: -32%;
  width: 18%;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  transform: skewX(-18deg);
}

.gym-showcase-corners {
  position: absolute;
  z-index: 5;
  inset: 0;
  pointer-events: none;
}

.gym-showcase-corners::before,
.gym-showcase-corners::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  opacity: 1;
  transition: transform 460ms cubic-bezier(.22,1,.36,1), opacity 460ms ease;
}

.gym-showcase-corners::before {
  top: 10px;
  right: 10px;
  border-top: 2px solid #a91d19;
  border-right: 2px solid #a91d19;
}

.gym-showcase-corners::after {
  bottom: 10px;
  left: 10px;
  border-bottom: 2px solid #a91d19;
  border-left: 2px solid #a91d19;
}

.gym-showcase.is-gym-animated .gym-showcase-eyebrow,
.gym-showcase.is-gym-animated .gym-showcase-title,
.gym-showcase.is-gym-animated .gym-showcase-text,
.gym-showcase.is-gym-animated .gym-showcase-frame {
  opacity: 0;
}

.gym-showcase.is-gym-animated .gym-showcase-title {
  transform: translateY(20px);
}

.gym-showcase.is-gym-animated .gym-showcase-eyebrow {
  transform: translateY(10px);
}

.gym-showcase.is-gym-animated .gym-showcase-text {
  transform: translateY(14px);
}

.gym-showcase.is-gym-animated .gym-showcase-frame {
  border-color: transparent;
  transform: translateY(30px) scale(.96) perspective(900px) rotateX(2.5deg);
}

.gym-showcase.is-gym-animated .gym-showcase-image {
  opacity: .35;
  transform: scale(1.055);
}

.gym-showcase.is-gym-animated .gym-showcase-corners::before,
.gym-showcase.is-gym-animated .gym-showcase-corners::after {
  opacity: 0;
  transform: scale(.35);
}

.gym-showcase.is-gym-revealed .gym-showcase-eyebrow,
.gym-showcase.is-gym-revealed .gym-showcase-title,
.gym-showcase.is-gym-revealed .gym-showcase-text,
.gym-showcase.is-gym-revealed .gym-showcase-frame {
  opacity: 1;
  transform: none;
}

.gym-showcase.is-gym-revealed .gym-showcase-title {
  transition: opacity 600ms ease, transform 600ms cubic-bezier(.22,1,.36,1);
}

.gym-showcase.is-gym-revealed .gym-showcase-image {
  opacity: 1;
  transform: scale(1);
  transition: opacity 980ms ease 170ms, transform 980ms cubic-bezier(.22,1,.36,1) 170ms;
}

.gym-showcase.is-gym-revealed .gym-showcase-eyebrow {
  transition: opacity 480ms ease, transform 480ms cubic-bezier(.22,1,.36,1);
}

.gym-showcase.is-gym-revealed .gym-showcase-text {
  transition: opacity 600ms ease 130ms, transform 600ms cubic-bezier(.22,1,.36,1) 130ms;
}

.gym-showcase.is-gym-revealed .gym-showcase-frame {
  border-color: rgba(169,29,25,.62);
  transition:
    opacity 900ms ease 170ms,
    transform 900ms cubic-bezier(.22,1,.36,1) 170ms,
    border-color 520ms ease 760ms,
    box-shadow 520ms ease 760ms;
}

.gym-showcase.is-gym-animated .gym-showcase-frame::before {
  transform: scaleX(1);
  transform-origin: center;
}

.gym-showcase.is-gym-revealed .gym-showcase-frame::before {
  transform: scaleX(0);
  opacity: 0;
  transition: transform 860ms cubic-bezier(.22,1,.36,1) 240ms, opacity 180ms ease 980ms;
}

.gym-showcase.is-gym-revealed .gym-showcase-corners::before,
.gym-showcase.is-gym-revealed .gym-showcase-corners::after {
  opacity: 1;
  transform: scale(1);
  transition-delay: 860ms;
}

.gym-showcase.is-gym-revealed .gym-showcase-frame::after {
  animation: gym-showcase-sweep 860ms ease 1120ms 1 both;
}

.gym-showcase-frame:active {
  transform: scale(1.01);
  border-color: rgba(169,29,25,.86);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.09),
    0 32px 68px rgba(0,0,0,.54);
}

@keyframes gym-showcase-sweep {
  0% {
    opacity: 0;
    transform: translateX(0) skewX(-18deg);
  }
  18% {
    opacity: .5;
  }
  82% {
    opacity: .28;
  }
  100% {
    opacity: 0;
    transform: translateX(850%) skewX(-18deg);
  }
}

@media (min-width: 320px) and (max-width: 430px) {
  .gym-showcase .container {
    width: calc(100% - 16px);
  }

  .gym-showcase-copy {
    width: calc(100% - 16px);
    margin-bottom: 22px;
  }

  .gym-showcase-title {
    font-size: clamp(27px, 7.2vw, 31px);
    line-height: 1.16;
  }

  .gym-showcase-text {
    margin-top: 12px;
    font-size: clamp(16px, 4.2vw, 17px);
    line-height: 1.58;
  }

  .gym-showcase-frame {
    width: 95%;
    border-radius: 16px 5px 16px 5px;
  }

  .gym-showcase-corners::before,
  .gym-showcase-corners::after {
    width: 38px;
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gym-showcase *,
  .gym-showcase *::before,
  .gym-showcase *::after {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
}

@media (min-width: 320px) and (max-width: 430px) {
  .success-grid.story-stack-ready {
    perspective: 1100px;
    transform-style: preserve-3d;
    overflow: visible !important;
    isolation: isolate;
  }

  .success-grid.story-stack-ready::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 22%;
    right: -8px;
    left: -8px;
    height: 44%;
    pointer-events: none;
    background:
      linear-gradient(90deg, transparent, rgba(169,29,25,.12) 18%, transparent 34%),
      linear-gradient(270deg, transparent, rgba(169,29,25,.1) 18%, transparent 34%);
    opacity: .7;
  }

  .success-grid.story-stack-ready > .success-card {
    right: 4%;
    left: 4%;
    width: 92%;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform-origin: center;
    transition:
      transform 580ms cubic-bezier(.22,1,.36,1),
      opacity 580ms ease,
      filter 580ms ease,
      box-shadow 580ms ease,
      border-color 580ms ease;
    will-change: transform, opacity;
  }

  .success-grid.story-stack-ready.is-dragging > .success-card {
    transition: none;
  }

  .success-grid.story-stack-ready > .success-card[data-stack-state="active"] {
    z-index: 5;
    opacity: 1;
    filter: none;
    border-color: rgba(169,29,25,.62);
    transform:
      translate3d(var(--story-drag-x), 0, 28px)
      scale(1)
      rotateY(0deg)
      rotateZ(0deg) !important;
    box-shadow:
      inset 0 1px rgba(255,255,255,.11),
      0 24px 48px rgba(0,0,0,.52),
      0 0 0 1px rgba(169,29,25,.18);
  }

  .success-grid.story-stack-ready > .success-card[data-stack-state="previous"] {
    z-index: 2;
    opacity: .62;
    visibility: visible;
    pointer-events: auto;
    filter: brightness(.7) contrast(.88);
    transform:
      translate3d(calc(-82% + var(--story-drag-x)), 18px, -120px)
      scale(.86)
      rotateY(9deg)
      rotateZ(-1.2deg) !important;
    box-shadow: 0 12px 26px rgba(0,0,0,.34);
  }

  .success-grid.story-stack-ready > .success-card[data-stack-state="next"] {
    z-index: 3;
    opacity: .68;
    visibility: visible;
    pointer-events: auto;
    filter: brightness(.74) contrast(.9);
    transform:
      translate3d(calc(82% + var(--story-drag-x)), 15px, -105px)
      scale(.87)
      rotateY(-9deg)
      rotateZ(1.2deg) !important;
    box-shadow: 0 14px 30px rgba(0,0,0,.38);
  }

  .success-grid.story-stack-ready > .success-card[data-stack-state="previous"] .success-content,
  .success-grid.story-stack-ready > .success-card[data-stack-state="next"] .success-content,
  .success-grid.story-stack-ready > .success-card[data-stack-state="hidden"] .success-content {
    opacity: 0;
    visibility: hidden;
  }

  .success-grid.story-stack-ready > .success-card[data-stack-state="previous"]::after,
  .success-grid.story-stack-ready > .success-card[data-stack-state="next"]::after {
    content: "";
    position: absolute;
    z-index: 6;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: rgba(0,0,0,.18);
  }

  @media (prefers-reduced-motion: reduce) {
    .success-grid.story-stack-ready > .success-card {
      transition: none;
    }
  }
}

@media (min-width: 320px) and (max-width: 430px) {
  .success-grid.story-stack-ready > .success-card {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 92%;
    height: auto;
    min-height: 0;
    padding: 16px;
    overflow: hidden;
    background: #0d0d0e;
  }

  .success-grid.story-stack-ready > .success-card[data-stack-state="active"] {
    background: #0d0d0e;
    box-shadow:
      inset 0 1px rgba(255,255,255,.08),
      0 18px 38px rgba(0,0,0,.44);
  }

  .success-grid.story-stack-ready .success-image {
    width: 86%;
    height: auto;
    max-height: none;
    min-height: 0;
    flex: 0 0 auto;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    aspect-ratio: auto;
    border: 0;
    border-radius: 9px;
    background: transparent;
    box-shadow: 0 8px 18px rgba(0,0,0,.22);
  }

  .success-grid.story-stack-ready .success-image::before,
  .success-grid.story-stack-ready .success-image::after {
    content: none;
    display: none;
  }

  .success-grid.story-stack-ready .success-image-main {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    margin: 0;
    object-fit: contain;
    object-position: center;
    border-radius: 9px;
  }

  .success-grid.story-stack-ready .success-content {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0 2px 2px;
    border: 0;
    background: transparent;
  }

  .success-grid.story-stack-ready .success-content::before {
    content: none;
    display: none;
  }

  .success-grid.story-stack-ready .success-content h3 {
    margin: 16px 0 0;
    color: #fff;
    font-size: clamp(19px, 5.4vw, 22px);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
  }

  .success-grid.story-stack-ready .success-description {
    margin: 11px 0 0;
    color: #eceae6;
    font-size: clamp(15px, 4.1vw, 16.5px);
    font-weight: 500;
    line-height: 1.6;
    text-align: right;
    opacity: 1;
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
  }

  .success-grid.story-stack-ready > .success-card[data-stack-state="next"] .success-content,
  .success-grid.story-stack-ready > .success-card[data-stack-state="next-two"] .success-content,
  .success-grid.story-stack-ready > .success-card[data-stack-state="hidden"] .success-content {
    opacity: 0;
    visibility: hidden;
  }

  .success-grid.story-stack-ready > .success-card[data-stack-state="active"] .success-content {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 320px) and (max-width: 430px) {
  .success-grid.story-stack-ready {
    --story-drag-x: 0px;
    position: relative;
    display: block;
    width: 100%;
    min-height: 0;
    margin-inline: auto;
    touch-action: pan-y;
    user-select: none;
    transition: height 460ms cubic-bezier(.22,.72,.2,1);
  }

  .success-grid.story-stack-ready > .success-card {
    position: absolute;
    top: 0;
    right: 4%;
    left: 4%;
    width: 92%;
    height: auto;
    min-height: 0;
    margin: 0 auto;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform-origin: center;
    transition:
      transform 580ms cubic-bezier(.22,1,.36,1),
      opacity 580ms ease,
      filter 580ms ease,
      box-shadow 580ms ease,
      border-color 580ms ease;
    will-change: transform, opacity;
  }

  .success-grid.story-stack-ready.is-dragging > .success-card {
    transition: none;
  }

  .success-grid.story-stack-ready > .success-card[data-stack-state="active"] {
    z-index: 5;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    filter: none;
    transform:
      translate3d(var(--story-drag-x), 0, 28px)
      scale(1)
      rotateY(0deg)
      rotateZ(0deg) !important;
  }

  .success-grid.story-stack-ready > .success-card[data-stack-state="previous"] {
    z-index: 2;
    opacity: .62;
    visibility: visible;
    pointer-events: auto;
    filter: brightness(.7) contrast(.88);
    transform:
      translate3d(calc(-82% + var(--story-drag-x)), 18px, -120px)
      scale(.86)
      rotateY(9deg)
      rotateZ(-1.2deg) !important;
  }

  .success-grid.story-stack-ready > .success-card[data-stack-state="next"] {
    z-index: 3;
    opacity: .68;
    visibility: visible;
    pointer-events: auto;
    filter: brightness(.74) contrast(.9);
    transform:
      translate3d(calc(82% + var(--story-drag-x)), 15px, -105px)
      scale(.87)
      rotateY(-9deg)
      rotateZ(1.2deg) !important;
  }

  .success-grid.story-stack-ready > .success-card[data-stack-state="next-two"] {
    z-index: 2;
    opacity: .46;
    visibility: visible;
    pointer-events: none;
    filter: brightness(.78);
    transform: translate3d(0, 34px, 0) scale(.92) rotate(-.35deg) !important;
  }

  .success-grid.story-stack-ready > .success-card[data-stack-state="hidden"] {
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(38px, -8px, 0) scale(.9) !important;
  }

  .story-stack-controls {
    width: min(92%, 390px);
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    align-items: center;
    gap: 12px;
    margin: 8px auto 0;
  }

  .story-stack-controls[hidden] {
    display: none;
  }

  .story-stack-arrow {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;
    color: #f4f2ee;
    background: rgba(10,10,11,.88);
    box-shadow: 0 8px 20px rgba(0,0,0,.28);
    font: 700 24px/1 var(--site-font);
    cursor: pointer;
  }

  .story-stack-status {
    display: grid;
    gap: 8px;
    text-align: center;
  }

  .story-stack-count {
    color: #e8e6e1;
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1;
  }

  .story-stack-progress {
    height: 3px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
  }

  .story-stack-progress i {
    width: 8.333%;
    height: 100%;
    display: block;
    border-radius: inherit;
    background: #a91d19;
    transition: width 480ms cubic-bezier(.22,.72,.2,1);
  }

  .google-reviews-grid.review-wall-ready {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 10px;
    height: min(155vw, 660px);
    max-height: 660px;
    overflow: hidden;
    padding-block: 4px;
    mask-image: linear-gradient(to bottom, transparent, #000 4%, #000 96%, transparent);
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 4%, #000 96%, transparent);
  }

  .google-review-column {
    height: 100%;
    overflow: hidden;
    touch-action: pan-y;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 600ms ease, transform 600ms ease;
  }

  .google-reviews-grid.review-wall-ready.is-in-view .google-review-column {
    opacity: 1;
    transform: none;
  }

  .google-reviews-grid.review-wall-ready.is-in-view .google-review-column-2 {
    transition-delay: 100ms;
  }

  .google-review-track {
    display: grid;
    gap: 10px;
    animation: review-wall-up 48s linear infinite;
    animation-play-state: paused;
    will-change: transform;
  }

  .google-review-column-2 .google-review-track {
    animation-name: review-wall-down;
    animation-duration: 56s;
  }

  .google-reviews-grid.review-wall-ready.is-in-view:not(.is-paused) .google-review-track {
    animation-play-state: running;
  }

  .google-reviews-grid.review-wall-ready .google-review-card {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 14px 12px;
    border-radius: 14px 4px 14px 4px;
    box-shadow: 0 9px 22px rgba(0,0,0,.25);
  }

  .google-reviews-grid.review-wall-ready .google-review-card h3 {
    font-size: clamp(17px, 4.6vw, 19px);
  }

  .google-reviews-grid.review-wall-ready .google-review-card p {
    font-size: clamp(14.5px, 3.8vw, 15.5px);
    line-height: 1.48;
  }

  .google-reviews-grid.review-wall-ready .google-review-source {
    font-size: 13.5px;
  }

  @keyframes review-wall-up {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(0, -50%, 0); }
  }

  @keyframes review-wall-down {
    from { transform: translate3d(0, -50%, 0); }
    to { transform: translate3d(0, 0, 0); }
  }

  @media (prefers-reduced-motion: reduce) {
    .success-grid.story-stack-ready,
    .success-grid.story-stack-ready > .success-card,
    .story-stack-progress i {
      transition: none;
    }

    .google-reviews-grid.review-wall-ready {
      height: auto;
      max-height: none;
      overflow: visible;
      mask-image: none;
      -webkit-mask-image: none;
    }

    .google-review-column {
      height: auto;
      overflow: visible;
      opacity: 1;
      transform: none;
    }

    .google-review-track {
      animation: none;
    }

    .google-review-clone {
      display: none;
    }
  }
}

@media (min-width: 320px) and (max-width: 430px) {
  .section {
    padding-block: clamp(36px, 10vw, 44px);
  }

  .section-head {
    margin-bottom: clamp(18px, 5.5vw, 22px);
  }

  .section-head h2,
  .final-cta h2 {
    margin-bottom: 12px;
    font-size: clamp(26px, 7.2vw, 31px);
    line-height: 1.16;
  }

  .hero {
    min-height: 0;
    padding-bottom: 36px;
  }

  .hero-grid {
    min-height: 0;
    gap: 10px;
  }

  .hero-copy {
    gap: 0;
  }

  .hero-copy .hero-title,
  .hero-copy .hero-title > span,
  .hero-copy .hero-title * {
    font-size: clamp(32px, 9vw, 38px);
    line-height: 1.08;
  }

  .hero-copy .hero-title {
    margin-bottom: 14px;
  }

  .hero-location {
    margin-bottom: 10px;
  }

  .hero-copy > .lead {
    margin-bottom: 0;
  }

  .hero-actions {
    margin-top: 14px;
    gap: 8px;
  }

  body,
  main p,
  main li,
  .lead,
  .section-head .lead,
  .section > .container > .lead {
    font-size: clamp(15.5px, 4.15vw, 17px);
    font-weight: 500;
    line-height: 1.56;
  }

  .problem-grid,
  .cards,
  .steps,
  .fit-grid,
  .price-grid,
  .hours-grid,
  .process-grid,
  .location-grid,
  .google-reviews-grid {
    gap: clamp(10px, 3.5vw, 16px);
  }

  :is(
    .problem-card,
    .card,
    .step,
    .hours-card,
    .process-step,
    .location-card,
    .price-card,
    .google-review-card
  ) {
    height: auto;
    min-height: 0;
    padding: clamp(14px, 4.3vw, 18px);
    border-radius: 15px 5px 15px 5px;
    box-shadow:
      inset 0 1px rgba(255,255,255,.06),
      0 10px 24px rgba(0,0,0,.26);
  }

  :is(
    .problem-card,
    .card,
    .step,
    .hours-card,
    .process-step,
    .location-card,
    .price-card,
    .google-review-card
  ) h3,
  .pricing .price-card h3,
  .google-review-card h3 {
    margin-bottom: 8px;
    font-size: clamp(18px, 5.1vw, 21px);
    line-height: 1.24;
  }

  :is(
    .problem-card,
    .card,
    .step,
    .process-step,
    .location-card,
    .price-card,
    .google-review-card
  ) p,
  :is(.card, .price-card, .fit-card) li,
  .process-step p,
  .location-card p,
  .google-review-card p {
    font-size: clamp(15px, 4vw, 16.5px);
    font-weight: 500;
    line-height: 1.52;
  }

  .trust-grid {
    gap: 0;
  }

  .trust-item {
    min-height: 0;
    padding: 13px 10px;
  }

  .trust-item b {
    font-size: 15px;
  }

  .trust-item span {
    font-size: 14.5px;
    line-height: 1.45;
  }

  .intro-card {
    padding: 18px 16px;
  }

  .intro-card blockquote {
    font-size: clamp(20px, 5.8vw, 24px);
    line-height: 1.32;
  }

  #personal-gym .container > .lead {
    margin-top: 18px !important;
  }

  .statement {
    margin-top: 22px !important;
    font-size: clamp(19px, 5.5vw, 23px);
    line-height: 1.34;
  }

  .operating-part + .operating-part {
    margin-top: 36px;
  }

  .hours-card {
    gap: 7px;
  }

  .hours-card span {
    min-height: 0;
    font-size: clamp(15px, 4vw, 16.5px);
    line-height: 1.45;
  }

  .hours-card strong {
    margin-top: 4px;
    font-size: clamp(24px, 6.8vw, 29px);
  }

  .process-number,
  .card-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .entry-clarification {
    margin-top: 16px;
    padding: 15px;
  }

  .trial-price {
    margin-block: 12px 6px;
    font-size: clamp(38px, 10.8vw, 46px);
  }

  .trial-stages {
    gap: 7px;
  }

  .trial-stages li {
    min-height: 0;
    padding: 9px 10px;
    font-size: clamp(15px, 4vw, 16px);
    line-height: 1.48;
  }

  .trial-details .muted {
    margin-top: 12px !important;
  }

  .pricing .price-card {
    padding: clamp(16px, 4.6vw, 20px);
  }

  .pricing .price-card.recommended {
    transform: none;
  }

  .pricing .price-card.recommended > .badge {
    min-height: 44px;
    margin-bottom: 12px;
    padding: 8px 20px;
    font-size: clamp(18px, 5.2vw, 21px);
  }

  .pricing .price-card .old-price {
    margin: 10px 0 5px;
    font-size: clamp(17px, 4.8vw, 20px);
  }

  .pricing .price-card .price {
    margin: 4px 0 8px;
    font-size: clamp(38px, 10.8vw, 46px);
  }

  .pricing .price-card .price small,
  .pricing .price-card .bullet-list li {
    font-size: clamp(15px, 4vw, 16px);
    line-height: 1.48;
  }

  .pricing .price-card .bullet-list {
    margin-top: 8px;
  }

  .pricing .price-card .bullet-list li {
    padding-block: 6px;
  }

  .pricing .price-card .btn {
    margin-top: 12px;
  }

  .google-review-card {
    gap: 8px;
  }

  .google-review-card h3 {
    font-size: clamp(18px, 5vw, 20px);
  }

  .google-review-stars {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .google-review-card p {
    margin-bottom: 10px;
    font-size: clamp(15px, 4vw, 16px);
  }

  .google-review-source {
    padding-top: 8px;
    font-size: 14.5px;
  }

  .google-reviews-action {
    margin-top: 20px;
  }

  .faq-list {
    gap: 8px;
  }

  .faq-question {
    padding: 14px;
    gap: 9px;
    font-size: clamp(17px, 4.7vw, 19px);
    line-height: 1.32;
  }

  .faq-question::after {
    width: 28px;
    height: 28px;
    font-size: 17px;
  }

  .faq-answer {
    padding: 0 14px 14px;
  }

  .faq-answer,
  .faq-answer p {
    font-size: clamp(15.5px, 4.1vw, 16.5px);
    line-height: 1.52;
  }

  #location .location-grid > div {
    gap: 10px;
  }

  .location-waze-actions {
    gap: 8px;
  }

  .btn,
  .btn-small,
  .location-waze-actions .btn,
  .google-reviews-button {
    min-height: clamp(48px, 12.5vw, 52px);
    padding: 11px 18px;
    gap: 9px;
    font-size: clamp(15px, 4.2vw, 17px);
  }

  :is(
    .response-note,
    .hours-note,
    .cancellation-note,
    .success-section-disclaimer,
    .terms-note,
    .trial-card > .muted,
    .location-card .muted,
    .entry-clarification,
    .entry-clarification small
  ) {
    margin-top: 14px;
    padding-block: 9px;
    font-size: clamp(14.5px, 3.9vw, 15.5px) !important;
    line-height: 1.48 !important;
  }

  .final-cta {
    padding: 28px 16px;
  }

  .final-cta .response-note {
    margin-top: 14px;
  }

  .site-footer {
    padding-block: 30px;
  }

  .footer-grid {
    gap: 18px;
  }

  .footer-brand {
    gap: 12px;
  }

  .footer-brand img {
    width: 72px;
    height: 72px;
  }

  .footer-links {
    gap: 12px;
  }
}

.final-cta {
  isolation: isolate;
  padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.5rem, 5vw, 4.5rem);
  overflow: hidden;
  border: 1px solid rgba(183, 42, 36, .58);
  border-radius: 28px 8px 28px 8px;
  background:
    radial-gradient(circle at 50% 0, rgba(169, 29, 25, .12), transparent 34rem),
    linear-gradient(145deg, rgba(255,255,255,.055), transparent 24%),
    linear-gradient(155deg, rgba(22,22,23,.96), rgba(7,7,8,.98)) !important;
  box-shadow:
    inset 0 1px rgba(255,255,255,.09),
    inset 0 -1px rgba(0,0,0,.42),
    0 30px 72px rgba(0,0,0,.46),
    0 0 28px rgba(124, 17, 13, .1);
  text-align: center;
}

.final-cta::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: min(42%, 360px);
  height: 2px;
  transform: translateX(50%);
  opacity: 1;
  background: linear-gradient(90deg, transparent, #b62621, transparent);
}

.final-cta::after {
  content: none;
}

.final-cta > * {
  position: relative;
  z-index: 1;
}

.final-cta h2 {
  max-width: 820px;
  margin: 0 auto clamp(1.25rem, 3vw, 1.75rem);
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 4.15rem);
  font-weight: 700;
  line-height: 1.08;
  text-shadow: 0 8px 26px rgba(0,0,0,.42);
}

.final-cta > p:not(.response-note) {
  max-width: 720px;
  margin: 0 auto;
  color: #e3e0dc;
  font-size: clamp(1.08rem, 1.55vw, 1.25rem);
  font-weight: 500;
  line-height: 1.75;
}

.final-cta .btn[data-whatsapp] {
  min-width: min(100%, 340px);
  min-height: 64px;
  margin-top: clamp(1.7rem, 4vw, 2.25rem);
  padding: 17px 32px;
  border-color: rgba(255,255,255,.34) !important;
  border-radius: 16px 5px 16px 5px;
  font-size: clamp(1.05rem, 1.35vw, 1.16rem);
  font-weight: 700;
  box-shadow:
    inset 0 1px rgba(255,255,255,.28),
    inset 0 -1px rgba(0,0,0,.2),
    0 16px 34px rgba(22, 112, 36, .34) !important;
}

.final-cta .btn[data-whatsapp]:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px rgba(255,255,255,.32),
    0 20px 42px rgba(22, 120, 38, .42) !important;
}

.final-cta .response-note {
  width: min(100%, 720px);
  margin: clamp(1.6rem, 4vw, 2.2rem) auto 0;
  padding: 15px 48px 15px 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-inline-start: 3px solid #a91d19;
  border-radius: 15px 5px 15px 5px;
  color: #f1eeea !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.045), transparent),
    rgba(4,4,5,.58);
  box-shadow: inset 0 1px rgba(255,255,255,.055);
  font-size: max(16px, 1rem) !important;
  font-weight: 500 !important;
  line-height: 1.65 !important;
  text-align: center;
  opacity: 1;
}

@media (max-width: 699px) {
  .final-cta {
    padding: 3rem 1.25rem;
    border-radius: 22px 7px 22px 7px;
  }

  .final-cta h2 {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  .final-cta .btn[data-whatsapp] {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    padding: 15px 20px;
  }

  .final-cta .response-note {
    padding: 14px 43px 14px 14px;
    font-size: max(15.5px, .96875rem) !important;
    text-align: right;
  }
}

.google-reviews-section .section-head {
  max-width: 920px;
}

.google-reviews-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: clamp(18px, 2.2vw, 26px);
}

.google-review-card {
  min-width: 0;
  padding: clamp(1.65rem, 2.8vw, 2.1rem);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 22px 7px 22px 7px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.07), transparent 23%),
    radial-gradient(circle at 100% 0, rgba(169,29,25,.09), transparent 18rem),
    rgba(12,12,13,.82);
  box-shadow:
    inset 0 1px rgba(255,255,255,.08),
    inset 0 -1px rgba(0,0,0,.34),
    0 24px 56px rgba(0,0,0,.36);
  transition:
    transform var(--premium-ease),
    border-color var(--premium-ease),
    box-shadow var(--premium-ease);
}

.google-review-card:hover {
  transform: translateY(-4px);
  border-color: rgba(191,45,39,.48);
  box-shadow:
    inset 0 1px rgba(255,255,255,.1),
    0 30px 66px rgba(0,0,0,.44);
}

.google-review-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.25rem, 1.65vw, 1.4rem);
  font-weight: 700;
  line-height: 1.35;
}

.google-review-stars {
  margin-bottom: 18px;
  color: #f4bd38;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: .08em;
  direction: ltr;
  text-align: right;
}

.google-review-card p {
  margin: 0 0 22px;
  color: #f0ede8;
  font-size: clamp(17px, 1.25vw, 18px);
  font-weight: 500;
  line-height: 1.7;
  opacity: 1;
}

.google-review-source {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-top: 13px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #dedad5;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.google-review-source::before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  flex: 0 0 22px;
  border: 0;
  background: transparent url("public/assets/google-g.svg") center / contain no-repeat;
  box-shadow: none;
}

.google-reviews-action {
  display: flex;
  justify-content: center;
  margin-top: clamp(2.4rem, 5vw, 4rem);
}

.google-reviews-button {
  min-height: 60px;
  padding: 16px 29px;
  border-color: rgba(194,45,39,.64);
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), transparent 48%),
    linear-gradient(145deg, #25100f, #0d0d0e);
  box-shadow:
    inset 0 1px rgba(255,255,255,.1),
    0 15px 34px rgba(0,0,0,.4);
  font-size: max(16px, 1.04rem);
}

.google-reviews-button::after {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  flex: 0 0 22px;
  border: 0;
  background: transparent url("public/assets/google-g.svg") center / contain no-repeat;
  box-shadow: none;
}

.google-reviews-button:hover {
  border-color: rgba(222,57,50,.84);
  background:
    linear-gradient(180deg, rgba(255,255,255,.1), transparent 48%),
    linear-gradient(145deg, #351311, #111112);
}

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

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

@media (max-width: 699px) {
  .google-review-card {
    padding: clamp(24px, 7vw, 28px);
  }

  .google-review-card h3 {
    font-size: clamp(19px, 5.5vw, 21px);
  }

  .google-review-card p {
    font-size: clamp(16.5px, 4.5vw, 18px);
    line-height: 1.65;
  }

  .google-review-source {
    font-size: 15px;
  }

  .google-reviews-button {
    width: 100%;
    min-height: 54px;
    padding-inline: 20px;
  }
}

@media (min-width: 375px) and (max-width: 430px) {
  .hero {
    min-height: auto;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 56px;
  }

  .hero .hero-grid,
  .hero .hero-copy {
    padding-top: 0;
  }

  .hero-location {
    margin-top: 0;
    margin-bottom: 18px;
  }

  .hero-copy .hero-title {
    margin-bottom: 24px;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .hero-copy .response-note {
    margin-top: 12px;
  }
}

@media (min-width: 320px) and (max-width: 430px) {
  .container {
    width: calc(100% - 32px);
  }

  .section {
    padding-block: clamp(44px, 12vw, 56px);
  }

  .section-head {
    margin-bottom: clamp(22px, 6vw, 28px);
  }

  .section-head h2,
  .final-cta h2 {
    margin-bottom: 14px;
    font-size: clamp(26px, 7.4vw, 32px);
    font-weight: 700;
    line-height: 1.16;
  }

  .hero {
    padding-bottom: 44px;
  }

  .hero-copy .hero-title,
  .hero-copy .hero-title > span,
  .hero-copy .hero-title * {
    font-size: clamp(32px, 9.2vw, 38px);
    line-height: 1.08;
  }

  .hero-copy .hero-title {
    margin-bottom: 18px;
  }

  .hero-location {
    margin-bottom: 14px;
  }

  .hero-actions {
    margin-top: 18px;
    gap: 10px;
  }

  body,
  main p,
  main li,
  .lead,
  .section-head .lead,
  .section > .container > .lead {
    font-size: clamp(15px, 4.2vw, 17px);
    font-weight: 500;
    line-height: 1.58;
  }

  .problem-grid,
  .cards,
  .steps,
  .fit-grid,
  .price-grid,
  .hours-grid,
  .process-grid,
  .success-grid,
  .location-grid,
  .google-reviews-grid {
    gap: 16px;
  }

  :is(
    .problem-card,
    .card,
    .step,
    .hours-card,
    .process-step,
    .location-card,
    .price-card,
    .google-review-card
  ) {
    height: auto;
    min-height: 0;
    padding: clamp(18px, 5.5vw, 22px);
    border-radius: 17px 5px 17px 5px;
  }

  :is(
    .problem-card,
    .card,
    .step,
    .hours-card,
    .process-step,
    .location-card,
    .price-card,
    .success-card,
    .google-review-card
  ) h3,
  .success-content h3,
  .pricing .price-card h3,
  .google-review-card h3 {
    margin-bottom: 10px;
    font-size: clamp(18px, 5.4vw, 22px);
    font-weight: 700;
    line-height: 1.25;
  }

  :is(
    .problem-card,
    .card,
    .step,
    .process-step,
    .location-card,
    .price-card,
    .success-card,
    .google-review-card
  ) p,
  :is(.card, .price-card, .fit-card) li,
  .process-step p,
  .success-description,
  .location-card p,
  .google-review-card p {
    font-size: clamp(14px, 4.1vw, 16px);
    font-weight: 500;
    line-height: 1.55;
  }

  .intro-card {
    padding: 22px 20px;
  }

  .intro-card blockquote {
    font-size: clamp(21px, 6.2vw, 26px);
    line-height: 1.34;
  }

  .statement {
    margin-top: 28px !important;
    font-size: clamp(20px, 6vw, 25px);
    line-height: 1.38;
  }

  .hours-card {
    min-height: 0;
  }

  .hours-card span {
    min-height: 0;
    font-size: clamp(15px, 4.2vw, 17px);
    line-height: 1.5;
  }

  .hours-card strong {
    margin-top: 10px;
    font-size: clamp(25px, 7vw, 30px);
  }

  .operating-part + .operating-part {
    margin-top: 48px;
  }

  .process-number,
  .card-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    font-size: 14px;
  }

  .entry-clarification {
    margin-top: 20px;
    padding: 18px;
  }

  .trial-stages {
    gap: 8px;
  }

  .trial-stages li {
    min-height: 52px;
    padding: 10px 12px;
    font-size: clamp(14px, 4.1vw, 16px);
    line-height: 1.5;
  }

  .trial-price {
    margin-block: 16px 8px;
    font-size: clamp(42px, 12vw, 50px);
  }

  .success-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .success-card {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(92px, 34%) minmax(0, 1fr);
    align-items: start;
    gap: 8px;
    padding: 6px;
    border-radius: 16px 5px 16px 5px;
    box-shadow:
      inset 0 1px rgba(255,255,255,.08),
      0 14px 30px rgba(0,0,0,.34);
  }

  .success-image {
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 5;
    border-radius: 12px 4px 12px 4px;
  }

  .success-image-main {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .success-content {
    min-width: 0;
    margin: 0;
    padding: 10px 9px 9px;
    border-top: 0;
  }

  .success-content::before {
    content: none;
  }

  .success-content h3 {
    font-size: clamp(17px, 4.8vw, 20px);
    line-height: 1.25;
  }

  .success-description {
    font-size: clamp(14px, 3.9vw, 15.5px);
    line-height: 1.48;
  }

  .success-section-disclaimer {
    margin-top: 20px;
  }

  .price-card {
    padding: 20px 18px;
  }

  .pricing .price-card.recommended > .badge {
    min-height: 48px;
    margin-bottom: 16px;
    padding: 10px 24px;
    font-size: clamp(19px, 5.6vw, 22px);
  }

  .pricing .price-card .old-price {
    margin: 14px 0 8px;
    font-size: clamp(18px, 5.2vw, 21px);
  }

  .pricing .price-card .price {
    margin: 6px 0 10px;
    font-size: clamp(38px, 11vw, 46px);
  }

  .pricing .price-card .price small,
  .pricing .price-card .bullet-list li {
    font-size: clamp(14px, 4.1vw, 16px);
    line-height: 1.5;
  }

  .pricing .price-card .bullet-list {
    margin-top: 10px;
  }

  .pricing .price-card .bullet-list li {
    padding-block: 7px;
  }

  .pricing .price-card .btn {
    min-height: 50px;
    margin-top: 16px;
    padding-block: 12px;
  }

  .faq-list {
    gap: 8px;
  }

  .faq-question {
    padding: 14px 15px;
    font-size: clamp(16px, 4.8vw, 19px);
    line-height: 1.35;
  }

  .faq-question::after {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .faq-answer {
    padding: 0 15px 15px;
  }

  .faq-answer,
  .faq-answer p {
    font-size: clamp(14px, 4.1vw, 16px);
    line-height: 1.55;
  }

  .google-review-card {
    padding: 18px;
  }

  .google-review-stars {
    margin-bottom: 12px;
    font-size: 17px;
  }

  .google-review-card p {
    margin-bottom: 14px;
  }

  .google-review-source {
    padding-top: 10px;
    font-size: 14px;
  }

  .google-reviews-action {
    margin-top: 26px;
  }

  #location .location-grid > div {
    gap: 12px;
  }

  .location-waze-actions {
    gap: 10px;
  }

  .btn,
  .btn-small,
  .location-waze-actions .btn,
  .google-reviews-button {
    min-height: clamp(48px, 13vw, 54px);
    padding: 12px 18px;
    font-size: clamp(15px, 4.3vw, 17px);
    line-height: 1.3;
  }

  :is(
    .response-note,
    .hours-note,
    .cancellation-note,
    .success-section-disclaimer,
    .terms-note,
    .trial-card > .muted,
    .location-card .muted,
    .entry-clarification,
    .entry-clarification small
  ) {
    padding-block: 11px;
    font-size: clamp(14px, 4vw, 15px) !important;
    line-height: 1.5 !important;
  }

  .final-cta {
    padding: 34px 18px;
  }

  .final-cta .response-note {
    margin-top: 18px;
    padding-block: 11px;
  }

  .site-footer {
    padding-block: 38px;
  }
}

@media (min-width: 320px) and (max-width: 430px) {
  .success-card {
    grid-template-columns: minmax(110px, 38%) minmax(0, 1fr);
    gap: 8px;
    padding: 6px;
  }

  .success-card .success-image {
    width: 100%;
    height: auto;
    max-height: none;
    min-height: 0;
    aspect-ratio: auto;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    box-shadow: none;
    isolation: auto;
  }

  .success-card .success-image::before,
  .success-card .success-image::after {
    content: none;
    display: none;
  }

  .success-card .success-image-main {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center;
    border-radius: 8px;
    box-shadow: none;
  }
}

@media (min-width: 320px) and (max-width: 430px) {
  .section {
    padding-block: clamp(36px, 10vw, 44px);
  }

  .section-head {
    margin-bottom: clamp(18px, 5.5vw, 22px);
  }

  .section-head h2,
  .final-cta h2 {
    margin-bottom: 12px;
    font-size: clamp(26px, 7.2vw, 31px);
    line-height: 1.16;
  }

  .hero {
    min-height: 0;
    padding-bottom: 36px;
  }

  .hero-grid {
    min-height: 0;
    gap: 10px;
  }

  .hero-copy .hero-title,
  .hero-copy .hero-title > span,
  .hero-copy .hero-title * {
    font-size: clamp(32px, 9vw, 38px);
    line-height: 1.08;
  }

  .hero-copy .hero-title {
    margin-bottom: 14px;
  }

  .hero-location {
    margin-bottom: 10px;
  }

  .hero-actions {
    margin-top: 14px;
    gap: 8px;
  }

  body,
  main p,
  main li,
  .lead,
  .section-head .lead,
  .section > .container > .lead {
    font-size: clamp(15.5px, 4.15vw, 17px);
    font-weight: 500;
    line-height: 1.56;
  }

  .problem-grid,
  .cards,
  .steps,
  .fit-grid,
  .price-grid,
  .hours-grid,
  .process-grid,
  .location-grid,
  .google-reviews-grid {
    gap: clamp(10px, 3.5vw, 16px);
  }

  :is(.problem-card, .card, .step, .hours-card, .process-step, .location-card, .price-card, .google-review-card) {
    height: auto;
    min-height: 0;
    padding: clamp(14px, 4.3vw, 18px);
    border-radius: 15px 5px 15px 5px;
    box-shadow: inset 0 1px rgba(255,255,255,.06), 0 10px 24px rgba(0,0,0,.26);
  }

  :is(.problem-card, .card, .step, .hours-card, .process-step, .location-card, .price-card, .google-review-card) h3,
  .pricing .price-card h3,
  .google-review-card h3 {
    margin-bottom: 8px;
    font-size: clamp(18px, 5.1vw, 21px);
    line-height: 1.24;
  }

  :is(.problem-card, .card, .step, .process-step, .location-card, .price-card, .google-review-card) p,
  :is(.card, .price-card, .fit-card) li,
  .process-step p,
  .location-card p,
  .google-review-card p {
    font-size: clamp(15px, 4vw, 16.5px);
    font-weight: 500;
    line-height: 1.52;
  }

  .trust-item {
    min-height: 0;
    padding: 13px 10px;
  }

  .trust-item b {
    font-size: 15px;
  }

  .trust-item span {
    font-size: 14.5px;
    line-height: 1.45;
  }

  .intro-card {
    padding: 18px 16px;
  }

  .intro-card blockquote {
    font-size: clamp(20px, 5.8vw, 24px);
    line-height: 1.32;
  }

  #personal-gym .container > .lead {
    margin-top: 18px !important;
  }

  .statement {
    margin-top: 22px !important;
    font-size: clamp(19px, 5.5vw, 23px);
  }

  .operating-part + .operating-part {
    margin-top: 36px;
  }

  .hours-card {
    gap: 7px;
  }

  .hours-card span {
    min-height: 0;
    font-size: clamp(15px, 4vw, 16.5px);
    line-height: 1.45;
  }

  .hours-card strong {
    margin-top: 4px;
    font-size: clamp(24px, 6.8vw, 29px);
  }

  .process-number,
  .card-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 10px;
  }

  .operating-model .entry-clarification {
    margin-top: 16px;
    padding: 15px;
  }

  .trial-price {
    margin-block: 12px 6px;
    font-size: clamp(38px, 10.8vw, 46px);
  }

  .trial-stages {
    gap: 7px;
  }

  .trial-stages li {
    min-height: 0;
    padding: 9px 10px;
    font-size: clamp(15px, 4vw, 16px);
  }

  .pricing .price-card {
    padding: clamp(16px, 4.6vw, 20px);
  }

  .pricing .price-card.recommended {
    transform: none;
  }

  .pricing .price-card.recommended > .badge {
    min-height: 44px;
    margin-bottom: 12px;
    padding: 8px 20px;
    font-size: clamp(18px, 5.2vw, 21px);
  }

  .pricing .price-card .old-price {
    margin: 10px 0 5px;
    font-size: clamp(17px, 4.8vw, 20px);
  }

  .pricing .price-card .price {
    margin: 4px 0 8px;
    font-size: clamp(38px, 10.8vw, 46px);
  }

  .pricing .price-card .price small,
  .pricing .price-card .bullet-list li {
    font-size: clamp(15px, 4vw, 16px);
  }

  .pricing .price-card .bullet-list li {
    padding-block: 6px;
  }

  .pricing .price-card .btn {
    margin-top: 12px;
  }

  .google-review-card h3 {
    font-size: clamp(18px, 5vw, 20px);
  }

  .google-review-stars {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .google-review-card p {
    margin-bottom: 10px;
    font-size: clamp(15px, 4vw, 16px);
  }

  .google-review-source {
    padding-top: 8px;
    font-size: 14.5px;
  }

  .google-reviews-action {
    margin-top: 20px;
  }

  .faq-question {
    padding: 14px;
    gap: 9px;
    font-size: clamp(17px, 4.7vw, 19px);
  }

  .faq-answer {
    padding: 0 14px 14px;
  }

  .faq-answer,
  .faq-answer p {
    font-size: clamp(15.5px, 4.1vw, 16.5px);
    line-height: 1.52;
  }

  #location .location-grid > div,
  .location-waze-actions {
    gap: 10px;
  }

  .btn,
  .btn-small,
  .location-waze-actions .btn,
  .google-reviews-button {
    min-height: clamp(48px, 12.5vw, 52px);
    padding: 11px 18px;
    gap: 9px;
    font-size: clamp(15px, 4.2vw, 17px);
  }

  :is(.response-note, .hours-note, .cancellation-note, .success-section-disclaimer, .terms-note, .trial-card > .muted, .location-card .muted, .entry-clarification, .entry-clarification small) {
    margin-top: 14px;
    padding-block: 9px;
    font-size: clamp(14.5px, 3.9vw, 15.5px) !important;
    line-height: 1.48 !important;
  }

  .final-cta {
    padding: 28px 16px;
  }

  .site-footer {
    padding-block: 30px;
  }

  .footer-grid {
    gap: 18px;
  }

  .footer-brand img {
    width: 72px;
    height: 72px;
  }
}

@media (min-width: 320px) and (max-width: 430px) {
  .hero-copy .hero-title,
  .hero-copy .hero-title > span,
  .hero-copy .hero-title * {
    font-family: var(--site-font) !important;
    font-style: normal !important;
    font-stretch: normal !important;
    font-feature-settings: normal !important;
    font-variation-settings: normal !important;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
    filter: none !important;
    font-weight: 700 !important;
  }

  .hero-logo-wrapper {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 12px;
    margin: 0 auto;
    overflow: visible;
    box-sizing: border-box;
  }

  .hero-logo-wrapper > .hero-logo {
    width: calc(200% - 16px);
    max-width: none;
    flex: 0 0 auto;
    height: auto;
    display: block;
    position: static;
    left: auto;
    right: auto;
    inset: auto;
    margin: 0 auto;
    transform: none;
    object-fit: contain;
    object-position: center;
    align-self: center;
    justify-self: center;
  }

  .hero-logo-wrapper + .hero-location {
    margin-top: -28px;
    margin-bottom: 50px;
  }

  .site-header .nav > .btn-small[data-whatsapp],
  .hero-copy > .hero-actions {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    gap: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .hero-copy > .response-note {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    border: 0 !important;
  }
}

@media (min-width: 320px) and (max-width: 430px) {
  .mobile-problem-animation .problem-card,
  .mobile-problem-animation .statement {
    opacity: 0;
    transform: translateY(22px) scale(.97);
  }

  .mobile-problem-animation.is-mobile-visible .problem-card {
    opacity: 1;
    transform: none;
    transition:
      opacity 540ms cubic-bezier(.22,1,.36,1) var(--mobile-stagger, 0ms),
      transform 540ms cubic-bezier(.22,1,.36,1) var(--mobile-stagger, 0ms),
      border-color 240ms ease,
      box-shadow 240ms ease;
  }

  .mobile-problem-animation .problem-card::before {
    transform: scaleX(0);
    transform-origin: right;
  }

  .mobile-problem-animation.is-mobile-visible .problem-card::before {
    transform: scaleX(1);
    transition: transform 480ms cubic-bezier(.22,1,.36,1) calc(var(--mobile-stagger, 0ms) + 180ms);
  }

  .mobile-problem-animation .problem-card:active {
    transform: translateY(-5px) scale(1.015);
    border-color: rgba(169,29,25,.58);
    box-shadow: 0 18px 34px rgba(0,0,0,.4);
  }

  .mobile-problem-animation.is-mobile-visible .statement {
    opacity: 1;
    transform: none;
    transition: opacity 540ms cubic-bezier(.22,1,.36,1) 360ms, transform 540ms cubic-bezier(.22,1,.36,1) 360ms;
  }

  .mobile-problem-animation .statement {
    position: relative;
    padding-right: 16px;
  }

  .mobile-problem-animation .statement::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    background: #a91d19;
    transform: scaleY(0);
    transform-origin: top;
  }

  .mobile-problem-animation.is-mobile-visible .statement::before {
    transform: scaleY(1);
    transition: transform 480ms cubic-bezier(.22,1,.36,1) 420ms;
  }

  .mobile-process-animation .process-grid {
    position: relative;
    padding-right: 25px;
  }

  .mobile-process-animation .process-grid::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 4px;
    right: 9px;
    bottom: 4px;
    width: 2px;
    background: linear-gradient(#a91d19, rgba(169,29,25,.3));
    transform: scaleY(0);
    transform-origin: top;
  }

  .mobile-process-animation.is-mobile-visible .process-grid::before {
    transform: scaleY(1);
    transition: transform 1300ms cubic-bezier(.22,1,.36,1);
  }

  .mobile-process-animation .process-step {
    position: relative;
    z-index: 1;
    opacity: 0;
  }

  .mobile-process-animation .process-step:nth-child(odd) {
    transform: translateX(22px);
  }

  .mobile-process-animation .process-step:nth-child(even) {
    transform: translateX(-22px);
  }

  .mobile-process-animation .process-step.is-step-visible {
    opacity: 1;
    transform: none;
    transition: opacity 500ms cubic-bezier(.22,1,.36,1), transform 500ms cubic-bezier(.22,1,.36,1);
  }

  .mobile-process-animation .process-step h3,
  .mobile-process-animation .process-step p {
    opacity: 0;
    transform: translateY(7px);
  }

  .mobile-process-animation .process-step.is-step-visible h3 {
    opacity: 1;
    transform: none;
    transition: opacity 360ms ease 100ms, transform 360ms ease 100ms;
  }

  .mobile-process-animation .process-step.is-step-visible p {
    opacity: 1;
    transform: none;
    transition: opacity 380ms ease 200ms, transform 380ms ease 200ms;
  }

  .mobile-process-animation .process-number {
    transform: scale(.9);
    transition: transform 360ms cubic-bezier(.22,1,.36,1), border-color 360ms ease, background-color 360ms ease;
  }

  .mobile-process-animation .process-step.is-step-visible .process-number {
    border-color: rgba(169,29,25,.82);
    background: rgba(169,29,25,.2);
    animation: mobile-number-pulse 420ms cubic-bezier(.22,1,.36,1) 1;
  }

  .mobile-benefits-animation .card {
    opacity: .74;
    transform: scale(.97);
    filter: contrast(.9);
    transition: transform 360ms cubic-bezier(.22,1,.36,1), opacity 360ms ease, filter 360ms ease, border-color 360ms ease, box-shadow 360ms ease;
  }

  .mobile-benefits-animation .card.is-scroll-focus {
    opacity: 1;
    transform: scale(1);
    filter: none;
    border-color: rgba(169,29,25,.48);
    box-shadow: 0 17px 34px rgba(0,0,0,.38);
  }

  .mobile-benefits-animation .card.is-touch-tilt {
    transform: scale(1.01) rotateX(var(--touch-rotate-x, 0deg)) rotateY(var(--touch-rotate-y, 0deg));
  }

  .mobile-benefits-animation .card-icon {
    transition: transform 360ms cubic-bezier(.22,1,.36,1), background-color 360ms ease;
  }

  .mobile-benefits-animation .card.is-scroll-focus .card-icon {
    background-color: rgba(169,29,25,.2);
    animation: mobile-number-pulse 420ms cubic-bezier(.22,1,.36,1) 1;
  }

  .mobile-benefits-animation .card::before {
    content: "";
    position: absolute;
    top: -1px;
    right: 18px;
    width: 48px;
    height: 2px;
    background: #a91d19;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 420ms cubic-bezier(.22,1,.36,1);
  }

  .mobile-benefits-animation .card.is-scroll-focus::before {
    transform: scaleX(1);
  }

  .mobile-hours-animation .hours-card,
  .mobile-hours-animation .hours-note {
    opacity: 0;
    transform: translateY(18px);
  }

  .mobile-hours-animation.is-mobile-visible .hours-card {
    opacity: 1;
    transform: none;
    transition: opacity 460ms ease var(--mobile-stagger, 0ms), transform 460ms cubic-bezier(.22,1,.36,1) var(--mobile-stagger, 0ms);
  }

  .mobile-hours-animation .hours-card::before {
    transform: scaleX(0);
    transform-origin: right;
  }

  .mobile-hours-animation.is-mobile-visible .hours-card::before {
    transform: scaleX(1);
    transition: transform 420ms cubic-bezier(.22,1,.36,1) calc(var(--mobile-stagger, 0ms) + 150ms);
  }

  .mobile-hours-animation .hours-card strong {
    opacity: 0;
    transform: perspective(500px) rotateX(-14deg);
    transform-origin: center;
  }

  .mobile-hours-animation.is-mobile-visible .hours-card strong {
    opacity: 1;
    transform: none;
    transition: opacity 500ms ease calc(var(--mobile-stagger, 0ms) + 100ms), transform 500ms cubic-bezier(.22,1,.36,1) calc(var(--mobile-stagger, 0ms) + 100ms);
  }

  .mobile-hours-animation.is-mobile-visible .hours-note {
    opacity: 1;
    transform: none;
    transition: opacity 480ms ease 420ms, transform 480ms cubic-bezier(.22,1,.36,1) 420ms;
  }

  .mobile-hours-animation.is-mobile-visible .hours-note::before {
    animation: mobile-number-pulse 420ms cubic-bezier(.22,1,.36,1) 520ms 1;
  }

  .mobile-trial-animation .trial-card > .badge,
  .mobile-trial-animation .trial-price,
  .mobile-trial-animation .trial-card > p,
  .mobile-trial-animation .trial-card > .btn,
  .mobile-trial-animation .trial-details h3,
  .mobile-trial-animation .trial-stages li,
  .mobile-trial-animation .trial-details > .muted {
    opacity: 0;
  }

  .mobile-trial-animation .trial-card > .badge {
    transform: translateY(-12px);
  }

  .mobile-trial-animation .trial-price {
    transform: scale(.88);
  }

  .mobile-trial-animation .trial-card > p,
  .mobile-trial-animation .trial-card > .btn,
  .mobile-trial-animation .trial-details h3,
  .mobile-trial-animation .trial-details > .muted {
    transform: translateY(12px);
  }

  .mobile-trial-animation .trial-stages li {
    transform: translateX(14px);
  }

  .mobile-trial-animation.is-mobile-visible .trial-card > .badge,
  .mobile-trial-animation.is-mobile-visible .trial-price,
  .mobile-trial-animation.is-mobile-visible .trial-card > p,
  .mobile-trial-animation.is-mobile-visible .trial-card > .btn,
  .mobile-trial-animation.is-mobile-visible .trial-details h3,
  .mobile-trial-animation.is-mobile-visible .trial-stages li,
  .mobile-trial-animation.is-mobile-visible .trial-details > .muted {
    opacity: 1;
    transform: none;
    transition: opacity 450ms ease, transform 450ms cubic-bezier(.22,1,.36,1);
  }

  .mobile-trial-animation.is-mobile-visible .trial-card > .badge { transition-delay: 0ms; }
  .mobile-trial-animation.is-mobile-visible .trial-price { transition-delay: 130ms; }
  .mobile-trial-animation.is-mobile-visible .trial-card > p { transition-delay: 210ms; }
  .mobile-trial-animation.is-mobile-visible .trial-card > .btn { transition-delay: 300ms; }
  .mobile-trial-animation.is-mobile-visible .trial-details h3 { transition-delay: 360ms; }
  .mobile-trial-animation.is-mobile-visible .trial-stages li {
    transition-delay: calc(390ms + var(--mobile-stagger, 0ms));
  }
  .mobile-trial-animation.is-mobile-visible .trial-details > .muted { transition-delay: 940ms; }

  .mobile-trial-animation .trial-card > .btn {
    position: relative;
    overflow: hidden;
  }

  .mobile-trial-animation .trial-card > .btn::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -30%;
    bottom: -30%;
    left: -45%;
    width: 28%;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
    transform: skewX(-18deg);
  }

  .mobile-trial-animation.is-mobile-visible .trial-card > .btn::after {
    animation: mobile-trial-sweep 720ms ease 720ms 1 both;
  }

  .mobile-trial-animation .trial-details::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 8px;
    left: 18px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #a91d19, transparent);
    transform: scaleX(0);
  }

  .mobile-trial-animation.is-mobile-visible .trial-details::after {
    transform: scaleX(1);
    transition: transform 520ms cubic-bezier(.22,1,.36,1) 1080ms;
  }

  .mobile-faq-animation .faq-item {
    transition: border-color 360ms ease, background-color 360ms ease, box-shadow 360ms ease;
  }

  .mobile-faq-animation .faq-item.is-open {
    border-color: rgba(169,29,25,.62);
    background-color: rgba(28,28,29,.92);
    box-shadow: inset 3px 0 #a91d19, 0 16px 34px rgba(0,0,0,.34);
  }

  .mobile-faq-animation .faq-question {
    position: relative;
  }

  .mobile-faq-animation .faq-question::before {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 0;
    left: 14px;
    height: 1px;
    background: #a91d19;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 360ms cubic-bezier(.22,1,.36,1);
  }

  .mobile-faq-animation .faq-item.is-open .faq-question::before {
    transform: scaleX(1);
  }

  .mobile-faq-animation .faq-question::after,
  .mobile-faq-animation .faq-question[aria-expanded="true"]::after {
    content: "+";
    transform: rotate(0deg);
    transition: transform 360ms cubic-bezier(.22,1,.36,1), border-color 360ms ease;
  }

  .mobile-faq-animation .faq-question[aria-expanded="true"]::after {
    transform: rotate(45deg);
    border-color: rgba(169,29,25,.8);
  }

  .mobile-faq-animation .faq-answer {
    display: block;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 380ms cubic-bezier(.22,1,.36,1), opacity 320ms ease, padding 380ms ease;
  }

  .mobile-faq-animation .faq-answer[hidden] {
    display: none !important;
  }

  .mobile-faq-animation .faq-item.is-open .faq-answer {
    opacity: 1;
  }

  .mobile-faq-animation .faq-question:focus-visible {
    outline: 2px solid rgba(215,70,63,.9);
    outline-offset: -3px;
  }

  @keyframes mobile-number-pulse {
    0% { transform: scale(.9); }
    65% { transform: scale(1.08); }
    100% { transform: scale(1); }
  }

  @keyframes mobile-trial-sweep {
    from { left: -45%; }
    to { left: 120%; }
  }

  @media (prefers-reduced-motion: reduce) {
    .mobile-problem-animation .problem-card,
    .mobile-problem-animation .statement,
    .mobile-process-animation .process-step,
    .mobile-process-animation .process-step h3,
    .mobile-process-animation .process-step p,
    .mobile-hours-animation .hours-card,
    .mobile-hours-animation .hours-card strong,
    .mobile-hours-animation .hours-note,
    .mobile-trial-animation .trial-card > *,
    .mobile-trial-animation .trial-details > *,
    .mobile-trial-animation .trial-stages li {
      opacity: 1;
      transform: none;
      animation: none;
      transition: none;
    }

    .mobile-process-animation .process-grid::before,
    .mobile-problem-animation .problem-card::before,
    .mobile-problem-animation .statement::before,
    .mobile-hours-animation .hours-card::before,
    .mobile-trial-animation .trial-details::after {
      transform: none;
      transition: none;
    }

    .mobile-benefits-animation .card {
      opacity: 1;
      transform: none;
      filter: none;
    }

    .mobile-trial-animation .trial-card > .btn::after {
      display: none;
    }
  }
}

@media (hover: hover) and (pointer: fine) {
  .gym-showcase-frame:hover {
    transform: translateY(-3px) scale(1.008);
    border-color: rgba(169,29,25,.82);
    box-shadow:
      inset 0 0 0 1px rgba(255,255,255,.09),
      0 32px 68px rgba(0,0,0,.54);
  }
}

@media (max-width: 767px) {
  .section {
    padding-block: clamp(48px, 13vw, 64px);
  }

  #personal-gym {
    padding-block: 48px;
  }

  .hero-copy > .hero-actions {
    display: flex !important;
    width: 100% !important;
    height: auto !important;
    min-height: 52px !important;
    margin: 22px auto 0 !important;
    padding: 0 !important;
  }

  .hero-actions .btn-secondary {
    display: none !important;
  }

  .hero-primary-cta {
    width: 90% !important;
    max-width: 360px;
    min-height: 52px;
    margin-inline: auto;
  }

  .gym-showcase {
    padding-top: 52px;
    padding-bottom: 0;
  }

  .gym-showcase .container {
    width: 100%;
  }

  .gym-showcase-frame {
    width: 95vw;
    max-width: 95vw;
    margin: 24px auto 34px;
  }

  .gym-showcase-image {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .mobile-benefits-animation .card {
    opacity: .66;
    transform: scale(.97);
    filter: none;
  }

  .mobile-benefits-animation .card.is-scroll-focus {
    opacity: 1;
    transform: scale(1);
    border-color: rgba(169, 29, 25, .68);
    background: #1a1a1b;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .36);
  }
}

@media (max-width: 600px) {
  .hero-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-inline: 16px;
    box-sizing: border-box;
  }

  .hero-copy .hero-title {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box;
    text-align: center;
    transform: none !important;
  }

  .hero-copy .hero-title > span {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    overflow-wrap: normal;
    word-break: normal;
    text-align: center;
    line-height: 1.15;
  }

  .hero-copy .hero-title > span:first-child {
    font-size: clamp(30px, 8.5vw, 40px);
  }

  .hero-copy .hero-title > .red {
    font-size: clamp(30px, 8.5vw, 40px);
  }

  .hero-copy .hero-title::before {
    right: 0;
  }
}

/* Gym gallery */
.gym-gallery {
  isolation: isolate;
  aspect-ratio: 16 / 9;
  touch-action: pan-y;
  user-select: none;
  background:
    radial-gradient(circle at 50% 0, rgba(169,29,25,.16), transparent 48%),
    #080808;
}

.gym-gallery-track,
.gym-gallery-slide {
  position: absolute;
  inset: 0;
}

.gym-gallery-track {
  z-index: 1;
  overflow: hidden;
  border-radius: inherit;
}

.gym-gallery-slide {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(3.5%, 0, 0) scale(1.025);
  transition:
    opacity 800ms cubic-bezier(.22,1,.36,1),
    transform 900ms cubic-bezier(.22,1,.36,1),
    visibility 0s linear 900ms;
}

.gym-gallery-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,.02) 50%, rgba(0,0,0,.3)),
    linear-gradient(110deg, rgba(169,29,25,.1), transparent 30%);
}

.gym-gallery-slide.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 0s;
}

.gym-gallery .gym-showcase-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
  transition: transform 4.4s linear;
}

.gym-gallery-slide.is-active .gym-showcase-image {
  transform: scale(1.075);
}

.gym-gallery-arrow {
  position: absolute;
  z-index: 7;
  top: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 50%;
  color: #fff;
  background: rgba(7,7,7,.66);
  box-shadow: 0 10px 28px rgba(0,0,0,.38);
  font: 300 2rem/1 var(--site-font);
  cursor: pointer;
  backdrop-filter: blur(10px);
  transform: translateY(-50%);
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.gym-gallery-arrow:hover,
.gym-gallery-arrow:focus-visible {
  border-color: rgba(201,37,37,.9);
  background: rgba(169,29,25,.82);
  transform: translateY(-50%) scale(1.07);
}

.gym-gallery-arrow-next {
  right: 22px;
}

.gym-gallery-arrow-prev {
  left: 22px;
}

.gym-gallery-dots {
  position: absolute;
  z-index: 7;
  right: 50%;
  bottom: 18px;
  display: flex;
  gap: 9px;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(6,6,6,.58);
  backdrop-filter: blur(9px);
  transform: translateX(50%);
}

.gym-gallery-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.5);
  cursor: pointer;
  transition: width 280ms ease, background-color 280ms ease, box-shadow 280ms ease;
}

.gym-gallery-dot.is-active {
  width: 28px;
  background: #c92525;
  box-shadow: 0 0 14px rgba(201,37,37,.72);
}

@media (max-width: 600px) {
  .gym-showcase-frame.gym-gallery {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    aspect-ratio: 4 / 3;
  }

  .gym-gallery .gym-showcase-image {
    object-fit: cover;
  }

  .gym-gallery-arrow {
    width: 40px;
    height: 40px;
    font-size: 1.65rem;
  }

  .gym-gallery-arrow-next {
    right: 10px;
  }

  .gym-gallery-arrow-prev {
    left: 10px;
  }

  .gym-gallery-dots {
    bottom: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gym-gallery-slide,
  .gym-gallery .gym-showcase-image {
    transition-duration: 1ms !important;
  }
}

@media (max-width: 600px) {
  .hero-copy {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .hero-copy .hero-title {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 24px !important;
    padding: 0 !important;
    text-align: center !important;
    direction: rtl;
    transform: none !important;
  }

  .hero-copy .hero-title > span {
    display: block !important;
    width: 100% !important;
    white-space: normal !important;
    text-align: center !important;
    line-height: 1.12 !important;
  }

  .hero-copy .hero-title > span:nth-child(1),
  .hero-copy .hero-title > span:nth-child(2) {
    font-size: clamp(30px, 8vw, 36px) !important;
  }

  .hero-copy .hero-title > .red {
    font-size: clamp(27px, 7vw, 33px) !important;
    margin-top: 6px;
  }

  .hero-copy .hero-title::before {
    display: none !important;
  }
}

/* Trial booking */
.trial-booking-section {
  scroll-margin-top: 84px;
  border-block: 1px solid rgba(207, 174, 103, .16);
  background:
    radial-gradient(circle at 50% 18%, rgba(183, 145, 70, .08), transparent 30rem),
    rgba(5, 5, 6, .58);
}

.trial-booking-head {
  margin-inline: auto;
  text-align: center;
}

.trial-booking-head .eyebrow {
  color: #d8ba77;
}

.trial-booking-head .eyebrow::before {
  background: linear-gradient(90deg, #bd9650, transparent);
}

.trial-booking-card {
  width: min(100%, 1120px);
  margin-inline: auto;
  padding: clamp(20px, 4vw, 38px);
  border: 1px solid rgba(205, 170, 97, .28);
  border-radius: 26px 8px 26px 8px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.045), transparent 42%),
    rgba(7, 7, 8, .9);
  box-shadow:
    inset 0 1px rgba(255,255,255,.055),
    0 28px 70px rgba(0,0,0,.38);
}

.trial-booking-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(205, 170, 97, .2);
}

.trial-booking-price span {
  color: #d7d4ce;
  font-weight: 700;
}

.trial-booking-price strong {
  color: #dfc281;
  font-size: clamp(2rem, 7vw, 3.1rem);
  line-height: 1;
}

.trial-booking-dates {
  display: grid;
  gap: 24px;
}

.trial-booking-week-title {
  margin: 0 0 12px;
  color: #dfc281;
  font-size: 1.05rem;
}

.trial-booking-week-message {
  margin: 0 0 -8px;
  color: #c7c3ba;
  font-size: .94rem;
}

.trial-booking-feedback {
  padding: 14px 0;
  color: #c7c3ba;
  font-size: .94rem;
  text-align: center;
}

.trial-booking-feedback p {
  margin: 0;
}

.trial-booking-retry {
  margin-top: 10px;
  padding: 7px 14px;
  border: 1px solid rgba(205, 170, 97, .34);
  border-radius: 10px 4px 10px 4px;
  color: #f3ead7;
  background: rgba(11, 11, 12, .78);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.trial-booking-week-days {
  display: grid;
  gap: 16px;
}

.trial-booking-day {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px 6px 18px 6px;
  background: rgba(255,255,255,.022);
  transition: border-color 220ms ease, transform 220ms ease;
}

.trial-booking-day:hover {
  border-color: rgba(205, 170, 97, .25);
}

.trial-booking-day-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.trial-booking-day-heading h3 {
  margin: 0;
  color: #fff;
  font-size: 1.12rem;
}

.trial-booking-day-heading time {
  color: #aaa8a2;
  font-size: .92rem;
}

.trial-booking-slots {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.trial-booking-slot {
  min-height: 50px;
  padding: 10px 8px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 12px 4px 12px 4px;
  color: #f7f7f5;
  background: rgba(14,14,15,.88);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.trial-booking-slot:hover,
.trial-booking-slot:focus-visible {
  border-color: rgba(214, 181, 111, .58);
  background: rgba(35, 30, 21, .74);
  transform: translateY(-1px);
}

.trial-booking-slot.is-selected {
  border-color: #d7b56d;
  background: rgba(116, 87, 35, .24);
  box-shadow: inset 0 0 0 1px rgba(255, 225, 157, .14);
}

.trial-booking-confirmation {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(205, 170, 97, .2);
  text-align: center;
}

.trial-booking-summary {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  font-weight: 700;
}

.trial-booking-seriousness {
  margin-bottom: 18px;
  color: #c7c3ba;
}

.trial-booking-payment {
  width: min(100%, 420px);
  border-color: rgba(255, 229, 170, .38);
  color: #17130d;
  background: linear-gradient(180deg, #e4ca8d, #b88d43);
  box-shadow:
    inset 0 1px rgba(255,255,255,.42),
    0 14px 34px rgba(90, 61, 17, .3);
}

.trial-booking-payment:hover {
  box-shadow:
    inset 0 1px rgba(255,255,255,.48),
    0 17px 38px rgba(90, 61, 17, .38);
}

.trial-booking-link {
  scroll-behavior: smooth;
}

@media (min-width: 700px) {
  .trial-booking-week-days {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  .trial-booking-card {
    padding: 18px 14px;
    border-radius: 20px 7px 20px 7px;
  }

  .trial-booking-price {
    align-items: center;
  }

  .trial-booking-day {
    padding: 15px 12px;
  }

  .trial-booking-day-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .trial-booking-slots {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trial-booking-slot {
    min-height: 52px;
  }

  .pricing .price-card h3 {
    min-height: 0;
    font-size: clamp(1.4rem, 6.2vw, 1.7rem);
    line-height: 1.3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trial-booking-day,
  .trial-booking-slot,
  .trial-booking-payment {
    transition: none !important;
  }
}

/* Two-image gym showcase */
.gym-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 30px);
  width: 92%;
  max-width: 1240px;
  margin-inline: auto;
}

.gym-showcase-grid .gym-showcase-frame {
  width: 100%;
  max-width: none;
  margin: 0;
}

.gym-showcase.is-gym-animated:not(.is-gym-revealed) .gym-showcase-frame {
  will-change: transform, opacity;
}

.gym-showcase.is-gym-animated .gym-showcase-frame-2 {
  transform: translateY(32px) scale(.96) perspective(900px) rotateY(-3deg);
}

.gym-showcase.is-gym-animated .gym-showcase-frame-4 {
  transform: translateY(32px) scale(.96) perspective(900px) rotateY(3deg);
}

.gym-showcase.is-gym-revealed .gym-showcase-frame-2 {
  transform: none;
  transition:
    opacity 950ms ease 220ms,
    transform 950ms cubic-bezier(.22,1,.36,1) 220ms,
    border-color 520ms ease 740ms,
    box-shadow 520ms ease 740ms;
}

.gym-showcase.is-gym-revealed .gym-showcase-frame-4 {
  transform: none;
  transition:
    opacity 950ms ease 320ms,
    transform 950ms cubic-bezier(.22,1,.36,1) 320ms,
    border-color 520ms ease 840ms,
    box-shadow 520ms ease 840ms;
}

.gym-showcase.is-gym-revealed .gym-showcase-frame-2::before {
  transition-delay: 300ms, 1040ms;
}

.gym-showcase.is-gym-revealed .gym-showcase-frame-4::before {
  transition-delay: 400ms, 1140ms;
}

.gym-showcase.is-gym-revealed .gym-showcase-frame-2::after {
  animation-delay: 1120ms;
}

.gym-showcase.is-gym-revealed .gym-showcase-frame-4::after {
  animation-delay: 1280ms;
}

@media (max-width: 767px) {
  .gym-showcase-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    width: 95%;
  }

  .gym-showcase-grid .gym-showcase-frame {
    width: 100%;
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gym-showcase-grid .gym-showcase-frame,
  .gym-showcase-grid .gym-showcase-image {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
    will-change: auto !important;
  }
}

@media (max-width: 600px) {
  .hero-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-inline: 20px;
    box-sizing: border-box;
  }

  .hero-copy .hero-title {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    margin-inline: auto;
    padding-inline: 0;
    text-align: center;
    box-sizing: border-box;
    transform: none !important;
  }

  .hero-copy .hero-title > span {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    white-space: nowrap !important;
    text-align: center;
    box-sizing: border-box;
  }

  .hero-copy .hero-title > span:first-child {
    font-size: clamp(30px, 8.5vw, 38px) !important;
  }

  .hero-copy .hero-title > .red {
    font-size: clamp(23px, 6.7vw, 29px) !important;
    letter-spacing: -0.035em !important;
    margin-top: 0;
  }

  .hero-copy .hero-title::before {
    display: none !important;
  }
}

/* Unified brand and interface system */
body,
button,
input,
textarea,
select {
  font-family: var(--site-font) !important;
}

h1,
h2,
h3,
h4 {
  font-weight: 700 !important;
  letter-spacing: normal !important;
}

.hero-copy .hero-title::before {
  background: #d5b56f;
}

p,
li,
label,
input,
textarea,
select {
  font-weight: 400;
}

.footer-brand b {
  color: #fff;
}

.btn {
  min-height: 52px;
  padding: 13px 22px;
  border-radius: 12px 4px 12px 4px;
  font-size: 1rem;
  font-weight: 700 !important;
}

.btn:not(.btn-secondary),
.trial-booking-payment {
  border-color: rgba(239, 215, 162, .42);
  color: #17130d;
  background: #d5b56f;
  background-image: none;
  box-shadow: 0 12px 28px rgba(88, 64, 22, .24);
}

.btn:not(.btn-secondary):hover,
.btn:not(.btn-secondary):focus-visible,
.trial-booking-payment:hover,
.trial-booking-payment:focus-visible {
  color: #0b0a08;
  background: #e0c481;
  box-shadow: 0 14px 30px rgba(88, 64, 22, .3);
}

.btn-secondary {
  border-color: rgba(213, 181, 111, .32);
  color: #f7f4ed;
  background: rgba(12, 12, 13, .82);
  box-shadow: inset 0 1px rgba(255, 255, 255, .04);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  border-color: rgba(224, 196, 129, .58);
  color: #fff;
  background: rgba(31, 27, 20, .88);
}

.trial-booking-slot {
  min-height: 52px;
  font-family: inherit;
  font-weight: 700;
}

@media (max-width: 767px) {
  .hero-copy > .hero-actions .hero-primary-cta {
    border-color: rgba(239, 215, 162, .42) !important;
    color: #17130d !important;
    background: #d5b56f !important;
    background-image: none !important;
  }

  .hero-copy .hero-title {
    max-width: 12ch !important;
    margin-inline: auto !important;
    font-size: clamp(2.25rem, 10.5vw, 3rem) !important;
    line-height: 1.08 !important;
    text-wrap: balance;
  }

  .btn {
    width: 100%;
    max-width: 360px;
  }

  .personal-pillars,
  .cards,
  .process-grid,
  .price-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Isolated plans layout and compact location */
.plans-section {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background:
    radial-gradient(ellipse at 50% 48%, rgba(125,18,15,.11), transparent 33rem),
    linear-gradient(180deg, #080808, #0c0c0c 50%, #070707);
}

.plans-info {
  position: static;
  display: flex;
  flex-direction: column;
  clear: both;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  margin-top: 28px;
  padding: 0;
  transform: none;
  box-sizing: border-box;
}

.plans-info .terms-note {
  position: static;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  box-sizing: border-box;
}

#location {
  padding-block: clamp(40px, 5.5vw, 64px);
}

#location .section-head {
  margin-bottom: 20px;
}

#location .section-head h2 {
  margin-bottom: 0;
  font-size: clamp(1.9rem, 4vw, 3rem);
}

#location .location-grid > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

#location .location-card {
  min-height: 0;
  margin: 0;
  padding: 15px 16px;
}

#location .location-card h3 {
  margin-bottom: 6px;
  font-size: 1.08rem;
  line-height: 1.25;
}

#location .location-card p {
  margin-bottom: 3px;
  font-size: .94rem;
  line-height: 1.45;
}

#location .location-card p:last-child {
  margin-bottom: 0;
}

#location .location-waze-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 2px;
}

#location .location-waze-actions .btn {
  width: auto;
  min-height: 48px;
  padding-block: 10px;
}

@media (max-width: 768px) {
  .plans-section {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .plans-section > .container {
    width: 100%;
    max-width: 100%;
  }

  .plans-section .section-head {
    padding-inline: 16px;
  }

  .plans-info {
    position: static;
    display: flex;
    flex-direction: column;
    clear: both;
    gap: 16px;
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
    padding-inline: 16px;
    transform: none;
    box-sizing: border-box;
  }

  @media (prefers-reduced-motion: reduce) {
  }

  #location {
    padding-block: 42px;
  }

  #location .location-grid > div {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  #location .location-card {
    padding: 14px 15px;
  }

  #location .location-waze-actions {
    grid-column: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  #location .location-waze-actions .btn {
    width: 100%;
    min-height: 52px;
    padding-inline: 12px;
  }
}

@media (max-width: 360px) {
  #location .location-waze-actions {
    grid-template-columns: 1fr;
  }
}

.success-card {
  padding: 8px;
  border-radius: 24px 8px 24px 8px;
}

.success-card::before {
  right: 28px;
  left: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(213,181,111,.5), transparent);
}

.success-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
  aspect-ratio: 4 / 5;
  border-color: rgba(213,181,111,.18);
  background: rgba(6,6,7,.88);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.035),
    0 12px 28px rgba(0,0,0,.42);
}

.success-image-main {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.success-image::before {
  inset: 0;
  border: 1px solid rgba(213,181,111,.2);
  background: none;
  box-shadow: inset 0 0 18px rgba(0,0,0,.42);
}

.success-image::after {
  inset: 8px;
  border: 1px solid rgba(213,181,111,.16);
  border-radius: 10px;
  box-shadow: none;
}

.success-content {
  margin: 8px 4px 2px;
  border-color: rgba(213,181,111,.14);
}

.success-content::before {
  background: rgba(213,181,111,.48);
}

.faq-list {
  padding: 8px;
  border: 1px solid rgba(213,181,111,.16);
  border-radius: 22px 8px 22px 8px;
  background: rgba(8,8,9,.7);
  box-shadow: 0 18px 42px rgba(0,0,0,.26);
}

.faq-item {
  border-color: rgba(213,181,111,.14);
  background: rgba(255,255,255,.018);
  box-shadow: none;
}

.faq-item:has(.faq-question[aria-expanded="true"]) {
  border-color: rgba(213,181,111,.34);
  box-shadow: inset 3px 0 rgba(184,141,67,.5);
}

.faq-question::after,
.location-card h3 span {
  border-color: rgba(213,181,111,.32);
  color: #dfc281;
  background: rgba(184,141,67,.08);
}

.plans-info {
  padding: 16px;
  border: 1px solid rgba(213,181,111,.14);
  border-radius: 16px 6px 16px 6px;
  background: rgba(8,8,9,.68);
  box-shadow: 0 14px 34px rgba(0,0,0,.24);
}

/* Final typography and ombre brand layer */
html,
body,
body *,
button,
input,
textarea,
select {
  font-family: var(--site-font) !important;
}

h1,
h2,
h3,
h4,
.section-head,
.lead,
.btn,
.badge,
.price,
.plan-frequency,
.faq-question,
.faq-answer,
.terms-note {
  font-family: inherit !important;
}

h1 {
  font-weight: 700 !important;
  line-height: 1.02;
}

h2 {
  font-weight: 700 !important;
  line-height: 1.12;
}

h3,
h4 {
  font-weight: 700 !important;
  line-height: 1.3;
}

.section-head h2 {
  color: #f8f6f0;
}

.section-head .lead {
  color: #c9c5bc;
}

.plans-section {
  background:
    radial-gradient(ellipse at 50% 20%, rgba(169,29,25,.1), transparent 34rem),
    radial-gradient(ellipse at 50% 72%, rgba(184,141,67,.075), transparent 30rem),
    linear-gradient(180deg, rgba(5,5,5,.98), rgba(13,9,8,.96) 50%, rgba(5,5,5,.98));
}

.plans-info {
  gap: 12px;
  border-color: rgba(213,181,111,.18);
  background:
    linear-gradient(135deg, rgba(169,29,25,.045), rgba(184,141,67,.055)),
    rgba(7,7,8,.76);
}

#location {
  background:
    radial-gradient(ellipse at 50% 50%, rgba(184,141,67,.045), transparent 34rem);
}

#location .location-card {
  border-color: rgba(213,181,111,.17);
  background: rgba(8,8,9,.76);
  box-shadow: inset 0 1px rgba(255,255,255,.04), 0 12px 28px rgba(0,0,0,.22);
}

.success-section {
  background:
    radial-gradient(ellipse at 50% 16%, rgba(169,29,25,.065), transparent 34rem),
    rgba(7,7,8,.72);
}

.success-card,
.google-review-card,
.trial-booking-card,
.faq-list {
  background:
    linear-gradient(145deg, rgba(184,141,67,.04), transparent 36%),
    rgba(8,8,9,.8);
}

.btn {
  min-height: 52px;
  padding: 13px 22px;
  font-size: 1rem;
  font-weight: 700 !important;
  line-height: 1.25;
}

.btn:not(.btn-secondary),
.trial-booking-payment {
  background:
    linear-gradient(135deg, #e0c481, #bd9147 58%, #a91d19 150%);
}

.btn-secondary {
  border-color: rgba(213,181,111,.34);
  background:
    linear-gradient(135deg, rgba(169,29,25,.06), rgba(184,141,67,.07)),
    rgba(9,9,10,.86);
}

@media (max-width: 768px) {

  .plans-info {
    margin-top: 24px;
  }

  #location {
    padding-block: 40px;
  }
}

/* Focused plans corrections */
.plans-info .terms-note {
  padding: 13px 16px;
  border-inline-start-width: 1px;
  border-inline-start-color: rgba(213,181,111,.18);
}

.plans-info .terms-note::before,
.plans-info .terms-note::after {
  content: none;
  display: none;
}

/* Interactive training pace selector */
.plans-section,
.plans-section .section-head,
.plans-section .section-head h2,
.plans-section .section-head p,
.plans-section button,
.plans-section h2,
.plans-section h3,
.plans-section p,
.plans-section span,
.plans-section small,
.plans-section li {
  font-family: var(--site-font) !important;
}

.plan-selector {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: min(100%, 820px);
  margin: 0 auto 22px;
  padding: 7px;
  border: 1px solid rgba(214,181,111,.2);
  border-radius: 18px 7px 18px 7px;
  background: rgba(5,5,6,.78);
  box-shadow: inset 0 1px rgba(255,255,255,.04), 0 16px 36px rgba(0,0,0,.28);
}

.plan-selector-button {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 12px;
  border: 1px solid rgba(214,181,111,.18);
  border-radius: 12px 4px 12px 4px;
  color: #f5f1e8;
  background: rgba(17,17,18,.82);
  font: inherit;
  font-size: .96rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  transition: border-color 220ms ease, color 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.plan-selector-button:hover,
.plan-selector-button:focus-visible {
  border-color: rgba(224,194,125,.46);
  background: rgba(37,29,20,.9);
}

.plan-selector-button.is-active {
  border-color: rgba(224,194,125,.68);
  color: #fff9ea;
  background:
    linear-gradient(135deg, rgba(91,15,18,.82), rgba(154,40,34,.48) 52%, rgba(184,141,67,.28)),
    #120b0b;
  box-shadow: inset 0 1px rgba(255,245,218,.13), 0 8px 22px rgba(83,19,13,.24);
}

.plan-selector-button.is-recommended small {
  display: inline-flex;
  padding: 4px 7px;
  border: 1px solid rgba(226,67,60,.9);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #781516, #a91d19);
  box-shadow: 0 0 0 1px rgba(255,255,255,.04), 0 4px 12px rgba(119,15,15,.34);
  font-size: .68rem;
  font-weight: 700;
  line-height: 1;
}

.plan-detail {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 17px 28px;
  width: min(100%, 820px);
  min-width: 0;
  margin-inline: auto;
  padding: clamp(24px, 4vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(214,181,111,.26);
  border-radius: 26px 9px 26px 9px;
  color: #f5f1e8;
  background:
    radial-gradient(circle at 82% 0%, rgba(74,15,20,.3), transparent 48%),
    linear-gradient(145deg, rgba(214,181,111,.07), transparent 40%),
    rgba(8,8,9,.94);
  box-shadow: inset 0 1px rgba(255,255,255,.07), 0 24px 58px rgba(0,0,0,.44);
  transition: opacity 160ms ease, transform 160ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.plan-detail::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(214,181,111,.64), transparent);
}

.plan-detail.is-changing {
  opacity: .35;
  transform: translateY(5px);
}

.plan-detail.is-recommended {
  border-color: rgba(224,194,125,.72);
  background:
    radial-gradient(circle at 82% 0%, rgba(91,16,23,.58), transparent 52%),
    linear-gradient(145deg, rgba(202,165,92,.2), rgba(59,13,18,.42) 50%, rgba(7,7,8,.97));
  box-shadow:
    inset 0 1px rgba(255,245,218,.16),
    inset 0 0 48px rgba(74,15,20,.16),
    0 0 0 1px rgba(202,165,92,.2),
    0 26px 64px rgba(0,0,0,.52),
    0 0 34px rgba(143,29,36,.2);
}

.plan-detail.is-recommended::before {
  height: 3px;
  background: linear-gradient(90deg, transparent, #8f1d24 20%, #e0c27d 52%, #8f1d24 80%, transparent);
}

.plan-detail-title {
  grid-column: 1 / -1;
  margin: 0;
  color: #fff;
  font-family: var(--site-font) !important;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 700 !important;
  line-height: 1.25;
  overflow-wrap: break-word;
}

.plan-detail-subtitle {
  grid-column: 1 / -1;
  max-width: 640px;
  margin: -5px 0 2px;
  color: #d4cec2;
  font-size: 1.04rem;
  line-height: 1.65;
}

.plan-detail-frequency {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(214,181,111,.2);
  border-radius: 14px 5px 14px 5px;
  background: rgba(5,5,6,.42);
}

.plan-detail .plan-frequency {
  margin: 0;
  color: #efd99e;
  font-size: 1rem;
  font-weight: 700;
}

.plan-week-meter {
  display: grid;
  grid-template-columns: repeat(7, 18px);
  gap: 6px;
  direction: ltr;
}

.plan-week-meter span {
  width: 18px;
  height: 7px;
  border: 1px solid rgba(214,181,111,.24);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
}

.plan-week-meter span.is-filled {
  border-color: rgba(224,194,125,.62);
  background: linear-gradient(90deg, #8f1d24, #d6b56e);
  box-shadow: 0 0 10px rgba(169,31,40,.16);
}

.plan-detail .plan-benefits {
  grid-column: 1;
  display: grid;
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-detail .plan-benefits li {
  position: relative;
  padding-inline-start: 18px;
  color: #e7e2d9;
  line-height: 1.55;
}

.plan-detail .plan-benefits li::before {
  content: "";
  position: absolute;
  top: .72em;
  inset-inline-start: 0;
  width: 7px;
  height: 2px;
  border: 0;
  border-radius: 999px;
  background: #d6b56e;
  transform: none;
}

.plan-detail .price {
  grid-column: 2;
  grid-row: span 2;
  align-self: center;
  margin: 0;
  color: #f3d58b;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.plan-detail .price small {
  color: #bbb3a5;
  font-size: .88rem;
  font-weight: 500;
}

.plan-detail .trial-booking-link {
  grid-column: 1;
  width: min(100%, 340px);
  margin: 2px 0 0;
  border-color: rgba(214,181,111,.48);
  color: #f7f1e4;
  background: rgba(7,7,8,.82);
}

.plan-detail .trial-booking-link:hover,
.plan-detail .trial-booking-link:focus-visible {
  border-color: rgba(224,194,125,.78);
  background: linear-gradient(135deg, rgba(91,16,23,.54), rgba(126,87,37,.34)), #090909;
}

@media (max-width: 768px) {
  .plans-section > .container {
    width: 100%;
    max-width: 100%;
    padding-inline: 16px;
  }

  .plans-section .section-head {
    padding-inline: 0;
  }

  .plan-selector {
    gap: 5px;
    padding: 5px;
    margin-bottom: 16px;
  }

  .plan-selector-button {
    min-height: 58px;
    flex-direction: column;
    gap: 5px;
    padding: 8px 5px;
    font-size: clamp(.76rem, 3.4vw, .9rem);
  }

  .plan-selector-button.is-recommended small {
    padding: 3px 6px;
    font-size: .61rem;
  }

  .plan-detail {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding: 23px 18px;
    border-radius: 22px 7px 22px 7px;
  }

  .plan-detail-title {
    font-size: clamp(1.48rem, 6.6vw, 1.8rem);
  }

  .plan-detail-subtitle {
    margin-top: -4px;
    font-size: .98rem;
  }

  .plan-detail-frequency {
    flex-direction: column;
    align-items: stretch;
    gap: 11px;
  }

  .plan-week-meter {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    width: 100%;
  }

  .plan-week-meter span {
    width: 100%;
  }

  .plan-detail .price {
    align-self: stretch;
    font-size: clamp(2.45rem, 12vw, 3.15rem);
    white-space: normal;
  }

  .plan-detail .trial-booking-link {
    width: 100%;
  }

  .plans-info {
    padding-inline: 14px;
  }
}
