:root{--primary: #4F46E5;--primary-dark: #3730A3;--primary-light: #e0e7ff;--secondary: #d946ef;--secondary-light: #fdf4ff;--bg-dark: #0f172a;--bg-light: #f8fafc;--text-dark: #1e293b;--text-light: #f1f5f9;--text-muted: #64748b;--gradient-main: linear-gradient(135deg, #4f46e5 0%, #d946ef 100%)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:var(--bg-light);color:var(--text-dark);overflow-x:hidden;line-height:1.6;scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;line-height:1.2}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.text-center{text-align:center}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.btn-primary{background:var(--gradient-main);color:#fff;padding:1rem 2.5rem;border-radius:50px;font-weight:600;font-family:Outfit,sans-serif;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #4f46e566;border:none;cursor:pointer;font-size:1.1rem}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #4f46e580}.btn-white{background:#fff;color:var(--primary);padding:1rem 2.5rem;border-radius:50px;font-weight:600;font-family:Outfit,sans-serif;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:transform .3s ease}.btn-white:hover{transform:translateY(-3px)}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .3s ease;padding:1.5rem 0}.header.scrolled{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;box-shadow:0 4px 20px #0000000d}.header-inner{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo-icon{width:45px;height:45px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Outfit,sans-serif;font-weight:800;font-size:1.25rem;transition:background .3s ease}.logo:hover .logo-icon{background:var(--secondary)}.logo-text{font-family:Outfit,sans-serif;font-weight:800;font-size:1.5rem;color:#fff;transition:color .3s ease}.header.scrolled .logo-text{color:var(--text-dark)}.logo-sub{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:#ffffffb3}.header.scrolled .logo-sub{color:var(--primary)}.desktop-nav{display:none}@media (min-width: 768px){.desktop-nav{display:flex;align-items:center;gap:2rem}}.nav-links{display:flex;gap:2rem;list-style:none}.nav-link{color:#ffffffe6;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#fff}.header.scrolled .nav-link{color:var(--text-muted)}.header.scrolled .nav-link:hover{color:var(--primary)}.mobile-toggle{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;display:block}.header.scrolled .mobile-toggle{color:var(--text-dark)}@media (min-width: 768px){.mobile-toggle{display:none}}.mobile-menu{position:absolute;top:100%;left:0;width:100%;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;gap:1rem}.mobile-nav-link{display:block;text-align:center;font-size:1.25rem;font-weight:600;color:var(--text-dark);text-decoration:none;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.05)}.hero{height:100vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transition:opacity 1s ease-in-out;opacity:0}.hero-slide.active{opacity:1}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0f172a99,#0f172acc)}.hero-content{position:relative;z-index:10;text-align:center;max-width:800px;padding:0 1.5rem}.hero-title{font-size:3.5rem;color:#fff;margin-bottom:1.5rem}.hero-title span{background:var(--gradient-main);background-clip:text;-webkit-background-clip:text;color:transparent}.hero-desc{font-size:1.25rem;color:#ffffffe6;margin-bottom:2.5rem;font-weight:300}@media (min-width: 768px){.hero-title{font-size:4.5rem}.hero-desc{font-size:1.5rem}}.stats{position:relative;z-index:20;margin-top:-50px}.stats-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 40px #00000014;display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.stats-card{grid-template-columns:repeat(3,1fr)}}.stat-item{text-align:center;display:flex;flex-direction:column;align-items:center}.stat-icon{width:60px;height:60px;border-radius:50%;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.stat-item h3{font-size:1.25rem;margin-bottom:.25rem}.stat-item p{color:var(--text-muted);font-size:.875rem}.section{padding:6rem 0}.about-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media (min-width: 768px){.about-grid{grid-template-columns:1fr 1fr}}.about-img{width:100%;border-radius:20px;box-shadow:0 20px 40px #0000001a;aspect-ratio:4/5;object-fit:cover}.about-subtitle{color:var(--secondary);font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.875rem;margin-bottom:.5rem}.about-title{font-size:2.5rem;margin-bottom:1.5rem}.about-text{color:var(--text-muted);font-size:1.1rem;margin-bottom:1.5rem;line-height:1.8}.coches-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 768px){.coches-grid{grid-template-columns:1fr 1fr}}.coches-img{width:100%;border-radius:20px;box-shadow:0 20px 40px #0000001a;aspect-ratio:4/3;object-fit:cover}.carousel-section{overflow:hidden;background:#fff;padding:5rem 0}.carousel-container{width:100%;overflow:hidden;position:relative}.carousel-track{display:flex;gap:2rem;width:max-content;animation:scroll 25s linear infinite;will-change:transform}.carousel-item{flex:0 0 400px;height:250px;border-radius:12px;overflow:hidden;box-shadow:0 10px 20px #0000001a}.carousel-item img{width:100%;height:100%;object-fit:cover}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 768px){.carousel-item{flex:0 0 300px;height:180px}}.destinations{background:var(--bg-dark);color:#fff}.destinations .about-title{color:#fff;margin-bottom:1rem}.dest-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}@media (min-width: 768px){.dest-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.dest-grid{grid-template-columns:repeat(3,1fr)}}.dest-card{position:relative;height:320px;border-radius:20px;overflow:hidden;cursor:pointer}.dest-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transition:transform .7s ease}.dest-card:hover .dest-bg{transform:scale(1.1)}.dest-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(15,23,42,.9),transparent)}.dest-content{position:absolute;bottom:0;left:0;width:100%;padding:1.5rem;transition:transform .3s ease}.dest-title{font-size:1.5rem;color:#fff;margin-bottom:.5rem;transition:color .3s ease}.dest-card:hover .dest-title{color:var(--secondary)}.dest-desc{color:#fffc;font-size:.875rem;opacity:0;transform:translateY(10px);transition:all .3s ease}.dest-card:hover .dest-desc{opacity:1;transform:translateY(0)}.trips{background:var(--bg-light)}.trip-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000000d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.trip-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.trip-img-wrap{position:relative;height:220px}.trip-img{width:100%;height:100%;object-fit:cover}.trip-price{position:absolute;top:1rem;right:1rem;background:#fff;color:var(--primary);padding:.5rem 1.5rem;border-radius:50px;font-weight:800;font-family:Outfit,sans-serif;box-shadow:0 4px 10px #0000001a}.trip-content{padding:2rem;display:flex;flex-direction:column;flex:1}.trip-title{font-size:1.5rem;margin-bottom:.5rem}.trip-date{color:var(--secondary);font-weight:600;display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.trip-list{list-style:none;margin-bottom:2rem;flex:1}.trip-list li{display:flex;align-items:center;gap:.75rem;color:var(--text-muted);margin-bottom:.75rem;font-size:.95rem}.trip-list li span{color:var(--primary)}.trip-btn{display:block;text-align:center;background:var(--primary-light);color:var(--primary);padding:1rem;border-radius:10px;text-decoration:none;font-weight:600;transition:all .3s ease}.trip-btn:hover{background:var(--primary);color:#fff}.footer{background:var(--bg-dark);color:#fff;padding:4rem 0 2rem;position:relative}.footer-cta{background:var(--gradient-main);border-radius:20px;padding:4rem 2rem;text-align:center;margin-bottom:4rem;box-shadow:0 20px 40px #0003}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:3rem;margin-bottom:2rem}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}.footer-links{list-style:none}.footer-links li{margin-bottom:1rem;color:#ffffffb3;display:flex;align-items:center;gap:.75rem}.social-links{display:flex;gap:1rem}.social-icon{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:background .3s ease}.social-icon:hover{background:var(--primary)}
