.hero-section{background-color:#000;background-position:75%;background-repeat:no-repeat;background-size:cover;align-items:center;width:100%;height:100vh;min-height:700px;display:flex;position:relative;overflow:hidden}.hero-section .hero-overlay{z-index:2;background:linear-gradient(90deg,#000000d9 0%,#0006 50%,#0000001a 100%),linear-gradient(#0006 0%,#0009 100%);position:absolute;inset:0}.hero-section .hero-inner{z-index:3;width:100%;max-width:1440px;padding:100px var(--container-padding) 0;margin:0 auto;position:relative}.hero-section .hero-sub{font-family:var(--font-alt);text-transform:uppercase;letter-spacing:.35em;color:var(--secondary);margin-bottom:1.8rem;font-size:.85rem}.hero-section .hero-headline{letter-spacing:-.03em;color:var(--primary);text-transform:uppercase;margin-bottom:3rem;font-size:clamp(2rem,9vw,8rem);font-weight:900;line-height:.88}.hero-section .hero-buttons{flex-wrap:wrap;gap:1rem;display:flex}.home-section{padding:var(--section-py) 0;background-color:var(--bg-dark);position:relative}.home-section--alt{background-color:var(--bg-card)}.home-container{width:100%;max-width:1440px;padding:0 var(--container-padding);margin:0 auto}.tag{font-family:var(--font-alt);text-transform:uppercase;letter-spacing:.35em;color:var(--secondary);margin-bottom:1.2rem;font-size:.85rem;display:block}.title{font-family:var(--font-heading);color:var(--primary);text-transform:uppercase;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,5rem);font-weight:900;line-height:.95}.subtitle{color:var(--secondary);max-width:720px;margin-bottom:3.5rem;font-size:clamp(1rem,1.8vw,1.15rem);line-height:1.75}.benchmark-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.benchmark-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:.8rem;padding:2.5rem 2rem;display:flex;position:relative}.benchmark-card:before{content:"";border-radius:inherit;background:radial-gradient(800px circle at var(--mouse-x,50%) var(--mouse-y,50%), #ffffff0f, transparent 40%);opacity:0;pointer-events:none;transition:opacity .5s;position:absolute;inset:0}.benchmark-card:hover{background:var(--bg-card-hover);border-color:#ffffff40;transform:translateY(-5px);box-shadow:0 20px 40px #00000080}.benchmark-card:hover:before{opacity:1}.benchmark-card .benchmark-number{font-family:var(--font-heading);color:var(--primary);text-transform:uppercase;font-size:clamp(2rem,4vw,2.8rem);line-height:1}.benchmark-card .benchmark-label{font-family:var(--font-alt);text-transform:uppercase;letter-spacing:.2em;color:var(--secondary);font-size:.8rem;font-weight:600}.pillar-section{background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative;overflow:hidden}.pillar-section .pillar-section-overlay{z-index:1;background:linear-gradient(#000000bf 0%,#0006 50%,#000c 100%);position:absolute;inset:0}.pillar-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem;display:grid}.pillar-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:2.5rem 2rem;transition:all .4s;position:relative;overflow:hidden}.pillar-card:hover{border-color:#ffffff40;transform:translateY(-5px);box-shadow:0 20px 40px #00000080}.pillar-card h3{font-family:var(--font-heading);color:var(--primary);text-transform:uppercase;margin-bottom:1.2rem;font-size:clamp(1rem,2vw,1.4rem);line-height:1.25}.pillar-card p{color:var(--secondary);font-size:.95rem;line-height:1.7}.exec-section{background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;padding:120px 0;position:relative;overflow:hidden}.exec-overlay{z-index:1;background:linear-gradient(#000000d9 0%,#000000b3 50%,#000000d9 100%);position:absolute;inset:0}.exec-wrapper{z-index:2;position:relative}.exec-top{margin-bottom:3.5rem}.exec-layout{grid-template-columns:1fr 1fr;align-items:stretch;gap:3rem;display:grid}.exec-image{border-radius:16px;position:relative;overflow:hidden}.exec-image img{object-fit:cover;border-radius:16px;width:100%;height:100%;transition:transform .6s;display:block}.exec-image:hover img{transform:scale(1.03)}.exec-cards{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.exec-card{-webkit-backdrop-filter:blur(12px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative}.exec-card:after{content:"";background:var(--primary);border-radius:2px;width:0;height:2px;transition:width .4s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.exec-card:hover{background:#ffffff14;border-color:#ffffff26;transform:translateY(-6px);box-shadow:0 20px 50px #00000080}.exec-card:hover:after{width:50%}.exec-card:hover .exec-card-num{color:var(--primary);opacity:1}.exec-card .exec-card-num{font-family:var(--font-heading);color:var(--primary);opacity:.2;margin-bottom:1.5rem;font-size:2.5rem;line-height:1;transition:all .4s;display:block}.exec-card h4{font-family:var(--font-heading);color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.8rem;font-size:1.1rem}.exec-card p{color:var(--secondary);font-size:.9rem;line-height:1.7}.programs-section{background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative;overflow:hidden}.programs-section .programs-section-overlay{z-index:1;background:linear-gradient(#000000d9 0%,#00000080 50%,#000000e6 100%);position:absolute;inset:0}.program-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.program-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;flex-direction:column;padding:3rem 2.5rem;transition:all .4s;display:flex;position:relative}.program-card:before{content:"";border-radius:inherit;opacity:0;pointer-events:none;background:radial-gradient(800px,#ffffff0a,#0000 40%);transition:opacity .5s;position:absolute;inset:0}.program-card:hover{background:var(--bg-card-hover);border-color:#ffffff40;transform:translateY(-5px);box-shadow:0 20px 40px #00000080}.program-card:hover:before{opacity:1}.program-card:hover .program-cta{color:#fff;transform:translate(5px)}.program-card h3{font-family:var(--font-heading);color:var(--primary);text-transform:uppercase;margin-bottom:1.5rem;font-size:clamp(1.1rem,2vw,1.5rem);line-height:1.25}.program-card .program-desc{color:var(--secondary);flex-grow:1;margin-bottom:1.2rem;font-size:.95rem;line-height:1.7}.program-card .program-best{color:var(--secondary);opacity:.7;margin-bottom:2rem;font-size:.85rem;font-style:italic}.program-card .program-cta{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;color:var(--primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-size:.85rem;font-weight:700;transition:all .3s;display:inline-flex}.program-card .program-cta:hover{opacity:.7}.service-home-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.service-home-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;flex-direction:column;padding:2.5rem 2rem;transition:all .35s;display:flex;position:relative}.service-home-card:hover{background:var(--bg-card-hover);border-color:#ffffff40;transform:translateY(-5px);box-shadow:0 20px 40px #00000080}.service-home-card:hover .service-home-cta{color:#fff;transform:translate(5px)}.home-section--alt .service-home-card{background:var(--bg-dark)}.service-home-card h3{font-family:var(--font-heading);color:var(--primary);text-transform:uppercase;margin-bottom:1rem;font-size:clamp(1rem,2vw,1.3rem);line-height:1.25}.service-home-card p{color:var(--secondary);flex-grow:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.7}.service-home-card .service-home-cta{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;color:var(--primary);align-items:center;gap:.4rem;font-size:.8rem;font-weight:700;transition:all .3s;display:inline-flex}.testimonial-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.testimonial-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;flex-direction:column;padding:2.5rem 2rem;transition:all .35s;display:flex;position:relative}.testimonial-card:hover{border-color:#ffffff40;transform:translateY(-5px);box-shadow:0 20px 40px #00000080}.testimonial-card .testimonial-quote-icon{color:var(--primary);opacity:.15;flex-shrink:0;margin-bottom:1.5rem}.testimonial-card .testimonial-text{color:var(--secondary);flex-grow:1;margin-bottom:2rem;font-size:1rem;font-style:italic;line-height:1.8}.testimonial-card .testimonial-author{border-top:1px solid var(--border);flex-direction:column;gap:.3rem;padding-top:1.5rem;display:flex}.testimonial-card .testimonial-name{font-family:var(--font-heading);color:var(--primary);text-transform:uppercase;font-size:.95rem}.testimonial-card .testimonial-role{font-family:var(--font-alt);text-transform:uppercase;letter-spacing:.15em;color:var(--secondary);opacity:.7;font-size:.75rem}@media (width<=1024px){.hero-section{padding-bottom:12%}.hero-section .hero-inner{padding:0 5%}.hero-section .hero-headline{font-size:clamp(3rem,9vw,6rem)}.home-container{padding:0 5%}.home-section{padding:100px 0}.benchmark-grid,.pillar-grid{grid-template-columns:repeat(2,1fr)}.exec-layout{grid-template-columns:1fr;gap:2rem}.exec-cards,.program-grid,.service-home-grid,.testimonial-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.hero-section{align-items:center;height:auto;min-height:85vh;padding:140px 0 60px}.hero-section .hero-inner{padding:0 1.5rem}.hero-section .hero-sub{letter-spacing:.2em;font-size:.7rem}.hero-section .hero-headline{margin-bottom:2rem;font-size:clamp(2.8rem,13vw,5rem)}.hero-section .hero-bg{object-position:65% center}.home-section{padding:60px 0}.home-container{padding:0 1.5rem}.title{font-size:clamp(2rem,8vw,3rem)}.benchmark-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.pillar-grid,.exec-cards{grid-template-columns:repeat(2,1fr);gap:1rem}.philosophy-split-section .phil-split-layout{grid-template-columns:1fr;gap:3rem}.philosophy-split-section .phil-split-image img{height:400px}.program-grid,.service-home-grid,.testimonial-grid{grid-template-columns:1fr}.exec-section{background-attachment:scroll;padding:60px 0}.exec-layout{grid-template-columns:1fr}.exec-cards{grid-template-columns:1fr;gap:1.2rem}.benchmark-card{gap:.5rem;padding:2rem 1.5rem}.benchmark-card .benchmark-number{font-size:1.8rem}.pillar-card,.program-card{padding:2rem 1.5rem}}@media (width<=580px){.benchmark-grid,.pillar-grid{grid-template-columns:1fr!important}}@media (width<=480px){.hero-section{padding:120px 0 40px}.hero-section .hero-headline{font-size:2.5rem}.hero-section .hero-buttons{flex-direction:column}.hero-section .hero-buttons .btn-primary,.hero-section .hero-buttons .btn-outline{text-align:center;width:100%}}.hero-scroll-indicator{z-index:3;justify-content:center;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.hero-scroll-indicator span{background:linear-gradient(to bottom, var(--primary), transparent);width:2px;height:60px;animation:2s ease-in-out infinite scrollSlide}@keyframes scrollSlide{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}51%{transform-origin:bottom;transform:scaleY(1)}to{transform-origin:bottom;transform:scaleY(0)}}.benchmark-icon{width:40px;height:40px;color:var(--primary);background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.philosophy-split-section .phil-split-layout{grid-template-columns:1.1fr .9fr;align-items:center;gap:5rem;display:grid}.philosophy-split-section .phil-split-image{border-radius:20px;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000080}.philosophy-split-section .phil-split-image img{object-fit:cover;width:100%;height:600px;transition:transform .8s;display:block}.philosophy-split-section .phil-split-image:hover img{transform:scale(1.05)}.philosophy-split-section .phil-split-image .img-badge{background:var(--primary);color:#000;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;border-radius:4px;padding:.8rem 1.5rem;font-size:.9rem;font-weight:800;position:absolute;bottom:30px;left:30px}.philosophy-split-section .phil-features{flex-direction:column;gap:2rem;margin-top:3rem;display:flex}.philosophy-split-section .phil-feature-item{align-items:flex-start;gap:1.5rem;display:flex}.philosophy-split-section .phil-feature-item .phil-icon-circle{border:1px solid var(--border);width:44px;height:44px;color:var(--primary);background:#ffffff0d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.philosophy-split-section .phil-feature-item h4{font-family:var(--font-heading);color:var(--primary);text-transform:uppercase;margin-bottom:.4rem;font-size:1rem}.philosophy-split-section .phil-feature-item p{color:var(--secondary);font-size:.9rem;line-height:1.5}.facility-highlight-section{background-color:#000;align-items:center;min-height:80vh;padding:120px 0;display:flex;position:relative;overflow:hidden}.facility-highlight-section .facility-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;transition:transform .8s;position:absolute;inset:0;transform:scale(1.02)}.facility-highlight-section:hover .facility-bg{transform:scale(1)}.facility-highlight-section .facility-overlay{z-index:1;background:linear-gradient(#000c 0%,#0006 50%,#000000e6 100%);position:absolute;inset:0}.facility-highlight-section .facility-inner{z-index:2;padding:0 var(--container-padding);width:100%;position:relative}.facility-highlight-section .facility-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.facility-highlight-section .facility-content{-webkit-backdrop-filter:blur(25px);background:#ffffff0a;border:1px solid #ffffff1f;border-radius:20px;max-width:580px;padding:3rem;position:relative;box-shadow:0 40px 100px #0009}.facility-highlight-section .facility-content:before{content:"";background:var(--primary);border-radius:4px 0 0 4px;width:4px;height:100px;margin:3.5rem 0 0 -1px;position:absolute;top:0;left:0}.facility-highlight-section .facility-content .location-badge{color:var(--primary);text-transform:uppercase;letter-spacing:.22em;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:.6rem;margin-bottom:2.2rem;padding:.6rem 1.2rem;font-size:.75rem;font-weight:700;display:inline-flex}.facility-highlight-section .facility-content h2{font-family:var(--font-heading);color:var(--primary);text-transform:uppercase;letter-spacing:-.02em;margin-bottom:1.8rem;font-size:clamp(2.5rem,5vw,3.8rem);font-weight:900;line-height:.95}.facility-highlight-section .facility-content .subtitle{color:var(--secondary);opacity:.9;margin-bottom:2.8rem;font-size:1.05rem;line-height:1.7}.facility-highlight-section .facility-features-list{flex-direction:column;gap:3rem;padding-left:2rem;display:flex}.facility-highlight-section .facility-features-list .feature-item{align-items:flex-start;gap:2rem;display:flex}.facility-highlight-section .facility-features-list .feature-item .feature-num{font-family:var(--font-heading);color:var(--primary);opacity:.3;font-size:2.5rem;line-height:1;transition:opacity .3s}.facility-highlight-section .facility-features-list .feature-item:hover .feature-num{opacity:1}.facility-highlight-section .facility-features-list .feature-item h4{font-family:var(--font-heading);color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:1.3rem}.facility-highlight-section .facility-features-list .feature-item p{color:var(--secondary);opacity:.8;font-size:.95rem;line-height:1.6}@media (width<=1200px){.facility-grid{gap:2rem}}@media (width<=1024px){.facility-highlight-section{height:auto;padding:100px 0}.facility-grid{grid-template-columns:1fr;gap:4rem}.facility-features-list{padding-left:0}}.performance-gallery .gallery-header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.performance-gallery .gallery-grid-row{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.performance-gallery .gallery-item{cursor:pointer;aspect-ratio:auto;border-radius:20px;position:relative;overflow:hidden}.performance-gallery .gallery-item img{object-fit:contain;width:100%;height:auto;transition:transform .6s cubic-bezier(.165,.84,.44,1);display:block}.performance-gallery .gallery-item .gallery-caption{color:#fff;font-family:var(--font-heading);text-transform:uppercase;opacity:0;z-index:2;background:linear-gradient(#0000,#000c);padding:2.5rem 1.5rem 1.5rem;font-size:1rem;font-weight:700;transition:all .4s;position:absolute;bottom:0;left:0;right:0;transform:translateY(10px)}.performance-gallery .gallery-item:hover img{transform:scale(1.05)}.performance-gallery .gallery-item:hover .gallery-caption{opacity:1;transform:translateY(0)}.pillar-dot{background:var(--primary);width:12px;height:2px;margin-bottom:1.5rem}.program-divider{background:var(--border);width:100%;height:1px;margin:1.5rem 0}.service-card-content .service-num{font-family:var(--font-heading);color:var(--primary);opacity:.4;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.8rem;display:block}@media (width<=1024px){.philosophy-split-section .phil-split-layout{grid-template-columns:1fr;gap:3rem}.philosophy-split-section .phil-split-image img{height:450px}.performance-gallery .gallery-grid-row{grid-template-columns:1fr 1fr}}@media (width<=768px){.facility-highlight-section{height:auto;padding:80px 0}.facility-highlight-section .facility-bg{background-attachment:scroll}.performance-gallery .gallery-grid-row{grid-template-columns:1fr}.mobile-hide{display:none}}.video-testimonials-section .video-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.video-testimonials-section .video-testimonial-card{aspect-ratio:9/16;border:1px solid var(--border);background:#000;border-radius:20px;transition:transform .4s cubic-bezier(.165,.84,.44,1);position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080}.video-testimonials-section .video-testimonial-card:hover{border-color:#fff3;transform:translateY(-8px)}.video-testimonials-section .video-testimonial-card .testimonial-video{object-fit:cover;width:100%;height:100%}.video-testimonials-section .video-testimonial-card .video-overlay{pointer-events:none;z-index:2;background:linear-gradient(#0000 55%,#000000d9 100%);flex-direction:column;justify-content:flex-end;padding:1.8rem;display:flex;position:absolute;inset:0}.video-testimonials-section .video-testimonial-card .mute-toggle{z-index:3;pointer-events:auto;-webkit-backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#00000080;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:1.2rem;right:1.2rem}.video-testimonials-section .video-testimonial-card .mute-toggle:hover{background:var(--primary);color:#000;transform:scale(1.1)}.video-testimonials-section .video-testimonial-card .video-info .video-tag{font-family:var(--font-alt);color:var(--primary);text-transform:uppercase;letter-spacing:.15em;margin-bottom:.4rem;font-size:.7rem}.video-testimonials-section .video-testimonial-card .video-info .video-title{font-family:var(--font-heading);color:#fff;text-transform:uppercase;letter-spacing:.05em;font-size:1rem}@media (width<=1024px){.video-testimonials-section .video-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}}@media (width<=480px){.video-testimonials-section .video-grid{gap:.8rem}.video-testimonial-card .video-overlay{padding:1.2rem}}.hub-feature-card{background:linear-gradient(145deg, var(--bg-card) 0%, #151518 100%);border:1px solid var(--border);border-radius:24px;flex-direction:column;justify-content:center;gap:2.5rem;height:100%;padding:4rem 3rem;display:flex;box-shadow:0 20px 40px #0000004d}@media (width<=768px){.hub-feature-card{gap:2rem;padding:2.5rem 1.5rem}}.whatsapp-float{z-index:9999;color:#fff;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:2.5rem;right:2.5rem;box-shadow:0 8px 32px #25d36666}.whatsapp-float:hover{background-color:#20ba5a;transform:scale(1.1)rotate(5deg);box-shadow:0 12px 40px #25d36699}.whatsapp-float:hover .whatsapp-tooltip{opacity:1;transform:translate(-1rem)}.whatsapp-float .whatsapp-icon{object-fit:contain;-webkit-filter:brightness(0)invert();width:35px;height:35px}.whatsapp-float .whatsapp-tooltip{color:#333;white-space:nowrap;pointer-events:none;opacity:0;background-color:#fff;border-radius:8px;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;transition:all .3s;position:absolute;right:100%;transform:translate(0);box-shadow:0 8px 24px #0003}.whatsapp-float .whatsapp-tooltip:after{content:"";border:6px solid #0000;border-left-color:#fff;position:absolute;top:50%;left:100%;transform:translateY(-50%)}@keyframes whatsapp-pulse{0%{transform:scale(1);box-shadow:0 0 #25d36666}70%{transform:scale(1.05);box-shadow:0 0 0 15px #25d36600}to{transform:scale(1);box-shadow:0 0 #25d36600}}.whatsapp-float{animation:2s infinite whatsapp-pulse}@media (width<=768px){.whatsapp-float{width:50px;height:50px;bottom:1.5rem;right:1.5rem}.whatsapp-float .whatsapp-tooltip{display:none}}:root{--primary:#fff;--secondary:#a1a1a1;--accent:#f87b7b;--bg-dark:#0a0a0b;--bg-card:#151517;--bg-card-hover:#1c1c1f;--border:#ffffff14;--border-glow:#ffffff26;--font-heading:"Black Ops One", "Barlow Condensed", sans-serif;--font-body:"Space Grotesk", sans-serif;--font-alt:"Barlow Condensed", sans-serif;--container-padding:5%;--hero-pt:200px;--hero-pb:100px;--section-py:100px;--h1-size:clamp(2.8rem, 7vw, 5.5rem);--h2-size:clamp(2rem, 5vw, 3.5rem);--h3-size:clamp(1rem, 2vw, 1.4rem);--body-size:.95rem;--body-color:var(--secondary);--body-line-height:1.7}.page-hero{padding:var(--hero-pt) 0 var(--hero-pb);background-color:#000;background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative;overflow:hidden}.page-hero .hero-overlay{z-index:1;background:linear-gradient(90deg,#000000d9 0%,#0006 50%,#0000001a 100%),linear-gradient(#0006 0%,#000000b3 100%);position:absolute;inset:0}.page-hero-inner{z-index:3;width:100%;max-width:1440px;padding:0 var(--container-padding);margin:0 auto;position:relative}.page-hero .page-tag{font-family:var(--font-alt);text-transform:uppercase;letter-spacing:.35em;color:var(--secondary);margin-bottom:1.2rem;font-size:.85rem;display:block}.page-hero h1{font-size:var(--h1-size);color:var(--primary);text-transform:uppercase;margin-bottom:1.5rem;font-weight:900;line-height:.95}.page-hero .page-hero-sub{color:var(--secondary);font-size:clamp(1rem,1.5vw,1.15rem);line-height:var(--body-line-height);max-width:650px}.page-section{padding:var(--section-py) 0;background:var(--bg-dark);position:relative}.page-container{width:100%;max-width:1440px;padding:0 var(--container-padding);margin:0 auto}.page-section h2,.page-h2{font-family:var(--font-heading);font-size:var(--h2-size);color:var(--primary);text-transform:uppercase;margin-bottom:1.5rem;font-weight:900;line-height:1.05}.page-section h3,.page-h3{font-family:var(--font-heading);font-size:var(--h3-size);color:var(--primary);text-transform:uppercase;margin-bottom:1rem;line-height:1.25}.page-section p,.page-text{font-size:var(--body-size);color:var(--body-color);line-height:var(--body-line-height)}.page-tag{font-family:var(--font-alt);text-transform:uppercase;letter-spacing:.35em;color:var(--secondary);margin-bottom:1.2rem;font-size:.85rem;display:block}.page-subtitle{color:var(--secondary);max-width:720px;margin-bottom:3rem;font-size:clamp(1rem,1.8vw,1.15rem);line-height:1.75}@media (width<=1024px){:root{--hero-pt:180px;--hero-pb:80px;--section-py:80px}.page-container,.page-hero-inner{padding:0 5%}}@media (width<=768px){:root{--hero-pt:150px;--hero-pb:60px;--section-py:70px;--h1-size:clamp(2.2rem, 10vw, 3.5rem);--h2-size:clamp(1.8rem, 8vw, 2.5rem)}.page-container,.page-hero-inner{padding:0 1.5rem}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--secondary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,.heading{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;color:var(--primary);font-weight:800}a{color:inherit;text-decoration:none;transition:opacity .3s}button,.btn{cursor:pointer;font-family:var(--font-body);background:0 0;border:none;transition:all .3s cubic-bezier(.165,.84,.44,1)}.btn-primary{background:var(--primary);color:var(--bg-dark);text-transform:uppercase;letter-spacing:.1em;border:1px solid var(--primary);border-radius:50px;padding:.8rem 2rem;font-size:.8rem;font-weight:700;display:inline-block}.btn-primary:hover{color:var(--primary);background:0 0;transform:translateY(-2px);box-shadow:0 8px 20px #fff3}.btn-outline{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;border:1px solid #ffffff4d;border-radius:50px;padding:.8rem 2rem;font-size:.8rem;font-weight:500;display:inline-block}.btn-outline:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #ffffff1a}.container{width:100%;max-width:1440px;padding:0 var(--container-padding);margin:0 auto}@media (width<=1024px){.container{padding:0 5%}}@media (width<=768px){.container{padding:0 1.5rem}}img{max-width:100%;height:auto}.navbar{z-index:1000;border-bottom:1px solid #0000;width:100%;padding:1.5rem 0;transition:all .5s cubic-bezier(.165,.84,.44,1);position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000000d9;border-bottom:1px solid #ffffff14;padding:1rem 0}.navbar .container{max-width:1440px;padding:0 var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}@media (width>=992px){.navbar .container{grid-template-columns:1fr auto 1fr;gap:2rem;display:grid}}.nav-logo{align-items:center;gap:12px;display:flex}.nav-logo img{width:auto;height:38px}@media (width>=992px){.nav-logo img{height:48px}}.nav-links{justify-content:center;align-items:center;gap:2rem;display:none}@media (width>=992px){.nav-links{display:flex}}.nav-item{position:relative}.nav-link{color:var(--secondary);text-transform:uppercase;letter-spacing:.15em;align-items:center;gap:.4rem;font-size:.75rem;font-weight:800;transition:color .3s;display:flex}.nav-link:hover,.nav-link.active{color:var(--primary)}.dropdown-icon{transition:transform .3s}.has-dropdown:hover .dropdown-icon{transform:rotate(180deg)}.dropdown-menu{opacity:0;visibility:hidden;background:#0a0a0b;border:1px solid #ffffff1a;border-radius:4px;min-width:280px;padding:1rem 0;transition:all .4s cubic-bezier(.165,.84,.44,1);position:absolute;top:100%;left:0;overflow:hidden;transform:translateY(15px);box-shadow:0 20px 50px #000c}.dropdown-menu:before{content:"";background:var(--accent);width:100%;height:2px;box-shadow:0 0 15px var(--accent);position:absolute;top:0;left:0}.has-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-link{color:#b0b0b0;text-transform:uppercase;letter-spacing:.15em;border-bottom:1px solid #ffffff08;padding:1.1rem 1.8rem;font-size:.75rem;font-weight:700;transition:all .3s;display:block}.dropdown-link:last-child{border-bottom:none}.dropdown-link:hover{color:var(--primary);background:#ffffff0d;padding-left:2.2rem}.nav-actions{justify-self:end;align-items:center;gap:1.5rem;display:flex}.nav-cta{background:var(--primary);color:#000;text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:4px;padding:.6rem 1.4rem;font-size:.7rem;font-weight:900;transition:all .3s;display:none}@media (width>=480px){.nav-cta{display:flex}}.nav-cta:hover{background:#fff;transform:translateY(-2px);box-shadow:0 10px 20px #0000004d}.menu-toggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:6px;padding:5px;display:none}@media (width<=991px){.menu-toggle{display:flex}}.menu-toggle span{background:var(--primary);width:28px;height:2px;transition:all .4s}.menu-toggle.active span:first-child{transform:translateY(8px)rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.mobile-menu{z-index:999;opacity:0;visibility:hidden;background:#000;justify-content:flex-start;align-items:center;width:100%;height:100vh;padding-left:10%;transition:all .5s;display:flex;position:fixed;top:0;left:0}.mobile-menu.active{opacity:1;visibility:visible}.mobile-links{flex-direction:column;align-items:flex-start;gap:1.5rem;display:flex}.mobile-nav-item{text-align:left;width:auto}.mobile-link{font-family:var(--font-heading);color:var(--primary);text-transform:uppercase;font-size:2rem;text-decoration:none;transition:color .3s}.mobile-sub-trigger{font-family:var(--font-heading);color:var(--primary);text-transform:uppercase;cursor:pointer;justify-content:flex-start;align-items:center;gap:.8rem;font-size:2rem;display:flex}.mobile-sub-trigger .rotate{transform:rotate(180deg)}.mobile-submenu{flex-direction:column;align-items:flex-start;gap:1rem;width:fit-content;max-height:0;margin:1rem 0 0;transition:max-height .5s;display:flex;overflow:hidden}.mobile-submenu.open{max-height:600px}.mobile-link.sub{font-size:1rem;font-family:var(--font-body);color:var(--secondary)}.mobile-link.sub-main{font-size:1rem;font-family:var(--font-body);color:var(--accent);margin-bottom:.5rem}.mobile-link.active,.mobile-link:hover{color:var(--primary);transform:translate(10px)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.hidden{display:none}@media (width>=768px){.md-flex{display:flex}}@media (width>=500px){.sm-flex{display:flex}}.footer{background:#000;padding:0}.footer-container{width:100%;max-width:1440px;padding:0 var(--container-padding);margin:0 auto}.footer-cta{border:1px solid var(--border);background:linear-gradient(135deg,#111113,#0a0a0b);border-radius:16px;margin-bottom:80px;padding:80px 60px;position:relative;overflow:hidden}.footer-cta:before{content:"";filter:blur(180px);opacity:.15;pointer-events:none;background:#1a3a8a;width:500px;height:500px;position:absolute;bottom:-30%;left:-10%}.footer-tag{font-family:var(--font-alt);text-transform:uppercase;letter-spacing:.35em;color:var(--secondary);margin-bottom:1.2rem;font-size:.85rem}.footer-headline{font-family:var(--font-heading);color:var(--primary);text-transform:uppercase;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,5rem);line-height:.95}.footer-desc{color:var(--secondary);max-width:600px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.footer-btns{flex-wrap:wrap;gap:1rem;display:flex}.footer-grid{border-top:1px solid #ffffff0f;grid-template-columns:1.6fr .7fr .7fr .7fr .7fr;gap:3rem;padding:60px 0 50px;display:grid}.footer-brand{flex-direction:column;gap:1.2rem;display:flex}.footer-logo img{filter:brightness(1.1);width:auto;height:64px;display:block}.footer-brand-name{color:var(--secondary);opacity:.7;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;line-height:1.5}.footer-contact-list{flex-direction:column;gap:.9rem;margin-top:.5rem;display:flex}.footer-contact-item{color:var(--secondary);align-items:flex-start;gap:.7rem;font-size:.85rem;line-height:1.5;transition:color .3s;display:flex}.footer-contact-item:hover{color:var(--primary)}.footer-contact-item svg{flex-shrink:0;margin-top:2px}.footer-socials{gap:1rem;margin-top:.5rem;display:flex}.footer-socials a{width:40px;height:40px;color:var(--secondary);border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.footer-socials a:hover{color:var(--primary);border-color:var(--primary);background:#ffffff0d;transform:translateY(-3px)}.footer-col{flex-direction:column;gap:0;display:flex}.footer-col-title{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:1.5rem;font-size:.85rem;font-weight:800}.footer-col a{color:var(--secondary);padding:.45rem 0;font-size:.85rem;line-height:1.4;transition:all .3s;position:relative}.footer-col a:hover{color:var(--primary);padding-left:6px}.footer-bottom{color:var(--secondary);opacity:.6;border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:30px 0;font-size:.75rem;display:flex}@media (width<=1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}.footer-brand{grid-column:1/-1}}@media (width<=768px){.footer-container{padding:0 1.5rem}.footer-cta{border-radius:12px;padding:50px 30px}.footer-headline{font-size:2.5rem}.footer-grid{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{text-align:center;flex-direction:column;padding:25px 0 30px}.footer-btns{flex-direction:column}.footer-btns .btn-primary,.footer-btns .btn-outline{text-align:center;width:100%}}
