.Navbar-module__cJzEcG__navbar{width:calc(100% - 2rem);max-width:var(--container-width);z-index:100;border:1px solid var(--border-light);-webkit-backdrop-filter:blur(16px);background:#ffffffb3;border-radius:9999px;justify-content:space-between;align-items:center;padding:.75rem 2rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:1.5rem;left:50%;transform:translate(-50%)}.Navbar-module__cJzEcG__scrolled{background:#ffffffd9;border-color:#16a34a1f;padding:.6rem 2rem;top:.75rem;box-shadow:0 10px 30px #0000000a}.Navbar-module__cJzEcG__logo{font-family:var(--font-display);color:var(--text-main);letter-spacing:-.03em;align-items:center;gap:.5rem;font-size:1.35rem;font-weight:800;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoIcon{background:linear-gradient(135deg, var(--accent-violet) 0%, var(--accent-emerald) 100%);border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:relative}.Navbar-module__cJzEcG__logoTextDot{color:var(--accent-emerald)}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:2.25rem;list-style:none;display:flex}.Navbar-module__cJzEcG__navLink{font-family:var(--font-display);color:var(--text-muted);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.Navbar-module__cJzEcG__navLink:hover{color:var(--text-main)}.Navbar-module__cJzEcG__navLink:after{content:"";background:linear-gradient(90deg, var(--accent-violet), var(--accent-emerald));width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__navLink:hover:after{width:100%}.Navbar-module__cJzEcG__ctaBtn{font-family:var(--font-display);background:linear-gradient(135deg, var(--accent-violet) 0%, var(--accent-emerald) 100%);color:#fff;border-radius:9999px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 10px #16a34a33}.Navbar-module__cJzEcG__ctaBtn:hover{transform:translateY(-1px);box-shadow:0 6px 15px #16a34a4d}.Navbar-module__cJzEcG__mobileMenuBtn{color:var(--text-main);cursor:pointer;background:0 0;border:none;display:none}@media (max-width:768px){.Navbar-module__cJzEcG__navbar,.Navbar-module__cJzEcG__scrolled{width:calc(100% - 1.5rem);padding:.75rem 1.25rem}.Navbar-module__cJzEcG__navLinks,.Navbar-module__cJzEcG__ctaBtn{display:none}.Navbar-module__cJzEcG__mobileMenuBtn{display:block}}
.Footer-module__S6Hkya__footer{z-index:10;background-color:#1a1a1a;border-top:1px solid #ffffff0d;padding:5rem 1.5rem 2rem;position:relative;overflow:hidden}.Footer-module__S6Hkya__footer:before{content:"";background:linear-gradient(90deg, transparent, var(--accent-violet), var(--accent-emerald), transparent);width:80%;height:1px;position:absolute;top:0;left:10%}.Footer-module__S6Hkya__grid{max-width:var(--container-width);grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin:0 auto 4rem;display:grid}.Footer-module__S6Hkya__brandCol{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__S6Hkya__logo{font-family:var(--font-display);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:inline-flex}.Footer-module__S6Hkya__description{color:#94a3b8;max-width:320px;font-size:.95rem;line-height:1.6}.Footer-module__S6Hkya__linksCol{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__S6Hkya__colTitle{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.05em;color:#fff;font-size:.9rem;font-weight:700}.Footer-module__S6Hkya__linksList{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Footer-module__S6Hkya__link{color:#94a3b8;font-size:.9rem;text-decoration:none;transition:color .2s,transform .2s;display:inline-block}.Footer-module__S6Hkya__link:hover{color:var(--accent-emerald);transform:translate(2px)}.Footer-module__S6Hkya__linkEmerald:hover{color:var(--accent-emerald)}.Footer-module__S6Hkya__bottomRow{max-width:var(--container-width);border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin:0 auto;padding-top:2rem;display:flex}.Footer-module__S6Hkya__copyright{color:#64748b;font-size:.85rem}.Footer-module__S6Hkya__socials{gap:1rem;display:flex}.Footer-module__S6Hkya__socialIcon{color:#94a3b8;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.Footer-module__S6Hkya__socialIcon:hover{color:#fff;border-color:var(--accent-emerald);background:#ffffff14;transform:translateY(-2px)}@media (max-width:968px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr;gap:3rem}.Footer-module__S6Hkya__brandCol{grid-column:span 2}}@media (max-width:576px){.Footer-module__S6Hkya__footer{padding:4rem 1rem 2rem}.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:2rem}.Footer-module__S6Hkya__brandCol{grid-column:span 1}.Footer-module__S6Hkya__bottomRow{text-align:center;flex-direction:column;align-items:center}}
.Hero-module__ZARIfG__heroSection{align-items:center;min-height:100vh;padding:8rem 1.5rem 4rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__bgEffects{z-index:1;position:absolute;inset:0;overflow:hidden}.Hero-module__ZARIfG__glow1{top:-10%;left:-10%;}.Hero-module__ZARIfG__glow2{bottom:-10%;right:-10%;}.Hero-module__ZARIfG__grid{z-index:10;grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid;position:relative}.Hero-module__ZARIfG__textContent{flex-direction:column;display:flex}.Hero-module__ZARIfG__badge{align-self:flex-start;}.Hero-module__ZARIfG__title{margin-bottom:1.5rem;font-size:clamp(2.2rem,8vw,4rem);line-height:1.1}.Hero-module__ZARIfG__subtitle{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.25rem;font-weight:400;line-height:1.6}.Hero-module__ZARIfG__ctaGroup{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.Hero-module__ZARIfG__socialProof{flex-direction:column;gap:.75rem;display:flex}.Hero-module__ZARIfG__socialText{text-transform:uppercase;letter-spacing:.05em;color:var(--text-dark);font-size:.85rem;font-weight:700;font-family:var(--font-display)}.Hero-module__ZARIfG__logos{opacity:.6;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.Hero-module__ZARIfG__logoItem{font-family:var(--font-display);color:var(--text-muted);letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.Hero-module__ZARIfG__mockupContainer{perspective:1000px;width:100%;position:relative}.Hero-module__ZARIfG__mockupFrame{border:1px solid var(--border-light);border-radius:12px;overflow:hidden;box-shadow:0 25px 50px -12px #0f172a0f;}.Hero-module__ZARIfG__mockupHeader{border-bottom:1px solid var(--border-light);background:#00000003;justify-content:space-between;align-items:center;height:40px;padding:0 1rem;display:flex}.Hero-module__ZARIfG__dots{gap:.35rem;display:flex}.Hero-module__ZARIfG__dot{background:#0f172a26;border-radius:50%;width:8px;height:8px}.Hero-module__ZARIfG__dotRed{background:#ef4444}.Hero-module__ZARIfG__dotYellow{background:#f59e0b}.Hero-module__ZARIfG__dotGreen{background:#10b981}.Hero-module__ZARIfG__mockupAddressBar{color:var(--text-muted);border:1px solid var(--border-light);background:#0f172a05;border-radius:4px;padding:.2rem 2.5rem;font-size:.75rem}.Hero-module__ZARIfG__mockupBody{background:var(--bg-primary);flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.Hero-module__ZARIfG__dashGrid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.Hero-module__ZARIfG__dashCard{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:8px;flex-direction:column;gap:.25rem;padding:1rem;display:flex}.Hero-module__ZARIfG__cardLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:700}.Hero-module__ZARIfG__cardVal{font-size:1.5rem;font-weight:700;font-family:var(--font-display);color:var(--text-main)}.Hero-module__ZARIfG__cardSub{color:var(--accent-emerald);align-items:center;gap:2px;font-size:.65rem;display:flex}.Hero-module__ZARIfG__mainView{grid-template-columns:1.2fr .8fr;gap:1rem;display:grid}.Hero-module__ZARIfG__chartCard{background:var(--bg-secondary);border:1px solid var(--border-light);color:var(--text-main);border-radius:8px;flex-direction:column;gap:1rem;padding:1rem;display:flex}.Hero-module__ZARIfG__chartHeader{justify-content:space-between;align-items:center;display:flex}.Hero-module__ZARIfG__chartTitle{color:var(--text-main);font-size:.85rem;font-weight:600}.Hero-module__ZARIfG__chartBody{align-items:flex-end;height:120px;display:flex;position:relative}.Hero-module__ZARIfG__liveList{background:var(--bg-secondary);border:1px solid var(--border-light);color:var(--text-main);border-radius:8px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.Hero-module__ZARIfG__listTitle{color:var(--text-main);margin-bottom:.25rem;font-size:.85rem;font-weight:600}.Hero-module__ZARIfG__listItem{border-bottom:1px solid var(--border-light);color:var(--text-main);align-items:center;gap:.75rem;height:36px;padding-bottom:.5rem;display:flex}.Hero-module__ZARIfG__listItem:last-child{border:none;height:36px;padding-bottom:0}.Hero-module__ZARIfG__avatar{background:linear-gradient(135deg, var(--accent-emerald) 0%, var(--accent-cyan) 100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.65rem;font-weight:700;display:flex}.Hero-module__ZARIfG__itemInfo{flex-direction:column;flex:1;min-width:0;display:flex}.Hero-module__ZARIfG__itemName{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:600;overflow:hidden}.Hero-module__ZARIfG__itemDesc{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.65rem;overflow:hidden}.Hero-module__ZARIfG__itemTag{color:var(--accent-emerald);white-space:nowrap;background:#10b9811a;border-radius:4px;flex-shrink:0;padding:.15rem .4rem;font-size:.6rem;font-weight:700}.Hero-module__ZARIfG__floatingUi{-webkit-backdrop-filter:blur(10px);border:1px solid var(--border-light);z-index:20;color:var(--text-main);background:#fffffff2;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;display:flex;position:absolute;box-shadow:0 10px 25px #0f172a0d}.Hero-module__ZARIfG__floatLocker{top:-20px;right:-20px}.Hero-module__ZARIfG__floatBiometric{bottom:-20px;left:-20px}.Hero-module__ZARIfG__pulseCircle{background:var(--accent-emerald);border-radius:50%;width:10px;height:10px;position:relative}.Hero-module__ZARIfG__pulseCircle:after{content:"";border:2px solid var(--accent-emerald);border-radius:50%;width:100%;height:100%;animation:1.5s infinite Hero-module__ZARIfG__pulse;position:absolute;top:0;left:0}@keyframes Hero-module__ZARIfG__pulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2.5)}}.Hero-module__ZARIfG__heroBgImage{opacity:.04;pointer-events:none;z-index:0;background-image:url(/gym_hero.png);background-position:50%;background-size:cover;position:absolute;inset:0}.Hero-module__ZARIfG__phoneMockup{z-index:12;background:#000;border:4px solid #1e293b;border-radius:24px;flex-direction:column;width:175px;height:330px;transition:transform .3s;display:flex;position:absolute;bottom:-2.5rem;left:-2.5rem;overflow:hidden;box-shadow:0 20px 40px #00000026}.Hero-module__ZARIfG__phoneMockup:hover{transform:translateY(-5px)scale(1.02)}.Hero-module__ZARIfG__phoneScreen{background-image:url(/gym_workout.png);background-position:50%;background-size:cover;flex:1;position:relative}.Hero-module__ZARIfG__phoneOverlay{color:#fff;background:linear-gradient(#0f172a00 0%,#0f172a66 40%,#0f172af2 100%);flex-direction:column;gap:.2rem;padding:.85rem;display:flex;position:absolute;bottom:0;left:0;right:0}.Hero-module__ZARIfG__phoneBadge{text-transform:uppercase;background:var(--accent-cyan);color:#0f172a;letter-spacing:.05em;border-radius:9999px;align-self:flex-start;padding:.15rem .4rem;font-size:.5rem;font-weight:700;display:inline-block}.Hero-module__ZARIfG__phoneTitle{font-family:var(--font-display);font-size:.75rem;font-weight:700}.Hero-module__ZARIfG__phoneDesc{color:#ffffffb3;font-size:.55rem;line-height:1.3}@media (max-width:1024px){.Hero-module__ZARIfG__title{font-size:clamp(2.2rem,7vw,3.25rem)}}@media (max-width:900px){.Hero-module__ZARIfG__grid{text-align:center;grid-template-columns:minmax(0,1fr);gap:3rem;width:100%;max-width:100%}.Hero-module__ZARIfG__textContent{width:100%;min-width:0}.Hero-module__ZARIfG__badge{align-self:center}.Hero-module__ZARIfG__ctaGroup{justify-content:center}.Hero-module__ZARIfG__socialProof{align-items:center}.Hero-module__ZARIfG__mockupContainer{max-width:550px;margin:0 auto}.Hero-module__ZARIfG__heroSection{padding-top:7rem}.Hero-module__ZARIfG__phoneMockup{z-index:20;left:auto;right:-2rem}}@media (max-width:480px){.Hero-module__ZARIfG__heroSection{padding-top:6rem;padding-left:1rem;padding-right:1rem}.Hero-module__ZARIfG__title{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:clamp(1.8rem,8vw,2.2rem)}.Hero-module__ZARIfG__subtitle{font-size:1rem}.Hero-module__ZARIfG__dashGrid,.Hero-module__ZARIfG__mainView{grid-template-columns:1fr}.Hero-module__ZARIfG__floatingUi{display:none}.Hero-module__ZARIfG__mockupBody{gap:1rem;padding:1rem}.Hero-module__ZARIfG__phoneMockup{z-index:20;width:120px;height:230px;bottom:-1rem;left:auto;right:-.5rem}.Hero-module__ZARIfG__mockupAddressBar{padding:.2rem 1rem;font-size:.65rem}}
.BentoFeatures-module__OQ8Uma__bentoGrid{z-index:10;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3.5rem;display:grid;position:relative}.BentoFeatures-module__OQ8Uma__bentoCard{background:var(--bg-primary);border:1px solid var(--border-light);border-radius:24px;flex-direction:column;justify-content:space-between;min-height:310px;padding:2rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0f172a05}.BentoFeatures-module__OQ8Uma__bentoCard:hover{border-color:var(--accent-emerald);transform:translateY(-4px);box-shadow:0 20px 40px #16a34a0f}.BentoFeatures-module__OQ8Uma__cardFlexRow{flex-direction:row;gap:2rem}.BentoFeatures-module__OQ8Uma__colSpan3{grid-column:span 3}.BentoFeatures-module__OQ8Uma__colSpan2{grid-column:span 2}.BentoFeatures-module__OQ8Uma__colSpan1{grid-column:span 1}.BentoFeatures-module__OQ8Uma__colSpan4{grid-column:span 4}.BentoFeatures-module__OQ8Uma__cardLeftInfo{flex-direction:column;flex:1;justify-content:space-between;display:flex}.BentoFeatures-module__OQ8Uma__cardIcon{width:44px;height:44px;color:var(--accent-emerald);background:#16a34a14;border:1px solid #16a34a26;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1rem;transition:all .3s;display:flex}.BentoFeatures-module__OQ8Uma__bentoCard:hover .BentoFeatures-module__OQ8Uma__cardIcon{background:var(--accent-emerald);color:#fff;border-color:var(--accent-emerald);box-shadow:0 8px 20px #16a34a40}.BentoFeatures-module__OQ8Uma__cardTitle{font-family:var(--font-display);color:var(--text-main);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.BentoFeatures-module__OQ8Uma__cardDesc{font-family:var(--font-sans);color:var(--text-muted);font-size:.85rem;line-height:1.5}.BentoFeatures-module__OQ8Uma__simulatorContainer{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:16px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:280px;padding:1.25rem;display:flex;position:relative;overflow:hidden}.BentoFeatures-module__OQ8Uma__simulatorContainerWide{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:16px;flex-direction:column;flex-shrink:0;justify-content:center;width:100%;max-width:380px;padding:1.25rem;display:flex}.BentoFeatures-module__OQ8Uma__scanRingOuter{justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:1rem;display:flex;position:relative}.BentoFeatures-module__OQ8Uma__scanFingerprint{border:2px solid var(--border-light);background:var(--bg-primary);width:60px;height:60px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.BentoFeatures-module__OQ8Uma__scanFingerprintActive{border-color:var(--accent-emerald);color:var(--accent-emerald);background:#16a34a1a}.BentoFeatures-module__OQ8Uma__scanLabel{color:var(--text-muted);margin-bottom:.25rem;font-family:monospace;font-size:.7rem}.BentoFeatures-module__OQ8Uma__scanLog{color:var(--text-main);font-family:monospace;font-size:.75rem;font-weight:600}.BentoFeatures-module__OQ8Uma__scanLogSuccess{color:var(--accent-emerald)}.BentoFeatures-module__OQ8Uma__lockerGrid{grid-template-columns:repeat(3,1fr);gap:.5rem;width:100%;display:grid}.BentoFeatures-module__OQ8Uma__lockerCell{background:var(--bg-primary);border:1px solid var(--border-light);color:var(--text-muted);cursor:pointer;border-radius:8px;flex-direction:column;align-items:center;gap:.15rem;padding:.5rem .25rem;transition:all .2s;display:flex}.BentoFeatures-module__OQ8Uma__lockerCellActive{border-color:var(--accent-emerald);color:var(--accent-emerald);background:#16a34a1a}.BentoFeatures-module__OQ8Uma__lockerCellOccupied{background:var(--bg-tertiary);border-color:var(--border-light);color:var(--text-dark);cursor:not-allowed}.BentoFeatures-module__OQ8Uma__miniList{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:16px;flex-direction:column;gap:.5rem;width:100%;padding:1rem;display:flex}.BentoFeatures-module__OQ8Uma__miniItem{cursor:pointer;border-radius:6px;justify-content:space-between;align-items:center;padding:.4rem;transition:all .15s;display:flex}.BentoFeatures-module__OQ8Uma__miniItemActive{background:var(--bg-primary);border:1px solid var(--accent-emerald);color:var(--accent-emerald)}.BentoFeatures-module__OQ8Uma__miniItemInactive{background:var(--bg-primary);border:1px solid var(--border-light);color:var(--text-muted)}.BentoFeatures-module__OQ8Uma__miniBadge{border-radius:4px;padding:.1rem .4rem;font-size:.65rem;font-weight:700}.BentoFeatures-module__OQ8Uma__badgeGreen{color:var(--accent-emerald);background:#16a34a26}.BentoFeatures-module__OQ8Uma__badgeRed{color:#ef4444;background:#ef444426}.BentoFeatures-module__OQ8Uma__invoiceBox{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:16px;justify-content:space-between;align-items:center;width:100%;padding:1rem;display:flex}.BentoFeatures-module__OQ8Uma__invoiceDetails{flex-direction:column;gap:.2rem;display:flex}.BentoFeatures-module__OQ8Uma__invoiceMeta{color:var(--text-muted);font-family:monospace;font-size:.65rem}.BentoFeatures-module__OQ8Uma__invoiceName{color:var(--text-main);font-size:.85rem;font-weight:700}.BentoFeatures-module__OQ8Uma__invoiceCost{color:var(--accent-emerald);font-family:monospace;font-size:.75rem;font-weight:700}.BentoFeatures-module__OQ8Uma__exerciseTabs{gap:.4rem;width:100%;padding-bottom:.25rem;display:flex;overflow-x:auto}.BentoFeatures-module__OQ8Uma__exerciseTabBtn{font-size:.65rem;font-family:var(--font-display);cursor:pointer;border:none;border-radius:4px;padding:.25rem .5rem;font-weight:700;transition:all .2s}.BentoFeatures-module__OQ8Uma__exerciseTabBtnActive{background:var(--accent-emerald);color:#fff}.BentoFeatures-module__OQ8Uma__exerciseTabBtnInactive{background:var(--bg-primary);color:var(--text-muted);border:1px solid var(--border-light)}.BentoFeatures-module__OQ8Uma__workoutResult{border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;width:100%;margin-top:.25rem;padding-top:.5rem;display:flex}.BentoFeatures-module__OQ8Uma__analyticsContainer{flex-direction:row;justify-content:space-between;gap:2rem;width:100%;display:flex}.BentoFeatures-module__OQ8Uma__analyticsGridSide{flex-direction:column;flex:1;justify-content:space-between;display:flex}.BentoFeatures-module__OQ8Uma__kpiCardGrid{grid-template-columns:repeat(4,1fr);gap:1rem;width:100%;margin-top:1.5rem;display:grid}.BentoFeatures-module__OQ8Uma__kpiCard{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:16px;flex-direction:column;gap:.25rem;padding:1rem;display:flex}.BentoFeatures-module__OQ8Uma__kpiLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:700}.BentoFeatures-module__OQ8Uma__kpiVal{font-family:var(--font-display);color:var(--text-main);font-size:1.15rem;font-weight:800}.BentoFeatures-module__OQ8Uma__kpiTrend{color:#16a34a;align-items:center;margin-top:.25rem;font-size:.7rem;font-weight:700;display:flex}.BentoFeatures-module__OQ8Uma__chartContainer{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:16px;flex-direction:column;flex-shrink:0;justify-content:space-between;width:320px;height:210px;padding:1.25rem;display:flex}.BentoFeatures-module__OQ8Uma__chartHeader{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding-bottom:.5rem;display:flex}.BentoFeatures-module__OQ8Uma__chartBadge{align-items:center;gap:.35rem;display:flex}.BentoFeatures-module__OQ8Uma__chartDot{background:#22c55e;border-radius:50%;width:8px;height:8px}.BentoFeatures-module__OQ8Uma__chartHeading{color:var(--text-main);font-family:monospace;font-size:.75rem;font-weight:700}.BentoFeatures-module__OQ8Uma__svgWrapper{align-items:flex-end;width:100%;height:90px;display:flex;position:relative}.BentoFeatures-module__OQ8Uma__chartTooltip{flex-direction:column;align-items:center;display:flex;position:absolute;top:20%;left:78%;transform:translate(-50%,-50%)}.BentoFeatures-module__OQ8Uma__tooltipDot{background:#22c55e;border:1px solid #fff;border-radius:50%;width:8px;height:8px}.BentoFeatures-module__OQ8Uma__tooltipBox{background:var(--bg-primary);color:var(--text-main);border:1px solid var(--border-light);white-space:nowrap;border-radius:4px;margin-top:4px;padding:.15rem .35rem;font-family:monospace;font-size:8px}.BentoFeatures-module__OQ8Uma__chartFooterLabels{color:var(--text-muted);border-top:1px solid var(--border-light);justify-content:space-between;margin-top:.5rem;padding-top:.5rem;font-family:monospace;font-size:8px;display:flex}@media (max-width:1200px){.BentoFeatures-module__OQ8Uma__bentoGrid{grid-template-columns:repeat(2,1fr)}.BentoFeatures-module__OQ8Uma__colSpan3,.BentoFeatures-module__OQ8Uma__colSpan2,.BentoFeatures-module__OQ8Uma__colSpan4{grid-column:span 2}.BentoFeatures-module__OQ8Uma__analyticsContainer{flex-direction:column}.BentoFeatures-module__OQ8Uma__chartContainer{width:100%}}@media (max-width:900px){.BentoFeatures-module__OQ8Uma__cardFlexRow{flex-direction:column;gap:1.5rem}.BentoFeatures-module__OQ8Uma__simulatorContainer,.BentoFeatures-module__OQ8Uma__simulatorContainerWide{width:100%;max-width:100%}.BentoFeatures-module__OQ8Uma__kpiCardGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.BentoFeatures-module__OQ8Uma__bentoGrid{grid-template-columns:1fr;gap:1.5rem}.BentoFeatures-module__OQ8Uma__colSpan3,.BentoFeatures-module__OQ8Uma__colSpan2,.BentoFeatures-module__OQ8Uma__colSpan1,.BentoFeatures-module__OQ8Uma__colSpan4{grid-column:span 1}.BentoFeatures-module__OQ8Uma__kpiCardGrid{grid-template-columns:1fr}.BentoFeatures-module__OQ8Uma__bentoCard{min-height:auto;padding:1.5rem}}
.InteractivePreview-module__T27lJG__previewSection{background:radial-gradient(100% 50% at 50% 100%, var(--accent-violet-glow) 0%, #fff0 100%);position:relative}.InteractivePreview-module__T27lJG__previewCard{border:1px solid var(--border-light);border-radius:20px;max-width:960px;margin:0 auto;overflow:hidden;box-shadow:0 30px 60px #0f172a0d;}.InteractivePreview-module__T27lJG__tabHeader{border-bottom:1px solid var(--border-light);background:#0f172a05;display:flex}.InteractivePreview-module__T27lJG__tabBtn{font-family:var(--font-display);color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1.25rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;position:relative}.InteractivePreview-module__T27lJG__tabBtn:hover{color:var(--text-main);background:#00000005}.InteractivePreview-module__T27lJG__tabActive{color:var(--text-main);background:#0000000a}.InteractivePreview-module__T27lJG__tabActive:after{content:"";background:linear-gradient(90deg, var(--accent-violet), var(--accent-emerald));height:2px;position:absolute;bottom:0;left:0;right:0}.InteractivePreview-module__T27lJG__simBody{background:var(--bg-primary);min-height:380px;padding:2.5rem}.InteractivePreview-module__T27lJG__lockerSimulator{flex-direction:column;gap:1.5rem;display:flex}.InteractivePreview-module__T27lJG__lockerGrid{grid-template-columns:repeat(6,1fr);gap:1rem;display:grid}.InteractivePreview-module__T27lJG__locker{border:1px solid var(--border-light);background:var(--bg-secondary);cursor:pointer;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:4px;height:70px;transition:all .2s;display:flex}.InteractivePreview-module__T27lJG__locker:hover{border-color:var(--accent-emerald);background:var(--bg-tertiary);transform:translateY(-2px)}.InteractivePreview-module__T27lJG__lockerSelected{border-color:var(--accent-violet);background:#16a34a14;box-shadow:0 0 10px #16a34a26}.InteractivePreview-module__T27lJG__lockerOccupied{background:#ef44440d;border-color:#ef444440}.InteractivePreview-module__T27lJG__lockerNum{font-size:.95rem;font-weight:700;font-family:var(--font-display)}.InteractivePreview-module__T27lJG__lockerStatus{text-transform:uppercase;color:var(--text-dark);font-size:.55rem;font-weight:700}.InteractivePreview-module__T27lJG__lockerOccupied .InteractivePreview-module__T27lJG__lockerStatus{color:#ef4444}.InteractivePreview-module__T27lJG__lockerSelected .InteractivePreview-module__T27lJG__lockerStatus{color:var(--accent-violet)}.InteractivePreview-module__T27lJG__lockerControlPanel{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:8px;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.InteractivePreview-module__T27lJG__terminal{color:#a7f3d0;background:#030304;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;gap:.5rem;height:240px;padding:1.5rem;font-family:monospace;font-size:.8rem;display:flex;overflow-y:auto}.InteractivePreview-module__T27lJG__terminalLine{line-height:1.4}.InteractivePreview-module__T27lJG__terminalSuccess{color:var(--accent-emerald)}.InteractivePreview-module__T27lJG__terminalAlert{color:#f59e0b}.InteractivePreview-module__T27lJG__terminalBtnRow{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}.InteractivePreview-module__T27lJG__workoutSim{flex-direction:column;gap:1.5rem;display:flex}.InteractivePreview-module__T27lJG__exerciseRow{gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.InteractivePreview-module__T27lJG__exerciseCard{background:var(--bg-secondary);border:1px solid var(--border-light);cursor:pointer;text-align:center;border-radius:8px;min-width:140px;padding:1rem;transition:all .2s}.InteractivePreview-module__T27lJG__exerciseCard:hover{border-color:var(--accent-emerald);background:var(--bg-tertiary)}.InteractivePreview-module__T27lJG__exerciseCardActive{border-color:var(--accent-emerald);background:var(--accent-emerald-glow)}.InteractivePreview-module__T27lJG__exTitle{margin-bottom:4px;font-size:.85rem;font-weight:700;display:block}.InteractivePreview-module__T27lJG__exCat{color:var(--text-dark);font-size:.65rem}.InteractivePreview-module__T27lJG__plannerPanel{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:8px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.InteractivePreview-module__T27lJG__counterRow{justify-content:space-between;align-items:center;display:flex}.InteractivePreview-module__T27lJG__counterActions{align-items:center;gap:1rem;display:flex}.InteractivePreview-module__T27lJG__counterBtn{border:1px solid var(--border-light);background:var(--bg-primary);width:28px;height:28px;color:var(--text-main);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.InteractivePreview-module__T27lJG__counterBtn:hover{background:var(--bg-tertiary)}@media (max-width:768px){.InteractivePreview-module__T27lJG__simBody{padding:1.5rem}.InteractivePreview-module__T27lJG__lockerGrid{grid-template-columns:repeat(4,1fr)}.InteractivePreview-module__T27lJG__tabBtn{padding:1rem .5rem;font-size:.85rem}.InteractivePreview-module__T27lJG__lockerControlPanel{flex-direction:column;align-items:flex-start;gap:1rem}}@media (max-width:480px){.InteractivePreview-module__T27lJG__lockerGrid{grid-template-columns:repeat(3,1fr)}}
.RoiCalculator-module__dkdGya__roiSection{background-color:#0000;background-image:radial-gradient(120% 120% at 50% 10%,#16a34a05 0%,#ffffffd9 80%),url(/bg-image.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:4.5rem 1.5rem;position:relative;overflow:hidden}.RoiCalculator-module__dkdGya__roiSection:before{content:"";opacity:.015;pointer-events:none;z-index:1;background-image:url(/gym_hero.png);background-position:50%;background-size:cover;position:absolute;inset:0}.RoiCalculator-module__dkdGya__roiGrid{z-index:10;grid-template-columns:1fr 1.2fr;align-items:center;gap:3rem;margin-top:2.5rem;display:grid;position:relative}.RoiCalculator-module__dkdGya__inputsPanel{flex-direction:column;gap:1.75rem;display:flex}.RoiCalculator-module__dkdGya__sliderGroup{flex-direction:column;gap:.75rem;display:flex}.RoiCalculator-module__dkdGya__sliderLabelRow{justify-content:space-between;align-items:center;display:flex}.RoiCalculator-module__dkdGya__sliderLabel{font-family:var(--font-display);color:var(--text-main);font-size:1rem;font-weight:600}.RoiCalculator-module__dkdGya__sliderVal{font-family:var(--font-display);color:var(--accent-emerald);font-size:1.5rem;font-weight:700}.RoiCalculator-module__dkdGya__slider{-webkit-appearance:none;background:#0f172a14;border-radius:9999px;outline:none;width:100%;height:6px}.RoiCalculator-module__dkdGya__slider::-webkit-slider-thumb{appearance:none;background:var(--accent-emerald);cursor:pointer;border-radius:50%;width:20px;height:20px;transition:transform .1s;box-shadow:0 0 10px #10b98180}.RoiCalculator-module__dkdGya__slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.RoiCalculator-module__dkdGya__sliderViolet::-webkit-slider-thumb{background:var(--accent-violet);box-shadow:0 0 10px #16a34a80}.RoiCalculator-module__dkdGya__resultsPanel{background:var(--bg-primary);border:1px solid var(--border-light);border-radius:20px;flex-direction:column;gap:1.5rem;padding:2.25rem;display:flex;position:relative;box-shadow:0 20px 40px #0f172a08}.RoiCalculator-module__dkdGya__resultTitle{font-family:var(--font-display);color:var(--text-main);border-bottom:1px solid var(--border-light);padding-bottom:.75rem;font-size:1.25rem;font-weight:700}.RoiCalculator-module__dkdGya__statsGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.RoiCalculator-module__dkdGya__statCard{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:12px;flex-direction:column;gap:.25rem;padding:1.25rem;transition:all .3s;display:flex}.RoiCalculator-module__dkdGya__statCard:hover{border-color:var(--accent-emerald);transform:translateY(-2px);box-shadow:0 8px 20px #16a34a0a}.RoiCalculator-module__dkdGya__statVal{font-family:var(--font-display);letter-spacing:-.02em;font-size:2rem;font-weight:800}.RoiCalculator-module__dkdGya__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem;font-size:.75rem;font-weight:600}.RoiCalculator-module__dkdGya__calculatorFooter{color:var(--text-muted);text-align:center;font-size:.75rem;line-height:1.5}@media (max-width:900px){.RoiCalculator-module__dkdGya__roiGrid{grid-template-columns:1fr;gap:3rem}.RoiCalculator-module__dkdGya__resultsPanel{padding:2rem}}@media (max-width:480px){.RoiCalculator-module__dkdGya__statsGrid{grid-template-columns:1fr}.RoiCalculator-module__dkdGya__statVal{font-size:1.75rem}}
.Pricing-module__yc4bBa__pricingSection{position:relative}.Pricing-module__yc4bBa__toggleContainer{justify-content:center;align-items:center;gap:1rem;margin-bottom:3.5rem;display:flex}.Pricing-module__yc4bBa__toggleLabel{font-family:var(--font-display);color:var(--text-muted);cursor:pointer;font-size:.95rem;font-weight:600;transition:color .2s}.Pricing-module__yc4bBa__toggleLabelActive{color:var(--text-main)}.Pricing-module__yc4bBa__toggleSwitch{border:1px solid var(--border-light);cursor:pointer;background:#ffffff14;border-radius:9999px;align-items:center;width:56px;height:28px;padding:2px;display:flex;position:relative}.Pricing-module__yc4bBa__toggleThumb{background:var(--accent-violet);border-radius:50%;width:22px;height:22px;transition:transform .3s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 5px #0000004d}.Pricing-module__yc4bBa__discountBadge{color:var(--accent-emerald);background:#10b98126;border-radius:4px;padding:.15rem .5rem;font-size:.75rem;font-weight:700}.Pricing-module__yc4bBa__pricingGrid{z-index:10;grid-template-columns:repeat(3,1fr);align-items:stretch;gap:2.5rem;max-width:1050px;margin:0 auto;display:grid;position:relative}.Pricing-module__yc4bBa__card{background:linear-gradient(145deg,#fffffff2 0%,#f0fdf4cc 100%);border:1px solid #22c55e26;border-radius:24px;flex-direction:column;justify-content:space-between;padding:2.5rem 1.75rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000008;}.Pricing-module__yc4bBa__card:after{content:"";background:linear-gradient(90deg, var(--accent-emerald) 0%, var(--accent-cyan) 100%);opacity:0;height:4px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.Pricing-module__yc4bBa__card:hover:after{opacity:1}.Pricing-module__yc4bBa__card:hover{border-color:#10b98166;transform:translateY(-8px);box-shadow:0 20px 45px #10b9811a,0 0 20px #10b9810d}.Pricing-module__yc4bBa__planHeader{margin-bottom:1.25rem}.Pricing-module__yc4bBa__planName{color:var(--text-muted);margin-bottom:1rem;font-size:1.25rem}.Pricing-module__yc4bBa__priceWrapper{align-items:baseline;gap:4px;display:flex}.Pricing-module__yc4bBa__priceSymbol{font-family:var(--font-display);font-size:1.25rem;font-weight:700}.Pricing-module__yc4bBa__priceVal{font-family:var(--font-display);letter-spacing:-.03em;font-size:2.25rem;font-weight:800}.Pricing-module__yc4bBa__pricePeriod{color:var(--text-dark);font-size:.85rem}.Pricing-module__yc4bBa__featuresList{border-top:1px solid #0f172a0f;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding-top:1.25rem;list-style:none;display:flex}.Pricing-module__yc4bBa__featureItem{color:var(--text-main);align-items:center;gap:.75rem;font-size:.9rem;display:flex}.Pricing-module__yc4bBa__featureItemMuted{color:var(--text-dark);text-decoration:line-through;}.Pricing-module__yc4bBa__checkIcon{color:var(--accent-emerald);flex-shrink:0}.Pricing-module__yc4bBa__uncheckIcon{color:var(--text-dark);flex-shrink:0}@media (max-width:900px){.Pricing-module__yc4bBa__pricingGrid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.Pricing-module__yc4bBa__card{padding:2.5rem 2rem}}
.Faq-module__pkI36W__faqContainer{z-index:10;flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex;position:relative}.Faq-module__pkI36W__faqItem{border:1px solid var(--border-light);border-radius:12px;transition:border-color .2s;overflow:hidden;}.Faq-module__pkI36W__faqItemActive{border-color:#16a34a4d}.Faq-module__pkI36W__faqHeader{text-align:left;cursor:pointer;width:100%;color:var(--text-main);font-family:var(--font-display);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem;font-size:1.05rem;font-weight:600;display:flex}.Faq-module__pkI36W__faqHeader:hover{color:#fff}.Faq-module__pkI36W__chevron{color:var(--accent-violet);flex-shrink:0;transition:transform .3s cubic-bezier(.16,1,.3,1)}.Faq-module__pkI36W__chevronActive{color:var(--accent-emerald);transform:rotate(180deg)}.Faq-module__pkI36W__faqContent{overflow:hidden}.Faq-module__pkI36W__faqContentInner{color:var(--text-muted);padding:0 1.5rem 1.5rem;font-size:.95rem;line-height:1.6}
.ContactForm-module__j1WgZG__contactGrid{z-index:10;grid-template-columns:.9fr 1.1fr;align-items:center;gap:4rem;display:grid;position:relative}.ContactForm-module__j1WgZG__infoCol{flex-direction:column;gap:2rem;display:flex}.ContactForm-module__j1WgZG__benefitsGrid{flex-direction:column;gap:1rem;display:flex}.ContactForm-module__j1WgZG__benefitCard{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:12px;align-items:flex-start;gap:1.25rem;height:100%;padding:1.25rem;transition:all .3s;display:flex}.ContactForm-module__j1WgZG__benefitCard:hover{border-color:var(--border-hover);transform:translateY(-2px);box-shadow:0 8px 24px #16a34a0a}.ContactForm-module__j1WgZG__benefitIcon{background:var(--accent-emerald-glow);border:1px solid var(--border-emerald);width:40px;height:40px;color:var(--accent-emerald);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ContactForm-module__j1WgZG__benefitText{flex-direction:column;gap:.35rem;display:flex}.ContactForm-module__j1WgZG__benefitTitle{font-family:var(--font-display);color:var(--text-main);font-size:1rem;font-weight:700}.ContactForm-module__j1WgZG__benefitDesc{color:var(--text-muted);font-size:.85rem;line-height:1.5}.ContactForm-module__j1WgZG__benefitLink{font-family:var(--font-display);color:var(--accent-emerald);margin-top:.25rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.ContactForm-module__j1WgZG__benefitLink:hover{color:var(--accent-violet)}.ContactForm-module__j1WgZG__formCol{position:relative}.ContactForm-module__j1WgZG__formCard{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:20px;padding:3rem;position:relative;overflow:hidden;box-shadow:0 20px 40px #0f172a08}.ContactForm-module__j1WgZG__form{flex-direction:column;gap:1.25rem;display:flex}.ContactForm-module__j1WgZG__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.ContactForm-module__j1WgZG__inputGroup{flex-direction:column;gap:.5rem;display:flex}.ContactForm-module__j1WgZG__label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.8rem;font-weight:700}.ContactForm-module__j1WgZG__input,.ContactForm-module__j1WgZG__select,.ContactForm-module__j1WgZG__textarea{background:var(--bg-primary);border:1px solid var(--border-light);color:var(--text-main);font-family:var(--font-sans);border-radius:8px;outline:none;padding:.8rem 1rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.ContactForm-module__j1WgZG__input::placeholder,.ContactForm-module__j1WgZG__textarea::placeholder{color:var(--text-dark)}.ContactForm-module__j1WgZG__input:focus,.ContactForm-module__j1WgZG__select:focus,.ContactForm-module__j1WgZG__textarea:focus{border-color:var(--accent-emerald);box-shadow:0 0 10px #16a34a26}.ContactForm-module__j1WgZG__textarea{resize:vertical;min-height:90px}.ContactForm-module__j1WgZG__errorText{color:#ef4444;margin-top:4px;font-size:.75rem}.ContactForm-module__j1WgZG__overlay{-webkit-backdrop-filter:blur(8px);z-index:50;background:#f8fafcf5;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ContactForm-module__j1WgZG__successCard{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;max-width:380px;padding:2.5rem;display:flex}.ContactForm-module__j1WgZG__successRing{width:56px;height:56px;color:var(--accent-emerald);background:#10b9811a;border:1px solid #10b9814d;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex;box-shadow:0 0 20px #10b98133}.ContactForm-module__j1WgZG__successTitle{font-family:var(--font-display);color:var(--text-main);font-size:1.5rem;font-weight:700}.ContactForm-module__j1WgZG__successDesc{color:var(--text-muted);font-size:.9rem;line-height:1.5}@media (max-width:900px){.ContactForm-module__j1WgZG__contactGrid{grid-template-columns:1fr;gap:3rem}.ContactForm-module__j1WgZG__formCard{padding:2rem}}@media (max-width:480px){.ContactForm-module__j1WgZG__formRow{grid-template-columns:1fr}}
