:root{--blue:#02b7dd;--blue-deep:#007eb9;--blue-dark:#004f83;--ink:#071826;--orange:#ff7a21;--orange-dark:#e95b0b;--white:#fff;--shell:min(1180px,calc(100% - 48px));--header-h:112px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--white);color:var(--ink);font-family:Manrope,Arial,sans-serif}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.page-shell{width:var(--shell);margin:0 auto}
.site-header{position:fixed;z-index:20;top:0;left:0;width:100%;padding:16px 0;transition:background .35s ease,box-shadow .35s ease,padding .35s ease}
.site-header.is-scrolled{padding:8px 0;background:rgba(255,255,255,.97);box-shadow:0 10px 34px rgba(4,40,67,.12);backdrop-filter:blur(10px)}
.site-header__inner{width:var(--shell);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:34px}
.brand{display:block;flex:0 0 265px;line-height:0;transition:flex-basis .35s ease,transform .25s ease}
.brand:hover{transform:translateY(-2px)}
.brand img{display:block;width:100%;height:auto}
.site-nav{display:flex;align-items:center;justify-content:flex-end;gap:26px}
.site-nav__links{display:flex;align-items:center;gap:27px;margin:0;padding:0;list-style:none}
.site-nav a,.submenu-toggle{color:var(--ink);font:700 1.02rem/1 Outfit,Arial,sans-serif;letter-spacing:.11em;text-decoration:none;text-transform:uppercase;transition:color .2s ease}
.site-nav a:hover,.submenu-toggle:hover{color:var(--blue-deep)}
.submenu-toggle{display:flex;align-items:center;gap:7px;padding:8px 0;background:transparent;border:0;cursor:pointer}
.submenu-toggle span{font-size:1.15rem;line-height:.5;transition:transform .2s ease}
.has-submenu{position:relative}
.submenu{position:absolute;top:calc(100% + 15px);left:-20px;width:300px;margin:0;padding:12px;list-style:none;background:#fff;border:1px solid rgba(2,183,221,.14);border-radius:14px;box-shadow:0 18px 40px rgba(0,50,81,.16);opacity:0;visibility:hidden;transform:translateY(-7px);transition:opacity .2s ease,transform .2s ease,visibility .2s}
.has-submenu:hover .submenu,.has-submenu.is-open .submenu{opacity:1;visibility:visible;transform:translateY(0)}
.has-submenu.is-open .submenu-toggle span{transform:rotate(180deg)}
.submenu a{display:block;padding:11px 12px;color:#24506a;font:600 .93rem/1.35 Manrope,Arial,sans-serif;letter-spacing:0;text-transform:none;border-radius:8px}
.submenu a:hover{background:#edfaff;color:var(--blue-dark)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:999px;text-decoration:none;font:800 .75rem/1 Outfit,Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.button--cta{color:#fff;background:linear-gradient(135deg,#ff922f,var(--orange));box-shadow:0 10px 20px rgba(244,107,17,.25)}
.button--cta:hover{background:linear-gradient(135deg,#ff7a21,var(--orange-dark));transform:translateY(-2px);box-shadow:0 14px 24px rgba(244,107,17,.32)}
.button--header{min-width:194px}
.nav-toggle{display:none}
.hero{position:relative;min-height:max(720px,100svh);isolation:isolate;overflow:hidden;background:#dceef3}
.hero-slider,.hero__overlay{position:absolute;inset:0}
.hero-background{position:absolute;z-index:-2;inset:0;background-position:center;background-size:cover}
.hero-slider{z-index:-2}
.hero-slide{position:absolute;inset:0;opacity:0;background-position:center;background-size:cover;transform:scale(1.04);transition:opacity 1s ease,transform 7s linear}
.hero-slide.is-active{opacity:1;transform:scale(1)}
.hero__overlay{z-index:-1;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.89) 31%,rgba(255,255,255,.48) 53%,rgba(255,255,255,.08) 75%,rgba(255,255,255,.03) 100%)}
.hero__content{display:flex;align-items:center;min-height:max(720px,100svh);padding:150px 0 96px}
.hero__copy{max-width:630px}
.eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 20px;color:var(--blue-dark);font:800 .77rem/1 Outfit,Arial,sans-serif;letter-spacing:.14em;text-transform:uppercase}
.eyebrow:before{width:34px;height:2px;background:var(--orange);content:""}
.hero h1{max-width:650px;margin:0;color:#06253a;font:800 clamp(3rem,5.8vw,5.8rem)/.94 Outfit,Arial,sans-serif;letter-spacing:-.055em}
.hero h1 span{display:block;color:var(--blue-deep)}
.hero__lead{max-width:505px;margin:30px 0 34px;color:#183d53;font-size:clamp(1rem,1.6vw,1.2rem);font-weight:600;line-height:1.65}
.button--large{padding:18px 25px;font-size:.82rem}
.button--large span{font-size:1.25rem;line-height:.5}
.hero-slider__controls{position:absolute;bottom:45px;left:50%;display:flex;gap:10px;transform:translateX(-50%)}
.slider-dot{width:34px;height:4px;padding:0;border:0;border-radius:10px;background:rgba(255,255,255,.55);cursor:pointer;transition:width .25s ease,background .25s ease}
.slider-dot.is-active{width:58px;background:var(--orange)}
.intro-services{padding:112px 0 120px;background:linear-gradient(180deg,#fff 0%,#f3fbff 100%)}
.section-heading{max-width:760px;margin:0 auto 54px;text-align:center}
.section-heading .eyebrow{justify-content:center;margin-bottom:15px}
.section-heading h2{margin:0;color:#06253a;font:800 clamp(2.3rem,4vw,4.2rem)/1 Outfit,Arial,sans-serif;letter-spacing:-.045em}
.intro-services__eyebrow{margin:0 0 13px;color:#687783;font:700 .78rem/1 Outfit,Arial,sans-serif;letter-spacing:.18em;text-transform:uppercase}
.section-heading h2 span{color:var(--blue-deep)}
.intro-services__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,1.1fr);align-items:center;gap:clamp(42px,7vw,100px);margin-bottom:72px}
.intro-services__copy{position:relative;padding:18px 0 18px 28px}
.intro-services__copy:before{position:absolute;top:0;bottom:0;left:0;width:4px;border-radius:4px;background:linear-gradient(var(--blue),var(--blue-dark));content:""}
.intro-services__copy p{margin:0;color:#214257;font-size:clamp(1.05rem,1.6vw,1.22rem);font-weight:500;line-height:1.85}
.intro-services__copy strong{color:var(--blue-dark);font-weight:800}
.intro-services__cta{margin-top:28px}
.intro-services__image{position:relative;margin:0;overflow:hidden;border-radius:24px;box-shadow:0 24px 55px rgba(0,76,116,.2)}
.intro-services__image:after{position:absolute;inset:0;background:linear-gradient(135deg,rgba(2,183,221,.15),transparent 55%);content:"";pointer-events:none}
.intro-services__image img{display:block;width:100%;min-height:350px;object-fit:cover;transition:transform .5s ease}
.intro-services__image:hover img{transform:scale(1.04)}
.service-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.service-card{position:relative;display:block;min-height:330px;overflow:hidden;border-radius:18px;color:#fff;text-decoration:none;box-shadow:0 15px 30px rgba(1,54,81,.13);isolation:isolate}
.service-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.service-card__shade{position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(0,24,39,.02) 27%,rgba(0,24,39,.85) 100%)}
.service-card__content{position:absolute;z-index:2;right:25px;bottom:23px;left:25px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;font:700 clamp(1.25rem,2vw,1.6rem)/1.1 Outfit,Arial,sans-serif}
.service-card__content b{display:grid;flex:0 0 37px;width:37px;height:37px;place-items:center;border:1px solid rgba(255,255,255,.8);border-radius:50%;font:600 1.2rem/1 Manrope,Arial,sans-serif;transition:background .2s ease,color .2s ease,transform .2s ease}
.service-card:hover img{transform:scale(1.08)}
.service-card:hover .service-card__content b{color:var(--blue-dark);background:#fff;transform:rotate(45deg)}
.vehicles-section{padding:118px 0;background:linear-gradient(135deg,#00c4df 0%,#009fce 48%,#0076b7 100%)}
.vehicles-section__grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);align-items:center;gap:clamp(46px,7vw,100px)}
.vehicle-carousel__viewport{position:relative;aspect-ratio:1/1;overflow:hidden;border:4px solid rgba(255,255,255,.92);border-radius:22px;background:rgba(0,77,121,.24);box-shadow:0 22px 46px rgba(0,59,103,.24)}
.vehicle-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.05);transition:opacity .75s ease,transform 4.5s linear}
.vehicle-slide.is-active{opacity:1;transform:scale(1)}
.vehicle-carousel__dots{display:flex;justify-content:center;gap:8px;padding-top:18px}
.vehicle-dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer;transition:transform .2s ease,background .2s ease}
.vehicle-dot.is-active{background:#fff;transform:scale(1.45)}
.vehicles-section__content{color:#fff}
.vehicles-section__content h2{margin:0 0 23px;font:800 clamp(2.45rem,4vw,4rem)/1 Outfit,Arial,sans-serif;letter-spacing:-.045em}
.vehicles-section__content p{margin:0 0 20px;font-size:1rem;font-weight:500;line-height:1.75}
.vehicles-section__content strong{font-weight:800}
.vehicles-section__features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 32px;margin-top:28px}
.vehicles-section__features ul{display:grid;gap:12px;margin:0;padding:0;list-style:none}
.vehicles-section__features li{position:relative;padding-left:18px;font-size:.95rem;font-weight:700;line-height:1.35}
.vehicles-section__features li:before{position:absolute;left:0;color:#fff;content:"›";font-size:1.45rem;line-height:.75}
.site-footer{color:#e4f7ff;background:linear-gradient(125deg,#021521,#00517f);text-align:center}
.site-footer__inner{width:min(680px,calc(100% - 48px));margin:0 auto;padding:65px 0 48px}
.site-footer__brand{display:inline-block;width:250px;line-height:0}
.site-footer__brand img{width:100%;height:auto;filter:brightness(0) invert(1) grayscale(1) contrast(2)}
.site-footer__inner>p{margin:24px auto 28px;font-size:.94rem;line-height:1.75}
.site-footer__bottom{padding:18px 24px;border-top:1px solid rgba(255,255,255,.16)}
.site-footer__bottom p{margin:0;font-size:.72rem;letter-spacing:.02em}
@media (min-width:861px){.site-header:not(.is-scrolled) .brand{flex-basis:390px}
.site-header:not(.is-scrolled) .site-nav a,.site-header:not(.is-scrolled) .submenu-toggle{color:#06253a}
}
@media (max-width:860px){:root{--shell:min(100% - 36px,680px)}
.site-header{padding:11px 0;background:rgba(255,255,255,.94);box-shadow:0 6px 24px rgba(4,40,67,.08)}
.site-header__inner{gap:12px}
.brand{flex-basis:205px}
.nav-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:45px;height:42px;background:transparent;border:0;cursor:pointer}
.nav-toggle span:not(.sr-only){display:block;width:23px;height:2px;background:#07304b;transition:transform .2s ease,opacity .2s ease}
.nav-toggle.is-open span:nth-of-type(2){transform:translateY(7px) rotate(45deg)}
.nav-toggle.is-open span:nth-of-type(3){opacity:0}
.nav-toggle.is-open span:nth-of-type(4){transform:translateY(-7px) rotate(-45deg)}
.site-nav{position:absolute;top:calc(100% + 8px);left:18px;right:18px;display:none;align-items:stretch;flex-direction:column;gap:10px;padding:20px;background:#fff;border-radius:14px;box-shadow:0 18px 42px rgba(0,50,81,.18)}
.site-nav.is-open{display:flex}
.site-nav__links{align-items:stretch;flex-direction:column;gap:0}
.site-nav__links>li>a,.submenu-toggle{display:flex;justify-content:space-between;width:100%;padding:13px 4px;font-size:.94rem}
.has-submenu .submenu{position:static;display:none;width:100%;padding:0 0 5px;border:0;border-radius:0;box-shadow:none;opacity:1;visibility:visible;transform:none}
.has-submenu.is-open .submenu{display:block}
.submenu a{padding:10px 8px}
.button--header{width:100%;min-width:0}
.hero{min-height:680px}
.hero__overlay{background:linear-gradient(90deg,rgba(255,255,255,.95) 0%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.3) 100%)}
.hero__content{min-height:680px;padding:138px 0 104px}
.hero h1{font-size:clamp(3rem,12vw,4.65rem)}
.hero__lead{max-width:460px;margin:23px 0 28px}
.site-footer__inner{padding-top:52px}
.intro-services{padding:82px 0 88px}
.section-heading{margin-bottom:42px}
.intro-services__grid{grid-template-columns:1fr;gap:34px;margin-bottom:52px}
.intro-services__copy{max-width:640px;margin:0 auto}
.intro-services__image{max-width:680px;width:100%;margin:0 auto}
.service-cards{gap:16px}
.service-card{min-height:265px}
.vehicles-section{padding:86px 0}
.vehicles-section__grid{grid-template-columns:1fr;gap:45px}
.vehicle-carousel{max-width:650px;width:100%;margin:0 auto;order:2}
.vehicles-section__content{max-width:650px;margin:0 auto;order:1}
}
@media (max-width:480px){:root{--shell:calc(100% - 32px)}
.brand{flex-basis:180px}
.hero{min-height:650px}
.hero__content{min-height:650px;padding-top:126px}
.hero__overlay{background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.55))}
.hero h1{font-size:3.25rem}
.hero__lead{font-size:.98rem;line-height:1.6}
.button--large{width:100%;padding:17px}
.hero-slider__controls{bottom:30px}
.site-footer__brand{width:220px}
.intro-services{padding:68px 0 72px}
.section-heading h2{font-size:2.45rem}
.intro-services__copy{padding-left:20px}
.intro-services__copy p{font-size:1rem;line-height:1.75}
.intro-services__image img{min-height:235px}
.service-cards{grid-template-columns:1fr;gap:16px}
.service-card{min-height:235px}
.vehicles-section{padding:68px 0}
.vehicles-section__content h2{font-size:2.5rem}
.vehicles-section__content p{font-size:.96rem}
.vehicles-section__features{gap:12px;margin-top:24px}
.vehicles-section__features li{font-size:.88rem}
}

/* Galería editorial de vehículos */
.vehicles-section{position:relative;padding:145px 0 165px;overflow:hidden;background:#041d34}
.vehicles-section:before{position:absolute;inset:0;background:radial-gradient(circle at 10% 18%,rgba(0,203,229,.4),transparent 31%),radial-gradient(circle at 87% 78%,rgba(0,110,196,.48),transparent 38%),linear-gradient(135deg,#021c34,#06375b 55%,#042640);content:""}
.vehicles-section:after{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:50px 50px;content:"";mask-image:linear-gradient(90deg,#000,transparent 88%)}
.vehicles-section__watermark{position:absolute;z-index:0;top:22px;right:-28px;color:rgba(255,255,255,.035);font:800 clamp(8rem,21vw,23rem)/.8 Outfit,Arial,sans-serif;letter-spacing:-.09em;text-transform:uppercase;pointer-events:none}
.vehicles-section__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.22fr) minmax(360px,.78fr);align-items:end;gap:clamp(34px,6vw,92px)}
.vehicle-carousel{position:relative;min-width:0}
.vehicle-carousel__viewport{position:relative;aspect-ratio:16/11;overflow:hidden;border:1px solid rgba(138,239,255,.45);border-radius:0 26px 0 26px;background:#062945;box-shadow:24px 24px 0 rgba(0,204,230,.15),0 27px 64px rgba(0,0,0,.35)}
.vehicle-carousel__viewport:after{position:absolute;inset:0;border:1px solid rgba(255,255,255,.25);border-radius:0 24px 0 24px;content:"";pointer-events:none}
.vehicle-carousel__tag{position:absolute;z-index:2;top:22px;left:22px;padding:9px 12px;color:#052943;background:#d7faff;font:800 .63rem/1 Outfit,Arial,sans-serif;letter-spacing:.13em;text-transform:uppercase}
.vehicle-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;filter:saturate(1.08) contrast(1.04);transform:scale(1.1);transition:opacity .75s ease,transform 5s linear}
.vehicle-slide.is-active{opacity:1;transform:scale(1)}
.vehicle-carousel__dots{display:flex;align-items:center;gap:9px;padding-top:25px}
.vehicle-carousel__counter{display:inline-block;margin-right:11px;color:rgba(255,255,255,.58);font:600 .78rem/1 Manrope,Arial,sans-serif;letter-spacing:.1em}
.vehicle-carousel__counter b{color:#fff;font:800 1.15rem/1 Outfit,Arial,sans-serif}
.vehicle-dot{width:30px;height:3px;padding:0;border:0;border-radius:0;background:rgba(255,255,255,.24);cursor:pointer;transition:width .25s ease,background .25s ease}
.vehicle-dot.is-active{width:55px;background:#29d8ec;transform:none}
.vehicles-section__content{position:relative;padding:42px 0 38px;color:#fff;background:transparent;border:0;box-shadow:none;backdrop-filter:none}
.vehicles-section__content:before{position:absolute;top:0;left:50%;width:86px;height:4px;background:#27d8ec;content:"";transform:translateX(-50%)}
.vehicles-section__panel-label{display:block;margin-bottom:15px;color:#54e7f4;font:800 .7rem/1 Outfit,Arial,sans-serif;letter-spacing:.16em;text-transform:uppercase}
.vehicles-section__content h2{margin:0 0 22px;color:#fff;font:800 clamp(2.6rem,4vw,4.25rem)/.93 Outfit,Arial,sans-serif;letter-spacing:-.06em}
.vehicles-section__content p{margin:0 0 19px;color:rgba(255,255,255,.88);font-size:.95rem;font-weight:500;line-height:1.72}
.vehicles-section__content strong{color:#72edf7;font-weight:800}
.vehicles-section__features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 11px;margin-top:26px}
.vehicles-section__features ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.vehicles-section__features li{padding:10px 9px;border:1px solid rgba(160,240,255,.16);color:#f7feff;background:rgba(0,196,222,.08);font-size:.77rem;font-weight:700;line-height:1.25}
.vehicles-section__features li:before{display:inline;margin-right:7px;color:#54e7f4;content:"✦";font-size:.64rem;line-height:1}
@media (max-width:860px){.vehicles-section{padding:95px 0 110px}.vehicles-section__grid{grid-template-columns:1fr;gap:56px}.vehicle-carousel{max-width:720px;width:100%;margin:0 auto;order:2}.vehicles-section__content{max-width:680px;margin:0 auto;order:1}.vehicles-section__watermark{top:10px;right:-10px}.vehicle-carousel__viewport{aspect-ratio:16/10}}
@media (max-width:480px){.vehicles-section{padding:76px 0 86px}.vehicles-section__content{padding:34px 22px 25px}.vehicles-section__content h2{font-size:2.7rem}.vehicle-carousel__viewport{aspect-ratio:1/1;border-radius:0 18px 0 18px}.vehicle-carousel__tag{top:14px;left:14px;padding:8px 9px;font-size:.56rem}.vehicle-carousel__dots{gap:6px;padding-top:19px}.vehicle-dot{width:17px}.vehicle-dot.is-active{width:32px}.vehicle-carousel__counter{margin-right:5px;font-size:.68rem}.vehicles-section__features{grid-template-columns:1fr;gap:9px}.vehicles-section__features ul{gap:9px}.vehicles-section__features li{font-size:.8rem}}

.vehicles-section__intro{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:clamp(42px,8vw,120px);align-items:end;margin:0 0 72px;color:#fff}
.vehicles-section__intro h2{max-width:570px;margin:0;color:#fff;font:800 clamp(3.6rem,7vw,7.1rem)/.82 Outfit,Arial,sans-serif;letter-spacing:.025em}
.vehicles-section__intro-copy{padding-bottom:4px}
.vehicles-section__intro-copy p{margin:0 0 20px;color:rgba(255,255,255,.92);font-size:clamp(1.15rem,1.9vw,1.5rem);font-weight:500;line-height:1.65}
.vehicles-section__intro-copy p:last-child{margin-bottom:0}
.vehicles-section__intro-copy strong{color:#72edf7;font-weight:800}
.vehicles-section__content{align-self:center}
@media (max-width:860px){.vehicles-section__intro{grid-template-columns:1fr;gap:26px;margin-bottom:48px}.vehicles-section__intro h2{max-width:620px}.vehicles-section__intro-copy{max-width:680px}.vehicles-section__content{align-self:initial}}
@media (max-width:480px){.vehicles-section__intro{gap:20px;margin-bottom:38px}.vehicles-section__intro h2{font-size:3.5rem}.vehicles-section__intro-copy p{font-size:1.05rem;line-height:1.62}}

.vehicles-section__grid{display:flex;flex-direction:column;align-items:flex-start;gap:0}
.vehicle-carousel{width:min(860px,100%)}
.vehicles-section__content{width:min(860px,100%);margin:46px 0 0;padding:0;align-self:auto}
@media (max-width:860px){.vehicle-carousel,.vehicles-section__content{max-width:720px}.vehicles-section__content{margin-top:38px}}

.vehicle-carousel{width:100%;max-width:none;overflow:hidden;padding:0;background:transparent;mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
.vehicle-carousel__track{display:flex;gap:14px;width:max-content;animation:vehicle-marquee 42s linear infinite}
.vehicle-carousel__track img{display:block;flex:0 0 255px;width:255px;height:245px;object-fit:cover;border:1px solid rgba(143,240,255,.35);border-radius:4px;filter:saturate(1.08) contrast(1.04);transition:transform .3s ease}
.vehicle-carousel__track img:hover{transform:scale(1.03)}
@keyframes vehicle-marquee{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 7px))}}
@media (max-width:860px){.vehicle-carousel__track{gap:10px;animation-duration:34s}.vehicle-carousel__track img{flex-basis:210px;width:210px;height:210px}}
@media (max-width:480px){.vehicle-carousel{mask-image:none}.vehicle-carousel__track{gap:8px;animation-duration:28s}.vehicle-carousel__track img{flex-basis:170px;width:170px;height:180px}}

.vehicles-section__content{width:min(1080px,100%);text-align:center}
.vehicles-section__content>p{margin-bottom:28px;font-size:clamp(1.1rem,1.8vw,1.45rem);font-weight:700;line-height:1.55}
.vehicles-section__features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px 14px;max-width:1080px;margin:0 auto}
.vehicles-section__features ul{display:contents}
.vehicles-section__features li{display:flex;align-items:center;justify-content:center;min-height:54px;padding:11px 12px;text-align:center;font-size:.86rem}
.vehicles-section__features li:before{position:static;margin-right:7px}
.vehicles-section__features li:nth-child(5){grid-column:2}
@media (max-width:860px){.vehicles-section__features{grid-template-columns:repeat(3,minmax(0,1fr))}.vehicles-section__features li:nth-child(5){grid-column:auto}}
@media (max-width:480px){.vehicles-section__content>p{font-size:1.08rem}.vehicles-section__features{grid-template-columns:1fr 1fr}.vehicles-section__features li{font-size:.78rem}.vehicles-section__features li:nth-child(5){grid-column:auto}}

.clients-section{padding:120px 0;background:#fff;overflow:hidden}
.clients-section__header{margin:0 auto 52px;text-align:center}
.clients-section__header p{margin:0 0 12px;color:var(--blue-deep);font:800 .72rem/1 Outfit,Arial,sans-serif;letter-spacing:.15em;text-transform:uppercase}
.clients-section__header h2{margin:0;color:#06253a;font:800 clamp(2.8rem,5vw,5rem)/.9 Outfit,Arial,sans-serif;letter-spacing:-.055em}
.clients-marquee{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}
.clients-marquee__track{display:flex;align-items:center;gap:20px;width:max-content;animation:clients-marquee 36s linear infinite}
.client-logo{display:grid;flex:0 0 190px;width:190px;height:135px;place-items:center;padding:20px;background:#fff;border:1px solid #dcecf3;border-radius:12px;box-shadow:0 10px 25px rgba(0,72,110,.08)}
.client-logo img{display:block;max-width:100%;max-height:82px;width:auto;height:auto;object-fit:contain;mix-blend-mode:multiply}
@keyframes clients-marquee{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 10px))}}
@media (max-width:860px){.clients-section{padding:88px 0}.clients-marquee__track{gap:14px;animation-duration:30s}.client-logo{flex-basis:160px;width:160px;height:115px;padding:16px}.client-logo img{max-height:70px}}
@media (max-width:480px){.clients-section{padding:72px 0}.clients-section__header{margin-bottom:36px}.clients-section__header h2{font-size:3rem}.clients-marquee{mask-image:none}.clients-marquee__track{gap:10px;animation-duration:26s}.client-logo{flex-basis:135px;width:135px;height:98px;padding:13px}.client-logo img{max-height:62px}}

@media (max-width:600px){.service-cards{grid-template-columns:1fr;width:80%;margin-right:auto;margin-left:auto}.vehicle-carousel{margin-top:34px}}

/* Hero de transportación */
.hero{min-height:max(780px,100svh)}
.hero-background{background-position:center;background-size:cover}
.hero__overlay{background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.9) 34%,rgba(255,255,255,.48) 57%,rgba(255,255,255,.08) 78%,rgba(255,255,255,.02) 100%)}
.hero__content{align-items:center;min-height:max(780px,100svh);padding:150px 0 72px}
.hero__copy{max-width:750px}
.hero__location{display:flex;align-items:center;gap:13px;margin:0 0 24px;color:#405465;font:700 clamp(.76rem,1.2vw,1rem)/1 Outfit,Arial,sans-serif;letter-spacing:.2em;text-transform:uppercase}
.hero__location:after{width:58px;height:3px;background:var(--blue-deep);content:""}
.hero h1{max-width:700px;font-size:clamp(3.9rem,6.7vw,6.9rem);line-height:.88;letter-spacing:-.07em}
.hero__lead{max-width:560px;margin:30px 0 28px;color:#103850;font-size:clamp(1.08rem,1.8vw,1.45rem);font-weight:600;line-height:1.46}
.hero__benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));max-width:720px;margin:0 0 29px;padding:5px 0}
.hero__benefit{display:flex;min-height:76px;align-items:center;justify-content:center;gap:9px;padding:0 12px;color:#07304b;font-size:clamp(.68rem,1.05vw,.82rem);font-weight:800;line-height:1.14;text-align:center}
.hero__benefit+.hero__benefit{border-left:1px solid rgba(4,57,85,.22)}
.hero__benefit svg{flex:0 0 33px;width:33px;height:33px;fill:none;stroke:var(--blue-deep);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}
.button--large{padding:20px 31px;font-size:.9rem}
.button--header{min-width:175px}
@media (max-width:860px){.hero{min-height:860px}.hero-background{background-position:62% center}.hero__overlay{background:linear-gradient(90deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.82) 46%,rgba(255,255,255,.22) 100%)}.hero__content{align-items:flex-start;min-height:860px;padding:170px 0 50px}.hero__copy{max-width:625px}.hero h1{max-width:610px;font-size:clamp(3.8rem,10vw,5.8rem)}.hero__benefits{max-width:690px}.hero__benefit{padding:0 7px}}
@media (max-width:600px){.hero{min-height:90svh}.hero-background{background-position:62% center}.hero__overlay{background:linear-gradient(90deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.78) 57%,rgba(255,255,255,.2) 100%)}.hero__content{min-height:90svh;padding:160px 0 45px}.hero__location{margin-bottom:23px;font-size:.73rem;letter-spacing:.17em}.hero__location:after{width:43px;height:2px}.hero h1{max-width:500px;font-size:clamp(2.9rem,12vw,3.8rem);line-height:.9}.hero__lead{max-width:365px;margin:26px 0 30px;font-size:1.08rem;line-height:1.4}.hero__benefits{width:100%;max-width:none;margin-bottom:28px}.hero__benefit{min-height:84px;flex-direction:column;gap:6px;padding:0 3px;font-size:.65rem;line-height:1.06}.hero__benefit svg{width:31px;height:31px}.button--large{width:min(100%,390px);padding:19px 18px;font-size:.79rem}}
@media (max-width:390px){.hero{min-height:90svh}.hero__content{min-height:90svh}.hero h1{font-size:2.75rem}.hero__lead{font-size:1rem}.hero__benefit{font-size:.59rem}.hero__benefit svg{width:28px;height:28px}}

.mobile-quote-button{display:none}
@media (max-width:860px){.site-header__inner{gap:6px}.site-header .brand{flex:1 1 auto;max-width:205px}.mobile-quote-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;padding:11px 13px;color:#fff;background:linear-gradient(135deg,#ff922f,var(--orange));border-radius:999px;box-shadow:0 8px 16px rgba(244,107,17,.22);font:800 .66rem/1 Outfit,Arial,sans-serif;letter-spacing:.04em;text-decoration:none;text-transform:uppercase;white-space:nowrap}.site-nav .button--header{display:none}.nav-toggle{flex:0 0 45px}}
@media (max-width:480px){.site-header .brand{max-width:155px}.mobile-quote-button{padding:10px 11px;font-size:.6rem}}

/* Hero de Nosotros */
.hero--about .hero-background{background-position:center}
.hero--about .hero__copy{max-width:790px}
.hero--about h1{max-width:780px;font-size:clamp(2.75rem,4.35vw,4.75rem);line-height:.99;letter-spacing:-.055em;text-transform:uppercase}
.hero--about h1 span{color:var(--blue-deep)}
.hero--about .hero__lead{max-width:690px}
@media (min-width:861px){.page-home .hero h1{font-size:clamp(3.5rem,5.8vw,5.9rem)}}
@media (max-width:860px){.hero--about .hero-background{background-position:67% center}.hero--about h1{font-size:clamp(2.75rem,7.2vw,4.5rem)}}
@media (max-width:600px){.hero--about .hero-background{background-position:65% center}.hero--about h1{font-size:clamp(2.2rem,8.6vw,3.1rem);line-height:1.01}.hero--about .hero__lead{max-width:350px;font-size:1rem;line-height:1.48}}

/* Hero de Flotilla */
.hero--fleet .hero-background{background-position:center}
.hero--fleet .hero__copy{max-width:720px}
.hero--fleet h1{max-width:670px;font-size:clamp(3.6rem,6vw,6.25rem);line-height:.91;text-transform:uppercase}
.hero--fleet__lead{max-width:610px;margin-bottom:14px}
.hero--fleet__vehicles{display:grid;gap:9px;margin:0 0 30px;padding-left:24px;color:var(--blue-deep);font-size:clamp(1rem,1.5vw,1.25rem);font-weight:800;line-height:1.4;list-style:disc}
.hero--fleet__vehicles li{padding-left:5px}
.hero--fleet__vehicles li::marker{color:var(--blue);font-size:.8em}
@media (max-width:860px){.hero--fleet .hero-background{background-position:64% center}.hero--fleet h1{font-size:clamp(3.35rem,9vw,5.3rem)}}
@media (max-width:600px){.hero--fleet .hero-background{background-position:66% center}.hero--fleet h1{font-size:clamp(2.8rem,11vw,3.75rem);line-height:.94}.hero--fleet__lead{max-width:350px;font-size:1.02rem}}

/* Hero de Servicios */
.hero--services .hero__content{padding-top:220px}
.hero--services .hero__copy{max-width:690px}
.hero--services h1{max-width:690px;font-size:clamp(2.3rem,3.4vw,3.65rem);line-height:1.08;letter-spacing:-.035em}
.hero--services .hero__lead{max-width:620px;font-size:clamp(1rem,1.35vw,1.2rem);line-height:1.65}
.hero--services .hero__lead strong{color:var(--blue-dark)}
@media(max-width:860px){.hero--services .hero__content{padding-top:155px}.hero--services .hero-background{background-position:68% center}.hero--services h1{font-size:clamp(2.1rem,5.4vw,3.2rem)}}
@media(max-width:600px){.hero--services .hero__content{padding-top:140px}.hero--services h1{font-size:clamp(1.85rem,7.4vw,2.65rem);line-height:1.12}.hero--services .hero__lead{font-size:1rem;line-height:1.55}}

/* Servicios: mitad texto y mitad fotografía */
.service-hero{position:relative;isolation:isolate;overflow:hidden;background:#fff;color:#111;scroll-margin-top:150px}
.service-hero__image{position:absolute;top:0;right:0;width:50%;height:100%;object-fit:cover;object-position:center}
.service-hero__inner{display:flex;align-items:center;min-height:690px;padding:90px 0}
.service-hero__copy{width:50%;padding-right:clamp(28px,4vw,64px)}
.service-hero__eyebrow{display:flex;align-items:center;gap:14px;margin:0 0 24px;color:#78e5f5;font:700 .78rem/1.4 Outfit,Arial,sans-serif;letter-spacing:.15em;text-transform:uppercase}
.service-hero__eyebrow:before{content:"";width:34px;height:3px;background:var(--orange)}
.service-hero h2{margin:0 0 28px;font:700 clamp(2.4rem,4vw,4.1rem)/1.08 Outfit,Arial,sans-serif;letter-spacing:-.035em;overflow-wrap:break-word}
.service-hero h2 span{display:block;color:#65e0f2}
.service-hero__intro{margin:0 0 18px;color:#111;font-size:1.08rem;line-height:1.6}
.service-hero ul{display:grid;gap:0;list-style:none;margin:0;padding:0}
.service-hero li{position:relative;padding:13px 0 13px 25px;border-bottom:1px solid rgba(0,0,0,.12);font-size:clamp(1rem,1.3vw,1.15rem);font-weight:600;line-height:1.55}
.service-hero li:before{position:absolute;left:0;top:23px;width:6px;height:6px;background:#65e0f2;border-radius:50%;content:""}
.service-hero--executive .service-hero__inner{justify-content:flex-end}
.service-hero--executive .service-hero__image{right:auto;left:0}
.service-hero--executive .service-hero__copy{padding-right:0;padding-left:clamp(28px,4vw,64px)}
@media(max-width:860px){.service-hero{display:flex;flex-direction:column;scroll-margin-top:110px}.service-hero__inner{min-height:0;padding:64px 0}.service-hero .service-hero__copy{width:100%;padding:0}.service-hero .service-hero__image{position:static;order:2;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover}.service-hero h2{font-size:clamp(2.4rem,5.5vw,3.8rem)}}
@media(max-width:600px){.service-hero h2{font-size:clamp(2rem,8.5vw,3rem)}.service-hero__eyebrow{font-size:.68rem;letter-spacing:.1em}.service-hero li{font-size:.98rem}}

/* Destinos nacionales */
.services-gallery{padding:100px 0 110px;overflow:hidden;background:#041d34;color:#fff}
.services-gallery h2{margin:0 0 48px;text-align:center;font:800 clamp(2.4rem,4.5vw,4.5rem)/1.05 Outfit,Arial,sans-serif;letter-spacing:-.04em}
.services-gallery .vehicle-carousel__track img{width:300px;height:260px;flex-basis:300px}
@media(max-width:860px){.services-gallery{padding:76px 0 86px}.services-gallery .vehicle-carousel__track img{width:235px;height:215px;flex-basis:235px}}
@media(max-width:480px){.services-gallery{padding:62px 0 72px}.services-gallery h2{margin-bottom:34px}.services-gallery .vehicle-carousel__track img{width:185px;height:190px;flex-basis:185px}}

.destinations-section{position:relative;isolation:isolate;overflow:hidden;padding:100px 0 110px;background:linear-gradient(135deg,#01eae8 0%,#00bcce 48%,#009eb3 100%);color:#063044;scroll-margin-top:150px}
.destinations-section:before,.destinations-section:after{position:absolute;z-index:-1;width:560px;height:560px;border:1px solid rgba(255,255,255,.3);border-radius:50%;content:"";pointer-events:none}
.destinations-section:before{top:-320px;right:-120px;box-shadow:0 0 0 50px rgba(255,255,255,.07),0 0 0 100px rgba(255,255,255,.05)}
.destinations-section:after{bottom:-430px;left:-170px;box-shadow:0 0 0 80px rgba(255,255,255,.06)}
.destinations-section__heading{max-width:760px;margin:0 auto 64px;text-align:center}
.destinations-section__heading h2{margin:0 0 24px;font:800 clamp(2.5rem,5vw,4.6rem)/1.05 Outfit,Arial,sans-serif;letter-spacing:-.035em}
.destinations-section__heading p{margin:0;font-size:clamp(1.05rem,1.6vw,1.25rem);font-weight:600;line-height:1.7}
.destinations-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:48px 36px;scroll-margin-top:150px}
.destination-card{flex:0 0 calc((100% - 72px)/3);min-width:0;text-align:center}
.destination-card__photo{position:relative;isolation:isolate;margin:0 10px 26px}
.destination-card__photo:before{position:absolute;inset:0;z-index:-1;border:2px solid rgba(255,255,255,.8);border-radius:22px;transform:translate(9px,10px) rotate(3deg);content:""}
.destination-card__photo:after{position:absolute;inset:0;z-index:-2;border-radius:22px;background:rgba(0,85,113,.22);transform:translate(-8px,5px) rotate(-3deg);content:""}
.destination-card:nth-child(even) .destination-card__photo:before{transform:translate(-9px,10px) rotate(-3deg)}
.destination-card__photo img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border:5px solid #fff;border-radius:20px;box-shadow:0 15px 30px rgba(0,67,88,.18)}
.destination-card h3{margin:0;font:700 clamp(1.3rem,2vw,1.65rem)/1.25 Outfit,Arial,sans-serif}
@media(max-width:860px){.destinations-section{padding:78px 0;scroll-margin-top:110px}.destinations-grid{gap:40px 30px}.destination-card{flex-basis:calc((100% - 30px)/2)}}
@media(max-width:600px){.destinations-section{padding:64px 0 72px}.destinations-section__heading{margin-bottom:42px}.destinations-grid{gap:36px}.destination-card{flex-basis:100%;max-width:380px}.destination-card__photo{margin-bottom:24px}}

/* Presentación de la flotilla */
.fleet-details{padding:110px 0;background:linear-gradient(135deg,#fff,#f0faff)}
.fleet-details__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(32px,6vw,80px);align-items:center}
.fleet-details__copy{padding-left:26px;border-left:4px solid var(--blue)}
.fleet-details__copy p{margin:0;color:#193f57;font-size:clamp(1rem,1.35vw,1.2rem);line-height:1.8}
.fleet-details__copy .fleet-details__intro{margin-bottom:24px;color:#06253a;font-size:clamp(1.3rem,2vw,1.75rem);font-weight:800;line-height:1.45}
.fleet-gallery{min-width:0}
.fleet-gallery__viewport{position:relative;aspect-ratio:1;overflow:hidden;border-radius:26px;background:#dceef3;box-shadow:0 24px 55px rgba(1,65,102,.16)}
.fleet-gallery__slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .7s ease}
.fleet-gallery__slide.is-active{opacity:1}
.fleet-gallery__controls{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:23px;color:var(--blue-dark);font-weight:800;font-variant-numeric:tabular-nums}
.fleet-gallery__controls[hidden]{display:none}
.fleet-gallery__controls button{min-width:44px;min-height:44px;padding:8px 12px;border:1px solid #b8dce8;border-radius:999px;background:#fff;color:var(--blue-dark);font:700 1.2rem Manrope,Arial,sans-serif;cursor:pointer}
.fleet-gallery__controls .fleet-gallery__pause{font-size:.8rem}
.fleet-gallery__controls button:hover{background:#dcf5fb}
.fleet-gallery__controls button:focus-visible{outline:3px solid var(--orange);outline-offset:3px}
.fleet-details__features{margin-top:80px;padding-top:40px;position:relative;text-align:center}
.fleet-details__features:before{position:absolute;top:0;left:50%;width:86px;height:4px;background:var(--blue);transform:translateX(-50%);content:""}
.fleet-details__features h2{max-width:900px;margin:0 auto 32px;color:#06253a;font:700 clamp(1.35rem,2.3vw,2rem)/1.45 Outfit,Arial,sans-serif}
.fleet-details__features ul{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin:0;padding:0;list-style:none}
.fleet-details__features li{display:flex;flex-direction:column;gap:14px;align-items:center;justify-content:center;flex:0 0 calc((100% - 48px)/4);min-height:154px;padding:24px 12px;border:1px solid #cce9f2;border-radius:14px;background:#fff;color:var(--blue-dark);font-weight:700;line-height:1.4}
.fleet-feature-icon{display:block;flex-shrink:0;width:52px;height:52px;fill:none;stroke:var(--blue-deep);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:860px){.fleet-details{padding:78px 0}.fleet-details__grid{grid-template-columns:1fr;gap:38px}.fleet-gallery{width:100%;max-width:600px;margin:auto}.fleet-details__features{margin-top:60px}.fleet-details__features li{flex-basis:calc((100% - 32px)/3)}}
@media(max-width:600px){.fleet-details{padding:64px 0}.fleet-details__copy{padding-left:20px}.fleet-gallery__viewport{border-radius:20px}.fleet-gallery__controls{gap:12px}.fleet-details__features li{flex-basis:calc((100% - 16px)/2);font-size:.9rem}}
@media(prefers-reduced-motion:reduce){.fleet-gallery__slide{transition:none}}

/* Contenido de Nosotros */
.about-story{padding:128px 0 140px;background:linear-gradient(135deg,#fff 0%,#f4fbfd 100%)}
.about-story__inner{display:grid;gap:105px}
.about-story__block{display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,1fr);align-items:center;gap:clamp(52px,8vw,130px)}
.about-story__block--reverse{grid-template-columns:minmax(440px,1fr) minmax(0,1fr)}
.about-story__block--reverse .about-story__copy{order:2}
.about-story__block--reverse .about-story__image{order:1}
.about-story__copy{position:relative;padding:26px 0 26px 48px}
.about-story__copy:before{position:absolute;top:0;bottom:0;left:0;width:6px;border-radius:8px;background:linear-gradient(180deg,#19c9e5,var(--blue-deep));content:""}
.about-story__copy p{margin:0;color:#193f57;font-size:clamp(1.08rem,1.5vw,1.38rem);font-weight:500;line-height:1.72}
.about-story__image{min-height:430px;margin:0;overflow:hidden;border-radius:28px;box-shadow:0 24px 55px rgba(1,65,102,.16)}
.about-story__image img{display:block;width:100%;height:100%;min-height:430px;object-fit:cover;transition:transform .5s ease}
.about-story__image:hover img{transform:scale(1.035)}
@media (max-width:860px){.about-story{padding:92px 0 100px}.about-story__inner{gap:76px}.about-story__block,.about-story__block--reverse{grid-template-columns:1fr;gap:36px}.about-story__block--reverse .about-story__copy,.about-story__block--reverse .about-story__image{order:initial}.about-story__image{min-height:380px}.about-story__image img{min-height:380px}}
@media (max-width:600px){.about-story{padding:72px 0 78px}.about-story__inner{gap:64px}.about-story__block{gap:30px}.about-story__copy{padding:6px 0 6px 26px}.about-story__copy:before{width:4px}.about-story__copy p{font-size:1.06rem;line-height:1.72}.about-story__image,.about-story__image img{min-height:255px}.about-story__image{border-radius:20px}}
