:root{--gym-primary:#8e24aa;--gym-primary-light:#f3e5f5;--gym-accent:#ff4081;--gym-dark:#120b24;--gym-gray:#f8f9fc;--gym-transition:all .3s cubic-bezier(.4, 0, .2, 1)}.gym-page{font-family:var(--font-main);color:var(--text-dark);background-color:#fff;overflow-x:hidden}.gym-hero{background:linear-gradient(135deg,#fbf7ff 0%,#f6f0ff 100%);padding:6rem 0 4rem;position:relative;overflow:hidden}.gym-hero:before{content:"";z-index:0;background:radial-gradient(circle,#8e24aa14 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-150px;right:-150px}.gym-hero-grid{z-index:1;grid-template-columns:repeat(2,1fr);align-items:center;gap:3rem;display:grid;position:relative}.gym-hero-title{color:var(--gym-dark);font-size:3rem;font-weight:800;line-height:1.15}.gym-hero-subtitle{text-transform:uppercase;letter-spacing:2px;color:var(--gym-primary);margin-top:1rem;font-size:1.1rem;font-weight:700}.gym-hero-desc{color:var(--text-muted);margin:1.5rem 0 2rem;font-size:1.1rem;line-height:1.6}.gym-hero-img-box{justify-content:center;align-items:center;display:flex;position:relative}.gym-hero-img{border-radius:20px;width:100%;max-width:520px;height:auto;animation:6s ease-in-out infinite gymFloat;box-shadow:0 20px 40px #8e24aa14}@keyframes gymFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.gym-hero-pills{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.gym-pill{color:var(--gym-dark);background:#fff;border:1px solid #8e24aa0f;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:flex;box-shadow:0 4px 15px #00000008}.gym-tabs-section{background-color:#fcfaff;padding:5rem 0;position:relative}.gym-tabs-card{background:#fff;border:1px solid #8e24aa0d;border-radius:24px;padding:2rem;box-shadow:0 15px 45px #8e24aa0a}.gym-tabs-grid{grid-template-columns:repeat(5,1fr);gap:.75rem;margin-bottom:2.5rem;display:grid}@media (max-width:992px){.gym-tabs-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:576px){.gym-tabs-grid{grid-template-columns:repeat(2,1fr)}}.gym-tab-btn{cursor:pointer;transition:var(--gym-transition);color:var(--text-muted);background:#fff;border:1px solid #f0edf5;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:1rem .75rem;display:flex}.gym-tab-btn:hover{background:var(--gym-primary-light);color:var(--gym-primary);border-color:#8e24aa33}.gym-tab-btn.active{background:var(--gym-primary);color:#fff;border-color:var(--gym-primary);box-shadow:0 8px 20px #8e24aa33}.gym-tab-btn-icon{margin-bottom:.35rem;font-size:1.5rem}.gym-tab-btn span:last-child{text-align:center;font-size:.85rem;font-weight:600}.gym-tab-content-box{grid-template-columns:4fr 5fr;align-items:center;gap:2.5rem;animation:.4s ease-in-out fadeIn;display:grid}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.gym-tab-info h4{color:var(--gym-dark);margin-bottom:1rem;font-size:1.8rem;font-weight:800}.gym-tab-info p{color:var(--text-muted);font-size:1rem;line-height:1.6}.gym-tab-screenshot-box{box-shadow:var(--shadow-md);background:#fff;border:1px solid #f0edf5;border-radius:16px;padding:.5rem;overflow:hidden}.gym-tab-screenshot{border-radius:12px;width:100%;height:auto;display:block}.gym-features-section{background:#fff;padding:5rem 0}.gym-features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.gym-feature-card{text-align:center;transition:var(--gym-transition);background:#fbf9ff;border:1px solid #8e24aa08;border-radius:20px;padding:2.5rem 2rem;position:relative;overflow:hidden}.gym-feature-card:hover{background:#fff;border-color:#8e24aa1a;transform:translateY(-5px);box-shadow:0 15px 35px #8e24aa0f}.gym-feature-icon-box{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex;box-shadow:0 8px 20px #8e24aa0d}.gym-feature-gif{object-fit:contain;border-radius:50%;width:50px;height:50px}.gym-feature-card h4{color:var(--gym-dark);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.gym-feature-card p{color:var(--text-muted);margin-bottom:0;font-size:.95rem;line-height:1.6}.gym-products-section{background-color:#fff;padding:2rem 0}.gym-product-row{border-bottom:1px solid #f4f0fa;grid-template-columns:repeat(2,1fr);align-items:center;gap:4rem;padding:4rem 0;display:grid}.gym-product-row:last-child{border-bottom:none}.gym-product-img-box{position:relative}.gym-product-img{width:100%;box-shadow:var(--shadow-lg);border:1px solid #f0edf5;border-radius:20px}.gym-product-tag{color:var(--gym-primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.95rem;font-weight:700;display:inline-block}.gym-product-title{color:var(--gym-dark);margin-bottom:1.25rem;font-size:2.2rem;font-weight:800}.gym-product-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.65}.gym-highlight-list{margin:0;padding:0;list-style:none}.gym-highlight-list li{color:var(--text-dark);align-items:flex-start;gap:.75rem;margin-bottom:.85rem;font-size:.95rem;display:flex}.gym-list-icon{flex-shrink:0;width:22px;height:22px;margin-top:2px}.gym-footer-section{padding:6rem 0}.gym-footer-card{color:#fff;background:linear-gradient(135deg,#1f113a 0%,#110524 100%);border-radius:36px;padding:4rem;position:relative;overflow:hidden;box-shadow:0 20px 50px #120b2426}.gym-footer-card-grid{z-index:2;grid-template-columns:repeat(2,1fr);align-items:center;gap:3rem;display:grid;position:relative}.gym-footer-title{font-size:2.5rem;font-weight:800;line-height:1.2}.gym-footer-desc{color:#ffffffb3;margin:1.5rem 0 2rem;font-size:1.1rem;line-height:1.6}.gym-footer-graphics{justify-content:center;align-items:center;height:250px;display:flex;position:relative}.gym-footer-img-box{background:#fff;border-radius:20px;max-width:380px;padding:.75rem;box-shadow:0 15px 35px #00000040}.gym-footer-img{border-radius:12px;width:100%;height:auto;display:block}@media (max-width:1024px){.gym-hero-grid,.gym-features-grid,.gym-product-row,.gym-footer-card-grid,.gym-tab-content-box{grid-template-columns:1fr}.gym-hero-img-box{margin-top:2rem}.gym-product-row{gap:2rem}.gym-footer-graphics{margin-top:2rem}.gym-tab-screenshot-box{max-width:500px;margin:0 auto}}@media (max-width:768px){.gym-hero-title{font-size:2.35rem}.gym-product-title{font-size:1.75rem}.gym-footer-card{padding:2.5rem 1.5rem}.gym-footer-title{font-size:1.85rem}.gym-workspace-card{border-radius:16px;padding:2rem 1rem}}@media (max-width:480px){.gym-hero-title{font-size:1.85rem}.gym-hero-subtitle{font-size:.85rem}.gym-product-title{font-size:1.5rem}}.gym-mobile-scroller-container{align-items:center;width:100%;max-width:320px;height:200px;display:flex;position:relative;overflow:hidden}.gym-mobile-scroller-track{gap:15px;width:1050px;animation:15s linear infinite scroll-gym-marquee;display:flex}.gym-mobile-scroller-container:hover .gym-mobile-scroller-track{animation-play-state:paused}.gym-mobile-scroller-img{object-fit:cover;border:1px solid #00000014;border-radius:12px;width:90px;height:180px;box-shadow:0 4px 10px #0000000d}@keyframes scroll-gym-marquee{0%{transform:translate(0)}to{transform:translate(-525px)}}
