
:root{
  --red:#e30613;
  --red2:#b9040d;
  --navy:#0b2a5b;
  --navy2:#071a38;
  --ink:#111827;
  --muted:#6b7280;
  --paper:#f8fafc;
  --line:#e5e7eb;
  --white:#ffffff;
  --dark:#07111f;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter, "Segoe UI", Roboto, Arial, sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid #eee}
.nav-wrap{height:82px;display:flex;align-items:center;gap:24px}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.brand-mark{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--red);color:#fff;font:800 23px Montserrat}
.brand strong{display:block;font-size:15px;letter-spacing:.7px}
.brand small{display:block;font-size:10px;color:#777;margin-top:2px}
.main-nav{display:flex;gap:22px;margin-left:auto;font-size:13px;font-weight:600}
.main-nav a:hover{color:var(--red)}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--navy);
  border-radius:10px;
  background:transparent;
  color:var(--navy);
  padding:12px 18px;
  font-weight:700;
  font-size:13px;
  letter-spacing:.1px;
  cursor:pointer;
  transition:.2s ease;
  box-shadow:none
}
.btn:hover{
  background:var(--navy);
  color:#fff;
  transform:none
}
.btn-small{
  padding:9px 14px;
  font-size:12px;
  border-radius:9px
}
.btn-outline{
  background:transparent;
  border:1px solid rgba(255,255,255,.6);
  color:#fff
}
.menu-toggle{display:none;margin-left:auto;background:none;border:0;font-size:26px}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 72% 28%,#173b73 0,#0b2a5b 38%,#06142b 100%);color:#fff;padding:92px 0 80px}
.hero:before{content:"";position:absolute;inset:auto -10% -42% 38%;height:520px;background:linear-gradient(135deg,transparent 40%,rgba(178,30,53,.16));transform:skewY(-10deg)}
.hero-grid{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:40px;position:relative}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:2.2px;color:#f0bac2}
.eyebrow.dark{color:var(--red)}
.hero h1,.section-head h2,.about h2,.why h2,.contact h2{font-size:clamp(36px,5vw,66px);line-height:1.04;margin:16px 0 22px;letter-spacing:-2px}
.hero h1 em{font-family:Inter, "Segoe UI", Roboto, Arial, sans-serif;font-weight:800;color:#f4c1c8}
.hero p{max-width:620px;color:#d4d4d4;font-size:18px}
.hero-actions{display:flex;gap:14px;margin:30px 0}
.trust-row{display:flex;gap:22px;flex-wrap:wrap;font-size:12px;color:#ddd}
.vehicle-art{position:relative}.hero-photo{max-width:560px;margin-left:auto}.hero-photo img,.hero-video{width:100%;height:560px;object-fit:cover;object-position:center 35%;border-radius:18px;display:block;box-shadow:0 18px 45px rgba(0,0,0,.32);border:1px solid rgba(255,255,255,.12)}.hero-photo-badge{position:absolute;left:22px;right:22px;bottom:22px;padding:16px 18px;border-radius:16px;background:rgba(10,10,10,.72);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15)}.hero-photo-badge strong,.hero-photo-badge span{display:block}.hero-photo-badge strong{font-size:15px}.hero-photo-badge span{margin-top:3px;font-size:11px;color:#ddd;letter-spacing:.4px}
.quote-section{padding:84px 0;background:var(--paper)}
.section-head{margin-bottom:34px}
.section-head.center{text-align:center}
.section-head h2{font-size:44px;margin:10px 0 12px}
.section-head p{color:var(--muted)}
.quote-card{display:grid;grid-template-columns:repeat(5,1fr) auto;gap:12px;background:#fff;padding:22px;border-radius:18px;box-shadow:0 8px 24px rgba(11,42,91,.07)}
label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.7px;color:#777}
input,select,textarea{width:100%;margin-top:7px;border:1px solid var(--line);border-radius:12px;padding:14px 13px;font:500 14px Montserrat;outline:none;background:#fff}
input:focus,select:focus,textarea:focus{border-color:var(--red)}
.quote-card .btn{align-self:end;height:49px}
.about{padding:100px 0}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.about-visual{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.photo-card{min-height:440px;border-radius:18px;position:relative;overflow:hidden;display:flex;align-items:flex-end;padding:22px;color:#fff;font-weight:800}
.photo-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.65))}
.photo-card span{position:relative}
.photo-1{background:linear-gradient(135deg,#8da3b6,#e7e7e7 52%,#1e1e1e)}
.photo-2{background:linear-gradient(135deg,#2d2d2d,#5a5a5a 50%,#b21e35)}
.about-copy h2{font-size:48px}
.about-copy p{color:#5d5d5d}
.pill-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:30px}
.pill-grid div{padding:18px;border:1px solid var(--line);border-radius:18px}
.pill-grid strong{display:block;color:var(--red);margin-bottom:5px}
.pill-grid span{font-size:12px;color:#777}
.mission{padding:0 0 100px}
.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.cards-3 article{border:1px solid var(--line);padding:34px;border-radius:16px;background:#fff}
.card-num{font-size:12px;color:var(--red);font-weight:800}
.cards-3 h3{font-size:24px;margin:18px 0 10px}
.cards-3 p{color:#666}
.services{padding:100px 0;background:#f3f0ec}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{background:#fff;border-radius:16px;padding:30px;min-height:250px;border:1px solid #ebe5df;display:flex;flex-direction:column}
.service-card.featured{background:var(--navy);color:#fff;border-top:3px solid var(--red)}
.service-card .icon{font-size:28px;font-weight:800;color:var(--red)}
.service-card.featured .icon{color:#fff}
.service-card h3{font-size:22px;margin:18px 0 8px}
.service-card p{color:#6b6b6b}
.service-card.featured p{color:#dbe7f7}
.service-card a{margin-top:auto;font-size:13px;font-weight:800}
.fleet{padding:100px 0;background:var(--navy2);color:#fff}
.section-head.light p{color:#aaa}
.fleet-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.fleet-grid article{background:#1a1a1a;border:1px solid #2b2b2b;padding:18px;border-radius:16px}
.fleet-art{height:220px;border-radius:16px;margin-bottom:20px;position:relative;overflow:hidden}
.fleet-art:after{content:"";position:absolute;left:12%;right:12%;bottom:18%;height:42%;background:#111;border-radius:45px 70px 18px 18px;box-shadow:0 0 0 4px #555}
.suv{background:linear-gradient(135deg,#d9dde0,#6f7477)}
.van{background:linear-gradient(135deg,#dadada,#8b8b8b)}
.minibus{background:linear-gradient(135deg,#b8c2ca,#45484b)}
.fleet-grid p{color:#aaa}
.why{padding:100px 0}
.why-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px}
.why h2{font-size:46px}
.why-list{display:grid;gap:6px}
.why-list div{display:flex;gap:20px;padding:22px 0;border-bottom:1px solid var(--line)}
.why-list strong{color:var(--red)}
.why-list b,.why-list small{display:block}
.why-list small{color:#777;margin-top:4px}
.contact{padding:100px 0;background:var(--navy);color:#fff}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}
.contact h2{font-size:50px}
.contact-data{display:grid;gap:8px;margin-top:28px}
.contact-form{background:#fff;padding:24px;border-radius:18px}
.contact-form input,.contact-form textarea{margin:0 0 12px}
.contact-form .btn{width:100%}
footer{background:#06142b;color:#fff;padding-top:60px}
.footer-grid{display:grid;grid-template-columns:1.3fr .8fr 1fr 1.2fr;gap:34px;padding-bottom:50px}
.footer-grid h4{margin:0 0 14px}
.footer-grid a,.footer-grid span,.footer-grid p{display:block;color:#aaa;font-size:13px;margin:7px 0}
.footer-brand small{color:#777}
.copyright{text-align:center;border-top:1px solid #242424;padding:18px;color:#777;font-size:12px}
.whatsapp-float{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#20bf66;color:#fff;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.24);z-index:60}

@media (max-width:950px){
  .main-nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;border-bottom:1px solid #eee}
  .main-nav.open{display:flex}.menu-toggle{display:block}.nav-wrap>.btn-small{display:none}
  .hero-grid,.about-grid,.why-grid,.contact-grid{grid-template-columns:1fr}
  .quote-card{grid-template-columns:1fr 1fr}.quote-card .btn{grid-column:1/-1}
  .service-grid,.fleet-grid,.cards-3{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:620px){
  .hero{padding-top:66px}.hero-actions{flex-direction:column}.hero h1{letter-spacing:-1px}
  .quote-card,.service-grid,.fleet-grid,.cards-3,.footer-grid,.pill-grid{grid-template-columns:1fr}
  .about-visual{grid-template-columns:1fr}.photo-card{min-height:300px}.photo-2{display:none}
  .section-head h2,.about-copy h2,.why h2,.contact h2{font-size:36px}
}

/* Identidad visual Duluma */
.brand-logo img{display:block;width:210px;max-height:68px;object-fit:contain;object-position:left center}
.site-header .brand-logo img{width:190px}
.footer-brand img{width:220px;filter:none}

/* Sección Off-Road 4x4 con fotografías reales de la flota */
.offroad-feature{margin-top:34px;background:#fff;border:1px solid #e7e1dc;border-radius:28px;padding:28px;display:grid;grid-template-columns:.72fr 1.28fr;gap:30px;align-items:center;box-shadow:0 18px 45px rgba(0,0,0,.06)}
.offroad-copy h3{font-size:36px;line-height:1.08;margin:12px 0 14px;letter-spacing:-1px}
.offroad-copy p{color:#666;margin:0 0 24px}
.offroad-gallery{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.offroad-photo{margin:0;position:relative;border-radius:20px;overflow:hidden;background:#111;min-height:360px}
.offroad-photo img{width:100%;height:100%;min-height:360px;object-fit:cover;display:block;transition:transform .35s ease}
.offroad-photo:hover img{transform:scale(1.025)}
.offroad-photo figcaption{position:absolute;left:14px;bottom:14px;background:rgba(10,10,10,.78);color:#fff;padding:9px 12px;border-radius:999px;font-size:11px;font-weight:700;backdrop-filter:blur(6px)}
@media (max-width:950px){.offroad-feature{grid-template-columns:1fr}.offroad-gallery{grid-template-columns:1fr 1fr}.brand-logo img{width:180px}}
@media (max-width:620px){.offroad-gallery{grid-template-columns:1fr}.offroad-photo,.offroad-photo img{min-height:300px}.offroad-copy h3{font-size:30px}.site-header .brand-logo img{width:150px}}

@media (max-width:950px){.hero-photo{max-width:100%;margin:20px auto 0}.hero-photo img,.hero-video{height:500px}}
@media (max-width:620px){.hero-photo img,.hero-video{height:420px}.hero-photo-badge{left:14px;right:14px;bottom:14px}}

.contact-form .btn{
  background:transparent;
  border:1px solid var(--navy);
  color:var(--navy);
}
.contact-form .btn:hover{
  background:var(--navy);
  color:#fff;
}
.whatsapp-float{
  width:52px;
  height:52px;
  font-size:12px;
  border:1px solid rgba(255,255,255,.45);
  box-shadow:0 8px 20px rgba(0,0,0,.18);
}

/* Legibilidad reforzada */
body{
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
h1,h2,h3,h4,h5,h6,
.brand strong,
.btn,
.main-nav a,
.eyebrow{
  font-family:Inter, "Segoe UI", Roboto, Arial, sans-serif;
}
h1,h2,h3,h4,h5,h6{
  font-weight:800;
  letter-spacing:-0.02em;
}
p, li, a, span, label, input, select, textarea, button{
  font-family:Inter, "Segoe UI", Roboto, Arial, sans-serif;
}
p{
  font-size:16px;
}
.main-nav{
  font-size:14px;
}
.brand strong{
  font-size:15px;
  letter-spacing:.3px;
}
.brand small{
  font-size:11px;
  line-height:1.35;
}
.eyebrow{
  font-size:12px;
  letter-spacing:1.4px;
  line-height:1.4;
}
.btn{
  font-size:14px;
  line-height:1.2;
}
label{
  font-size:12px;
  line-height:1.35;
}
input,select,textarea{
  font-size:15px;
  line-height:1.4;
}
.service-card p,
.cards-3 p,
.fleet-grid p,
.about-copy p,
.section-head p,
.why-list small,
.footer-grid a,
.footer-grid span,
.footer-grid p{
  font-size:14px;
  line-height:1.6;
}
.hero p{
  font-size:18px;
  line-height:1.6;
}
.hero h1{
  font-style:normal;
}
.hero h1 em{
  font-style:normal;
  font-weight:800;
}
@media (max-width:620px){
  body{font-size:15px}
  .hero p{font-size:16px}
  .main-nav{font-size:15px}
}


/* === Ajustes V7: máxima legibilidad y colores oficiales Duluma === */
:root{
  --duluma-blue:#082B5C;
  --duluma-blue-dark:#051C3D;
  --duluma-red:#E20A17;
  --duluma-red-dark:#B80712;
  --duluma-white:#FFFFFF;
  --duluma-soft:#F5F7FA;
  --duluma-text:#101828;
}

body{
  color:var(--duluma-text);
  background:#fff;
}

.hero{
  background:linear-gradient(135deg,var(--duluma-blue-dark) 0%,var(--duluma-blue) 72%,#123C72 100%);
}

.hero-grid{
  grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);
  gap:42px;
}

.hero-media-pair{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  align-items:stretch;
}

.hero-image-card,
.hero-video-card{
  position:relative;
  min-width:0;
  overflow:hidden;
  border-radius:18px;
  background:#fff;
  border:2px solid rgba(255,255,255,.84);
  box-shadow:0 14px 34px rgba(0,0,0,.22);
}

.hero-image-card img,
.hero-video-card video{
  width:100%;
  height:100%;
  min-height:390px;
  object-fit:cover;
  display:block;
  background:#000;
}

.hero-video-card video{
  object-position:center;
}

.media-label{
  position:absolute;
  left:12px;
  bottom:12px;
  z-index:2;
  background:rgba(5,28,61,.92);
  color:#fff;
  border-left:4px solid var(--duluma-red);
  padding:8px 11px;
  border-radius:7px;
  font-size:12px;
  font-weight:800;
  line-height:1.2;
}

/* Botones más visibles y todavía minimalistas */
.btn{
  background:var(--duluma-red);
  color:#fff;
  border:2px solid var(--duluma-red);
  border-radius:9px;
  padding:13px 20px;
  min-height:48px;
  font-size:14px;
  font-weight:800;
  letter-spacing:.25px;
  text-transform:none;
  box-shadow:none;
}

.btn:hover,
.btn:focus{
  background:var(--duluma-red-dark);
  border-color:var(--duluma-red-dark);
  color:#fff;
  outline:3px solid rgba(226,10,23,.20);
  outline-offset:2px;
}

.btn-outline{
  background:#fff;
  color:var(--duluma-blue);
  border:2px solid #fff;
}

.btn-outline:hover,
.btn-outline:focus{
  background:var(--duluma-soft);
  color:var(--duluma-blue-dark);
  border-color:#fff;
}

.quote-section{
  background:#fff;
  border-top:6px solid var(--duluma-red);
}

.quote-card{
  border:2px solid #DDE5EF;
  box-shadow:0 10px 30px rgba(8,43,92,.10);
}

.quote-card label{
  color:var(--duluma-blue);
  font-size:12px;
  font-weight:800;
}

.quote-card input,
.quote-card select{
  color:#111827;
  background:#fff;
  border:2px solid #CBD5E1;
  font-weight:600;
}

.quote-card input::placeholder{
  color:#667085;
  opacity:1;
}

.quote-card input:focus,
.quote-card select:focus{
  border-color:var(--duluma-blue);
  box-shadow:0 0 0 3px rgba(8,43,92,.10);
}

.quote-card .btn{
  background:var(--duluma-blue);
  border-color:var(--duluma-blue);
  color:#fff;
}

.quote-card .btn:hover,
.quote-card .btn:focus{
  background:var(--duluma-red);
  border-color:var(--duluma-red);
}

.section-head h2,
.about-copy h2,
.why h2,
.contact h2{
  color:var(--duluma-blue-dark);
}

.contact .section-head h2,
.contact h2{
  color:#fff;
}

.eyebrow.dark{
  color:var(--duluma-red);
}

/* Contraste adicional en navegación */
.main-nav a{
  color:var(--duluma-blue-dark);
  font-weight:700;
}
.main-nav a:hover,
.main-nav a:focus{
  color:var(--duluma-red);
}

@media (max-width:1100px){
  .hero-grid{
    grid-template-columns:1fr;
  }
  .hero-media-pair{
    max-width:900px;
  }
}

@media (max-width:700px){
  .hero-media-pair{
    grid-template-columns:1fr;
  }
  .hero-image-card img,
  .hero-video-card video{
    min-height:300px;
  }
  .btn{
    width:100%;
    font-size:14px;
  }
}


/* === Ajuste V8 portada: más pequeña, centrada y sin duplicados === */
.hero{
  padding:72px 0 68px;
}

.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,0.95fr) minmax(0,1.05fr);
  align-items:center;
  gap:32px;
}

.hero-copy{
  max-width:560px;
}

.hero-media-wrap{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
}

.hero-media-pair{
  width:100%;
  max-width:760px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  align-items:center;
}

.hero-image-card,
.hero-video-card{
  width:100%;
  max-width:370px;
  margin:0 auto;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  border:2px solid rgba(255,255,255,.9);
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}

.hero-image-card img,
.hero-video-card video{
  width:100%;
  height:260px;
  object-fit:cover;
  display:block;
  background:#000;
}

.hero-video-card video{
  object-position:center center;
}

.media-label{
  position:absolute;
  left:10px;
  bottom:10px;
  background:rgba(5,28,61,.92);
  color:#fff;
  border-left:4px solid var(--duluma-red);
  padding:7px 10px;
  border-radius:7px;
  font-size:12px;
  font-weight:800;
  line-height:1.2;
}

.hero-actions .btn{
  min-width:210px;
  justify-content:center;
}

@media (max-width:1100px){
  .hero-grid{
    grid-template-columns:1fr;
    gap:26px;
  }
  .hero-copy{
    max-width:100%;
    text-align:center;
    margin:0 auto;
  }
  .trust-row,
  .hero-actions{
    justify-content:center;
  }
}

@media (max-width:760px){
  .hero-media-pair{
    max-width:430px;
    grid-template-columns:1fr;
    gap:14px;
  }
  .hero-image-card,
  .hero-video-card{
    max-width:100%;
  }
  .hero-image-card img,
  .hero-video-card video{
    height:235px;
  }
}
