/* MAOR Transportes — V1.3 */
:root{
  --navy:#071f35;
  --navy-2:#0b2b49;
  --blue:#1299e6;
  --blue-2:#34b6ef;
  --ice:#eef8fe;
  --soft:#f6fafe;
  --text:#18344d;
  --muted:#63788b;
  --line:#d9e7f1;
  --white:#fff;
  --shadow:0 18px 45px rgba(16,68,104,.10);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--navy);
  background:#fff;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.section{padding:104px 0}
.eyebrow{
  margin:0 0 20px;
  color:#6c89a1;
  font-size:12px;
  font-weight:800;
  letter-spacing:.25em;
}
.eyebrow.light{color:#a9dbf6}
h1,h2,h3,h4,p{margin-top:0}
h1,h2,h3{letter-spacing:-.045em}
h2{font-size:clamp(40px,5vw,68px);line-height:.98;margin-bottom:24px}
h2 span,h3 span,h1 span{color:var(--blue)}
p{line-height:1.55}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  min-height:56px;
  padding:0 28px;
  border:0;
  border-radius:999px;
  font-weight:750;
  cursor:pointer;
  transition:.25s ease;
}
.btn-primary{
  color:#fff;
  background:linear-gradient(135deg,var(--blue),#0788d8);
  box-shadow:0 14px 28px rgba(18,153,230,.18);
}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(18,153,230,.28)}
.text-link{font-weight:760;display:inline-flex;align-items:center;gap:8px}
.text-link:hover{color:var(--blue)}

/* Header */
.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(203,220,232,.7);
}
.nav{height:92px;display:flex;align-items:center;gap:34px}
.brand{width:156px;display:flex;align-items:center;flex:0 0 auto}
.brand img{width:156px;height:auto;max-height:70px;object-fit:contain}
.menu{display:flex;align-items:center;gap:34px;margin-left:auto}
.menu a{font-size:15px;font-weight:650;color:#233b51;position:relative}
.menu a:after{
  content:"";
  position:absolute;
  left:0;right:100%;bottom:-10px;height:2px;
  background:var(--blue);
  transition:.2s ease;
}
.menu a:hover:after{right:0}
.nav-cta{min-height:54px;padding-inline:26px}
.menu-toggle{display:none;border:0;background:none;width:42px;height:42px;padding:8px}
.menu-toggle span{display:block;height:2px;background:var(--navy);margin:6px 0;border-radius:2px}

/* Hero */
.hero{
  overflow:hidden;
  background:
    radial-gradient(circle at 79% 18%,rgba(82,189,241,.16),transparent 35%),
    linear-gradient(135deg,#fff 0%,#fff 47%,#f1f9ff 100%);
}
.hero-grid{
  min-height:790px;
  display:grid;
  grid-template-columns:.87fr 1.13fr;
  align-items:center;
  gap:52px;
  padding-top:46px;
  padding-bottom:56px;
}
.hero-copy{position:relative;z-index:2}
.hero h1{
  margin:0 0 28px;
  font-size:clamp(58px,6vw,88px);
  line-height:.98;
}
.hero .lead{
  max-width:610px;
  color:#294861;
  font-size:20px;
  margin-bottom:34px;
}
.hero-actions{display:flex;align-items:center;gap:30px;flex-wrap:wrap}
.hero-visual{
  height:650px;
  position:relative;
  overflow:hidden;
  border-radius:34px;
  box-shadow:0 28px 68px rgba(28,91,132,.16);
}
.hero-visual img{
  width:100%;height:100%;object-fit:cover;
  object-position:58% center;
}
.hero-location{
  position:absolute;right:26px;bottom:24px;
  color:#fff;font-size:11px;font-weight:800;letter-spacing:.22em;
  text-shadow:0 2px 12px rgba(0,0,0,.45);
}

/* Services */
.services-section{background:#fff}
.section-heading.centered{text-align:center;max-width:760px;margin:0 auto 52px}
.section-heading.centered h2{margin-bottom:14px}
.section-heading.centered>p:last-child{font-size:18px;color:var(--muted)}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.service-card{
  overflow:hidden;
  border:1px solid #e4eef5;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 40px rgba(9,47,76,.08);
  transition:.25s ease;
}
.service-card:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(9,47,76,.13)}
.service-image{height:250px;overflow:hidden}
.service-image img{width:100%;height:100%;object-fit:cover;transition:.5s ease}
.service-card:hover img{transform:scale(1.035)}
.service-body{padding:28px 28px 30px;position:relative}
.service-index{font-size:11px;font-weight:850;letter-spacing:.16em;color:var(--blue)}
.service-body h3{font-size:25px;margin:10px 0 14px}
.service-body p{min-height:122px;color:#536a7d;font-size:15px}
.service-body a{display:inline-flex;gap:12px;color:var(--blue);font-weight:780}

/* Why */
.why-section{background:linear-gradient(180deg,#f8fcff 0%,#fff 100%)}
.why-heading{
  display:grid;grid-template-columns:1.15fr .85fr;gap:90px;
  align-items:end;margin-bottom:46px
}
.why-heading h2{margin-bottom:0}
.why-intro{border-left:2px solid #bfe5fa;padding:8px 0 8px 42px}
.micro-label{font-size:11px;font-weight:850;letter-spacing:.25em;color:#70869a;margin-bottom:20px}
.why-intro p:last-child{color:#536a7d;font-size:18px;margin-bottom:0}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.benefit-card{
  padding:30px 26px 32px;
  border:1px solid #e4eef5;border-radius:20px;background:#fff;
  box-shadow:0 12px 28px rgba(19,75,111,.06)
}
.icon-circle{
  width:60px;height:60px;border-radius:50%;display:grid;place-items:center;
  margin-bottom:22px;background:#edf8fe;color:var(--blue);
  font-size:27px;font-weight:700;box-shadow:0 8px 18px rgba(18,153,230,.12)
}
.benefit-card h3{font-size:21px;line-height:1.05;margin-bottom:12px}
.benefit-card p{color:#607588;font-size:14px;margin-bottom:0}
.trust-strip{
  margin-top:34px;padding:30px 18px;
  display:grid;grid-template-columns:repeat(3,1fr);
  background:#eef8fe;border-radius:22px
}
.trust-strip>div{padding:0 26px;border-right:1px solid #c7e2f2}
.trust-strip>div:last-child{border-right:0}
.trust-strip strong{display:block;margin-bottom:8px}
.trust-strip span{color:#5d7487;font-size:14px;line-height:1.45}
.commitment{
  max-width:820px;margin:88px auto 0;text-align:center;
}
.commitment h3{font-size:clamp(42px,5vw,64px);margin:0 0 18px}
.commitment>p:last-child{font-size:18px;color:#536a7d}

/* Experience */
.experience-section{padding:104px 0 0;background:#fff}
.experience-top{
  display:grid;grid-template-columns:.92fr 1.08fr;align-items:stretch;gap:0;
  overflow:hidden;border-radius:28px;background:#f9fcfe
}
.experience-copy{padding:64px 54px}
.experience-copy h2{font-size:clamp(43px,4.7vw,66px)}
.experience-copy>p:last-child{font-size:18px;color:#526a7e;margin-bottom:0}
.experience-photo{min-height:470px;overflow:hidden}
.experience-photo img{width:100%;height:100%;object-fit:cover}
.experience-values{
  display:grid;grid-template-columns:repeat(3,1fr);padding-top:38px;padding-bottom:44px
}
.experience-values>div{padding:16px 34px;border-right:1px solid #d8e6ef}
.experience-values>div:last-child{border-right:0}
.line-icon{color:var(--blue);font-size:30px}
.experience-values h3{font-size:22px;margin:12px 0 10px}
.experience-values p{font-size:14px;color:#607588;margin-bottom:0}
.experience-quote{
  display:grid;grid-template-columns:1fr 1.15fr;min-height:430px;margin-top:4px;
  background:linear-gradient(135deg,#f7fbfe 0%,#fff 100%)
}
.experience-quote-photo{
  background:
    linear-gradient(rgba(2,31,54,.22),rgba(2,31,54,.22)),
    url("assets/cta-port.jpg") center/cover no-repeat;
  clip-path:polygon(0 0,100% 0,86% 100%,0 100%)
}
.experience-quote-copy{
  align-self:center;max-width:660px;padding:58px 60px
}
.quote-mark{font-size:78px;line-height:.6;color:#b9e7ff;font-weight:800}
.experience-quote-copy h3{font-size:clamp(38px,4vw,58px);line-height:1.02;margin:22px 0}
.experience-quote-copy p{font-size:18px;color:#5a7083}

/* Coverage */
.coverage-section{padding-bottom:0;background:linear-gradient(180deg,#fff,#f8fcff)}
.coverage-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:54px;align-items:center}
.coverage-copy h2{font-size:clamp(42px,4.9vw,66px)}
.coverage-copy>p{font-size:18px;color:#596f82;max-width:560px}
.coverage-points{display:grid;gap:24px;margin-top:34px}
.coverage-points>div{display:grid;grid-template-columns:44px 1fr;gap:18px}
.coverage-points>div>span{font-size:24px;color:var(--blue)}
.coverage-points strong{font-size:17px}
.coverage-points p{margin:4px 0 0;color:#667c8e;font-size:14px}
.coverage-visual{
  position:relative;border-radius:28px;overflow:hidden;background:#eaf6fd;
  box-shadow:var(--shadow)
}
.coverage-visual img{width:100%;min-height:535px;object-fit:cover;object-position:center}
.coverage-callout{
  position:absolute;top:28px;right:28px;width:255px;
  padding:22px;border-radius:17px;background:rgba(255,255,255,.92);
  backdrop-filter:blur(10px);box-shadow:0 14px 30px rgba(13,55,82,.12)
}
.coverage-callout strong{display:block;font-size:16px;margin-bottom:8px}
.coverage-callout span{display:block;font-size:13px;line-height:1.45;color:#607588;margin-bottom:13px}
.coverage-callout a{font-size:13px;font-weight:800;color:var(--blue)}
.coverage-banner{
  margin-top:70px;min-height:285px;display:flex;align-items:center;color:#fff;
  background:
    linear-gradient(90deg,rgba(4,35,60,.80),rgba(4,35,60,.18)),
    url("assets/cta-port.jpg") center/cover no-repeat;
}
.coverage-banner h3{font-size:clamp(38px,4vw,60px);line-height:1.02;margin-bottom:0}

/* Quote */
.quote-section{background:#f8fcff}
.quote-layout{
  display:grid;grid-template-columns:.82fr 1.35fr .72fr;gap:28px;align-items:start
}
.quote-copy{padding-top:42px}
.quote-copy h2{font-size:clamp(45px,5vw,66px)}
.quote-copy>p{font-size:18px;color:#5a7083}
.quote-benefits{display:grid;gap:27px;margin-top:38px}
.quote-benefits>div{display:grid;grid-template-columns:44px 1fr;gap:16px}
.quote-benefits>div>span{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#eaf7fe;color:var(--blue);font-size:20px}
.quote-benefits strong{font-size:17px}
.quote-benefits p{margin:3px 0 0;color:#647a8d;font-size:14px}
.quote-form{
  padding:34px;border-radius:24px;background:#fff;border:1px solid #e1edf5;
  box-shadow:0 22px 54px rgba(17,68,101,.12)
}
.form-heading h3{font-size:31px;margin-bottom:6px}
.form-heading p{color:#687d90;margin-bottom:26px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 16px}
.quote-form label{display:block;font-size:13px;font-weight:750;color:#15324a}
.quote-form label>span{color:#e04d4d}
.quote-form label em{font-style:normal;color:#7c8e9d;font-weight:500}
.quote-form input,.quote-form select,.quote-form textarea{
  width:100%;margin-top:8px;border:1px solid #cfe0eb;border-radius:11px;
  background:#fff;padding:13px 14px;color:#17344c;outline:none;transition:.2s ease
}
.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:#6bc5f2;box-shadow:0 0 0 3px rgba(18,153,230,.08)}
.quote-form textarea{resize:vertical;min-height:92px}
.quote-form>label{margin-top:18px}
.quote-form h4{font-size:17px;margin:24px 0 14px}
.privacy-check{display:flex!important;align-items:flex-start;gap:10px;font-weight:500!important;color:#687d90!important}
.privacy-check input{width:16px!important;height:16px;margin:2px 0 0!important;padding:0!important}
.privacy-check span{color:#687d90!important}
.submit-btn{width:100%;margin-top:20px}
.form-note{font-size:11px;color:#8193a1;margin:12px 4px 0}
.direct-contact{display:grid;gap:14px;padding-top:118px}
.direct-card{
  padding:24px;border-radius:20px;background:#fff;border:1px solid #e0ecf3;
  box-shadow:0 14px 34px rgba(16,64,96,.08)
}
.direct-card h3{font-size:20px;margin:10px 0}
.direct-card p{font-size:14px;color:#657a8c}
.wa-icon{font-size:34px;color:#13b95a}
.btn-whatsapp{width:100%;min-height:48px;background:#12b657;color:#fff;font-size:14px;padding-inline:18px}
.email-card{display:flex;align-items:center;gap:14px}
.email-card>span{font-size:26px;color:var(--blue)}
.email-card small{display:block;color:#6e8292;margin-bottom:5px}
.email-card a{font-size:13px;font-weight:800;word-break:break-word}

/* Footer */
.footer{color:#fff;background:#041d34}
.footer-hero{
  min-height:500px;display:flex;align-items:center;
  background:
    linear-gradient(90deg,rgba(3,31,54,.95) 0%,rgba(3,31,54,.79) 48%,rgba(3,31,54,.31) 100%),
    url("assets/cta-port.jpg") center/cover no-repeat;
}
.footer-hero-inner{padding-top:65px;padding-bottom:55px}
.footer-hero h2{max-width:830px;font-size:clamp(48px,6vw,78px);margin-bottom:20px;color:#fff}
.footer-hero>div>p:not(.eyebrow){font-size:20px;color:#d7e5ef;max-width:760px}
.footer-contact-row{
  display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:0;margin-top:48px;max-width:1000px
}
.footer-contact-row>a,.footer-contact-row>div{
  display:flex;align-items:center;gap:16px;padding:0 26px;border-right:1px solid rgba(255,255,255,.32)
}
.footer-contact-row>a:first-child{padding-left:0}
.footer-contact-row>div:last-child{border-right:0}
.footer-contact-icon{
  width:52px;height:52px;border-radius:50%;display:grid;place-items:center;
  background:rgba(255,255,255,.1);color:var(--blue-2);font-size:22px;flex:0 0 auto
}
.footer-contact-row small{display:block;color:#c8d8e3;margin-bottom:4px}
.footer-contact-row strong{font-size:17px}
.footer-main{padding:64px 0 28px;background:linear-gradient(180deg,#05243f,#031a2f)}
.footer-grid{display:grid;grid-template-columns:1.2fr .9fr 1fr 1.2fr;gap:50px}
.footer-brand img{
  width:190px;
  filter:brightness(0) invert(1);
  opacity:.96
}
.footer-brand p{text-transform:uppercase;letter-spacing:.22em;font-size:11px;line-height:1.8;color:#c5d5e0;margin-top:22px}
.footer-column h3{font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:#fff;margin-bottom:24px}
.footer-column a,.footer-column>span{display:block;color:#c3d3de;font-size:14px;margin:0 0 14px}
.footer-column a:hover{color:var(--blue-2)}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.22);margin-top:46px;padding-top:25px;
  display:flex;justify-content:space-between;gap:20px;color:#9db0be;font-size:12px
}

/* Reveal */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}
.reveal.visible{opacity:1;transform:none}

/* Responsive */
@media (max-width:1100px){
  .nav{height:82px}
  .menu{gap:22px}
  .nav-cta{display:none}
  .hero-grid{grid-template-columns:1fr 1fr;min-height:690px}
  .hero-visual{height:560px}
  .benefit-grid{grid-template-columns:1fr 1fr}
  .quote-layout{grid-template-columns:.8fr 1.2fr}
  .direct-contact{grid-column:1/-1;grid-template-columns:1fr 1fr;padding-top:0}
}
@media (max-width:820px){
  .container{width:min(100% - 32px,1180px)}
  .section{padding:78px 0}
  .menu-toggle{display:block;margin-left:auto}
  .menu{
    position:absolute;top:82px;left:16px;right:16px;
    display:none;flex-direction:column;align-items:stretch;gap:0;
    padding:10px;background:#fff;border:1px solid #e2edf4;border-radius:18px;
    box-shadow:var(--shadow)
  }
  .menu.open{display:flex}
  .menu a{padding:14px 16px}
  .menu a:after{display:none}
  .brand{width:138px}.brand img{width:138px;max-height:60px}
  .hero-grid{grid-template-columns:1fr;padding-top:56px;padding-bottom:50px;gap:38px}
  .hero h1{font-size:clamp(52px,14vw,72px)}
  .hero-visual{height:490px}
  .service-grid{grid-template-columns:1fr}
  .service-body p{min-height:auto}
  .why-heading{grid-template-columns:1fr;gap:30px}
  .why-intro{padding-left:24px}
  .trust-strip{grid-template-columns:1fr}
  .trust-strip>div{border-right:0;border-bottom:1px solid #c7e2f2;padding:18px 10px}
  .trust-strip>div:last-child{border-bottom:0}
  .experience-top{grid-template-columns:1fr}
  .experience-copy{padding:46px 28px}
  .experience-photo{min-height:360px}
  .experience-values{grid-template-columns:1fr}
  .experience-values>div{border-right:0;border-bottom:1px solid #d8e6ef;padding:26px 8px}
  .experience-values>div:last-child{border-bottom:0}
  .experience-quote{grid-template-columns:1fr}
  .experience-quote-photo{min-height:320px;clip-path:none}
  .experience-quote-copy{padding:46px 28px}
  .coverage-grid{grid-template-columns:1fr}
  .coverage-visual img{min-height:470px}
  .coverage-callout{position:static;width:auto;border-radius:0;padding:24px}
  .quote-layout{grid-template-columns:1fr}
  .quote-copy{padding-top:0}
  .direct-contact{grid-column:auto;grid-template-columns:1fr}
  .form-grid{grid-template-columns:1fr}
  .footer-contact-row{grid-template-columns:1fr;gap:22px}
  .footer-contact-row>a,.footer-contact-row>div{padding:0;border:0}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:560px){
  .container{width:min(100% - 24px,1180px)}
  .nav{height:74px}
  .menu{top:74px}
  .hero-grid{padding-top:42px}
  .hero h1{font-size:51px}
  .hero .lead{font-size:17px}
  .hero-actions{align-items:flex-start;flex-direction:column}
  .hero-visual{height:400px;border-radius:24px}
  .hero-visual img{object-position:67% center}
  .service-image{height:215px}
  .benefit-grid{grid-template-columns:1fr}
  .commitment{margin-top:62px}
  .coverage-visual img{min-height:390px}
  .coverage-banner{min-height:250px}
  .quote-form{padding:24px 18px}
  .footer-hero{min-height:560px}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .reveal{opacity:1;transform:none;transition:none}
  *{transition-duration:.01ms!important}
}

/* V1.4 — ajuste de proporciones para escritorio */
@media (min-width:821px) and (max-height:950px){
.section{padding:72px 0}.section-heading.centered{margin-bottom:34px}.eyebrow{margin-bottom:14px}h2{font-size:clamp(38px,4.2vw,58px)}
.services-section{padding-top:66px;padding-bottom:72px}.service-grid{gap:18px}.service-image{height:190px}.service-body{padding:22px 24px 24px}.service-body h3{font-size:22px;margin:8px 0 10px}.service-body p{min-height:0;font-size:14px;line-height:1.45;margin-bottom:16px}
.coverage-section{padding-top:64px}.coverage-grid{grid-template-columns:.78fr 1.22fr;gap:40px;align-items:start}.coverage-copy h2{font-size:clamp(38px,4.15vw,56px);margin-bottom:20px}.coverage-copy>p{font-size:16px;line-height:1.45}.coverage-points{gap:16px;margin-top:24px}.coverage-points>div{grid-template-columns:38px 1fr;gap:14px}.coverage-points>div>span{font-size:21px}.coverage-points strong{font-size:16px}.coverage-points p{font-size:13px;line-height:1.4}.coverage-visual img{min-height:0;height:515px;object-fit:cover}.coverage-callout{top:22px;right:22px;width:238px;padding:18px}.coverage-banner{margin-top:46px;min-height:225px}
.quote-section{padding-top:58px;padding-bottom:64px}.quote-layout{grid-template-columns:.78fr 1.45fr .72fr;gap:22px}.quote-copy{padding-top:24px}.quote-copy h2{font-size:clamp(40px,4.4vw,58px);margin-bottom:18px}.quote-copy>p{font-size:16px;line-height:1.48}.quote-benefits{gap:18px;margin-top:26px}.quote-benefits>div{grid-template-columns:38px 1fr;gap:12px}.quote-benefits>div>span{width:38px;height:38px}.quote-benefits strong{font-size:15px}.quote-benefits p{font-size:13px;line-height:1.4}.quote-form{padding:26px 28px}.form-heading h3{font-size:27px;margin-bottom:4px}.form-heading p{font-size:14px;margin-bottom:18px}.form-grid{gap:13px 14px}.quote-form input,.quote-form select,.quote-form textarea{margin-top:6px;padding:10px 12px}.quote-form textarea{min-height:70px}.quote-form>label{margin-top:13px}.quote-form h4{margin:18px 0 11px}.submit-btn{min-height:50px;margin-top:15px}.form-note{margin-top:8px;font-size:10px}.direct-contact{padding-top:82px;gap:12px}.direct-card{padding:20px}.direct-card h3{font-size:18px}.direct-card p{font-size:13px}.email-card{padding:18px}.email-card a{font-size:12px;word-break:normal;overflow-wrap:anywhere}
.footer-hero{min-height:390px}.footer-hero-inner{padding-top:44px;padding-bottom:38px}.footer-hero h2{font-size:clamp(42px,5vw,64px);margin-bottom:14px}.footer-hero>div>p:not(.eyebrow){font-size:17px}.footer-contact-row{margin-top:32px}.footer-contact-icon{width:46px;height:46px}.footer-main{padding:46px 0 22px}.footer-grid{gap:38px}.footer-bottom{margin-top:30px;padding-top:20px}
}
.footer-brand{display:flex;flex-direction:column;align-items:flex-start}.footer-brand img{width:190px;height:auto;max-height:105px;object-fit:contain;object-position:left center;filter:none;opacity:1;background:#fff;border-radius:12px;padding:10px 14px}
@media (min-width:821px) and (max-width:1250px){.quote-layout{grid-template-columns:.78fr 1.42fr .82fr}.email-card a{font-size:11.5px}}


/* V1.4.2 — navegación por anclas sin alterar el diseño */
#servicios,
#porque-maor,
#cobertura,
#cotizacion,
#contacto{
  scroll-margin-top: 96px;
}

@media (max-width:820px){
  #servicios,
  #porque-maor,
  #cobertura,
  #cotizacion,
  #contacto{
    scroll-margin-top: 80px;
  }
}


/* V1.4.3 — reacomodo exclusivo del bloque de cotización */
.quote-layout-v143{grid-template-columns:.74fr 1.55fr .72fr;gap:20px;align-items:start}
.quote-layout-v143 .quote-copy{padding-top:16px}
.quote-layout-v143 .quote-copy h2{font-size:clamp(38px,4.1vw,56px);margin-bottom:16px}
.quote-layout-v143 .quote-copy>p{font-size:15px;line-height:1.45}
.quote-benefits-v143{gap:16px;margin-top:24px}
.quote-benefits-v143>div{grid-template-columns:38px 1fr;gap:12px}
.quote-benefits-v143>div>span{width:38px;height:38px}
.quote-form-v143{padding:22px 24px}
.quote-form-v143 .form-heading h3{font-size:25px;margin-bottom:3px}
.quote-form-v143 .form-heading p{font-size:13px;margin-bottom:12px}
.form-section-title{font-size:14px;font-weight:800;color:var(--navy);margin:8px 0;letter-spacing:-.01em}
.contact-title{margin-top:14px}
.form-grid-compact{gap:10px 12px}
.quote-form-v143 label{font-size:12px}
.quote-form-v143 input,.quote-form-v143 select,.quote-form-v143 textarea{margin-top:5px;padding:9px 11px;border-radius:10px}
.quote-form-v143 textarea{min-height:56px}
.compact-textarea{margin-top:10px!important}
.form-footer-row{display:grid;grid-template-columns:1.25fr .75fr;gap:14px;align-items:center;margin-top:12px}
.privacy-check-v143{margin:0!important;font-size:10.5px!important;line-height:1.35}
.submit-btn-v143{width:100%;min-height:46px;margin-top:0;padding:0 18px;font-size:13px}
.quote-form-v143 .form-note{margin-top:7px;font-size:9.5px;line-height:1.35}
.direct-contact-v143{padding-top:58px;gap:10px}
.direct-contact-v143 .direct-card{padding:18px}
.direct-contact-v143 .direct-card h3{font-size:17px;line-height:1.08}
.direct-contact-v143 .direct-card p{font-size:12px;line-height:1.45}
.direct-contact-v143 .btn-whatsapp{min-height:44px;font-size:13px}
.direct-contact-v143 .email-card{padding:15px 16px}
.direct-contact-v143 .email-card a{font-size:11.5px;overflow-wrap:anywhere}

@media (min-width:821px) and (max-height:950px){
  .quote-section{padding-top:46px;padding-bottom:48px}
  .quote-layout-v143 .quote-copy h2{font-size:clamp(36px,3.9vw,52px)}
  .quote-form-v143{padding:18px 20px}
  .quote-form-v143 input,.quote-form-v143 select,.quote-form-v143 textarea{padding:8px 10px}
  .direct-contact-v143{padding-top:46px}
}
@media (max-width:1100px){
  .quote-layout-v143{grid-template-columns:.78fr 1.35fr}
  .direct-contact-v143{grid-column:1/-1;grid-template-columns:1fr 1fr;padding-top:0}
}
@media (max-width:820px){
  .quote-layout-v143{grid-template-columns:1fr}
  .form-footer-row{grid-template-columns:1fr}
  .direct-contact-v143{grid-column:auto;grid-template-columns:1fr}
}

/* V1.4.4 — ÚNICO AJUSTE: tarjeta de Cobertura debajo del mapa */
@media (min-width:821px){
  .coverage-visual{
    overflow:visible;
    background:transparent;
    box-shadow:none;
  }
  .coverage-visual img{
    display:block;
    border-radius:28px;
    box-shadow:var(--shadow);
  }
  .coverage-callout{
    position:static;
    width:100%;
    margin-top:14px;
    padding:16px 22px;
    border-radius:18px;
    background:#fff;
    box-shadow:0 14px 30px rgba(13,55,82,.10);
    display:grid;
    grid-template-columns:1fr auto;
    column-gap:24px;
    align-items:center;
  }
  .coverage-callout::before{
    content:"MÁS QUE RUTAS,";
    grid-column:1/-1;
    display:block;
    margin-bottom:7px;
    font-size:11px;
    line-height:1;
    font-weight:800;
    letter-spacing:.28em;
    color:#607b93;
  }
  .coverage-callout strong{
    grid-column:1;
    margin:0 0 4px;
  }
  .coverage-callout span{
    grid-column:1;
    margin:0;
  }
  .coverage-callout a{
    grid-column:2;
    grid-row:2/4;
    align-self:center;
    padding-left:24px;
    border-left:1px solid #8fd8fb;
    white-space:nowrap;
  }
}

/* V1.4.5 — Integración real del formulario sin cambios de diseño */
.hp-field{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}
.form-status{
  display:none;
  margin:12px 0 0;
  padding:11px 13px;
  border-radius:12px;
  font-size:13px;
  line-height:1.45;
  font-weight:700;
}
.form-status.success,
.form-status.error{
  display:block;
}
.form-status.success{
  background:#eef8f2;
  color:#1e6844;
  border:1px solid #cfe9d9;
}
.form-status.error{
  background:#fff3f1;
  color:#8a342a;
  border:1px solid #f0d1cc;
}
.submit-btn-v143:disabled{
  opacity:.7;
  cursor:wait;
}
