/* Gym Wallet 3.3.40 homepage. All selectors are scoped to .gym-home. */
.gym-home{
    --gym-brown:#6f4e37;
    --gym-brown-dark:#4f3526;
    --gym-ink:#151515;
    --gym-cream:#f4efe9;
    --gym-paper:#fffdf9;
    --gym-line:rgba(21,21,21,.13);
    width:100vw;
    max-width:none;
    margin:-20px 0 0 calc(50% - 50vw);
    color:var(--gym-ink);
    background:var(--gym-paper);
    font-family:Arial,Helvetica,sans-serif;
    overflow:hidden;
}
.gym-home *{box-sizing:border-box}
.gym-home h1,.gym-home h2,.gym-home h3,.gym-home p{margin-top:0}
.gym-home h1{max-width:850px;margin-bottom:20px;font-size:clamp(48px,9vw,108px);line-height:.9;letter-spacing:-.055em;text-transform:uppercase}
.gym-home h2{margin-bottom:18px;font-size:clamp(34px,5vw,64px);line-height:.98;letter-spacing:-.04em}
.gym-home h3{font-size:21px;line-height:1.15}
.gym-home p{font-size:18px;line-height:1.65}
.gym-home-kicker{margin-bottom:14px!important;color:var(--gym-brown);font-size:13px!important;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.gym-home-hero{position:relative;min-height:calc(100vh - 70px);display:grid;place-items:center;padding:90px 24px;background:radial-gradient(circle at 80% 20%,rgba(111,78,55,.48),transparent 35%),linear-gradient(135deg,#090909,#1a1715 58%,#2a1d16);color:#fff}
.gym-home-hero__glow{position:absolute;width:min(70vw,800px);height:min(70vw,800px);right:-25%;bottom:-50%;border-radius:50%;background:rgba(111,78,55,.23);filter:blur(40px)}
.gym-home-hero__content{position:relative;width:min(1380px,100%);z-index:1}
.gym-home-hero__brand{display:flex;align-items:center;gap:clamp(28px,5vw,72px);margin-bottom:28px}
.gym-home-hero__logo{flex:0 0 auto;width:clamp(150px,20vw,280px);height:auto;margin:0;filter:drop-shadow(0 10px 35px rgba(0,0,0,.45))}
.gym-home h1.gym-home-hero__welcome{max-width:none;margin:0;font-size:clamp(58px,10vw,138px);line-height:.82;letter-spacing:-.065em}
.gym-home-hero__tagline{margin-bottom:18px!important;color:#d9c7b8;font-size:clamp(20px,2.8vw,32px)!important;font-weight:900;letter-spacing:.02em;text-transform:uppercase}
.gym-home-lead{max-width:690px;margin-bottom:32px!important;color:rgba(255,255,255,.78);font-size:clamp(18px,2.2vw,24px)!important}
.gym-home-actions{display:flex;flex-wrap:wrap;gap:12px}
.gym-home-actions--centre{justify-content:center}
.gym-home-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 23px;border:1px solid transparent;border-radius:9px;font-size:15px;font-weight:900;letter-spacing:.04em;text-decoration:none!important;text-transform:uppercase;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.gym-home-button:hover{transform:translateY(-2px)}
.gym-home-button--primary{background:var(--gym-brown);color:#fff!important;box-shadow:0 12px 30px rgba(111,78,55,.28)}
.gym-home-button--primary:hover{background:var(--gym-brown-dark)}
.gym-home-button--ghost{border-color:rgba(255,255,255,.38);background:rgba(255,255,255,.06);color:#fff!important}
.gym-home-button--dark{background:var(--gym-ink);color:#fff!important}
.gym-home-button--light{background:#fff;color:var(--gym-brown-dark)!important}
.gym-home-button--outline-light{border-color:rgba(255,255,255,.5);color:#fff!important}
.gym-home-section{padding:clamp(70px,9vw,125px) max(28px,calc((100vw - 1380px)/2))}
.gym-home-section__intro{max-width:750px;margin:0 auto 45px;text-align:center}
.gym-home-section__intro--prices{margin-bottom:35px}
.gym-home-membership__summary{margin-top:52px;margin-bottom:0}
.gym-home-membership{background:var(--gym-cream)}
.gym-home-section,.gym-home-pricing,.gym-home-feature-grid article{border:3px solid #000;box-shadow:0 4px 12px rgba(0,0,0,.15)}
.gym-home-pricing{max-width:920px;margin:0 auto;border:1px solid rgba(111,78,55,.2);border-radius:18px;background:#fff;box-shadow:0 18px 50px rgba(55,38,27,.08);overflow:hidden}
.gym-home-pricing__row{display:grid;grid-template-columns:1.35fr 1fr 1fr;align-items:center;min-height:75px;padding:0 30px;border-bottom:1px solid var(--gym-line);font-size:18px}
.gym-home-pricing__row:last-child{border-bottom:0}
.gym-home-pricing__head{min-height:58px;background:var(--gym-brown);color:#fff;font-size:13px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.gym-home-price{font-size:24px;font-weight:900}
.gym-home-price--member{color:var(--gym-brown)}
.gym-home-centred-action{margin-top:34px;text-align:center}
.gym-home-split{display:grid;grid-template-columns:1fr 1fr;gap:0;padding-top:0;padding-bottom:0;background:#fff}
.gym-home-panel{min-height:600px;padding:clamp(55px,8vw,110px);display:flex;flex-direction:column;justify-content:center}
.gym-home-panel--visual{align-items:center;background:linear-gradient(145deg,#181818,#463025);color:rgba(255,255,255,.9);font-size:clamp(120px,22vw,290px);font-weight:900;letter-spacing:-.12em;overflow:hidden}
.gym-home-panel--copy{background:#fff;border:3px solid #000;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15)}
.gym-home-panel--copy>p:not(.gym-home-kicker){max-width:590px;color:#555}
.gym-home-ticks{padding:0;margin:12px 0 28px;list-style:none}
.gym-home-ticks li{padding:11px 0;border-bottom:1px solid var(--gym-line);font-size:17px;font-weight:700}
.gym-home-ticks li::before{content:'✓';margin-right:12px;color:var(--gym-brown);font-weight:900}
.gym-home-text-link{color:var(--gym-brown)!important;font-weight:900;text-decoration:none!important}
.gym-home-wallet{background:#f8f7f5}
.gym-home-feature-grid{max-width:1380px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.gym-home-feature-grid article{min-height:250px;padding:28px;border:1px solid var(--gym-line);border-radius:15px;background:#fff}
.gym-home-feature-grid article>span{display:inline-block;margin-bottom:45px;color:var(--gym-brown);font-size:13px;font-weight:900;letter-spacing:.12em}
.gym-home-feature-grid article p{margin-bottom:0;color:#666;font-size:15px}
.gym-home-ask{text-align:center;background:#fff}
.gym-home-ask .gym-home-section__intro{margin-bottom:18px}
.gym-home-ask .gym-home-centred-action{margin-top:0}
.gym-home-final{text-align:center;background:var(--gym-brown);color:#fff}
.gym-home-final .gym-home-kicker{color:#e7d6c8}
.gym-home-final>p:not(.gym-home-kicker){max-width:650px;margin-right:auto;margin-left:auto;color:rgba(255,255,255,.82)}
@media(max-width:900px){
    .gym-home-hero__brand{align-items:flex-start}
    .gym-home-split{grid-template-columns:1fr}
    .gym-home-panel{min-height:auto}
    .gym-home-panel--visual{min-height:350px}
    .gym-home-feature-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
    html,body{max-width:100%;overflow-x:hidden}
    .gym-home{width:100%;max-width:100%;margin-top:-20px;margin-left:0;overflow-x:hidden}
    .gym-home-hero,.gym-home-section,.gym-home-split,.gym-home-panel{width:100%;max-width:100%}
    .gym-home-hero{min-height:auto;padding:64px 14px 58px}
    .gym-home-hero__content{width:100%;max-width:100%;min-width:0}
    .gym-home-hero__brand{flex-direction:row;align-items:center;gap:12px;margin-bottom:20px}
    .gym-home-hero__logo{width:clamp(84px,27vw,118px);max-width:32%;min-width:0}
    .gym-home h1.gym-home-hero__welcome{min-width:0;font-size:clamp(36px,11vw,54px);line-height:.86;letter-spacing:-.055em;overflow-wrap:anywhere}
    .gym-home-hero__tagline{font-size:clamp(17px,5.5vw,23px)!important;line-height:1.15}
    .gym-home-lead{max-width:100%;font-size:17px!important;line-height:1.5}
    .gym-home-section{padding-right:12px;padding-left:12px}
    .gym-home-actions .gym-home-button{width:100%}
    .gym-home-pricing__row{grid-template-columns:1.15fr .85fr .85fr;min-height:68px;padding:0 15px;font-size:14px}
    .gym-home-pricing__head{font-size:10px}
    .gym-home-price{font-size:18px}
    .gym-home-panel{padding:65px 18px}
    .gym-home-feature-grid{grid-template-columns:1fr}
}
