@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}
