.as-ad{margin:22px 0;padding:18px;border:1px dashed #d7c4a1;background:#fffaf1;border-radius:16px;text-align:center;color:#8a7349;font-size:13px}
.as-facts{overflow:auto;margin:18px 0 28px;border:1px solid #eadfcb;border-radius:18px;background:#fff}
.as-facts table{width:100%;border-collapse:collapse}
.as-facts th,.as-facts td{padding:12px 16px;border-bottom:1px solid #f0e6d4;text-align:right}
.as-facts th{width:38%;color:#6d5a3c;font-weight:700;background:#fbf6ee}
.as-places{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:22px 0}
.as-place{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 8px;border:1px solid #eadfcb;border-radius:18px;background:#fff;font-size:14px}
.as-place:hover{border-color:#c4a574;transform:translateY(-2px)}
.as-place-ico{width:44px;height:44px;border-radius:14px;background:#0b4f6c;position:relative}
.as-place-ico:after{content:"";position:absolute;inset:12px;background:#c4a574;border-radius:4px}
.as-apps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0}
.as-apps > div{padding:16px;border-radius:16px;background:#f7f3eb;border:1px solid #eadfcb}
.as-weather{padding:18px;border-radius:18px;background:linear-gradient(135deg,#0b4f6c,#163a4a);color:#fff;margin:18px 0}
.as-weather-h{opacity:.85;font-size:13px}
.as-weather-b{display:flex;flex-direction:column;gap:4px;margin-top:8px}
.as-weather-b strong{font-size:42px;line-height:1}
.as-tool{background:#fff;border:1px solid #eadfcb;border-radius:24px;padding:28px;margin:12px 0 32px}
.as-tool-head h2{margin:0 0 8px}
.as-calc-form{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.as-calc-form label{display:flex;flex-direction:column;gap:6px;font-weight:700;font-size:14px}
.as-calc-form input,.as-calc-form select{padding:12px 14px;border-radius:12px;border:1px solid #d9cbb0;font:inherit}
.as-btn{border:0;background:#0b4f6c;color:#fff;padding:12px 18px;border-radius:999px;font-weight:800;cursor:pointer}
.as-btn-ghost{background:#fff;color:#0b4f6c;border:1px solid #d9cbb0}
.as-btn-wa{background:#128c7e}
.as-calc-out{margin-top:18px;padding:18px;border-radius:16px;background:#f7f3eb}
.as-calc-num{font-size:28px;font-weight:800;color:#0b4f6c}
.as-leaflet{height:520px;border-radius:18px;overflow:hidden;margin-top:16px;border:1px solid #eadfcb}
.as-map-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.as-pin span{display:block;width:14px;height:14px;border-radius:50%;background:#9aa8b3;border:2px solid #fff;box-shadow:0 0 0 1px #0b4f6c}
.as-pin.is-on span{background:#c4a574}
.as-callout{background:#f7f3eb;border:1px solid #eadfcb;border-radius:16px;padding:8px 18px;margin:16px 0}
@media(max-width:800px){
  .as-places,.as-apps,.as-calc-form{grid-template-columns:1fr 1fr}
  .as-leaflet{height:380px}
}
