:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{width:100%;position:fixed;top:0;left:0;background:linear-gradient(135deg,#1e293b,#0f172a);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;z-index:1000;box-shadow:0 4px 20px #0000004d;transition:all .3s ease}.header-inner{max-width:1400px;margin:0 auto;padding:0 3rem;display:flex;justify-content:space-between;align-items:center;height:80px}.logo{display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:transform .3s ease}.logo:hover{transform:translateY(-2px)}.logo-icon{width:32px;height:32px;color:#f97316;filter:drop-shadow(0 0 8px rgba(249,115,22,.5))}.logo-text{display:flex;flex-direction:column;line-height:1.2}.logo-main{font-size:1.4rem;font-weight:700;color:#fff;letter-spacing:-.5px}.logo-accent{font-size:.9rem;font-weight:600;color:#f97316;letter-spacing:2px;text-transform:uppercase}.nav{display:flex;align-items:center;gap:.5rem}.nav-link{position:relative;text-decoration:none;color:#ffffffd9;font-weight:500;font-size:.95rem;padding:.7rem 1.2rem;border-radius:8px;transition:all .3s ease;letter-spacing:.3px}.nav-link:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:linear-gradient(90deg,#f97316,#06b6d4);transition:width .3s ease}.nav-link:hover{color:#fff;background:#f973161a}.nav-link:hover:before{width:80%}.book-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;margin-left:1rem;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #f9731666;text-decoration:none}.book-btn:hover{background:linear-gradient(135deg,#ea580c,#c2410c);transform:translateY(-2px);box-shadow:0 6px 20px #f9731699}.book-btn:active{transform:translateY(0)}.btn-icon{width:18px;height:18px;transition:transform .3s ease}.book-btn:hover .btn-icon{transform:translate(3px)}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;z-index:1001}.hamburger span{width:28px;height:3px;background:#fff;border-radius:3px;transition:all .3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}@media(max-width:968px){.header-inner{padding:0 2rem;height:70px}.hamburger{display:flex}.nav{position:fixed;top:70px;right:-100%;width:300px;height:calc(100vh - 70px);background:linear-gradient(180deg,#1e293b,#0f172a);flex-direction:column;align-items:stretch;gap:0;padding:2rem;box-shadow:-5px 0 20px #0000004d;transition:right .4s cubic-bezier(.68,-.55,.265,1.55)}.nav.active{right:0}.nav-link{padding:1rem 1.5rem;border-radius:10px;font-size:1rem}.nav-link:before{display:none}.book-btn{margin:1rem 0 0;width:100%;justify-content:center}}@media(max-width:480px){.header-inner{padding:0 1.5rem}.logo-main{font-size:1.2rem}.logo-accent{font-size:.75rem}.logo-icon{width:28px;height:28px}.nav{width:100%}}.slideshow-container{position:relative;width:100vw;max-width:100%;height:100vh;overflow:hidden;margin-top:80px;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);left:0;right:0}.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;pointer-events:none}.slide.active{opacity:1;pointer-events:auto}.slide img{width:100%;height:100%;object-fit:cover;object-position:center}.slide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0f172ab3,#1e293b80,#f973164d)}.slide-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:2;width:90%;max-width:900px;padding:2rem}.slide-title{font-size:4rem;font-weight:800;margin:0 0 1rem;text-shadow:2px 4px 20px rgba(0,0,0,.5);letter-spacing:-1px;animation:fadeInUp .8s ease-out}.slide-subtitle{font-size:1.5rem;font-weight:400;margin:0 0 2rem;text-shadow:1px 2px 10px rgba(0,0,0,.5);opacity:.95;animation:fadeInUp 1s ease-out .2s backwards}.slide-cta{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #f9731666;animation:fadeInUp 1.2s ease-out .4s backwards;text-decoration:none}.slide-cta:hover{background:linear-gradient(135deg,#ea580c,#c2410c);transform:translateY(-3px);box-shadow:0 12px 35px #f9731699}.slide-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);color:#fff;width:60px;height:60px;border-radius:50%;cursor:pointer;z-index:3;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.slide-arrow:hover{background:#f97316cc;border-color:#f97316;transform:translateY(-50%) scale(1.1)}.slide-arrow.prev{left:3rem}.slide-arrow.next{right:3rem}.slide-arrow svg{width:28px;height:28px}.slide-dots{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;gap:1rem;z-index:3}.dot{width:14px;height:14px;border-radius:50%;background:#fff6;border:2px solid rgba(255,255,255,.6);cursor:pointer;transition:all .3s ease;padding:0}.dot:hover{background:#ffffffb3;transform:scale(1.2)}.dot.active{background:#f97316;border-color:#f97316;transform:scale(1.3)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:968px){.slideshow-container{height:80vh;margin-top:70px}.slide-title{font-size:2.5rem}.slide-subtitle{font-size:1.2rem}.slide-arrow{width:50px;height:50px}.slide-arrow.prev{left:1rem}.slide-arrow.next{right:1rem}.slide-dots{bottom:2rem}}@media(max-width:480px){.slideshow-container{height:70vh}.slide-title{font-size:2rem}.slide-subtitle{font-size:1rem;margin-bottom:1.5rem}.slide-cta{padding:.8rem 2rem;font-size:1rem}.slide-arrow{width:40px;height:40px}.slide-arrow svg{width:20px;height:20px}.dot{width:10px;height:10px}}.features-section{padding:6rem 2rem;background:linear-gradient(180deg,#fff,#f8fafc)}.features-container{max-width:1400px;margin:0 auto}.features-header{text-align:center;margin-bottom:4rem}.features-title{font-size:3rem;font-weight:800;color:#0f172a;margin:0 0 1rem;letter-spacing:-1px}.features-subtitle{font-size:1.2rem;color:#64748b;max-width:700px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid rgba(249,115,22,.1)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #f9731626;border-color:#f973164d}.feature-icon{width:70px;height:70px;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff;box-shadow:0 8px 20px #f973164d}.feature-icon svg{width:36px;height:36px}.feature-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 1rem}.feature-description{font-size:1rem;color:#64748b;line-height:1.7;margin:0}@media(max-width:768px){.features-section{padding:4rem 1.5rem}.features-title{font-size:2.2rem}.features-subtitle{font-size:1rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.feature-card{padding:2rem}}@media(max-width:480px){.features-grid{grid-template-columns:1fr}}.vehicles-section{padding:6rem 2rem;background:linear-gradient(180deg,#f8fafc,#fff)}.vehicles-container{max-width:1400px;margin:0 auto}.vehicles-header{text-align:center;margin-bottom:4rem}.vehicles-title{font-size:3rem;font-weight:800;color:#0f172a;margin:0 0 1rem;letter-spacing:-1px}.vehicles-subtitle{font-size:1.2rem;color:#64748b;max-width:700px;margin:0 auto;line-height:1.6}.vehicles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:900px;margin:0 auto}.vehicle-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid #e2e8f0}.vehicle-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #f9731626}.vehicle-image-wrapper{position:relative;width:100%;height:240px;overflow:hidden}.vehicle-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.vehicle-card:hover .vehicle-image{transform:scale(1.1)}.vehicle-category{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;box-shadow:0 4px 12px #f9731666}.vehicle-content{padding:1.5rem}.vehicle-name{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 1rem}.vehicle-specs{display:flex;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.spec{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.9rem}.spec svg{width:20px;height:20px;color:#f97316}.vehicle-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.feature-tag{background:#fff7ed;color:#f97316;padding:.4rem .8rem;border-radius:8px;font-size:.8rem;font-weight:500}.vehicle-footer{display:flex;justify-content:center;align-items:center;padding-top:1rem;border-top:1px solid #e2e8f0}.book-vehicle-btn{display:block;padding:.8rem 1.8rem;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #f973164d;width:100%;text-decoration:none;text-align:center}.book-vehicle-btn:hover{background:linear-gradient(135deg,#ea580c,#c2410c);transform:translateY(-2px);box-shadow:0 6px 16px #f9731680}@media(max-width:968px){.vehicles-section{padding:4rem 1.5rem}.vehicles-title{font-size:2.2rem}.vehicles-grid{grid-template-columns:1fr;max-width:100%}}@media(max-width:480px){.vehicle-specs{flex-direction:column;gap:.8rem}}.tours-section{padding:6rem 2rem;background:linear-gradient(180deg,#fff,#f8fafc)}.tours-container{max-width:1400px;margin:0 auto}.tours-header{text-align:center;margin-bottom:4rem}.tours-title{font-size:3rem;font-weight:800;color:#0f172a;margin:0 0 1rem;letter-spacing:-1px}.tours-subtitle{font-size:1.2rem;color:#64748b;max-width:700px;margin:0 auto;line-height:1.6}.tours-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2.5rem}.tour-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid #e2e8f0;display:flex;flex-direction:column}.tour-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #f9731626}.tour-image-wrapper{position:relative;width:100%;height:260px;overflow:hidden}.tour-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.tour-card:hover .tour-image{transform:scale(1.1)}.tour-duration{position:absolute;top:1rem;left:1rem;background:#0f172ae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:.6rem 1.2rem;border-radius:20px;font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.tour-content{padding:1.8rem;flex:1;display:flex;flex-direction:column}.tour-header-info{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.tour-name{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0;flex:1}.tour-rating{display:flex;align-items:center;gap:.3rem;color:#f97316;font-weight:600;font-size:.95rem}.tour-rating svg{width:18px;height:18px}.review-count{color:#64748b;font-weight:400;font-size:.85rem;margin-left:.2rem}.tour-description{color:#64748b;line-height:1.6;margin:0 0 1.5rem;font-size:.95rem}.tour-destinations{margin-bottom:1.5rem}.destinations-title{font-size:.9rem;font-weight:600;color:#0f172a;margin:0 0 .8rem}.destination-tags{display:flex;flex-wrap:wrap;gap:.5rem}.destination-tag{background:#f1f5f9;color:#475569;padding:.4rem .9rem;border-radius:8px;font-size:.8rem;font-weight:500}.tour-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin-bottom:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.highlight-item{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.85rem}.highlight-item svg{width:18px;height:18px;color:#10b981;flex-shrink:0}.tour-footer{display:flex;justify-content:center;align-items:center;padding-top:1.5rem;border-top:1px solid #e2e8f0;margin-top:auto}.book-tour-btn{display:block;padding:.9rem 2rem;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #f973164d;width:100%;text-decoration:none;text-align:center}.book-tour-btn:hover{background:linear-gradient(135deg,#ea580c,#c2410c);transform:translateY(-2px);box-shadow:0 6px 16px #f9731680}@media(max-width:968px){.tours-section{padding:4rem 1.5rem}.tours-title{font-size:2.2rem}.tours-grid{grid-template-columns:1fr}}@media(max-width:480px){.tour-header-info{flex-direction:column;gap:.8rem}.tour-highlights{grid-template-columns:1fr}}.about-section{padding:6rem 2rem;background:linear-gradient(180deg,#f8fafc,#fff)}.about-container{max-width:1400px;margin:0 auto}.about-header{text-align:center;margin-bottom:4rem}.about-title{font-size:3rem;font-weight:800;color:#0f172a;margin:0 0 1rem;letter-spacing:-1px}.about-subtitle{font-size:1.2rem;color:#64748b;max-width:700px;margin:0 auto;line-height:1.6}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:5rem;align-items:center}.about-text{display:flex;flex-direction:column;gap:1.5rem}.about-heading{font-size:2rem;font-weight:700;color:#0f172a;margin:0 0 1rem}.about-text p{font-size:1.05rem;color:#64748b;line-height:1.8;margin:0}.about-image{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 12px 40px #00000026}.about-image img{width:100%;height:100%;object-fit:cover;display:block}.about-image-overlay{position:absolute;bottom:2rem;left:2rem;right:2rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:12px;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 20px #0000001a}.about-image-overlay svg{width:32px;height:32px;color:#10b981}.about-image-overlay span{font-weight:600;color:#0f172a;font-size:1.1rem}.stats-section{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:5rem;padding:3rem 0}.stat-card{text-align:center;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #f9731626}.stat-number{font-size:3rem;font-weight:800;color:#f97316;margin-bottom:.5rem;line-height:1}.stat-label{font-size:1rem;color:#64748b;font-weight:500}.values-section{margin-bottom:5rem}.values-title{font-size:2.5rem;font-weight:800;color:#0f172a;text-align:center;margin:0 0 3rem}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.value-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #00000014;text-align:center;transition:all .3s ease}.value-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #f9731626}.value-icon{width:70px;height:70px;background:linear-gradient(135deg,#fff7ed,#ffedd5);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#f97316}.value-icon svg{width:36px;height:36px}.value-card h4{font-size:1.4rem;font-weight:700;color:#0f172a;margin:0 0 1rem}.value-card p{font-size:1rem;color:#64748b;line-height:1.7;margin:0}.testimonials-section{text-align:center}.testimonials-title{font-size:2.5rem;font-weight:800;color:#0f172a;margin:0 0 1rem}.testimonials-subtitle{font-size:1.1rem;color:#64748b;margin:0 0 3rem}.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.testimonial-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;text-align:left;border:2px solid transparent}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #f9731626;border-color:#f9731633}.testimonial-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.testimonial-image-wrapper{width:60px;height:60px;border-radius:50%;overflow:hidden;border:3px solid #f97316;flex-shrink:0}.testimonial-image-wrapper img{width:100%;height:100%;object-fit:cover}.testimonial-info{flex:1}.testimonial-name{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0 0 .3rem}.testimonial-location{font-size:.9rem;color:#64748b;margin:0}.testimonial-rating{display:flex;gap:.3rem;margin-bottom:1rem;color:#f97316}.testimonial-rating svg{width:20px;height:20px}.testimonial-comment{font-size:1rem;color:#475569;line-height:1.7;margin:0 0 1.5rem;font-style:italic}.testimonial-tour{display:flex;align-items:center;gap:.5rem;padding:.7rem 1rem;background:linear-gradient(135deg,#fff7ed,#ffedd5);border-radius:10px;color:#f97316;font-size:.9rem;font-weight:600}.testimonial-tour svg{width:18px;height:18px}@media(max-width:1024px){.about-content{grid-template-columns:1fr;gap:3rem}.stats-section{grid-template-columns:repeat(2,1fr)}.values-grid,.testimonials-grid{grid-template-columns:1fr}}@media(max-width:768px){.about-section{padding:4rem 1.5rem}.about-title{font-size:2.2rem}.about-heading{font-size:1.6rem}.stats-section{grid-template-columns:1fr;gap:1.5rem}.values-title,.testimonials-title{font-size:2rem}.testimonials-grid{grid-template-columns:1fr}}.contact-section{padding:6rem 2rem;background:linear-gradient(180deg,#fff,#f8fafc)}.contact-container{max-width:1400px;margin:0 auto}.contact-header{text-align:center;margin-bottom:4rem}.contact-title{font-size:3rem;font-weight:800;color:#0f172a;margin:0 0 1rem;letter-spacing:-1px}.contact-subtitle{font-size:1.2rem;color:#64748b;max-width:700px;margin:0 auto;line-height:1.6}.contact-content{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem}.whatsapp-contact-wrapper{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 4px 20px #00000014}.whatsapp-hero{text-align:center;padding:2rem;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:16px;color:#fff;margin-bottom:2rem}.whatsapp-hero-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center}.whatsapp-hero-icon svg{width:50px;height:50px}.whatsapp-hero h3{font-size:1.8rem;font-weight:700;margin:0 0 .5rem}.whatsapp-hero p{font-size:1.1rem;margin:0 0 1.5rem;opacity:.95}.whatsapp-main-btn{display:inline-flex;align-items:center;gap:.8rem;padding:1rem 2.5rem;background:#fff;color:#25d366;border:none;border-radius:50px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #0003;text-decoration:none}.whatsapp-main-btn:hover{transform:translateY(-3px);box-shadow:0 6px 25px #0000004d}.whatsapp-main-btn svg{width:24px;height:24px}.quick-messages{text-align:center}.quick-messages h4{font-size:1.4rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.quick-messages-subtitle{font-size:1rem;color:#64748b;margin:0 0 2rem}.quick-messages-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.quick-message-btn{display:flex;flex-direction:column;align-items:center;gap:.8rem;padding:1.5rem;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;font-weight:600;font-size:.95rem;color:#0f172a;cursor:pointer;transition:all .3s ease}.quick-message-btn:hover{background:#fff7ed;border-color:#f97316;transform:translateY(-3px);box-shadow:0 4px 15px #f9731633}.quick-message-icon{width:50px;height:50px;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.quick-message-icon svg{width:28px;height:28px}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.info-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #f9731626}.info-icon{width:50px;height:50px;background:linear-gradient(135deg,#fff7ed,#ffedd5);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#f97316}.info-icon svg{width:24px;height:24px}.info-card h3{font-size:1.2rem;font-weight:700;color:#0f172a;margin:0 0 .8rem}.info-card p{font-size:1rem;color:#64748b;line-height:1.7;margin:0}.whatsapp-card{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}.whatsapp-card h3,.whatsapp-card p{color:#fff}.whatsapp-icon{background:#fff3!important;color:#fff!important}.whatsapp-button{display:inline-block;margin-top:1rem;padding:.7rem 1.5rem;background:#fff;color:#25d366;border-radius:10px;font-weight:600;text-decoration:none;transition:all .3s ease}.whatsapp-button:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.social-links{background:linear-gradient(135deg,#f97316,#ea580c);padding:2rem;border-radius:16px;box-shadow:0 4px 20px #f973164d;color:#fff}.social-links h3{font-size:1.2rem;font-weight:700;margin:0 0 1.5rem}.social-icons{display:flex;gap:1rem}.social-icon{width:45px;height:45px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.social-icon:hover{background:#fff;color:#f97316;transform:translateY(-3px)}.social-icon svg{width:22px;height:22px}@media(max-width:1024px){.contact-content{grid-template-columns:1fr;gap:2rem}.contact-info{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.social-links{grid-column:1 / -1}}@media(max-width:768px){.contact-section{padding:4rem 1.5rem}.contact-title{font-size:2.2rem}.whatsapp-contact-wrapper{padding:2rem}.quick-messages-grid{grid-template-columns:1fr;gap:1rem}}@media(max-width:480px){.whatsapp-contact-wrapper,.whatsapp-hero{padding:1.5rem}.whatsapp-hero h3{font-size:1.4rem}.social-icons{justify-content:space-between}}.map-section{margin-top:4rem}.map-header{text-align:center;margin-bottom:2rem}.map-header h3{font-size:1.8rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.map-header p{font-size:1rem;color:#64748b;margin:0}.map-container{border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001a;margin-bottom:1.5rem}.map-container iframe{display:block;width:100%}.map-link{display:flex;justify-content:center}.open-map-btn{display:inline-flex;align-items:center;gap:.8rem;padding:1rem 2rem;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px #f973164d}.open-map-btn:hover{background:linear-gradient(135deg,#ea580c,#c2410c);transform:translateY(-2px);box-shadow:0 6px 20px #f9731666}.open-map-btn svg{width:24px;height:24px}@media(max-width:768px){.map-section{margin-top:3rem}.map-container{border-radius:15px}.map-container iframe{height:350px!important}}.footer{background:linear-gradient(180deg,#0f172a,#1e293b);color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1400px;margin:0 auto}.footer-top{display:grid;grid-template-columns:1.2fr 2fr;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{display:flex;align-items:center;gap:1rem}.footer-logo svg{width:40px;height:40px;color:#f97316;filter:drop-shadow(0 0 8px rgba(249,115,22,.5))}.footer-logo h3{font-size:1.5rem;font-weight:700;color:#fff;margin:0;line-height:1}.footer-logo span{font-size:.9rem;font-weight:600;color:#f97316;letter-spacing:2px;text-transform:uppercase}.footer-description{font-size:1rem;color:#ffffffb3;line-height:1.7;margin:0}.footer-social{display:flex;gap:1rem}.footer-social a{width:42px;height:42px;background:#ffffff1a;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.footer-social a:hover{background:#f97316;transform:translateY(-3px)}.footer-social svg{width:20px;height:20px}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer-column h4{font-size:1.1rem;font-weight:700;color:#fff;margin:0 0 1.5rem}.footer-column ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.footer-column ul li a{color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block}.footer-column ul li a:hover{color:#f97316;transform:translate(5px)}.newsletter-text{font-size:.95rem;color:#ffffffb3;line-height:1.6;margin:0 0 1rem}.newsletter-form{display:flex;gap:.5rem}.newsletter-form input{flex:1;padding:.8rem 1rem;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;border-radius:8px;color:#fff;font-size:.95rem;transition:all .3s ease}.newsletter-form input::placeholder{color:#ffffff80}.newsletter-form input:focus{outline:none;border-color:#f97316;background:#ffffff26}.newsletter-form button{padding:.8rem 1rem;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:8px;color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.newsletter-form button:hover{background:linear-gradient(135deg,#ea580c,#c2410c);transform:translateY(-2px)}.newsletter-form button svg{width:18px;height:18px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;color:#fff9;font-size:.9rem}.footer-bottom p{margin:0}.footer-legal{display:flex;align-items:center;gap:1rem}.footer-legal a{color:#fff9;text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:#f97316}.footer-legal span{color:#ffffff4d}@media(max-width:1024px){.footer-top{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-links{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-legal{flex-wrap:wrap;justify-content:center}}@media(max-width:480px){.footer-social{justify-content:flex-start}.newsletter-form{flex-direction:column}.newsletter-form button{width:100%}}#root,.app{width:100%;margin:0;padding:0}h1{max-width:1200px;margin:2rem auto;padding:0 2rem}
