:root{--route-green:#28583a;--route-green-dark:#173d28;--route-soft:#eef3ee;--route-line:#dce5dd;--route-cream:#f7f5ee;--route-warn:#fff7dc;--route-text:#223027}
.route-page{background:#f7f8f5;color:var(--route-text)}
.route-wrap{width:min(100% - 32px,1040px);margin:0 auto;padding:24px 0 56px}
.route-breadcrumbs{font-size:.92rem;color:#647067;margin:0 0 18px}.route-breadcrumbs a{color:var(--route-green)}
.route-hero{position:relative;min-height:440px;border-radius:20px;overflow:hidden;display:flex;align-items:flex-end;background:#24352b;box-shadow:0 18px 45px rgba(20,50,30,.13)}
.route-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.route-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.78))}
.route-hero-content{position:relative;z-index:1;color:white;padding:32px;width:min(760px,100%)}.route-hero-content h1{font-size:clamp(2rem,5vw,3.8rem);line-height:1.05;margin:.2rem 0 .7rem}.route-hero-content p{font-size:clamp(1rem,2vw,1.18rem);margin:0}.route-tag{display:inline-block;padding:6px 10px;border:1px solid rgba(255,255,255,.38);border-radius:999px;background:rgba(255,255,255,.14);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.route-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0}.route-stat{background:#fff;border:1px solid var(--route-line);border-radius:14px;padding:16px}.route-stat strong{display:block;color:var(--route-green);font-size:1.35rem}.route-stat span{display:block;color:#657067;font-size:.88rem;margin-top:3px}
.route-card{background:#fff;border:1px solid var(--route-line);border-radius:16px;padding:24px;margin:18px 0}.route-card h2{color:var(--route-green);font-size:1.45rem;margin:0 0 12px}.route-card h3{color:var(--route-green-dark);font-size:1.05rem;margin:18px 0 6px}.route-card p{line-height:1.7}.route-card ul,.route-card ol{line-height:1.65;padding-left:1.25rem}.route-card li+li{margin-top:.45rem}
.route-data{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px}.route-data div{padding:11px 0;border-bottom:1px solid var(--route-line)}.route-data strong{display:block;color:#536057;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}.route-data span{display:block;margin-top:3px}
.route-note{border-left:5px solid #d0a521;background:var(--route-warn);padding:15px 17px;border-radius:10px;margin:15px 0}.route-good{border-left:5px solid var(--route-green);background:var(--route-soft);padding:15px 17px;border-radius:10px;margin:15px 0}
.route-map{margin:16px 0 0}.route-map img{display:block;width:100%;max-height:560px;object-fit:contain;background:#f2f2ef;border:1px solid var(--route-line);border-radius:12px}.route-map figcaption{font-size:.86rem;color:#687168;margin-top:8px}
.route-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.route-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 15px;border-radius:9px;text-decoration:none;font-weight:700;background:var(--route-green);color:#fff}.route-button.alt{background:#fff;color:var(--route-green);border:1px solid var(--route-green)}.route-button:hover,.route-button:focus-visible{background:var(--route-green-dark);color:#fff;outline-offset:3px}
.route-steps{counter-reset:step;list-style:none;padding:0!important}.route-steps li{position:relative;padding:0 0 18px 46px;margin:0!important}.route-steps li:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:0;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--route-green);color:#fff;font-weight:800}.route-steps li:not(:last-child):after{content:"";position:absolute;left:14px;top:31px;bottom:2px;width:2px;background:var(--route-line)}
.route-source-list a{overflow-wrap:anywhere;color:var(--route-green)}.route-small{font-size:.9rem;color:#647067}
.route-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}
.route-gallery-item{display:block;color:inherit;text-decoration:none;border-radius:12px;overflow:hidden;background:#f3f5f1;border:1px solid var(--route-line);transition:transform .18s ease,box-shadow .18s ease}
.route-gallery-item:hover,.route-gallery-item:focus-visible{transform:translateY(-2px);box-shadow:0 12px 26px rgba(20,50,30,.12);outline:2px solid var(--route-green);outline-offset:2px}
.route-gallery figure{margin:0}
.route-gallery img{display:block;width:100%;height:330px;object-fit:cover;background:#edf0eb}
.route-gallery figcaption{padding:10px 12px;font-size:.9rem;line-height:1.45;color:#566259}
@media(max-width:760px){.route-stats{grid-template-columns:1fr 1fr}.route-data{grid-template-columns:1fr}.route-hero{min-height:390px}.route-hero-content{padding:24px}.route-gallery{grid-template-columns:1fr}.route-gallery img{height:auto;max-height:680px}}
@media(max-width:460px){.route-wrap{width:min(100% - 24px,1040px)}.route-stats{gap:8px}.route-stat{padding:13px}.route-card{padding:19px 16px}.route-hero{min-height:350px;border-radius:14px}.route-hero-content{padding:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* Actualización 20 · artículo visual PR-CV 329 */
.route-inline-image{margin:18px 0 4px}.route-inline-image img{display:block;width:100%;max-height:520px;object-fit:cover;border-radius:14px}.route-inline-image figcaption{font-size:.88rem;color:#647067;margin-top:8px}.route-inline-image-small{max-width:720px}
.route-lead{font-size:1.06rem;color:#405047}.route-story{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);gap:24px;align-items:center;padding:24px 0;border-top:1px solid var(--route-line)}.route-story:first-of-type{margin-top:14px}.route-story.reverse .route-story-text{order:2}.route-story.reverse figure{order:1}.route-story h3{font-size:1.25rem;margin-top:0}.route-story figure{margin:0}.route-story img{display:block;width:100%;max-height:440px;object-fit:cover;border-radius:14px;background:#edf0eb}.route-story figcaption{font-size:.86rem;line-height:1.45;color:#647067;margin-top:8px}.route-article .route-good{margin-top:24px}
@media(max-width:760px){.route-story,.route-story.reverse{grid-template-columns:1fr;gap:12px}.route-story.reverse .route-story-text,.route-story.reverse figure{order:initial}.route-story img{max-height:none}.route-inline-image img{max-height:none}}
