
:root{
  --bg:#0b1118;
  --bg-soft:#111a24;
  --paper:#ffffff;
  --soft:#f3f5f7;
  --text:#111821;
  --muted:#65707c;
  --red:#d6161f;
  --red-dark:#ab0f16;
  --green:#09814a;
  --gold:#d9ad36;
  --line:rgba(17,24,33,.12);
  --radius:24px;
  --shadow:0 20px 60px rgba(8,15,23,.14);
  --container:min(1180px, calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--paper);line-height:1.6}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:var(--container);margin-inline:auto}
.skip-link{position:absolute;left:-9999px;top:0;background:#fff;color:#000;padding:10px;z-index:1000}
.skip-link:focus{left:10px;top:10px}
.site-header{position:fixed;inset:0 0 auto;z-index:100;background:transparent;border-bottom:1px solid transparent;transition:.3s}
.site-header.scrolled{background:rgba(8,14,21,.94);backdrop-filter:blur(14px);border-bottom-color:rgba(255,255,255,.1)}
.nav-wrap{height:104px;display:flex;align-items:center;gap:28px}
.brand{width:220px;background:#fff;border-radius:18px;padding:9px 12px;box-shadow:0 12px 34px rgba(0,0,0,.22)}
.brand img{width:100%;height:72px;object-fit:contain}
.main-nav{margin-left:auto;display:flex;align-items:center;gap:23px;color:#fff;font-weight:650;font-size:.95rem}
.main-nav a{opacity:.88;transition:.2s}
.main-nav a:hover{opacity:1;color:#fff}
.header-wa{background:var(--red);color:#fff;padding:12px 18px;border-radius:999px;font-weight:800}
.nav-toggle{display:none;margin-left:auto;background:transparent;border:0;padding:8px}
.nav-toggle span{display:block;width:27px;height:2px;background:#fff;margin:5px 0}

.hero{min-height:100svh;position:relative;display:flex;align-items:center;background:url("../img/hero-agael.jpg") center/cover no-repeat;color:#fff;overflow:hidden}
.hero::after{content:"";position:absolute;inset:auto 0 0;height:220px;background:linear-gradient(transparent,var(--bg))}
.hero-overlay{position:absolute;inset:0;background:
  linear-gradient(90deg,rgba(4,10,16,.97) 0%,rgba(4,10,16,.90) 38%,rgba(4,10,16,.45) 68%,rgba(4,10,16,.18) 100%),
  linear-gradient(0deg,rgba(4,10,16,.75) 0%,rgba(4,10,16,.08) 52%,rgba(4,10,16,.25) 100%)}
.hero-content{position:relative;z-index:2;padding-top:175px;padding-bottom:140px}
.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:.77rem;text-transform:uppercase;letter-spacing:.16em;font-weight:900;color:#fff}
.eyebrow::before{content:"";width:30px;height:3px;background:var(--red);border-radius:4px}
.eyebrow.dark{color:var(--text)}
.hero h1{font-size:clamp(3.2rem,6.4vw,6.3rem);line-height:.93;max-width:820px;margin:24px 0 20px;letter-spacing:-.055em;text-transform:uppercase;text-shadow:0 8px 30px rgba(0,0,0,.28)}
.hero h1 strong{display:block;color:#f22d35}
.hero p{max-width:650px;font-size:clamp(1.05rem,2vw,1.28rem);color:rgba(255,255,255,.88);margin:0 0 34px;text-shadow:0 4px 18px rgba(0,0,0,.35)}
.hero-actions{display:flex;flex-wrap:wrap;gap:13px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:13px 22px;border:1px solid transparent;border-radius:14px;font-weight:850;transition:.2s}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--red);color:#fff}
.btn-primary:hover{background:var(--red-dark)}
.btn-light{background:#fff;color:var(--text)}
.btn-outline{border-color:rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.05)}
.btn-dark{background:var(--bg);color:#fff}
.btn-block{width:100%}
.hero-proof{display:flex;flex-wrap:wrap;gap:14px;margin-top:40px}
.hero-proof span{padding:9px 13px;border:1px solid rgba(255,255,255,.18);background:rgba(9,15,22,.52);border-radius:999px;font-size:.88rem;font-weight:800;backdrop-filter:blur(8px)}

.trust-strip{background:var(--bg);color:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:26px 0}
.trust-grid div{display:flex;align-items:center;gap:12px;padding:8px 20px;border-right:1px solid rgba(255,255,255,.12)}
.trust-grid div:last-child{border-right:0}
.trust-grid b{color:var(--red);font-size:1.6rem}
.trust-grid span{font-weight:700}

.section{padding:100px 0}
.section-light{background:var(--paper)}
.section-dark{background:var(--bg);color:#fff}
.section-heading{max-width:760px;margin-bottom:42px}
.section-heading h2,.section-copy h2,.tracking-shell h2,.mudanzas h2,.business h2{font-size:clamp(2.1rem,4vw,4rem);line-height:1.05;letter-spacing:-.04em;margin:16px 0}
.section-heading p,.section-copy p,.tracking-shell p,.business p{font-size:1.08rem;color:var(--muted)}
.section-dark .section-copy p{color:rgba(255,255,255,.7)}

.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;min-height:270px;display:flex;flex-direction:column;transition:.24s}
.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:transparent}
.service-card.featured{background:linear-gradient(135deg,#171f29,#0a1017);color:#fff;border-color:rgba(214,22,31,.45);box-shadow:0 18px 45px rgba(214,22,31,.10)}
.service-icon{font-size:2rem}
.service-card h3{font-size:1.35rem;margin:22px 0 10px}
.service-card p{color:var(--muted);margin:0}
.service-card.featured p{color:rgba(255,255,255,.68)}
.service-link{margin-top:auto;padding-top:24px;font-weight:900;color:var(--red)}

.split{display:grid;grid-template-columns:1fr 1.05fr;gap:70px;align-items:center}
.form-panel{background:#fff;color:var(--text);padding:28px;border-radius:var(--radius);box-shadow:var(--shadow)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
label{font-size:.88rem;font-weight:800;color:var(--text)}
input,select,textarea{width:100%;margin-top:7px;border:1px solid #d5dbe1;background:#fff;border-radius:13px;padding:13px 14px;outline:none}
input:focus,select:focus,textarea:focus{border-color:var(--red);box-shadow:0 0 0 4px rgba(214,22,31,.11)}
.full{grid-column:1/-1}
.check-list{padding:0;margin:28px 0;list-style:none}
.check-list li{margin:12px 0;padding-left:30px;position:relative}
.check-list li::before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}

.tracking-shell{background:var(--soft);border-radius:32px;padding:48px}
.tracking-form{display:flex;gap:12px;margin-top:28px}
.tracking-form input{margin:0;min-height:55px}
.tracking-result{display:none;margin-top:22px;padding:18px;border-radius:14px;background:#fff;border-left:5px solid var(--red)}
.tracking-result.show{display:block}

.reserve-section{background:
  linear-gradient(135deg,rgba(10,17,24,.94),rgba(10,17,24,.84)),
  url("../img/hero-agael.jpg") center/cover fixed;color:#fff}
.reserve-section .section-copy p{color:rgba(255,255,255,.72)}

.mudanzas{background:#0e151d;color:#fff}
.mudanzas-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:22px}
.mudanzas-card{padding:55px;border-radius:32px;background:linear-gradient(145deg,#19232f,#0c1219)}
.feature-columns{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.mudanzas-visual{min-height:520px;border-radius:32px;background:
  linear-gradient(0deg,rgba(8,14,21,.2),rgba(8,14,21,.2)),
  url("../img/hero-agael.jpg") 68% center/cover;position:relative}
.visual-badge{position:absolute;left:24px;bottom:24px;background:#fff;color:var(--text);padding:10px 16px;border-radius:999px;font-weight:900}

.business{align-items:start}
.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.stats-grid div{padding:28px;border:1px solid var(--line);border-radius:22px;background:var(--soft)}
.stats-grid b{display:block;font-size:1.7rem}
.stats-grid span{color:var(--muted)}

.transparency{background:var(--soft)}
.docs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.doc-card{border:1px solid var(--line);border-radius:22px;background:#fff;padding:22px;display:flex;gap:18px;text-align:left;width:100%}
.doc-card>span{width:48px;height:48px;border-radius:14px;background:var(--bg);color:#fff;display:grid;place-items:center;font-weight:900;flex:0 0 auto}
.doc-card h3{margin:0 0 5px}
.doc-card p{margin:0;color:var(--muted)}
.button-card{font:inherit}

.site-footer{background:#080e14;color:#fff;padding:70px 0 110px}
.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:38px}
.footer-grid>div{display:flex;flex-direction:column;gap:10px}
.footer-grid h3{margin:0 0 8px}
.footer-grid a,.footer-grid span,.footer-grid p{color:rgba(255,255,255,.7);margin:0}
.footer-logo{width:190px;background:#fff;border-radius:14px;padding:8px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:42px;padding-top:24px;display:flex;justify-content:space-between;color:rgba(255,255,255,.52);font-size:.9rem}

.floating-wa{position:fixed;right:22px;bottom:22px;z-index:90;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#18b468;color:#fff;font-weight:950;box-shadow:0 12px 35px rgba(0,0,0,.25)}
.mobile-actions{display:none}

dialog{width:min(760px,calc(100% - 28px));border:0;border-radius:28px;padding:28px;box-shadow:0 30px 100px rgba(0,0,0,.35)}
dialog::backdrop{background:rgba(5,10,15,.72);backdrop-filter:blur(4px)}
.dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}
.dialog-head h2{margin:8px 0}
.dialog-head button{border:0;background:var(--soft);width:44px;height:44px;border-radius:50%;font-size:1.7rem}
.form-note{font-weight:800;color:var(--green);margin-bottom:0}

@media (max-width: 980px){
  .main-nav{position:fixed;inset:88px 16px auto;background:#0d151e;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:18px;display:none;flex-direction:column;align-items:stretch}
  .main-nav.open{display:flex}
  .header-wa{display:none}
  .nav-toggle{display:block}
  .service-grid{grid-template-columns:1fr 1fr}
  .split,.mudanzas-grid{grid-template-columns:1fr}
  .mudanzas-visual{min-height:430px}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 680px){
  :root{--container:min(100% - 28px,1180px)}
  .site-header{background:rgba(8,14,21,.88);backdrop-filter:blur(12px)}
  .nav-wrap{height:76px}
  .brand{width:155px;border-radius:12px}
  .brand img{height:50px}
  .main-nav{inset:76px 14px auto}
  .hero{min-height:820px;background-position:66% center}
  .hero-overlay{background:linear-gradient(180deg,rgba(5,10,16,.60),rgba(5,10,16,.96) 72%)}
  .hero-content{padding-top:170px;padding-bottom:100px}
  .hero h1{font-size:3.25rem}
  .hero-actions .btn{width:100%}
  .hero-proof{gap:8px}
  .hero-proof span{font-size:.78rem}
  .trust-grid{grid-template-columns:1fr 1fr}
  .trust-grid div{border-right:0;border-bottom:1px solid rgba(255,255,255,.1);padding:14px 8px}
  .section{padding:72px 0}
  .service-grid,.docs-grid,.stats-grid{grid-template-columns:1fr}
  .service-card{min-height:230px}
  .form-grid{grid-template-columns:1fr}
  .full{grid-column:auto}
  .form-panel{padding:20px}
  .tracking-shell{padding:25px}
  .tracking-form{flex-direction:column}
  .feature-columns{grid-template-columns:1fr;gap:0}
  .mudanzas-card{padding:30px 22px}
  .mudanzas-visual{min-height:320px}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:7px}
  .floating-wa{bottom:82px;right:16px}
  .mobile-actions{position:fixed;inset:auto 0 0;z-index:95;height:64px;background:#0a1118;border-top:1px solid rgba(255,255,255,.12);display:grid;grid-template-columns:repeat(4,1fr);align-items:center}
  .mobile-actions a{color:#fff;text-align:center;font-size:.75rem;font-weight:850}
  .site-footer{padding-bottom:120px}
}


/* =========================================================
   PATCH 001 — HERO PREMIUM V4
   ========================================================= */
.site-header{
  background:linear-gradient(180deg,rgba(5,11,17,.86),rgba(5,11,17,.12));
}
.site-header.scrolled{
  background:rgba(6,12,18,.97);
}
.nav-wrap{
  height:94px;
}
.brand{
  width:200px;
  height:72px;
  padding:7px 10px;
  display:flex;
  align-items:center;
  border-radius:14px;
}
.brand img{
  width:100%;
  height:58px;
  object-fit:contain;
}

.hero-v4{
  min-height:100svh;
  background-image:url("../img/hero-v4.webp");
  background-position:center center;
  background-size:cover;
}
.hero-v4 .hero-overlay{
  background:
    linear-gradient(90deg,
      rgba(4,10,16,.98) 0%,
      rgba(4,10,16,.93) 36%,
      rgba(4,10,16,.64) 58%,
      rgba(4,10,16,.18) 100%),
    linear-gradient(0deg,
      rgba(4,10,16,.78) 0%,
      rgba(4,10,16,.08) 54%,
      rgba(4,10,16,.28) 100%);
}
.hero-layout{
  position:relative;
  z-index:2;
  width:var(--container);
  display:grid;
  grid-template-columns:minmax(0,1fr) 305px;
  align-items:end;
  gap:46px;
  padding-top:165px;
  padding-bottom:105px;
}
.hero-v4 .hero-content{
  padding:0;
  max-width:790px;
}
.hero-v4 h1{
  max-width:780px;
  font-size:clamp(3.4rem,6.4vw,6.7rem);
  line-height:.91;
  margin:24px 0;
  text-shadow:0 8px 30px rgba(0,0,0,.30);
}
.hero-v4 h1 strong{
  color:#f2252e;
}
.hero-v4 p{
  max-width:640px;
  font-size:clamp(1.02rem,1.55vw,1.27rem);
}
.hero-card{
  padding:22px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:22px;
  background:rgba(8,15,22,.76);
  backdrop-filter:blur(14px);
  box-shadow:0 24px 70px rgba(0,0,0,.32);
}
.hero-card div{
  display:grid;
  grid-template-columns:42px 1fr;
  align-items:center;
  gap:10px;
  padding:15px 0;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.hero-card b{
  color:#f2252e;
  font-size:1.22rem;
}
.hero-card span{
  color:#fff;
  font-weight:800;
}
.hero-card a{
  display:flex;
  justify-content:center;
  margin-top:18px;
  padding:13px 15px;
  border-radius:12px;
  background:#fff;
  color:#0b1118;
  font-weight:900;
}
.hero-v4::after{
  height:150px;
}

@media (max-width:980px){
  .hero-layout{
    grid-template-columns:1fr;
    padding-top:150px;
  }
  .hero-card{
    display:none;
  }
}

@media (max-width:680px){
  .nav-wrap{
    height:76px;
  }
  .brand{
    width:150px;
    height:58px;
    padding:6px;
  }
  .brand img{
    height:46px;
  }
  .hero-v4{
    min-height:820px;
    background-position:60% center;
  }
  .hero-v4 .hero-overlay{
    background:
      linear-gradient(180deg,
        rgba(4,10,16,.40) 0%,
        rgba(4,10,16,.70) 40%,
        rgba(4,10,16,.98) 73%,
        rgba(4,10,16,1) 100%);
  }
  .hero-layout{
    display:block;
    padding-top:345px;
    padding-bottom:90px;
  }
  .hero-v4 h1{
    font-size:3.15rem;
    max-width:100%;
  }
  .hero-v4 p{
    font-size:1rem;
  }
}


/* =========================================================
   PATCH 002 — MERCEDES ACTROS REAL EN MUDANZAS
   ========================================================= */
.mudanzas-visual.mudanzas-mercedes{
  min-height:520px;
  position:relative;
  overflow:hidden;
  border-radius:32px;
  background:
    linear-gradient(180deg,rgba(5,11,17,.06) 10%,rgba(5,11,17,.20) 48%,rgba(5,11,17,.88) 100%),
    url("../img/mercedes-actros-mudanzas.webp") center center/cover no-repeat;
  box-shadow:0 22px 65px rgba(0,0,0,.28);
}
.mudanzas-visual.mudanzas-mercedes::before{
  content:"";
  position:absolute;
  inset:0;
  border:1px solid rgba(255,255,255,.12);
  border-radius:inherit;
  pointer-events:none;
}
.mudanzas-photo-info{
  position:absolute;
  left:26px;
  right:26px;
  bottom:76px;
  display:flex;
  flex-direction:column;
  gap:3px;
  color:#fff;
  text-shadow:0 3px 16px rgba(0,0,0,.75);
}
.mudanzas-photo-info span{
  color:#ff313a;
  font-size:.78rem;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.13em;
}
.mudanzas-photo-info b{
  max-width:360px;
  font-size:1.22rem;
  line-height:1.2;
}
.mudanzas-mercedes .visual-badge{
  z-index:2;
  background:#fff;
  color:#111821;
}
@media (max-width:680px){
  .mudanzas-visual.mudanzas-mercedes{
    min-height:340px;
    background-position:54% center;
  }
  .mudanzas-photo-info{
    left:20px;
    right:20px;
    bottom:74px;
  }
  .mudanzas-photo-info b{
    font-size:1.05rem;
  }
}


/* =========================================================
   PATCH 003 — PORTADA LIMPIA SIN FONDO GIGANTE
   ========================================================= */
.hero-v5{
  min-height:100svh;
  position:relative;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 78% 32%,rgba(18,70,48,.22),transparent 28%),
    linear-gradient(135deg,#071018 0%,#0a131c 48%,#101b24 100%);
}
.hero-v5::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.24;
  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:52px 52px;
}
.hero-v5::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:130px;
  background:linear-gradient(transparent,#0b1118);
}
.hero-v5-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);
  align-items:center;
  gap:58px;
  padding-top:150px;
  padding-bottom:100px;
}
.hero-v5-copy{
  max-width:650px;
}
.hero-v5-copy h1{
  margin:24px 0 22px;
  max-width:650px;
  font-size:clamp(3.35rem,5.8vw,6.2rem);
  line-height:.92;
  letter-spacing:-.055em;
  text-transform:uppercase;
}
.hero-v5-copy h1 strong{
  display:block;
  color:#f12630;
}
.hero-v5-copy p{
  max-width:590px;
  margin:0 0 32px;
  color:rgba(255,255,255,.77);
  font-size:1.12rem;
}
.hero-v5-visual{
  position:relative;
  min-height:620px;
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.13);
  background:#141c24;
  box-shadow:0 35px 95px rgba(0,0,0,.42);
}
.hero-v5-visual::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg,transparent 45%,rgba(4,10,16,.80) 100%),
    linear-gradient(90deg,rgba(4,10,16,.05),transparent 55%);
}
.hero-v5-visual img{
  width:100%;
  height:100%;
  min-height:620px;
  object-fit:cover;
  object-position:center;
}
.hero-v5-caption{
  position:absolute;
  z-index:2;
  left:28px;
  right:28px;
  bottom:28px;
  padding:20px 22px;
  display:grid;
  grid-template-columns:auto 1fr;
  column-gap:15px;
  align-items:center;
  border:1px solid rgba(255,255,255,.16);
  border-radius:17px;
  background:rgba(7,14,21,.76);
  backdrop-filter:blur(12px);
}
.hero-v5-caption span{
  grid-row:1/3;
  padding:10px 12px;
  border-radius:10px;
  background:#e31923;
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.hero-v5-caption b{
  font-size:1.28rem;
  line-height:1.1;
}
.hero-v5-caption small{
  color:rgba(255,255,255,.68);
}
.hero-v5 .hero-proof span{
  background:rgba(255,255,255,.055);
}
.hero-v5 .btn-outline{
  background:transparent;
}

@media (max-width:1050px){
  .hero-v5-grid{
    grid-template-columns:1fr 1fr;
    gap:28px;
  }
  .hero-v5-visual,
  .hero-v5-visual img{
    min-height:560px;
  }
}

@media (max-width:850px){
  .hero-v5{
    min-height:auto;
  }
  .hero-v5-grid{
    grid-template-columns:1fr;
    padding-top:125px;
    padding-bottom:90px;
  }
  .hero-v5-copy{
    max-width:none;
  }
  .hero-v5-visual,
  .hero-v5-visual img{
    min-height:460px;
  }
}

@media (max-width:680px){
  .hero-v5-grid{
    padding-top:104px;
    padding-bottom:82px;
  }
  .hero-v5-copy h1{
    font-size:3.1rem;
  }
  .hero-v5-copy p{
    font-size:1rem;
  }
  .hero-v5-visual,
  .hero-v5-visual img{
    min-height:360px;
  }
  .hero-v5-caption{
    left:16px;
    right:16px;
    bottom:16px;
    padding:14px;
  }
  .hero-v5-caption span{
    display:none;
  }
  .hero-v5-caption b{
    font-size:1.05rem;
  }
}


/* =========================================================
   PATCH 004 — RESERVA SIN LOGO GIGANTE
   ========================================================= */
.reserve-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 30%,rgba(9,129,74,.18),transparent 26%),
    linear-gradient(135deg,#081018 0%,#0c141d 55%,#111b24 100%) !important;
}
.reserve-section::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.22;
  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:48px 48px;
}
.reserve-section::after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:46%;
  height:100%;
  pointer-events:none;
  opacity:.26;
  background:
    linear-gradient(90deg,#0c141d 0%,rgba(12,20,29,.35) 25%,rgba(12,20,29,.05) 100%),
    url("../img/portada-mercedes.webp") 58% center/cover no-repeat;
  filter:saturate(.9) contrast(1.05);
}
.reserve-section .container{
  position:relative;
  z-index:2;
}
.reserve-section .section-copy{
  max-width:520px;
}
.reserve-section .section-copy h2{
  max-width:520px;
}
.reserve-section .form-panel{
  position:relative;
  z-index:3;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 26px 80px rgba(0,0,0,.34);
}
.reserve-section .form-panel::before{
  content:"Reserva tu servicio";
  display:block;
  margin-bottom:18px;
  color:#111821;
  font-size:1.2rem;
  font-weight:950;
}
.reserve-section .btn-primary{
  min-height:48px;
}

@media (max-width:980px){
  .reserve-section::after{
    width:100%;
    opacity:.12;
    background-position:center;
  }
}

@media (max-width:680px){
  .reserve-section::after{
    opacity:.09;
  }
  .reserve-section .form-panel{
    margin-top:10px;
  }
}


/* =========================================================
   PATCH 005 — AJUSTE FINO DE PORTADA
   ========================================================= */
.site-header .brand{
  width:178px;
  height:64px;
  padding:5px 8px;
  background:rgba(255,255,255,.97);
  border-radius:12px;
}
.site-header .brand img{
  height:52px;
}

.hero-v5-grid{
  grid-template-columns:minmax(0,.88fr) minmax(560px,1.12fr);
  gap:48px;
}
.hero-v5-copy{
  max-width:620px;
}
.hero-v5-copy h1{
  max-width:620px;
  font-size:clamp(3.2rem,5.45vw,5.85rem);
  line-height:.94;
}
.hero-v5-copy h1 strong{
  color:#f12630;
}
.hero-v5-copy p{
  max-width:570px;
}

.hero-v5-visual{
  min-height:650px;
}
.hero-v5-visual img{
  min-height:650px;
  object-position:55% center;
}
.hero-v5-caption{
  left:22px;
  right:22px;
  bottom:22px;
}
.hero-v5-caption span{
  background:#e31923;
}
.hero-v5 .hero-proof{
  max-width:560px;
}
.hero-v5 .hero-proof span{
  padding:8px 12px;
}

@media (max-width:1050px){
  .hero-v5-grid{
    grid-template-columns:1fr 1fr;
  }
  .hero-v5-visual,
  .hero-v5-visual img{
    min-height:560px;
  }
}

@media (max-width:850px){
  .hero-v5-grid{
    grid-template-columns:1fr;
  }
  .hero-v5-copy h1{
    max-width:700px;
  }
}

@media (max-width:680px){
  .site-header .brand{
    width:138px;
    height:54px;
  }
  .site-header .brand img{
    height:44px;
  }
  .hero-v5-copy h1{
    font-size:2.95rem;
    line-height:.96;
  }
}


/* =========================================================
   PATCH 006 — LOGO PNG TRANSPARENTE
   ========================================================= */
.site-header .brand{
  width:205px;
  height:82px;
  padding:0;
  background:transparent !important;
  box-shadow:none !important;
  border-radius:0;
}
.site-header .brand img{
  width:100%;
  height:78px;
  object-fit:contain;
  filter:drop-shadow(0 6px 16px rgba(0,0,0,.38));
}
.footer-logo{
  width:220px;
  padding:0;
  background:transparent !important;
  border-radius:0;
  filter:drop-shadow(0 6px 16px rgba(0,0,0,.28));
}

@media (max-width:680px){
  .site-header .brand{
    width:150px;
    height:62px;
  }
  .site-header .brand img{
    height:58px;
  }
}


/* =========================================================
   PATCH 007 — PORTADA FINAL ESTILO APROBADO
   ========================================================= */
.site-header{
  height:118px;
  background:rgba(5,8,12,.88) !important;
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.site-header.scrolled{
  background:rgba(5,8,12,.97) !important;
}
.nav-wrap{
  height:118px;
}
.site-header .brand{
  width:205px;
  height:100px;
}
.site-header .brand img{
  height:96px;
}
.main-nav{
  gap:30px;
  font-size:.9rem;
  text-transform:uppercase;
}
.main-nav a{
  position:relative;
  font-weight:800;
  letter-spacing:.02em;
}
.main-nav a:first-child::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-18px;
  height:3px;
  background:#ef1d28;
}
.header-wa{
  padding:14px 22px;
  border-radius:12px;
  background:#e31a23;
}

.hero-final{
  position:relative;
  min-height:100svh;
  overflow:hidden;
  color:#fff;
  background:#070b0f;
}
.hero-final-bg{
  position:absolute;
  inset:118px 0 0;
  background:url("../img/hero-portada-final.webp") 76% center/cover no-repeat;
}
.hero-final-shade{
  position:absolute;
  inset:118px 0 0;
  background:
    linear-gradient(90deg,rgba(4,7,10,.98) 0%,rgba(4,7,10,.94) 32%,rgba(4,7,10,.58) 53%,rgba(4,7,10,.08) 78%),
    linear-gradient(0deg,rgba(4,7,10,.45) 0%,rgba(4,7,10,.02) 55%,rgba(4,7,10,.24) 100%);
}
.hero-final-content{
  position:relative;
  z-index:2;
  min-height:100svh;
  padding-top:205px;
  padding-bottom:46px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.hero-final-copy{
  width:min(560px,48%);
}
.hero-kicker{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:28px;
  font-size:.86rem;
  font-weight:750;
  text-transform:uppercase;
  letter-spacing:.04em;
  color:rgba(255,255,255,.85);
}
.hero-kicker::before{
  content:"";
  width:30px;
  height:4px;
  background:#ef1d28;
}
.hero-final h1{
  margin:0;
  font-size:clamp(4rem,6.6vw,7rem);
  line-height:.87;
  letter-spacing:-.045em;
  text-transform:uppercase;
  text-shadow:0 7px 30px rgba(0,0,0,.38);
}
.hero-final h1 strong{
  color:#f12630;
}
.hero-final-copy p{
  max-width:430px;
  margin:34px 0 0;
  font-size:1.2rem;
  color:rgba(255,255,255,.86);
}
.hero-final-actions{
  display:flex;
  gap:14px;
  margin-top:34px;
}
.hero-btn{
  min-width:170px;
  min-height:58px;
  padding:16px 20px;
  border:1px solid rgba(255,255,255,.46);
  border-radius:8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-weight:900;
  text-transform:uppercase;
  transition:.2s;
}
.hero-btn:hover{
  transform:translateY(-2px);
}
.hero-btn-red{
  background:#d91b24;
  border-color:#ff4c54;
}
.hero-btn-dark{
  background:rgba(8,12,17,.82);
}
.hero-btn-green{
  background:#0a8d35;
  border-color:#4ed277;
}

.hero-benefits{
  margin-top:48px;
  padding:26px 18px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid rgba(255,255,255,.28);
  border-radius:22px;
  background:rgba(5,9,13,.82);
  backdrop-filter:blur(12px);
  box-shadow:0 20px 65px rgba(0,0,0,.33);
}
.hero-benefits>div{
  min-height:120px;
  padding:8px 24px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  border-right:1px solid rgba(239,29,40,.82);
}
.hero-benefits>div:last-child{
  border-right:0;
}
.benefit-icon{
  width:56px;
  height:56px;
  margin-bottom:10px;
  border:3px solid #ef1d28;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#ef1d28;
  font-size:.78rem;
  font-weight:950;
}
.hero-benefits b{
  font-size:1rem;
  text-transform:uppercase;
}
.hero-benefits small{
  margin-top:5px;
  color:rgba(255,255,255,.67);
}

@media (max-width:980px){
  .site-header{
    height:86px;
  }
  .nav-wrap{
    height:86px;
  }
  .site-header .brand{
    width:155px;
    height:76px;
  }
  .site-header .brand img{
    height:72px;
  }
  .hero-final-bg,
  .hero-final-shade{
    inset:86px 0 0;
  }
  .hero-final-content{
    padding-top:165px;
  }
  .hero-final-copy{
    width:min(620px,60%);
  }
  .hero-benefits{
    grid-template-columns:repeat(2,1fr);
  }
  .hero-benefits>div:nth-child(2){
    border-right:0;
  }
  .hero-benefits>div:nth-child(-n+2){
    border-bottom:1px solid rgba(239,29,40,.6);
  }
}

@media (max-width:680px){
  .hero-final{
    min-height:auto;
  }
  .hero-final-bg{
    inset:76px 0 auto;
    height:390px;
    background-position:68% center;
  }
  .hero-final-shade{
    inset:76px 0 auto;
    height:390px;
    background:
      linear-gradient(180deg,rgba(4,7,10,.12),rgba(4,7,10,.88) 88%);
  }
  .hero-final-content{
    min-height:auto;
    padding-top:375px;
    padding-bottom:72px;
  }
  .hero-final-copy{
    width:100%;
  }
  .hero-kicker{
    font-size:.72rem;
    margin-bottom:18px;
  }
  .hero-final h1{
    font-size:3.15rem;
    line-height:.92;
  }
  .hero-final-copy p{
    margin-top:22px;
    font-size:1rem;
  }
  .hero-final-actions{
    flex-direction:column;
  }
  .hero-btn{
    width:100%;
  }
  .hero-benefits{
    grid-template-columns:1fr 1fr;
    gap:0;
    padding:12px;
  }
  .hero-benefits>div{
    min-height:110px;
    padding:10px;
  }
  .benefit-icon{
    width:46px;
    height:46px;
  }
}

/* PATCH 008 — LOGO Y PORTADA PULIDA */
.site-header{height:106px;background:rgba(4,8,12,.93)!important}.nav-wrap{height:106px}
.site-header .brand{width:190px!important;height:100px!important;padding:0!important;overflow:visible;background:transparent!important;box-shadow:none!important}
.site-header .brand img{width:190px!important;height:100px!important;object-fit:contain!important;filter:drop-shadow(0 6px 15px rgba(0,0,0,.52))}.main-nav{gap:27px}.header-wa{box-shadow:0 8px 24px rgba(227,26,35,.25)}
.hero-final-bg{inset:106px 0 0;background-image:url("../img/hero-agael-08.webp")!important;background-position:center center!important;background-size:cover!important}
.hero-final-shade{inset:106px 0 0;background:linear-gradient(90deg,rgba(3,7,10,.72) 0%,rgba(3,7,10,.44) 30%,rgba(3,7,10,.08) 56%,rgba(3,7,10,0) 72%)!important}
.hero-final-content{min-height:100svh;padding-top:170px;padding-bottom:20px}.hero-final-copy{width:515px;max-width:43%}
.hero-final h1{font-size:clamp(3.6rem,5.25vw,6.05rem);line-height:.88;max-width:515px}.hero-final-copy p{max-width:405px;margin-top:25px;font-size:1.08rem}
.hero-final-actions{gap:12px;margin-top:26px}.hero-btn{min-width:156px;min-height:54px;padding:14px 17px;font-size:.84rem;box-shadow:0 10px 25px rgba(0,0,0,.2)}
.hero-btn-dark{background:rgba(5,10,15,.95)!important;border:1px solid rgba(255,255,255,.8)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 10px 26px rgba(0,0,0,.32)}.hero-btn-dark:hover{background:#151d25!important;border-color:#fff!important}
.hero-benefits{margin-top:24px;padding:13px 12px;min-height:126px;border-radius:18px;background:rgba(5,9,13,.89)}.hero-benefits>div{min-height:94px;padding:5px 18px}.benefit-icon{width:46px;height:46px;margin-bottom:6px;font-size:.67rem}.hero-benefits b{font-size:.88rem}.hero-benefits small{font-size:.76rem}
.footer-logo{content:url("../img/agael-logo-oficial.png")}
@media(max-width:1100px){.hero-final-copy{max-width:50%}.hero-final h1{font-size:clamp(3.3rem,5.1vw,5.6rem)}.hero-btn{min-width:142px}}
@media(max-width:980px){.site-header,.nav-wrap{height:86px}.site-header .brand,.site-header .brand img{width:150px!important;height:80px!important}.hero-final-bg,.hero-final-shade{inset:86px 0 0}.hero-final-copy{width:570px;max-width:58%}.hero-final-content{padding-top:143px}}
@media(max-width:680px){.site-header .brand,.site-header .brand img{width:132px!important;height:68px!important}.hero-final-bg{inset:76px 0 auto;height:365px;background-position:68% center!important}.hero-final-shade{inset:76px 0 auto;height:365px;background:linear-gradient(180deg,rgba(3,7,10,.08),rgba(3,7,10,.94) 90%)!important}.hero-final-content{padding-top:350px;padding-bottom:55px}.hero-final-copy{width:100%;max-width:100%}.hero-final h1{font-size:3rem;max-width:100%}.hero-final-actions{flex-direction:column}.hero-btn{width:100%}.hero-benefits{margin-top:30px}}


/* =========================================================
   PATCH 009 — AJUSTE FINAL DE PROPORCIONES DE LA PORTADA
   ========================================================= */
.hero-final-content{
  width:min(1420px,calc(100% - 44px));
  margin-inline:auto;
  padding-top:166px;
  padding-bottom:24px;
}
.hero-final-copy{
  width:640px;
  max-width:44%;
}
.hero-final h1{
  max-width:650px;
  font-size:clamp(3.55rem,4.75vw,5.35rem);
  line-height:.91;
  letter-spacing:-.035em;
}
.hero-final h1 span,
.hero-final h1 strong{
  display:block;
  white-space:nowrap;
}
.hero-final-copy p{
  max-width:470px;
  margin-top:25px;
}
.hero-final-actions{
  margin-top:27px;
}
.hero-btn{
  min-width:168px;
}
.hero-benefits{
  width:100%;
  margin-top:34px;
  padding:20px 18px;
  border-radius:20px;
}
.hero-benefits>div{
  min-height:104px;
  padding:8px 28px;
}
.benefit-icon{
  width:54px;
  height:54px;
  margin-bottom:9px;
  border:0;
  border-radius:0;
  color:#f12630;
}
.benefit-icon svg{
  width:48px;
  height:48px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.hero-benefits b{
  font-size:.94rem;
}
.hero-benefits small{
  font-size:.78rem;
}
.hero-final-shade{
  background:
    linear-gradient(90deg,
      rgba(3,7,10,.84) 0%,
      rgba(3,7,10,.70) 29%,
      rgba(3,7,10,.24) 48%,
      rgba(3,7,10,.02) 67%) !important;
}

@media (max-width:1180px){
  .hero-final-copy{
    width:590px;
    max-width:48%;
  }
  .hero-final h1{
    font-size:clamp(3.25rem,4.7vw,4.95rem);
  }
  .hero-final h1 span,
  .hero-final h1 strong{
    white-space:normal;
  }
  .hero-benefits>div{
    padding-inline:18px;
  }
}

@media (max-width:980px){
  .hero-final-content{
    width:min(100% - 32px,900px);
    padding-top:140px;
  }
  .hero-final-copy{
    width:560px;
    max-width:60%;
  }
  .hero-final h1{
    font-size:clamp(3.1rem,5.3vw,4.65rem);
  }
}

@media (max-width:680px){
  .hero-final-content{
    width:min(100% - 28px,680px);
    padding-top:345px;
    padding-bottom:54px;
  }
  .hero-final-copy{
    width:100%;
    max-width:100%;
  }
  .hero-final h1{
    font-size:2.85rem;
    line-height:.94;
  }
  .hero-final h1 span,
  .hero-final h1 strong{
    white-space:normal;
  }
  .hero-benefits{
    margin-top:28px;
    padding:10px;
  }
  .hero-benefits>div{
    min-height:108px;
    padding:10px 8px;
  }
  .benefit-icon{
    width:44px;
    height:44px;
  }
  .benefit-icon svg{
    width:40px;
    height:40px;
  }
}


/* =========================================================
   PATCH 010 — LOGO HORIZONTAL PREMIUM EN CABECERA
   ========================================================= */
.site-header{
  height:108px;
}
.site-header .nav-wrap{
  width:min(1420px,calc(100% - 40px));
  max-width:none;
  height:108px;
  display:grid;
  grid-template-columns:300px minmax(0,1fr) auto;
  align-items:center;
  gap:24px;
}
.site-header .brand{
  width:300px !important;
  height:88px !important;
  padding:0 !important;
  margin:0 !important;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  overflow:visible;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.site-header .brand::before{
  content:"";
  position:absolute;
  left:0;
  bottom:6px;
  width:82px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,#ef1d28,rgba(239,29,40,0));
  opacity:.9;
}
.site-header .brand img{
  width:292px !important;
  height:78px !important;
  object-fit:contain !important;
  object-position:left center !important;
  filter:drop-shadow(0 7px 18px rgba(0,0,0,.58));
  transition:transform .22s ease,filter .22s ease;
}
.site-header .brand:hover img{
  transform:translateY(-1px) scale(1.018);
  filter:drop-shadow(0 9px 22px rgba(0,0,0,.68));
}
.site-header .main-nav{
  min-width:0;
  margin:0;
  display:flex;
  justify-content:center;
  gap:24px;
  font-size:.83rem;
}
.site-header .header-wa{
  justify-self:end;
  margin:0;
  white-space:nowrap;
}
.site-header.scrolled .brand img{
  transform:scale(.96);
}

@media (max-width:1250px){
  .site-header .nav-wrap{
    grid-template-columns:250px minmax(0,1fr) auto;
    gap:18px;
  }
  .site-header .brand{
    width:250px !important;
  }
  .site-header .brand img{
    width:244px !important;
    height:68px !important;
  }
  .site-header .main-nav{
    gap:16px;
    font-size:.76rem;
  }
  .site-header .header-wa{
    padding:12px 16px;
  }
}

@media (max-width:1100px){
  .site-header,
  .site-header .nav-wrap{
    height:86px;
  }
  .site-header .nav-wrap{
    display:flex;
    width:min(100% - 28px,1050px);
    gap:16px;
  }
  .site-header .brand{
    width:230px !important;
    height:74px !important;
  }
  .site-header .brand img{
    width:224px !important;
    height:62px !important;
  }
  .site-header .brand::before{
    bottom:2px;
    width:68px;
  }
  .site-header .nav-toggle{
    display:block;
    margin-left:auto;
  }
  .site-header .main-nav{
    position:fixed;
    inset:86px 14px auto;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:4px;
    padding:18px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:18px;
    background:rgba(7,13,20,.98);
    box-shadow:0 24px 70px rgba(0,0,0,.38);
  }
  .site-header .main-nav.open{
    display:flex;
  }
  .site-header .main-nav a{
    padding:12px 14px;
    border-radius:10px;
    font-size:.9rem;
  }
  .site-header .main-nav a:first-child::after{
    display:none;
  }
  .site-header .header-wa{
    display:none;
  }
}

@media (max-width:680px){
  .site-header,
  .site-header .nav-wrap{
    height:76px;
  }
  .site-header .brand{
    width:185px !important;
    height:66px !important;
  }
  .site-header .brand img{
    width:180px !important;
    height:52px !important;
  }
  .site-header .brand::before{
    width:54px;
  }
  .site-header .main-nav{
    inset:76px 12px auto;
  }
}


/* =========================================================
   PATCH 011 — CENTRO LOGÍSTICO Y SERVICIOS PREMIUM
   ========================================================= */
.logistics-hub{
  position:relative;
  overflow:hidden;
  padding:108px 0 96px;
  color:#fff;
  background:
    radial-gradient(circle at 8% 3%,rgba(225,25,35,.14),transparent 25%),
    radial-gradient(circle at 94% 90%,rgba(4,124,69,.12),transparent 25%),
    #0a1118;
}
.logistics-hub::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.22;
  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:54px 54px;
}
.logistics-hub .container{
  position:relative;
  z-index:2;
}
.hub-heading{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(300px,.65fr);
  align-items:end;
  gap:70px;
  margin-bottom:42px;
}
.hub-kicker{
  display:flex;
  align-items:center;
  gap:13px;
  margin-bottom:17px;
  color:#f12630;
  font-size:.78rem;
  font-weight:950;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.hub-kicker::before{
  content:"";
  width:30px;
  height:3px;
  border-radius:999px;
  background:#f12630;
}
.hub-heading h2{
  max-width:850px;
  margin:0;
  color:#fff;
  font-size:clamp(2.55rem,4.6vw,4.85rem);
  line-height:1;
  letter-spacing:-.045em;
}
.hub-heading>p{
  max-width:490px;
  margin:0 0 5px;
  color:rgba(255,255,255,.65);
  font-size:1rem;
}

.hub-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.hub-card{
  position:relative;
  min-height:390px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.13);
  border-radius:22px;
  background:#121b24;
  box-shadow:0 18px 50px rgba(0,0,0,.22);
  isolation:isolate;
  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease;
}
.hub-card:hover{
  transform:translateY(-7px);
  border-color:rgba(241,38,48,.62);
  box-shadow:0 28px 75px rgba(0,0,0,.36);
}
.hub-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.015);
  transition:transform .55s ease,filter .35s ease;
}
.hub-card:hover img{
  transform:scale(1.075);
  filter:saturate(1.08) contrast(1.04);
}
.hub-shade{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(180deg,rgba(4,9,14,.10) 10%,rgba(4,9,14,.30) 44%,rgba(4,9,14,.97) 100%),
    linear-gradient(90deg,rgba(4,9,14,.30),transparent 72%);
}
.hub-card-featured{
  border-color:rgba(241,38,48,.68);
  box-shadow:
    0 20px 55px rgba(0,0,0,.26),
    inset 0 0 0 1px rgba(241,38,48,.20);
}
.hub-number{
  position:absolute;
  z-index:3;
  top:20px;
  left:20px;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.42);
  border-radius:50%;
  color:#fff;
  background:rgba(5,11,17,.55);
  backdrop-filter:blur(8px);
  font-size:.74rem;
  font-weight:950;
}
.hub-tag{
  position:absolute;
  z-index:3;
  top:20px;
  right:20px;
  padding:8px 11px;
  border-radius:999px;
  color:#fff;
  background:#df1d27;
  box-shadow:0 8px 24px rgba(223,29,39,.30);
  font-size:.68rem;
  font-weight:950;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.hub-card-content{
  position:absolute;
  z-index:3;
  left:24px;
  right:24px;
  bottom:23px;
}
.hub-card-content small{
  display:block;
  margin-bottom:8px;
  color:#f12630;
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.hub-card-content h3{
  margin:0 0 8px;
  color:#fff;
  font-size:1.65rem;
  line-height:1.08;
  letter-spacing:-.025em;
}
.hub-card-content p{
  min-height:48px;
  margin:0;
  color:rgba(255,255,255,.70);
  font-size:.91rem;
  line-height:1.45;
}
.hub-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:18px;
  color:#fff;
  font-size:.79rem;
  font-weight:950;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.hub-link b{
  color:#f12630;
  font-size:1.15rem;
  transition:transform .22s ease;
}
.hub-card:hover .hub-link b{
  transform:translateX(5px);
}
.hub-assurance{
  margin-top:22px;
  padding:18px 24px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid rgba(255,255,255,.10);
  border-radius:17px;
  background:rgba(255,255,255,.045);
}
.hub-assurance span{
  position:relative;
  padding:2px 20px 2px 28px;
  color:rgba(255,255,255,.78);
  font-size:.83rem;
  font-weight:800;
  text-align:center;
}
.hub-assurance span::before{
  content:"✓";
  position:absolute;
  left:8px;
  color:#16ae61;
  font-weight:950;
}
.hub-assurance span:not(:last-child){
  border-right:1px solid rgba(255,255,255,.12);
}

@media (max-width:1000px){
  .hub-heading{
    grid-template-columns:1fr;
    gap:18px;
  }
  .hub-heading>p{
    max-width:700px;
  }
  .hub-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .hub-assurance{
    grid-template-columns:repeat(2,1fr);
  }
  .hub-assurance span:nth-child(2){
    border-right:0;
  }
  .hub-assurance span:nth-child(-n+2){
    margin-bottom:12px;
  }
}

@media (max-width:680px){
  .logistics-hub{
    padding:76px 0 68px;
  }
  .hub-heading{
    margin-bottom:30px;
  }
  .hub-heading h2{
    font-size:2.55rem;
  }
  .hub-grid{
    grid-template-columns:1fr;
  }
  .hub-card{
    min-height:365px;
  }
  .hub-card-content h3{
    font-size:1.55rem;
  }
  .hub-assurance{
    grid-template-columns:1fr;
    padding:10px 18px;
  }
  .hub-assurance span{
    padding:12px 12px 12px 28px;
    text-align:left;
    border-right:0 !important;
    border-bottom:1px solid rgba(255,255,255,.10);
    margin:0 !important;
  }
  .hub-assurance span:last-child{
    border-bottom:0;
  }
}


/* =========================================================
   PATCH 012 — LOGO COMPACTO Y CABECERA SIN RECORTES
   ========================================================= */
.site-header{
  height:92px !important;
  overflow:visible;
}
.site-header .nav-wrap{
  width:min(1440px,calc(100% - 40px));
  max-width:none;
  height:92px !important;
  display:grid;
  grid-template-columns:272px minmax(0,1fr) auto;
  align-items:center;
  gap:24px;
}
.site-header .brand.brand-v12{
  position:relative;
  width:272px !important;
  height:72px !important;
  min-width:0;
  padding:0 !important;
  margin:0 !important;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:11px;
  overflow:visible;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.site-header .brand.brand-v12::before{
  display:none !important;
}
.site-header .brand.brand-v12 img{
  width:104px !important;
  height:62px !important;
  flex:0 0 104px;
  object-fit:contain !important;
  object-position:center !important;
  filter:drop-shadow(0 7px 16px rgba(0,0,0,.55));
  transform:none !important;
}
.brand-lockup{
  min-width:0;
  display:grid;
  grid-template-columns:auto auto;
  grid-template-areas:
    "overline overline"
    "name suffix";
  align-items:end;
  column-gap:7px;
  line-height:.82;
  white-space:nowrap;
}
.brand-overline{
  grid-area:overline;
  margin:0 0 5px 2px;
  color:#13904d;
  font-size:.67rem;
  font-weight:950;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.brand-lockup strong{
  grid-area:name;
  color:#ef1f2b;
  font-family:Inter,ui-sans-serif,system-ui,sans-serif;
  font-size:2rem;
  font-weight:1000;
  letter-spacing:-.055em;
  text-shadow:0 3px 12px rgba(0,0,0,.38);
}
.brand-lockup small{
  grid-area:suffix;
  padding-bottom:2px;
  color:#f4c52f;
  font-size:.63rem;
  font-weight:950;
  letter-spacing:.08em;
}
.site-header .main-nav{
  min-width:0;
  margin:0;
  justify-content:center;
  gap:24px;
  font-size:.80rem;
}
.site-header .main-nav a{
  white-space:nowrap;
}
.site-header .header-wa{
  justify-self:end;
  white-space:nowrap;
  padding:13px 19px;
}

.hero-final-bg,
.hero-final-shade{
  inset:92px 0 0 !important;
}
.hero-final-content{
  padding-top:158px;
}

@media (max-width:1240px){
  .site-header .nav-wrap{
    grid-template-columns:246px minmax(0,1fr) auto;
    gap:16px;
  }
  .site-header .brand.brand-v12{
    width:246px !important;
  }
  .site-header .brand.brand-v12 img{
    width:90px !important;
    height:56px !important;
    flex-basis:90px;
  }
  .brand-lockup strong{
    font-size:1.72rem;
  }
  .site-header .main-nav{
    gap:16px;
    font-size:.73rem;
  }
}

@media (max-width:1100px){
  .site-header,
  .site-header .nav-wrap{
    height:82px !important;
  }
  .site-header .nav-wrap{
    display:flex;
    width:min(100% - 28px,1050px);
  }
  .site-header .brand.brand-v12{
    width:245px !important;
    height:66px !important;
  }
  .site-header .brand.brand-v12 img{
    width:88px !important;
    height:54px !important;
    flex-basis:88px;
  }
  .brand-lockup strong{
    font-size:1.65rem;
  }
  .site-header .nav-toggle{
    display:block;
    margin-left:auto;
  }
  .site-header .main-nav{
    position:fixed;
    inset:82px 14px auto;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:4px;
    padding:18px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:18px;
    background:rgba(7,13,20,.98);
    box-shadow:0 24px 70px rgba(0,0,0,.38);
  }
  .site-header .main-nav.open{
    display:flex;
  }
  .site-header .main-nav a{
    padding:12px 14px;
    border-radius:10px;
    font-size:.9rem;
  }
  .site-header .main-nav a:first-child::after{
    display:none;
  }
  .site-header .header-wa{
    display:none;
  }
  .hero-final-bg,
  .hero-final-shade{
    inset:82px 0 0 !important;
  }
}

@media (max-width:680px){
  .site-header,
  .site-header .nav-wrap{
    height:74px !important;
  }
  .site-header .brand.brand-v12{
    width:204px !important;
    height:60px !important;
    gap:8px;
  }
  .site-header .brand.brand-v12 img{
    width:74px !important;
    height:48px !important;
    flex-basis:74px;
  }
  .brand-overline{
    margin-bottom:4px;
    font-size:.55rem;
  }
  .brand-lockup strong{
    font-size:1.38rem;
  }
  .brand-lockup small{
    font-size:.52rem;
  }
  .site-header .main-nav{
    inset:74px 12px auto;
  }
  .hero-final-bg,
  .hero-final-shade{
    inset:74px 0 auto !important;
  }
}


/* PATCH 013 — HEADER PREMIUM */
:root{--header-topbar-height:34px;--header-main-height:88px}
.site-header{position:fixed;inset:0 0 auto;z-index:120;height:calc(var(--header-topbar-height) + var(--header-main-height))!important;overflow:visible;background:transparent!important;border:0!important}
.site-header .topbar{height:var(--header-topbar-height);color:rgba(255,255,255,.78);background:rgba(3,7,11,.88);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(10px)}
.topbar-inner{width:min(1440px,calc(100% - 40px));max-width:none;height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:.69rem;font-weight:750;letter-spacing:.05em;text-transform:uppercase}
.topbar-left,.topbar-right{display:flex;align-items:center;gap:22px}
.topbar-left span,.topbar-right a{position:relative;white-space:nowrap}
.topbar-left span:not(:last-child)::after,.topbar-right a:not(:last-child)::after{content:"";position:absolute;right:-12px;top:50%;width:3px;height:3px;border-radius:50%;background:#ef1f2b;transform:translateY(-50%)}
.topbar-right a{color:rgba(255,255,255,.86)}
.topbar-right a:last-child{color:#55d88d}
.site-header .mainbar{height:var(--header-main-height);background:linear-gradient(180deg,rgba(5,10,15,.86),rgba(5,10,15,.55));border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(12px);transition:.28s}
.site-header.scrolled .mainbar{background:rgba(5,10,15,.96);box-shadow:0 16px 42px rgba(0,0,0,.28)}
.site-header.compact .mainbar{background:rgba(5,10,15,.98)}
.site-header .nav-wrap{width:min(1440px,calc(100% - 40px));max-width:none;height:var(--header-main-height)!important;display:grid;grid-template-columns:270px minmax(0,1fr) auto;align-items:center;gap:24px}
.site-header .brand.brand-v13{width:270px!important;height:72px!important;padding:0!important;margin:0!important;display:flex;align-items:center;gap:10px;background:transparent!important;border:0!important;box-shadow:none!important}
.site-header .brand.brand-v13::before{display:none!important}
.site-header .brand.brand-v13 img{width:100px!important;height:61px!important;flex:0 0 100px;object-fit:contain!important;filter:drop-shadow(0 7px 16px rgba(0,0,0,.55))}
.site-header .brand-lockup strong{font-size:1.92rem}
.site-header .brand-overline{font-size:.64rem}
.site-header .main-nav{min-width:0;margin:0;display:flex;align-items:center;justify-content:center;gap:26px;font-size:.78rem}
.site-header .main-nav a{position:relative;padding:34px 0 31px;color:rgba(255,255,255,.76);font-weight:850;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;transition:color .2s}
.site-header .main-nav a::after{content:"";position:absolute;left:50%;right:50%;bottom:19px;height:2px;border-radius:999px;background:#ef1f2b;transition:left .22s,right .22s}
.site-header .main-nav a:hover,.site-header .main-nav a:focus-visible{color:#fff}
.site-header .main-nav a:hover::after,.site-header .main-nav a:focus-visible::after{left:0;right:0}
.site-header .main-nav a:first-child{color:#fff}
.site-header .main-nav a:first-child::after{left:0;right:0}
.site-header .header-wa{justify-self:end;min-height:46px;padding:12px 19px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#e11e28;box-shadow:0 10px 28px rgba(225,30,40,.24);color:#fff;font-size:.76rem;font-weight:950;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap}
.nav-toggle{width:48px;height:46px;margin-left:auto;padding:11px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(255,255,255,.06)}
.nav-toggle span{width:24px;height:2px;margin:5px auto;border-radius:999px;transition:.24s}
.nav-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle.active span:nth-child(2){opacity:0}
.nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.hero-final-bg,.hero-final-shade{inset:calc(var(--header-topbar-height) + var(--header-main-height)) 0 0!important}
.hero-final-content{padding-top:190px}
@media(max-width:1280px){
  .site-header .nav-wrap{grid-template-columns:240px minmax(0,1fr) auto;gap:18px}
  .site-header .brand.brand-v13{width:240px!important}
  .site-header .brand.brand-v13 img{width:88px!important;height:56px!important;flex-basis:88px}
  .site-header .brand-lockup strong{font-size:1.68rem}
  .site-header .main-nav{gap:17px;font-size:.71rem}
}
@media(max-width:1120px){
  :root{--header-topbar-height:32px;--header-main-height:78px}
  .site-header .nav-wrap{display:flex;width:min(100% - 28px,1080px)}
  .site-header .brand.brand-v13{width:240px!important;height:66px!important}
  .site-header .nav-toggle{display:block}
  .site-header .main-nav{position:fixed;inset:calc(var(--header-topbar-height) + var(--header-main-height)) 14px auto;display:none;max-height:calc(100svh - 130px);overflow:auto;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:3px;padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(6,12,18,.985);box-shadow:0 28px 80px rgba(0,0,0,.48)}
  .site-header .main-nav.open{display:flex}
  .site-header .main-nav a{padding:13px 14px;border-radius:10px;font-size:.88rem}
  .site-header .main-nav a::after{display:none}
  .site-header .header-wa{display:none}
  body.menu-open{overflow:hidden}
}
@media(max-width:680px){
  :root{--header-topbar-height:0px;--header-main-height:74px}
  .site-header .topbar{display:none}
  .site-header .nav-wrap{width:min(100% - 24px,660px)}
  .site-header .brand.brand-v13{width:205px!important;height:60px!important}
  .site-header .brand.brand-v13 img{width:74px!important;height:48px!important;flex-basis:74px}
  .site-header .brand-lockup strong{font-size:1.38rem}
  .site-header .brand-overline{font-size:.54rem}
  .site-header .main-nav{inset:74px 12px auto}
  .hero-final-content{padding-top:345px}
}


/* =========================================================
   PATCH 014 — COTIZADOR PREMIUM
   ========================================================= */
.quote-premium{
  position:relative;
  overflow:hidden;
  padding:110px 0;
  color:#fff;
  background:
    radial-gradient(circle at 10% 10%,rgba(225,30,40,.14),transparent 24%),
    radial-gradient(circle at 90% 90%,rgba(9,129,74,.12),transparent 28%),
    #081018;
}
.quote-premium::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.18;
  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:52px 52px;
}
.quote-premium-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,.78fr) minmax(560px,1.22fr);
  align-items:start;
  gap:72px;
}
.quote-premium-copy{
  position:sticky;
  top:160px;
}
.quote-kicker{
  display:flex;
  align-items:center;
  gap:13px;
  color:#f12630;
  font-size:.78rem;
  font-weight:950;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.quote-kicker::before{
  content:"";
  width:30px;
  height:3px;
  border-radius:999px;
  background:#f12630;
}
.quote-premium-copy h2{
  margin:22px 0 18px;
  font-size:clamp(2.8rem,4.7vw,5rem);
  line-height:.98;
  letter-spacing:-.05em;
}
.quote-premium-copy>p{
  max-width:530px;
  margin:0;
  color:rgba(255,255,255,.66);
  font-size:1.05rem;
}
.quote-benefits{
  margin-top:40px;
  display:grid;
  gap:14px;
}
.quote-benefits>div{
  display:grid;
  grid-template-columns:48px 1fr;
  align-items:center;
  gap:14px;
  padding:17px 18px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:rgba(255,255,255,.035);
}
.quote-benefits b{
  color:#f12630;
  font-size:1.08rem;
}
.quote-benefits span{
  color:rgba(255,255,255,.82);
  font-weight:800;
}

.quote-app{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.15);
  border-radius:28px;
  background:#f5f7f8;
  box-shadow:0 34px 90px rgba(0,0,0,.38);
}
.quote-app-head{
  padding:25px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  color:#fff;
  background:linear-gradient(135deg,#121b24,#0a1118);
  border-bottom:1px solid rgba(255,255,255,.10);
}
.quote-app-head small{
  display:block;
  margin-bottom:3px;
  color:#f12630;
  font-size:.70rem;
  font-weight:950;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.quote-app-head h3{
  margin:0;
  font-size:1.45rem;
}
.quote-status{
  padding:8px 11px;
  border:1px solid rgba(85,216,141,.35);
  border-radius:999px;
  color:#55d88d;
  background:rgba(85,216,141,.08);
  font-size:.68rem;
  font-weight:950;
  text-transform:uppercase;
}
.quote-form{
  padding:28px;
  color:#111821;
}
.quote-step{
  margin-bottom:22px;
}
.quote-step-label{
  display:block;
  margin-bottom:10px;
  color:#707a84;
  font-size:.70rem;
  font-weight:950;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.quote-fields{
  display:grid;
  gap:14px;
}
.quote-fields.two{
  grid-template-columns:1fr 1fr;
}
.quote-form label{
  display:block;
  color:#202832;
  font-size:.80rem;
  font-weight:850;
}
.quote-form label>span{
  display:block;
  margin-bottom:7px;
}
.quote-form input,
.quote-form select,
.quote-form textarea{
  margin:0;
  border:1px solid #d8dde2;
  background:#fff;
  border-radius:12px;
  padding:13px 14px;
}
.quote-form textarea{
  resize:vertical;
}
.quote-summary{
  margin:4px 0 18px;
  padding:15px 17px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border:1px solid #dfe4e8;
  border-radius:13px;
  background:#fff;
}
.quote-summary span{
  color:#737d87;
  font-size:.78rem;
}
.quote-summary b{
  color:#111821;
  font-size:.86rem;
  text-align:right;
}
.quote-submit{
  width:100%;
  min-height:56px;
  padding:14px 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  border:0;
  border-radius:13px;
  color:#fff;
  background:#df1d27;
  box-shadow:0 12px 30px rgba(223,29,39,.24);
  font-weight:950;
  text-transform:uppercase;
  transition:transform .2s ease,background .2s ease,box-shadow .2s ease;
}
.quote-submit:hover{
  transform:translateY(-2px);
  background:#ef2631;
  box-shadow:0 16px 38px rgba(223,29,39,.34);
}
.quote-submit b{
  font-size:1.18rem;
}

@media(max-width:1000px){
  .quote-premium-grid{
    grid-template-columns:1fr;
    gap:42px;
  }
  .quote-premium-copy{
    position:static;
  }
}

@media(max-width:680px){
  .quote-premium{
    padding:76px 0;
  }
  .quote-premium-copy h2{
    font-size:2.65rem;
  }
  .quote-app-head{
    padding:21px 20px;
  }
  .quote-status{
    display:none;
  }
  .quote-form{
    padding:20px;
  }
  .quote-fields.two{
    grid-template-columns:1fr;
  }
  .quote-summary{
    align-items:flex-start;
    flex-direction:column;
    gap:4px;
  }
  .quote-summary b{
    text-align:left;
  }
}


/* =========================================================
   PATCH 015 — SEGUIMIENTO PREMIUM
   ========================================================= */
.tracking-premium{
  position:relative;
  overflow:hidden;
  padding:108px 0;
  color:#111821;
  background:
    linear-gradient(180deg,#f5f7f9 0%,#ffffff 100%);
}
.tracking-premium::before{
  content:"";
  position:absolute;
  top:-120px;
  right:-120px;
  width:420px;
  height:420px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(225,30,40,.10),transparent 68%);
}
.tracking-premium-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,.86fr) minmax(560px,1.14fr);
  gap:70px;
  align-items:center;
}
.tracking-kicker{
  display:flex;
  align-items:center;
  gap:13px;
  color:#df1d27;
  font-size:.78rem;
  font-weight:950;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.tracking-kicker::before{
  content:"";
  width:30px;
  height:3px;
  border-radius:999px;
  background:#df1d27;
}
.tracking-copy h2{
  margin:22px 0 18px;
  font-size:clamp(2.8rem,4.7vw,4.9rem);
  line-height:.98;
  letter-spacing:-.05em;
}
.tracking-copy>p{
  max-width:560px;
  margin:0;
  color:#66717c;
  font-size:1.04rem;
}
.tracking-search{
  margin-top:34px;
}
.tracking-search>label{
  display:block;
  margin-bottom:9px;
  color:#303944;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.tracking-search-row{
  display:flex;
  gap:10px;
}
.tracking-search-row input{
  min-height:56px;
  margin:0;
  border:1px solid #d7dde2;
  border-radius:13px;
  background:#fff;
  box-shadow:0 10px 26px rgba(9,18,27,.06);
  font-weight:800;
  text-transform:uppercase;
}
.tracking-search-row button{
  min-width:150px;
  border:0;
  border-radius:13px;
  color:#fff;
  background:#0a1118;
  font-weight:950;
  text-transform:uppercase;
}
.tracking-search small{
  display:block;
  margin-top:10px;
  color:#7b858e;
}

.tracking-panel{
  overflow:hidden;
  border:1px solid #dfe4e8;
  border-radius:28px;
  background:#fff;
  box-shadow:0 30px 85px rgba(10,18,26,.13);
}
.tracking-panel-head{
  padding:24px 27px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  color:#fff;
  background:linear-gradient(135deg,#111a23,#081018);
}
.tracking-panel-head small{
  display:block;
  margin-bottom:3px;
  color:#f12630;
  font-size:.70rem;
  font-weight:950;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.tracking-panel-head h3{
  margin:0;
  font-size:1.4rem;
}
.tracking-badge{
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:999px;
  color:rgba(255,255,255,.60);
  background:rgba(255,255,255,.05);
  font-size:.68rem;
  font-weight:950;
  text-transform:uppercase;
}
.tracking-badge.active{
  color:#58d98f;
  border-color:rgba(88,217,143,.35);
  background:rgba(88,217,143,.08);
}
.tracking-timeline{
  padding:30px 28px 10px;
}
.tracking-step{
  position:relative;
  min-height:82px;
  padding-left:48px;
}
.tracking-step:not(:last-child)::after{
  content:"";
  position:absolute;
  left:15px;
  top:30px;
  bottom:-7px;
  width:2px;
  background:#dfe4e8;
}
.tracking-dot{
  position:absolute;
  left:4px;
  top:3px;
  width:24px;
  height:24px;
  border:6px solid #fff;
  border-radius:50%;
  background:#c9d0d6;
  box-shadow:0 0 0 1px #c9d0d6;
}
.tracking-step.active .tracking-dot{
  background:#df1d27;
  box-shadow:0 0 0 1px #df1d27,0 0 0 7px rgba(223,29,39,.08);
}
.tracking-step.completed .tracking-dot{
  background:#0a8d4b;
  box-shadow:0 0 0 1px #0a8d4b;
}
.tracking-step b{
  display:block;
  color:#1b242d;
  font-size:.98rem;
}
.tracking-step small{
  color:#7b858f;
}
.tracking-result{
  display:none;
  margin:0 28px 28px;
  padding:17px;
  border:1px solid #e0e5e9;
  border-left:4px solid #df1d27;
  border-radius:13px;
  background:#f7f9fa;
}
.tracking-result.show{
  display:grid;
  gap:6px;
}
.tracking-result strong{
  color:#111821;
}
.tracking-result span{
  color:#64707b;
  font-size:.9rem;
}
.tracking-result a{
  margin-top:6px;
  color:#0a8d4b;
  font-weight:950;
}

@media(max-width:1000px){
  .tracking-premium-grid{
    grid-template-columns:1fr;
    gap:42px;
  }
}

@media(max-width:680px){
  .tracking-premium{
    padding:76px 0;
  }
  .tracking-copy h2{
    font-size:2.65rem;
  }
  .tracking-search-row{
    flex-direction:column;
  }
  .tracking-search-row button{
    min-height:54px;
  }
  .tracking-panel-head{
    align-items:flex-start;
    flex-direction:column;
  }
  .tracking-timeline{
    padding-inline:21px;
  }
  .tracking-result{
    margin-inline:21px;
  }
}


/* PATCH 016 - RESERVA PREMIUM */
.reserve-section{background:#0b1118!important}
.reserve-section .form-panel{
 border-radius:24px;
 box-shadow:0 30px 80px rgba(0,0,0,.35);
 border:1px solid rgba(255,255,255,.12)
}
.reserve-section .btn-primary{
 background:#df1d27;
 font-weight:900;
}
.reserve-section input,.reserve-section select,.reserve-section textarea{
 border-radius:12px;
}


/* =========================================================
   PATCH 017 — MUDANZAS EXCLUSIVAS PREMIUM
   ========================================================= */
.moving-premium{
  position:relative;
  overflow:hidden;
  padding:112px 0 88px;
  color:#fff;
  background:
    radial-gradient(circle at 88% 10%,rgba(225,30,40,.13),transparent 25%),
    radial-gradient(circle at 10% 90%,rgba(9,129,74,.10),transparent 28%),
    #081018;
}
.moving-premium::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.17;
  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:54px 54px;
}
.moving-premium-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(500px,1.05fr) minmax(0,.95fr);
  align-items:center;
  gap:68px;
}
.moving-photo{
  position:relative;
  min-height:640px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  border-radius:30px;
  box-shadow:0 34px 90px rgba(0,0,0,.38);
}
.moving-photo::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,transparent 48%,rgba(4,9,14,.80) 100%);
}
.moving-photo img{
  width:100%;
  height:100%;
  min-height:640px;
  object-fit:cover;
  object-position:center;
  transition:transform .65s ease;
}
.moving-photo:hover img{
  transform:scale(1.04);
}
.moving-photo-badge{
  position:absolute;
  z-index:2;
  left:25px;
  bottom:25px;
  padding:16px 19px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:15px;
  background:rgba(6,12,18,.76);
  backdrop-filter:blur(12px);
}
.moving-photo-badge small{
  display:block;
  margin-bottom:3px;
  color:#f12630;
  font-size:.68rem;
  font-weight:950;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.moving-photo-badge b{
  font-size:1.16rem;
}
.moving-content{
  position:relative;
  z-index:2;
}
.moving-kicker{
  display:flex;
  align-items:center;
  gap:13px;
  color:#f12630;
  font-size:.77rem;
  font-weight:950;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.moving-kicker::before{
  content:"";
  width:30px;
  height:3px;
  border-radius:999px;
  background:#f12630;
}
.moving-content h2{
  margin:21px 0 18px;
  font-size:clamp(2.9rem,4.8vw,5rem);
  line-height:.98;
  letter-spacing:-.05em;
}
.moving-content>p{
  max-width:590px;
  margin:0;
  color:rgba(255,255,255,.67);
  font-size:1.05rem;
}
.moving-features{
  margin-top:34px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.moving-features>div{
  min-height:80px;
  padding:15px;
  display:grid;
  grid-template-columns:38px 1fr;
  align-items:center;
  gap:10px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  background:rgba(255,255,255,.035);
}
.moving-features b{
  color:#f12630;
  font-size:.90rem;
}
.moving-features span{
  color:rgba(255,255,255,.82);
  font-size:.86rem;
  font-weight:800;
  line-height:1.35;
}
.moving-actions{
  margin-top:30px;
  display:flex;
  flex-wrap:wrap;
  gap:11px;
}
.moving-btn{
  min-height:52px;
  padding:13px 19px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid transparent;
  border-radius:12px;
  font-size:.78rem;
  font-weight:950;
  text-transform:uppercase;
}
.moving-btn.primary{
  color:#fff;
  background:#df1d27;
}
.moving-btn.secondary{
  color:#111821;
  background:#fff;
}
.moving-doc{
  width:100%;
  margin-top:4px;
  color:#58d98f;
  font-size:.82rem;
  font-weight:900;
}
.moving-strip{
  position:relative;
  z-index:2;
  margin-top:48px;
  padding:20px 22px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  border:1px solid rgba(255,255,255,.10);
  border-radius:17px;
  background:rgba(255,255,255,.04);
}
.moving-strip span{
  padding:3px 14px;
  color:rgba(255,255,255,.72);
  font-size:.79rem;
  font-weight:850;
  text-align:center;
  text-transform:uppercase;
}
.moving-strip span:not(:last-child){
  border-right:1px solid rgba(255,255,255,.12);
}

@media(max-width:1050px){
  .moving-premium-grid{
    grid-template-columns:1fr;
    gap:45px;
  }
  .moving-photo,
  .moving-photo img{
    min-height:520px;
  }
}
@media(max-width:680px){
  .moving-premium{
    padding:76px 0 68px;
  }
  .moving-photo,
  .moving-photo img{
    min-height:380px;
  }
  .moving-content h2{
    font-size:2.65rem;
  }
  .moving-features{
    grid-template-columns:1fr;
  }
  .moving-actions{
    flex-direction:column;
  }
  .moving-btn{
    width:100%;
  }
  .moving-strip{
    grid-template-columns:1fr 1fr;
    padding:10px 15px;
  }
  .moving-strip span{
    padding:12px 8px;
    border-right:0!important;
    border-bottom:1px solid rgba(255,255,255,.10);
  }
  .moving-strip span:last-child{
    grid-column:1/-1;
    border-bottom:0;
  }
}


/* =========================================================
   PATCH 018 — AGAEL EMPRESAS PREMIUM
   ========================================================= */
.business-premium{
  position:relative;
  overflow:hidden;
  padding:112px 0 90px;
  color:#111821;
  background:linear-gradient(180deg,#f6f8fa 0%,#ffffff 100%);
}
.business-premium::before{
  content:"";
  position:absolute;
  top:-150px;
  left:-150px;
  width:450px;
  height:450px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(225,30,40,.10),transparent 68%);
}
.business-premium-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(540px,1.05fr);
  gap:70px;
  align-items:center;
}
.business-kicker{
  display:flex;
  align-items:center;
  gap:13px;
  color:#df1d27;
  font-size:.78rem;
  font-weight:950;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.business-kicker::before{
  content:"";
  width:30px;
  height:3px;
  border-radius:999px;
  background:#df1d27;
}
.business-content h2{
  margin:22px 0 18px;
  font-size:clamp(2.85rem,4.7vw,4.95rem);
  line-height:.98;
  letter-spacing:-.05em;
}
.business-content>p{
  max-width:590px;
  margin:0;
  color:#68737d;
  font-size:1.04rem;
}
.business-services{
  margin-top:34px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.business-services>div{
  min-height:118px;
  padding:18px;
  display:grid;
  grid-template-columns:42px 1fr;
  align-items:start;
  gap:12px;
  border:1px solid #e1e6ea;
  border-radius:16px;
  background:#fff;
  box-shadow:0 12px 30px rgba(10,18,26,.05);
}
.business-services>div>span{
  color:#df1d27;
  font-size:.82rem;
  font-weight:950;
}
.business-services b{
  display:block;
  margin-bottom:5px;
  color:#17202a;
  font-size:.96rem;
}
.business-services small{
  color:#75808a;
  line-height:1.45;
}
.business-actions{
  margin-top:28px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.business-btn{
  min-height:52px;
  padding:13px 19px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid transparent;
  border-radius:12px;
  font-size:.78rem;
  font-weight:950;
  text-transform:uppercase;
}
.business-btn.primary{
  color:#fff;
  background:#df1d27;
  box-shadow:0 12px 30px rgba(223,29,39,.22);
}
.business-btn.secondary{
  color:#111821;
  border-color:#d6dce1;
  background:#fff;
}

.business-visual{
  position:relative;
  min-height:640px;
  overflow:hidden;
  border-radius:30px;
  border:1px solid #dfe4e8;
  background:#101820;
  box-shadow:0 32px 85px rgba(10,18,26,.18);
}
.business-visual img{
  width:100%;
  height:100%;
  min-height:640px;
  object-fit:cover;
  object-position:center;
}
.business-visual-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(4,9,14,.06) 30%,rgba(4,9,14,.82) 100%),
    linear-gradient(90deg,rgba(4,9,14,.12),transparent 65%);
}
.business-metrics{
  position:absolute;
  z-index:2;
  left:22px;
  right:22px;
  bottom:22px;
  padding:18px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  background:rgba(6,12,18,.76);
  backdrop-filter:blur(12px);
}
.business-metrics div{
  padding:13px;
  border-radius:12px;
  background:rgba(255,255,255,.05);
}
.business-metrics b{
  display:block;
  color:#f12630;
  font-size:1.12rem;
}
.business-metrics span{
  color:rgba(255,255,255,.75);
  font-size:.78rem;
}
.business-strip{
  position:relative;
  z-index:2;
  margin-top:48px;
  padding:20px 22px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  border:1px solid #e2e7eb;
  border-radius:17px;
  background:#fff;
}
.business-strip span{
  padding:3px 14px;
  color:#616c76;
  font-size:.79rem;
  font-weight:850;
  text-align:center;
  text-transform:uppercase;
}
.business-strip span:not(:last-child){
  border-right:1px solid #e2e7eb;
}

@media(max-width:1050px){
  .business-premium-grid{
    grid-template-columns:1fr;
    gap:44px;
  }
  .business-visual,
  .business-visual img{
    min-height:520px;
  }
}

@media(max-width:680px){
  .business-premium{
    padding:76px 0 68px;
  }
  .business-content h2{
    font-size:2.65rem;
  }
  .business-services{
    grid-template-columns:1fr;
  }
  .business-actions{
    flex-direction:column;
  }
  .business-btn{
    width:100%;
  }
  .business-visual,
  .business-visual img{
    min-height:390px;
  }
  .business-metrics{
    left:14px;
    right:14px;
    bottom:14px;
    padding:12px;
  }
  .business-strip{
    grid-template-columns:1fr 1fr;
    padding:10px 15px;
  }
  .business-strip span{
    padding:12px 8px;
    border-right:0!important;
    border-bottom:1px solid #e2e7eb;
  }
  .business-strip span:last-child{
    grid-column:1/-1;
    border-bottom:0;
  }
}


/* =========================================================
   PATCH 019 CORREGIDO — FOOTER PREMIUM
   ========================================================= */
.site-footer{
  position:relative;
  overflow:hidden;
  padding:82px 0 28px;
  color:#fff;
  background:
    radial-gradient(circle at 8% 0%,rgba(223,29,39,.12),transparent 28%),
    radial-gradient(circle at 92% 100%,rgba(9,129,74,.10),transparent 30%),
    #081018;
  border-top:1px solid rgba(255,255,255,.08);
}
.site-footer::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.15;
  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:52px 52px;
}
.site-footer .container{
  position:relative;
  z-index:2;
}
.site-footer .footer-grid{
  display:grid;
  grid-template-columns:minmax(260px,1.45fr) repeat(3,minmax(150px,.85fr));
  gap:36px;
  align-items:start;
}
.site-footer h3,
.site-footer h4{
  margin:0 0 16px;
  color:#fff;
  font-weight:950;
}
.site-footer h3{
  font-size:1.45rem;
}
.site-footer h4{
  font-size:.82rem;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.site-footer p,
.site-footer li,
.site-footer a,
.site-footer span{
  color:rgba(255,255,255,.68);
}
.site-footer p{
  margin:0;
  line-height:1.65;
}
.site-footer ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
.site-footer a{
  transition:color .2s ease,transform .2s ease;
}
.site-footer a:hover{
  color:#fff;
}
.site-footer .footer-brand img,
.site-footer .footer-logo img{
  max-width:220px;
  height:auto;
  margin-bottom:18px;
}
.site-footer .footer-card{
  padding:18px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:rgba(255,255,255,.035);
  backdrop-filter:blur(10px);
}
.site-footer .footer-card + .footer-card{
  margin-top:12px;
}
.site-footer .footer-contact{
  display:grid;
  gap:12px;
}
.site-footer .footer-contact a{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:850;
}
.site-footer .footer-contact a::before{
  content:"";
  width:8px;
  height:8px;
  flex:0 0 8px;
  border-radius:50%;
  background:#df1d27;
  box-shadow:0 0 0 5px rgba(223,29,39,.10);
}
.site-footer .footer-social{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:18px;
}
.site-footer .footer-social a{
  min-width:40px;
  min-height:40px;
  padding:8px 11px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.11);
  border-radius:11px;
  background:rgba(255,255,255,.035);
  font-size:.76rem;
  font-weight:900;
  text-transform:uppercase;
}
.site-footer .footer-social a:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.24);
  background:rgba(255,255,255,.08);
}
.site-footer .footer-bottom{
  margin-top:42px;
  padding-top:22px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:15px;
  border-top:1px solid rgba(255,255,255,.09);
}
.site-footer .footer-bottom p,
.site-footer .footer-bottom span,
.site-footer .footer-bottom a{
  font-size:.78rem;
}
.site-footer .footer-legal{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}
.site-footer .footer-ruc{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:999px;
  background:rgba(255,255,255,.035);
  font-size:.70rem;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
}

@media(max-width:980px){
  .site-footer .footer-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:640px){
  .site-footer{
    padding:66px 0 24px;
  }
  .site-footer .footer-grid{
    grid-template-columns:1fr;
    gap:26px;
  }
  .site-footer .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}


/* =========================================================
   PATCH 020 — ANIMACIONES PREMIUM Y SCROLL
   ========================================================= */
html{
  scroll-behavior:smooth;
}
body{
  overflow-x:hidden;
}
[data-reveal]{
  opacity:0;
  transform:translateY(28px);
  transition:
    opacity .72s cubic-bezier(.22,.61,.36,1),
    transform .72s cubic-bezier(.22,.61,.36,1);
  will-change:opacity,transform;
}
[data-reveal="left"]{
  transform:translateX(-34px);
}
[data-reveal="right"]{
  transform:translateX(34px);
}
[data-reveal="zoom"]{
  transform:scale(.96);
}
[data-reveal].is-visible{
  opacity:1;
  transform:none;
}
[data-reveal-delay="1"]{transition-delay:.08s}
[data-reveal-delay="2"]{transition-delay:.16s}
[data-reveal-delay="3"]{transition-delay:.24s}
[data-reveal-delay="4"]{transition-delay:.32s}
[data-reveal-delay="5"]{transition-delay:.40s}
[data-reveal-delay="6"]{transition-delay:.48s}

.reveal-stagger > *{
  opacity:0;
  transform:translateY(20px);
  transition:
    opacity .58s cubic-bezier(.22,.61,.36,1),
    transform .58s cubic-bezier(.22,.61,.36,1);
}
.reveal-stagger.is-visible > *{
  opacity:1;
  transform:none;
}
.reveal-stagger.is-visible > *:nth-child(1){transition-delay:.04s}
.reveal-stagger.is-visible > *:nth-child(2){transition-delay:.10s}
.reveal-stagger.is-visible > *:nth-child(3){transition-delay:.16s}
.reveal-stagger.is-visible > *:nth-child(4){transition-delay:.22s}
.reveal-stagger.is-visible > *:nth-child(5){transition-delay:.28s}
.reveal-stagger.is-visible > *:nth-child(6){transition-delay:.34s}

.scroll-progress{
  position:fixed;
  z-index:9999;
  top:0;
  left:0;
  width:0;
  height:3px;
  pointer-events:none;
  background:linear-gradient(90deg,#df1d27,#f3b61f,#0a8d4b);
  box-shadow:0 0 16px rgba(223,29,39,.35);
}
.site-header,
.main-header,
.header-shell{
  transition:
    background .28s ease,
    box-shadow .28s ease,
    border-color .28s ease,
    transform .28s ease;
}
body.is-scrolled .site-header,
body.is-scrolled .main-header,
body.is-scrolled .header-shell{
  box-shadow:0 14px 36px rgba(0,0,0,.18);
}
.hero img,
.hero-media img,
.moving-photo img,
.business-visual img,
.logistics-card img{
  transition:transform .8s cubic-bezier(.22,.61,.36,1);
}
.hero:hover img,
.hero-media:hover img{
  transform:scale(1.025);
}
.moving-photo:hover img,
.business-visual:hover img,
.logistics-card:hover img{
  transform:scale(1.04);
}
.btn,
.btn-primary,
.btn-secondary,
.quote-submit,
.moving-btn,
.business-btn,
.tracking-search-row button{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.btn::after,
.btn-primary::after,
.btn-secondary::after,
.quote-submit::after,
.moving-btn::after,
.business-btn::after,
.tracking-search-row button::after{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  transform:translateX(-110%) skewX(-18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);
  transition:transform .55s ease;
}
.btn:hover::after,
.btn-primary:hover::after,
.btn-secondary:hover::after,
.quote-submit:hover::after,
.moving-btn:hover::after,
.business-btn:hover::after,
.tracking-search-row button:hover::after{
  transform:translateX(110%) skewX(-18deg);
}
.counter-number{
  display:inline-block;
  min-width:1ch;
  font-variant-numeric:tabular-nums;
}
.floating-whatsapp,
.whatsapp-float,
.wa-float{
  animation:agaelPulse 2.3s ease-in-out infinite;
}
@keyframes agaelPulse{
  0%,100%{box-shadow:0 0 0 0 rgba(10,141,75,.30)}
  50%{box-shadow:0 0 0 14px rgba(10,141,75,0)}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,
  *::before,
  *::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
    scroll-behavior:auto!important;
  }
  [data-reveal],
  .reveal-stagger > *{
    opacity:1!important;
    transform:none!important;
  }
}


/* =========================================================
   PATCH 021 — TRANSPARENCIA Y LIBRO DE RECLAMACIONES
   ========================================================= */
.legal-premium{position:relative;overflow:hidden;padding:108px 0 82px;color:#111821;background:#f4f6f8}
.legal-premium::before{content:"";position:absolute;top:-160px;right:-150px;width:450px;height:450px;border-radius:50%;background:radial-gradient(circle,rgba(223,29,39,.09),transparent 68%)}
.legal-premium-head{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.7fr);align-items:end;gap:60px}
.legal-kicker,.claims-kicker{display:flex;align-items:center;gap:12px;color:#df1d27;font-size:.76rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase}
.legal-kicker::before,.claims-kicker::before{content:"";width:30px;height:3px;border-radius:999px;background:#df1d27}
.legal-premium-head h2{margin:20px 0 0;font-size:clamp(2.8rem,4.8vw,4.9rem);line-height:.98;letter-spacing:-.05em}
.legal-premium-head>p{margin:0;color:#68737d;font-size:1.02rem}
.legal-premium-grid{position:relative;z-index:2;margin-top:44px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.legal-card{min-height:350px;padding:27px;display:flex;flex-direction:column;border:1px solid #dfe4e8;border-radius:22px;background:#fff;box-shadow:0 18px 46px rgba(10,18,26,.07)}
.legal-card.featured{color:#fff;border-color:transparent;background:linear-gradient(145deg,#111a23,#081018)}
.legal-card-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:14px;color:#fff;background:#df1d27;font-size:.73rem;font-weight:950}
.legal-card>span{margin-top:25px;color:#df1d27;font-size:.70rem;font-weight:950;letter-spacing:.10em;text-transform:uppercase}
.legal-card h3{margin:10px 0 12px;font-size:1.65rem;line-height:1.08}
.legal-card p{margin:0;color:#6c7781}
.legal-card.featured p{color:rgba(255,255,255,.66)}
.legal-card a{margin-top:auto;padding-top:28px;display:flex;align-items:center;justify-content:space-between;color:#111821;font-size:.82rem;font-weight:950;text-transform:uppercase}
.legal-card.featured a{color:#fff}
.legal-card a b{font-size:1.2rem}
.legal-contact-strip{position:relative;z-index:2;margin-top:22px;padding:20px 22px;display:grid;grid-template-columns:repeat(3,1fr) auto;align-items:center;gap:15px;border:1px solid #dfe4e8;border-radius:18px;background:#fff}
.legal-contact-strip div{padding:4px 15px;border-right:1px solid #e1e6ea}
.legal-contact-strip small{display:block;color:#7a858f;font-size:.68rem;font-weight:850;text-transform:uppercase}
.legal-contact-strip b{color:#18212a}
.legal-contact-strip>a{min-height:48px;padding:12px 17px;display:flex;align-items:center;justify-content:center;border-radius:11px;color:#fff;background:#df1d27;font-size:.76rem;font-weight:950;text-transform:uppercase}

.claims-page{color:#111821;background:#f4f6f8}
.claims-hero{padding:150px 0 80px;color:#fff;background:radial-gradient(circle at 85% 15%,rgba(223,29,39,.18),transparent 30%),#081018}
.claims-hero span{color:#f12630;font-size:.77rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase}
.claims-hero h1{max-width:850px;margin:18px 0 16px;font-size:clamp(3rem,6vw,6rem);line-height:.94;letter-spacing:-.055em}
.claims-hero p{max-width:720px;margin:0;color:rgba(255,255,255,.68);font-size:1.05rem}
.claims-form-section{padding:78px 0 100px}
.claims-layout{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(560px,1.3fr);gap:44px;align-items:start}
.claims-info{position:sticky;top:135px;padding:28px;border:1px solid #dfe4e8;border-radius:22px;background:#fff;box-shadow:0 18px 45px rgba(10,18,26,.07)}
.claims-info h2{margin:18px 0 22px;font-size:2rem}
.claims-info-list{display:grid;gap:12px}
.claims-info-list div{padding:14px 15px;border-radius:12px;background:#f5f7f8}
.claims-info-list small{display:block;margin-bottom:3px;color:#7a858f;font-size:.67rem;font-weight:850;text-transform:uppercase}
.claims-info>p{margin:20px 0 0;color:#6e7983}
.claims-form{padding:30px;border:1px solid #dfe4e8;border-radius:24px;background:#fff;box-shadow:0 24px 60px rgba(10,18,26,.08)}
.claims-form-head{margin-bottom:24px}
.claims-form-head small{color:#df1d27;font-size:.68rem;font-weight:950;letter-spacing:.10em;text-transform:uppercase}
.claims-form-head h2{margin:5px 0 0;font-size:2rem}
.claims-fields{display:grid;gap:14px}
.claims-fields.two{grid-template-columns:1fr 1fr}
.claims-form label{display:block;margin-bottom:17px;color:#2c3540;font-size:.79rem;font-weight:850}
.claims-form label>span{display:block;margin-bottom:7px}
.claims-form input,.claims-form select,.claims-form textarea{width:100%;margin:0;padding:13px 14px;border:1px solid #d8dde2;border-radius:12px;background:#fff}
.claims-check{display:flex!important;align-items:flex-start;gap:10px}
.claims-check input{width:18px;height:18px;flex:0 0 18px}
.claims-check span{margin:0!important}
.claims-form button{width:100%;min-height:56px;border:0;border-radius:13px;color:#fff;background:#df1d27;font-weight:950;text-transform:uppercase}
.claims-note{display:block;margin-top:10px;color:#7b858e;text-align:center}

@media(max-width:980px){
  .legal-premium-head,.claims-layout{grid-template-columns:1fr}
  .legal-premium-grid{grid-template-columns:1fr}
  .claims-info{position:static}
}
@media(max-width:720px){
  .legal-premium{padding:76px 0 62px}
  .legal-premium-head h2{font-size:2.65rem}
  .legal-contact-strip{grid-template-columns:1fr}
  .legal-contact-strip div{border-right:0;border-bottom:1px solid #e1e6ea;padding:10px 4px}
  .claims-hero{padding:125px 0 62px}
  .claims-form-section{padding:55px 0 75px}
  .claims-form{padding:21px}
  .claims-fields.two{grid-template-columns:1fr}
}


/* =========================================================
   PATCH 022 — COBERTURA NACIONAL PREMIUM
   ========================================================= */
.coverage-premium{
  position:relative;
  overflow:hidden;
  padding:110px 0 92px;
  color:#fff;
  background:
    radial-gradient(circle at 12% 15%,rgba(223,29,39,.13),transparent 28%),
    radial-gradient(circle at 88% 88%,rgba(10,141,75,.10),transparent 30%),
    #081018;
}
.coverage-premium::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.17;
  pointer-events:none;
  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:54px 54px;
}
.coverage-head{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(300px,.7fr);
  align-items:end;
  gap:60px;
}
.coverage-kicker{
  display:flex;
  align-items:center;
  gap:12px;
  color:#f12630;
  font-size:.76rem;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.coverage-kicker::before{
  content:"";
  width:30px;
  height:3px;
  border-radius:999px;
  background:#f12630;
}
.coverage-head h2{
  margin:20px 0 0;
  font-size:clamp(2.85rem,4.9vw,5rem);
  line-height:.98;
  letter-spacing:-.05em;
}
.coverage-head>p{
  margin:0;
  color:rgba(255,255,255,.66);
  font-size:1.03rem;
}
.coverage-layout{
  position:relative;
  z-index:2;
  margin-top:46px;
  display:grid;
  grid-template-columns:minmax(420px,.9fr) minmax(0,1.1fr);
  gap:24px;
  align-items:stretch;
}
.coverage-map-card{
  position:relative;
  min-height:620px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:28px;
  background:
    linear-gradient(155deg,rgba(18,29,39,.85),rgba(6,12,18,.96)),
    #101820;
  box-shadow:0 32px 85px rgba(0,0,0,.30);
}
.coverage-map-bg{
  position:absolute;
  inset:0;
  opacity:.45;
  background:
    radial-gradient(circle at 34% 20%,rgba(223,29,39,.75) 0 4px,transparent 5px),
    radial-gradient(circle at 55% 37%,rgba(243,182,31,.70) 0 4px,transparent 5px),
    radial-gradient(circle at 40% 58%,rgba(10,141,75,.75) 0 4px,transparent 5px),
    radial-gradient(circle at 70% 74%,rgba(223,29,39,.72) 0 4px,transparent 5px),
    linear-gradient(120deg,transparent 39%,rgba(255,255,255,.08) 40%,transparent 41%),
    linear-gradient(65deg,transparent 46%,rgba(255,255,255,.07) 47%,transparent 48%);
}
.coverage-map-bg::before{
  content:"";
  position:absolute;
  inset:70px 60px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:42% 58% 48% 52% / 34% 42% 58% 66%;
  transform:rotate(-8deg);
}
.coverage-map-content{
  position:absolute;
  z-index:2;
  left:28px;
  right:28px;
  bottom:28px;
  padding:25px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:20px;
  background:rgba(6,12,18,.78);
  backdrop-filter:blur(14px);
}
.coverage-map-content>span{
  color:#f12630;
  font-size:.69rem;
  font-weight:950;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.coverage-map-content h3{
  margin:8px 0 10px;
  font-size:2rem;
  line-height:1.05;
}
.coverage-map-content>p{
  margin:0;
  color:rgba(255,255,255,.67);
}
.coverage-stats{
  margin-top:20px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:9px;
}
.coverage-stats div{
  padding:13px 10px;
  border-radius:12px;
  background:rgba(255,255,255,.055);
}
.coverage-stats b{
  display:block;
  color:#fff;
  font-size:1.05rem;
}
.coverage-stats small{
  color:rgba(255,255,255,.55);
  font-size:.65rem;
}
.coverage-map-content>a{
  margin-top:18px;
  min-height:50px;
  padding:12px 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-radius:12px;
  color:#fff;
  background:#df1d27;
  font-size:.77rem;
  font-weight:950;
  text-transform:uppercase;
}
.coverage-routes{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.coverage-routes article{
  min-height:190px;
  padding:23px;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(255,255,255,.10);
  border-radius:20px;
  background:rgba(255,255,255,.04);
}
.coverage-routes article>span{
  color:#f12630;
  font-size:.69rem;
  font-weight:950;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.coverage-routes h3{
  margin:11px 0 10px;
  font-size:1.23rem;
  line-height:1.2;
}
.coverage-routes p{
  margin:0;
  color:rgba(255,255,255,.60);
  font-size:.88rem;
}
.coverage-route-cta{
  justify-content:center;
  background:linear-gradient(145deg,#df1d27,#a70d16)!important;
}
.coverage-route-cta>span,
.coverage-route-cta p{
  color:rgba(255,255,255,.78)!important;
}
.coverage-route-cta a{
  margin-top:15px;
  width:max-content;
  padding-bottom:3px;
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.50);
  font-size:.76rem;
  font-weight:950;
  text-transform:uppercase;
}

@media(max-width:1050px){
  .coverage-layout{
    grid-template-columns:1fr;
  }
  .coverage-map-card{
    min-height:520px;
  }
}
@media(max-width:760px){
  .coverage-premium{
    padding:76px 0 66px;
  }
  .coverage-head{
    grid-template-columns:1fr;
    gap:20px;
  }
  .coverage-head h2{
    font-size:2.65rem;
  }
  .coverage-routes{
    grid-template-columns:1fr;
  }
  .coverage-map-card{
    min-height:500px;
  }
  .coverage-map-content{
    left:15px;
    right:15px;
    bottom:15px;
    padding:20px;
  }
  .coverage-stats{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   PATCH 023 — SEDES Y CONTACTO PREMIUM
   ========================================================= */
.branches-premium{
  position:relative;
  overflow:hidden;
  padding:108px 0 86px;
  color:#111821;
  background:
    radial-gradient(circle at 10% 10%,rgba(223,29,39,.08),transparent 26%),
    linear-gradient(180deg,#ffffff 0%,#f4f6f8 100%);
}
.branches-premium::before{
  content:"";
  position:absolute;
  right:-170px;
  bottom:-170px;
  width:460px;
  height:460px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(10,141,75,.08),transparent 68%);
}
.branches-head{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(300px,.72fr);
  align-items:end;
  gap:60px;
}
.branches-kicker{
  display:flex;
  align-items:center;
  gap:12px;
  color:#df1d27;
  font-size:.76rem;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.branches-kicker::before{
  content:"";
  width:30px;
  height:3px;
  border-radius:999px;
  background:#df1d27;
}
.branches-head h2{
  margin:20px 0 0;
  font-size:clamp(2.85rem,4.8vw,4.95rem);
  line-height:.98;
  letter-spacing:-.05em;
}
.branches-head>p{
  margin:0;
  color:#69747e;
  font-size:1.02rem;
}
.branches-grid{
  position:relative;
  z-index:2;
  margin-top:44px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.branch-card{
  min-height:410px;
  padding:27px;
  display:flex;
  flex-direction:column;
  border:1px solid #dfe4e8;
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 46px rgba(10,18,26,.07);
}
.branch-card.featured{
  color:#fff;
  border-color:transparent;
  background:
    radial-gradient(circle at 90% 5%,rgba(223,29,39,.24),transparent 26%),
    linear-gradient(145deg,#111a23,#081018);
}
.branch-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
}
.branch-card-top span{
  color:#df1d27;
  font-size:.68rem;
  font-weight:950;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.branch-card.featured .branch-card-top span{
  color:#f12630;
}
.branch-card-top b{
  padding:7px 10px;
  border-radius:999px;
  color:#6b7680;
  background:#f1f4f6;
  font-size:.68rem;
  text-transform:uppercase;
}
.branch-card.featured .branch-card-top b{
  color:#fff;
  background:rgba(255,255,255,.08);
}
.branch-card h3{
  margin:30px 0 12px;
  font-size:1.9rem;
}
.branch-card p{
  margin:0;
  color:#6e7983;
}
.branch-card.featured p{
  color:rgba(255,255,255,.66);
}
.branch-meta{
  margin-top:26px;
  display:grid;
  gap:10px;
}
.branch-meta span{
  position:relative;
  padding-left:17px;
  color:#5e6973;
  font-size:.82rem;
  font-weight:800;
}
.branch-card.featured .branch-meta span{
  color:rgba(255,255,255,.70);
}
.branch-meta span::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#0a8d4b;
}
.branch-card>a{
  margin-top:auto;
  padding-top:28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#111821;
  font-size:.78rem;
  font-weight:950;
  text-transform:uppercase;
}
.branch-card.featured>a{
  color:#fff;
}
.branch-card>a b{
  font-size:1.2rem;
}
.contact-command{
  position:relative;
  z-index:2;
  margin-top:22px;
  padding:24px 26px;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(210px,.7fr) auto;
  align-items:center;
  gap:28px;
  border:1px solid #dfe4e8;
  border-radius:20px;
  background:#fff;
  box-shadow:0 18px 48px rgba(10,18,26,.07);
}
.contact-command-copy>span{
  color:#df1d27;
  font-size:.68rem;
  font-weight:950;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.contact-command-copy h3{
  margin:6px 0 7px;
  font-size:1.7rem;
}
.contact-command-copy p{
  margin:0;
  color:#6b7680;
}
.contact-command-number{
  padding-left:24px;
  border-left:1px solid #e0e5e9;
}
.contact-command-number small{
  display:block;
  color:#7a858f;
  font-size:.68rem;
  font-weight:850;
  text-transform:uppercase;
}
.contact-command-number b{
  display:block;
  margin-top:4px;
  color:#111821;
  font-size:1.3rem;
}
.contact-command-actions{
  display:flex;
  gap:10px;
}
.contact-command-btn{
  min-height:50px;
  padding:12px 17px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid transparent;
  border-radius:11px;
  font-size:.74rem;
  font-weight:950;
  text-transform:uppercase;
}
.contact-command-btn.primary{
  color:#fff;
  background:#0a8d4b;
}
.contact-command-btn.secondary{
  color:#111821;
  border-color:#d9dfe4;
  background:#fff;
}

@media(max-width:1050px){
  .branches-grid{
    grid-template-columns:1fr;
  }
  .contact-command{
    grid-template-columns:1fr 1fr;
  }
  .contact-command-actions{
    grid-column:1/-1;
  }
}
@media(max-width:760px){
  .branches-premium{
    padding:76px 0 64px;
  }
  .branches-head{
    grid-template-columns:1fr;
    gap:20px;
  }
  .branches-head h2{
    font-size:2.65rem;
  }
  .contact-command{
    grid-template-columns:1fr;
    padding:21px;
  }
  .contact-command-number{
    padding-left:0;
    padding-top:17px;
    border-left:0;
    border-top:1px solid #e0e5e9;
  }
  .contact-command-actions{
    grid-column:auto;
    flex-direction:column;
  }
  .contact-command-btn{
    width:100%;
  }
}

.branch-card{
  transition:transform .28s ease,box-shadow .28s ease,opacity .28s ease;
}
.branch-card:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 58px rgba(10,18,26,.11);
}
.branch-card.is-muted{
  opacity:.72;
}


/* =========================================================
   PATCH 024 — FAQ PREMIUM Y SEO
   ========================================================= */
.faq-premium{
  position:relative;
  overflow:hidden;
  padding:108px 0;
  color:#111821;
  background:#fff;
}
.faq-premium::before{
  content:"";
  position:absolute;
  top:-160px;
  left:-160px;
  width:430px;
  height:430px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(223,29,39,.08),transparent 68%);
}
.faq-premium-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);
  gap:72px;
  align-items:start;
}
.faq-copy{
  position:sticky;
  top:135px;
}
.faq-kicker{
  display:flex;
  align-items:center;
  gap:12px;
  color:#df1d27;
  font-size:.76rem;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.faq-kicker::before{
  content:"";
  width:30px;
  height:3px;
  border-radius:999px;
  background:#df1d27;
}
.faq-copy h2{
  margin:20px 0 17px;
  font-size:clamp(2.8rem,4.7vw,4.8rem);
  line-height:.98;
  letter-spacing:-.05em;
}
.faq-copy>p{
  margin:0;
  color:#68737d;
  font-size:1.02rem;
}
.faq-contact{
  margin-top:32px;
  padding:22px;
  border:1px solid #dfe4e8;
  border-radius:18px;
  background:#f5f7f8;
}
.faq-contact small{
  display:block;
  color:#7b858f;
  font-size:.68rem;
  font-weight:850;
  text-transform:uppercase;
}
.faq-contact b{
  display:block;
  margin-top:4px;
  color:#111821;
  font-size:1.08rem;
}
.faq-contact a{
  margin-top:16px;
  min-height:48px;
  padding:12px 15px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-radius:11px;
  color:#fff;
  background:#0a8d4b;
  font-size:.75rem;
  font-weight:950;
  text-transform:uppercase;
}
.faq-list{
  display:grid;
  gap:12px;
}
.faq-item{
  overflow:hidden;
  border:1px solid #dfe4e8;
  border-radius:17px;
  background:#fff;
  box-shadow:0 12px 30px rgba(10,18,26,.045);
  transition:border-color .22s ease,box-shadow .22s ease;
}
.faq-item.is-open{
  border-color:rgba(223,29,39,.28);
  box-shadow:0 18px 40px rgba(10,18,26,.075);
}
.faq-item button{
  width:100%;
  min-height:76px;
  padding:20px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border:0;
  color:#111821;
  background:transparent;
  text-align:left;
  font-weight:900;
}
.faq-item button span{
  font-size:1rem;
}
.faq-item button b{
  width:34px;
  height:34px;
  flex:0 0 34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  color:#df1d27;
  background:#f7e9ea;
  font-size:1.28rem;
  transition:transform .25s ease,background .25s ease,color .25s ease;
}
.faq-item.is-open button b{
  transform:rotate(45deg);
  color:#fff;
  background:#df1d27;
}
.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease;
}
.faq-answer p{
  margin:0;
  padding:0 22px 22px;
  color:#6a7580;
  line-height:1.65;
}

@media(max-width:980px){
  .faq-premium-grid{
    grid-template-columns:1fr;
    gap:40px;
  }
  .faq-copy{
    position:static;
  }
}
@media(max-width:700px){
  .faq-premium{
    padding:76px 0;
  }
  .faq-copy h2{
    font-size:2.65rem;
  }
  .faq-item button{
    padding:18px;
  }
  .faq-answer p{
    padding:0 18px 18px;
  }
}


/* =========================================================
   PATCH 025 — PWA, INSTALACIÓN Y ESTADO DE CONEXIÓN
   ========================================================= */
.pwa-install-button{
  position:fixed;
  z-index:9990;
  right:22px;
  bottom:92px;
  min-height:48px;
  padding:11px 14px 11px 17px;
  display:flex;
  align-items:center;
  gap:11px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:999px;
  color:#fff;
  background:rgba(8,16,24,.94);
  box-shadow:0 18px 45px rgba(0,0,0,.28);
  backdrop-filter:blur(12px);
  font-size:.72rem;
  font-weight:950;
  text-transform:uppercase;
}
.pwa-install-button[hidden]{
  display:none!important;
}
.pwa-install-button b{
  width:26px;
  height:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  color:#fff;
  background:#df1d27;
  font-size:1rem;
}
.connection-banner{
  position:fixed;
  z-index:10000;
  left:50%;
  top:18px;
  width:min(calc(100% - 28px),520px);
  padding:12px 16px;
  transform:translate(-50%,-150%);
  border:1px solid rgba(255,255,255,.13);
  border-radius:13px;
  color:#fff;
  background:#a70d16;
  box-shadow:0 16px 40px rgba(0,0,0,.28);
  font-size:.78rem;
  font-weight:850;
  text-align:center;
  transition:transform .32s ease,background .25s ease;
}
.connection-banner.show{
  transform:translate(-50%,0);
}
.connection-banner.online{
  background:#087a40;
}
body.is-offline .quote-submit,
body.is-offline .tracking-search-row button,
body.is-offline .claims-form button{
  filter:saturate(.65);
}
@media(max-width:700px){
  .pwa-install-button{
    right:14px;
    bottom:84px;
  }
}


/* =========================================================
   PATCH 026 — EXPERIENCIA MÓVIL PREMIUM
   ========================================================= */
.mobile-action-bar{
  display:none;
}
.mobile-menu a,
.nav-links a,
.site-header a{
  -webkit-tap-highlight-color:transparent;
}
input,
select,
textarea,
button{
  touch-action:manipulation;
}
@media(max-width:760px){
  body{
    padding-bottom:78px;
  }
  .mobile-action-bar{
    position:fixed;
    z-index:9988;
    left:10px;
    right:10px;
    bottom:10px;
    min-height:66px;
    padding:7px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    align-items:end;
    gap:4px;
    border:1px solid rgba(255,255,255,.13);
    border-radius:20px;
    background:rgba(8,16,24,.94);
    box-shadow:0 18px 52px rgba(0,0,0,.34);
    backdrop-filter:blur(16px);
  }
  .mobile-action-bar a{
    min-width:0;
    min-height:52px;
    padding:7px 4px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px;
    border-radius:13px;
    color:rgba(255,255,255,.72);
    text-align:center;
  }
  .mobile-action-bar a:active{
    transform:scale(.97);
  }
  .mobile-action-bar b{
    max-width:100%;
    overflow:hidden;
    font-size:.61rem;
    font-weight:900;
    line-height:1;
    text-overflow:ellipsis;
    text-transform:uppercase;
    white-space:nowrap;
  }
  .mobile-action-icon{
    min-width:25px;
    height:25px;
    padding-inline:5px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(255,255,255,.11);
    border-radius:8px;
    color:#fff;
    background:rgba(255,255,255,.05);
    font-size:.68rem;
    font-weight:950;
  }
  .mobile-action-main{
    color:#fff!important;
    background:#0a8d4b;
    box-shadow:0 8px 22px rgba(10,141,75,.28);
  }
  .mobile-action-main .mobile-action-icon{
    border-color:rgba(255,255,255,.22);
    background:rgba(255,255,255,.13);
  }

  /* Mejoras generales de legibilidad y tacto */
  .container{
    width:min(100% - 28px,var(--container,1180px));
  }
  .hero,
  .quote-premium,
  .tracking-premium,
  .moving-premium,
  .business-premium,
  .coverage-premium,
  .branches-premium,
  .faq-premium,
  .legal-premium{
    scroll-margin-top:88px;
  }
  .quote-form input,
  .quote-form select,
  .quote-form textarea,
  .claims-form input,
  .claims-form select,
  .claims-form textarea,
  .tracking-search-row input{
    min-height:50px;
    font-size:16px;
  }
  .quote-form textarea,
  .claims-form textarea{
    min-height:112px;
  }
  .quote-submit,
  .business-btn,
  .moving-btn,
  .contact-command-btn,
  .tracking-search-row button{
    min-height:54px;
  }
  .quote-app,
  .tracking-panel,
  .moving-photo,
  .business-visual,
  .legal-card,
  .branch-card,
  .faq-item{
    border-radius:18px;
  }
  .quote-premium-copy h2,
  .tracking-copy h2,
  .moving-content h2,
  .business-content h2,
  .coverage-head h2,
  .branches-head h2,
  .faq-copy h2,
  .legal-premium-head h2{
    overflow-wrap:anywhere;
  }
  .site-footer{
    padding-bottom:105px;
  }
  .pwa-install-button{
    bottom:90px;
  }
}
@media(max-width:390px){
  .mobile-action-bar{
    left:7px;
    right:7px;
    bottom:7px;
  }
  .mobile-action-bar b{
    font-size:.56rem;
  }
}

@media(max-width:760px){
  .mobile-action-bar a.is-active{
    color:#fff;
    background:rgba(223,29,39,.15);
  }
  .mobile-action-bar a.is-active .mobile-action-icon{
    border-color:rgba(223,29,39,.35);
    background:#df1d27;
  }
  .mobile-action-bar .mobile-action-main.is-active{
    background:#0a8d4b;
  }
}


/* =========================================================
   PATCH 027 — PROCESO DE SERVICIO PREMIUM
   ========================================================= */
.process-premium{
  position:relative;
  overflow:hidden;
  padding:108px 0 86px;
  color:#111821;
  background:linear-gradient(180deg,#f5f7f9 0%,#ffffff 100%);
}
.process-premium::before{
  content:"";
  position:absolute;
  left:-160px;
  bottom:-170px;
  width:440px;
  height:440px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(223,29,39,.08),transparent 68%);
}
.process-head{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(300px,.72fr);
  align-items:end;
  gap:60px;
}
.process-kicker{
  display:flex;
  align-items:center;
  gap:12px;
  color:#df1d27;
  font-size:.76rem;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.process-kicker::before{
  content:"";
  width:30px;
  height:3px;
  border-radius:999px;
  background:#df1d27;
}
.process-head h2{
  margin:20px 0 0;
  font-size:clamp(2.85rem,4.8vw,4.95rem);
  line-height:.98;
  letter-spacing:-.05em;
}
.process-head>p{
  margin:0;
  color:#69747e;
  font-size:1.02rem;
}
.process-timeline{
  position:relative;
  z-index:2;
  margin-top:46px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.process-timeline::before{
  content:"";
  position:absolute;
  top:34px;
  left:9%;
  right:9%;
  height:2px;
  background:linear-gradient(90deg,#df1d27,#f3b61f,#0a8d4b);
  opacity:.32;
}
.process-step{
  position:relative;
  min-height:320px;
  padding:24px;
  display:flex;
  flex-direction:column;
  border:1px solid #dfe4e8;
  border-radius:20px;
  background:#fff;
  box-shadow:0 16px 42px rgba(10,18,26,.06);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.process-step:hover{
  transform:translateY(-5px);
  border-color:rgba(223,29,39,.24);
  box-shadow:0 24px 56px rgba(10,18,26,.10);
}
.process-number{
  position:relative;
  z-index:2;
  width:68px;
  height:68px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:8px solid #f5f7f9;
  border-radius:50%;
  color:#fff;
  background:#df1d27;
  box-shadow:0 0 0 1px rgba(223,29,39,.18);
  font-size:.82rem;
  font-weight:950;
}
.process-content{
  margin-top:28px;
}
.process-content>span{
  color:#df1d27;
  font-size:.68rem;
  font-weight:950;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.process-content h3{
  margin:9px 0 11px;
  font-size:1.36rem;
  line-height:1.12;
}
.process-content p{
  margin:0;
  color:#6a7580;
  line-height:1.6;
}
.process-cta{
  position:relative;
  z-index:2;
  margin-top:22px;
  padding:24px 26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  border:1px solid #dfe4e8;
  border-radius:20px;
  background:#fff;
  box-shadow:0 18px 48px rgba(10,18,26,.07);
}
.process-cta>div>span{
  color:#df1d27;
  font-size:.68rem;
  font-weight:950;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.process-cta h3{
  margin:6px 0 0;
  font-size:1.72rem;
}
.process-cta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.process-btn{
  min-height:50px;
  padding:12px 17px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid transparent;
  border-radius:11px;
  font-size:.74rem;
  font-weight:950;
  text-transform:uppercase;
}
.process-btn.primary{
  color:#fff;
  background:#df1d27;
}
.process-btn.secondary{
  color:#111821;
  border-color:#d9dfe4;
  background:#fff;
}

@media(max-width:1050px){
  .process-timeline{
    grid-template-columns:1fr 1fr;
  }
  .process-timeline::before{
    display:none;
  }
}
@media(max-width:760px){
  .process-premium{
    padding:76px 0 64px;
  }
  .process-head{
    grid-template-columns:1fr;
    gap:20px;
  }
  .process-head h2{
    font-size:2.65rem;
  }
  .process-timeline{
    grid-template-columns:1fr;
  }
  .process-step{
    min-height:auto;
  }
  .process-cta{
    align-items:flex-start;
    flex-direction:column;
  }
  .process-cta-actions{
    width:100%;
    flex-direction:column;
  }
  .process-btn{
    width:100%;
  }
}


/* =========================================================
   PATCH 028 — SEGURIDAD Y RESPALDO PREMIUM
   ========================================================= */
.trust-premium{
  position:relative;
  overflow:hidden;
  padding:108px 0 86px;
  color:#fff;
  background:
    radial-gradient(circle at 12% 12%,rgba(223,29,39,.13),transparent 28%),
    radial-gradient(circle at 88% 88%,rgba(10,141,75,.10),transparent 30%),
    #081018;
}
.trust-premium::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.16;
  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:52px 52px;
}
.trust-head{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(300px,.72fr);
  align-items:end;
  gap:60px;
}
.trust-kicker{
  display:flex;
  align-items:center;
  gap:12px;
  color:#f12630;
  font-size:.76rem;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.trust-kicker::before{
  content:"";
  width:30px;
  height:3px;
  border-radius:999px;
  background:#f12630;
}
.trust-head h2{
  margin:20px 0 0;
  font-size:clamp(2.85rem,4.8vw,4.95rem);
  line-height:.98;
  letter-spacing:-.05em;
}
.trust-head>p{
  margin:0;
  color:rgba(255,255,255,.66);
  font-size:1.02rem;
}
.trust-grid{
  position:relative;
  z-index:2;
  margin-top:44px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:15px;
}
.trust-card{
  min-height:320px;
  padding:24px;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(255,255,255,.10);
  border-radius:20px;
  background:rgba(255,255,255,.04);
  transition:transform .28s ease,border-color .28s ease,background .28s ease;
}
.trust-card:hover{
  transform:translateY(-5px);
  border-color:rgba(255,255,255,.18);
  background:rgba(255,255,255,.065);
}
.trust-icon{
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  color:#fff;
  background:rgba(223,29,39,.16);
  font-size:.72rem;
  font-weight:950;
}
.trust-card>span{
  margin-top:24px;
  color:#f12630;
  font-size:.68rem;
  font-weight:950;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.trust-card h3{
  margin:9px 0 11px;
  font-size:1.35rem;
  line-height:1.14;
}
.trust-card p{
  margin:0;
  color:rgba(255,255,255,.62);
  line-height:1.6;
}
.trust-highlight{
  position:relative;
  z-index:2;
  margin-top:22px;
  padding:25px 27px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:20px;
  background:rgba(255,255,255,.045);
  backdrop-filter:blur(12px);
}
.trust-highlight small{
  color:#f12630;
  font-size:.68rem;
  font-weight:950;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.trust-highlight h3{
  margin:6px 0 6px;
  font-size:1.8rem;
}
.trust-highlight p{
  margin:0;
  color:rgba(255,255,255,.64);
}
.trust-highlight-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.trust-btn{
  min-height:50px;
  padding:12px 17px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid transparent;
  border-radius:11px;
  font-size:.74rem;
  font-weight:950;
  text-transform:uppercase;
}
.trust-btn.primary{
  color:#fff;
  background:#df1d27;
}
.trust-btn.secondary{
  color:#fff;
  border-color:rgba(255,255,255,.15);
  background:rgba(255,255,255,.04);
}
@media(max-width:1050px){
  .trust-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:760px){
  .trust-premium{
    padding:76px 0 64px;
  }
  .trust-head{
    grid-template-columns:1fr;
    gap:20px;
  }
  .trust-head h2{
    font-size:2.65rem;
  }
  .trust-grid{
    grid-template-columns:1fr;
  }
  .trust-card{
    min-height:auto;
  }
  .trust-highlight{
    align-items:flex-start;
    flex-direction:column;
  }
  .trust-highlight-actions{
    width:100%;
    flex-direction:column;
  }
  .trust-btn{
    width:100%;
  }
}

.trust-card.is-focused{
  outline:2px solid rgba(223,29,39,.55);
  outline-offset:3px;
}
