:root{--sk9-accent:#bb9b49;--sk9-ink:#111;--sk9-muted:#555;--sk9-card:#fff;--sk9-border:#e9e9e9;--sk9-soft:#f7f7f7}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body.sk9-locations-page{font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--sk9-ink);background:#fff;line-height:1.5}
.sk9-locations-page img{max-width:100%;height:auto}
.sk9-locations-page a{text-underline-offset:2px}
.sk9-locations-page .page_content{display:block}
.sk9-locations-page .ls{display:block}
.sk9-locations-page .container{width:100%;max-width:1180px;margin:0 auto;padding:0 16px}
.sk9-locations-page .row{display:flex;flex-wrap:wrap}
.sk9-locations-page .c-gutter-30{margin-left:-15px;margin-right:-15px}
.sk9-locations-page .c-gutter-30>[class*="col-"]{padding-left:15px;padding-right:15px}
.sk9-locations-page .col-lg-8,.sk9-locations-page .col-lg-4,.sk9-locations-page .col-md-6{width:100%}
@media (min-width:768px){.sk9-locations-page .col-md-6{width:50%}}
@media (min-width:992px){.sk9-locations-page .col-lg-8{width:66.6667%}.sk9-locations-page .col-lg-4{width:33.3333%}}
.sk9-locations-page .s-pt-30{padding-top:30px}
.sk9-locations-page .s-pb-60{padding-bottom:60px}

.sk9-locations-page .sk9-hero{padding:26px 0 18px}
.sk9-locations-page .sk9-kicker{margin:0 0 8px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#666}
.sk9-locations-page .sk9-title{margin:0 0 10px;font-size:clamp(1.95rem,4vw,3rem);line-height:1.05;font-weight:900;letter-spacing:-.02em}
.sk9-locations-page .sk9-sub{margin:0;max-width:820px;color:var(--sk9-muted);font-size:1rem}
.sk9-locations-page .sk9-sub a{color:var(--sk9-ink);font-weight:700}

.sk9-locations-page .sk9-cta{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.sk9-locations-page .sk9-cta a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 14px;border-radius:10px;border:2px solid transparent;text-decoration:none!important;font-size:14px;font-weight:800;line-height:1}
.sk9-locations-page .sk9-btn-call{background:#d6b969;color:#111}
.sk9-locations-page .sk9-btn-book{background:#111;color:#fff}
.sk9-locations-page .sk9-btn-prices{background:#fff;color:#111;border-color:#d6b969}

.sk9-locations-page .sk9-panel{height:100%;background:var(--sk9-card);border:1px solid var(--sk9-border);border-radius:14px;box-shadow:0 8px 20px rgba(0,0,0,.05);overflow:hidden}
.sk9-locations-page .sk9-panel-hd{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 18px;border-bottom:1px solid #f0f0f0}
.sk9-locations-page .sk9-panel-hd h2{margin:0;font-size:18px;font-weight:900}
.sk9-locations-page .sk9-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#f3f3f3;font-size:12px;font-weight:800}
.sk9-locations-page .sk9-panel-bd{padding:16px 18px 18px}

.sk9-locations-page .sk9-search{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 14px;padding:12px 14px;background:#f9f9f9;border:1px solid #eee;border-radius:12px}
.sk9-locations-page .sk9-search label{margin:0;font-size:14px;font-weight:800}
.sk9-locations-page .sk9-search input{width:min(520px,100%);min-height:42px;padding:10px 12px;border:1px solid #ddd;border-radius:10px;background:#fff;color:#111;outline:none}
.sk9-locations-page .sk9-search input:focus{border-color:#bb9b49;box-shadow:0 0 0 3px rgba(187,155,73,.14)}

.sk9-locations-page .sk9-links{list-style:none;margin:0;padding:0}
.sk9-locations-page .sk9-links li{margin:0 0 8px}
.sk9-locations-page .sk9-links a{color:#111;font-weight:800;text-decoration:none;border-bottom:1px solid transparent}
.sk9-locations-page .sk9-links a:hover{border-bottom-color:#bb9b49}

.sk9-locations-page .sk9-note{margin-top:14px;padding:12px 14px;background:#f9f9f9;border:1px solid #eee;border-radius:12px;color:var(--sk9-muted);font-size:14px}
.sk9-locations-page .sk9-note a{color:#111;font-weight:700}
.sk9-locations-page .sk9-note--compact{margin-top:12px}

.sk9-locations-page .sk9-acc{margin:0 0 10px;border:0}
.sk9-locations-page .sk9-acc-sum{position:relative;list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:var(--sk9-soft);border:1px solid #eee;border-radius:12px;font-weight:900}
.sk9-locations-page .sk9-acc-sum::-webkit-details-marker{display:none}
.sk9-locations-page .sk9-acc-sum::after{content:"";width:10px;height:10px;flex:0 0 auto;border-right:2px solid #333;border-bottom:2px solid #333;transform:rotate(45deg);transition:transform .2s ease}
.sk9-locations-page details[open]>.sk9-acc-sum::after{transform:rotate(-135deg)}
.sk9-locations-page .sk9-acc-panel{margin-top:10px;padding:0 2px 6px}

@media (max-width:767px){
  .sk9-locations-page .sk9-hero{padding-top:20px}
  .sk9-locations-page .sk9-cta a{width:100%}
}