.delivery-map-section{background:#eef2ed;padding:clamp(44px,7vw,84px) 0}.delivery-map-section__head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:28px}.delivery-map-section__head h2{max-width:660px;margin:10px 0 0}.delivery-map-section__head p{max-width:360px;margin:0;color:var(--muted);font-size:14px;line-height:1.55}.delivery-map-card{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);overflow:hidden;border:1px solid #d7e1d5;border-radius:24px;background:#fff;box-shadow:0 18px 48px rgba(16,43,23,.08)}.delivery-map-visual{position:relative;min-height:430px;background:#dce8dc}.delivery-map-visual svg{display:block;width:100%;height:100%;min-height:430px}.delivery-map-visual__land{fill:#c8ddc9;stroke:#91b595;stroke-width:2}.delivery-map-visual__land--far{fill:#e1e8dc;stroke:#b7c9b8}.delivery-map-visual__river{fill:none;stroke:#a2c9b0;stroke-width:3;opacity:.8}.delivery-map-visual__route{fill:none;stroke:#8fb191;stroke-width:1.5;stroke-dasharray:4 6;opacity:.7}.delivery-map-visual__city{cursor:pointer}.delivery-map-visual__city circle{stroke:#fff;stroke-width:3;transition:transform .2s ease,stroke .2s ease}.delivery-map-visual__city[data-zone="fast"] circle{fill:#3fae4c}.delivery-map-visual__city[data-zone="medium"] circle{fill:#d59a37}.delivery-map-visual__city[data-zone="long"] circle{fill:#b86c55}.delivery-map-visual__city:hover circle,.delivery-map-visual__city:focus circle,.delivery-map-visual__city.is-active circle{stroke:#143e20;transform:scale(1.28);transform-origin:center}.delivery-map-visual__city text{fill:#173a20;font:700 12px Arial,sans-serif;pointer-events:none}.delivery-map-visual__label{fill:#31583a;font:700 11px Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase}.delivery-map-visual__hint{position:absolute;left:20px;bottom:18px;display:flex;align-items:center;gap:9px;padding:9px 12px;border:1px solid rgba(20,62,32,.15);border-radius:10px;background:rgba(255,255,255,.78);color:#31583a;font-size:11px;backdrop-filter:blur(8px)}.delivery-map-visual__hint::before{content:'↗';display:grid;place-items:center;width:20px;height:20px;border-radius:6px;background:#075d20;color:#fff;font-weight:800}.delivery-map-side{display:flex;flex-direction:column;padding:28px}.delivery-map-side h3{margin:0 0 7px;font-size:22px}.delivery-map-side>p{margin:0 0 22px;color:var(--muted);font-size:13px;line-height:1.5}.delivery-map-legend{display:grid;gap:9px;margin:0 0 24px;padding:0;list-style:none}.delivery-map-legend li{display:flex;align-items:center;gap:9px;color:#415247;font-size:12px}.delivery-map-legend i{width:11px;height:11px;border-radius:50%}.delivery-map-legend i[data-zone="fast"]{background:#3fae4c}.delivery-map-legend i[data-zone="medium"]{background:#d59a37}.delivery-map-legend i[data-zone="long"]{background:#b86c55}.delivery-map-form{display:grid;gap:10px;margin-top:auto}.delivery-map-form label{display:grid;gap:6px;color:#314538;font-size:11px;font-weight:800}.delivery-map-form input{width:100%;min-height:48px;padding:13px 14px;border:1px solid #bfd0bf;border-radius:11px;background:#fff;color:#1b2b20;font:inherit;font-size:14px;outline:none}.delivery-map-form input:focus{border-color:#3fae4c;box-shadow:0 0 0 3px rgba(63,174,76,.16)}.delivery-map-form button{min-height:48px;border:0;border-radius:11px;background:#075d20;color:#fff;font:800 13px Arial,sans-serif;cursor:pointer;transition:background .2s ease,transform .2s ease}.delivery-map-form button:hover{background:#064b1a;transform:translateY(-1px)}.delivery-map-result{min-height:72px;padding:13px 14px;border-radius:11px;background:#eef7eb;color:#24502a;font-size:12px;line-height:1.4}.delivery-map-result:empty{display:none}.delivery-map-result strong{display:block;margin-bottom:3px;color:#145d23;font-size:15px}.delivery-map-result small{color:#5b7560;font-size:11px}.delivery-map-result.is-unknown{background:#f8f3e9;color:#78592a}.delivery-map-result.is-unknown strong{color:#7b5d2b}
@media(max-width:860px){.delivery-map-section__head{align-items:start;flex-direction:column;gap:12px}.delivery-map-card{grid-template-columns:1fr}.delivery-map-side{padding:24px}.delivery-map-form{margin-top:4px}.delivery-map-visual,.delivery-map-visual svg{min-height:360px}}
@media(max-width:520px){.delivery-map-section{padding:38px 0}.delivery-map-section__head h2{font-size:30px}.delivery-map-card{border-radius:18px}.delivery-map-visual,.delivery-map-visual svg{min-height:280px}.delivery-map-visual__city text{font-size:10px}.delivery-map-visual__hint{left:12px;bottom:12px;font-size:10px}.delivery-map-side{padding:20px}.delivery-map-side h3{font-size:20px}}

/* Keep SVG city hit areas stable: scaling on :hover made the pointer leave/re-enter the group and caused visible jumping. */
.delivery-map-visual__city{outline:none}
.delivery-map-visual__city circle{vector-effect:non-scaling-stroke;transition:stroke .18s ease,filter .18s ease}
.delivery-map-visual__city:hover circle,.delivery-map-visual__city:focus circle,.delivery-map-visual__city.is-active circle{transform:none!important;transform-origin:initial;stroke-width:4;filter:drop-shadow(0 2px 2px rgba(20,62,32,.3))}
.delivery-map-visual__city:focus-visible{outline:2px solid #143e20;outline-offset:4px}
@media(prefers-reduced-motion:reduce){.delivery-map-visual__city circle{transition:none}}
