:root{
  --purple:#6d28d9;
  --purple-2:#7c3aed;
  --purple-soft:#f2edff;
  --ink:#171717;
  --muted:#626262;
  --line:#e9e4f3;
  --surface:#ffffff;
  --bg:#fbfaff;
  --green:#0f9f6e;
  --radius:24px;
  --shadow:0 20px 55px rgba(72,36,135,.12);
}
*{box-sizing:border-box}
html,body{max-width:100%;overflow-x:clip}
@supports not (overflow:clip){body{overflow-x:hidden}}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--ink);
  background:var(--bg);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img,svg{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,a{touch-action:manipulation}
.container{width:min(1120px,calc(100% - 32px));margin-inline:auto}
.skip{position:absolute;left:-9999px;top:auto}
.skip:focus{left:16px;top:16px;background:#fff;padding:10px 14px;border-radius:10px;z-index:1000}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(251,250,255,.9);backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(233,228,243,.8)
}
.nav{display:flex;align-items:center;justify-content:space-between;min-height:74px;gap:20px}
.brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:1.28rem;letter-spacing:-.03em}
.brand img{width:48px;height:48px;object-fit:contain;border-radius:12px}
.brand span{white-space:nowrap}
.nav-links{display:flex;align-items:center;gap:26px;font-weight:650;font-size:.95rem}
.nav-links a:hover{color:var(--purple)}
.nav-actions{display:flex;align-items:center;gap:10px}
.lang{border:1px solid var(--line);padding:9px 12px;border-radius:999px;background:#fff;font-weight:700}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:48px;padding:0 20px;border-radius:14px;
  font-weight:800;border:1px solid transparent;transition:.2s ease;
  cursor:pointer
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--purple);color:#fff;box-shadow:0 10px 24px rgba(109,40,217,.24)}
.btn-primary:hover{background:#5b21b6}
.btn-secondary{background:#fff;border-color:var(--line)}
.hero{padding:86px 0 72px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:58px}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;color:var(--purple);
  background:var(--purple-soft);padding:8px 12px;border-radius:999px;
  font-weight:800;font-size:.9rem
}
.dot{width:8px;height:8px;background:var(--green);border-radius:50%}
h1,h2,h3{line-height:1.08;margin:0 0 18px;letter-spacing:-.035em}
h1{font-size:clamp(3rem,7vw,5.6rem);max-width:780px}
h2{font-size:clamp(2rem,4vw,3.4rem)}
h3{font-size:1.25rem}
.gradient-text{background:linear-gradient(100deg,var(--purple),#9333ea);-webkit-background-clip:text;background-clip:text;color:transparent}
.lead{font-size:1.18rem;color:var(--muted);max-width:680px;margin:0 0 28px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.store-note{color:var(--muted);font-size:.88rem;margin-top:14px}
.phone-wrap{position:relative;min-height:510px;display:grid;place-items:center}
.glow{position:absolute;width:470px;height:470px;border-radius:50%;background:radial-gradient(circle,rgba(124,58,237,.26),rgba(124,58,237,0) 68%)}
.phone{
  position:relative;width:min(330px,83vw);aspect-ratio:9/18.5;
  border:10px solid #161616;border-radius:48px;background:#fff;box-shadow:var(--shadow);padding:22px 16px;overflow:hidden
}
.notch{position:absolute;top:8px;left:50%;transform:translateX(-50%);width:110px;height:24px;background:#161616;border-radius:20px}
.app-top{margin-top:16px;padding:14px 8px 18px}
.app-top small{color:var(--muted)}
.app-top strong{display:block;font-size:1.45rem}
.balance{background:linear-gradient(135deg,#5b21b6,#8b5cf6);color:#fff;padding:20px;border-radius:22px;margin-bottom:16px}
.balance small{opacity:.8}.balance b{display:block;font-size:2rem}
.gym-card{padding:14px;border:1px solid #eee;border-radius:18px;margin:10px 0;background:#fff}
.gym-card .meta{display:flex;justify-content:space-between;color:var(--muted);font-size:.82rem}
.gym-thumb{height:72px;border-radius:12px;background:linear-gradient(135deg,#ede9fe,#ddd6fe);margin-bottom:10px;position:relative;overflow:hidden}
.gym-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 45%,rgba(255,255,255,.7) 50%,transparent 55%);transform:translateX(-100%);animation:shine 4s infinite}
@keyframes shine{55%,100%{transform:translateX(100%)}}
.section{padding:86px 0}
.section-head{max-width:720px;margin-bottom:40px}
.kicker{color:var(--purple);font-weight:850;text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;margin-bottom:10px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 10px 30px rgba(54,31,94,.04)}
.icon{
  width:46px;height:46px;border-radius:14px;background:var(--purple-soft);color:var(--purple);
  display:grid;place-items:center;font-weight:900;margin-bottom:18px
}
.card p{color:var(--muted);margin:0}
.how{counter-reset:steps}
.step{position:relative}
.step .number{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--purple);color:#fff;font-weight:900;margin-bottom:18px}
.band{background:#171717;color:#fff}
.band .card{background:#242424;border-color:#313131}
.band .card p{color:#cfcfcf}
.band .kicker{color:#c4b5fd}
.price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.price{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;position:relative}
.price.featured{border:2px solid var(--purple);transform:translateY(-8px);box-shadow:var(--shadow)}
.badge{position:absolute;right:16px;top:16px;background:var(--purple-soft);color:var(--purple);font-size:.72rem;font-weight:900;padding:5px 8px;border-radius:999px}
.amount{font-size:2.3rem;font-weight:900;letter-spacing:-.05em}.amount small{font-size:.9rem;color:var(--muted);letter-spacing:0}
.price p{color:var(--muted);min-height:52px}
.faq{max-width:820px}
details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 20px;margin:12px 0}
summary{cursor:pointer;font-weight:800}
details p{color:var(--muted);margin-bottom:0}
.cta-panel{
  background:linear-gradient(135deg,#4c1d95 0%,#6d28d9 45%,#8b5cf6 100%);color:#fff;
  border-radius:32px;padding:54px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px;overflow:hidden;position:relative
}
.cta-panel p{color:#e9ddff;max-width:680px}
.cta-panel .btn-secondary{border:none;color:var(--purple);background:#fff}
footer{padding:40px 0 100px;color:var(--muted);font-size:.92rem}
.footer-grid{display:flex;justify-content:space-between;gap:30px;align-items:center}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}
.mobile-download{display:none}
.micro{font-size:.8rem;color:var(--muted)}
@media(max-width:900px){
  .nav-links{display:none}
  .hero{padding-top:58px}
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{text-align:center}.lead{margin-inline:auto}.hero-actions{justify-content:center}
  .phone-wrap{min-height:480px}
  .cards{grid-template-columns:1fr 1fr}
  .price-grid{grid-template-columns:1fr 1fr}
  .cta-panel{grid-template-columns:1fr;padding:36px}
}
@media(max-width:620px){
  .container{width:min(100% - 24px,1120px)}
  .nav{min-height:66px}.brand img{width:132px}.nav-actions .btn{display:none}
  h1{font-size:clamp(2.65rem,14vw,4.2rem)}
  .hero{padding:44px 0 54px}.phone-wrap{min-height:430px}.phone{width:270px}
  .section{padding:64px 0}
  .cards,.price-grid{grid-template-columns:1fr}
  .price.featured{transform:none}
  .cta-panel{padding:30px 24px;border-radius:24px}
  .footer-grid{align-items:flex-start;flex-direction:column}
  footer{padding-bottom:94px}
  .mobile-download{
    display:grid;grid-template-columns:1fr 1fr;gap:8px;position:fixed;bottom:0;left:0;right:0;z-index:60;
    padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);border-top:1px solid var(--line);backdrop-filter:blur(14px)
  }
  .mobile-download .btn{font-size:.87rem;padding:0 10px;min-height:44px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}

main,section,.hero-grid,.cards,.price-grid,.cta-panel,.nav,.footer-grid{min-width:0;max-width:100%}
.hero-grid>*,.cards>*,.price-grid>*,.cta-panel>*,.nav>*,.footer-grid>*{min-width:0}
body{overflow-wrap:break-word}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.contact-card{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;transition:.2s ease}
.contact-card:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(54,31,94,.07)}
.contact-icon{width:44px;height:44px;flex:0 0 44px;border-radius:14px;background:var(--purple-soft);color:var(--purple);display:grid;place-items:center;font-weight:900}
.contact-card strong{display:block}.contact-card span{display:block;color:var(--muted);font-size:.92rem}
[dir="rtl"] .section-head,[dir="rtl"] .hero-copy{text-align:right}
[dir="rtl"] .contact-card{text-align:right}
[dir="rtl"] .cta-panel{direction:rtl}
[dir="rtl"] .badge{right:auto;left:16px}
@media(max-width:620px){
  .brand img{width:42px;height:42px}.brand{font-size:1.08rem}
  .contact-grid{grid-template-columns:1fr}
}


/* v3 logo and badges */
.brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:1.28rem;letter-spacing:-.03em;min-width:0}
.brand .brand-icon{width:46px;height:46px;object-fit:contain;flex:0 0 auto}
.brand .brand-text{font-size:1.7rem;font-weight:900;letter-spacing:-.04em;line-height:1;white-space:nowrap}
.brand .brand-text .fit{color:var(--purple)}
.store-badges{display:flex;gap:12px;flex-wrap:wrap}
.store-badge{
  display:inline-flex;align-items:center;justify-content:center;
  background:transparent;border:none;padding:0;min-height:auto;
  box-shadow:none;border-radius:18px
}
.store-badge img{display:block;height:56px;width:auto}
.cta-panel .store-badge img{height:54px}
.mobile-download .store-badge img{height:44px;max-width:100%}
.hero-actions .store-badge:hover,.cta-panel .store-badge:hover,.mobile-download .store-badge:hover{transform:translateY(-1px)}
.contact-list{display:grid;gap:14px;margin-top:16px}
.contact-item{display:flex;align-items:center;gap:12px;padding:16px 18px;background:#fff;border:1px solid var(--line);border-radius:18px;font-weight:700}
.contact-item span{color:var(--muted);font-weight:600}
[dir="rtl"] .brand{flex-direction:row}
[dir="rtl"] .hero-actions,[dir="rtl"] .store-badges{justify-content:flex-start}
[dir="rtl"] .cta-panel .hero-actions{justify-content:flex-start}
@media(max-width:620px){
  .brand .brand-icon{width:40px;height:40px}
  .brand .brand-text{font-size:1.45rem}
  .store-badge img{height:48px}
  .cta-panel .store-badge img{height:46px}
}


/* v4 navbar/logo refinement */
.site-header{
  background:rgba(251,250,255,.96);
}
.nav{
  min-height:92px;
}
.brand{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  gap:0;
  width:78px;
  min-width:78px;
  line-height:0;
}
.brand .brand-icon,
.brand .brand-text{
  display:none !important;
}
.brand-logo-original{
  display:block;
  width:68px;
  height:68px;
  max-width:none;
  object-fit:contain;
  object-position:center;
  border-radius:10px;
  background:#fff;
  flex:0 0 68px;
}
.hero-wordmark{
  display:flex;
  align-items:baseline;
  direction:ltr;
  width:max-content;
  margin:0 0 16px;
  font-size:clamp(1.55rem,2.5vw,2.2rem);
  line-height:1;
  font-weight:900;
  letter-spacing:-.05em;
}
.hero-wordmark-snap{color:var(--ink)}
.hero-wordmark-fit{color:var(--purple)}
[dir="rtl"] .hero-wordmark{
  margin-right:0;
  margin-left:auto;
}
@media(max-width:900px){
  .nav{min-height:84px}
  .brand{width:70px;min-width:70px}
  .brand-logo-original{
    width:62px;
    height:62px;
    flex-basis:62px;
  }
  .hero-wordmark{
    margin-left:auto;
    margin-right:auto;
  }
}
@media(max-width:620px){
  .nav{min-height:76px}
  .brand{width:60px;min-width:60px}
  .brand-logo-original{
    width:54px;
    height:54px;
    flex-basis:54px;
    border-radius:9px;
  }
  .hero-wordmark{
    font-size:1.55rem;
    margin-bottom:14px;
  }
}


/* v5 final logo sizing + branded wordmark */
.site-header{
  background:rgba(251,250,255,.97);
}
.nav{
  min-height:82px;
  gap:24px;
}
.brand{
  width:auto;
  min-width:auto;
  padding:4px 0;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:0;
  flex:0 0 auto;
}
.brand .brand-icon,
.brand .brand-text{
  display:none !important;
}
.brand-logo-original{
  width:54px !important;
  height:54px !important;
  max-width:none;
  object-fit:contain;
  object-position:center;
  border-radius:12px;
  background:#fff;
  box-shadow:0 8px 22px rgba(82,35,157,.08);
  display:block;
  flex:0 0 auto;
}
.hero-wordmark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0 0 18px;
}
.hero-wordmark-cool{
  padding:10px 18px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.72));
  border:1px solid rgba(124,58,237,.14);
  box-shadow:0 10px 30px rgba(109,40,217,.08);
  position:relative;
  overflow:hidden;
}
.hero-wordmark-cool::before{
  content:"";
  position:absolute;
  inset:-30% auto auto -8%;
  width:120px;
  height:120px;
  background:radial-gradient(circle, rgba(168,85,247,.20), rgba(168,85,247,0) 70%);
  pointer-events:none;
}
.hero-wordmark-cool::after{
  content:"";
  position:absolute;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(135deg,#8b5cf6,#c084fc);
  box-shadow:0 0 16px rgba(168,85,247,.65);
}
.snapfit-word{
  position:relative;
  z-index:1;
  font-size:clamp(1.75rem,2.8vw,2.45rem);
  line-height:1;
  font-weight:900;
  letter-spacing:-.055em;
  background:linear-gradient(90deg,#5b21b6 0%, #7c3aed 40%, #a855f7 75%, #c084fc 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  filter:drop-shadow(0 6px 18px rgba(124,58,237,.20));
}
[dir="rtl"] .hero-wordmark{
  margin-left:auto;
  margin-right:0;
}
@media(max-width:900px){
  .nav{min-height:76px}
  .brand-logo-original{
    width:48px !important;
    height:48px !important;
  }
  .hero-wordmark{
    margin-left:auto;
    margin-right:auto;
  }
}
@media(max-width:620px){
  .nav{min-height:70px}
  .brand-logo-original{
    width:42px !important;
    height:42px !important;
    border-radius:10px;
  }
  .hero-wordmark-cool{
    padding:8px 14px;
  }
  .snapfit-word{
    font-size:1.55rem;
  }
}


/* v6 - GoDaddy-style navbar identity */
.nav{
  min-height:80px;
  gap:26px;
}

.brand{
  position:relative;
  display:inline-flex !important;
  align-items:center;
  justify-content:flex-start;
  gap:10px !important;
  width:auto !important;
  min-width:max-content !important;
  padding:5px 0;
  line-height:1;
  flex:0 0 auto;
}

.brand::before{
  content:"";
  position:absolute;
  left:28px;
  top:50%;
  width:70px;
  height:42px;
  transform:translateY(-50%);
  border-radius:999px;
  background:radial-gradient(circle,rgba(124,58,237,.10),rgba(124,58,237,0) 72%);
  pointer-events:none;
}

.nav-brand-logo{
  position:relative;
  z-index:2;
  display:block;
  width:46px !important;
  height:46px !important;
  min-width:46px;
  object-fit:contain !important;
  object-position:center;
  border-radius:10px;
  background:#fff;
  box-shadow:0 5px 16px rgba(77,32,145,.08);
  flex:0 0 46px;
}

.nav-brand-wordmark{
  position:relative;
  z-index:2;
  display:inline-flex;
  align-items:baseline;
  white-space:nowrap;
  font-size:1.72rem;
  font-weight:950;
  line-height:1;
  letter-spacing:-.055em;
}

.nav-brand-snap{
  color:#171717;
}

.nav-brand-fit{
  position:relative;
  margin-left:1px;
  background:linear-gradient(105deg,#6d28d9 0%,#7c3aed 45%,#a855f7 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  filter:drop-shadow(0 4px 10px rgba(124,58,237,.18));
}

.nav-brand-fit::after{
  content:"";
  position:absolute;
  left:6%;
  right:2%;
  height:3px;
  bottom:-5px;
  border-radius:999px;
  background:linear-gradient(90deg,#7c3aed,#c084fc);
  opacity:.72;
}

.hero-copy > .eyebrow{
  margin-top:0;
}

/* Kill all older hero wordmark styling if it remains cached in CSS. */
.hero-wordmark,
.hero-wordmark-cool{
  display:none !important;
}

[dir="rtl"] .brand{
  flex-direction:row !important;
}

@media(max-width:900px){
  .nav{min-height:74px}
  .nav-brand-logo{
    width:42px !important;
    height:42px !important;
    min-width:42px;
    flex-basis:42px;
  }
  .nav-brand-wordmark{
    font-size:1.5rem;
  }
}

@media(max-width:620px){
  .nav{
    min-height:68px;
    gap:12px;
  }
  .brand{
    gap:8px !important;
  }
  .nav-brand-logo{
    width:36px !important;
    height:36px !important;
    min-width:36px;
    flex-basis:36px;
    border-radius:8px;
  }
  .nav-brand-wordmark{
    font-size:1.24rem;
  }
  .nav-brand-fit::after{
    height:2px;
    bottom:-4px;
  }
}


/* v7 — final navbar brand sizing */
.site-header{
  background:rgba(251,250,255,.97);
}

.nav{
  min-height:70px !important;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}

.brand{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:9px !important;
  width:auto !important;
  min-width:max-content !important;
  height:auto !important;
  padding:0 !important;
  margin:0 !important;
  line-height:1 !important;
  flex:0 0 auto !important;
  white-space:nowrap !important;
}

.brand::before,
.brand::after{
  display:none !important;
  content:none !important;
}

.brand > *{
  flex-shrink:0 !important;
}

.snapfit-nav-logo{
  display:block !important;
  width:38px !important;
  height:38px !important;
  min-width:38px !important;
  max-width:38px !important;
  min-height:38px !important;
  max-height:38px !important;
  aspect-ratio:1 / 1 !important;
  object-fit:cover !important;
  object-position:center !important;
  border-radius:8px !important;
  background:#fff !important;
  box-shadow:0 5px 16px rgba(72,36,135,.10) !important;
  margin:0 !important;
  padding:0 !important;
}

.snapfit-nav-name{
  display:inline-flex !important;
  flex-direction:row !important;
  align-items:baseline !important;
  white-space:nowrap !important;
  font-family:"Avenir Next","SF Pro Display","Segoe UI",Inter,Arial,sans-serif !important;
  font-size:1.55rem !important;
  font-weight:800 !important;
  line-height:1 !important;
  letter-spacing:-.045em !important;
  margin:0 !important;
  padding:0 !important;
}

.snapfit-nav-name-snap{
  color:#26202f !important;
}

.snapfit-nav-name-fit{
  margin-left:1px !important;
  background:linear-gradient(105deg,#6d28d9 0%,#7c3aed 48%,#a855f7 100%) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
  text-shadow:none !important;
}

.hero-wordmark,
.hero-wordmark-cool{
  display:none !important;
}

/* RTL page still keeps the Latin brand left-to-right */
[dir="rtl"] .brand{
  flex-direction:row !important;
}
[dir="rtl"] .snapfit-nav-name{
  direction:ltr !important;
}

@media(max-width:900px){
  .nav{
    min-height:66px !important;
    gap:14px !important;
  }
  .snapfit-nav-logo{
    width:36px !important;
    height:36px !important;
    min-width:36px !important;
    max-width:36px !important;
    min-height:36px !important;
    max-height:36px !important;
  }
  .snapfit-nav-name{
    font-size:1.4rem !important;
  }
}

@media(max-width:620px){
  .nav{
    min-height:62px !important;
    gap:10px !important;
  }
  .brand{
    gap:7px !important;
  }
  .snapfit-nav-logo{
    width:34px !important;
    height:34px !important;
    min-width:34px !important;
    max-width:34px !important;
    min-height:34px !important;
    max-height:34px !important;
    border-radius:7px !important;
  }
  .snapfit-nav-name{
    font-size:1.22rem !important;
  }
}


/* =========================================================
   v8 — authoritative navbar + RTL overflow fix
   ========================================================= */

/* Hard-stop page-level horizontal overflow, including RTL browsers. */
html{
  width:100% !important;
  max-width:100% !important;
  overflow-x:hidden !important;
}
body{
  width:100% !important;
  max-width:100% !important;
  overflow-x:hidden !important;
  position:relative !important;
}
body > *,
main,
header,
footer,
section{
  max-width:100% !important;
}

/* The old off-screen skip-link technique can create huge RTL scroll width.
   Hide it without physically positioning it thousands of pixels away. */
.skip{
  position:fixed !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:0 !important;
  overflow:hidden !important;
  clip:rect(0 0 0 0) !important;
  clip-path:inset(50%) !important;
  white-space:nowrap !important;
  border:0 !important;
  inset:0 auto auto 0 !important;
  transform:none !important;
}
.skip:focus{
  width:auto !important;
  height:auto !important;
  padding:10px 14px !important;
  margin:0 !important;
  overflow:visible !important;
  clip:auto !important;
  clip-path:none !important;
  top:12px !important;
  left:12px !important;
  right:auto !important;
  z-index:1000 !important;
}

/* Keep containers inside the viewport regardless of direction. */
.container{
  width:min(1120px, calc(100% - 32px)) !important;
  max-width:calc(100% - 32px) !important;
  margin-inline:auto !important;
}

/* Final navbar brand. Same markup and styling on EN + AR. */
.nav{
  min-height:72px !important;
  width:100% !important;
  max-width:100% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:20px !important;
}

.brand{
  display:inline-flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:9px !important;
  width:auto !important;
  min-width:0 !important;
  max-width:max-content !important;
  height:auto !important;
  padding:0 !important;
  margin:0 !important;
  line-height:1 !important;
  white-space:nowrap !important;
  flex:0 0 auto !important;
  direction:ltr !important;
}

.brand::before,
.brand::after{
  display:none !important;
  content:none !important;
}

.snapfit-nav-logo{
  display:block !important;
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  max-width:42px !important;
  min-height:42px !important;
  max-height:42px !important;
  aspect-ratio:1 / 1 !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#fff !important;
  border-radius:9px !important;
  box-shadow:0 5px 16px rgba(72,36,135,.10) !important;
  padding:0 !important;
  margin:0 !important;
  flex:0 0 42px !important;
}

.snapfit-nav-name{
  display:inline-flex !important;
  flex-direction:row !important;
  align-items:baseline !important;
  direction:ltr !important;
  white-space:nowrap !important;
  font-family:"Avenir Next","SF Pro Display","Segoe UI",Inter,Arial,sans-serif !important;
  font-size:1.55rem !important;
  font-weight:850 !important;
  line-height:1 !important;
  letter-spacing:-.045em !important;
  margin:0 !important;
  padding:0 !important;
}

.snapfit-nav-name-snap{
  color:#26202f !important;
}

.snapfit-nav-name-fit{
  margin-left:1px !important;
  background:linear-gradient(105deg,#6d28d9 0%,#7c3aed 48%,#a855f7 100%) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
}

/* Remove every older experimental hero wordmark. */
.hero-wordmark,
.hero-wordmark-cool{
  display:none !important;
}

/* RTL: keep page RTL, but brand itself Latin LTR.
   Also constrain all potentially wide flex/grid content. */
html[dir="rtl"] body{
  direction:rtl !important;
}
html[dir="rtl"] .brand{
  direction:ltr !important;
  flex-direction:row !important;
}
html[dir="rtl"] .snapfit-nav-name{
  direction:ltr !important;
}
html[dir="rtl"] .hero-grid,
html[dir="rtl"] .cards,
html[dir="rtl"] .price-grid,
html[dir="rtl"] .cta-panel,
html[dir="rtl"] .footer-grid,
html[dir="rtl"] .store-badges,
html[dir="rtl"] .hero-actions{
  max-width:100% !important;
  min-width:0 !important;
}
html[dir="rtl"] .hero-copy,
html[dir="rtl"] .phone-wrap,
html[dir="rtl"] .card,
html[dir="rtl"] .price,
html[dir="rtl"] .cta-panel > *,
html[dir="rtl"] .footer-grid > *{
  min-width:0 !important;
  max-width:100% !important;
}

/* Animated/absolute decorations must never contribute visual overflow. */
.hero,
.phone-wrap,
.cta-panel,
.gym-thumb{
  overflow:hidden !important;
}
.glow{
  max-width:100vw !important;
}

/* Hide full nav links sooner so Arabic labels cannot widen the header. */
@media(max-width:1050px){
  .nav-links{
    display:none !important;
  }
}

@media(max-width:620px){
  .container{
    width:calc(100% - 24px) !important;
    max-width:calc(100% - 24px) !important;
  }
  .nav{
    min-height:66px !important;
    gap:10px !important;
  }
  .brand{
    gap:8px !important;
  }

  /* User requested 42×42: keep it 42 on mobile too. */
  .snapfit-nav-logo{
    width:42px !important;
    height:42px !important;
    min-width:42px !important;
    max-width:42px !important;
    min-height:42px !important;
    max-height:42px !important;
    flex-basis:42px !important;
  }

  .snapfit-nav-name{
    font-size:1.24rem !important;
  }

  .nav-actions{
    min-width:0 !important;
    flex:0 1 auto !important;
  }
  .nav-actions .lang{
    white-space:nowrap !important;
  }

  .phone{
    max-width:100% !important;
  }

  .store-badge,
  .store-badge img{
    max-width:100% !important;
  }
}


/* =========================================================
   v10 — OLD ENGLISH STYLE FOR BOTH EN + AR
   Physical layout is identical on both pages.
   Arabic text direction is RTL only inside content blocks.
   ========================================================= */

html, body{
  max-width:100% !important;
  overflow-x:hidden !important;
}

/* Keep the original English positioning everywhere. */
.arabic-page{
  direction:ltr !important;
}

.arabic-page .site-header,
.arabic-page .nav,
.arabic-page .hero-grid,
.arabic-page .cards,
.arabic-page .price-grid,
.arabic-page .cta-panel,
.arabic-page .footer-grid,
.arabic-page .mobile-download{
  direction:ltr !important;
}

/* Header = same as English: logo left, nav center, actions right */
.arabic-page .brand{
  direction:ltr !important;
  flex-direction:row !important;
}

.arabic-page .nav-links{
  direction:ltr !important;
}

.arabic-page .nav-actions{
  direction:ltr !important;
  flex-direction:row !important;
}

/* Hero = same as English: copy left, phone right */
.arabic-page .hero-grid{
  grid-template-columns:1.05fr .95fr !important;
}

.arabic-page .hero-copy{
  grid-column:1 !important;
  direction:rtl !important;
  text-align:right !important;
}

.arabic-page .phone-wrap{
  grid-column:2 !important;
  direction:ltr !important;
}

/* Keep buttons/badges in the same physical left-to-right order as English */
.arabic-page .hero-actions,
.arabic-page .store-badges{
  direction:ltr !important;
  justify-content:flex-start !important;
}

/* Text is Arabic RTL inside cards/sections, but cards keep English order */
.arabic-page .section-head,
.arabic-page .card,
.arabic-page .price,
.arabic-page .faq,
.arabic-page details,
.arabic-page .contact-list,
.arabic-page .contact-item{
  direction:rtl !important;
  text-align:right !important;
}

.arabic-page .cards,
.arabic-page .price-grid{
  direction:ltr !important;
}

/* CTA and footer keep English physical positions */
.arabic-page .cta-panel{
  direction:ltr !important;
  grid-template-columns:1fr auto !important;
}

.arabic-page .cta-panel > div:first-child{
  direction:rtl !important;
  text-align:right !important;
}

.arabic-page .footer-grid{
  direction:ltr !important;
}

.arabic-page .footer-grid > div:first-child{
  direction:rtl !important;
  text-align:right !important;
}

.arabic-page .footer-links{
  direction:ltr !important;
}

/* Prevent any RTL content from widening the viewport */
.arabic-page *,
.arabic-page *::before,
.arabic-page *::after{
  max-width:100%;
}

.arabic-page .hero-copy,
.arabic-page .phone-wrap,
.arabic-page .card,
.arabic-page .price,
.arabic-page .cta-panel > *,
.arabic-page .footer-grid > *{
  min-width:0 !important;
}

/* Mobile: match English exactly — copy first, phone second */
@media(max-width:900px){
  .arabic-page .hero-grid{
    grid-template-columns:1fr !important;
  }

  .arabic-page .hero-copy{
    grid-column:1 !important;
    grid-row:1 !important;
    text-align:center !important;
  }

  .arabic-page .phone-wrap{
    grid-column:1 !important;
    grid-row:2 !important;
  }

  .arabic-page .hero-copy .eyebrow{
    margin-inline:auto !important;
  }

  .arabic-page .hero-copy h1,
  .arabic-page .hero-copy .lead,
  .arabic-page .hero-copy .store-note{
    text-align:center !important;
    margin-inline:auto !important;
  }

  .arabic-page .hero-actions,
  .arabic-page .store-badges{
    justify-content:center !important;
  }

  .arabic-page .cta-panel{
    grid-template-columns:1fr !important;
  }
}
