.header{position:fixed;top:0;left:0;right:0;z-index:100;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s}.header:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:-1;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;pointer-events:none}@media (max-width: 768px){.header.menu-open:before{opacity:1;visibility:visible}}.header.scrolled{background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000080}.nav{display:flex;justify-content:center;align-items:center;padding:2.5rem 2rem;max-width:1400px;margin:0 auto;gap:2rem}.logo{display:flex;align-items:center;text-decoration:none;position:absolute;left:1rem;top:50%;transform:translateY(-50%);filter:drop-shadow(0 2px 8px rgba(0,0,0,.5))}.logo img{display:block;height:80px;width:auto;object-fit:contain;max-width:180px}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-links a{color:var(--gray-light);text-decoration:none;font-weight:500;transition:color .3s;cursor:pointer;position:relative}.nav-links a:hover{color:var(--primary)}.nav-links a.active-link{color:var(--primary);font-weight:600}.nav-links a.active-link:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;background:var(--primary);border-radius:2px}.mobile-toggle{display:none;background:none;border:0;color:var(--white);font-size:1.8rem;cursor:pointer;position:absolute;right:2rem;min-width:48px;min-height:48px;padding:0;touch-action:manipulation}@media (max-width: 1024px){.nav{padding:1.25rem 1.5rem}.logo{left:1rem}.logo img{height:60px}}@media (max-width: 768px){.nav{padding:1.7rem 1rem;gap:1.5rem}.logo{left:.875rem;top:50%}.logo img{height:40px;max-width:140px}.nav-links{display:none;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-toggle{display:flex;align-items:center;justify-content:center;right:1rem;padding:0;min-width:48px;min-height:48px;font-size:1.5rem;transition:transform .2s ease}.mobile-toggle:active{transform:scale(.9)}.nav-links.active{height:fit-content;display:flex;flex-direction:column;position:fixed;top:69px;left:0;right:0;bottom:0;background:#0a0e13fa;padding:1.5rem 1.25rem;border-top:1px solid rgba(255,255,255,.1);gap:.5rem;box-shadow:0 8px 24px #00000080;overflow-y:auto;opacity:1;visibility:visible;animation:slideDown .3s ease;z-index:99}.nav-links.active li{margin-bottom:.25rem}.nav-links.active a{padding:1rem 1.25rem;font-size:1.1rem;border-radius:8px;transition:background .2s,color .2s;display:block;text-align:center;min-height:48px;display:flex;align-items:center;justify-content:center}.nav-links.active a:hover,.nav-links.active a:active{background:#ffffff14;color:var(--primary)}.nav-links.active a.active-link{background:#d32f2f26;color:var(--primary);font-weight:600;border-radius:8px}.nav-links.active a.active-link:after{display:none}}@keyframes slideDown{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 480px){.nav{padding:1.75rem .75rem}.logo{left:.75rem;top:50%}.logo img{height:35px}.mobile-toggle{right:.75rem;font-size:1.35rem}.nav-links.active{padding:1.25rem 1rem;top:65px;height:fit-content}.nav-links.active a{font-size:1.05rem;padding:.875rem 1rem;border-radius:6px}.nav-links.active a.active-link{background:#d32f2f26;color:var(--primary);font-weight:600;border-radius:6px}}@media (max-width: 360px){.nav{padding:1.75rem .625rem}.logo img{height:32px;max-width:120px;object-fit:contain}.mobile-toggle{right:.625rem;font-size:1.25rem}.nav-links.active{padding:1rem .875rem;height:fit-content}.nav-links.active a{font-size:1rem;padding:.75rem .875rem}.nav-links.active a.active-link{background:#d32f2f26;color:var(--primary);font-weight:600}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding-top:80px}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#d32f2fa6,#0a0e13bf 60%);z-index:1}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center top}.hero-content{position:relative;z-index:2;text-align:center;color:var(--white);max-width:900px;padding:2rem}.hero h1{margin-bottom:1rem;text-shadow:2px 4px 12px rgba(0,0,0,.6);animation:fadeInUp .8s ease;line-height:1.2}.hero p{font-size:1.25rem;margin-bottom:2rem;color:var(--gray-light);animation:fadeInUp 1s ease;line-height:1.65}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1.2s ease}.hero-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3rem;animation:fadeInUp 1.3s ease;max-width:900px;margin-left:auto;margin-right:auto}.hero-gallery img{width:100%;height:200px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0006;transition:transform .3s}.hero-gallery img:hover{transform:scale(1.05)}.mobile-gallery{display:none;position:relative;margin-top:2.5rem;width:100%;max-width:100%}.mobile-gallery-container{position:relative;width:100%;overflow:hidden;border-radius:12px;box-shadow:0 8px 24px #0006}.mobile-gallery-container img{width:100%;height:250px;object-fit:cover;display:block;transition:all .5s ease;touch-action:pan-y;-webkit-user-select:none;user-select:none}.mobile-gallery-prev,.mobile-gallery-next{position:absolute;top:50%;transform:translateY(-50%);background:#d32f2fe6;color:var(--white);border:none;font-size:1.75rem;width:40px;height:40px;border-radius:50%;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;z-index:5;min-width:40px;min-height:40px}.mobile-gallery-prev:hover,.mobile-gallery-next:hover{background:var(--primary);transform:translateY(-50%) scale(1.1)}.mobile-gallery-prev:active,.mobile-gallery-next:active{transform:translateY(-50%) scale(.95)}.mobile-gallery-prev{left:10px}.mobile-gallery-next{right:10px}.mobile-gallery-dots{display:flex;justify-content:center;gap:8px;margin-top:1.25rem;flex-wrap:wrap}.mobile-dot{width:10px;height:10px;border-radius:50%;background:#fff6;border:none;cursor:pointer;transition:all .3s;padding:0}.mobile-dot:hover{background:#fff9}.mobile-dot:active{transform:scale(.9)}.mobile-dot.active{background:var(--primary);width:20px;border-radius:6px}.image-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease}.modal-content{position:relative;max-width:90vw;max-height:90vh;animation:scaleIn .3s ease}.modal-content img{width:100%;height:100%;object-fit:contain;border-radius:8px;max-height:90vh}.modal-close{position:absolute;top:-40px;right:0;background:#d32f2fe6;color:var(--white);border:none;font-size:2rem;width:44px;height:44px;border-radius:50%;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;line-height:1;min-width:44px;min-height:44px}.modal-close:hover{background:var(--primary);transform:scale(1.1)}.modal-close:active{transform:scale(.95)}.modal-nav{position:absolute;top:50%;transform:translateY(-50%);background:#d32f2fe6;color:var(--white);border:none;font-size:3rem;width:50px;height:50px;border-radius:50%;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;line-height:1;z-index:10;min-width:50px;min-height:50px}.modal-nav:hover{background:var(--primary);transform:translateY(-50%) scale(1.1)}.modal-nav:active{transform:translateY(-50%) scale(.95)}.modal-prev{left:-60px}.modal-next{right:-60px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:4rem;animation:fadeInUp 1.4s ease}.stat{text-align:center}.stat-num{font-size:3rem;font-weight:700;color:var(--primary);font-family:Oswald,sans-serif}.stat-label{color:var(--gray-light);font-size:.95rem;text-transform:uppercase;letter-spacing:1px}@media (max-width: 1024px){.hero{padding-top:75px}.hero-content{padding:1.75rem}.hero h1{font-size:clamp(2rem,5vw,3rem)}.hero-gallery{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.hero{min-height:auto;padding-top:70px;padding-bottom:3rem}.hero-content{padding:1.5rem 1rem}.hero h1{font-size:clamp(1.5rem,6vw,2.5rem);line-height:1.2;margin-bottom:.875rem}.hero p{font-size:1.05rem;margin-bottom:1.5rem;line-height:1.6}.hero-cta{flex-direction:column;gap:.875rem;align-items:center}.hero-cta .btn{width:100%;max-width:320px}.hero-gallery.desktop-gallery{display:none}.mobile-gallery{display:block}.mobile-gallery-container{border-radius:10px}.mobile-gallery-container img{height:200px}.modal-close{top:-35px;width:40px;height:40px;font-size:1.75rem}.modal-prev{left:5px}.modal-next{right:5px}.modal-nav{width:44px;height:44px;font-size:2.25rem;min-width:44px;min-height:44px}.stats{grid-template-columns:1fr;gap:1.5rem;margin-top:2.5rem;padding:0 1rem}.stat-num{font-size:2.25rem}.stat-label{font-size:.85rem}}.modal-close{top:-35px;width:40px;height:40px;font-size:1.75rem}.modal-prev{left:5px}.modal-next{right:5px}.modal-nav{width:44px;height:44px;font-size:2.25rem;min-width:44px;min-height:44px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;padding:0 1rem}.stat-num{font-size:2.25rem}.stat-label{font-size:.85rem}@media (max-width: 480px){.hero{padding-bottom:2.5rem;padding-top:65px}.hero-content{padding:1.25rem .75rem}.hero h1{font-size:clamp(1.35rem,5.5vw,2rem);margin-bottom:.75rem}.hero p{font-size:.95rem;margin-bottom:1.25rem}.hero-cta{gap:.75rem}.hero-cta .btn{max-width:280px;padding:.75rem 1.25rem;font-size:.9rem}.mobile-gallery-container img{height:180px}.mobile-gallery-prev,.mobile-gallery-next{width:36px;height:36px;font-size:1.5rem;min-width:36px;min-height:36px}.modal-close{top:-30px;width:36px;height:36px;font-size:1.5rem;min-width:36px;min-height:36px}.modal-prev{left:4px}.modal-next{right:4px}.modal-nav{width:40px;height:40px;font-size:1.75rem;min-width:40px;min-height:40px}.stats{grid-template-columns:1fr;gap:1.25rem;margin-top:1.75rem;padding:0 .75rem}.stat-num{font-size:2rem}.stat-label{font-size:.75rem}}@media (max-width: 360px){.hero h1{font-size:1.35rem}.hero p{font-size:.9rem;margin-bottom:1rem}.mobile-gallery-container img{height:160px}.mobile-gallery-prev,.mobile-gallery-next{width:32px;height:32px;font-size:1.35rem;min-width:32px;min-height:32px}.hero-cta .btn{padding:.675rem 1.125rem;font-size:.85rem}.stat-num{font-size:1.75rem}.stat-label{font-size:.7rem}}.services{background:var(--white);padding:5rem 0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.mobile-services-carousel{display:none;position:relative;margin-top:2rem;touch-action:pan-y}.mobile-service-container{position:relative;width:100%;overflow:hidden}.mobile-service-card{background:linear-gradient(135deg,#f7fafc,#edf2f7);padding:2rem;border-radius:16px;text-align:center;border:2px solid transparent;transition:all .3s ease}.mobile-services-prev,.mobile-services-next{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:none;background:var(--primary);color:var(--white);font-size:1.5rem;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease;min-width:40px;min-height:40px}.mobile-services-prev:hover,.mobile-services-next:hover{background:var(--dark);transform:translateY(-50%) scale(1.1)}.mobile-services-prev{left:-50px}.mobile-services-next{right:-50px}.mobile-services-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.mobile-service-dot{width:10px;height:10px;border-radius:50%;background:#0000004d;cursor:pointer;transition:all .3s ease;min-width:10px;min-height:10px}.mobile-service-dot.active{width:20px;height:10px;background:var(--primary);border-radius:5px}.mobile-service-dot:hover{background:var(--primary)}.service-card{background:linear-gradient(135deg,#f7fafc,#edf2f7);padding:2rem;border-radius:16px;text-align:center;transition:all .4s;border:2px solid transparent;cursor:pointer;min-height:auto}.service-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0000001f;border-color:var(--primary)}.service-card:active{transform:translateY(-2px)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{margin-bottom:.75rem;color:var(--dark)}.service-card p{color:var(--gray);margin-bottom:1rem;line-height:1.6}.service-card .btn{padding:.6rem 1.5rem;background:var(--primary);color:var(--white);font-size:.9rem}@media (max-width:1024px){.services{padding:4rem 0}.services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.75rem;margin-top:2.5rem}.service-card{padding:1.75rem}}@media (max-width:768px){.services{padding:3.5rem 1.5rem}.services-grid{display:none}.mobile-services-carousel{display:block}.mobile-services-prev,.mobile-services-next{width:40px;height:40px;font-size:1.5rem;min-width:40px;min-height:40px}.mobile-services-prev{left:0}.mobile-services-next{right:0}.mobile-service-card{padding:1.75rem 1.5rem;border-radius:14px}.service-icon{font-size:2.5rem;margin-bottom:.75rem}.service-card h3{margin-bottom:.625rem;font-size:1.25rem}.service-card p{font-size:.9rem;line-height:1.65}.service-card .btn{width:100%;max-width:280px;margin:0 auto;padding:.75rem 1.5rem;font-size:.9rem;min-height:44px}.mobile-services-dots{gap:.4rem}}@media (max-width:480px){.services{padding:3rem 1rem}.mobile-services-carousel{margin-top:1.5rem}.mobile-services-prev,.mobile-services-next{width:36px;height:36px;font-size:1.35rem;min-width:36px;min-height:36px}.mobile-service-card{padding:1.5rem 1.25rem}.service-icon{font-size:2.25rem}.service-card h3{font-size:1.15rem;margin-bottom:.5rem}.service-card p{font-size:.85rem}.service-card .btn{padding:.65rem 1.25rem;font-size:.85rem}.mobile-service-dot{width:8px;height:8px}.mobile-service-dot.active{width:16px;height:8px}}@media (max-width:360px){.services{padding:2.5rem .75rem}.mobile-services-prev,.mobile-services-next{width:32px;height:32px;font-size:1.2rem;min-width:32px;min-height:32px}.mobile-service-card{padding:1.25rem 1rem}.service-icon{font-size:2rem}.service-card h3{font-size:1.05rem}.service-card .btn{font-size:.8rem}.mobile-service-dot{width:7px;height:7px}.mobile-service-dot.active{width:14px;height:7px}}.trainers{background:var(--dark-soft);padding:5rem 0;color:var(--white)}.trainers .section-header h2,.trainers .section-header p{color:var(--white)}.slider-container{position:relative;margin-top:3rem;padding:0 4rem;display:flex;align-items:center}.trainers-slider{overflow:hidden;width:100%;padding:0 .75rem}.trainers-track{display:flex;transition:transform .5s ease-in-out}.trainer-card{box-sizing:border-box;padding:0 .75rem}.trainer-card-inner{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:3/4;cursor:pointer;transition:transform .3s;width:100%;height:100%}.trainer-card-inner:hover{transform:scale(1.05)}.trainer-card-inner:active{transform:scale(.98)}.trainer-img{width:100%;height:100%;object-fit:cover;display:block}.trainer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(10,14,19,.95) 0%,transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;opacity:0;transition:opacity .3s}.trainer-card:hover .trainer-overlay{opacity:1}.trainer-name{font-size:1.2rem;font-weight:700;margin-bottom:.25rem}.trainer-title{font-size:.9rem;color:var(--primary);margin-bottom:.5rem}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);color:var(--white);font-size:2.5rem;width:50px;height:50px;border-radius:50%;cursor:pointer;z-index:10;transition:all .3s;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;min-width:50px;min-height:50px}.slider-btn:hover{background:var(--primary);border-color:var(--primary);transform:translateY(-50%) scale(1.1)}.slider-btn:active{transform:translateY(-50%) scale(.95)}.slider-btn.prev{left:0}.slider-btn.next{right:0}.slider-dots{display:flex;justify-content:center;gap:10px;margin-top:2rem;flex-wrap:wrap}.dot{width:10px;height:10px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s;padding:0}.dot:hover{background:#fff9;transform:scale(1.15)}@media (max-width:1024px){.slider-container{padding:0 3rem}.slider-btn{width:45px;height:45px;font-size:2rem;min-width:45px;min-height:45px}}@media (max-width:768px){.trainers{padding:3.5rem 1.5rem}.slider-container{padding:0 2rem;margin-top:2.5rem}.slider-btn{width:44px;height:44px;font-size:1.75rem;min-width:44px;min-height:44px;border-width:1.5px}.slider-btn:active{transform:translateY(-50%) scale(.9)}.slider-btn.prev{left:0}.slider-btn.next{right:0}.trainer-card{padding:0 .5rem}.trainer-overlay{padding:1.25rem;opacity:1;background:linear-gradient(0deg,rgba(10,14,19,.95) 0%,rgba(10,14,19,.5) 50%,transparent 70%)}.trainer-name{font-size:1rem;margin-bottom:.15rem}.trainer-title{font-size:.8rem}.slider-dots{margin-top:1.75rem;gap:10px}.dot{width:10px;height:10px}.dot.active{width:28px}}@media (max-width:480px){.trainers{padding:3rem 1rem}.slider-container{padding:0 1.5rem;margin-top:2rem}.slider-btn{width:40px;height:40px;font-size:1.5rem;min-width:40px;min-height:40px}.trainer-overlay{padding:1rem}.trainer-name{font-size:.95rem}.trainer-title{font-size:.75rem}.slider-dots{margin-top:1.5rem}.dot{width:9px;height:9px}}@media (max-width:360px){.trainers{padding:2.5rem .75rem}.slider-container{padding:0 1.25rem}.slider-btn{width:36px;height:36px;font-size:1.3rem;min-width:36px;min-height:36px}.trainer-name{font-size:.85rem}.trainer-title{font-size:.7rem}.trainer-overlay{padding:.875rem}}.testimonials{background:var(--dark);padding:5rem 0;color:var(--white);position:relative;overflow:hidden}.testimonials-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.testimonials-bg img{width:100%;height:100%;object-fit:cover;opacity:1}.testimonials .container{position:relative;z-index:2}.testimonials .section-header h2,.testimonials .section-header p{color:var(--white);text-shadow:2px 2px 8px rgba(0,0,0,.8)}.testimonial-slider{max-width:800px;margin:3rem auto;position:relative}.testimonial{background:#000000b3;padding:2.5rem;border-radius:16px;border-left:4px solid var(--primary);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.testimonial-text{font-size:1.2rem;font-style:italic;margin-bottom:1.5rem;color:var(--white);line-height:1.7}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-info h4{margin:0;font-size:1.1rem}.testimonial-info p{margin:0;color:var(--gray);font-size:.9rem}.slider-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem;flex-wrap:wrap}.dot{width:10px;height:10px;border-radius:50%;background:var(--gray);cursor:pointer;transition:all .3s;padding:0}.dot:hover{background:#d32f2f99;transform:scale(1.15)}.dot:active{transform:scale(.9)}.dot.active{background:var(--primary);width:24px;border-radius:6px;height:10px}@media (max-width:1024px){.testimonials{padding:4.5rem 0}.testimonial-slider{margin:2.5rem auto}}@media (max-width:768px){.testimonials{padding:3.5rem 1.5rem}.testimonial-slider{margin:2rem auto;padding:0 1rem}.testimonial{padding:2rem 1.75rem;border-left-width:3px;border-radius:14px}.testimonial-text{font-size:1.05rem;line-height:1.65;margin-bottom:1.25rem}.testimonial-author{gap:.875rem}.testimonial-info h4{font-size:1rem;margin-bottom:.25rem}.testimonial-info p{font-size:.85rem}.slider-dots{margin-top:1.75rem;gap:10px}.dot{width:10px;height:10px}.dot.active{width:28px}}@media (max-width:480px){.testimonials{padding:3rem 1rem}.testimonial-slider{margin:1.75rem auto;padding:0 .5rem}.testimonial{padding:1.5rem 1.25rem;border-left-width:3px}.testimonial-text{font-size:.95rem;line-height:1.6;margin-bottom:1rem}.testimonial-author{flex-direction:column;align-items:flex-start;gap:.75rem}.testimonial-info h4{font-size:.95rem}.testimonial-info p{font-size:.8rem}.slider-dots{margin-top:1.5rem;gap:8px}.dot{width:9px;height:9px}}@media (max-width:360px){.testimonials{padding:2.5rem .75rem}.testimonial{padding:1.25rem 1rem}.testimonial-text,.testimonial-info h4{font-size:.9rem}}.cta-banner{background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);padding:4rem 2rem;text-align:center;color:var(--white)}.cta-banner h2{margin-bottom:1rem;line-height:1.2}.cta-banner p{font-size:1.2rem;margin-bottom:2rem;opacity:.95;line-height:1.6}.cta-banner .btn{background:var(--white);color:var(--primary);padding:1.2rem 2.5rem;font-size:1.1rem;min-height:48px}.cta-banner .btn:hover{background:var(--white);color:var(--primary);transform:none;box-shadow:none}.cta-banner .btn:active{transform:scale(.98)}@media (max-width:1024px){.cta-banner{padding:3.5rem 2rem}.cta-banner h2{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:.875rem}}@media (max-width:768px){.cta-banner{padding:3rem 1.5rem;border-radius:0}.cta-banner h2{font-size:1.8rem;margin-bottom:.875rem;line-height:1.25}.cta-banner p{font-size:1.05rem;margin-bottom:1.75rem;line-height:1.6}.cta-banner .btn{padding:1rem 2.25rem;font-size:1rem;width:100%;max-width:320px;min-height:48px}.cta-banner .btn:active{transform:scale(.98)}}@media (max-width:480px){.cta-banner{padding:2.5rem 1.25rem}.cta-banner h2{font-size:1.55rem;margin-bottom:.75rem}.cta-banner p{font-size:.95rem;margin-bottom:1.5rem}.cta-banner .btn{padding:.875rem 1.75rem;font-size:.95rem;max-width:100%}}@media (max-width:360px){.cta-banner{padding:2rem 1rem}.cta-banner h2{font-size:1.35rem}.cta-banner p{font-size:.9rem}.cta-banner .btn{padding:.75rem 1.5rem;font-size:.9rem}}.footer{background:var(--dark-soft);color:var(--gray-light);padding:3rem 2rem 1.5rem;width:100%;box-sizing:border-box}.footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;max-width:1400px;margin:0 auto 2rem}.footer-section h3{color:var(--white);margin-bottom:1rem;font-size:1.25rem}.footer-section p,.footer-section a{color:var(--gray-light);text-decoration:none;display:block;margin-bottom:.5rem;line-height:1.6;transition:color .3s ease}.footer-section a:hover{color:var(--primary)}.footer-section a:active{opacity:.8}.social-links{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.social-links a{width:44px;height:44px;background:var(--dark);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);text-decoration:none;transition:all .3s ease;min-width:44px;min-height:44px;font-size:1.2rem;position:relative;z-index:1}.social-links a:hover{background:var(--primary);transform:translateY(-3px);color:var(--white)}.social-links a:active{transform:scale(.9);background:var(--primary)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:var(--gray);line-height:1.6;font-size:.95rem}.footer-section p{white-space:pre-line}@media (max-width: 1024px){.footer{padding:2.5rem 1.5rem 1.25rem}.footer-content{gap:2.5rem;margin-bottom:1.75rem}.footer-section h3{font-size:1.2rem}}@media (max-width: 768px){.footer{padding:2.25rem 1.25rem 1rem}.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:1.75rem}.footer-section{padding-bottom:.5rem}.footer-section h3{font-size:1.15rem;margin-bottom:.875rem}.footer-section p,.footer-section a{font-size:.95rem;margin-bottom:.5rem}.social-links{justify-content:flex-start;gap:.875rem;margin-top:1rem}.social-links a{width:42px;height:42px;font-size:1.1rem}.footer-bottom{font-size:.9rem;padding-top:1.75rem}}@media (max-width: 640px){.footer{padding:2rem 1.25rem .875rem}.footer-content{gap:1.75rem}.social-links a{width:40px;height:40px;font-size:1rem}}@media (max-width: 480px){.footer{padding:1.75rem 1rem .75rem}.footer-content{grid-template-columns:1fr;gap:1.75rem;text-align:left;margin-bottom:1.5rem}.footer-section h3{font-size:1.1rem;margin-bottom:.75rem}.footer-section p,.footer-section a{font-size:.9rem;margin-bottom:.375rem}.social-links{justify-content:flex-start;gap:1rem;margin-top:1rem}.social-links a{width:40px;height:40px;font-size:1rem;min-width:40px;min-height:40px}.social-links a:hover{background:var(--primary);transform:translateY(-3px);color:var(--white)}.footer-bottom{font-size:.85rem;padding-top:1.5rem;text-align:center}}@media (max-width: 360px){.footer{padding:1.5rem .75rem .5rem}.footer-content{gap:1.5rem;margin-bottom:1.25rem;text-align:left}.footer-section h3{font-size:1.05rem;margin-bottom:.625rem}.footer-section p,.footer-section a{font-size:.85rem;line-height:1.5}.social-links{justify-content:flex-start;gap:.875rem;margin-top:.875rem}.social-links a{width:38px;height:38px;font-size:.95rem;min-width:38px;min-height:38px}.footer-bottom{font-size:.8rem;padding-top:1.25rem}}@media (max-width: 320px){.footer{padding:1.25rem .5rem .5rem}.footer-content{gap:1.25rem;margin-bottom:1rem;text-align:left}.footer-section h3{font-size:1rem;margin-bottom:.5rem}.footer-section p,.footer-section a{font-size:.8rem;margin-bottom:.25rem}.social-links{justify-content:flex-start;gap:.75rem;margin-top:.75rem}.social-links a{width:36px;height:36px;font-size:.9rem}.footer-bottom{font-size:.75rem;padding-top:1rem}}@media (hover: none) and (pointer: coarse){.footer-section a{padding:.25rem 0}.social-links a{width:44px;height:44px}.social-links a:hover{transform:none;background:var(--dark)}.social-links a:active{background:var(--primary);transform:scale(.95)}}.footer{overflow-x:hidden;max-width:100%}@media (max-width: 480px){.footer-section{margin-bottom:.5rem}.footer-section:last-child{margin-bottom:0}}.login-section{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--dark);padding:8rem 2rem 4rem}.login-container{width:100%;max-width:450px}.login-box{background:var(--white);padding:3rem;border-radius:16px;box-shadow:0 20px 60px #0000004d}.login-box h1{text-align:center;margin-bottom:.5rem;color:var(--dark);font-size:2rem}.login-subtitle{text-align:center;color:var(--gray);margin-bottom:2rem;line-height:1.6}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:var(--dark);font-weight:600;font-size:.9rem;-webkit-user-select:none;user-select:none}.form-group input{padding:1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s,box-shadow .3s;min-height:48px}.form-group input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #d32f2f26}.form-options{display:flex;justify-content:space-between;align-items:center;margin-top:-.5rem;flex-wrap:wrap;gap:1rem}.remember-me{display:flex;align-items:center;gap:.5rem;color:var(--gray);font-size:.9rem;cursor:pointer;-webkit-user-select:none;user-select:none}.remember-me input{width:auto;cursor:pointer;min-width:20px;min-height:20px;accent-color:var(--primary)}.forgot-password{color:var(--primary);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s}.forgot-password:hover{text-decoration:underline}.forgot-password:active{opacity:.8}.login-btn{width:100%;padding:1rem;font-size:1.1rem;margin-top:1rem;min-height:48px}.login-footer{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.login-footer p{color:var(--gray);margin:0;line-height:1.6}.login-footer a{color:var(--primary);text-decoration:none;font-weight:600;transition:color .3s}.login-footer a:hover{text-decoration:underline}.login-footer a:active{opacity:.8}@media (max-width:1024px){.login-section{padding:7rem 1.5rem 3.5rem}.login-box{padding:2.75rem}}@media (max-width:768px){.login-section{padding:6.5rem 1.25rem 3rem}.login-box{padding:2.5rem 2rem;border-radius:14px}.login-box h1{font-size:1.8rem;margin-bottom:.4rem}.login-subtitle{font-size:.95rem;margin-bottom:1.75rem;line-height:1.5}.login-form{gap:1.25rem}.form-group{gap:.5rem}.form-group label{font-size:.9rem}.form-group input{padding:1rem;font-size:1rem;border-radius:10px;min-height:48px}.form-group input:focus{border-width:2.5px}.form-options{flex-direction:column;gap:.75rem;align-items:flex-start;margin-top:0}.remember-me{font-size:.9rem}.remember-me input{min-width:22px;min-height:22px}.forgot-password{font-size:.9rem}.login-btn{padding:1rem;font-size:1.05rem;min-height:48px;margin-top:.75rem}.login-footer{margin-top:1.75rem;padding-top:1.75rem}.login-footer p{font-size:.95rem;line-height:1.6}}@media (max-width:480px){.login-section{padding:5.5rem 1rem 2.5rem}.login-box{padding:2rem 1.5rem;border-radius:12px}.login-box h1{font-size:1.6rem;margin-bottom:.35rem}.login-subtitle{font-size:.9rem;margin-bottom:1.5rem}.login-form{gap:1.125rem}.form-group label{font-size:.875rem}.form-group input{padding:.875rem 1rem;font-size:.95rem;border-radius:8px;min-height:44px}.form-options{gap:.5rem}.remember-me{font-size:.85rem}.login-btn{padding:.875rem;font-size:1rem;min-height:44px;margin-top:.5rem}.login-footer{margin-top:1.5rem;padding-top:1.5rem}.login-footer p{font-size:.9rem}}@media (max-width:360px){.login-section{padding:5rem .75rem 2rem}.login-box{padding:1.75rem 1.25rem;border-radius:10px}.login-box h1{font-size:1.5rem}.login-subtitle{font-size:.85rem;margin-bottom:1.25rem}.form-group input{padding:.75rem .875rem;font-size:.9rem}.login-btn{padding:.75rem;font-size:.95rem}.login-footer p{font-size:.8rem}}.service-detail-content{padding:5rem 2rem;background:var(--white)}.service-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.service-detail-text h2{margin-bottom:1rem;color:var(--dark);font-size:clamp(1.8rem,4vw,2.5rem);line-height:1.2}.service-detail-text h3{margin:2rem 0 1rem;color:var(--dark);font-size:clamp(1.2rem,3.5vw,1.5rem)}.service-detail-text p{margin-bottom:1.5rem;color:var(--gray);line-height:1.8}.service-detail-text ul{margin:1rem 0 2rem 1.5rem;color:var(--gray)}.service-detail-text ul li{margin-bottom:.5rem;line-height:1.6}.service-detail-images{display:flex;flex-direction:column;gap:2rem}.service-detail-images img{width:100%;border-radius:12px;box-shadow:0 8px 24px #0000001a;transition:transform .3s;object-fit:cover}.service-detail-images img:hover{transform:scale(1.02)}.service-hero{min-height:100vh;max-height:100vh;overflow:hidden}.service-hero .hero-content{padding:2rem}.who-we-are-hero{min-height:100vh;max-height:100vh;overflow:hidden}.hero-cta .btn{word-wrap:break-word;white-space:normal}.coming-soon-section{text-align:center;padding:4rem 2rem}.coming-soon-section h2{font-size:clamp(2rem,5vw,2.5rem);margin-bottom:3rem;color:var(--white);line-height:1.2}.coming-soon-message{background:#ffffff08;border:1px solid rgba(255,255,255,.1);padding:4rem 3rem;border-radius:12px;max-width:700px;margin:0 auto}.coming-soon-message h3{font-size:3rem;color:var(--primary);margin-bottom:1.5rem;font-weight:700}.coming-soon-message p{font-size:1.2rem;color:var(--gray-light);margin-bottom:1.5rem;line-height:1.8}.coming-soon-message .btn{margin-top:2rem;padding:1rem 3rem;font-size:1.1rem;min-height:48px}@media (max-width:1024px){.service-detail-content{padding:4rem 1.75rem}.service-detail-grid{gap:3.5rem}.service-detail-images{gap:1.75rem}.service-hero .hero-content{padding:1.75rem}}@media (max-width:768px){.service-detail-content{padding:3.5rem 1.5rem}.service-detail-grid{grid-template-columns:1fr;gap:2.5rem}.service-detail-images{order:-1;gap:1.5rem}.service-detail-images img{border-radius:10px;max-height:400px}.service-detail-text h2{font-size:1.75rem;margin-bottom:.875rem}.service-detail-text h3{font-size:1.25rem;margin:1.5rem 0 .75rem}.service-detail-text p{font-size:.95rem;line-height:1.7;margin-bottom:1.25rem}.service-detail-text ul{margin:.875rem 0 1.5rem 1.25rem;font-size:.95rem}.service-detail-text ul li{margin-bottom:.5rem;line-height:1.6;font-size:.95rem}.hero-cta{gap:.75rem}.hero-cta .btn{padding:.875rem 1.5rem;font-size:.95rem}.service-hero{min-height:100vh;max-height:100vh}.service-hero .hero-content{padding:1.5rem 1rem}.coming-soon-section{padding:3rem 1.5rem}.coming-soon-section h2{font-size:2rem;margin-bottom:2.5rem}.coming-soon-message{padding:2.75rem 2rem;border-radius:12px}.coming-soon-message h3{font-size:2.25rem;margin-bottom:1.25rem}.coming-soon-message p{font-size:1.05rem;line-height:1.7}.coming-soon-message .btn{padding:.9rem 2.5rem;font-size:1rem;width:100%;max-width:300px;margin-top:1.75rem;min-height:48px}video{width:100%;height:auto;border-radius:8px}}@media (max-width:480px){.service-detail-content{padding:2.5rem 1.25rem}.service-detail-grid{gap:1.75rem}.service-detail-images{gap:1.25rem}.service-detail-images img{max-height:350px;border-radius:8px}.service-detail-text h2{font-size:1.5rem;margin-bottom:.75rem}.service-detail-text h3{font-size:1.15rem;margin:1.25rem 0 .625rem}.service-detail-text p{font-size:.9rem;margin-bottom:1rem}.service-detail-text ul{margin:.75rem 0 1.25rem 1.125rem;font-size:.9rem}.service-detail-text ul li{margin-bottom:.375rem}.hero-cta{gap:.5rem;flex-direction:column}.hero-cta .btn{width:100%;padding:.75rem 1.25rem;font-size:.9rem;max-width:100%}.hero-content{padding:1.5rem 1rem}.hero-content p{font-size:1rem;margin-bottom:1.5rem}.service-hero{min-height:100vh;max-height:100vh}.service-hero .hero-content{padding:1.25rem .75rem}.coming-soon-section{padding:2.5rem 1.25rem}.coming-soon-section h2{font-size:1.65rem;margin-bottom:2rem}.coming-soon-message{padding:2rem 1.5rem;border-radius:10px}.coming-soon-message h3{font-size:1.95rem;margin-bottom:1rem}.coming-soon-message p{font-size:.95rem;line-height:1.6}.coming-soon-message .btn{padding:.75rem 1.75rem;font-size:.95rem;margin-top:1.5rem;min-height:44px;width:100%;max-width:100%}video{width:100%;height:auto;border-radius:6px}}@media (max-width:360px){.service-detail-content{padding:2rem 1rem}.service-detail-images img{max-height:300px;border-radius:8px}.service-detail-text h2{font-size:1.4rem}.service-detail-text h3{font-size:1.05rem}.service-detail-text p{font-size:.85rem}.hero-content{padding:1.25rem .75rem}.hero-content h1{font-size:clamp(1.35rem,5vw,1.95rem);margin-bottom:.75rem}.hero-content p{font-size:.9rem;margin-bottom:1.25rem}.hero-cta{gap:.5rem}.hero-cta .btn{padding:.7rem 1rem;font-size:.85rem;min-height:40px}.service-hero{min-height:100vh;max-height:100vh}.service-hero .hero-content{padding:1rem .75rem}.coming-soon-section{padding:2rem .875rem}.coming-soon-section h2{font-size:1.5rem;margin-bottom:1.75rem}.coming-soon-message{padding:1.75rem 1.25rem}.coming-soon-message h3{font-size:1.75rem}.coming-soon-message .btn{padding:.65rem 1.5rem;font-size:.9rem}video{width:100%;height:auto}}.contact-hero{min-height:100vh;max-height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.contact-hero .hero-content{padding:2rem}.hero-compact{min-height:35vh!important;padding:2rem 0 1rem!important}.hero-compact .hero-content{padding-top:1.5rem!important}.hero-compact h1{font-size:clamp(1.75rem,5vw,2rem)!important;margin-bottom:1rem!important;line-height:1.2!important}.hero-compact p{font-size:1rem!important;margin-bottom:1.5rem!important;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6!important}.hero-compact .stats{display:none!important}.contact-page-content{padding:4rem 2rem;background:var(--dark)}.contact-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;margin-bottom:4rem;align-items:start;max-width:1200px;margin-left:auto;margin-right:auto}.contact-info-section h2{font-size:clamp(2rem,5vw,2.5rem);margin-bottom:1rem;color:var(--white);line-height:1.2}.contact-intro{color:var(--gray-light);font-size:1.1rem;line-height:1.7;margin-bottom:3rem}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-detail-item{display:flex;gap:1.5rem;align-items:flex-start}.contact-detail-content{flex:1;min-width:0}.contact-icon{font-size:1.8rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#d32f2f1a;border-radius:12px;flex-shrink:0;min-width:60px}.contact-detail-item h4{color:var(--primary);font-size:1.1rem;margin-bottom:.5rem;font-weight:600}.contact-detail-item p{color:var(--white);line-height:1.6;margin:0;font-size:1rem;word-break:break-word}.form-row input,.form-row textarea{width:100%;padding:1rem 1.25rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:var(--white);font-size:1rem;font-family:inherit;transition:all .3s ease;min-height:48px;box-sizing:border-box}.btn-submit{width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:600;margin-top:.5rem;cursor:pointer;transition:all .3s ease;min-height:48px;background:var(--primary);color:var(--white);border:none;border-radius:10px;box-sizing:border-box}.btn-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.form-status{padding:1rem;border-radius:8px;margin-bottom:1rem;font-size:.95rem;text-align:center}.form-status.success{background:#2e7d3233;border:1px solid rgba(46,125,50,.5);color:#81c784}.form-status.error{background:#d32f2f33;border:1px solid rgba(211,47,47,.5);color:#ef9a9a}.map-wrapper iframe{display:block;width:100%;height:450px}@media (max-width: 768px){.contact-page-content{padding:3rem 1.5rem}.contact-hero{min-height:100vh;max-height:100vh}.contact-hero .hero-content{padding:1.5rem 1rem}.hero-compact{padding:1.5rem 0 .875rem!important}.hero-compact h1{font-size:clamp(1.5rem,5vw,2rem)!important;margin-bottom:.875rem!important}.hero-compact p{font-size:.95rem!important;margin-bottom:1.25rem!important}.contact-layout{gap:2.5rem;margin-bottom:3.5rem}.contact-info-section h2{font-size:1.85rem;margin-bottom:.875rem}.contact-intro{font-size:1rem;line-height:1.65;margin-bottom:2.25rem}.contact-details{gap:1.75rem}.contact-detail-item{gap:1.25rem}.contact-form-card{padding:1.75rem}.contact-form-card h3{font-size:1.55rem;margin-bottom:1.5rem}.form-row{margin-bottom:1.25rem}.form-row input,.form-row textarea{padding:1rem;font-size:1rem;border-width:1.5px;min-height:48px}.form-row input:focus,.form-row textarea:focus{box-shadow:0 0 0 4px #d32f2f26}.form-row textarea{min-height:140px}.btn-submit{font-size:1.05rem;padding:1rem 2rem;min-height:48px;margin-top:.5rem}.map-section{margin-top:2.5rem}.map-section h3{font-size:1.65rem;margin-bottom:1.75rem}.map-wrapper iframe{height:320px}.contact-icon{width:52px;height:52px;font-size:1.5rem;border-radius:10px;min-width:52px}.contact-detail-item h4{font-size:1.05rem;margin-bottom:.4rem}.contact-detail-item p{font-size:.95rem;line-height:1.6}}@media (max-width: 480px){.contact-page-content{padding:2.5rem 1.25rem}.contact-hero{min-height:100vh;max-height:100vh}.contact-hero .hero-content{padding:1.25rem .75rem}.hero-compact{padding:1.25rem 0 .75rem!important}.hero-compact h1{font-size:clamp(1.35rem,5vw,1.75rem)!important;margin-bottom:.75rem!important}.hero-compact p{font-size:.9rem!important;margin-bottom:1rem!important}.contact-layout{gap:2rem;margin-bottom:2.5rem}.contact-info-section h2{font-size:1.6rem;margin-bottom:.75rem}.contact-intro{font-size:.95rem;margin-bottom:1.75rem}.contact-details{gap:1.25rem}.contact-detail-item{gap:1rem}.contact-form-card{padding:1.5rem 1.25rem}.contact-form-card h3{font-size:1.35rem;margin-bottom:1.25rem}.form-row{margin-bottom:1rem}.form-row input,.form-row textarea{padding:.875rem 1rem;font-size:.95rem;border-radius:8px;min-height:44px}.form-row textarea{min-height:120px}.btn-submit{font-size:1rem;padding:.875rem 1.5rem;min-height:44px;margin-top:.375rem}.map-section{margin-top:2rem}.map-section h3{font-size:1.4rem;margin-bottom:1.25rem}.map-wrapper iframe{height:280px}.contact-icon{width:44px;height:44px;font-size:1.2rem;border-radius:8px;min-width:44px}.contact-detail-item h4{font-size:1rem;margin-bottom:.3rem}.contact-detail-item p{font-size:.9rem}}@media (max-width: 360px){.contact-page-content{padding:2rem 1rem}.contact-hero{min-height:100vh;max-height:100vh}.contact-hero .hero-content{padding:1rem .75rem}.hero-compact h1{font-size:1.35rem!important}.hero-compact p{font-size:.85rem!important}.contact-info-section h2{font-size:1.5rem}.contact-intro{font-size:.9rem;margin-bottom:1.5rem}.contact-details{gap:1rem}.contact-form-card{padding:1.25rem 1rem}.contact-form-card h3{font-size:1.2rem;margin-bottom:1rem}.form-row input,.form-row textarea{padding:.75rem .875rem;font-size:.9rem;min-height:40px}.form-row textarea{min-height:100px}.btn-submit{font-size:.9rem;padding:.75rem 1rem;min-height:40px}.contact-icon{width:40px;height:40px;font-size:1.1rem;min-width:40px}.map-wrapper iframe{height:240px}}.contact-detail-item a{color:var(--white);text-decoration:none;transition:color .3s ease}.contact-detail-item a:hover{color:var(--primary)}.contact-detail-item a:active{opacity:.8}.contact-form-section{position:sticky;top:100px}.contact-form-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:3rem;border-radius:12px;box-shadow:0 8px 32px #0000004d}.contact-form-card h3{font-size:1.8rem;margin-bottom:2rem;color:var(--white);text-align:center}.contact-form-card form{display:flex;flex-direction:column}.form-row{margin-bottom:1.5rem}.form-row input,.form-row textarea{width:100%;padding:1rem 1.25rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:var(--white);font-size:1rem;font-family:inherit;transition:all .3s ease;min-height:48px}.form-row input:focus,.form-row textarea:focus{outline:none;border-color:var(--primary);background:#ffffff14;box-shadow:0 0 0 3px #d32f2f26}.form-row input::placeholder,.form-row textarea::placeholder{color:#fff6}.form-row textarea{resize:vertical;min-height:150px}.btn-submit{width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:600;margin-top:.5rem;cursor:pointer;transition:all .3s ease;min-height:48px;background:var(--primary);color:var(--white);border:none;border-radius:10px}.btn-submit:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px #d32f2f4d}.btn-submit:active{transform:translateY(0)}.map-section{margin-top:3rem}.map-section h3{font-size:2rem;margin-bottom:2rem;color:var(--white);text-align:center}.map-wrapper{border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(255,255,255,.1)}.map-wrapper iframe{display:block;width:100%;height:400px}@media (max-width: 1024px){.contact-page-content{padding:3.5rem 1.75rem}.contact-layout{gap:3.5rem}.contact-form-card{padding:2.5rem}}@media (max-width: 968px){.contact-layout{grid-template-columns:1fr;gap:3rem}.contact-form-section{position:static}.contact-form-card{padding:2rem}}@media (max-width: 768px){.contact-page-content{padding:3rem 1.5rem}.hero-compact{padding:1.5rem 0 .875rem!important}.hero-compact h1{font-size:clamp(1.5rem,5vw,2rem)!important;margin-bottom:.875rem!important}.hero-compact p{font-size:.95rem!important;margin-bottom:1.25rem!important}.contact-layout{gap:2.5rem;margin-bottom:3.5rem}.contact-info-section h2{font-size:1.85rem;margin-bottom:.875rem}.contact-intro{font-size:1rem;line-height:1.65;margin-bottom:2.25rem}.contact-details{gap:1.75rem}.contact-detail-item{gap:1.25rem}.contact-form-card{padding:1.75rem}.contact-form-card h3{font-size:1.55rem;margin-bottom:1.5rem}.form-row{margin-bottom:1.25rem}.form-row input,.form-row textarea{padding:1rem;font-size:1rem;border-width:1.5px;min-height:48px}.form-row input:focus,.form-row textarea:focus{box-shadow:0 0 0 4px #d32f2f26}.form-row textarea{min-height:140px}.btn-submit{font-size:1.05rem;padding:1rem 2rem;min-height:48px;margin-top:.5rem}.map-section{margin-top:2.5rem}.map-section h3{font-size:1.65rem;margin-bottom:1.75rem}.map-wrapper iframe{height:320px}.contact-icon{width:52px;height:52px;font-size:1.5rem;border-radius:10px;min-width:52px}.contact-detail-item h4{font-size:1.05rem;margin-bottom:.4rem}.contact-detail-item p{font-size:.95rem;line-height:1.6}}@media (max-width: 480px){.contact-page-content{padding:2.5rem 1.25rem}.hero-compact{padding:1.25rem 0 .75rem!important}.hero-compact h1{font-size:clamp(1.35rem,5vw,1.75rem)!important;margin-bottom:.75rem!important}.hero-compact p{font-size:.9rem!important;margin-bottom:1rem!important}.contact-layout{gap:2rem;margin-bottom:2.5rem}.contact-info-section h2{font-size:1.6rem;margin-bottom:.75rem}.contact-intro{font-size:.95rem;margin-bottom:1.75rem}.contact-details{gap:1.25rem}.contact-detail-item{gap:1rem}.contact-form-card{padding:1.5rem 1.25rem}.contact-form-card h3{font-size:1.35rem;margin-bottom:1.25rem}.form-row{margin-bottom:1rem}.form-row input,.form-row textarea{padding:.875rem 1rem;font-size:.95rem;border-radius:8px;min-height:44px}.form-row textarea{min-height:120px}.btn-submit{font-size:1rem;padding:.875rem 1.5rem;min-height:44px;margin-top:.375rem}.map-section{margin-top:2rem}.map-section h3{font-size:1.4rem;margin-bottom:1.25rem}.map-wrapper iframe{height:280px}.contact-icon{width:44px;height:44px;font-size:1.2rem;border-radius:8px;min-width:44px}.contact-detail-item h4{font-size:1rem;margin-bottom:.3rem}.contact-detail-item p{font-size:.9rem}}@media (max-width: 360px){.contact-page-content{padding:2rem 1rem}.hero-compact h1{font-size:1.35rem!important}.hero-compact p{font-size:.85rem!important}.contact-info-section h2{font-size:1.5rem}.contact-intro{font-size:.9rem;margin-bottom:1.5rem}.contact-details{gap:1rem}.contact-form-card{padding:1.25rem 1rem}.contact-form-card h3{font-size:1.2rem;margin-bottom:1rem}.form-row input,.form-row textarea{padding:.75rem .875rem;font-size:.9rem}.contact-icon{width:40px;height:40px;font-size:1.1rem;min-width:40px}.map-wrapper iframe{height:240px}}� �/�*� �A�l�e�r�t� �M�e�s�s�a�g�e�s� �*�/� �.�a�l�e�r�t� �{� � � �p�a�d�d�i�n�g�:� �1�r�e�m� �1�.�2�5�r�e�m�;� � � �b�o�r�d�e�r�-�r�a�d�i�u�s�:� �8�p�x�;� � � �m�a�r�g�i�n�-�b�o�t�t�o�m�:� �1�.�5�r�e�m�;� � � �f�o�n�t�-�s�i�z�e�:� �0�.�9�5�r�e�m�;� � � �l�i�n�e�-�h�e�i�g�h�t�:� �1�.�5�;� � � �a�n�i�m�a�t�i�o�n�:� �s�l�i�d�e�D�o�w�n� �0�.�3�s� �e�a�s�e�-�o�u�t�;� �}� � �@�k�e�y�f�r�a�m�e�s� �s�l�i�d�e�D�o�w�n� �{� � � �f�r�o�m� �{� � � � � �o�p�a�c�i�t�y�:� �0�;� � � � � �t�r�a�n�s�f�o�r�m�:� �t�r�a�n�s�l�a�t�e�Y�(�-�1�0�p�x�)�;� � � �}� � � �t�o� �{� � � � � �o�p�a�c�i�t�y�:� �1�;� � � � � �t�r�a�n�s�f�o�r�m�:� �t�r�a�n�s�l�a�t�e�Y�(�0�)�;� � � �}� �}� � �.�a�l�e�r�t�-�s�u�c�c�e�s�s� �{� � � �b�a�c�k�g�r�o�u�n�d�:� �r�g�b�a�(�7�6�,� �1�7�5�,� �8�0�,� �0�.�1�5�)�;� � � �b�o�r�d�e�r�:� �1�p�x� �s�o�l�i�d� �r�g�b�a�(�7�6�,� �1�7�5�,� �8�0�,� �0�.�3�)�;� � � �c�o�l�o�r�:� �#�8�1�c�7�8�4�;� �}� � �.�a�l�e�r�t�-�e�r�r�o�r� �{� � � �b�a�c�k�g�r�o�u�n�d�:� �r�g�b�a�(�2�4�4�,� �6�7�,� �5�4�,� �0�.�1�5�)�;� � � �b�o�r�d�e�r�:� �1�p�x� �s�o�l�i�d� �r�g�b�a�(�2�4�4�,� �6�7�,� �5�4�,� �0�.�3�)�;� � � �c�o�l�o�r�:� �#�e�5�7�3�7�3�;� �}� � �/�*� �D�i�s�a�b�l�e�d� �s�t�a�t�e� �f�o�r� �f�o�r�m� �e�l�e�m�e�n�t�s� �*�/� �.�f�o�r�m�-�r�o�w� �i�n�p�u�t�:�d�i�s�a�b�l�e�d�,� �.�f�o�r�m�-�r�o�w� �t�e�x�t�a�r�e�a�:�d�i�s�a�b�l�e�d� �{� � � �o�p�a�c�i�t�y�:� �0�.�6�;� � � �c�u�r�s�o�r�:� �n�o�t�-�a�l�l�o�w�e�d�;� �}� � �.�b�t�n�-�s�u�b�m�i�t�:�d�i�s�a�b�l�e�d� �{� � � �o�p�a�c�i�t�y�:� �0�.�6�;� � � �c�u�r�s�o�r�:� �n�o�t�-�a�l�l�o�w�e�d�;� � � �t�r�a�n�s�f�o�r�m�:� �n�o�n�e� �!�i�m�p�o�r�t�a�n�t�;� �}� � �.�b�t�n�-�s�u�b�m�i�t�:�d�i�s�a�b�l�e�d�:�h�o�v�e�r� �{� � � �b�a�c�k�g�r�o�u�n�d�:� �v�a�r�(�-�-�p�r�i�m�a�r�y�)�;� � � �t�r�a�n�s�f�o�r�m�:� �n�o�n�e�;� �}� � �.App{min-height:100vh}:root{--primary:#d32f2f;--primary-dark:#b71c1c;--accent:#ff6f00;--dark:#0a0e13;--dark-soft:#1a1f28;--gray:#4a5568;--gray-light:#cbd5e0;--white:#fff;--success:#10b981}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--dark);line-height:1.6;overflow-x:hidden;background:var(--dark);-webkit-tap-highlight-color:rgba(211,47,47,.2);text-rendering:optimizeLegibility}h1,h2,h3{font-family:Oswald,sans-serif;line-height:1.1;margin:0}h1{font-size:clamp(1.75rem,6vw,5rem);font-weight:700}h2{font-size:clamp(1.5rem,5vw,3.5rem);font-weight:600}h3{font-size:clamp(1.15rem,3.5vw,1.5rem);font-weight:600}p{margin:0 0 1rem;line-height:1.7}img{max-width:100%;display:block;height:auto;width:100%}section{position:relative}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width:768px){.container{padding:0 1.5rem}}@media (max-width:480px){.container{padding:0 1rem}}@media (max-width:360px){.container{padding:0 .875rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fade-in{opacity:0;transform:translateY(30px);transition:all .8s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.btn{padding:1rem 2rem;border-radius:10px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s;border:0;text-decoration:none;display:inline-block;min-height:48px;min-width:48px;text-align:center;-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-user-select:none;user-select:none}.btn-primary{background:var(--primary);color:var(--white);box-shadow:0 8px 24px #d32f2f66}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 12px 32px #d32f2f80}.btn-primary:active{transform:translateY(-1px);transition:all .1s}.btn-outline{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-outline:hover{background:var(--white);color:var(--dark)}@media (max-width:768px){.btn{padding:.875rem 1.5rem;font-size:.95rem;width:100%;max-width:360px;min-height:48px}.btn-primary:hover{transform:none}.btn-primary:active{transform:scale(.98)}}@media (max-width:480px){.btn{padding:.75rem 1.25rem;font-size:.9rem;min-height:44px;max-width:100%}}@media (max-width:360px){.btn{padding:.75rem 1.125rem;font-size:.875rem}}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{margin-bottom:.5rem;color:var(--dark)}.section-header p{color:var(--gray);font-size:1.1rem}@media (max-width:768px){.section-header{margin-bottom:2rem}.section-header p{font-size:1rem}h1{font-size:clamp(1.5rem,5.5vw,2.5rem)}h2{font-size:clamp(1.35rem,4.5vw,2.25rem)}h3{font-size:clamp(1.05rem,3vw,1.35rem)}}@media (max-width:480px){h1{font-size:clamp(1.35rem,5vw,1.95rem)}h2{font-size:clamp(1.2rem,4vw,1.85rem)}h3{font-size:clamp(.95rem,2.75vw,1.15rem)}p{font-size:.95rem;line-height:1.65}}@media (max-width:360px){h1{font-size:1.25rem}h2{font-size:1.15rem}h3{font-size:.95rem}}.mobile-only{display:none}.desktop-only{display:block}@media (max-width:768px){.mobile-only{display:block}.desktop-only{display:none}.mobile-stack{flex-direction:column!important}.mobile-full-width{width:100%!important}}a,button,[role=button]{-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-user-select:none;user-select:none}.no-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (hover:none) and (pointer:coarse){*{-webkit-overflow-scrolling:touch}html{scroll-behavior:smooth}.btn-primary:hover{transform:none}a:active{opacity:.8}}input,textarea,select{font-size:16px;border-radius:8px;padding:1rem;font-family:inherit;width:100%;max-width:100%}input:focus,textarea:focus,select:focus{outline:none;box-shadow:0 0 0 3px #d32f2f26}@media (max-width:768px){input,textarea,select{font-size:16px;min-height:44px;padding:.875rem 1rem}}img{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}@media (max-width:480px){body,p{font-size:.95rem}}
