:root{--bg:#f6f4ef;--paper:#fffdf8;--ink:#111827;--muted:#667085;--line:#e7e1d7;--gold:#b78746;--gold2:#d6ae73;--navy:#111827;--soft:#f1eadf;--shadow:0 22px 60px rgba(17,24,39,.12);--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:var(--bg);line-height:1.65}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.skip{position:absolute;left:-999px;top:8px;background:#fff;padding:10px;z-index:99}.skip:focus{left:8px}.site-header{position:relative;isolation:isolate}.topbar{background:#0f172a;color:#fff;font-size:13px}.topbar-inner{max-width:1180px;margin:auto;padding:8px 22px;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap}.topbar a{opacity:.95}.nav{position:sticky;top:0;z-index:30;background:rgba(255,253,248,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(231,225,215,.75)}.nav-inner{max-width:1180px;margin:auto;padding:14px 22px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{height:76px;width:auto}.menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:4px}.menu a{font-size:14px;font-weight:600;color:#2f3747;padding:12px 14px;border-radius:999px;transition:.25s}.menu a:hover,.menu a.active{background:#f0e4d1;color:#111827}.nav-toggle{display:none;background:#111827;color:#fff;border:0;border-radius:14px;padding:10px 13px;font-size:22px}.hero{min-height:620px;display:grid;align-items:center;position:relative;overflow:hidden;background:linear-gradient(90deg,rgba(10,15,27,.84),rgba(10,15,27,.52),rgba(10,15,27,.16)),url('images/banner1.jpg') center/cover}.hero:after{content:"";position:absolute;inset:auto 0 0;height:130px;background:linear-gradient(0deg,var(--bg),transparent)}.hero-inner{max-width:1180px;margin:auto;width:100%;padding:80px 22px 130px;position:relative;z-index:2}.hero-card{max-width:720px;padding:34px 36px;border-radius:34px;background:rgba(255,253,248,.09);border:1px solid rgba(255,255,255,.22);box-shadow:0 30px 90px rgba(0,0,0,.22);backdrop-filter:blur(10px)}.eyebrow{display:inline-flex;align-items:center;gap:10px;margin:0 0 14px;color:var(--gold2);font-weight:700;text-transform:uppercase;letter-spacing:.14em;font-size:12px}.eyebrow:before{content:"";width:30px;height:1px;background:currentColor}.hero h1{margin:0;font-size:clamp(38px,5vw,70px);line-height:1.02;color:#fff;letter-spacing:-.045em}.hero p{max-width:660px;color:rgba(255,255,255,.86);font-size:clamp(16px,1.6vw,20px);margin:22px 0 0}.hero-actions,.cta-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:999px;font-weight:700;border:1px solid transparent;transition:.25s;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn.primary{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#111827;box-shadow:0 14px 34px rgba(183,135,70,.28)}.btn.ghost{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.28)}.btn.dark{color:#111827;background:#fff;border-color:var(--line)}.ico{width:22px;height:22px;display:inline-grid;place-items:center}.section{max-width:1180px;margin:auto;padding:90px 22px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}.section-head h2,.intro h2,.split h2,.remolque-detail h2{font-size:clamp(30px,3.6vw,48px);line-height:1.1;margin:0;letter-spacing:-.035em}.section-lead{max-width:520px;color:var(--muted);margin:0}.intro{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:start}.intro p:last-child{font-size:18px;color:#374151;margin:0}.grid{display:grid;gap:24px}.services{grid-template-columns:repeat(3,1fr)}.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 36px rgba(17,24,39,.06);transition:.3s}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.zoomable{display:block;border:0;background:transparent;padding:0;width:100%;cursor:zoom-in;overflow:hidden}.card .zoomable img{height:220px;width:100%;object-fit:cover;transition:transform .55s}.card:hover img{transform:scale(1.05)}.card-body{padding:26px}.tag{display:inline-block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);margin-bottom:12px}.card h3{font-size:24px;line-height:1.15;margin:0 0 10px}.card p{color:var(--muted);margin:0}.premium-band{background:#111827;color:#fff;margin:40px 0}.premium-band .section{padding:80px 22px}.band-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:22px}.band-item{padding:28px;border:1px solid rgba(255,255,255,.12);border-radius:26px;background:rgba(255,255,255,.05)}.band-item strong{font-size:30px;color:var(--gold2)}.split{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}.image-frame{border-radius:34px;overflow:hidden;box-shadow:var(--shadow);background:#fff;padding:10px}.image-frame img{border-radius:26px;aspect-ratio:4/3;object-fit:cover;width:100%}.split-text p{color:var(--muted)}.service-hero{background:linear-gradient(90deg,rgba(10,15,27,.78),rgba(10,15,27,.45)),var(--hero-img) center/cover;min-height:420px}.service-hero .hero-inner{padding-bottom:80px}.service-hero h1{font-size:clamp(36px,5vw,62px)}.detail-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:start}.prose{font-size:17px;color:#374151}.prose h2,.prose h3{color:#111827;line-height:1.15;letter-spacing:-.025em}.prose h2{font-size:40px}.prose ul{padding-left:20px}.side-card{background:#fff;border:1px solid var(--line);border-radius:30px;padding:28px;box-shadow:var(--shadow);position:sticky;top:120px}.side-card h3{margin-top:0}.list-clean{display:grid;gap:12px}.list-clean span{padding:12px 14px;background:var(--soft);border-radius:16px;font-weight:600}.remolque-premium{background:linear-gradient(135deg,#fffdf8,#f1eadf);border:1px solid var(--line);border-radius:36px;padding:32px;box-shadow:var(--shadow)}.remolque-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:stretch}.remolque-main img{height:430px;width:100%;object-fit:cover;border-radius:26px}.remolque-stack{display:grid;gap:18px}.remolque-stack img{height:206px;width:100%;object-fit:cover;border-radius:24px}.summary-cards{grid-template-columns:repeat(2,1fr)}.cta{max-width:1120px;margin:60px auto 90px;padding:50px 28px;text-align:center;border-radius:36px;color:#fff;background:linear-gradient(135deg,#111827,#263247);box-shadow:var(--shadow)}.cta h2{font-size:clamp(30px,4vw,50px);margin:0}.cta p{color:rgba(255,255,255,.75)}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:26px}.contact-card,.contact-form{background:#fff;border:1px solid var(--line);border-radius:30px;padding:30px;box-shadow:0 12px 36px rgba(17,24,39,.06)}.contact-line{display:flex;gap:14px;color:#475467}.contact-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#f1eadf}.contact-form{display:grid;gap:16px}.contact-form label{display:grid;gap:7px;font-weight:600}.contact-form input,.contact-form textarea{font:inherit;border:1px solid var(--line);border-radius:16px;padding:14px;background:#fffdf8}.footer{background:#0b1220;color:#d8dee9}.footer-grid{max-width:1180px;margin:auto;padding:60px 22px;display:grid;grid-template-columns:1.3fr 1fr 1fr 1.1fr;gap:34px}.footer-logo{height:78px;width:auto;background:#fff;border-radius:18px;padding:8px;margin-bottom:16px}.footer h3{color:#fff;margin:0 0 14px}.footer p,.footer a{color:#b9c1d0}.footer-col{display:grid;align-content:start;gap:9px}.interest{display:flex;align-items:center;gap:10px}.interest img{width:42px;height:42px;object-fit:contain;background:#fff;border-radius:10px;padding:4px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);max-width:1180px;margin:auto;padding:18px 22px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.lightbox{position:fixed;inset:0;background:rgba(8,12,20,.86);display:none;align-items:center;justify-content:center;z-index:80;padding:28px}.lightbox.open{display:flex}.lightbox img{max-height:82vh;max-width:min(1100px,94vw);border-radius:22px;box-shadow:0 30px 90px rgba(0,0,0,.45)}.lightbox-close{position:absolute;top:24px;right:24px;border:0;border-radius:50%;width:46px;height:46px;background:#fff;font-size:30px;cursor:pointer}.lightbox-caption{position:absolute;bottom:20px;color:#fff;text-align:center}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}@media(max-width:920px){.nav-inner{padding:12px 16px}.brand img{height:62px}.nav-toggle{display:block}.menu{position:absolute;left:16px;right:16px;top:92px;display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:22px;padding:12px;box-shadow:var(--shadow)}.menu.open{display:flex}.menu a{display:block}.hero{min-height:560px}.hero-card{padding:26px 22px}.section{padding:64px 18px}.section-head,.intro,.split,.detail-grid,.contact-grid,.remolque-grid{grid-template-columns:1fr;display:grid}.services,.summary-cards{grid-template-columns:1fr}.band-grid,.footer-grid{grid-template-columns:1fr}.topbar-inner{justify-content:center}.side-card{position:static}.remolque-main img,.remolque-stack img{height:260px}}@media(max-width:560px){.hero h1{font-size:38px}.hero-card{background:rgba(17,24,39,.28)}.btn{width:100%}.footer-bottom{display:block}.topbar-inner{font-size:12px}.brand img{height:56px}}
/* Ajustes premium v5: hero de páginas más claro y contacto con mapa */
.service-hero{background:linear-gradient(90deg,rgba(10,15,27,.64),rgba(10,15,27,.36)),var(--hero-img) center/cover;}
.service-hero .hero-card{background:rgba(255,253,248,.90);border:1px solid rgba(255,255,255,.55);box-shadow:0 34px 90px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.58);backdrop-filter:blur(14px);}
.service-hero h1{color:#101827;text-shadow:none;}
.service-hero .hero-card p:not(.eyebrow){color:#344054;}
.service-hero .btn.ghost{background:#ffffff;color:#111827;border-color:#d9dce3;box-shadow:0 10px 24px rgba(17,24,39,.08);}
.service-hero .eyebrow{color:#a87332;}
.map-card{background:#fff;border:1px solid var(--line);border-radius:30px;padding:12px;box-shadow:0 12px 36px rgba(17,24,39,.06);overflow:hidden;min-height:420px;}
.map-card iframe{width:100%;height:100%;min-height:420px;border:0;border-radius:22px;filter:saturate(.92) contrast(.98);}
.contact-card{background:linear-gradient(145deg,#fffdf8,#f6f0e7);}
.contact-line a{font-weight:700;color:#111827;}
@media(max-width:560px){.service-hero .hero-card{background:rgba(255,253,248,.94)}.map-card,.map-card iframe{min-height:330px}}

/* Premium v6: acabado tipo concesionario */
:root{
  --champagne:#efe2cf;
  --carbon:#0a0f1c;
  --carbon2:#141c2d;
  --gold3:#c7944f;
}
body{background:radial-gradient(circle at 15% 0%,rgba(214,174,115,.16),transparent 32%),linear-gradient(180deg,#f8f5ef 0%,#f2ede4 100%);}
.topbar{background:linear-gradient(90deg,#060914,#111827);border-bottom:1px solid rgba(255,255,255,.08)}
.topbar-inner{letter-spacing:.01em}.topbar a{transition:.22s}.topbar a:hover{color:#f2d09b}
.nav{background:rgba(255,253,248,.78);box-shadow:0 16px 40px rgba(15,23,42,.08)}
.nav-inner{padding-top:10px;padding-bottom:10px}.brand img{height:88px;filter:drop-shadow(0 10px 16px rgba(17,24,39,.10))}.menu{gap:6px}.menu a{position:relative;font-size:13px;text-transform:uppercase;letter-spacing:.045em}.menu a:hover,.menu a.active{background:#111827;color:#fff;box-shadow:0 12px 26px rgba(17,24,39,.12)}
.hero{min-height:650px;background:linear-gradient(90deg,rgba(5,9,18,.90),rgba(10,15,27,.58),rgba(10,15,27,.18)),url('images/banner1.jpg') center/cover}.hero-card{position:relative;overflow:hidden;border-radius:38px;padding:42px 44px;background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.055));border:1px solid rgba(255,255,255,.28);box-shadow:0 38px 100px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.22)}.hero-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 0% 0%,rgba(214,174,115,.22),transparent 35%);pointer-events:none}.hero-card>*{position:relative}.hero h1{letter-spacing:-.058em;text-wrap:balance}.hero p{max-width:610px}.btn{min-height:52px;padding:14px 24px;box-shadow:0 10px 24px rgba(17,24,39,.08)}.btn:hover{transform:translateY(-3px);box-shadow:0 18px 34px rgba(17,24,39,.15)}.btn.primary{background:linear-gradient(135deg,#b77f34,#e5bd82 58%,#b77f34);color:#101827}.btn.ghost{background:rgba(255,255,255,.12)}
.section{position:relative}.section-head h2,.intro h2,.split h2,.remolque-detail h2{letter-spacing:-.055em}.eyebrow{letter-spacing:.16em;color:#b77f34}.card{border:1px solid rgba(183,135,70,.16);background:linear-gradient(180deg,#fffefb,#fbf7ef);box-shadow:0 18px 44px rgba(17,24,39,.075)}.card:hover{transform:translateY(-8px);box-shadow:0 28px 70px rgba(17,24,39,.13)}.card .zoomable img{height:240px}.card-body{padding:30px}.tag{color:#b77f34}.premium-band{background:linear-gradient(135deg,#070b14,#121a2a 52%,#222b3b)}.band-item{background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
.service-hero{min-height:560px;background:linear-gradient(90deg,rgba(7,11,20,.56),rgba(7,11,20,.24)),var(--hero-img) center/cover}.service-hero .hero-inner{padding-top:90px;padding-bottom:90px}.service-hero .hero-card{max-width:650px;padding:38px 42px;background:rgba(255,253,248,.50);border:1px solid rgba(255,255,255,.70);box-shadow:0 36px 95px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.52);backdrop-filter:blur(20px) saturate(1.18);-webkit-backdrop-filter:blur(20px) saturate(1.18)}.service-hero .hero-card:before{background:linear-gradient(135deg,rgba(255,255,255,.42),transparent 38%),radial-gradient(circle at 100% 0%,rgba(214,174,115,.20),transparent 34%)}.service-hero h1{font-size:clamp(34px,4.35vw,56px);line-height:1.06;letter-spacing:-.07em;color:#07101f}.service-hero .hero-card p:not(.eyebrow){font-size:17px;line-height:1.75;color:#253047;max-width:560px}.service-hero .btn.ghost{background:rgba(255,255,255,.72);color:#111827;border-color:rgba(17,24,39,.08)}
.prose{font-size:18px}.side-card{background:linear-gradient(150deg,#fffefb,#f7efe2);border-color:rgba(183,135,70,.20)}.list-clean span{background:#fff;border:1px solid #eee2d2}.image-frame{padding:12px;background:linear-gradient(145deg,#fff,#eadbc5)}
.remolque-premium{padding:14px;background:linear-gradient(135deg,#111827,#283244);border:1px solid rgba(255,255,255,.12);box-shadow:0 34px 90px rgba(17,24,39,.18);position:relative;overflow:hidden}.remolque-premium:before{content:"Remolques y enganches";position:absolute;left:34px;top:30px;z-index:2;color:#fff;font-weight:800;font-size:clamp(28px,4vw,54px);letter-spacing:-.055em;text-shadow:0 14px 34px rgba(0,0,0,.32)}.remolque-premium:after{content:"Asesoramiento, instalación y soluciones para cada uso";position:absolute;left:36px;top:96px;z-index:2;color:rgba(255,255,255,.76);font-size:16px}.remolque-grid{gap:14px}.remolque-main img,.remolque-stack img{filter:saturate(.96) contrast(1.03);transition:.55s}.remolque-main:before{content:"";position:absolute;inset:0;border-radius:26px;background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.04));z-index:1;pointer-events:none}.remolque-main,.remolque-stack .zoomable{position:relative;border-radius:26px}.remolque-main img{height:500px}.remolque-stack img{height:243px}.remolque-main:hover img,.remolque-stack .zoomable:hover img{transform:scale(1.035)}
.contact-card,.map-card{border-color:rgba(183,135,70,.20);box-shadow:0 24px 60px rgba(17,24,39,.10)}.contact-icon{background:linear-gradient(135deg,#f7ead8,#e4bf82);color:#111827}.footer{background:linear-gradient(135deg,#070b14,#111827)}.footer-logo{height:92px}.footer a{transition:.22s}.footer a:hover{color:#f2d09b}.lightbox img{border:8px solid rgba(255,255,255,.9)}
@media(max-width:920px){.brand img{height:70px}.service-hero{min-height:520px}.service-hero .hero-card{padding:30px 26px}.remolque-premium:before{left:24px;top:22px}.remolque-premium:after{left:24px;top:78px}.remolque-main img{height:340px}.remolque-stack img{height:220px}}
@media(max-width:560px){.brand img{height:62px}.hero{min-height:590px}.hero-card{padding:28px 22px;border-radius:28px}.service-hero .hero-card{background:rgba(255,253,248,.58)}.service-hero h1{font-size:36px;letter-spacing:-.055em}.hero-actions{gap:10px}.card-body{padding:24px}.remolque-premium:before{font-size:26px}.remolque-premium:after{font-size:14px;top:64px;right:18px}.remolque-main img{height:300px}.remolque-stack img{height:190px}}

/* Premium v7: remolques rediseñados y mapa exacto */
.remolque-detail{padding-top:78px}.remolque-catalog{display:grid;grid-template-columns:1.15fr .85fr;gap:22px}.remolque-tile{position:relative;display:grid;grid-template-rows:auto 1fr;overflow:hidden;border:1px solid rgba(183,135,70,.20);border-radius:32px;background:linear-gradient(180deg,#fffefb,#f7efe4);box-shadow:0 24px 70px rgba(17,24,39,.10);cursor:zoom-in;transition:transform .35s ease,box-shadow .35s ease}.remolque-tile:hover{transform:translateY(-7px);box-shadow:0 34px 90px rgba(17,24,39,.16)}.remolque-tile img{width:100%;height:260px;object-fit:cover;transition:transform .65s ease}.remolque-tile:hover img{transform:scale(1.045)}.remolque-tile.featured{grid-row:span 2}.remolque-tile.featured img{height:470px}.remolque-tile div{padding:28px}.remolque-tile span{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;background:#111827;color:#e6bf83;font-weight:800;margin-bottom:16px}.remolque-tile h3{margin:0 0 8px;font-size:clamp(24px,2.4vw,34px);letter-spacing:-.045em;line-height:1.05}.remolque-tile p{margin:0;color:#596579}.remolque-premium{display:none}.map-card{position:relative}.map-link{display:inline-flex;margin-top:12px;padding:12px 16px;border-radius:999px;background:#111827;color:#fff!important;font-weight:700;font-size:14px;box-shadow:0 14px 34px rgba(17,24,39,.16)}
@media(max-width:920px){.remolque-catalog{grid-template-columns:1fr}.remolque-tile.featured{grid-row:auto}.remolque-tile.featured img,.remolque-tile img{height:260px}}

/* V8 · teléfonos y taller móvil */
.topbar-contact{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;justify-content:flex-end}.topbar-contact i{font-style:normal;opacity:.35}.mobile-workshop{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:clamp(2rem,5vw,5rem);align-items:center}.mobile-workshop-media{position:relative;border-radius:32px;overflow:hidden;box-shadow:0 30px 70px rgba(15,23,42,.18);background:#111827}.mobile-workshop-media button{display:block;width:100%;border:0;padding:0;background:transparent;cursor:zoom-in}.mobile-workshop-media img{display:block;width:100%;height:clamp(330px,45vw,610px);object-fit:cover;transition:transform .8s cubic-bezier(.2,.75,.25,1)}.mobile-workshop-media:hover img{transform:scale(1.025)}.photo-badge{position:absolute;left:24px;bottom:24px;padding:.75rem 1rem;border-radius:999px;background:rgba(255,255,255,.88);backdrop-filter:blur(14px);font-weight:800;color:#111827;box-shadow:0 12px 32px rgba(0,0,0,.16)}.mobile-workshop-copy h2{max-width:680px}.phone-pills{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:1.7rem 0}.phone-pills a{display:flex;flex-direction:column;gap:3px;padding:16px 18px;border:1px solid rgba(15,23,42,.1);border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.07);transition:.25s ease}.phone-pills a:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(15,23,42,.12)}.phone-pills small{color:#6b7280;font-weight:600}.phone-pills strong{font-size:1.05rem;color:#111827}.contact-card .contact-line{align-items:flex-start}@media(max-width:900px){.mobile-workshop{grid-template-columns:1fr}.mobile-workshop-media img{height:min(72vw,520px)}}@media(max-width:680px){.topbar-contact{justify-content:center;gap:.35rem .65rem}.topbar-contact i{display:none}.phone-pills{grid-template-columns:1fr}}
