@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');
:root{--ink:#0a0a0a;--paper:#f4f2ed;--card:#fff;--line:#d7d4cc;--muted:#66645e;--acid:#d8ff45;--hyrox:#b7b9bb;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif}a{color:inherit;text-decoration:none}.nav{height:82px;padding:0 max(5vw,24px);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20;background:rgba(10,10,10,.96);color:#fff;border-bottom:1px solid #292929}.brand img{width:145px;height:56px;object-fit:contain}.nav nav{display:flex;gap:32px;font-size:14px}.nav nav a{opacity:.72}.nav nav a:hover{opacity:1}.button{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:0 25px;border:1px solid var(--ink);background:var(--ink);color:#fff;border-radius:999px;font:700 14px "DM Sans";cursor:pointer}.button:hover{transform:translateY(-1px)}.button-small{min-height:42px;padding:0 18px;background:var(--acid);border-color:var(--acid);color:#0a0a0a}.ghost{background:transparent;color:inherit;border-color:currentColor}.hero{min-height:720px;padding:130px max(7vw,28px) 80px;color:#fff;background:radial-gradient(circle at 85% 20%,#3b3b3b 0,transparent 30%),linear-gradient(135deg,#080808,#171717);position:relative;overflow:hidden}.hero:after{content:"HOM";position:absolute;right:-2vw;bottom:-7vw;font:700 22vw "Space Grotesk";letter-spacing:-.09em;color:#fff;opacity:.035}.eyebrow,.kicker{display:block;font:700 12px "DM Sans";letter-spacing:.22em}.eyebrow{color:var(--acid)}.hero h1{max-width:800px;margin:24px 0 18px;font:600 clamp(64px,9vw,132px)/.86 "Space Grotesk";letter-spacing:-.075em}.hero>p{max-width:570px;font-size:20px;line-height:1.55;color:#bdbdbd}.hero-actions{display:flex;gap:14px;margin-top:38px}.hero .button:first-child{background:var(--acid);border-color:var(--acid);color:#0a0a0a}.play{margin-right:8px}.hero-stats{margin-top:100px;display:flex;gap:48px;color:#a8a8a8;font-size:13px;text-transform:uppercase;letter-spacing:.08em}.hero-stats b{color:#fff}.section{padding:110px max(5vw,24px)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:45px}.section-head h2,.cta h2{margin:12px 0 0;font:600 clamp(40px,6vw,76px)/.98 "Space Grotesk";letter-spacing:-.055em}.section-head>p{max-width:380px;color:var(--muted);line-height:1.6}.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.plan{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:30px;display:flex;flex-direction:column;min-height:460px}.plan.featured{grid-row:span 2;background:#0b0b0b;color:#fff;border-color:#0b0b0b;box-shadow:0 24px 60px rgba(0,0,0,.18)}.plan-badge{align-self:flex-start;background:var(--acid);color:#0a0a0a;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.plan h3{font:600 30px "Space Grotesk";letter-spacing:-.04em;margin:22px 0 8px}.plan>p{min-height:48px;margin:0 0 26px;color:var(--muted);line-height:1.5}.plan.featured>p{color:#b9b9b9}.prices{border-top:1px solid var(--line)}.plan.featured .prices{border-color:#383838}.prices>div{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding:17px 0}.plan.featured .prices>div{border-color:#383838}.prices span{text-transform:uppercase;letter-spacing:.12em;font-size:11px}.prices strong{font:600 22px "Space Grotesk"}.prices small{font:400 11px "DM Sans";color:var(--muted)}.plan>a{margin-top:auto;padding-top:26px;font-weight:700}.plan.featured>a{color:var(--acid)}.extras{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}.extras>div{background:#e9e6df;border-radius:var(--radius);padding:28px;display:grid;gap:9px}.extras span{text-transform:uppercase;font-size:11px;letter-spacing:.12em;font-weight:700}.extras strong{font:600 34px "Space Grotesk"}.extras small,.payment-note{color:var(--muted)}#dropins{display:flex;gap:24px;flex-wrap:wrap}#dropins b{font-size:18px}.payment-note{text-align:center;margin-top:24px;font-size:13px}.contrast{background:#111;color:#fff}.contrast .section-head{max-width:950px}.reasons{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:#333;border:1px solid #333}.reason{min-height:330px;background:#161616;padding:28px;display:flex;flex-direction:column}.reason.primary{background:var(--acid);color:#0a0a0a}.reason>span{font:600 12px "Space Grotesk";opacity:.5}.reason h3{margin:auto 0 12px;font:600 24px/1.05 "Space Grotesk";letter-spacing:-.035em}.reason p{margin:0;color:#aaa;line-height:1.5;font-size:14px}.reason.primary p{color:#343d12}.filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:25px}.filters button{border:1px solid var(--line);background:transparent;border-radius:999px;padding:10px 16px;font-weight:700;cursor:pointer}.filters button.active{background:#0a0a0a;color:#fff}.schedule{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.day{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px}.day h3{font:600 23px "Space Grotesk";margin:0 0 16px}.class-row{display:flex;align-items:center;justify-content:space-between;padding:11px 0;border-top:1px solid #eee}.class-row time{font-weight:700}.class-type{padding:6px 9px;border-radius:6px;background:#eee;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.class-type.hyrox{background:#202020;color:#fff}.class-type.crossfit{background:var(--acid)}.schedule-note{color:var(--muted);margin-top:22px}.cta{padding:100px max(5vw,24px);text-align:center;background:var(--acid)}.cta h2{max-width:900px;margin:18px auto 35px}.button.light{background:#fff;color:#0a0a0a;border-color:#fff}footer{padding:45px max(5vw,24px);background:#050505;color:#898989;display:flex;align-items:center;gap:30px;font-size:13px}footer img{width:120px}footer a{margin-left:auto}.admin-body{min-height:100vh;background:#111}.admin-main{max-width:1100px;margin:0 auto;padding:70px 24px;color:#fff}.login-card{max-width:460px;margin:7vh auto;background:#fff;color:#0a0a0a;border-radius:24px;padding:42px}.login-card h1,.admin-head h1{font:600 48px "Space Grotesk";letter-spacing:-.05em;margin:12px 0}.login-card p,.admin-head p{color:var(--muted)}label{display:grid;gap:7px;font-size:12px;font-weight:700;letter-spacing:.04em;margin-top:18px}input,textarea{width:100%;border:1px solid #cfcfcf;border-radius:9px;padding:13px;font:inherit;background:#fff;color:#111}.login-card .button{width:100%;margin-top:25px}.form-message{min-height:20px;color:#a10000!important}.admin-head{display:flex;justify-content:space-between;align-items:start;margin-bottom:35px}.text-button,.remove,.remove-price,.add-price{border:0;background:none;color:inherit;cursor:pointer;text-decoration:underline}.editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.edit-card,.settings-card{background:#fff;color:#111;border-radius:18px;padding:25px}.edit-card-head{display:flex;justify-content:space-between;font-weight:800}.remove{color:#9d1b1b}.inline-fields{display:grid;grid-template-columns:1fr 1fr;gap:15px}.check{display:flex;align-items:center}.check input{width:auto}.price-editor{margin-top:20px}.price-editor>div{display:grid;grid-template-columns:1fr 120px 28px;gap:8px;margin-top:8px}.remove-price{font-size:22px;color:#9d1b1b}.add-price{margin-top:14px;font-weight:700}.add-plan{width:100%;min-height:70px;border:1px dashed #777;color:#fff;background:transparent;border-radius:18px;margin:18px 0 30px;font-weight:700;cursor:pointer}.settings-card h2{font:600 30px "Space Grotesk";margin:0}.dropin-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.settings-card small{display:block;color:var(--muted);margin-top:18px}.save-bar{position:sticky;bottom:0;background:#202020;margin-top:24px;padding:16px;border-radius:16px;display:flex;justify-content:flex-end;align-items:center;gap:20px}.save-bar p{color:var(--acid)}[hidden]{display:none!important}
@media(max-width:900px){.nav nav{display:none}.hero{min-height:650px}.hero-stats{gap:20px;flex-wrap:wrap}.plans{grid-template-columns:1fr 1fr}.plan.featured{grid-row:auto;grid-column:span 2}.reasons{grid-template-columns:1fr 1fr}.schedule{grid-template-columns:1fr 1fr}.editor-grid{grid-template-columns:1fr}}
@media(max-width:600px){.nav{height:70px}.brand img{width:110px}.hero{padding-top:90px}.hero h1{font-size:64px}.hero-actions,.section-head,.extras,footer{align-items:stretch;flex-direction:column}.hero-actions{display:flex}.hero-stats{margin-top:65px}.section{padding:75px 20px}.section-head{display:flex}.plans{grid-template-columns:1fr}.plan.featured{grid-column:auto}.extras{display:flex}.reasons,.schedule{grid-template-columns:1fr}.reason{min-height:230px}.footer{align-items:flex-start}.editor-grid{grid-template-columns:1fr}.inline-fields,.dropin-row{grid-template-columns:1fr}.admin-head h1{font-size:38px}}

/* Compact digital flyer pages */
.flyer-page{background:#080808;color:#fff;min-height:100vh}.flyer-nav{height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 max(4vw,16px);border-bottom:1px solid #292929;background:#080808;position:sticky;top:0;z-index:10}.flyer-nav>a img{width:118px;height:50px;object-fit:contain}.flyer-nav nav{display:flex;background:#171717;border-radius:999px;padding:4px}.flyer-nav nav a{padding:9px 16px;border-radius:999px;font-size:12px;font-weight:700;color:#969696}.flyer-nav nav a.active{background:var(--acid);color:#090909}.flyer-shell{width:min(100%,1050px);margin:auto;padding:46px 18px 36px}.flyer-title{text-align:center;margin:0 auto 28px}.flyer-title span{font-size:10px;letter-spacing:.2em;color:var(--acid);font-weight:800}.flyer-title h1{font:600 clamp(48px,8vw,78px)/.9 "Space Grotesk";letter-spacing:-.06em;margin:12px 0}.flyer-title p{margin:0;color:#9d9d9d;font-size:14px}.flyer-plans{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.flyer-plans .plan{min-height:0;padding:18px;border-radius:14px;background:#131313;border-color:#2b2b2b}.flyer-plans .plan.featured{grid-row:auto;box-shadow:none;background:var(--acid);color:#090909;border-color:var(--acid)}.flyer-plans .plan-badge{font-size:9px;padding:5px 8px;background:#090909;color:var(--acid)}.flyer-plans .plan h3{font-size:21px;margin:12px 0 5px}.flyer-plans .plan>p{font-size:11px;line-height:1.4;min-height:46px;margin-bottom:12px;color:#8e8e8e}.flyer-plans .plan.featured>p{color:#39410e}.flyer-plans .prices{border-color:#333}.flyer-plans .plan.featured .prices,.flyer-plans .plan.featured .prices>div{border-color:#afcf38}.flyer-plans .prices>div{padding:9px 0;border-color:#292929}.flyer-plans .prices span{font-size:8px}.flyer-plans .prices strong{font-size:17px}.flyer-plans .prices small{font-size:8px}.flyer-plans .plan>a{font-size:11px;padding-top:14px;color:#bdbdbd}.flyer-plans .plan.featured>a{color:#090909}.flyer-extras{display:grid;grid-template-columns:1fr 2fr;gap:10px;margin-top:10px}.flyer-extras article{background:#151515;border:1px solid #292929;border-radius:14px;padding:16px}.flyer-extras article>span{font-size:9px;letter-spacing:.13em;text-transform:uppercase;color:#8d8d8d;font-weight:700}.flyer-extras strong{display:block;font:600 25px "Space Grotesk";margin-top:5px}.flyer-extras #dropins{margin-top:7px;display:flex;gap:18px}.flyer-extras #dropins b{font-size:14px}.flyer-note{text-align:center;color:#737373;font-size:10px;margin:15px 0}.flyer-highlights{display:flex;justify-content:center;flex-wrap:wrap;gap:7px}.flyer-highlights b{border:1px solid #333;border-radius:999px;padding:7px 11px;font-size:9px;letter-spacing:.04em}.flyer-cta{display:flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin:22px auto 0;padding:14px 24px;background:#fff;color:#090909;border-radius:999px;font-size:12px;font-weight:800}.flyer-footer{padding:20px max(4vw,16px);border-top:1px solid #222;background:#080808;color:#6c6c6c;display:flex;justify-content:center;gap:25px;font-size:10px}.agenda-shell{width:min(100%,1180px)}.flyer-filters{display:flex;justify-content:center;gap:6px;flex-wrap:wrap;margin-bottom:18px}.flyer-filters button{border:1px solid #333;background:#121212;color:#999;border-radius:999px;padding:7px 12px;font-size:10px;font-weight:700}.flyer-filters button.active{background:var(--acid);border-color:var(--acid);color:#090909}.flyer-schedule{display:grid;grid-template-columns:repeat(7,1fr);gap:7px}.flyer-schedule .day{padding:12px;background:#131313;border-color:#292929;border-radius:12px}.flyer-schedule .day h3{font-size:15px;margin-bottom:8px}.flyer-schedule .class-row{padding:7px 0;border-color:#292929;gap:5px}.flyer-schedule .class-row time{font-size:10px}.flyer-schedule .class-type{font-size:7px;padding:4px 5px;text-align:center}.flyer-schedule .class-type.hyrox{background:#dedede;color:#080808}.flyer-schedule .class-type.crossfit{background:var(--acid);color:#080808}
@media(max-width:800px){.flyer-shell{padding-top:32px}.flyer-plans{grid-template-columns:1fr 1fr}.flyer-plans .plan.featured{grid-column:span 2}.flyer-schedule{grid-template-columns:1fr 1fr}.flyer-schedule .day:last-child{grid-column:span 2}.flyer-extras{grid-template-columns:1fr}.flyer-highlights{justify-content:flex-start}}
@media(max-width:430px){.flyer-nav{height:62px}.flyer-nav>a img{width:98px}.flyer-nav nav a{padding:8px 12px;font-size:11px}.flyer-shell{padding:26px 10px}.flyer-title{margin-bottom:20px}.flyer-title h1{font-size:48px}.flyer-title p{font-size:12px}.flyer-plans{gap:7px}.flyer-plans .plan{padding:13px;border-radius:11px}.flyer-plans .plan h3{font-size:18px}.flyer-plans .plan>p{font-size:9px;min-height:39px}.flyer-plans .prices strong{font-size:15px}.flyer-plans .plan>a{font-size:9px}.flyer-extras article{padding:13px}.flyer-extras #dropins{gap:10px}.flyer-extras #dropins b{font-size:11px}.flyer-schedule{gap:6px}.flyer-schedule .day{padding:10px}.flyer-footer{align-items:center;flex-direction:row}}

/* Flyer refinements v4 */
.flyer-nav>a img{width:136px;height:58px}.olympic-highlight{display:inline-flex;align-items:center;gap:8px}.olympic-rings{position:relative;display:inline-block;width:28px;height:13px;flex:none}.olympic-rings i{position:absolute;width:8px;height:8px;border:1.5px solid;border-radius:50%;top:0}.olympic-rings i:nth-child(1){left:0;border-color:#1689ce}.olympic-rings i:nth-child(2){left:9px;border-color:#f1c40f}.olympic-rings i:nth-child(3){left:18px;border-color:#e53935}.olympic-rings i:nth-child(4){left:4.5px;top:4px;border-color:#39a852}.olympic-rings i:nth-child(5){left:13.5px;top:4px;border-color:#eee}.flyer-filters button{border-color:#454545;color:#ddd}.flyer-filters button.active{background:#fff;border-color:#fff;color:#090909;box-shadow:0 0 0 2px #080808,0 0 0 3px #fff}.flyer-schedule .class-type.hyrox{background:#31b7ff;color:#06131b}.flyer-schedule .class-type.crossfit{background:#d8ff45;color:#101500}.flyer-schedule .class-type.cardio-e-core{background:#ff9f43;color:#211000}.flyer-schedule .class-type.ginásticos{background:#b889ff;color:#16082a}.flyer-schedule .class-type.lpo{background:#ff5f73;color:#260208}.flyer-schedule .class-type.\35 0plus{background:#55dfb1;color:#042019}.experience-note{max-width:720px;margin:14px auto 0;padding:15px 18px;border:1px solid #2f2f2f;border-radius:14px;background:#121212;text-align:center}.experience-note strong{font:600 15px "Space Grotesk";color:var(--acid)}.experience-note p{margin:7px 0 0;color:#aaa;font-size:10px;line-height:1.5}
@media(max-width:430px){.flyer-nav{height:66px}.flyer-nav>a img{width:113px;height:58px}}
.flyer-filters button[data-filter="HYROX"].active{background:#31b7ff;border-color:#31b7ff}.flyer-filters button[data-filter="CrossFit"].active{background:#d8ff45;border-color:#d8ff45}.flyer-filters button[data-filter="Cardio & Core"].active{background:#ff9f43;border-color:#ff9f43}.flyer-filters button[data-filter="Ginásticos"].active{background:#b889ff;border-color:#b889ff}.flyer-filters button[data-filter="LPO"].active{background:#ff5f73;border-color:#ff5f73}.flyer-filters button[data-filter="50+"].active{background:#55dfb1;border-color:#55dfb1}

/* Flyer refinements v5 */
.flyer-nav>a{display:flex;align-items:center;overflow:visible}.flyer-nav>a img{width:156px;height:66px;transform:scale(1.15);transform-origin:left center}.flyer-extras{grid-template-columns:190px 1fr}.flyer-extras .enrollment-card{align-self:start;padding:12px 14px}.flyer-extras .enrollment-card strong{font-size:21px}.dropin-card small{display:block;margin-top:10px;color:#aaa;font-size:9px}.dropin-card>a{display:inline-flex;margin-top:11px;padding:8px 12px;border-radius:999px;background:var(--acid);color:#080808;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.olympic-highlight{max-width:380px}.olympic-highlight img{width:34px;height:18px;object-fit:contain;flex:none}.flyer-filters button.active{color:#050505!important;font-weight:900!important}.flyer-filters button[data-filter="HYROX"].active{background:#00c8ff!important;border-color:#00c8ff!important}.flyer-filters button[data-filter="CrossFit"].active{background:#dfff00!important;border-color:#dfff00!important}.flyer-filters button[data-filter="Cardio & Core"].active{background:#ff8a00!important;border-color:#ff8a00!important}.flyer-filters button[data-filter="Ginásticos"].active{background:#cf7cff!important;border-color:#cf7cff!important}.flyer-filters button[data-filter="LPO"].active{background:#ff3d71!important;border-color:#ff3d71!important}.flyer-filters button[data-filter="50+"].active{background:#00e6a7!important;border-color:#00e6a7!important}.flyer-schedule .class-type{color:#050505!important;font-weight:900!important}.flyer-schedule .class-type.hyrox{background:#00c8ff!important}.flyer-schedule .class-type.crossfit{background:#dfff00!important}.flyer-schedule .class-type.cardio-e-core{background:#ff8a00!important}.flyer-schedule .class-type.ginásticos{background:#cf7cff!important}.flyer-schedule .class-type.lpo{background:#ff3d71!important}.flyer-schedule .class-type.\35 0plus{background:#00e6a7!important}
@media(max-width:800px){.flyer-extras{grid-template-columns:150px 1fr}}
@media(max-width:430px){.flyer-nav>a img{width:130px;height:62px;transform:scale(1.15)}.flyer-extras{grid-template-columns:108px 1fr}.flyer-extras .enrollment-card{padding:10px}.flyer-extras .enrollment-card strong{font-size:18px}.flyer-extras #dropins{display:grid;grid-template-columns:1fr;gap:4px}}

/* Flyer refinements v6 */
html,body{max-width:100%;overflow-x:clip}.flyer-page{min-height:100svh}.flyer-shell{overflow:visible}.flyer-filters button[data-filter="60+"].active{background:#00e6a7!important;border-color:#00e6a7!important}.flyer-schedule .class-type.\36 0plus{background:#00e6a7!important;color:#050505!important}.experience-note{display:grid;grid-template-columns:68px 1fr;align-items:center;gap:14px;text-align:left;padding:12px 16px}.experience-note>img{width:68px;height:92px;object-fit:contain;border-radius:8px;background:#fff}.experience-note p{font-size:9px}.flyer-footer{align-items:center}.waze-link{display:inline-flex;align-items:center;gap:8px;color:#aaa}.waze-link img{width:42px;height:21px;object-fit:contain;border-radius:4px}.flyer-footer>a:last-child{margin-left:0}
@media(max-width:430px){.experience-note{grid-template-columns:55px 1fr;gap:10px}.experience-note>img{width:55px;height:78px}.waze-link img{width:36px;height:18px}.flyer-footer{justify-content:space-between;gap:10px;padding:14px 12px}.waze-link{max-width:260px;line-height:1.3}}

/* Flyer refinements v7 */
.flyer-extras{grid-template-columns:230px 1fr}.flyer-extras .enrollment-card{display:flex;flex-direction:column;justify-content:center;padding:16px}.enrollment-card small{display:block;margin-top:8px;color:#aaa;font-size:9px;line-height:1.45}.dropin-card{position:relative;overflow:hidden;background:linear-gradient(135deg,#171717,#101010)!important}.dropin-card:after{content:"AVULSAS";position:absolute;right:-5px;bottom:-14px;font:700 42px "Space Grotesk";letter-spacing:-.08em;color:#fff;opacity:.025;pointer-events:none}.flyer-extras .dropin-card>span{color:var(--acid);font-size:10px}.flyer-extras .dropin-card #dropins{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:11px;position:relative;z-index:1}.flyer-extras .dropin-card #dropins b{display:flex;align-items:center;justify-content:center;min-height:40px;padding:7px;border:1px solid #363636;border-radius:9px;background:#202020;color:#fff;font:600 12px "Space Grotesk";text-align:center}.dropin-card small,.dropin-card>a{position:relative;z-index:1}.dropin-card>a{background:#fff}.dropin-card>a:hover{background:var(--acid)}
@media(max-width:800px){.flyer-extras{grid-template-columns:190px 1fr}}
@media(max-width:430px){.flyer-extras{grid-template-columns:1fr}.flyer-extras .enrollment-card{display:grid;grid-template-columns:1fr auto;align-items:center;gap:3px 12px}.enrollment-card small{grid-column:1/-1;margin-top:3px}.flyer-extras .dropin-card #dropins{grid-template-columns:repeat(3,1fr)}.flyer-extras .dropin-card #dropins b{font-size:10px;padding:5px}}

/* Flyer refinements v8 */
.dropin-card>a{display:flex;width:max-content;align-items:center;justify-content:center;min-height:42px;margin-top:14px;padding:0 20px;background:#fff;color:#090909;border-radius:999px;font:800 12px "DM Sans";text-transform:none;letter-spacing:0}.flyer-footer{justify-content:space-between;width:100%}.flyer-footer .waze-link{margin-right:auto}.waze-link img{width:46.2px;height:23.1px}@media(max-width:430px){.waze-link img{width:39.6px;height:19.8px}.dropin-card>a{min-height:40px;padding:0 17px;font-size:11px}}

/* Unified plan CTAs v9 */
.flyer-plans .plan>a,.dropin-card>a{display:flex;width:100%;min-height:40px;margin-top:14px;padding:0 14px;align-items:center;justify-content:center;border:1px solid #fff;border-radius:999px;background:#fff;color:#090909!important;font:800 10px "DM Sans";letter-spacing:0;text-align:center;text-transform:none;transition:background .2s,color .2s,border-color .2s}.flyer-plans .plan>a:hover,.dropin-card>a:hover{background:var(--acid);border-color:var(--acid);color:#090909!important}.flyer-plans .plan.featured>a{background:#090909;border-color:#090909;color:#fff!important}.flyer-plans .plan.featured>a:hover{background:#fff;border-color:#fff;color:#090909!important}
@media(max-width:430px){.flyer-plans .plan>a,.dropin-card>a{min-height:38px;padding:0 9px;font-size:9px}}

/* Conheça a HOM v10 */
.hom-video-shell{width:min(100%,900px);padding-top:34px}.hom-video-shell .flyer-title{margin-bottom:22px}.video-card{display:grid;grid-template-columns:minmax(250px,330px) 1fr;align-items:center;gap:34px;padding:24px;background:#131313;border:1px solid #2c2c2c;border-radius:20px}.video-frame{width:100%;aspect-ratio:9/16;border-radius:14px;overflow:hidden;background:#000;box-shadow:0 20px 50px rgba(0,0,0,.35)}.video-frame iframe{width:100%;height:100%;border:0}.video-copy>span{font-size:9px;letter-spacing:.18em;color:var(--acid);font-weight:800}.video-copy h2{margin:12px 0;font:600 clamp(30px,5vw,48px)/.98 "Space Grotesk";letter-spacing:-.05em}.video-copy p{color:#999;font-size:13px;line-height:1.6}.video-copy .flyer-cta{margin:22px 0 0}.flyer-nav nav a{white-space:nowrap}
@media(max-width:700px){.video-card{grid-template-columns:1fr;max-width:390px;margin:auto;gap:22px;padding:14px}.video-frame{max-height:56svh}.video-copy{text-align:center}.video-copy .flyer-cta{margin:18px auto 4px}.hom-video-shell .flyer-title h1{font-size:43px}}
@media(max-width:430px){.flyer-nav{padding:0 8px}.flyer-nav>a img{width:105px}.flyer-nav nav a{padding:8px 8px;font-size:9px}.video-card{border-radius:15px}}

/* Desktop plan alignment v11 */
@media(min-width:801px){.flyer-plans{grid-template-columns:repeat(3,minmax(220px,250px));justify-content:center}}

/* Lime benefit buttons v12 */
.flyer-highlights{gap:9px}.flyer-highlights b{display:inline-flex;min-height:34px;align-items:center;justify-content:center;padding:8px 14px;border:1px solid var(--acid);border-radius:999px;background:var(--acid);color:#090909;font-size:9px;font-weight:900;line-height:1.25;text-align:center;box-shadow:0 5px 16px rgba(216,255,69,.1)}.flyer-highlights .olympic-highlight{max-width:420px}

/* Mobile benefit alignment v13 */
@media(max-width:600px){.flyer-highlights{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:7px}.flyer-highlights b{width:100%;min-height:42px;padding:7px 9px;border-radius:11px}.flyer-highlights .olympic-highlight{grid-column:1/-1;max-width:none;min-height:48px;padding-left:14px;padding-right:14px}.olympic-highlight img{width:38px;height:20px}}
@media(max-width:350px){.flyer-highlights{grid-template-columns:1fr}.flyer-highlights .olympic-highlight{grid-column:auto}}

/* Footer legal copy v14 */
.legal-copy{margin:0;text-align:center;color:#626262;font-size:8px;line-height:1.5;flex:1}.flyer-footer>.waze-link{flex:1}.flyer-footer>a:last-child{flex:1;text-align:right}
@media(max-width:600px){.flyer-footer{display:grid;grid-template-columns:1fr auto}.flyer-footer>.waze-link{min-width:0}.legal-copy{grid-column:1/-1;grid-row:2;text-align:left}.flyer-footer>a:last-child{grid-column:2;grid-row:1}}

/* Overflow and type correction v15 */
html,body{width:100%;max-width:100%;overflow-x:hidden!important}.flyer-page{width:100%;max-width:100%;min-height:0;overflow-x:hidden!important}.flyer-nav,.flyer-shell,.flyer-footer{max-width:100%;overflow-x:hidden}.flyer-nav>a,.flyer-nav nav,.flyer-footer>*{min-width:0}.flyer-highlights b{font-size:10px}.legal-copy{font-size:9px;color:#fff}

/* Compact mobile page height v16 */
@media(max-width:600px){
  .flyer-shell{padding-top:18px;padding-bottom:14px}
  .flyer-title{margin-bottom:13px}
  .flyer-title h1{font-size:42px;margin:8px 0}
  .flyer-title p{font-size:11px;line-height:1.35}
  .flyer-plans .plan{padding:11px}
  .flyer-plans .plan h3{margin:8px 0 3px;font-size:17px}
  .flyer-plans .plan>p{min-height:0;margin-bottom:8px;font-size:8.5px;line-height:1.3}
  .flyer-plans .plan-badge{padding:4px 7px;font-size:8px}
  .flyer-plans .prices>div{padding:6px 0}
  .flyer-plans .prices strong{font-size:14px}
  .flyer-plans .plan>a,.dropin-card>a{min-height:34px;margin-top:9px}
  .flyer-extras{margin-top:7px;gap:7px}
  .flyer-extras article{padding:11px}
  .flyer-extras .dropin-card #dropins{margin-top:7px}
  .flyer-extras .dropin-card #dropins b{min-height:32px}
  .flyer-note{margin:9px 0;font-size:9px}
  .flyer-highlights{gap:6px}
  .flyer-highlights b{min-height:36px}
  .flyer-highlights .olympic-highlight{min-height:42px}
  .flyer-cta{min-height:42px;margin-top:14px;padding:0 18px}
  .flyer-filters{margin-bottom:11px;gap:5px}
  .flyer-filters button{padding:6px 10px}
  .flyer-schedule{gap:5px}
  .flyer-schedule .day{padding:8px}
  .flyer-schedule .day h3{margin-bottom:5px;font-size:14px}
  .flyer-schedule .class-row{padding:4px 0}
  .experience-note{margin-top:9px;padding:9px 11px}
  .experience-note p{margin-top:4px;line-height:1.35}
  .hom-video-shell{padding-top:18px}
  .video-card{gap:14px;padding:11px}
  .video-frame{max-height:46svh}
  .video-copy h2{margin:8px 0;font-size:27px}
  .video-copy p{font-size:11px;line-height:1.4}
  .video-copy .flyer-cta{margin-top:12px}
  .flyer-footer{padding-top:10px;padding-bottom:10px}
}

/* Centered footer v17 */
.flyer-footer{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center}.flyer-footer>.waze-link{flex:none;margin:0;justify-content:center;text-align:center}.flyer-footer .legal-copy{flex:none;margin:0;text-align:center}.flyer-footer>a:last-child{flex:none;margin:0;text-align:center}

/* Stop elastic page overscroll v18 */
html{height:auto;overscroll-behavior:none;background:#080808}body{height:auto;min-height:0;overscroll-behavior-y:none;touch-action:pan-y}.flyer-page{overscroll-behavior:none}.flyer-footer{gap:5px;padding-top:8px!important;padding-bottom:8px!important}.flyer-footer .legal-copy{line-height:1.3}

/* Rotated bottle v19 */
.experience-note>img{object-fit:contain;background:transparent;transform:rotate(10deg);transform-origin:center}

/* Admin schedule editor v24 */
.admin-nav-links{display:flex;align-items:center;gap:18px}.admin-nav-links>a:not(.button){font-size:13px;color:#aaa}.admin-nav-links>a.active{color:var(--acid);font-weight:800}.schedule-admin{max-width:1250px}.schedule-editor{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.schedule-day-editor{padding:18px;background:#fff;color:#111;border-radius:16px}.schedule-day-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.schedule-day-head h2{margin:0;font:600 24px "Space Grotesk"}.add-class{border:0;border-radius:999px;padding:8px 12px;background:#111;color:#fff;font-weight:800;cursor:pointer}.schedule-edit-row{display:grid;grid-template-columns:105px 1fr 32px;gap:7px;margin-top:7px}.schedule-edit-row input,.schedule-edit-row select{margin:0;padding:10px;border:1px solid #ccc;border-radius:8px;background:#fff;color:#111;font:600 13px "DM Sans"}.delete-class{border:0;background:#ffe8e8;color:#a00000;border-radius:8px;font-size:20px;cursor:pointer}
@media(max-width:700px){.admin-nav-links{gap:9px}.admin-nav-links>a:not(.button){font-size:11px}.admin-nav-links .button{display:none}.schedule-editor{grid-template-columns:1fr}.schedule-day-editor{padding:14px}.schedule-edit-row{grid-template-columns:92px 1fr 30px}.schedule-admin{padding:35px 12px}.schedule-admin .admin-head h1{font-size:37px}}

/* Five-plan desktop layout v27 */
@media(min-width:801px){.flyer-plans{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch}.flyer-plans .plan{width:250px}}

/* Plan and drop-in card alignment v28 */
.flyer-extras{display:flex;justify-content:center}.flyer-extras .enrollment-card{width:min(100%,360px)}.flyer-plans .plan:not(.featured)>a,.flyer-plans .dropin-card>a{margin-top:auto!important}.flyer-plans .dropin-card{background:linear-gradient(135deg,#171717,#101010);color:#fff}.flyer-plans .dropin-card>p{color:#999}.flyer-plans .dropin-card .plan-badge{background:#fff;color:#090909}.dropin-prices{display:grid;gap:6px;margin:5px 0 13px}.dropin-prices b{display:flex;align-items:center;justify-content:space-between;min-height:34px;padding:7px 9px;border:1px solid #343434;border-radius:8px;background:#202020;color:#fff;font:600 11px "Space Grotesk"}.flyer-plans .plan:not(.featured){min-height:100%}
@media(max-width:800px){.flyer-plans .plan:not(.featured){min-height:0}.flyer-plans .dropin-card{display:flex}.flyer-extras .enrollment-card{width:100%}}
#dropins.dropin-prices{display:grid;gap:6px;margin:5px 0 13px}.dropin-prices b{justify-content:center;text-align:center}

/* Drop-in typography v29 */
#dropins.dropin-prices b{font:600 11px "Space Grotesk";line-height:1.2}
@media(max-width:600px){#dropins.dropin-prices b{font-size:10px}}

/* Restore native vertical scrolling v31 */
html{height:auto!important;min-height:100%;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:auto!important}body{height:auto!important;min-height:100%;overflow-x:hidden!important;overflow-y:visible!important;overscroll-behavior:auto!important;touch-action:auto!important;-webkit-overflow-scrolling:touch}.flyer-page{height:auto!important;min-height:100%;overflow-y:visible!important;overscroll-behavior:auto!important}

/* Main pricing brand logo v32 */
.pricing-brand-logo{display:block;width:min(100%,390px);height:auto;margin:0 auto 12px;object-fit:contain}
@media(max-width:600px){.pricing-brand-logo{width:min(82vw,290px);margin-bottom:9px}}

/* Pricing logo size v33 */
.pricing-brand-logo{width:min(70%,273px)}
@media(max-width:600px){.pricing-brand-logo{width:min(57.4vw,203px)}}

/* Text-only pricing wordmark v34 */
.pricing-brand-wordmark{display:block;margin:0 auto 9px;color:var(--acid);font:700 18px "Space Grotesk";letter-spacing:.3em;text-indent:.3em}
@media(max-width:600px){.pricing-brand-wordmark{font-size:14px;letter-spacing:.22em;text-indent:.22em}}

/* Header logo increase v35 */
.flyer-nav>a img{width:187.2px;height:72px}
@media(max-width:600px){.flyer-nav>a img{width:126px;height:66px}}
