*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#1e40af;--primary-dark:#1e3a8a;--secondary-color:#f59e0b;--secondary-dark:#d97706;--text-dark:#1f2937;--text-light:#6b7280;--bg-light:#f9fafb;--bg-gray:#f3f4f6;--border-color:#e5e7eb;--white:#ffffff;--shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;line-height:1.6;color:var(--text-dark);background:var(--white);font-size:16px;overflow-x:hidden}img{max-width:100%;height:auto;display:block}.container{width:90%;max-width:1200px;margin:0 auto;padding:0 20px}header{background:var(--white);box-shadow:var(--shadow);position:sticky;top:0;z-index:1000;transition:all 0.3s ease}header.scrolled{box-shadow:var(--shadow-lg)}header .container{display:flex;align-items:center;justify-content:space-between;padding:1rem 20px;position:relative}.logo h1{font-size:1.5rem;font-weight:700;color:var(--primary-color);margin:0}nav{display:flex;align-items:center;gap:2rem}nav a{color:var(--text-dark);text-decoration:none;font-weight:500;transition:color 0.3s ease;position:relative}nav a:hover{color:var(--primary-color)}nav a::after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-color);transition:width 0.3s ease}nav a:hover::after{width:100%}.btn-nav{background:var(--primary-color);color:var(--white) !important;padding:0.5rem 1.5rem;border-radius:6px;transition:all 0.3s ease}.btn-nav:hover{background:var(--primary-dark);transform:translateY(-2px)}.btn-nav::after{display:none}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.mobile-menu-toggle span{width:25px;height:3px;background:var(--text-dark);border-radius:2px;transition:all 0.3s ease}.hero{position:relative;min-height:100vh;max-height:100vh;display:flex;align-items:center;justify-content:center;color:var(--white);text-align:center;padding:20px;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.hero-image-blur{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url('img/expreso.webp');background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(3px) brightness(0.95);transform:scale(1);transition:transform 0.3s ease;will-change:transform}@media (hover:hover) and (pointer:fine){.hero:hover .hero-image-blur{transform:scale(1.02)}}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient( 135deg,rgba(30,64,175,0.45) 0%,rgba(30,58,138,0.40) 50%,rgba(30,64,175,0.45) 100% );z-index:1;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px)}@supports not (backdrop-filter:blur(1px)){.hero-overlay{background:linear-gradient( 135deg,rgba(30,64,175,0.55) 0%,rgba(30,58,138,0.50) 50%,rgba(30,64,175,0.55) 100% )}}.hero-content{position:relative;z-index:2;max-width:800px;animation:fadeInUp 0.8s ease;text-shadow:0 2px 10px rgba(0,0,0,0.3);margin:0 auto}.hero-title{font-size:2.5rem;font-weight:800;margin-bottom:0.75rem;line-height:1.2;color:var(--white);text-shadow:0 3px 15px rgba(0,0,0,0.7),0 2px 6px rgba(0,0,0,0.5),0 0 30px rgba(0,0,0,0.3);position:relative}.hero-subtitle{font-size:1.125rem;margin-bottom:1rem;opacity:1;line-height:1.5;text-shadow:0 3px 15px rgba(0,0,0,0.7),0 2px 6px rgba(0,0,0,0.5),0 0 30px rgba(0,0,0,0.3);color:var(--white);font-weight:500;max-width:700px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1rem}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;gap:0.5rem;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all 0.3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:var(--secondary-color);color:var(--white);box-shadow:var(--shadow-lg)}.btn-primary:hover{background:var(--secondary-dark);transform:translateY(-2px);box-shadow:0 20px 25px -5px rgba(0,0,0,0.1)}.btn-secondary{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-secondary:hover{background:var(--white);color:var(--primary-color)}.btn-submit{width:100%;justify-content:center;margin-top:1rem}.features{padding:80px 0;background:var(--white)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.feature-card{text-align:center;padding:2rem;border-radius:12px;transition:all 0.3s ease;background:var(--white);border:1px solid var(--border-color)}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:0.5rem;color:var(--text-dark)}.feature-card p{color:var(--text-light);font-size:0.95rem}.section{padding:80px 0}.section.gray{background:var(--bg-gray)}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:var(--text-light);max-width:600px;margin:0 auto}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;text-align:left}.lead{font-size:1.25rem;font-weight:500;color:var(--primary-color);margin-bottom:1rem}.about-text p{color:var(--text-light);margin-bottom:1.5rem;line-height:1.8}.about-list{list-style:none;margin-top:1.5rem}.about-list li{padding:0.75rem 0;color:var(--text-dark);font-size:1.05rem}.about-image{border-radius:12px;overflow:hidden;box-shadow:var(--shadow-lg)}.about-image img{width:100%;height:auto;max-height:500px;object-fit:cover;transition:transform 0.3s ease;border-radius:12px}.about-image:hover img{transform:scale(1.05)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.service-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:all 0.3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.service-image{width:100%;height:250px;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease;display:block}.service-card:hover .service-image img{transform:scale(1)}.service-content{padding:2rem}.service-content h3{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.service-content>p{color:var(--text-light);margin-bottom:1.5rem;line-height:1.7}.service-features{list-style:none;padding:0}.service-features li{padding:0.5rem 0;padding-left:1.5rem;position:relative;color:var(--text-dark)}.service-features li::before{content:'✓';position:absolute;left:0;color:var(--secondary-color);font-weight:bold}.locations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:3rem}.location-card{background:var(--white);border-radius:12px;padding:2rem;box-shadow:var(--shadow);transition:all 0.3s ease}.location-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.location-header{margin-bottom:1.5rem}.location-header h3{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:0.5rem}.location-address{color:var(--text-light);font-size:0.95rem}.location-map{margin-bottom:1.5rem;border-radius:8px;overflow:hidden;position:relative;width:100%}.location-map iframe{width:100%;border:none;display:block}.location-info{padding-top:1rem;border-top:1px solid var(--border-color)}.location-info p{margin:0.5rem 0;color:var(--text-dark)}.reviews-carousel-wrapper{position:relative;max-width:800px;margin:3rem auto}.reviews-carousel{overflow:hidden;position:relative;min-height:350px}.reviews-track{position:relative;width:100%;min-height:350px}.reviews-track .review-card{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;transform:scale(0.95);transition:opacity 0.5s ease,transform 0.5s ease,visibility 0.5s ease;pointer-events:none;z-index:1}.reviews-track .review-card.active{opacity:1;visibility:visible;transform:scale(1);pointer-events:all;z-index:2}.review-card{background:var(--white);border:1px solid var(--border-color);border-radius:12px;padding:2rem;box-shadow:var(--shadow);transition:all 0.3s ease;position:relative}.review-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.review-card.active:hover{transform:translateY(-5px) scale(1)}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.review-author{display:flex;align-items:center;gap:1rem;flex:1}.review-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.125rem;flex-shrink:0}.review-author h4{font-size:1.125rem;font-weight:600;color:var(--text-dark);margin:0 0 0.25rem 0}.review-location{font-size:0.875rem;color:var(--text-light);margin:0}.review-rating{display:flex;align-items:center;flex-shrink:0}.star-number{color:#fbbf24;font-size:1.125rem;font-weight:600;display:flex;align-items:center;gap:0.25rem}.review-text{color:var(--text-dark);line-height:1.7;margin-bottom:0.75rem;font-size:0.95rem;display:block}.review-text-short{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;line-clamp:4;line-height:1.7;overflow:hidden;max-height:calc(1.7em * 4)}.review-text-full{display:none;line-height:1.7}.review-card.expanded .review-text-short{display:none}.review-card.expanded .review-text-full{display:block}.review-toggle{background:none;border:none;color:var(--primary-color);font-weight:600;font-size:0.875rem;cursor:pointer;padding:0;margin-bottom:1rem;text-decoration:underline;transition:color 0.3s ease;display:inline-block}.review-toggle:hover{color:var(--primary-dark)}.review-date{font-size:0.875rem;color:var(--text-light);margin:0;font-style:italic}.reviews-summary{margin-top:4rem;padding-top:3rem;border-top:2px solid var(--border-color)}.reviews-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.stat-item{padding:1.5rem}.stat-number{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:0.5rem}.stat-label{font-size:0.95rem;color:var(--text-light);margin-bottom:0.5rem}.stat-stars{color:#fbbf24;font-size:1.5rem;letter-spacing:3px}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:var(--primary-color);color:var(--white);border:none;width:50px;height:50px;border-radius:50%;font-size:2rem;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;box-shadow:var(--shadow)}.carousel-btn:hover{background:var(--primary-dark);transform:translateY(-50%) scale(1.1)}.carousel-btn:active{transform:translateY(-50%) scale(0.95)}.carousel-btn-prev{left:-25px}.carousel-btn-next{right:-25px}.carousel-dots{display:flex;justify-content:center;gap:0.75rem;margin-top:2rem}.carousel-dot{width:12px;height:12px;border-radius:50%;border:2px solid var(--primary-color);background:transparent;cursor:pointer;transition:all 0.3s ease;padding:0}.carousel-dot:hover{background:var(--primary-color);opacity:0.7}.carousel-dot.active{background:var(--primary-color);width:32px;border-radius:6px}.contact-wrapper{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;margin-top:3rem}.contact-form{background:var(--white);padding:2.5rem;border-radius:12px;box-shadow:var(--shadow)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:0.5rem;font-weight:500;color:var(--text-dark)}.form-group input,.form-group textarea{width:100%;padding:0.875rem;border:2px solid var(--border-color);border-radius:8px;font-size:1rem;font-family:inherit;transition:all 0.3s ease;background:var(--white)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(30,64,175,0.1)}.contact-info{display:grid;gap:1.5rem}.contact-card{background:var(--white);padding:2rem;border-radius:12px;box-shadow:var(--shadow);text-align:center;transition:all 0.3s ease}.contact-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.contact-icon{font-size:2.5rem;margin-bottom:1rem}.contact-card h3{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:0.75rem}.contact-card p{color:var(--text-light);margin:0.25rem 0;font-size:0.95rem}footer{background:var(--text-dark);color:var(--white);padding:3rem 0 1.5rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:var(--white)}.footer-section p{color:rgba(255,255,255,0.8);line-height:1.8;margin-bottom:0.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:0.5rem}.footer-section ul li a{color:rgba(255,255,255,0.8);text-decoration:none;transition:color 0.3s ease}.footer-section ul li a:hover{color:var(--white)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.1);color:rgba(255,255,255,0.6)}.hidden{display:none}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.container{max-width:100%;padding:0 30px}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.125rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.locations-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.about-content{gap:3rem}.contact-wrapper{gap:3rem}}@media (max-width:768px){.mobile-menu-toggle{display:flex}nav{position:absolute;top:100%;left:0;right:0;background:var(--white);flex-direction:column;padding:1.5rem;box-shadow:var(--shadow-lg);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all 0.3s ease;gap:1rem}nav.active{transform:translateY(0);opacity:1;visibility:visible}nav a{padding:0.75rem 0;border-bottom:1px solid var(--border-color);width:100%}nav a:last-child{border-bottom:none}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.container{padding:0 20px}.section{padding:60px 0}.hero{min-height:100vh;max-height:100vh;padding:60px 20px}.carousel-btn-prev{left:10px}.carousel-btn-next{right:10px}.hero-image-blur{filter:blur(4px) brightness(0.9);transform:scale(1)}.hero-overlay{background:linear-gradient( 135deg,rgba(30,64,175,0.50) 0%,rgba(30,58,138,0.45) 50%,rgba(30,64,175,0.50) 100% )}.hero-title{font-size:2.5rem;line-height:1.2;text-shadow:0 4px 25px rgba(0,0,0,0.9),0 2px 10px rgba(0,0,0,0.7),0 0 50px rgba(0,0,0,0.5)}.hero-subtitle{font-size:1.125rem;margin-bottom:2rem;text-shadow:0 3px 20px rgba(0,0,0,0.8),0 2px 8px rgba(0,0,0,0.6),0 0 40px rgba(0,0,0,0.4)}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn-primary,.hero-buttons .btn-secondary{width:100%;justify-content:center}.section-header{margin-bottom:3rem}.section-header h2{font-size:2rem}.section-subtitle{font-size:1rem}.about-content{grid-template-columns:1fr;gap:2rem}.about-text h2{text-align:center;font-size:2rem}.about-text .lead{font-size:1.125rem;text-align:center}.about-text p{text-align:center}.about-list{text-align:left}.about-image{max-height:400px}.services-grid{grid-template-columns:1fr;gap:2rem}.reviews-carousel-wrapper{margin:2rem auto;padding:0 60px;max-width:100%}.carousel-btn{width:45px;height:45px;font-size:1.75rem}.review-card{padding:1.5rem}.reviews-stats{grid-template-columns:1fr;gap:1.5rem}.service-image{height:220px}.reviews-grid{grid-template-columns:1fr}.locations-grid{grid-template-columns:1fr;gap:2rem}.location-card{padding:1.5rem}.location-map iframe{height:220px}.contact-wrapper{grid-template-columns:1fr;gap:2rem}.contact-form{padding:2rem}.contact-info{grid-template-columns:repeat(2,1fr);gap:1rem}.contact-card{padding:1.5rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.feature-card{padding:1.5rem}.feature-icon{font-size:2.5rem}.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}.logo h1{font-size:1.25rem}}@media (max-width:640px){.container{padding:0 15px}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1rem}.section-header h2{font-size:1.75rem}.features-grid{grid-template-columns:1fr}.contact-info{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:480px){header .container{padding:0.75rem 15px}.logo h1{font-size:1.125rem}.hero{min-height:100vh;max-height:100vh;padding:40px 15px}.hero-title{font-size:1.75rem;margin-bottom:0.75rem}.hero-subtitle{font-size:1rem;margin-bottom:1.25rem}.hero-buttons{gap:0.75rem}.carousel-btn{width:40px;height:40px;font-size:1.5rem}.carousel-btn-prev{left:5px}.carousel-btn-next{right:5px}.reviews-carousel-wrapper{padding:0 50px}.hero-image-blur{filter:blur(5px) brightness(0.85);transform:scale(1)}.hero-overlay{background:linear-gradient( 135deg,rgba(30,64,175,0.55) 0%,rgba(30,58,138,0.50) 50%,rgba(30,64,175,0.55) 100% )}.hero-title{font-size:1.875rem;margin-bottom:1rem;text-shadow:0 4px 30px rgba(0,0,0,0.95),0 2px 12px rgba(0,0,0,0.8),0 0 60px rgba(0,0,0,0.6)}.hero-subtitle{font-size:0.95rem;margin-bottom:1.5rem;text-shadow:0 3px 25px rgba(0,0,0,0.9),0 2px 10px rgba(0,0,0,0.7),0 0 50px rgba(0,0,0,0.5)}.btn-primary,.btn-secondary{padding:0.875rem 1.5rem;font-size:0.95rem}.section{padding:50px 0}.section-header{margin-bottom:2rem}.section-header h2{font-size:1.5rem;margin-bottom:0.75rem}.section-subtitle{font-size:0.9rem}.features-grid{gap:1rem}.feature-card{padding:1.25rem}.feature-icon{font-size:2rem;margin-bottom:0.75rem}.feature-card h3{font-size:1.125rem}.feature-card p{font-size:0.875rem}.about-text h2{font-size:1.5rem}.about-text .lead{font-size:1rem}.about-text p{font-size:0.95rem}.about-list li{font-size:0.95rem;padding:0.5rem 0}.service-card{border-radius:10px}.service-image{height:200px}.service-content{padding:1.5rem}.service-content h3{font-size:1.25rem}.service-content>p{font-size:0.95rem}.service-features li{font-size:0.9rem}.location-card{padding:1.25rem}.location-header h3{font-size:1.25rem}.location-map iframe{height:200px}.location-info p{font-size:0.9rem}.reviews-grid{gap:1rem}.review-card{padding:1.25rem}.review-avatar{width:45px;height:45px;font-size:1rem}.review-author h4{font-size:1rem}.review-text{font-size:0.9rem}.stat-number{font-size:2rem}.contact-form{padding:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{font-size:0.95rem}.form-group input,.form-group textarea{padding:0.75rem;font-size:0.95rem}.contact-card{padding:1.25rem}.contact-icon{font-size:2rem;margin-bottom:0.75rem}.contact-card h3{font-size:1.125rem}.contact-card p{font-size:0.875rem}.footer-content{gap:1.25rem}.footer-section h3,.footer-section h4{font-size:1.125rem}.footer-section p{font-size:0.875rem}.footer-bottom p{font-size:0.8rem}}@media (max-width:360px){.container{padding:0 10px}header .container{padding:0.5rem 10px}.logo h1{font-size:1rem}.hero{min-height:100vh;max-height:100vh;padding:30px 10px}.hero-title{font-size:1.5rem;margin-bottom:0.75rem}.hero-subtitle{font-size:0.9rem;margin-bottom:1rem}.hero-buttons{flex-direction:column;gap:0.5rem}.hero-buttons .btn-primary,.hero-buttons .btn-secondary{padding:0.75rem 1.25rem;font-size:0.9rem}.carousel-btn{width:35px;height:35px;font-size:1.25rem}.reviews-carousel-wrapper{padding:0 40px}.hero-image-blur{filter:blur(6px) brightness(0.8);transform:scale(1)}.hero-overlay{background:linear-gradient( 135deg,rgba(30,64,175,0.60) 0%,rgba(30,58,138,0.55) 50%,rgba(30,64,175,0.60) 100% )}.hero-title{font-size:1.5rem;line-height:1.3;text-shadow:0 5px 35px rgba(0,0,0,0.98),0 3px 15px rgba(0,0,0,0.9),0 0 70px rgba(0,0,0,0.7)}.hero-subtitle{font-size:0.875rem;text-shadow:0 4px 30px rgba(0,0,0,0.95),0 2px 12px rgba(0,0,0,0.8),0 0 60px rgba(0,0,0,0.6)}.section{padding:40px 0}.section-header{margin-bottom:1.5rem}.section-header h2{font-size:1.375rem}.section-subtitle{font-size:0.85rem}.about-text h2{font-size:1.375rem}.service-content h3{font-size:1.125rem}.location-header h3{font-size:1.125rem}.contact-form{padding:1.25rem}.btn-primary,.btn-secondary{padding:0.75rem 1.25rem;font-size:0.9rem}}@media (hover:none) and (pointer:coarse){.btn-primary,.btn-secondary,nav a{min-height:44px;display:flex;align-items:center;justify-content:center}.mobile-menu-toggle{min-width:44px;min-height:44px}}@media (max-width:768px) and (orientation:landscape){.hero{min-height:100vh;padding:40px 20px}.hero-image-blur{filter:blur(4px) brightness(0.9)}.hero-overlay{background:linear-gradient( 135deg,rgba(30,64,175,0.50) 0%,rgba(30,58,138,0.45) 50%,rgba(30,64,175,0.50) 100% )}.hero-title{font-size:2rem;text-shadow:0 4px 25px rgba(0,0,0,0.9),0 2px 10px rgba(0,0,0,0.7),0 0 50px rgba(0,0,0,0.5)}.hero-subtitle{text-shadow:0 3px 20px rgba(0,0,0,0.8),0 2px 8px rgba(0,0,0,0.6),0 0 40px rgba(0,0,0,0.4)}.section{padding:40px 0}}@media print{header,footer,.hero,.contact-wrapper,nav,.mobile-menu-toggle{display:none}.section{page-break-inside:avoid;padding:20px 0}}




