:root{--dyre-navy: #061833;--dyre-navy-dark: #020e20;--dyre-navy-light: #0b2851;--dyre-blue: #075de8;--dyre-blue-light: #2979ff;--dyre-yellow: #ffc400;--dyre-yellow-hover: #eeb700;--dyre-white: #ffffff;--dyre-background: #ffffff;--dyre-background-soft: #f5f7fa;--dyre-background-blue: #eef4fb;--dyre-text: #0b1830;--dyre-text-muted: #667085;--dyre-text-light: #dce5f2;--dyre-border: #e3e8ef;--dyre-border-dark: rgba(255, 255, 255, .14);--dyre-shadow-sm: 0 6px 20px rgba(6, 24, 51, .06);--dyre-shadow-md: 0 14px 38px rgba(6, 24, 51, .1);--dyre-shadow-lg: 0 22px 60px rgba(6, 24, 51, .16);--dyre-radius-sm: 7px;--dyre-radius-md: 12px;--dyre-radius-lg: 18px;--dyre-radius-xl: 26px;--dyre-container: 1180px;--dyre-header-height: 82px;--dyre-transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--dyre-header-height)}body{margin:0;min-width:320px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5;color:var(--dyre-text);background:var(--dyre-background);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body,button,input,select,textarea{font-family:Inter,Arial,Helvetica,sans-serif}img,picture,svg,video{display:block;max-width:100%}img{height:auto}button,input,select,textarea{font:inherit}button{border:0}a{color:inherit;text-decoration:none}ul,ol,h1,h2,h3,h4,h5,h6,p{margin-top:0}button,a,input,select,textarea{transition:var(--dyre-transition)}button,a{-webkit-tap-highlight-color:transparent}::selection{color:var(--dyre-navy);background:var(--dyre-yellow)}:focus-visible{outline:3px solid rgba(7,93,232,.35);outline-offset:3px}.skip-link{position:fixed;top:12px;left:12px;z-index:999;padding:12px 18px;color:var(--dyre-white);background:var(--dyre-navy);border-radius:var(--dyre-radius-sm);transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.container{width:min(calc(100% - 40px),var(--dyre-container));margin-inline:auto}.container-wide{width:min(calc(100% - 40px),1360px);margin-inline:auto}.section{padding-block:88px}.section-sm{padding-block:56px}.section-lg{padding-block:112px}.section-soft{background:var(--dyre-background-soft)}.section-blue{background:var(--dyre-background-blue)}.section-dark{color:var(--dyre-white);background:var(--dyre-navy)}.section-dark p{color:var(--dyre-text-light)}.eyebrow{display:inline-block;margin-bottom:12px;color:var(--dyre-yellow);font-size:.78rem;font-weight:900;line-height:1;letter-spacing:.1em;text-transform:uppercase}.section-title{margin-bottom:16px;color:var(--dyre-navy);font-size:clamp(2rem,4vw,3.25rem);font-weight:800;line-height:1.08;letter-spacing:-.045em}.section-title span{color:var(--dyre-blue)}.section-intro{max-width:720px;margin-bottom:0;color:var(--dyre-text-muted);font-size:1rem;line-height:1.75}.section-heading{margin-bottom:44px}.section-heading.centered{max-width:780px;margin-right:auto;margin-left:auto;text-align:center}.section-heading.centered .section-intro{margin-right:auto;margin-left:auto}.button,.btn-primary,.btn-secondary{min-height:48px;padding:0 22px;border:1px solid transparent;border-radius:var(--dyre-radius-sm);display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:.9rem;font-weight:800;line-height:1;cursor:pointer}.button:hover,.btn-primary:hover,.btn-secondary:hover{transform:translateY(-2px)}.button-yellow,.btn-primary{color:var(--dyre-navy);background:var(--dyre-yellow);box-shadow:0 8px 22px #ffc40038}.button-yellow:hover,.btn-primary:hover{background:var(--dyre-yellow-hover);box-shadow:0 12px 28px #ffc4004d}.button-dark,.btn-secondary{color:var(--dyre-white);background:var(--dyre-navy)}.button-dark:hover,.btn-secondary:hover{background:var(--dyre-navy-light)}.button-outline{color:var(--dyre-white);background:transparent;border-color:#ffffff6b}.button-outline:hover{color:var(--dyre-navy);background:var(--dyre-white);border-color:var(--dyre-white)}.button-block{width:100%}.site-header{position:sticky;top:0;z-index:100;color:var(--dyre-text);background:#fffffff7;border-bottom:1px solid var(--dyre-border);box-shadow:0 4px 18px #06183308;backdrop-filter:blur(14px)}.header-inner{min-height:var(--dyre-header-height);display:flex;align-items:center;gap:28px}.brand{width:120px;height:104px;flex:0 0 120px;display:flex;align-items:center;justify-content:flex-start}.brand img{width:104px;height:104px;max-width:none;object-fit:contain;transform:none}.main-nav{margin-left:auto;display:flex;align-items:center;gap:26px}.main-nav a{position:relative;padding-block:30px;color:var(--dyre-text);font-size:.88rem;font-weight:700}.main-nav a:after{content:"";position:absolute;right:0;bottom:20px;left:0;height:2px;background:var(--dyre-yellow);transform:scaleX(0);transform-origin:center;transition:transform .18s ease}.main-nav a:hover{color:var(--dyre-blue)}.main-nav a:hover:after{transform:scaleX(1)}.header-cta{flex:0 0 auto}.menu-toggle{width:44px;height:44px;margin-left:auto;padding:10px;display:none;align-items:center;justify-content:center;flex-direction:column;gap:5px;color:var(--dyre-navy);background:transparent;border-radius:var(--dyre-radius-sm);cursor:pointer}.menu-toggle span{width:24px;height:2px;background:currentColor;border-radius:999px}.hero{position:relative;min-height:510px;color:var(--dyre-white);background-color:var(--dyre-navy);background-image:linear-gradient(90deg,#031127fc,#031127f7 34%,#031127c9 53%,#0311271f 78%),url(/images/hero/mantenimiento-flotillas-dyreauto.png);background-repeat:no-repeat;background-position:center;background-size:cover;overflow:hidden}.hero-content{position:relative;z-index:2;min-height:510px;display:flex;align-items:center}.hero-copy{width:min(570px,100%);padding-block:68px 84px}.hero h1{max-width:640px;margin-bottom:22px;color:var(--dyre-white);font-size:clamp(3.2rem,5.1vw,3.2rem);font-weight:800;line-height:1.01;letter-spacing:-.055em}.hero h1 strong{color:var(--dyre-yellow)}.hero p{max-width:570px;margin-bottom:0;color:var(--dyre-text-light);font-size:1rem;line-height:1.72}.hero-support{margin-top:14px;max-width:540px;color:var(--dyre-white);font-size:.88rem;font-weight:700;line-height:1.6}.hero-actions{margin-top:30px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hero-actions i{color:var(--dyre-navy)}.trust-section{position:relative;z-index:10;margin-top:-30px}.trust-bar{padding:20px 26px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));color:var(--dyre-white);background:var(--dyre-navy);border:1px solid rgba(255,255,255,.08);border-radius:var(--dyre-radius-md);box-shadow:var(--dyre-shadow-lg)}.trust-item{min-width:0;padding:4px 18px;display:flex;align-items:center;gap:12px;border-right:1px solid rgba(255,255,255,.14)}.trust-item:last-child{border-right:0}.trust-icon{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;color:var(--dyre-yellow);font-size:1.45rem;flex-shrink:0}.trust-icon i{line-height:1}.trust-item div{min-width:0}.trust-item strong,.trust-item div>span{display:block}.trust-item strong{margin-bottom:2px;color:var(--dyre-white);font-size:.76rem;font-weight:800;line-height:1.25}.trust-item div>span{color:#cbd6e5;font-size:.68rem;font-weight:600;line-height:1.3}.clients-section{padding:54px 0 48px;background:var(--dyre-white)}.clients-heading{margin-bottom:28px}.clients-heading .section-title{margin-bottom:0;font-size:clamp(1.7rem,2.7vw,2.25rem)}.clients-carousel{position:relative;padding:0 46px}.clients-carousel-viewport{width:100%;overflow:hidden}.clients-carousel-track{display:flex;align-items:center;gap:24px;transition:transform .45s ease;will-change:transform}.client-slide{min-width:0;flex:0 0 calc((100% - 96px)/5)}.client-logo{min-height:90px;padding:10px 12px;display:flex;align-items:center;justify-content:center}.client-logo img{width:100%;height:64px;object-fit:contain;filter:saturate(.95);opacity:.92;transition:transform .18s ease,opacity .18s ease,filter .18s ease}.client-logo:hover img{opacity:1;filter:saturate(1);transform:scale(1.04)}.clients-carousel-button{position:absolute;top:50%;z-index:4;width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:var(--dyre-navy);background:var(--dyre-white);border:1px solid var(--dyre-border);border-radius:50%;box-shadow:var(--dyre-shadow-sm);cursor:pointer;transform:translateY(-50%)}.clients-carousel-button:hover{color:var(--dyre-blue);border-color:#075de840;box-shadow:var(--dyre-shadow-md)}.clients-carousel-prev{left:0}.clients-carousel-next{right:0}.clients-carousel-button i{font-size:.85rem}.problem-section{padding:70px 0;box-shadow:var(--dyre-shadow-lg)}.problem-grid{display:grid;grid-template-columns:1fr .8fr 1.4fr;gap:40px;align-items:center}.problem-copy h2{font-size:2rem;line-height:1.15;margin-bottom:22px;letter-spacing:-.04em}.problem-copy p{color:var(--dyre-text-muted);line-height:1.8}.problem-list{display:flex;flex-direction:column;gap:22px}.problem-item{display:flex;align-items:center;gap:14px}.problem-item i{width:22px;color:var(--dyre-blue);font-size:1.15rem;text-align:center;flex-shrink:0}.problem-item p{margin:0}.problem-image{overflow:hidden;border-radius:16px}.problem-image img{width:100%;height:100%;object-fit:cover;display:block}.why-section{padding:54px 0 62px;background:var(--dyre-white)}.why-heading{margin-bottom:30px;text-align:center}.why-heading h2{margin-bottom:6px;color:var(--dyre-navy);font-size:clamp(1.8rem,3vw,2.35rem);font-weight:800;line-height:1.1;letter-spacing:-.04em}.why-heading p{margin-bottom:0;color:var(--dyre-text-muted);font-size:1.5rem}.why-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.why-card{min-width:0;padding:26px 16px 24px;text-align:center;background:var(--dyre-white);border:1px solid var(--dyre-border);border-radius:10px;box-shadow:0 8px 22px #0618330d}.why-card:hover{border-color:#075de838;box-shadow:var(--dyre-shadow-md);transform:translateY(-3px)}.why-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;color:var(--dyre-yellow);font-size:1.9rem}.why-icon i{line-height:1}.why-card:first-child .why-icon{color:var(--dyre-yellow)}.why-card h3{min-height:44px;margin-bottom:10px;color:var(--dyre-navy);font-size:1.2rem;font-weight:800;line-height:1.25}.why-card p{margin-bottom:0;color:var(--dyre-text-muted);font-size:1rem;line-height:1.55}.motorization-section{padding:58px 0 68px;background:var(--dyre-background-soft)}.motorization-heading{margin-bottom:32px;text-align:center}.motorization-heading h2{margin-bottom:7px;color:var(--dyre-navy);font-size:clamp(1.8rem,3vw,2.35rem);font-weight:800;line-height:1.12;letter-spacing:-.04em}.motorization-heading p{margin-bottom:0;color:var(--dyre-text-muted);font-size:1.5rem}.motorization-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:var(--dyre-white);border:1px solid var(--dyre-border);border-radius:12px;overflow:hidden;box-shadow:var(--dyre-shadow-sm)}.motorization-card{min-width:0;padding:24px 24px 28px;border-right:1px solid var(--dyre-border)}.motorization-card:last-child{border-right:0}.motorization-card h3{margin-bottom:12px;display:flex;align-items:center;gap:8px;color:var(--dyre-navy);font-size:1.2rem;font-weight:800}.motorization-icon{width:28px;height:28px;flex:0 0 28px;display:inline-flex;align-items:center;justify-content:center;color:var(--dyre-blue);font-size:1.1rem}.motorization-icon i{line-height:1}.motorization-card img{width:100%;height:135px;margin-bottom:12px;object-fit:contain}.motorization-card ul{margin-bottom:0;padding-left:18px;color:var(--dyre-text);font-size:1rem;line-height:1.7}.motorization-card li::marker{color:var(--dyre-blue)}.fleetcare-section{color:var(--dyre-white);background:radial-gradient(circle at 85% 20%,rgba(7,93,232,.2),transparent 34%),var(--dyre-navy);overflow:hidden}.fleetcare-grid{min-height:330px;display:grid;grid-template-columns:.9fr 1fr 1.25fr;align-items:center}.fleetcare-copy{padding:44px 36px 44px 0}.fleetcare-brand{width:min(260px,100%);max-height:82px;margin-bottom:20px;object-fit:contain;object-position:left center}.fleetcare-copy h2{margin-bottom:14px;color:var(--dyre-white);font-size:clamp(1.3rem,3vw,1.3rem);font-weight:800;line-height:1.13;letter-spacing:-.04em}.fleetcare-copy p{margin-bottom:0;color:#d3deec;font-size:.9rem;line-height:1.7}.fleetcare-features{padding:40px 28px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 24px}.fleetcare-feature{min-width:0;display:flex;align-items:center;gap:12px}.fleetcare-feature span{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;color:var(--dyre-yellow);background:#ffc40014;border:1px solid rgba(255,196,0,.25);border-radius:10px;font-size:1.2rem}.fleetcare-feature strong{color:var(--dyre-white);font-size:.8rem;line-height:1.35}.fleetcare-image{height:330px;align-self:stretch;overflow:hidden}.fleetcare-image img{width:100%;height:100%;object-fit:cover;object-position:center}.fleetcare-feature span i{line-height:1}.process-benefits-section{padding:58px 0 66px;background:var(--dyre-white)}.process-benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.process-column,.benefits-column{min-width:0}.compact-heading{margin-bottom:28px;text-align:center}.compact-heading h2{margin-bottom:6px;color:var(--dyre-navy);font-size:clamp(1.6rem,2.6vw,2rem);font-weight:800;line-height:1.15;letter-spacing:-.035em}.compact-heading p{margin-bottom:0;color:var(--dyre-text-muted);font-size:1.2rem}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.process-step{position:relative;min-width:0;text-align:center}.process-step-top{position:relative;margin-bottom:12px;display:flex;align-items:center;justify-content:center}.process-icon{position:relative;z-index:2;width:58px;height:58px;flex:0 0 58px;display:grid;place-items:center;color:var(--dyre-blue);background:var(--dyre-white);border:2px solid rgba(7,93,232,.28);border-radius:50%;font-size:1.45rem}.process-icon i{line-height:1}.process-connector{position:absolute;top:50%;left:calc(50% + 35px);width:calc(100% - 52px);display:flex;align-items:center;justify-content:center;color:var(--dyre-navy);font-size:.95rem;transform:translateY(-50%)}.process-number{width:29px;height:29px;margin:0 auto 10px;display:grid;place-items:center;color:var(--dyre-navy);background:var(--dyre-yellow);border-radius:50%;font-size:.76rem;font-weight:900}.process-step-copy h3{min-height:38px;margin-bottom:7px;color:var(--dyre-navy);font-size:.74rem;font-weight:800;line-height:1.3}.process-step-copy p{margin-bottom:0;color:var(--dyre-text-muted);font-size:.8rem;line-height:1.48}.benefits-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;background:var(--dyre-white);border:1px solid var(--dyre-border);border-radius:14px;box-shadow:var(--dyre-shadow-sm)}.benefit-item{min-width:0;min-height:112px;padding:15px 10px;display:flex;align-items:center;flex-direction:column;justify-content:center;gap:9px;text-align:center;background:var(--dyre-white);border-right:1px solid var(--dyre-border);border-bottom:1px solid var(--dyre-border)}.benefit-item:nth-child(4n){border-right:0}.benefit-item:nth-last-child(-n+3){border-bottom:0}.benefit-icon{min-height:28px;display:grid;place-items:center;color:var(--dyre-blue);font-size:1.35rem;line-height:1}.benefit-icon i{line-height:1}.benefit-item strong{max-width:115px;color:var(--dyre-navy);font-size:.8rem;line-height:1.35}.contact-zone{padding:58px 0;color:var(--dyre-white);background:radial-gradient(circle at 90% 10%,rgba(7,93,232,.18),transparent 30%),var(--dyre-navy)}.contact-zone-grid{display:grid;grid-template-columns:.5fr 1.5fr 1.5fr;gap:28px;align-items:start}.coverage-column h2,.faq-column h2,.contact-card h2{margin-bottom:10px;color:var(--dyre-white);font-size:1.55rem;font-weight:800;line-height:1.15;letter-spacing:-.035em}.coverage-column>p,.contact-card>p{margin-bottom:20px;color:#cbd6e5;font-size:1rem;line-height:1.65}.coverage-content{display:grid;gap:22px}.coverage-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}.coverage-list li{display:flex;align-items:center;gap:10px;color:#d5deea;font-size:1.1rem;line-height:1.45}.coverage-list li:before{content:"";font-family:"Font Awesome 6 Free";font-weight:900;color:var(--dyre-yellow);font-size:.9rem;flex:0 0 auto}.coverage-map{overflow:hidden;border-radius:12px}.coverage-map img{display:block;width:100%;height:auto;border-radius:12px}.faq-list{border-top:1px solid rgba(255,255,255,.14)}.faq-item{border-bottom:1px solid rgba(255,255,255,.14)}.faq-item summary{position:relative;padding:16px 32px 16px 0;list-style:none;cursor:pointer;color:var(--dyre-white);font-size:1rem;font-weight:700;line-height:1.45}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";position:absolute;right:4px;top:50%;transform:translateY(-50%);font-size:1.15rem;font-weight:400}.faq-item[open] summary:after{content:"−"}.faq-item p{margin:0 0 16px;padding-right:24px;color:#cbd6e5;font-size:.76rem;line-height:1.65}.contact-card{padding:24px;background:#ffffff0e;border:1px solid rgba(255,255,255,.09);border-radius:14px;box-shadow:0 20px 48px #00000024}.contact-card .contact-form{gap:10px;padding:0;background:transparent;border:0;box-shadow:none}.contact-card .contact-form input,.contact-card .contact-form select,.contact-card .contact-form textarea{min-height:44px;padding:11px 12px;font-size:.76rem;border:0;border-radius:5px}.contact-card .contact-form textarea{min-height:82px}.form-message{display:none;padding:12px 14px;border-radius:6px;font-size:.78rem;font-weight:600;line-height:1.5}.form-message.is-success{display:block;color:#dff8e7;background:#22c55e26;border:1px solid rgba(34,197,94,.35)}.form-message.is-error{display:block;color:#ffe2e2;background:#ef444424;border:1px solid rgba(239,68,68,.35)}.contact-form button:disabled{cursor:wait;opacity:.72;transform:none}.form-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.card{padding:30px;background:var(--dyre-white);border:1px solid var(--dyre-border);border-radius:var(--dyre-radius-lg);box-shadow:var(--dyre-shadow-sm)}.card:hover{border-color:#075de83d;box-shadow:var(--dyre-shadow-md);transform:translateY(-4px)}.card h3{margin-bottom:12px;color:var(--dyre-navy);font-size:1.1rem;line-height:1.3}.card p{margin-bottom:0;color:var(--dyre-text-muted);font-size:.9rem;line-height:1.7}.contact-form{padding:30px;display:grid;gap:16px;background:var(--dyre-white);border:1px solid var(--dyre-border);border-radius:var(--dyre-radius-lg);box-shadow:var(--dyre-shadow-md)}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;min-height:50px;padding:13px 15px;color:var(--dyre-text);background:var(--dyre-white);border:1px solid #d8dee8;border-radius:var(--dyre-radius-sm);outline:none}.contact-form textarea{min-height:125px;resize:vertical}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--dyre-blue);box-shadow:0 0 0 4px #075de81a}.site-footer{background:#02101f;color:#fff;padding:52px 0 26px}.footer-grid{display:grid;grid-template-columns:1.55fr 1fr .9fr 1.25fr;gap:48px;align-items:start}.footer-brand{min-width:0}.footer-logo{width:145px;margin-bottom:18px}.footer-brand p{max-width:340px;margin-bottom:0}.site-footer h4{margin-bottom:18px;font-size:1rem}.site-footer p,.site-footer li{color:#b7c4d5;line-height:1.75;font-size:.85rem}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li{margin-bottom:8px}.site-footer a:hover{color:var(--dyre-yellow)}.footer-bottom{margin-top:38px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08);text-align:center;color:#8fa2bc;font-size:.8rem}.email-float,.whatsapp-float{position:fixed;right:22px;width:62px;height:62px;display:flex;align-items:center;justify-content:center;padding:0;margin:0;color:#fff;text-decoration:none;border-radius:50%;box-shadow:0 20px 40px #0003;z-index:9999;transition:transform .25s ease,box-shadow .25s ease}.email-float{bottom:96px;background:var(--dyre-blue)}.whatsapp-float{bottom:22px;background:#25d366}.email-float i,.whatsapp-float i{color:#fff;font-size:1.65rem;line-height:1}.email-float:hover,.whatsapp-float:hover{color:#fff;transform:scale(1.08);box-shadow:0 22px 44px #00000042}.text-center{text-align:center}.text-white{color:var(--dyre-white)}.text-muted{color:var(--dyre-text-muted)}.bg-white{background:var(--dyre-white)}.bg-soft{background:var(--dyre-background-soft)}.overflow-hidden{overflow:hidden}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.site-header.is-scrolled{box-shadow:0 8px 28px #06183317}.menu-toggle{position:relative}.menu-toggle span{transition:transform .18s ease,opacity .18s ease}.menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:1024px){:root{--dyre-container: 940px}.header-cta{display:none}.main-nav{gap:20px}.cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){:root{--dyre-header-height: 70px}.brand{width:62px;height:62px;flex-basis:62px}.brand img{width:58px;height:58px}.menu-toggle{display:flex}.main-nav{position:absolute;top:var(--dyre-header-height);right:14px;left:14px;margin-left:0;padding:12px 20px 18px;display:none;align-items:stretch;flex-direction:column;gap:0;background:var(--dyre-white);border:1px solid var(--dyre-border);border-radius:0 0 14px 14px;box-shadow:var(--dyre-shadow-lg);max-height:calc(100vh - var(--dyre-header-height) - 20px);overflow-y:auto}.main-nav.is-open{display:flex}.main-nav a{padding:15px 4px;border-bottom:1px solid var(--dyre-border);font-size:1rem}.main-nav a:last-child{border-bottom:0}.main-nav a:after{display:none}.hero{min-height:580px;background-position:64% center}.hero-content{min-height:580px}.hero-copy{width:min(520px,100%)}.button-arrow{font-size:1rem;line-height:1}.hero-whatsapp-cta{gap:12px}.whatsapp-icon{width:21px;height:21px;flex:0 0 21px}.trust-bar{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:18px}.trust-item:nth-child(3){border-right:0}.why-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.motorization-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.motorization-card:nth-child(2){border-right:0}.motorization-card:nth-child(-n+2){border-bottom:1px solid var(--dyre-border)}.fleetcare-grid{grid-template-columns:1fr 1fr}.fleetcare-image{grid-column:1 / -1;height:320px}.process-benefits-grid{grid-template-columns:1fr;gap:64px}.process-grid,.benefits-grid{max-width:720px;margin-inline:auto}.contact-zone-grid{grid-template-columns:1fr 1fr}.contact-card{grid-column:1 / -1}.section{padding-block:72px}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 32px}.footer-logo{width:130px}.footer-bottom{margin-top:38px}.email-float,.whatsapp-float{position:fixed;right:22px;width:62px;height:62px;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;border-radius:50%;box-shadow:0 20px 40px #0003;z-index:999;transition:transform .25s ease,box-shadow .25s ease}.email-float{bottom:96px;background:var(--dyre-blue)}.whatsapp-float{bottom:22px;background:#25d366}.email-float i,.whatsapp-float i{color:#fff;font-size:1.65rem;line-height:1}.email-float:hover,.whatsapp-float:hover{color:#fff;transform:scale(1.08);box-shadow:0 22px 44px #00000042}}@media(max-width:640px){.container,.container-wide{width:min(calc(100% - 28px),var(--dyre-container))}.brand{width:58px;height:58px;flex-basis:58px}.brand img{width:54px;height:54px;transform:none}.hero{min-height:610px;background-image:linear-gradient(180deg,#031127f5,#031127e6 42%,#031127b3 68%,#03112761),url(/images/hero/mantenimiento-flotillas-dyreauto.png);background-position:62% center;background-size:cover}.hero-content{min-height:610px;align-items:flex-start}.hero-copy{padding-block:54px 70px}.hero h1{font-size:2.2rem}.hero-actions .button{width:100%}.trust-section{margin-top:0;background:var(--dyre-navy)}.trust-section .container{width:100%}.trust-bar{padding:20px 14px;grid-template-columns:repeat(2,minmax(0,1fr));border:0;border-radius:0;box-shadow:none}.trust-item{padding:10px;border-right:0}.trust-icon{font-size:1.35rem}.clients-section{padding:44px 0}.clients-heading{margin-bottom:22px}.clients-carousel{padding-inline:26px}.clients-carousel-viewport{overflow:hidden}.clients-carousel-track{gap:12px}.client-slide{flex:0 0 90%}.client-logo{min-height:110px;padding:14px 18px}.client-logo img{width:100%;height:78px;object-fit:contain}.clients-carousel-button{width:32px;height:32px}.clients-carousel-button i{font-size:.75rem}.problem-grid{grid-template-columns:1fr}.problem-copy h2{font-size:2rem}.problem-image{order:-1}.why-section{padding:46px 0 52px}.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-card{padding:22px 12px}.why-card h3{min-height:auto}.motorization-section{padding:48px 0 54px}.motorization-grid{grid-template-columns:1fr}.motorization-card{border-right:0;border-bottom:1px solid var(--dyre-border)}.motorization-card:last-child{border-bottom:0}.motorization-card img{height:150px}.fleetcare-grid{grid-template-columns:1fr}.fleetcare-copy{padding:44px 0 20px}.fleetcare-features{padding:20px 0 38px;grid-template-columns:1fr}.fleetcare-image{grid-column:auto;height:260px;margin-right:-14px;margin-left:-14px}.process-benefits-section{padding:48px 0 56px}.process-benefits-grid{gap:56px}.compact-heading{margin-bottom:30px}.process-grid{position:relative;max-width:420px;margin-inline:auto;display:flex;flex-direction:column;gap:0}.process-step{position:relative;min-height:150px;padding:0 0 28px 82px;text-align:left}.process-step:last-child{min-height:auto;padding-bottom:0}.process-step:before{content:"";position:absolute;top:58px;bottom:0;left:29px;width:2px;background:#075de838}.process-step:last-child:before{display:none}.process-step-top{position:absolute;top:0;left:0;margin:0}.process-icon{width:60px;height:60px;flex-basis:60px;background:var(--dyre-white);box-shadow:0 8px 20px #06183314}.process-connector{display:none}.process-number{position:absolute;top:45px;left:41px;z-index:3;width:26px;height:26px;margin:0;font-size:.7rem}.process-step-copy{padding-top:4px}.process-step-copy h3{min-height:auto;margin-bottom:8px;font-size:.92rem;line-height:1.3}.process-step-copy p{max-width:290px;font-size:.77rem;line-height:1.55}.benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr));border-radius:12px}.benefit-item{min-height:118px;padding:18px 12px}.benefit-item:nth-child(4n){border-right:1px solid var(--dyre-border)}.benefit-item:nth-child(2n){border-right:0}.benefit-item:nth-last-child(-n+3){border-bottom:1px solid var(--dyre-border)}.benefit-item:last-child{grid-column:1 / -1;border-right:0;border-bottom:0}.benefit-item strong{max-width:150px;font-size:.72rem}.contact-zone{padding:44px 0}.coverage-column h2,.faq-column h2,.contact-card h2{font-size:1.75rem}.coverage-column>p,.contact-card>p{font-size:.9rem}.coverage-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;margin:0;padding:0}.coverage-list li{min-width:0;display:flex;align-items:center;gap:8px;font-size:.85rem;line-height:1.35}.coverage-list li:before{flex:0 0 auto;font-size:.85rem}.coverage-map img{width:100%}.faq-item summary{font-size:.9rem}.faq-item p{font-size:.84rem}.contact-card{padding:20px}.section,.section-lg{padding-block:64px}.section-heading{margin-bottom:32px}.cards-grid,.form-row{grid-template-columns:1fr}.card{padding:24px}.site-footer{padding:48px 0 24px;overflow:hidden}.footer-grid{width:100%;grid-template-columns:1fr;gap:32px}.footer-grid>div{min-width:0}.footer-logo{width:110px;margin-bottom:16px}.site-footer h4{margin-bottom:12px;font-size:.95rem}.site-footer p,.site-footer li{font-size:.8rem;line-height:1.7;overflow-wrap:anywhere}.site-footer li{margin-bottom:6px}.footer-bottom{margin-top:34px;padding-top:20px;text-align:left;font-size:.72rem}.email-float,.whatsapp-float{width:52px;height:52px;right:14px}.email-float{bottom:82px}.whatsapp-float{bottom:14px}.email-float i,.whatsapp-float i{font-size:1.45rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media(max-width:420px){.why-grid{grid-template-columns:1fr}}@media(max-width:991px){.contact-zone-grid{grid-template-columns:1fr;gap:40px}}@media(max-width:1024px){.clients-carousel{padding-inline:42px}.client-slide{flex:0 0 calc((100% - (24px * 2)) / 3)}}
