:root {
    --navy: #001b3a;
    --navy-2: #06284c;
    --blue: #0667f9;
    --blue-dark: #0053d6;
    --green: #10b981;
    --ink: #162b44;
    --muted: #65758a;
    --line: #dfe8f2;
    --soft: #f5f9ff;
    --white: #fff;
    --shadow: 0 24px 70px rgba(0, 54, 121, .12);
    --radius-sm: 16px;
    --radius: 26px;
    --shell: 1120px;
}

*, *::before, *::after { box-sizing: border-box; }

body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.12; letter-spacing: -.035em; }
.shell { position: relative; width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.eyebrow { margin-bottom: 13px; color: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.coverage-page { min-height: 100vh; overflow: hidden; background: #fff; }
.coverage-hero { position: relative; padding: 78px 0 60px; overflow: hidden; background: radial-gradient(circle at 87% 15%, rgba(16,185,129,.1), transparent 28%), linear-gradient(180deg, #fff, #f7faff); }
.coverage-hero::before { content: ""; position: absolute; top: -260px; right: -170px; width: 620px; height: 620px; border: 1px solid rgba(6,103,249,.08); border-radius: 50%; box-shadow: 0 0 0 72px rgba(6,103,249,.025), 0 0 0 145px rgba(16,185,129,.018); }
.coverage-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 430px; align-items: center; gap: 70px; }
.coverage-hero__copy { position: relative; z-index: 2; }
.coverage-hero h1 { max-width: 700px; margin-bottom: 22px; font-size: clamp(3rem, 6vw, 5rem); font-weight: 800; }
.coverage-hero h1 span { color: transparent; background: linear-gradient(100deg, var(--green), var(--blue)); background-clip: text; -webkit-background-clip: text; }
.coverage-hero__copy > p:last-child { max-width: 650px; margin-bottom: 0; color: var(--muted); font-size: 1.05rem; }

.coverage-visual { position: relative; z-index: 1; height: 280px; }
.coverage-mascot { position: absolute; z-index: 3; left: -76px; bottom: -32px; width: 285px; height: auto; pointer-events: none; }
.coverage-visual > svg { position: absolute; inset: 25px 0 0; width: 100%; overflow: visible; fill: none; stroke-linecap: round; }
.route-shadow { stroke: rgba(6,103,249,.12); stroke-width: 12; }
.route-line { stroke: var(--blue); stroke-width: 3; stroke-dasharray: 10 12; }
.route-dot { position: absolute; z-index: 2; display: grid; place-items: center; border-radius: 50%; }
.route-dot--start { left: 25px; bottom: 53px; width: 20px; height: 20px; border: 5px solid #fff; background: var(--green); box-shadow: 0 0 0 3px rgba(16,185,129,.2), 0 7px 18px rgba(0,27,58,.14); }
.route-dot--end { top: 49px; right: 19px; width: 58px; height: 58px; color: #fff; background: linear-gradient(145deg, #ff7a1a, #f05a0b); box-shadow: 0 13px 28px rgba(240,90,11,.24); }
.route-dot--end svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.coverage-visual__label { position: absolute; right: 78px; bottom: 40px; padding: 9px 15px; color: var(--navy); border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.95); box-shadow: 0 8px 22px rgba(0,27,58,.08); font-size: .76rem; font-weight: 800; }

.coverage-section { padding: 68px 0 55px; background: #fff; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 15px; font-size: clamp(2rem, 4vw, 3.15rem); }
.section-heading > p:last-child { margin-bottom: 0; color: var(--muted); font-size: .98rem; }
.carrier-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.carrier-card { min-height: 430px; display: flex; flex-direction: column; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 35px rgba(0,27,58,.06); }
.carrier-card__header { display: flex; align-items: center; gap: 40px; padding-bottom: 21px; margin-bottom: 23px; border-bottom: 1px solid var(--line); }
.carrier-card__header > div { min-width: 0; display: grid; align-content: center; gap: 2px; }
.carrier-mark { width: 55px; height: 55px; display: grid; flex: 0 0 auto; place-items: center; color: #fff; border-radius: 16px; background: var(--blue); font-size: 1.3rem; font-weight: 800; box-shadow: 0 9px 20px rgba(6,103,249,.2); }
.carrier-card--estafeta .carrier-mark { background: linear-gradient(145deg, #eb2438, #b61124); box-shadow: 0 9px 20px rgba(214,24,48,.2); }
.carrier-card--fedex .carrier-mark { background: linear-gradient(145deg, #5d2c91, #35145d); box-shadow: 0 9px 20px rgba(80,35,130,.2); }
.carrier-card--dhl .carrier-mark { color: #d71920; background: #ffd524; box-shadow: 0 9px 20px rgba(255,194,0,.22); }
.carrier-card.carrier-card--paquetexpress .carrier-card__header .carrier-mark { color: #fff; background: #0f2c85; background-image: none; box-shadow: 0 9px 20px rgba(15,44,133,.22); }
.carrier-card__number { margin-bottom: 2px; color: #9aabbd; font-size: .66rem; font-weight: 800; letter-spacing: .14em; }
.carrier-logo-frame { position: relative; display: block; width: 180px; height: 42px; overflow: hidden; }
.carrier-logo { position: absolute; top: 50%; left: 50%; display: block; max-width: none; height: auto; mix-blend-mode: multiply; transform: translate(-50%, -50%); }
.carrier-logo--estafeta { width: 200px; }
.carrier-logo--fedex { width: 165px; }
.carrier-logo--dhl { width: 175px; }
.carrier-logo--paquetexpress { width: 190px; }
.carrier-card h3 { margin-bottom: 0; font-size: 1.45rem; }
.carrier-card__description { min-height: 84px; margin-bottom: 24px; color: var(--muted); font-size: .93rem; }
.delivery-times { display: grid; gap: 10px; padding: 0; margin: auto 0 0; list-style: none; }
.delivery-times li { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 12px 14px; border-radius: 12px; background: var(--soft); }
.delivery-times span { color: var(--muted); font-size: .76rem; }
.delivery-times strong { color: var(--navy-2); font-size: .76rem; text-align: right; }
.coverage-tags { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0 0 22px; list-style: none; }
.coverage-tags li { padding: 7px 11px; color: var(--navy-2); border: 1px solid #dce7f4; border-radius: 999px; background: var(--soft); font-size: .7rem; font-weight: 700; }
.coverage-tags li::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 7px; background: var(--green); border-radius: 50%; }
.carrier-highlight { display: flex; align-items: center; gap: 12px; padding: 15px; margin-top: auto; color: var(--blue); border-radius: 14px; background: #eaf2ff; }
.carrier-highlight svg { width: 27px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.carrier-highlight p { margin: 0; line-height: 1.35; }
.carrier-highlight small, .carrier-highlight strong { display: block; }
.carrier-highlight small { color: #6682a1; font-size: .65rem; }
.carrier-highlight strong { color: var(--navy-2); font-size: .76rem; }

.coverage-note { display: flex; align-items: center; gap: 13px; max-width: 780px; padding: 16px 18px; margin: 24px auto 0; color: #087f5b; border-radius: var(--radius-sm); background: #eafbf5; }
.coverage-note svg { width: 26px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.coverage-note p { margin: 0; line-height: 1.4; }
.coverage-note strong, .coverage-note span { display: block; }
.coverage-note strong { font-size: .78rem; }
.coverage-note span { margin-top: 2px; color: #4c7e6e; font-size: .72rem; }

.download-section { padding: 55px 0 76px; background: linear-gradient(180deg, #fff, #f5f9ff); }
.download-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 22px; padding: 31px 34px; color: #fff; border-radius: var(--radius); overflow: hidden; background: radial-gradient(circle at 20% 0%, #1284ff 0, transparent 38%), linear-gradient(135deg, #0066ed, #00377f); box-shadow: var(--shadow); }
.download-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 38px 38px; }
.download-card > * { position: relative; z-index: 1; }
.download-card__icon { width: 64px; height: 64px; display: grid; place-items: center; color: #fff; border-radius: 18px; background: rgba(255,255,255,.13); }
.download-card__icon svg { width: 33px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.download-card .eyebrow { margin-bottom: 4px; color: #72f0bd; }
.download-card h2 { margin-bottom: 6px; color: #fff; font-size: clamp(1.55rem, 3vw, 2.25rem); }
.download-card__copy > p:last-child { margin-bottom: 0; color: #d9ebff; font-size: .83rem; }
.download-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 21px; color: var(--blue); border-radius: 999px; background: #fff; box-shadow: 0 9px 24px rgba(0,0,0,.14); font-size: .8rem; font-weight: 800; white-space: nowrap; }
.download-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 900px) {
    .coverage-hero { padding: 64px 0 50px; }
    .coverage-hero__grid { grid-template-columns: 1fr; gap: 22px; }
    .coverage-visual { max-width: 500px; width: 100%; height: 230px; margin: 0 auto; }
    .coverage-mascot { left: -35px; bottom: -24px; width: 230px; }
    .carrier-card { min-height: 450px; }
    .download-card { grid-template-columns: auto 1fr; }
    .download-button { grid-column: 1 / -1; width: 100%; }
}

@media (max-width: 650px) {
    .shell { width: min(calc(100% - 28px), var(--shell)); }
    .coverage-hero { padding: 52px 0 38px; }
    .coverage-hero h1 { font-size: clamp(2.7rem, 14vw, 4rem); }
    .coverage-visual { height: 195px; }
    .coverage-mascot { left: -18px; bottom: -12px; width: 175px; }
    .coverage-visual > svg { top: 0; }
    .route-dot--start { bottom: 33px; }
    .route-dot--end { top: 24px; }
    .coverage-visual__label { right: 55px; bottom: 17px; }
    .coverage-section { padding: 52px 0 42px; }
    .carrier-grid { grid-template-columns: 1fr; }
    .carrier-card { min-height: auto; padding: 25px 21px; }
    .carrier-card__description { min-height: auto; }
    .delivery-times { margin-top: 0; }
    .download-section { padding: 42px 0 54px; }
    .download-card { grid-template-columns: 1fr; padding: 27px 22px; text-align: center; }
    .download-card__icon { margin: 0 auto; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { transition-duration: .01ms !important; }
}
