*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;overflow-x:hidden;text-rendering:optimizeSpeed;font-size-adjust:.5}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:rgba(0,0,0,.95);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;transition:all .3s ease}.navbar.scrolled{background:rgba(255,255,255,.98);box-shadow:0 2px 10px rgba(0,0,0,.1)}.nav-container{max-width:1400px;margin:0 auto;padding:0 40px 0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo{margin-right:auto}.nav-logo a{display:block}.nav-logo img,.site-logo{height:50px;width:auto;transition:filter .3s ease}.navbar.scrolled .nav-logo img,.navbar.scrolled .site-logo{filter:brightness(0) saturate(100%)}.nav-logo h2{color:#fff;font-weight:700;font-size:1.5rem;transition:color .3s ease}.navbar.scrolled .nav-logo h2{color:#333}.nav-menu{display:flex;gap:2rem;margin-left:auto}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.navbar.scrolled .nav-link{color:#333}.nav-link:hover,.nav-link.active{color:#ff6b6b}.navbar.scrolled .nav-link:hover,.navbar.scrolled .nav-link.active{color:#ff6b6b}.nav-link:after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#ff6b6b;transition:width .3s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background:#fff;margin:3px 0;transition:all .3s ease}.navbar.scrolled .bar{background:#333}.hero,.page-hero{height:450px;display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);overflow:hidden;border-bottom:6px solid #ff6b6b;padding:0}.page-hero-bg,.hero-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.3;z-index:0;pointer-events:none;will-change:auto;aspect-ratio:1920/450}.page-hero .hero-container,.hero .hero-container{position:relative;z-index:1}.homepage-images{padding:4rem 0 3rem;margin-top:2rem;background:#fff;position:relative}.homepage-images .container{max-width:1200px}.homepage-images-grid{display:grid !important;grid-template-columns:1fr 1fr 1fr !important;gap:1.5rem !important;width:100% !important;max-width:100% !important;margin:0 !important;align-items:stretch}.homepage-images-grid .homepage-image-item{min-width:0;max-width:100%}.homepage-images .container{padding:0 20px !important}@media (min-width:769px){.homepage-images-grid{display:grid !important;grid-template-columns:1fr 1fr 1fr !important;grid-auto-flow:row !important;gap:2rem !important}}@media screen and (min-width:769px){section.homepage-images .container .homepage-images-grid{display:grid !important;grid-template-columns:1fr 1fr 1fr !important;gap:2rem !important}section.homepage-images .homepage-image-item{display:block !important;width:auto !important}}.homepage-image-item{position:relative !important;overflow:hidden !important;border-radius:16px !important;border:2px solid #000 !important;box-shadow:0 8px 25px rgba(0,0,0,.12),0 3px 10px rgba(0,0,0,.08) !important;transition:all .4s cubic-bezier(.4,0,.2,1) !important;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%) !important;aspect-ratio:4/3 !important;will-change:transform;transform:translateZ(0);width:100% !important;max-width:100% !important;min-width:0 !important;cursor:pointer !important}.homepage-image-item:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(102,126,234,.1) 0%,rgba(118,75,162,.1) 100%);opacity:0;transition:opacity .4s ease;z-index:1;pointer-events:none;border-radius:14px}section.homepage-images .homepage-images-grid .homepage-image-item:hover,.homepage-images-grid .homepage-image-item:hover,.homepage-image-item:hover{transform:translateY(-10px) scale(1.03) translateZ(0) !important;box-shadow:0 20px 50px rgba(0,0,0,.25),0 8px 20px rgba(0,0,0,.15) !important;border-color:#000 !important}section.homepage-images .homepage-images-grid .homepage-image-item:hover:before,.homepage-images-grid .homepage-image-item:hover:before,.homepage-image-item:hover:before{opacity:1 !important}section.homepage-images .homepage-images-grid .homepage-image-item:hover .homepage-image,.homepage-images-grid .homepage-image-item:hover .homepage-image,.homepage-image-item:hover .homepage-image{transform:scale(1.1) !important;filter:brightness(1.05) contrast(1.08) !important}section.homepage-images .homepage-images-grid .homepage-image-item:hover:after,.homepage-images-grid .homepage-image-item:hover:after,.homepage-image-item:hover:after{opacity:1 !important}.homepage-image{width:100% !important;height:100% !important;object-fit:cover !important;object-position:center !important;display:block !important;transition:transform .5s cubic-bezier(.4,0,.2,1) !important;filter:brightness(.98) contrast(1.02) !important;position:relative !important;z-index:0 !important}.homepage-image-item:after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,.2) 100%);opacity:0;transition:opacity .4s ease !important;z-index:2;pointer-events:none;border-radius:14px}.seo-intro{padding:3rem 0;background:#fff;position:relative;margin-top:0;transform:translateZ(0)}.seo-content{max-width:900px;margin:0 auto;text-align:center}.seo-content h2{font-size:2rem;font-weight:700;color:#333;margin-bottom:1.5rem;line-height:1.3}.seo-content p{font-size:1.1rem;color:#666;line-height:1.8;margin-bottom:5rem}.seo-content-image{margin-top:0;margin-bottom:1.5rem;width:100%;max-width:900px;margin-left:auto;margin-right:auto;position:relative;overflow:hidden !important;border-radius:16px !important;border:2px solid #000 !important;box-shadow:0 8px 25px rgba(0,0,0,.12),0 3px 10px rgba(0,0,0,.08) !important;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);transition:box-shadow .4s ease}.seo-content-image:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(102,126,234,.1) 0%,rgba(118,75,162,.1) 100%);opacity:0;transition:opacity .4s ease;z-index:1;pointer-events:none;border-radius:14px}.seo-content-image:hover{box-shadow:0 12px 35px rgba(0,0,0,.18),0 4px 12px rgba(0,0,0,.12) !important;border-color:#000 !important}.seo-content-image:hover:before{opacity:1}.seo-content-image .seo-image{max-width:100%;width:100%;height:auto;display:block;transition:filter .4s ease;filter:brightness(.98) contrast(1.02);position:relative;z-index:0;border-radius:14px}.seo-content-image:hover .seo-image{filter:brightness(1.02) contrast(1.03)}.seo-content-image:after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,.2) 100%);opacity:0;transition:opacity .4s ease;z-index:2;pointer-events:none;border-radius:14px}.seo-content-image:hover:after{opacity:1}.hero-container{text-align:center;z-index:2;position:relative}.hero-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1rem;line-height:1.2;animation:none !important;opacity:1 !important;transform:none !important}.highlight{color:#ff6b6b;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.5rem;color:#fff;margin-bottom:1.25rem;font-weight:300}.mt-la-landing-no-header-footer .page-hero .hero-content p{color:#fff}.mt-la-landing-no-header-footer .mt-la-hero-intro{max-width:34rem;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.6}.mt-la-landing-no-header-footer .mt-la-hero-tagline{font-weight:700;margin-top:.75rem;margin-bottom:1.25rem}.mt-la-landing-no-header-footer .mt-la-cta{margin-top:1.25rem}.mt-la-landing-no-header-footer .trusted{padding-bottom:.75rem}.mt-la-landing-no-header-footer .logo-scroller{margin-bottom:0}.mt-la-landing-no-header-footer .story-section{padding:1.75rem 0}.mt-la-landing-no-header-footer .story-section .story-text{text-align:center;max-width:40rem;margin-left:auto;margin-right:auto}.mt-la-landing-no-header-footer .story-section .story-text h2{margin-top:.5rem;margin-bottom:.5rem}.mt-la-landing-no-header-footer .story-section .story-text p{margin-bottom:.9rem}.mt-la-landing-no-header-footer .story-section .mt-la-cta{text-align:center}.mt-la-landing-no-header-footer #mt-la-form{padding-top:1.5rem}.hero-badge{margin-top:1.5rem;margin-bottom:0}.hero-badge a{display:inline-block;padding:.6rem 1.5rem;background:rgba(255,255,255,.15);backdrop-filter:blur(10px);color:#fff;text-decoration:none;border-radius:25px;font-size:.95rem;font-weight:500;border:1px solid rgba(255,255,255,.3);transition:all .3s ease}.hero-badge a:hover{background:rgba(255,255,255,.25);border-color:rgba(255,255,255,.5);transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.2)}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block;border:2px solid transparent}.btn-primary{background:#ff6b6b;color:#fff;border-color:#ff6b6b}.btn-primary:hover{background:#fff;color:#ff6b6b;border-color:#ff6b6b;transform:translateY(-2px)}.btn-secondary{background:#ff6b6b;color:#fff;border-color:#ff6b6b}.btn-secondary:hover{background:#fff;color:#ff6b6b;border-color:#ff6b6b;transform:translateY(-2px)}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="a" cx="50%" cy="50%"><stop offset="0%" stop-color="%23ff6b6b" stop-opacity="0.1"/><stop offset="100%" stop-color="%23ff6b6b" stop-opacity="0"/></radialGradient></defs><circle cx="200" cy="200" r="100" fill="url(%23a)"/><circle cx="800" cy="300" r="150" fill="url(%23a)"/><circle cx="400" cy="700" r="120" fill="url(%23a)"/></svg>') no-repeat center center;background-size:cover;opacity:.3}.features{padding:2rem 0 3rem;background:#f8f9fa}.homepage-gallery{padding:2rem 0;background:#fff}.homepage-gallery .section-header{margin-bottom:3rem}.homepage-gallery .section-header p{font-size:1.1rem;color:#666;margin-top:.5rem}.gallery-carousel-wrapper{position:relative;margin-top:0;z-index:1}.gallery-carousel{position:relative;overflow:hidden;width:100%;height:500px;border-radius:15px;box-shadow:0 10px 40px rgba(0,0,0,.15);background:#f8f9fa}.gallery-carousel-item{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out;cursor:pointer;z-index:1;pointer-events:none;display:flex;align-items:center;justify-content:center}.gallery-carousel-item.active{opacity:1;z-index:2;pointer-events:auto}.gallery-carousel-item img{width:100%;height:100%;object-fit:contain;object-position:center center;display:block;transition:transform .3s ease;max-width:100%;max-height:100%}.gallery-carousel-item:hover img{transform:scale(1.02)}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);border:none;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 5px 15px rgba(0,0,0,.2);color:#333;font-size:1.2rem;pointer-events:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none}.carousel-btn:hover,.carousel-btn:focus{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 8px 20px rgba(0,0,0,.3);outline:none}.carousel-btn:active{transform:translateY(-50%) scale(.95)}.carousel-prev{left:20px}.carousel-next{right:20px}.carousel-dots{display:flex;justify-content:center;gap:10px;margin-top:20px}.carousel-dot{width:12px;height:12px;border-radius:50%;border:2px solid #333;background:0 0;cursor:pointer;transition:all .3s ease;padding:0;pointer-events:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none}.carousel-dot.active,.carousel-dot:hover{background:#ff6b6b;border-color:#ff6b6b;transform:scale(1.2);outline:none}.carousel-dot:focus{outline:2px solid #ff6b6b;outline-offset:2px}.gallery-lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.95);z-index:10000;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease}.gallery-lightbox.active{display:flex;opacity:1}body.lightbox-open{overflow:hidden}.lightbox-content{position:relative;max-width:90%;max-height:90%;display:flex;flex-direction:column;align-items:center}.lightbox-content img{max-width:100%;max-height:85vh;object-fit:contain;border-radius:10px;box-shadow:0 20px 60px rgba(0,0,0,.5)}.lightbox-caption{color:#fff;text-align:center;margin-top:20px;font-size:1.1rem;max-width:600px}.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;background:rgba(255,255,255,.2);border:none;color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.5rem;transition:all .3s ease;backdrop-filter:blur(10px)}.lightbox-close:hover,.lightbox-prev:hover,.lightbox-next:hover{background:rgba(255,255,255,.3);transform:scale(1.1)}.lightbox-close{top:20px;right:20px;font-size:1.8rem}.lightbox-prev{left:20px;top:50%;transform:translateY(-50%)}.lightbox-next{right:20px;top:50%;transform:translateY(-50%)}.gallery-placeholder{grid-column:1/-1;text-align:center;padding:4rem 2rem;background:#f8f9fa;border-radius:15px;color:#666}.gallery-placeholder p{font-size:1.1rem;margin:0}.section-header{text-align:center;margin-bottom:3rem}.features .section-header{margin-bottom:1.5rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px, 1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.1);text-align:center;transition:transform .3s ease,box-shadow .3s ease !important;will-change:transform;transform:translateZ(0);position:relative}.feature-card:hover{transform:translateY(-10px) translateZ(0) !important;box-shadow:0 15px 40px rgba(0,0,0,.15) !important}.feature-icon{width:80px;height:80px;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:#fff}.feature-card h3{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1rem}.feature-card p{color:#666;line-height:1.6}.mystery-section{padding:1rem 0 5rem;background:#fff}.mystery-content{text-align:center;max-width:800px;margin:0 auto}.mystery-content h2{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:2rem}.mystery-text{font-size:1.2rem;color:#666;line-height:1.8;margin-bottom:1.5rem}.stats{padding:5rem 0;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px, 1fr));gap:3rem;text-align:center}.stat-item{padding:2rem;will-change:transform,opacity;transform:translateZ(0)}.stat-icon{width:100px;height:100px;background:rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:3.5rem;color:#fff}.stats .stat-number{font-size:3.5rem;font-weight:800;color:#fff !important;opacity:1 !important;margin-bottom:.5rem;line-height:1;-webkit-text-fill-color:#fff !important;background:0 0 !important;background-clip:unset !important;-webkit-background-clip:unset !important}.stat-label{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.stats .stat-label{color:#fff;font-weight:700}.stat-description{font-size:1rem;opacity:.9}.process{padding:5rem 0;background:linear-gradient(135deg,#2a3a5a 0%,#3d4e6f 50%,#2a3a5a 100%);position:relative;overflow:hidden}.process .section-header h2{color:#fff}.highlight-roi{color:#ff6b6b}.process-flow{display:flex;align-items:stretch;justify-content:center;gap:1.5rem;margin-top:4rem;max-width:1400px;margin-left:auto;margin-right:auto}.process-card{background:rgba(255,255,255,.05);padding:1.5rem 2.25rem;border-radius:15px;border:2px solid;flex:1;min-width:260px;display:flex;flex-direction:column;position:relative;overflow:hidden !important;will-change:transform,opacity;transform:translateZ(0);background-size:cover;background-position:center;background-repeat:no-repeat}.process-card:before{content:'' !important;position:absolute !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;background:linear-gradient(to bottom,rgba(42,58,90,.4),rgba(42,58,90,.5)) !important;border-radius:15px !important;z-index:1 !important;transition:background .3s ease !important;pointer-events:none !important}.process-card:hover:before{background:linear-gradient(to bottom,rgba(42,58,90,.35),rgba(42,58,90,.45)) !important}.process-card h3{text-shadow:2px 2px 6px rgba(0,0,0,1),0 0 12px rgba(0,0,0,.8),0 0 20px rgba(0,0,0,.5) !important}.process-card p{text-shadow:1px 1px 4px rgba(0,0,0,1),0 0 10px rgba(0,0,0,.7),0 0 15px rgba(0,0,0,.5) !important}.process-card:after{content:'' !important;position:absolute !important;bottom:0 !important;left:0 !important;right:0 !important;height:70% !important;background:linear-gradient(to top,rgba(0,0,0,.15),transparent) !important;border-radius:0 0 15px 15px !important;z-index:1 !important;pointer-events:none !important}.process-card:hover:after{opacity:.7 !important}.process-card>*{position:relative !important;z-index:3 !important}.process-card h3{color:#fff !important;text-shadow:3px 3px 8px rgba(0,0,0,1),0 0 15px rgba(0,0,0,.9),0 0 25px rgba(0,0,0,.7) !important;font-weight:700 !important}.process-card p{color:#fff !important;text-shadow:2px 2px 6px rgba(0,0,0,1),0 0 12px rgba(0,0,0,.8),0 0 20px rgba(0,0,0,.6) !important}.process-number{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.process-card h3{font-size:1.15rem;font-weight:600;color:#fff;margin-bottom:.5rem;line-height:1.3}.process-card p{color:#e0e0e0;line-height:1.4;font-size:.88rem;flex-grow:1}.yellow-card{border-color:#ffd93d}.yellow-card .process-number{background:#ffd93d;color:#333}.red-card{border-color:#ff6b6b}.red-card .process-number{background:#ff6b6b}.orange-card{border-color:#ff9f43}.orange-card .process-number{background:#ff9f43;color:#333}.blue-card{border-color:#6bcfff}.blue-card .process-number{background:#6bcfff;color:#333}.process-arrow{display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5);font-size:2rem;flex-shrink:0}.process-arrow i{animation:pulse-arrow 2s ease-in-out infinite;will-change:transform,opacity;transform:translateZ(0)}@keyframes pulse-arrow{0%,100%{opacity:.5;transform:translateX(0) translateZ(0)}50%{opacity:1;transform:translateX(5px) translateZ(0)}}.quote-section{padding:5rem 0;background:#fff}.quote{font-size:1.5rem;font-style:italic;color:#333;text-align:center;max-width:800px;margin:0 auto;line-height:1.8}.quote:before{content:'"';font-size:4rem;color:#ff6b6b;display:block;margin-bottom:1rem}.testimonial-carousel-section{padding:5rem 0;background:#f8f9fa;overflow-x:hidden;overflow-y:visible}.testimonial-carousel-section .section-header p{color:#666;font-size:1.1rem}.testimonial-tabs{display:flex;justify-content:center;gap:.75rem;margin:2.5rem auto 0;flex-wrap:wrap;overflow-x:visible;overflow-y:visible;padding:.5rem 1rem .5rem}.testimonial-tabs::-webkit-scrollbar{height:4px}.testimonial-tabs::-webkit-scrollbar-track{background:0 0}.testimonial-tabs::-webkit-scrollbar-thumb{background:#ddd;border-radius:2px}.testimonial-tabs::-webkit-scrollbar-thumb:hover{background:#ff6b6b}.testimonial-tab{background:#fff;border:2px solid #ddd;border-radius:50px;padding:.75rem 1.5rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease;font-size:.95rem;font-weight:600;color:#666;white-space:nowrap}.testimonial-tab i{font-size:1rem;color:#999;transition:color .3s ease}.testimonial-tab:hover{border-color:#ff6b6b;color:#ff6b6b;transform:translateY(-2px);box-shadow:0 5px 15px rgba(255,107,107,.2)}.testimonial-tab:hover i{color:#ff6b6b}.testimonial-tab.active{background:linear-gradient(135deg,#ff6b6b,#ff8e8e) !important;border-color:#ff6b6b !important;color:#fff !important;box-shadow:0 5px 15px rgba(255,107,107,.3) !important}.testimonial-tab.active i{color:#fff !important}.carousel-wrapper{position:relative;max-width:1200px;margin:0 auto}.carousel-container{position:relative !important;width:100% !important;height:600px !important;min-height:600px !important;max-height:600px !important;overflow:hidden !important;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.15);aspect-ratio:16/9}.carousel-slide{position:absolute !important;top:0 !important;left:0 !important;width:100% !important;height:100% !important;opacity:0 !important;transform:translateX(100%) !important;transition:transform .6s cubic-bezier(.4,0,.2,1),opacity .6s ease !important;pointer-events:none !important}.carousel-slide.active{opacity:1 !important;transform:translateX(0) !important;pointer-events:auto !important;z-index:2 !important}.carousel-slide.slide-out-left{transform:translateX(-100%) !important;opacity:0 !important;z-index:1 !important}.carousel-slide.slide-in-right{transform:translateX(100%) !important;opacity:0 !important;z-index:3 !important}.carousel-slide.slide-out-right{transform:translateX(100%) !important;opacity:0 !important;z-index:1 !important}.carousel-slide.slide-in-left{transform:translateX(-100%) !important;opacity:0 !important;z-index:3 !important}.slide-background{width:100%;height:100%;min-height:600px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;position:relative;padding:2rem 0;aspect-ratio:16/9;min-height:600px;max-height:600px;background-color:#667eea;background-image:linear-gradient(135deg,rgba(102,126,234,.85) 0%,rgba(118,75,162,.85) 100%)}.slide-background:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(102,126,234,.85) 0%,rgba(118,75,162,.85) 100%);z-index:1}.slide-content{position:relative;z-index:2;max-width:900px;padding:5rem 4rem;text-align:center;color:#fff;min-height:auto}.category-badge{display:inline-block;background:rgba(255,107,107,.9);color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:2rem;text-transform:uppercase;letter-spacing:1px}.slide-content blockquote{font-size:1.3rem;font-style:italic;line-height:2;margin:0 auto 3rem auto;padding:0 1.5rem;color:#fff;position:relative;max-width:100%}.slide-content blockquote:before{content:'"';font-size:4.5rem;color:rgba(255,255,255,.25);position:absolute;top:-1rem;left:-.5rem;line-height:1;z-index:-1}.testimonial-author{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1rem}.author-info{display:flex;flex-direction:column;gap:.25rem}.author-info strong{font-size:1.2rem;font-weight:700;color:#fff}.author-info span{font-size:1rem;color:rgba(255,255,255,.9)}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);border:none;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 5px 15px rgba(0,0,0,.2)}.carousel-nav:hover{background:#ff6b6b;color:#fff;transform:translateY(-50%) scale(1.1)}.carousel-nav.prev{left:20px}.carousel-nav.next{right:20px}.carousel-nav i{font-size:1.2rem}.carousel-dots{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.dot{width:12px;height:12px;border-radius:50%;background:#ddd;border:none;cursor:pointer;transition:all .3s ease;padding:0}.dot:hover{background:#ff8e8e;transform:scale(1.2)}.dot.active{background:#ff6b6b;width:40px;border-radius:6px}.trusted{padding:1.25rem 0 5rem;background:#f8f9fa;overflow:hidden}.trusted-blockquote{max-width:900px;margin:0 auto 2.75rem auto;padding:1.1rem 1.25rem;background:#fff;border:2px solid #000;border-radius:16px;box-shadow:0 8px 25px rgba(0,0,0,.12),0 3px 10px rgba(0,0,0,.08);position:relative}.trusted-blockquote p{margin:0;text-align:center;font-size:1.15rem;line-height:1.7;color:#333;font-style:italic}.trusted-blockquote cite{display:block;margin-top:.75rem;text-align:center;font-style:normal;font-weight:700;font-size:.98rem;color:#333}@media (max-width:768px){.trusted-blockquote{margin-top:0;margin-bottom:1rem;padding:1rem}.trusted-blockquote p{font-size:1.05rem}.trusted-blockquote cite{font-size:.92rem}}.homepage-thinking-narrative{text-align:center;background:0 0;padding:2.75rem 0 4rem;margin-top:0;margin-bottom:0}.homepage-thinking-narrative .thinking-inner{max-width:900px;margin-left:auto;margin-right:auto}.homepage-thinking-narrative .thinking-headline{font-size:2.5rem;font-weight:700;color:#333;line-height:1.22;margin:0 0 .875rem}.homepage-thinking-narrative .thinking-contrast{margin:0 0 1rem}.homepage-thinking-narrative .thinking-contrast-line{font-size:1.1rem;line-height:1.35;color:rgba(102,102,102,.95);margin:0}.homepage-thinking-narrative .thinking-contrast-line:first-child{margin-bottom:.125rem}.homepage-thinking-narrative .thinking-contrast-line em{font-style:italic;color:#555}.homepage-thinking-narrative .thinking-body-text{font-size:1rem;line-height:1.85;color:#333;max-width:560px;margin:0 auto .875rem}.homepage-thinking-narrative .thinking-links-row{margin:0;padding:0 .25rem;font-size:.9375rem;line-height:1.6;color:#666}.homepage-thinking-narrative .thinking-links-row a{color:#5f6f8f;font-weight:500;text-decoration:underline;text-underline-offset:2px;text-decoration-color:rgba(95,111,143,.45)}.homepage-thinking-narrative .thinking-links-row a:hover{color:#3d4759;text-decoration-color:rgba(61,71,89,.55)}.homepage-thinking-narrative .thinking-link-sep{color:#b0b8c9;user-select:none}@media (max-width:768px){.homepage-thinking-narrative{padding:2rem 0 3.25rem}.homepage-thinking-narrative .thinking-headline{font-size:2rem}.homepage-thinking-narrative .thinking-contrast-line{font-size:1rem}.homepage-thinking-narrative .thinking-links-row{font-size:.875rem;line-height:1.65}.homepage-thinking-narrative .thinking-links-row a{white-space:normal}}.logo-scroller{width:100%;overflow:hidden;margin-top:3rem;position:relative;display:flex;flex-direction:column;gap:1.75rem;min-height:280px}.logo-scroller:before,.logo-scroller:after{content:'';position:absolute;top:0;width:100px;height:100%;z-index:2;pointer-events:none}.logo-scroller:before{left:0;background:linear-gradient(to right,#f8f9fa,transparent)}.logo-scroller:after{right:0;background:linear-gradient(to left,#f8f9fa,transparent)}.logo-row{width:100%;overflow:hidden;min-height:120px}.logo-track{display:flex;gap:2.5rem;width:fit-content;will-change:transform;transform:translateZ(0)}.track-left{animation:scroll-left 55s linear infinite}.track-right{animation:scroll-right 65s linear infinite}.logo-track:hover{animation-play-state:paused}@keyframes scroll-left{0%{transform:translateX(0) translateZ(0)}100%{transform:translateX(-50%) translateZ(0)}}@keyframes scroll-right{0%{transform:translateX(-50%) translateZ(0)}100%{transform:translateX(0) translateZ(0)}}.company-logo{background:#fff;padding:2rem 3rem;border-radius:10px;text-align:center;font-weight:600;color:#666;box-shadow:0 5px 15px rgba(0,0,0,.1);white-space:nowrap;min-width:200px;height:120px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,box-shadow .3s ease;flex-shrink:0}.company-logo img{max-height:60px;max-width:150px;width:150px;height:60px;object-fit:contain;filter:grayscale(100%) opacity(.7);transition:filter .3s ease;aspect-ratio:150/60}.company-logo:hover img{filter:grayscale(0%) opacity(1)}.company-logo:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.company-logo{will-change:transform;transform:translateZ(0)}.cta{padding:5rem 0;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;text-align:center}.story-text .cta-lead-in{margin-top:.5rem;margin-bottom:1rem;font-size:1.05rem}.cta-content .cta-lead-in{font-size:1.1rem;margin-bottom:1rem;opacity:.95}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.footer{background:#333;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px, 1fr));gap:2rem;margin-bottom:2rem;align-items:start}.footer-logo{display:flex;flex-direction:column;gap:1rem}.footer-logo-img{max-width:120px;height:auto;margin-bottom:.5rem}.footer-phone{color:#ccc;font-size:1.1rem;margin:0;display:flex;align-items:center;gap:.5rem}.footer-phone i{color:#ff6b6b}.footer-email{color:#ccc;font-size:1.1rem;margin:0;margin-top:.5rem;display:flex;align-items:center;gap:.5rem}.footer-email i{color:#ff6b6b !important}.footer-email a,.footer-email a:link,.footer-email a:visited,.footer-email a:active{color:#ccc !important;text-decoration:none !important;transition:color .3s ease}.footer-email a:hover{color:#ff6b6b !important}.footer-links h4,.footer-social-section h4,.footer-resources h4{color:#fff !important;font-size:1.1rem !important;font-weight:600 !important;margin-bottom:1rem !important;margin-top:0 !important;padding-top:0 !important;line-height:1.2 !important;height:auto !important}.footer-links{display:flex;flex-direction:column;gap:.5rem;margin-top:0;padding-top:0}.footer-links a{color:#ccc;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-links a:hover{color:#ff6b6b}.footer-resources{display:flex;flex-direction:column;gap:.5rem;margin-top:0;padding-top:0}.footer-resources a,.footer-resources a:link,.footer-resources a:visited,.footer-resources a:active{color:#ccc !important;text-decoration:none !important;transition:color .3s ease;font-size:.95rem}.footer-resources a:hover{color:#ff6b6b !important}.footer-social{display:flex;gap:1rem;flex-wrap:wrap}.footer-social a{width:40px;height:40px;background:#555;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:background .3s ease,transform .3s ease;font-size:1.2rem}.footer-social a:hover{background:#ff6b6b;transform:translateY(-3px)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #555;color:#ccc}.story-section{padding:5rem 0;background:#fff}.story-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px, 1fr));gap:2.5rem}.story-text h2{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1.5rem}.story-text .lead{font-size:1.3rem;color:#ff6b6b;font-weight:600;margin-bottom:1.5rem}.story-text p{color:#666;line-height:1.8;margin-bottom:1.5rem}.story-image{text-align:center}.story-image .story-graphic{max-width:100%;height:auto;border-radius:15px;box-shadow:0 15px 40px rgba(0,0,0,.15)}.image-placeholder{background:#f8f9fa;border:2px dashed #ddd;border-radius:15px;padding:3rem;color:#999}.true-fun-section{padding:3.5rem 0 4rem;background:linear-gradient(135deg,rgba(255,107,107,.16) 0%,rgba(118,75,162,.22) 100%)}.true-fun-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px, 1fr));gap:3rem;align-items:center}.true-fun-text h2{font-size:2.3rem;font-weight:700;color:#333;margin-bottom:1.5rem}.true-fun-text p{font-size:1.05rem;line-height:1.8;color:#555;margin-bottom:1.25rem}.true-fun-text p:last-child{margin-bottom:0}.true-fun-graphic img{width:100%;height:auto;max-width:655px;display:block;margin:0 auto;border-radius:18px}.locations-map-section{padding:4rem 0 2rem;background:#fff}.map-container{margin-top:2rem;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.map-container iframe{width:100%;height:500px;border:0;display:block}.map-caption{margin-top:2rem;text-align:center;font-size:1.05rem;line-height:1.7;color:#666;max-width:700px;margin-left:auto;margin-right:auto}.about-cities-links{margin-top:3rem;text-align:center}.about-cities-links h3{font-size:1.5rem;color:#333;margin-bottom:1.5rem;font-weight:600}.about-cities-links .cities-grid{margin-top:1.5rem;margin-bottom:1.5rem}.about-cities-links .cities-note{margin-top:1.5rem;color:#666;font-size:.95rem}.about-cities-links .cities-note a{color:#667eea;text-decoration:underline}.about-cities-links .cities-note a:hover{color:#ff6b6b}.mission-section{padding:2rem 0 4rem;background:#f8f9fa}.mission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px, 1fr));gap:2rem}.mission-card{background:#fff;padding:2rem;border-radius:15px;text-align:center}.mission-icon{width:80px;height:80px;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:#fff}.mission-card h3{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1rem}.mission-card p{color:#666;line-height:1.6}.team-section{padding:5rem 0;background:#fff}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px, 1fr));gap:2rem;margin-top:3rem}.team-member{text-align:center;padding:2rem;background:#f8f9fa;border-radius:15px}.member-image{margin-bottom:1.5rem}.member-image .image-placeholder{width:120px;height:120px;border-radius:50%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}.team-member h3{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:.5rem}.member-role{color:#ff6b6b;font-weight:600;margin-bottom:1rem}.member-bio{color:#666;line-height:1.6}.why-choose-section{padding:5rem 0;background:#f8f9fa}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px, 1fr));gap:2rem;margin-top:3rem}.why-item{display:flex;align-items:flex-start;gap:1rem;padding:2rem;background:#fff;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.1)}.why-number{width:50px;height:50px;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:#fff;flex-shrink:0}.why-item h3{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:.5rem}.why-item p{color:#666;line-height:1.6}.still-questions{padding:5rem 0;background:#f8f9fa}.still-questions-content{text-align:center;max-width:900px;margin:0 auto}.still-questions-content h2{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem}.still-questions-content>p{font-size:1.2rem;color:#666;margin-bottom:3rem}.contact-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px, 1fr));gap:2rem;margin-bottom:3rem}.contact-option{text-align:center;padding:2rem;background:#fff;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.1)}.contact-option i{font-size:3rem;color:#ff6b6b;margin-bottom:1rem}.contact-option h3{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:.5rem}.contact-option p{color:#666;margin:0}.contact-option a{color:#666;text-decoration:none;transition:color .3s ease}.contact-option a:hover{color:#ff6b6b}.contact-section{padding:5rem 0;background:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-info h2{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem}.contact-info p{color:#666;line-height:1.8;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:center;gap:1rem}.contact-item i{width:50px;height:50px;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem}.contact-item h3{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.25rem}.contact-item p{color:#666;margin:0}.contact-form{background:#f8f9fa;padding:2rem;border-radius:15px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#333;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#ff6b6b}.success-message{background:#d4edda;color:#155724;padding:1rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid #c3e6cb}.contact-form .gform_button,.contact-form input[type=submit],.contact-form button[type=submit],.contact-form .gform_footer input[type=submit],.contact-form .gform_footer button[type=submit],.contact-form .gform_footer .gform_button,.gform_wrapper .gform_button,.gform_wrapper input[type=submit],.gform_wrapper button[type=submit],.gform_wrapper .gform_footer input[type=submit],.gform_wrapper .gform_footer button[type=submit],.gform_wrapper .gform_footer .gform_button,.gform_wrapper form .gform_button,.gform_wrapper form input[type=submit],.gform_wrapper form button[type=submit],#gform_wrapper_1 .gform_button,#gform_wrapper_1 input[type=submit],#gform_wrapper_1 button[type=submit]{padding:1rem 2rem !important;border-radius:50px !important;background:#ff6b6b !important;color:#fff !important;border:2px solid #ff6b6b !important;font-weight:600 !important;font-size:1rem !important;cursor:pointer !important;transition:all .3s ease !important;display:inline-block !important;text-decoration:none !important;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif !important;box-shadow:none !important;text-shadow:none !important;min-width:auto !important;width:auto !important}.contact-form .gform_button:hover,.contact-form input[type=submit]:hover,.contact-form button[type=submit]:hover,.contact-form .gform_footer input[type=submit]:hover,.contact-form .gform_footer button[type=submit]:hover,.contact-form .gform_footer .gform_button:hover,.gform_wrapper .gform_button:hover,.gform_wrapper input[type=submit]:hover,.gform_wrapper button[type=submit]:hover,.gform_wrapper .gform_footer input[type=submit]:hover,.gform_wrapper .gform_footer button[type=submit]:hover,.gform_wrapper .gform_footer .gform_button:hover,.gform_wrapper form .gform_button:hover,.gform_wrapper form input[type=submit]:hover,.gform_wrapper form button[type=submit]:hover,#gform_wrapper_1 .gform_button:hover,#gform_wrapper_1 input[type=submit]:hover,#gform_wrapper_1 button[type=submit]:hover{background:#fff !important;color:#ff6b6b !important;border-color:#ff6b6b !important;transform:translateY(-2px) !important;box-shadow:0 5px 15px rgba(255,107,107,.3) !important}.contact-form .gform_button:active,.contact-form input[type=submit]:active,.contact-form button[type=submit]:active,.contact-form .gform_footer input[type=submit]:active,.contact-form .gform_footer button[type=submit]:active,.contact-form .gform_footer .gform_button:active,.gform_wrapper .gform_button:active,.gform_wrapper input[type=submit]:active,.gform_wrapper button[type=submit]:active,.gform_wrapper .gform_footer input[type=submit]:active,.gform_wrapper .gform_footer button[type=submit]:active,.gform_wrapper .gform_footer .gform_button:active,.gform_wrapper form .gform_button:active,.gform_wrapper form input[type=submit]:active,.gform_wrapper form button[type=submit]:active,#gform_wrapper_1 .gform_button:active,#gform_wrapper_1 input[type=submit]:active,#gform_wrapper_1 button[type=submit]:active{transform:translateY(0) !important}.faq-section{padding:5rem 0 3rem;background:#fff}.faq-link-container .btn-secondary{background:0 0;color:#667eea;border-color:#667eea}.faq-link-container .btn-secondary:hover{background:#667eea;color:#fff;border-color:#667eea}.faq-container{max-width:900px;margin:3rem auto 0}.faq-category{margin-bottom:3rem}.faq-category h2{font-size:2rem;font-weight:700;color:#333;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #ff6b6b}.faq-item{background:#f8f9fa;margin-bottom:.75rem;border-radius:10px;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 5px 15px rgba(0,0,0,.1)}.faq-question{width:100%;background:0 0;border:none;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left;transition:background .3s ease}.faq-question:hover{background:rgba(102,126,234,.05)}.faq-question h3{font-size:1.2rem;font-weight:600;color:#333;margin:0;flex:1}.faq-icon{font-size:1.5rem;color:#ff6b6b;font-weight:300;transition:transform .3s ease;margin-left:1rem;flex-shrink:0}.faq-question[aria-expanded=true] .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-answer.active{max-height:500px;padding:0 1.5rem 1rem}.faq-answer p{color:#666;line-height:1.8;margin:0}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px, 1fr));gap:2rem;margin-top:3rem}@media (max-width:768px){.navbar{background:rgba(0,0,0,.98);z-index:9999}.nav-container{padding:0 20px}.hero,.page-hero{height:500px;min-height:500px;padding-top:70px}.nav-menu{position:fixed;top:70px;left:-100%;width:100%;height:calc(100vh - 70px);background:rgba(0,0,0,.98);flex-direction:column;justify-content:flex-start;align-items:center;padding-top:2rem;transition:left .3s ease;z-index:9998;display:flex}.nav-menu.active{left:0}.nav-toggle{display:flex !important;z-index:10000}.nav-toggle.active .bar:nth-child(2){opacity:0}.nav-toggle.active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hero-title{font-size:2.5rem;line-height:1.2;margin-bottom:1rem;animation:none !important;opacity:1 !important;transform:none !important}.hero-subtitle{font-size:1.1rem;line-height:1.4;margin-bottom:1.5rem}.hero-badge a{font-size:.85rem;padding:.5rem 1.2rem}.hero-buttons{flex-direction:column;align-items:center;gap:1rem;width:100%;padding:0 1rem}.btn-primary,.btn-secondary{width:100%;max-width:280px;padding:1rem 1.5rem;font-size:1rem}.section-header h2{font-size:2rem}.features-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.stat-number{font-size:2.5rem !important;display:block !important;animation:none !important;opacity:1 !important}.testimonial-carousel-section{padding:3rem 0}.carousel-container{height:500px !important;min-height:500px !important}.carousel-slide{position:absolute !important;width:100% !important;height:100% !important;opacity:0 !important;pointer-events:none !important}.carousel-slide.active{opacity:1 !important;pointer-events:auto !important;z-index:2 !important}.carousel-nav{width:44px !important;height:44px !important;background:rgba(255,255,255,.95) !important;z-index:10 !important}.testimonial-tabs{flex-direction:column;align-items:stretch;gap:.75rem;overflow-x:visible;padding:.5rem 1rem;max-width:400px;margin:2rem auto 0}.testimonial-tab{width:100%;justify-content:center;flex-shrink:1}.homepage-gallery{padding:2rem 0}.gallery-carousel{height:400px !important}.gallery-carousel-item{position:absolute !important;top:0 !important;left:0 !important;width:100% !important;height:100% !important;opacity:0 !important;display:block !important}.gallery-carousel-item.active{opacity:1 !important;z-index:2 !important}.gallery-carousel-item img{width:100% !important;height:100% !important;object-fit:contain !important}.carousel-btn{width:44px;height:44px;font-size:1rem;z-index:10;background:rgba(255,255,255,.95)}.carousel-prev{left:10px}.carousel-next{right:10px}.carousel-dots{bottom:10px;gap:8px}.lightbox-prev,.lightbox-next{width:40px;height:40px;font-size:1.2rem}.lightbox-prev{left:10px}.lightbox-next{right:10px}.lightbox-close{top:10px;right:10px;width:40px;height:40px}.lightbox-content img{max-height:75vh}.process-flow{flex-direction:column;gap:1rem}.process-arrow{transform:rotate(90deg);font-size:1.5rem;padding:.5rem 0}.process-arrow i{animation:pulse-arrow-vertical 2s ease-in-out infinite}@keyframes pulse-arrow-vertical{0%,100%{opacity:.5;transform:translateY(0)}50%{opacity:1;transform:translateY(5px)}}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px, 1fr))}.cta-buttons{flex-direction:column;align-items:center}.logo-scroller{gap:1rem}.logo-row.row-two{display:none}.homepage-images{padding:2rem 0}.homepage-image-item{aspect-ratio:4/3;border-radius:12px;border-width:2px}.homepage-image{aspect-ratio:4/3}.homepage-image-item:hover{transform:translateY(-5px) translateZ(0)}.track-left{animation-duration:45s}.map-container iframe{height:400px}.map-caption{font-size:.95rem;padding:0 1rem;margin-top:1.5rem}.locations-map-section{padding:3rem 0}.footer-content{grid-template-columns:1fr;text-align:center}.footer-logo{align-items:center}.footer-logo-img{max-width:100px}.footer-phone{justify-content:center}.footer-email{justify-content:center}.footer-social{justify-content:center}.story-content{grid-template-columns:1fr;text-align:center}.contact-content{grid-template-columns:1fr}.contact-info p{margin-bottom:.75rem}.mission-grid,.team-grid,.why-grid,.faq-grid{grid-template-columns:1fr}.why-item{flex-direction:column;text-align:center}.carousel-container{height:650px !important;min-height:650px !important}.slide-content{padding:3rem 2.5rem}.slide-content blockquote{font-size:1.15rem;padding:0 1rem}.carousel-nav{width:40px;height:40px}.carousel-nav.prev{left:10px}.carousel-nav.next{right:10px}.testimonial-tabs{flex-direction:column;align-items:stretch;gap:.75rem;margin:2rem auto 0;max-width:400px;overflow-x:visible;flex-wrap:nowrap}.testimonial-tab{width:100%;padding:.85rem 1.5rem;font-size:.95rem;flex-shrink:0;justify-content:center}.testimonial-tab i{font-size:.9rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-badge a{font-size:.8rem;padding:.45rem 1rem}.section-header h2{font-size:1.8rem}.homepage-images{padding:1.5rem 0}.homepage-images-grid{grid-template-columns:1fr !important;gap:1rem !important}.feature-card,.process-box{padding:1.5rem}.stat-number{font-size:2.5rem}.quote{font-size:1.2rem}.carousel-container{height:700px !important;min-height:700px !important}.slide-background{min-height:700px;padding:1.5rem 0}.slide-content{padding:2.5rem 1.5rem}.slide-content blockquote{font-size:1.05rem;padding:0 .75rem;margin-bottom:2rem}.slide-content blockquote:before{font-size:3rem;top:-.75rem;left:-.25rem}.author-info strong{font-size:1rem}.author-info span{font-size:.9rem}.category-badge{font-size:.8rem;padding:.4rem 1rem}.testimonial-tabs{flex-direction:column;align-items:stretch;gap:.75rem;margin:2rem auto 0;max-width:100%;overflow-x:visible;flex-wrap:nowrap}.testimonial-tab{width:100%;padding:.85rem 1.25rem;font-size:.9rem;flex-shrink:0;justify-content:center}.testimonial-tab i{font-size:.95rem}}.case-studies-section{padding:5rem 0;background:#fff}.case-study-category-filter{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:2rem 0 3rem;padding:0 1rem}.category-filter-btn{padding:.75rem 1.5rem;background:#f8f9fa;border:2px solid #e9ecef;border-radius:30px;color:#333;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;font-family:inherit}.category-filter-btn:hover{background:#667eea;border-color:#667eea;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.3)}.category-filter-btn.active{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#667eea;color:#fff;box-shadow:0 4px 12px rgba(102,126,234,.3)}.category-filter-btn.active:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(102,126,234,.4)}.case-studies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px, 1fr));gap:2.5rem;margin-top:3rem}.case-study-card.hidden{display:none}.case-study-card{background:#fff;border-radius:18px;border:1px solid #e9ecef;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.case-study-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.1)}.case-study-link{text-decoration:none;color:inherit;display:block;height:100%}.company-logo-img{width:100%;height:100%;object-fit:cover;border-radius:12px}.company-initial{font-size:1.5rem;font-weight:700;color:#fff}.read-more{display:inline-flex;align-items:center;gap:.5rem;color:#667eea;font-weight:600;font-size:.95rem;margin-top:1rem;transition:gap .3s ease}.case-study-card:hover .read-more{gap:.75rem}.no-case-studies{grid-column:1/-1;text-align:center;padding:3rem;background:#f8f9fa;border-radius:15px;color:#666}.case-study-header{padding:2rem;background:linear-gradient(135deg,rgba(102,126,234,.05) 0%,rgba(118,75,162,.05) 100%);display:flex;align-items:center;gap:1.25rem;border-bottom:1px solid #e9ecef}.company-logo{width:60px;height:60px;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;flex-shrink:0}.case-study-meta h3{font-size:1.4rem;font-weight:600;color:#333;margin-bottom:.5rem}.industry{color:#666;font-size:.9rem;margin:0}.case-study-content{padding:2rem}.case-study-content h4{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:1rem;margin-top:1.5rem}.case-study-content h4:first-of-type{margin-top:0}.case-study-content p{color:#666;line-height:1.8;margin-bottom:1.25rem}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px, 1fr));gap:1rem;margin:1.5rem 0}.result-item{text-align:center;padding:1.25rem;background:linear-gradient(135deg,rgba(102,126,234,.05) 0%,rgba(118,75,162,.05) 100%);border-radius:12px;border:1px solid rgba(102,126,234,.1)}.result-number{display:block;font-size:2.2rem;font-weight:800;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.result-label{font-size:.85rem;color:#666;line-height:1.4}.testimonial{background:#f8f9fa;padding:1.75rem;border-radius:12px;margin-top:1.5rem;border-left:4px solid #ff6b6b}.testimonial p{font-style:italic;color:#555;line-height:1.7;margin-bottom:1rem;font-size:1rem}.testimonial cite{display:block;margin-top:1rem;font-style:normal;font-weight:600;color:#333;font-size:.95rem}.results-summary{padding:5rem 0;background:linear-gradient(135deg,rgba(102,126,234,.05) 0%,rgba(118,75,162,.05) 100%)}.summary-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px, 1fr));gap:2rem;margin-top:3rem}.summary-stat{text-align:center;padding:2rem;background:#fff;border-radius:15px;border:1px solid #e9ecef;transition:transform .3s ease}.summary-stat:hover{transform:translateY(-5px)}.stat-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem}.stat-label{font-size:1rem;color:#666;font-weight:500}@media (max-width:768px){.case-studies-section{padding:3rem 0}.case-study-category-filter{gap:.75rem;padding:0 .5rem}.category-filter-btn{padding:.65rem 1.25rem;font-size:.9rem}.case-studies-grid{grid-template-columns:1fr;gap:2rem}.case-study-header{padding:1.5rem}.case-study-content{padding:1.5rem}.results-grid{grid-template-columns:1fr}.summary-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-number{font-size:2.5rem}}@media (max-width:480px){.summary-stats{grid-template-columns:1fr}}.videos-section{padding:5rem 0;background:#fff}.videos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px, 1fr));gap:2.5rem;margin-top:3rem}.video-item{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.video-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;background:#000}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.video-info{padding:1.75rem}.video-info h3{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:.75rem}.video-info p{color:#666;line-height:1.7;font-size:.95rem;margin:0}@media (max-width:768px){.videos-section{padding:3rem 0}.videos-grid{grid-template-columns:1fr;gap:2rem}.video-info{padding:1.5rem}.video-info h3{font-size:1.2rem}}@media (max-width:480px){.videos-grid{gap:1.5rem}}.cities-page-intro.story-section,.cities-page-reassurance.story-section{padding:2.5rem 0}.cities-page-intro .story-text.cities-intro-text,.cities-page-reassurance .story-text.cities-reassurance-text{max-width:38rem;margin-left:auto;margin-right:auto}.cities-page-intro .story-text p:last-of-type{margin-bottom:0}.cities-page-reassurance .story-text .cta-lead-in{font-style:italic;color:#555;text-align:center}.cities-page-reassurance .story-text .cities-cta-button-wrap{text-align:center}.cities-page-reassurance .story-text .cities-secondary-link{text-align:center}.cities-section{padding:3rem 0 5rem;background:#fff}.cities-section .section-header{margin-bottom:1.5rem}.cities-section.cities-hub-section{background:#f8f9fa;padding:2.5rem 0 1.5rem !important}.cities-hub-section .section-header{margin-bottom:.75rem}.cities-hub-section .section-header h2{margin-bottom:0}.cities-hub-section .cities-hub-intro{text-align:center;max-width:38rem;margin:0 auto 1.5rem;color:#555;font-size:1.05rem;line-height:1.65}.cities-hub-section .cities-hub-pills{max-width:42rem;margin:0 auto}.cities-hub-section .cities-hub-outro{text-align:center;max-width:38rem;margin:2rem auto 0;color:#555;font-size:1.05rem;line-height:1.65}@media (max-width:768px){.cities-page-intro.story-section,.cities-page-reassurance.story-section{padding:1.75rem 0}.cities-section.cities-hub-section{padding:2rem 0 1.25rem !important}.cities-page-intro .story-text.cities-intro-text,.cities-page-reassurance .story-text.cities-reassurance-text{max-width:100%}}.cities-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem;justify-items:center;margin-top:.5rem;max-width:1200px;margin-left:auto;margin-right:auto}@media (min-width:1200px){.cities-grid{grid-template-columns:repeat(6,1fr);gap:1rem}}@media (max-width:1200px) and (min-width:768px){.cities-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.cities-grid{grid-template-columns:repeat(2,1fr);gap:.65rem}}.city-link{display:inline-block;padding:.65rem 1.25rem;background:#f8f9fa;color:#667eea;text-decoration:none;border-radius:25px;font-weight:500;font-size:.9rem;transition:all .3s ease;border:1px solid #e9ecef;white-space:nowrap}.city-link:hover{background:#667eea;color:#fff;border-color:#667eea;transform:translateY(-2px);box-shadow:0 5px 15px rgba(102,126,234,.3)}.cities-note{text-align:center;margin-top:2rem;color:#666;font-size:.95rem}.cities-note a{color:#667eea;text-decoration:none;font-weight:600}.cities-note a:hover{text-decoration:underline}.cities-hub-section .mt-cities-pills{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin:0;padding:0;list-style:none}.cities-hub-section .mt-cities-pill{display:inline-block;padding:.65rem 1.25rem;background:#f8f9fa;color:#667eea;text-decoration:none;border-radius:25px;font-weight:500;font-size:.9rem;transition:all .3s ease;border:1px solid #e9ecef;white-space:nowrap}.cities-hub-section .mt-cities-pill:hover{background:#667eea;color:#fff;border-color:#667eea;transform:translateY(-2px);box-shadow:0 5px 15px rgba(102,126,234,.3)}.story-text .cities-secondary-link{margin-top:1rem;font-size:.95rem}.story-text .cities-secondary-link a{color:#667eea;text-decoration:none;font-weight:600}.story-text .cities-secondary-link a:hover{text-decoration:underline}.city-content-section{padding:1.25rem 0 2.5rem;background:#fff}.city-content-wrapper{max-width:900px;margin:0 auto}.city-intro{margin-bottom:1.5rem}.city-intro h2{font-size:2rem;color:#333;margin-bottom:1.5rem}.city-la-rich-intro .city-lead{font-size:1.15rem;line-height:1.75}.city-key-facts{margin:1.75rem 0 2rem;padding:1.25rem 1.5rem;background:#f8f9fb;border-radius:12px;border:1px solid #e8eaef}.city-key-facts .city-key-facts-row{display:grid;grid-template-columns:minmax(7rem, 9rem) 1fr;gap:.35rem 1rem;padding:.5rem 0;border-bottom:1px solid #e4e7ed}.city-key-facts .city-key-facts-row:last-child{border-bottom:none}.city-key-facts dt{margin:0;font-weight:600;color:#444;font-size:.95rem}.city-key-facts dd{margin:0;color:#555;font-size:.95rem;line-height:1.55}.city-la-rich-intro h3{font-size:1.35rem;color:#333;margin:1.75rem 0 .75rem}.city-la-rich-intro .city-la-section p{font-size:1.1rem;line-height:1.8;color:#555;margin:0 0 1rem}.city-la-rich-intro .city-la-section p:last-child{margin-bottom:0}.city-la-where p{font-size:1.1rem;line-height:1.8;color:#555;margin:0 0 1rem}.city-la-where .city-la-where-lead{margin:1.25rem 0 .5rem}.city-la-where .city-la-areas-columns{display:grid;grid-template-columns:1fr 1fr;gap:0 1.75rem;margin:0 0 1.25rem;align-items:start}.city-la-where .city-la-areas{margin:0;padding:0 0 0 1.25rem;list-style:disc;color:#555;font-size:1.1rem;line-height:1.75}.city-la-where .city-la-areas li{margin-bottom:.35rem}@media (max-width:600px){.city-la-where .city-la-areas-columns{grid-template-columns:1fr;gap:.5rem 0}}.city-la-where p:last-child{margin-bottom:0}.city-la-activities p{font-size:1.1rem;line-height:1.8;color:#555;margin:0 0 1rem}.city-la-activities p:last-child{margin-bottom:0}.city-la-looked-like p{font-size:1.1rem;line-height:1.8;color:#555;margin:0 0 1rem}.city-la-looked-like p:last-child{margin-bottom:0}.city-la-why-teams p{font-size:1.1rem;line-height:1.8;color:#555;margin:0 0 1rem}.city-la-why-teams p:last-child{margin-bottom:0}.city-la-rich-intro h3.city-la-question{margin-top:2rem}.city-intro-content--after-la,.city-intro-content--after-sd,.city-intro-content--after-sf,.city-intro-content--after-atx,.city-intro-content--after-den{margin-top:.5rem;padding-top:.75rem;border-top:1px solid #eee}.city-intro p,.city-intro-content p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1.25rem}.city-intro p:last-child,.city-intro-content p:last-child{margin-bottom:0}.city-intro-cta{margin-bottom:1.5rem;text-align:center}.city-intro-cta .btn-primary{display:inline-block}.city-intro-cta .btn-primary.city-cta-btn--plan-la,.city-cta-box .city-cta-buttons .btn-primary.city-cta-btn--plan-la,.city-intro-cta .btn-primary.city-cta-btn--plan-sd,.city-cta-box .city-cta-buttons .btn-primary.city-cta-btn--plan-sd,.city-intro-cta .btn-primary.city-cta-btn--plan-sf,.city-cta-box .city-cta-buttons .btn-primary.city-cta-btn--plan-sf,.city-intro-cta .btn-primary.city-cta-btn--plan-atx,.city-cta-box .city-cta-buttons .btn-primary.city-cta-btn--plan-atx,.city-intro-cta .btn-primary.city-cta-btn--plan-den,.city-cta-box .city-cta-buttons .btn-primary.city-cta-btn--plan-den,.city-intro-cta .btn-primary.city-cta-btn--plan-bos,.city-cta-box .city-cta-buttons .btn-primary.city-cta-btn--plan-bos,.city-intro-cta .btn-primary.city-cta-btn--plan-chi,.city-cta-box .city-cta-buttons .btn-primary.city-cta-btn--plan-chi,.city-intro-cta .btn-primary.city-cta-btn--plan-lv,.city-cta-box .city-cta-buttons .btn-primary.city-cta-btn--plan-lv,.city-intro-cta .btn-primary.city-cta-btn--plan-nyc,.city-cta-box .city-cta-buttons .btn-primary.city-cta-btn--plan-nyc,.city-intro-cta .btn-primary.city-cta-btn--plan-phl,.city-cta-box .city-cta-buttons .btn-primary.city-cta-btn--plan-phl,.city-intro-cta .btn-primary.city-cta-btn--plan-sea,.city-cta-box .city-cta-buttons .btn-primary.city-cta-btn--plan-sea,.city-intro-cta .btn-primary.city-cta-btn--plan-yyz,.city-cta-box .city-cta-buttons .btn-primary.city-cta-btn--plan-yyz,.city-intro-cta .btn-primary.city-cta-btn--plan-yvr,.city-cta-box .city-cta-buttons .btn-primary.city-cta-btn--plan-yvr,.city-intro-cta .btn-primary.city-cta-btn--plan-wdc,.city-cta-box .city-cta-buttons .btn-primary.city-cta-btn--plan-wdc,.city-intro-cta .btn-primary.city-cta-btn--plan-atl,.city-cta-box .city-cta-buttons .btn-primary.city-cta-btn--plan-atl,.city-intro-cta .btn-primary.city-cta-btn--plan-phx,.city-cta-box .city-cta-buttons .btn-primary.city-cta-btn--plan-phx,.city-intro-cta .btn-primary.city-cta-btn--plan-pdx,.city-cta-box .city-cta-buttons .btn-primary.city-cta-btn--plan-pdx,.city-intro-cta .btn-primary.city-cta-btn--plan-msp,.city-cta-box .city-cta-buttons .btn-primary.city-cta-btn--plan-msp,.city-intro-cta .btn-primary.city-cta-btn--plan-dfw,.city-cta-box .city-cta-buttons .btn-primary.city-cta-btn--plan-dfw{text-align:center;padding:.75rem 1.25rem;max-width:26rem;line-height:1.3}.city-image-placeholder{margin:3rem 0;width:100%;display:flex;justify-content:center}.city-featured-image{width:50%;height:auto;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.1);display:block}.city-image-placeholder-box{width:50%;min-height:400px;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border:2px dashed #667eea;border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem;color:#667eea}.city-image-placeholder-box i{font-size:3rem;margin-bottom:1rem;opacity:.6}.city-image-placeholder-box p{font-size:1.2rem;font-weight:600;color:#333;margin:.5rem 0}.city-image-placeholder-box .placeholder-note{font-size:.9rem;color:#666;font-style:italic;margin-top:.5rem}.city-features{margin:3rem 0}.city-features h3{font-size:1.8rem;color:#333;margin-bottom:2rem;text-align:center}.city-features .features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem;align-items:stretch}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px, 1fr));gap:2rem;margin-top:2rem}.feature-item{text-align:center;padding:1.25rem;background:#f8f9fa;border-radius:15px;transition:transform .3s ease}.city-features .feature-item{display:flex;flex-direction:column;height:100%}.city-features .feature-item p{flex:1;margin-bottom:0;min-height:0}.feature-item:hover{transform:translateY(-5px)}.feature-item i{font-size:2.5rem;color:#667eea;margin-bottom:1rem}.feature-item h4{font-size:1.2rem;color:#333;margin-bottom:1rem}.feature-item p{color:#666;line-height:1.7;font-size:.95rem}.city-designed-for{margin:3rem 0}.city-designed-for h3{font-size:1.8rem;color:#333;margin-bottom:1.25rem}.city-designed-for p{color:#555;line-height:1.7;font-size:1rem;margin:0}.city-designed-for--la .city-designed-for-body,.city-designed-for--sd .city-designed-for-body,.city-designed-for--sf .city-designed-for-body,.city-designed-for--atx .city-designed-for-body,.city-designed-for--den .city-designed-for-body,.city-designed-for--bos .city-designed-for-body,.city-designed-for--chi .city-designed-for-body,.city-designed-for--lv .city-designed-for-body,.city-designed-for--nyc .city-designed-for-body,.city-designed-for--phl .city-designed-for-body,.city-designed-for--sea .city-designed-for-body,.city-designed-for--yyz .city-designed-for-body,.city-designed-for--yvr .city-designed-for-body,.city-designed-for--wdc .city-designed-for-body,.city-designed-for--atl .city-designed-for-body,.city-designed-for--phx .city-designed-for-body,.city-designed-for--pdx .city-designed-for-body,.city-designed-for--msp .city-designed-for-body,.city-designed-for--dfw .city-designed-for-body{font-size:1.1rem;line-height:1.8;color:#555}.city-designed-for--la .city-designed-for-body p,.city-designed-for--la .city-designed-for-body li,.city-designed-for--sd .city-designed-for-body p,.city-designed-for--sd .city-designed-for-body li,.city-designed-for--sf .city-designed-for-body p,.city-designed-for--sf .city-designed-for-body li,.city-designed-for--atx .city-designed-for-body p,.city-designed-for--atx .city-designed-for-body li,.city-designed-for--den .city-designed-for-body p,.city-designed-for--den .city-designed-for-body li,.city-designed-for--bos .city-designed-for-body p,.city-designed-for--bos .city-designed-for-body li,.city-designed-for--chi .city-designed-for-body p,.city-designed-for--chi .city-designed-for-body li,.city-designed-for--lv .city-designed-for-body p,.city-designed-for--lv .city-designed-for-body li,.city-designed-for--nyc .city-designed-for-body p,.city-designed-for--nyc .city-designed-for-body li,.city-designed-for--phl .city-designed-for-body p,.city-designed-for--phl .city-designed-for-body li,.city-designed-for--sea .city-designed-for-body p,.city-designed-for--sea .city-designed-for-body li,.city-designed-for--yyz .city-designed-for-body p,.city-designed-for--yyz .city-designed-for-body li,.city-designed-for--yvr .city-designed-for-body p,.city-designed-for--yvr .city-designed-for-body li,.city-designed-for--wdc .city-designed-for-body p,.city-designed-for--wdc .city-designed-for-body li,.city-designed-for--atl .city-designed-for-body p,.city-designed-for--atl .city-designed-for-body li,.city-designed-for--phx .city-designed-for-body p,.city-designed-for--phx .city-designed-for-body li,.city-designed-for--pdx .city-designed-for-body p,.city-designed-for--pdx .city-designed-for-body li,.city-designed-for--msp .city-designed-for-body p,.city-designed-for--msp .city-designed-for-body li,.city-designed-for--dfw .city-designed-for-body p,.city-designed-for--dfw .city-designed-for-body li{font-size:1.1rem;line-height:1.8;color:#555}.city-designed-for--la .city-designed-for-body p,.city-designed-for--sd .city-designed-for-body p,.city-designed-for--sf .city-designed-for-body p,.city-designed-for--atx .city-designed-for-body p,.city-designed-for--den .city-designed-for-body p,.city-designed-for--bos .city-designed-for-body p,.city-designed-for--chi .city-designed-for-body p,.city-designed-for--lv .city-designed-for-body p,.city-designed-for--nyc .city-designed-for-body p,.city-designed-for--phl .city-designed-for-body p,.city-designed-for--sea .city-designed-for-body p,.city-designed-for--yyz .city-designed-for-body p,.city-designed-for--yvr .city-designed-for-body p,.city-designed-for--wdc .city-designed-for-body p,.city-designed-for--atl .city-designed-for-body p,.city-designed-for--phx .city-designed-for-body p,.city-designed-for--pdx .city-designed-for-body p,.city-designed-for--msp .city-designed-for-body p,.city-designed-for--dfw .city-designed-for-body p{margin:0 0 1.25rem}.city-designed-for--la .city-designed-for-body p:last-child,.city-designed-for--sd .city-designed-for-body p:last-child,.city-designed-for--sf .city-designed-for-body p:last-child,.city-designed-for--atx .city-designed-for-body p:last-child,.city-designed-for--den .city-designed-for-body p:last-child,.city-designed-for--bos .city-designed-for-body p:last-child,.city-designed-for--chi .city-designed-for-body p:last-child,.city-designed-for--lv .city-designed-for-body p:last-child,.city-designed-for--nyc .city-designed-for-body p:last-child,.city-designed-for--phl .city-designed-for-body p:last-child,.city-designed-for--sea .city-designed-for-body p:last-child,.city-designed-for--yyz .city-designed-for-body p:last-child,.city-designed-for--yvr .city-designed-for-body p:last-child,.city-designed-for--wdc .city-designed-for-body p:last-child,.city-designed-for--atl .city-designed-for-body p:last-child,.city-designed-for--phx .city-designed-for-body p:last-child,.city-designed-for--pdx .city-designed-for-body p:last-child,.city-designed-for--msp .city-designed-for-body p:last-child,.city-designed-for--dfw .city-designed-for-body p:last-child{margin-bottom:0}.city-designed-for--la .city-designed-for-body li,.city-designed-for--sd .city-designed-for-body li,.city-designed-for--sf .city-designed-for-body li,.city-designed-for--atx .city-designed-for-body li,.city-designed-for--den .city-designed-for-body li,.city-designed-for--bos .city-designed-for-body li,.city-designed-for--chi .city-designed-for-body li,.city-designed-for--lv .city-designed-for-body li,.city-designed-for--nyc .city-designed-for-body li,.city-designed-for--phl .city-designed-for-body li,.city-designed-for--sea .city-designed-for-body li,.city-designed-for--yyz .city-designed-for-body li,.city-designed-for--yvr .city-designed-for-body li,.city-designed-for--wdc .city-designed-for-body li,.city-designed-for--atl .city-designed-for-body li,.city-designed-for--phx .city-designed-for-body li,.city-designed-for--pdx .city-designed-for-body li,.city-designed-for--msp .city-designed-for-body li,.city-designed-for--dfw .city-designed-for-body li{margin-bottom:.35rem}.city-designed-for--la .city-designed-for-body [class*=has-][class*=font-size],.city-designed-for--la .city-designed-for-body .has-medium-font-size,.city-designed-for--la .city-designed-for-body .has-small-font-size,.city-designed-for--la .city-designed-for-body .has-large-font-size,.city-designed-for--la .city-designed-for-body .has-x-large-font-size,.city-designed-for--sd .city-designed-for-body [class*=has-][class*=font-size],.city-designed-for--sd .city-designed-for-body .has-medium-font-size,.city-designed-for--sd .city-designed-for-body .has-small-font-size,.city-designed-for--sd .city-designed-for-body .has-large-font-size,.city-designed-for--sd .city-designed-for-body .has-x-large-font-size,.city-designed-for--sf .city-designed-for-body [class*=has-][class*=font-size],.city-designed-for--sf .city-designed-for-body .has-medium-font-size,.city-designed-for--sf .city-designed-for-body .has-small-font-size,.city-designed-for--sf .city-designed-for-body .has-large-font-size,.city-designed-for--sf .city-designed-for-body .has-x-large-font-size,.city-designed-for--atx .city-designed-for-body [class*=has-][class*=font-size],.city-designed-for--atx .city-designed-for-body .has-medium-font-size,.city-designed-for--atx .city-designed-for-body .has-small-font-size,.city-designed-for--atx .city-designed-for-body .has-large-font-size,.city-designed-for--atx .city-designed-for-body .has-x-large-font-size,.city-designed-for--den .city-designed-for-body [class*=has-][class*=font-size],.city-designed-for--den .city-designed-for-body .has-medium-font-size,.city-designed-for--den .city-designed-for-body .has-small-font-size,.city-designed-for--den .city-designed-for-body .has-large-font-size,.city-designed-for--den .city-designed-for-body .has-x-large-font-size,.city-designed-for--bos .city-designed-for-body [class*=has-][class*=font-size],.city-designed-for--bos .city-designed-for-body .has-medium-font-size,.city-designed-for--bos .city-designed-for-body .has-small-font-size,.city-designed-for--bos .city-designed-for-body .has-large-font-size,.city-designed-for--bos .city-designed-for-body .has-x-large-font-size,.city-designed-for--chi .city-designed-for-body [class*=has-][class*=font-size],.city-designed-for--chi .city-designed-for-body .has-medium-font-size,.city-designed-for--chi .city-designed-for-body .has-small-font-size,.city-designed-for--chi .city-designed-for-body .has-large-font-size,.city-designed-for--chi .city-designed-for-body .has-x-large-font-size,.city-designed-for--lv .city-designed-for-body [class*=has-][class*=font-size],.city-designed-for--lv .city-designed-for-body .has-medium-font-size,.city-designed-for--lv .city-designed-for-body .has-small-font-size,.city-designed-for--lv .city-designed-for-body .has-large-font-size,.city-designed-for--lv .city-designed-for-body .has-x-large-font-size,.city-designed-for--nyc .city-designed-for-body [class*=has-][class*=font-size],.city-designed-for--nyc .city-designed-for-body .has-medium-font-size,.city-designed-for--nyc .city-designed-for-body .has-small-font-size,.city-designed-for--nyc .city-designed-for-body .has-large-font-size,.city-designed-for--nyc .city-designed-for-body .has-x-large-font-size,.city-designed-for--phl .city-designed-for-body [class*=has-][class*=font-size],.city-designed-for--phl .city-designed-for-body .has-medium-font-size,.city-designed-for--phl .city-designed-for-body .has-small-font-size,.city-designed-for--phl .city-designed-for-body .has-large-font-size,.city-designed-for--phl .city-designed-for-body .has-x-large-font-size,.city-designed-for--sea .city-designed-for-body [class*=has-][class*=font-size],.city-designed-for--sea .city-designed-for-body .has-medium-font-size,.city-designed-for--sea .city-designed-for-body .has-small-font-size,.city-designed-for--sea .city-designed-for-body .has-large-font-size,.city-designed-for--sea .city-designed-for-body .has-x-large-font-size,.city-designed-for--yyz .city-designed-for-body [class*=has-][class*=font-size],.city-designed-for--yyz .city-designed-for-body .has-medium-font-size,.city-designed-for--yyz .city-designed-for-body .has-small-font-size,.city-designed-for--yyz .city-designed-for-body .has-large-font-size,.city-designed-for--yyz .city-designed-for-body .has-x-large-font-size,.city-designed-for--yvr .city-designed-for-body [class*=has-][class*=font-size],.city-designed-for--yvr .city-designed-for-body .has-medium-font-size,.city-designed-for--yvr .city-designed-for-body .has-small-font-size,.city-designed-for--yvr .city-designed-for-body .has-large-font-size,.city-designed-for--yvr .city-designed-for-body .has-x-large-font-size,.city-designed-for--wdc .city-designed-for-body [class*=has-][class*=font-size],.city-designed-for--wdc .city-designed-for-body .has-medium-font-size,.city-designed-for--wdc .city-designed-for-body .has-small-font-size,.city-designed-for--wdc .city-designed-for-body .has-large-font-size,.city-designed-for--wdc .city-designed-for-body .has-x-large-font-size,.city-designed-for--atl .city-designed-for-body [class*=has-][class*=font-size],.city-designed-for--atl .city-designed-for-body .has-medium-font-size,.city-designed-for--atl .city-designed-for-body .has-small-font-size,.city-designed-for--atl .city-designed-for-body .has-large-font-size,.city-designed-for--atl .city-designed-for-body .has-x-large-font-size,.city-designed-for--phx .city-designed-for-body [class*=has-][class*=font-size],.city-designed-for--phx .city-designed-for-body .has-medium-font-size,.city-designed-for--phx .city-designed-for-body .has-small-font-size,.city-designed-for--phx .city-designed-for-body .has-large-font-size,.city-designed-for--phx .city-designed-for-body .has-x-large-font-size,.city-designed-for--pdx .city-designed-for-body [class*=has-][class*=font-size],.city-designed-for--pdx .city-designed-for-body .has-medium-font-size,.city-designed-for--pdx .city-designed-for-body .has-small-font-size,.city-designed-for--pdx .city-designed-for-body .has-large-font-size,.city-designed-for--pdx .city-designed-for-body .has-x-large-font-size,.city-designed-for--msp .city-designed-for-body [class*=has-][class*=font-size],.city-designed-for--msp .city-designed-for-body .has-medium-font-size,.city-designed-for--msp .city-designed-for-body .has-small-font-size,.city-designed-for--msp .city-designed-for-body .has-large-font-size,.city-designed-for--msp .city-designed-for-body .has-x-large-font-size,.city-designed-for--dfw .city-designed-for-body [class*=has-][class*=font-size],.city-designed-for--dfw .city-designed-for-body .has-medium-font-size,.city-designed-for--dfw .city-designed-for-body .has-small-font-size,.city-designed-for--dfw .city-designed-for-body .has-large-font-size,.city-designed-for--dfw .city-designed-for-body .has-x-large-font-size{font-size:1.1rem !important;line-height:1.8 !important}.city-designed-for--la h3,.city-designed-for--sd h3,.city-designed-for--sf h3,.city-designed-for--atx h3,.city-designed-for--den h3,.city-designed-for--bos h3,.city-designed-for--chi h3,.city-designed-for--lv h3,.city-designed-for--nyc h3,.city-designed-for--phl h3,.city-designed-for--sea h3,.city-designed-for--yyz h3,.city-designed-for--yvr h3,.city-designed-for--wdc h3,.city-designed-for--atl h3,.city-designed-for--phx h3,.city-designed-for--pdx h3,.city-designed-for--msp h3,.city-designed-for--dfw h3{font-size:1.35rem;line-height:1.3;margin-bottom:.75rem}.city-designed-for--la a,.city-designed-for--sd a,.city-designed-for--sf a,.city-designed-for--atx a,.city-designed-for--den a,.city-designed-for--bos a,.city-designed-for--chi a,.city-designed-for--lv a,.city-designed-for--nyc a,.city-designed-for--phl a,.city-designed-for--sea a,.city-designed-for--yyz a,.city-designed-for--yvr a,.city-designed-for--wdc a,.city-designed-for--atl a,.city-designed-for--phx a,.city-designed-for--pdx a,.city-designed-for--msp a,.city-designed-for--dfw a{color:#667eea;text-decoration:underline}.city-services{margin:3rem 0;padding:2.5rem;background:linear-gradient(135deg,rgba(102,126,234,.05) 0%,rgba(118,75,162,.05) 100%);border-radius:15px}.city-services h3{font-size:1.8rem;color:#333;margin-bottom:1.5rem}.services-list{list-style:none;padding:0}.services-list li{padding:1rem 0;border-bottom:1px solid rgba(102,126,234,.1);color:#555;line-height:1.7}.services-list li:last-child{border-bottom:none}.services-list strong{color:#667eea}.city-custom-content{margin:3rem 0;line-height:1.8;color:#555}.city-cta-box{margin-top:3rem;padding:2.5rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:15px;text-align:center;color:#fff}.city-cta-box h3{font-size:1.8rem;color:#fff;margin-bottom:1rem}.city-cta-box p{font-size:1.1rem;color:rgba(255,255,255,.9);margin-bottom:2rem}.city-cta-body{margin-bottom:1.5rem}.city-cta-buttons{margin-top:1rem}.city-content-below-cta{margin-top:3rem;padding-top:2rem}.city-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.related-cities{padding:3rem 0;background:#f8f9fa}.related-cities h3{text-align:center;font-size:1.5rem;color:#333;margin-bottom:2rem}.related-cities .cities-grid{display:grid;grid-template-columns:repeat(6,1fr);justify-items:center;gap:.75rem;max-width:1200px;margin-left:auto;margin-right:auto}@media (min-width:1200px){.related-cities .cities-grid{gap:1rem}}@media (max-width:1200px) and (min-width:768px){.related-cities .cities-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.related-cities .cities-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.cities-section{padding:3rem 0}.cities-grid{gap:.75rem}.city-link{padding:.65rem 1.25rem;font-size:.9rem}.city-content-section{padding:1rem 0 2rem}.city-intro h2{font-size:1.75rem}.city-image-placeholder{margin:2rem 0}.city-featured-image{width:90%}.city-image-placeholder-box{width:90%;min-height:300px;padding:2rem}.city-image-placeholder-box i{font-size:2rem}.city-image-placeholder-box p{font-size:1rem}.city-features .features-grid{grid-template-columns:1fr;gap:1.5rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.city-services{padding:2rem}.city-cta-box{padding:2rem}.city-cta-buttons{flex-direction:column;align-items:center}.city-cta-buttons .btn-primary,.city-cta-buttons .btn-secondary{width:100%;max-width:300px}}.case-study-back-button,.city-back-button{padding:.75rem 0;background:#fff;border-bottom:1px solid #e9ecef}.btn-back{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#f8f9fa;color:#667eea;text-decoration:none;border-radius:8px;font-weight:600;font-size:.95rem;transition:all .3s ease;border:1px solid #e9ecef}.btn-back:hover{background:#667eea;color:#fff;border-color:#667eea;transform:translateX(-3px)}.btn-back i{font-size:.9rem}.case-study-single{padding:4rem 0;background:#fff}.case-study-content-wrapper{max-width:900px;margin:0 auto}.case-study-featured-image{margin:0 auto 2rem auto;max-width:200px;border-radius:18px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);text-align:center}.case-study-image{width:100%;height:auto;display:block;max-width:200px;margin:0 auto}.case-study-meta-info{margin-bottom:2rem}.case-study-meta-badges{display:flex;flex-wrap:wrap;gap:.75rem}.meta-badge{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,rgba(102,126,234,.1) 0%,rgba(118,75,162,.1) 100%);border:1px solid rgba(102,126,234,.2);border-radius:20px;font-size:.9rem;color:#667eea;font-weight:500}.case-study-main-content{line-height:1.8}.case-study-body{font-size:1.05rem;color:#555}.case-study-body h2,.case-study-body h3,.case-study-body h4{color:#333;margin-top:2rem;margin-bottom:1rem}.case-study-body h2{font-size:1.8rem}.case-study-body h3{font-size:1.5rem}.case-study-body h4{font-size:1.3rem}.case-study-body p{margin-bottom:1.25rem}.case-study-body ul,.case-study-body ol{margin-bottom:1.25rem;padding-left:2rem}.case-study-body li{margin-bottom:.5rem}.case-study-summary{margin:2rem 0}.case-study-summary h2{font-size:1.8rem;color:#333;margin-top:2rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #667eea}.case-study-summary h2:first-child{margin-top:0}.case-study-summary p{font-size:1.05rem;line-height:1.8;color:#555;margin-bottom:1.5rem}.case-study-slides-embed{margin:2rem 0;width:100%;max-width:100%}.case-study-slides-embed iframe{width:100%;height:600px;border:0;border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.1);display:block}.case-study-slides-caption{text-align:center;color:#666;font-size:.9em;margin-top:.5rem;font-style:italic}.case-study-metrics{margin:2rem 0;padding:2rem;background:#f8f9fa;border-radius:10px}.case-study-metrics h2{font-size:1.8rem;color:#333;margin-bottom:1.5rem}.metrics-grid{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px, 1fr));gap:1.5rem;margin-top:1rem}.metric-item{padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.05);text-align:center;transition:transform .3s ease,box-shadow .3s ease}.metric-item:hover{transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.metric-number{font-size:2.5rem;color:#667eea;display:block;font-weight:700;margin-bottom:.5rem}.metric-label{color:#666;font-size:.95rem;line-height:1.4}.case-study-testimonial{margin:2rem 0;padding:2rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-left:4px solid #fff;border-radius:10px;box-shadow:0 5px 20px rgba(102,126,234,.3);font-style:italic}.case-study-testimonial p{font-size:1.2em;line-height:1.6;margin:0 0 1rem}.case-study-testimonial cite{display:block;font-size:1em;font-weight:600;font-style:normal;margin-top:1rem;border-top:1px solid rgba(255,255,255,.3);padding-top:1rem}.case-study-tags{margin:2rem 0;padding:1.5rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #667eea}.case-study-tags p{margin:0;font-size:.95em;line-height:1.8;color:#333}.case-study-services{margin-top:.5rem;font-size:.9em;color:#666}.case-study-additional-content{margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0}.case-study-additional-content h3{font-size:1.5rem;color:#333;margin-top:2rem;margin-bottom:1rem}.case-study-additional-content h3:first-child{margin-top:0}.case-study-additional-content p{font-size:1.05rem;line-height:1.8;color:#555;margin-bottom:1.25rem}@media (max-width:768px){.case-study-slides-embed iframe{height:400px}}@media (max-width:480px){.case-study-slides-embed iframe{height:300px}}.case-study-navigation{padding:3rem 0;background:#f8f9fa;border-top:1px solid #e9ecef}.case-study-nav-wrapper{display:flex;justify-content:space-between;align-items:center;gap:1rem;max-width:900px;margin:0 auto}.case-study-nav-link{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#fff;border-radius:12px;text-decoration:none;color:#333;border:1px solid #e9ecef;transition:all .3s ease;flex:1}.case-study-nav-link.prev{justify-content:flex-start}.case-study-nav-link.back{justify-content:center;flex:0 0 auto}.case-study-nav-link.next{justify-content:flex-end;flex-direction:row-reverse}.case-study-nav-link:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.1);border-color:#667eea}.case-study-nav-link span{font-size:.85rem;color:#666;display:block}.case-study-nav-link strong{font-size:1rem;color:#333;display:block;margin-top:.25rem}.case-study-nav-link i{color:#667eea}@media (max-width:768px){.case-study-back-button,.city-back-button{padding:.5rem 0}.btn-back{padding:.65rem 1.25rem;font-size:.9rem}.case-study-single{padding:3rem 0}.case-study-featured-image{max-width:150px;margin-bottom:1.5rem}.case-study-nav-wrapper{flex-direction:column}.case-study-nav-link{width:100%;justify-content:center !important;flex-direction:row !important}.case-study-nav-link.next{flex-direction:row !important}.case-study-summary h2{font-size:1.5rem}.case-study-metrics{padding:1.5rem}.case-study-metrics h2{font-size:1.5rem}.metrics-grid{grid-template-columns:1fr;gap:1rem}.metric-number{font-size:2rem}.case-study-testimonial{padding:1.5rem}.case-study-testimonial p{font-size:1.1em}.case-study-tags{padding:1rem}.case-study-tags p{font-size:.9em}.case-study-additional-content h3{font-size:1.3rem}}.virtual-overview{padding:5rem 0;background:#fff}.virtual-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px, 1fr));gap:2rem;margin-top:3rem}.virtual-feature{text-align:center;padding:2rem;background:#f8f9fa;border-radius:15px;transition:transform .3s ease,box-shadow .3s ease}.virtual-feature:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.virtual-feature .feature-icon{width:80px;height:80px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:#fff}.virtual-feature h3{font-size:1.3rem;color:#333;margin-bottom:1rem;font-weight:600}.virtual-feature p{color:#666;line-height:1.7;font-size:.95rem}.virtual-games-catalog{padding:5rem 0;background:#f8f9fa}.games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px, 1fr));gap:2.5rem;margin-top:3rem}.game-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.game-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.game-image{width:100%;height:200px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center}.game-image .image-placeholder{text-align:center;color:#fff}.game-image .image-placeholder i{font-size:4rem;opacity:.8}.game-content{padding:2rem}.game-content h3{font-size:1.5rem;color:#333;margin-bottom:.75rem;font-weight:600}.game-duration{color:#667eea;font-weight:600;font-size:.95rem;margin-bottom:1rem}.game-description{color:#666;line-height:1.7;margin-bottom:1.5rem;font-size:.95rem}.game-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.feature-tag{display:inline-block;padding:.4rem .9rem;background:#f0f0f0;color:#667eea;border-radius:20px;font-size:.85rem;font-weight:500}.game-difficulty{display:flex;align-items:center;gap:.75rem}.difficulty-label{font-size:.9rem;color:#666;font-weight:500}.difficulty-stars{display:flex;gap:.25rem}.difficulty-stars i{color:gold;font-size:1rem}.difficulty-stars .far{color:#ddd}.virtual-benefits{padding:2.5rem 0;background:#fff}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px, 1fr));gap:2.5rem;margin-top:3rem}.benefit-item{text-align:center;padding:2rem}.benefit-icon{width:80px;height:80px;background:linear-gradient(135deg,#ff6b6b 0%,#ff8e8e 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:#fff}.benefit-item h3{font-size:1.3rem;color:#333;margin-bottom:1rem;font-weight:600}.benefit-item p{color:#666;line-height:1.7;font-size:.95rem}.technical-requirements{padding:2.5rem 0;background:#f8f9fa}.requirements-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:3rem}.requirements-text h2{font-size:2rem;color:#333;margin-bottom:1rem}.requirements-text>p{font-size:1.1rem;color:#666;margin-bottom:2rem}.requirements-list{display:flex;flex-direction:column;gap:1.5rem}.requirement-item{display:flex;gap:1.5rem;align-items:flex-start}.requirement-item i{color:#667eea;font-size:1.5rem;margin-top:.25rem;flex-shrink:0}.requirement-item h3{font-size:1.2rem;color:#333;margin-bottom:.5rem;font-weight:600}.requirement-item p{color:#666;line-height:1.7;font-size:.95rem}.requirements-image{display:flex;align-items:center;justify-content:center}.requirements-img{width:100%;height:auto;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.1);display:block}.requirements-image .image-placeholder{width:100%;min-height:400px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;padding:3rem}.requirements-image .image-placeholder i{font-size:5rem;margin-bottom:1rem;opacity:.9}.requirements-image .image-placeholder p{font-size:1.2rem;font-weight:600}.virtual-faq{padding:5rem 0;background:#f8f9fa}.faq-list{max-width:800px;margin:3rem auto 0}.faq-item{background:#fff;border-radius:10px;padding:1.25rem 1.5rem;margin-bottom:.15rem;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:box-shadow .3s ease}.faq-item:hover{box-shadow:0 5px 20px rgba(0,0,0,.1)}.faq-item h3{font-size:1.3rem;color:#333;margin-bottom:1rem;font-weight:600;line-height:1.4}.faq-item p{color:#666;line-height:1.7;font-size:1rem;margin:0}.virtual-pricing{padding:5rem 0;background:#fff}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px, 1fr));gap:2.5rem;margin-top:3rem}.pricing-card{background:#fff;border:2px solid #e9ecef;border-radius:18px;padding:2.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;position:relative}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1);border-color:#667eea}.pricing-card.featured{border-color:#667eea;border-width:3px;box-shadow:0 10px 30px rgba(102,126,234,.2)}.featured-badge{position:absolute;top:-15px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#ff6b6b 0%,#ff8e8e 100%);color:#fff;padding:.5rem 1.5rem;border-radius:25px;font-size:.85rem;font-weight:600}.pricing-card h3{font-size:1.5rem;color:#333;margin-bottom:1.5rem;font-weight:600}.price{font-size:3rem;font-weight:800;color:#667eea;margin-bottom:2rem;line-height:1}.price span{font-size:1.2rem;font-weight:400;color:#666}.game-names{margin:1.5rem 0;padding:1rem;background:#f8f9fa;border-radius:10px;text-align:left}.game-names p{margin:.5rem 0;font-size:.95rem;color:#666;line-height:1.6}.game-names p:first-child{margin-top:0}.game-names p:last-child{margin-bottom:0}.game-names strong{color:#333;font-weight:600}.pricing-card ul{list-style:none;padding:0;margin:0 0 2rem;text-align:left}.pricing-card ul li{padding:.75rem 0;color:#666;border-bottom:1px solid #f0f0f0;position:relative;padding-left:1.5rem}.pricing-card ul li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:600}.pricing-card ul li:last-child{border-bottom:none}.pricing-card .btn-primary,.pricing-card .btn-secondary{width:100%;margin-top:1rem}@media (max-width:768px){.virtual-features{grid-template-columns:1fr;gap:1.5rem}.games-grid{grid-template-columns:1fr;gap:2rem}.benefits-grid{grid-template-columns:1fr;gap:2rem}.requirements-content{grid-template-columns:1fr;gap:2rem}.requirements-image .image-placeholder{min-height:300px}.pricing-grid{grid-template-columns:1fr;gap:2rem}.game-content{padding:1.5rem}.pricing-card{padding:2rem}.virtual-faq{padding:3rem 0}.faq-item{padding:1.5rem}.faq-item h3{font-size:1.1rem}}