.responsive-padding-1 *,.responsive-padding-1 *::before,.responsive-padding-1 *::after{box-sizing:border-box}.fitness-hero{width:100%;display:flex;min-height:520px;overflow:hidden;background:#020b2a;font-family:'soehne-buch'}.fitness-hero-content{width:50%;background:#020b2a;display:flex;align-items:center;justify-content:center;padding:60px 70px}.fitness-hero-inner{max-width:420px;width:100%}.fitness-subtitle{display:flex;align-items:center;gap:8px;color:#ffffff;font-size:10px;letter-spacing:2px;text-transform:uppercase;margin-bottom:22px;opacity:.9}.fitness-title{color:#ffffff;font-size:56px;line-height:1.08;font-weight:300;margin-bottom:40px;letter-spacing:-1px}.fitness-btn{display:inline-flex;align-items:center;gap:10px;border:1px solid #ffffff;border-radius:40px;padding:13px 26px;color:#ffffff;text-decoration:none;font-size:11px;font-weight:600;letter-spacing:1.8px;text-transform:uppercase;transition:all .3s ease}.fitness-btn:hover{background:#ffffff;color:#020b2a}.fitness-btn span{font-size:14px;line-height:1}.fitness-hero-image{width:50%;position:relative}.fitness-hero-image img{width:100%;height:100%;object-fit:cover;display:block}.page-container{width:100%;max-width:1440px;margin:0 auto;padding:5rem 2.5rem;display:grid;grid-template-columns:1fr;gap:4rem;align-items:center;background-color:#f2efe8;color:#0c0d0f;position:relative;overflow:hidden}.corner-mark{position:absolute;font-family:'soehne-buch';font-size:1.25rem;font-weight:300;color:#0c0d0f;opacity:.3;pointer-events:none;user-select:none}.corner-mark.top-left{top:2.5rem;left:2.5rem}.corner-mark.top-right{top:2.5rem;right:2.5rem}.corner-mark.bottom-left{bottom:2.5rem;left:2.5rem}.corner-mark.bottom-right{bottom:2.5rem;right:2.5rem}.text-column{display:flex;flex-direction:column;justify-content:center}.subtitle{font-family:'soehne-buch';font-size:.8rem;font-weight:500;letter-spacing:.15em;color:#0c0d0f;text-transform:uppercase;display:flex;align-items:center;gap:6px;margin-bottom:2rem}.headline{font-family:'soehne-buch';font-size:clamp(2.2rem, 4.5vw, 3.8rem);font-weight:400;line-height:1.15;color:#0c0d0f;margin-bottom:1.8rem;letter-spacing:-0.02em}.description{font-size:clamp(1rem, 1.2vw, 1.1rem);line-height:1.6;color:#5c5e66;margin-bottom:3rem;max-width:520px}.btn-mission{display:inline-flex;align-items:center;justify-content:center;background-color:transparent;color:#0c0d0f;border:1.5px solid #0c0d0f;padding:.9rem 2.4rem;font-size:.9rem;font-weight:600;letter-spacing:.15em;text-decoration:none;border-radius:50px;text-transform:uppercase;width:fit-content;transition:all .3s ease}.btn-mission svg{margin-left:8px;transition:transform .3s ease}.btn-mission:hover{background-color:#0c0d0f;color:#f2efe8}.btn-mission:hover svg{transform:translate(2px, -2px)}.brand-column{display:flex;align-items:center;justify-content:center;padding:2rem 0}.logo-container{width:100%;display:flex;justify-content:center}.logo-img{max-width:320px;width:100%;height:auto;display:block;animation:fadeIn 1s ease-out}@keyframes fadeIn{from{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.features-section{width:100%;max-width:1200px;margin:0 auto;padding:4rem 1rem;background:#ffffff}.features-grid{display:grid;grid-template-columns:1fr;gap:3.5rem;width:100%}.feature-item{display:flex;align-items:flex-start;gap:1.5rem;text-decoration:none;color:inherit}.feature-item:hover .feature-icon-wrapper{transform:scale(1.08)}.feature-item:hover .feature-title{color:#ff4d30}.feature-icon-wrapper{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;border:1.2px solid #ff4d30;color:#ff4d30;flex-shrink:0;transition:all .4s ease}.feature-arrow{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.feature-text{display:flex;flex-direction:column;gap:.75rem}.feature-title{font-size:1.5rem;font-weight:700;line-height:1.2;color:#000000}.feature-desc{font-size:.95rem;line-height:1.5;color:#4a4a4a;max-width:290px}.split-container{display:grid;grid-template-columns:1fr;width:100%;min-height:700px}.image-side{position:relative;width:100%;min-height:450px}.image-side img{width:100%;height:100%;object-fit:cover;display:block}.image-overlay{position:absolute;inset:0;background:linear-gradient(to right, rgba(10,15,29,0.2) 0%, rgba(10,15,29,0) 100%)}.menu-side{background-color:#0a0f1d;display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.menu-wrapper{width:100%;max-width:440px;display:flex;flex-direction:column;gap:2.2rem}.menu-item{display:flex;align-items:center;justify-content:space-between;text-decoration:none;color:#ffffff;font-size:1.05rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;transition:all .3s ease;padding:.2rem 0}.menu-item:hover{color:#ff4d30;transform:translateX(4px)}.menu-item:hover .menu-arrow{color:#ff4d30;transform:translate(3px, -3px)}.menu-arrow{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}@media (min-width:992px){.page-container{grid-template-columns:1.1fr .9fr;padding:5rem 8%;gap:2rem}.features-grid{grid-template-columns:repeat(3, 1fr);gap:2.5rem}.split-container{grid-template-columns:1fr 1fr}.fitness-hero{min-height:700px}}@media (max-width:991px){.fitness-hero{flex-direction:column}.fitness-hero-content,.fitness-hero-image{width:100%}.fitness-hero-content{padding:50px 30px;order:2}.fitness-hero-image{min-height:420px}.fitness-title{font-size:42px}.corner-mark{display:none}.page-container{padding:4rem 1.5rem}.brand-column{margin-top:2rem;border-top:1px solid rgba(12,13,15,0.1);padding-top:4rem}.image-overlay{background:linear-gradient(to bottom, rgba(10,15,29,0.2) 0%, rgba(10,15,29,0) 100%)}}@media (max-width:576px){.fitness-title{font-size:34px}.fitness-hero-content{padding:40px 20px}.fitness-btn{padding:12px 22px;font-size:10px}.br-desktop{display:none}}@media (min-width:577px){.br-desktop{display:inline}}