/* ============================================================
   Reidi Camiones & Repuestos — Landing
   Paleta: blanco + azul + rojo (tomada del logo)
   ============================================================ */

@font-face{font-family:"Barlow";src:url("fonts/barlow-latin-400-normal.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Barlow";src:url("fonts/barlow-latin-500-normal.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Barlow";src:url("fonts/barlow-latin-600-normal.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"Barlow Condensed";src:url("fonts/barlow-condensed-latin-600-normal.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"Barlow Condensed";src:url("fonts/barlow-condensed-latin-700-normal.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}

:root{
  --white:#ffffff;
  --navy:#0B1F5C;
  --navy-deep:#071545;
  --blue:#1636A8;
  --blue-tint:#EEF2FB;
  --red:#E10A1F;
  --red-dark:#B80718;
  --ink:#1B2A5C;
  --muted:#48547A;
  --line:#D8E0F1;
  --on-dark:#D7DFF7;

  --f-body:"Barlow","Segoe UI",Roboto,Arial,sans-serif;
  --f-head:"Barlow Condensed","Arial Narrow","Roboto Condensed",Arial,sans-serif;

  --pad:clamp(16px,4vw,32px);
  --header-h:72px;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 8px);-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--f-body);font-size:1.0625rem;line-height:1.55;color:var(--ink);background:var(--white);overflow-x:clip}
img{display:block;max-width:100%;height:auto}
h1,h2,h3,p,ul,ol,dl,dd,figure{margin:0}
ul,ol{padding:0;list-style:none}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit}
.ico{width:1.25em;height:1.25em;flex:none}

:focus-visible{outline:3px solid var(--red);outline-offset:3px}
.site-header :focus-visible,.hero :focus-visible,.page-hero :focus-visible,.about :focus-visible,.final-cta :focus-visible,.site-footer :focus-visible,.lightbox :focus-visible{outline-color:#fff}

.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:var(--pad)}
.section{padding-block:clamp(56px,8vw,96px)}

.skip-link{position:absolute;left:-9999px;top:8px;z-index:100;background:#fff;color:var(--navy);padding:10px 16px;border-radius:6px;font-weight:600}
.skip-link:focus{left:8px}

/* ---------- Botones ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 24px;border:2px solid transparent;border-radius:8px;font:600 1.0625rem/1.15 var(--f-body);text-align:center;cursor:pointer;transition:background-color .15s,color .15s,border-color .15s,transform .15s}
.btn:active{transform:translateY(1px)}
.btn-lg{min-height:58px;padding:0 28px;font-size:1.125rem}
.btn-red{background:var(--red);color:#fff}
.btn-red:hover{background:var(--red-dark)}
.btn-outline-light{border-color:#fff;color:#fff;background:transparent}
.btn-outline-light:hover{background:#fff;color:var(--navy)}
.btn-outline{border-color:var(--blue);color:var(--blue);background:#fff}
.btn-outline:hover{background:var(--blue);color:#fff}

/* Cinta reflectiva (la misma que llevan los parachoques de las unidades) */
.tape{display:block;height:14px;background:repeating-linear-gradient(-45deg,var(--red) 0 10px,#fff 10px 20px)}

/* ---------- Aviso de configuración ---------- */
.setup-notice{background:var(--red);color:#fff;padding:10px var(--pad);font:600 .9rem/1.35 var(--f-body);text-align:center}
.setup-notice[hidden]{display:none}

/* ---------- Header ---------- */
.site-header{position:sticky;top:0;z-index:50;background:var(--navy);color:#fff}
.header-inner{position:relative;display:flex;align-items:center;gap:12px;min-height:var(--header-h);padding-block:8px}
.brand{display:block;flex:none;background:#fff;border-radius:10px;padding:3px 8px;line-height:0}
.brand img{height:54px;width:auto}
.header-wa{margin-left:auto;min-height:46px;padding:0 16px;font-size:1rem}
.menu-btn{flex:none;display:grid;place-items:center;width:48px;height:48px;border:2px solid rgba(255,255,255,.35);border-radius:8px;background:transparent;color:#fff;cursor:pointer}
.menu-btn .ico{width:26px;height:26px}
.menu-btn .ico-close{display:none}
.menu-btn[aria-expanded="true"] .ico-open{display:none}
.menu-btn[aria-expanded="true"] .ico-close{display:block}

.site-nav{position:absolute;left:0;right:0;top:100%;display:none;flex-direction:column;padding:6px var(--pad) 22px;background:var(--navy);border-top:1px solid rgba(255,255,255,.16);border-bottom:4px solid var(--red);box-shadow:0 14px 24px rgba(7,21,69,.35)}
.site-nav.open{display:flex}
.site-nav a{display:flex;align-items:center;gap:10px;padding:16px 2px;font:600 1.15rem var(--f-body);border-bottom:1px solid rgba(255,255,255,.14)}
.site-nav a:hover{color:#fff;background:rgba(255,255,255,.06)}
.site-nav a[aria-current="page"]{color:#fff;box-shadow:inset 4px 0 0 var(--red);padding-left:14px}
.site-nav .nav-call{margin-top:16px;justify-content:center;min-height:54px;border:2px solid #fff;border-radius:8px}

@media (min-width:1080px){
  .site-nav{position:static;display:flex;flex-direction:row;align-items:center;gap:2px;margin-left:auto;padding:0;background:none;border:0;box-shadow:none}
  .site-nav a{padding:10px 14px;border:0;border-radius:6px;font-size:1rem}
  .site-nav a[aria-current="page"]{padding-left:14px;box-shadow:inset 0 -4px 0 var(--red);border-radius:6px 6px 0 0}
  .site-nav .nav-call{display:none}
  .header-wa{margin-left:12px}
  .menu-btn{display:none}
}

/* ---------- Hero ---------- */
.hero{position:relative;background:var(--navy);color:#fff}
.hero-grid{display:grid;grid-template-columns:1fr}
.hero-photo{position:relative;margin-inline:calc(var(--pad) * -1);aspect-ratio:4/3;overflow:hidden;background:var(--navy-deep)}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}
.hero-photo .tape{position:absolute;left:0;right:0;bottom:0;height:12px}
.hero-count{position:absolute;left:14px;bottom:26px;display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:6px;background:#fff;color:var(--navy);font:600 .95rem/1 var(--f-body)}
.hero-count i{width:9px;height:9px;border-radius:50%;background:var(--red)}
.hero-count b{font-weight:700}

.hero-copy{padding:28px 0 44px}
.hero h1{font:700 clamp(2.7rem,9.4vw,4.7rem)/.98 var(--f-head);letter-spacing:-.005em;text-wrap:balance}
.lead{margin-top:16px;max-width:34em;font-size:clamp(1.06rem,2.3vw,1.25rem);color:var(--on-dark)}
.hero-actions{display:flex;flex-direction:column;gap:12px;margin-top:26px}
.hero-phone{display:inline-flex;align-items:center;gap:14px;margin-top:26px}
.hero-phone-ico{display:grid;place-items:center;width:50px;height:50px;border:2px solid #fff;border-radius:50%}
.hero-phone-txt{display:flex;flex-direction:column;line-height:1.1}
.hero-phone-txt small{font-size:.92rem;color:var(--on-dark)}
.hero-phone-txt strong{font:700 1.7rem/1.1 var(--f-head);letter-spacing:.01em}
.hero-phone:hover strong{text-decoration:underline;text-underline-offset:4px}
.tape-full{height:14px}

@media (min-width:600px){
  .hero-actions{flex-direction:row;flex-wrap:wrap}
}
@media (min-width:900px){
  .hero-grid{grid-template-columns:1.12fr .88fr;align-items:center;gap:64px;padding-block:56px 64px}
  .hero-photo{order:2;margin:0;aspect-ratio:1/1;max-height:600px;border:6px solid #fff;border-radius:6px}
  .hero-photo img{object-position:85% 50%}
  .hero-photo .tape{height:16px}
  .hero-count{left:16px;bottom:34px}
  .hero-copy{order:1;padding:0}
}

@media (prefers-reduced-motion:no-preference){
  @keyframes rise{from{opacity:0;transform:translateY(14px)}}
  @keyframes fade{from{opacity:0}}
  .hero-photo{animation:fade .8s ease-out both}
  .hero-copy>*{animation:rise .6s ease-out both}
  .hero-copy>:nth-child(2){animation-delay:.08s}
  .hero-copy>:nth-child(3){animation-delay:.16s}
  .hero-copy>:nth-child(4){animation-delay:.24s}
}

/* ---------- Títulos de sección ---------- */
.section-head{max-width:640px;margin-bottom:32px}
.section h2,.final-cta h2{font:700 clamp(2.1rem,5vw,3.2rem)/1.03 var(--f-head);letter-spacing:-.005em;color:var(--navy);text-wrap:balance}
.section-head p{margin-top:12px;color:var(--muted)}

/* ---------- Propuesta de valor ---------- */
.value-grid{display:grid;gap:36px}
.value-intro p{margin:14px 0 26px;max-width:30em;color:var(--muted)}
.value-list li{display:grid;grid-template-columns:52px 1fr;gap:18px;padding:22px 0;border-top:1px solid var(--line)}
.value-list li:last-child{border-bottom:1px solid var(--line)}
.v-ico{display:grid;place-items:center;width:52px;height:52px;border:2px solid var(--red);border-radius:50%;color:var(--red)}
.v-ico .ico{width:26px;height:26px}
.value-list h3{font:700 1.55rem/1.1 var(--f-head);color:var(--navy)}
.value-list p{margin-top:6px;color:var(--muted)}
@media (min-width:900px){
  .value-grid{grid-template-columns:5fr 7fr;gap:80px;align-items:start}
  .value-list li:first-child{padding-top:0;border-top:0}
}

/* ---------- Catálogo ---------- */
.catalog{background:var(--blue-tint)}
.filters{display:flex;flex-wrap:wrap;gap:8px}
.chip{min-height:44px;padding:0 18px;border:2px solid var(--blue);border-radius:999px;background:#fff;color:var(--blue);font:600 1rem var(--f-body);cursor:pointer;transition:background-color .15s,color .15s}
.chip:hover{background:var(--blue-tint)}
.chip[aria-pressed="true"]{background:var(--blue);color:#fff}
.filter-status{min-height:1.5em;margin:12px 0 18px;font-size:.95rem;color:var(--muted)}

.grid{display:grid;grid-template-columns:1fr;gap:20px}
@media (min-width:640px){.grid{grid-template-columns:repeat(2,1fr);gap:24px}}
@media (min-width:1024px){.grid{grid-template-columns:repeat(3,1fr)}}

.card{display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:10px;transition:border-color .15s,box-shadow .15s}
.card:hover{border-color:var(--blue);box-shadow:0 8px 22px rgba(11,31,92,.12)}
.card[hidden]{display:none}
.card-photo{position:relative;display:block;width:100%;aspect-ratio:5/4;padding:0;border:0;overflow:hidden;background:var(--blue-tint);cursor:zoom-in}
.card-photo img{width:100%;height:100%;object-fit:cover;object-position:var(--foco,50% 50%)}
.card-num{position:absolute;left:10px;top:10px;padding:5px 10px;border-radius:6px;background:var(--navy);color:#fff;font:700 1rem/1 var(--f-head);letter-spacing:.03em}
.card-tag{position:absolute;right:10px;top:10px;padding:5px 10px;border-left:4px solid var(--red);border-radius:6px;background:#fff;color:var(--navy);font:600 .88rem/1.1 var(--f-body)}
.card-body{display:flex;flex:1;flex-direction:column;gap:12px;padding:18px 18px 20px}
.card h3{font:700 1.85rem/1.02 var(--f-head);color:var(--navy)}
.specs{display:grid;grid-template-columns:auto 1fr;gap:4px 14px;font-size:.98rem}
.specs dt{color:var(--muted)}
.specs dd{font-weight:600;color:var(--ink)}
.card-note{font-size:.98rem;color:var(--muted)}
.price{margin-top:auto;font:700 1.6rem/1.1 var(--f-head);color:var(--red)}
.card-actions{display:flex;gap:10px}
.card-actions .btn-red{flex:1;padding:0 12px;font-size:1rem}
.btn-icon{flex:none;width:52px;padding:0;border-color:var(--blue);color:var(--blue);background:#fff}
.btn-icon:hover{background:var(--blue);color:#fff}

.catalog-cta{display:flex;flex-direction:column;align-items:flex-start;gap:14px;margin-top:40px;padding-top:28px;border-top:1px solid var(--line)}
.catalog-cta p{font:700 1.6rem/1.15 var(--f-head);color:var(--navy)}
@media (min-width:700px){.catalog-cta{flex-direction:row;align-items:center;justify-content:space-between}}

/* ---------- Galería ---------- */
.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.g-item{position:relative;aspect-ratio:1;padding:0;border:0;border-radius:8px;overflow:hidden;background:var(--blue-tint);cursor:zoom-in}
.g-item img{width:100%;height:100%;object-fit:cover;object-position:var(--foco,50% 50%);transition:transform .35s}
.g-item:hover img{transform:scale(1.04)}
.g-cap{position:absolute;left:0;right:0;bottom:0;padding:8px 10px;background:rgba(11,31,92,.9);color:#fff;font:600 .85rem/1.2 var(--f-body);text-align:left;transition:background-color .15s}
.g-item:hover .g-cap,.g-item:focus-visible .g-cap{background:var(--red)}
@media (min-width:700px){.gallery-grid{grid-template-columns:repeat(3,1fr);gap:12px}}
@media (min-width:1000px){
  .gallery-grid{grid-template-columns:repeat(4,1fr)}
  .g-item:first-child{grid-column:span 2;grid-row:span 2}
  .g-item:first-child .g-cap{font-size:1rem;padding:12px 14px}
}
@media (prefers-reduced-motion:reduce){.g-item img{transition:none}.g-item:hover img{transform:none}}

/* ---------- Información / confianza ---------- */
.about{background:var(--navy);color:#fff}
.about h2{color:#fff}
.about-grid{display:grid;gap:36px;align-items:center}
.about-copy p{margin-top:16px;max-width:34em;color:var(--on-dark);font-size:1.12rem}
.about-points{display:grid;gap:10px;margin-top:22px}
.about-points li{position:relative;padding-left:26px;font-weight:600}
.about-points li::before{content:"";position:absolute;left:0;top:.5em;width:12px;height:12px;background:var(--red);transform:skewX(-20deg)}
.about-actions{display:flex;flex-direction:column;gap:12px;margin-top:28px}
.about-logo{padding:22px;border-radius:16px;background:#fff}
.about-logo img{width:100%;max-width:440px;margin-inline:auto}
@media (min-width:600px){.about-actions{flex-direction:row;flex-wrap:wrap}}
@media (min-width:900px){.about-grid{grid-template-columns:7fr 5fr;gap:72px}}

/* ---------- Proceso ---------- */
.steps{display:grid;gap:0}
.steps li{display:grid;grid-template-columns:64px 1fr;column-gap:14px;padding:18px 0;border-top:4px solid var(--blue)}
.steps li:nth-child(2){border-top-color:var(--red)}
.step-n{grid-row:span 2;font:700 2.6rem/1 var(--f-head);color:var(--blue)}
.steps li:nth-child(2) .step-n{color:var(--red)}
.steps h3{font:700 1.5rem/1.1 var(--f-head);color:var(--navy)}
.steps p{margin-top:4px;color:var(--muted)}
@media (min-width:900px){
  .steps{grid-template-columns:repeat(5,1fr);gap:24px}
  .steps li{display:block;padding:18px 0 0}
  .step-n{display:block;margin-bottom:10px;font-size:3.4rem}
  .steps p{margin-top:8px}
}

/* ---------- CTA final ---------- */
.final-cta{padding-block:clamp(64px,9vw,112px);background:var(--blue);color:#fff;text-align:center}
.final-cta h2{max-width:21ch;margin-inline:auto;color:#fff;font-size:clamp(2.4rem,6.4vw,4.4rem)}
.final-cta p{max-width:32em;margin:18px auto 0;color:var(--on-dark);font-size:1.15rem}
.final-actions{display:flex;flex-direction:column;gap:12px;max-width:520px;margin:30px auto 0}
.final-cta .final-phone{margin-top:26px;color:#fff}
.final-phone{display:flex;flex-direction:column;align-items:center;gap:4px}
.final-phone strong{font:700 2rem/1 var(--f-head);letter-spacing:.01em;white-space:nowrap}
.final-phone a:hover{text-decoration:underline;text-underline-offset:4px}
@media (min-width:640px){.final-actions{flex-direction:row;justify-content:center;max-width:none}}

/* ---------- Footer ---------- */
.site-footer{background:var(--navy-deep);color:#fff}
.footer-grid{display:grid;gap:34px;padding-block:48px 36px}
.footer-brand .brand{display:inline-block}
.footer-brand .brand img{height:64px}
.footer-name{margin-top:14px;font:700 1.5rem/1.1 var(--f-head)}
.footer-tag{margin-top:4px;color:var(--on-dark)}
.footer-col h3{margin-bottom:12px;padding-bottom:8px;border-bottom:3px solid var(--red);display:inline-block;font:700 1.25rem/1 var(--f-head)}
.footer-list{display:grid;gap:12px}
.footer-list li[hidden]{display:none}
.footer-list li{display:flex;flex-direction:column;line-height:1.3}
.footer-list li>span:first-child{font-size:.88rem;color:var(--on-dark)}
.footer-list a,.footer-list b{font-weight:600}
.footer-list a:hover{text-decoration:underline;text-underline-offset:3px}
.footer-social{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:16px}
.footer-social a{font-weight:600;text-decoration:underline;text-underline-offset:3px}
.footer-bottom{padding-block:18px 96px;border-top:1px solid rgba(255,255,255,.14);font-size:.9rem;color:var(--on-dark)}
@media (min-width:700px){.footer-grid{grid-template-columns:1fr 1fr}}
@media (min-width:1080px){
  .footer-grid{grid-template-columns:1.3fr 1fr 1fr 1fr;gap:48px}
}
@media (min-width:700px){.footer-bottom{padding-bottom:22px}}

/* ---------- Botón flotante (móvil) ---------- */
.float-dock{position:fixed;right:max(14px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));z-index:60;display:flex;align-items:center;gap:10px;transition:opacity .2s,visibility .2s}
.float-dock.is-hidden{opacity:0;visibility:hidden;pointer-events:none}
.wa-float{display:inline-flex;align-items:center;gap:8px;min-height:56px;padding:0 20px 0 16px;border-radius:999px;background:var(--red);color:#fff;font:600 1.05rem var(--f-body);box-shadow:0 8px 22px rgba(11,31,92,.4);transition:background-color .15s}
.wa-float .ico{width:26px;height:26px}
.wa-float:hover{background:var(--red-dark)}
.call-float{display:grid;place-items:center;width:56px;height:56px;border:2px solid #fff;border-radius:50%;background:var(--blue);color:#fff;box-shadow:0 8px 22px rgba(11,31,92,.4);transition:background-color .15s}
.call-float .ico{width:26px;height:26px}
.call-float:hover{background:var(--navy)}
@media (min-width:1080px){.float-dock{display:none}}
body.menu-open .float-dock,body.lb-open .float-dock{display:none}

/* ---------- Visor de fotos ---------- */
.lightbox{width:100%;height:100%;max-width:none;max-height:none;margin:0;padding:0;border:0;background:var(--navy-deep);color:#fff}
.lightbox[open]{display:flex;flex-direction:column}
.lightbox::backdrop{background:var(--navy-deep)}
.lb-frame{position:relative;display:flex;flex:1;align-items:center;justify-content:center;min-height:0;padding:64px 12px 8px}
#lb-img{max-width:100%;max-height:calc(100vh - 220px);max-height:calc(100dvh - 220px);width:auto;height:auto;object-fit:contain;border-radius:6px}
.lb-btn{position:absolute;display:grid;place-items:center;width:48px;height:48px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.16);color:#fff;cursor:pointer;transition:background-color .15s}
.lb-btn:hover{background:var(--red)}
.lb-btn .ico{width:24px;height:24px}
.lb-close{top:max(10px,env(safe-area-inset-top));right:10px}
.lb-prev,.lb-next{top:50%;transform:translateY(-50%)}
.lb-prev{left:8px}
.lb-next{right:8px}
.lb-bar{display:flex;flex-direction:column;gap:12px;padding:12px var(--pad) max(16px,env(safe-area-inset-bottom))}
#lb-cap{font:700 1.4rem/1.1 var(--f-head)}
@media (min-width:700px){
  .lb-bar{flex-direction:row;align-items:center;justify-content:space-between}
  .lb-prev{left:20px}.lb-next{right:20px}
}


/* ============================================================
   Sitio multipágina
   ============================================================ */

/* Cabecera de páginas internas */
.page-hero{background:var(--navy);color:#fff}
.page-hero .container{padding-block:32px 40px}
.crumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;font-size:.92rem;color:var(--on-dark)}
.crumbs a{text-decoration:underline;text-underline-offset:3px}
.crumbs a:hover{color:#fff}
.page-hero h1{max-width:20ch;font:700 clamp(2.4rem,7vw,4.1rem)/1 var(--f-head);letter-spacing:-.005em;text-wrap:balance}
.page-hero .lead{max-width:38em}
@media (min-width:900px){.page-hero .container{padding-block:48px 56px}}

/* Fondos de sección */
.tint{background:var(--blue-tint)}
.process{background:var(--blue-tint)}
.about-light{background:#fff}
.about-light .about-copy p{color:var(--muted)}
.about-light .about-points li{color:var(--ink)}
.about-light .about-logo{border:1px solid var(--line)}
.section-head--wide{max-width:720px}

/* Repuestos, aros y tanques */
.parts-grid{display:grid;grid-template-columns:1fr;gap:16px}
@media (min-width:640px){.parts-grid{grid-template-columns:repeat(2,1fr);gap:20px}}
@media (min-width:1000px){.parts-grid{grid-template-columns:repeat(4,1fr)}}
.part{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:24px 22px 22px;background:#fff;border:1px solid var(--line);border-top:4px solid var(--red);border-radius:10px}
.part h3{font:700 1.75rem/1.05 var(--f-head);color:var(--navy)}
.part p{color:var(--muted)}
.part .btn{width:100%;margin-top:auto}
.part .v-ico{margin-bottom:4px}
a.part{transition:border-color .15s,box-shadow .15s}
a.part:hover{border-color:var(--blue);border-top-color:var(--red);box-shadow:0 8px 22px rgba(11,31,92,.12)}
.part-mini{gap:10px;padding:20px 18px 18px}
.part-mini h3{font-size:1.5rem}

.teaser-grid{display:grid;gap:36px;align-items:center}
.teaser-copy p{margin:14px 0 26px;max-width:32em;color:var(--muted)}
.teaser-actions{display:flex;flex-direction:column;gap:12px}
.teaser-tiles{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
@media (min-width:600px){.teaser-actions{flex-direction:row;flex-wrap:wrap}}
@media (min-width:900px){.teaser-grid{grid-template-columns:5fr 7fr;gap:72px}}

.steps-3{grid-template-columns:1fr}
@media (min-width:900px){.steps-3{grid-template-columns:repeat(3,1fr)}}

/* Contacto */
.contact-grid{display:grid;gap:40px}
.contact-main h2{margin-bottom:12px}
.contact-main>p{max-width:32em;color:var(--muted)}
.contact-actions{display:flex;flex-direction:column;gap:12px;margin:26px 0 30px}
.info-list{display:grid;gap:16px;max-width:30em}
.info-list li{display:flex;flex-direction:column;padding-top:14px;border-top:1px solid var(--line);line-height:1.35}
.info-list li[hidden]{display:none}
.info-list li>span:first-child{font-size:.9rem;color:var(--muted)}
.info-list a,.info-list b{font-weight:600;color:var(--navy)}
.info-list a:hover{text-decoration:underline;text-underline-offset:3px}
.info-phone{font:700 1.9rem/1.1 var(--f-head);letter-spacing:.01em}
.contact-side{padding:26px 22px;background:var(--blue-tint);border-radius:12px}
.contact-side h3{font:700 1.6rem/1.1 var(--f-head);color:var(--navy);margin-bottom:14px}
.contact-side .about-points{margin-top:0}
.contact-side .brand{display:inline-block;margin-bottom:20px;border:1px solid var(--line)}
.contact-side .brand img{height:88px}
@media (min-width:600px){.contact-actions{flex-direction:row;flex-wrap:wrap}}
@media (min-width:900px){.contact-grid{grid-template-columns:7fr 5fr;gap:72px;align-items:start}}

.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.cta-pair{display:flex;flex-direction:column;gap:12px;width:100%}
@media (min-width:600px){.cta-pair{flex-direction:row;flex-wrap:wrap;width:auto}}
.footer-pages a:hover{text-decoration:underline;text-underline-offset:3px}
.footer-pages li{flex-direction:row}
.process.on-white{background:#fff}
.part .btn{padding:0 10px;font-size:.98rem}

.hero-loc{display:flex;align-items:flex-start;gap:8px;margin-top:16px;max-width:30em;font-size:.98rem;line-height:1.35;color:var(--on-dark)}
.hero-loc .ico{margin-top:.1em}
.hero-loc:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}

/* Teléfonos muy angostos (320 px) */
@media (max-width:359px){
  .header-inner{gap:8px}
  .brand img{height:44px}
  .header-wa{gap:6px;padding:0 12px;font-size:.95rem}
  .header-wa .ico{width:1.1em;height:1.1em}
  .menu-btn{width:44px;height:44px}
  .hero-actions .btn,.final-actions .btn{padding:0 16px}
}
