:root {
  --forest-950: #111318;
  --forest-900: #1a1d24;
  --forest-800: #2a2f38;
  --forest-700: #3d4450;
  --mint-100: #f3f4f6;
  --cream-50: #f6f7f8;
  --cream-100: #eef0f2;
  --coral: #e11d48;
  --coral-dark: #be123c;
  --sun: #f59e0b;
  --ink: #111318;
  --muted: #667085;
  --line: #e7e8ea;
  --gold: #b45309;
  --warning: #f59e0b;
  --shadow: 0 8px 24px rgba(17, 19, 24, .06);
  --radius: 14px;
  --header-h: 64px;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body {
  max-width: 100%;
  overflow-x: clip;
  margin: 0;
  color: var(--ink);
  background: var(--cream-50);
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: env(safe-area-inset-bottom);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--forest-800); }
img { max-width: 100%; }
.kr-photo .salon-image,
.salon-image-wrap .salon-image,
.gallery-shell .gallery-image,
.gallery-thumbnails img { max-width: none; }
.container, .container-fluid, .row > * { min-width: 0; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 3000; background: #fff; color: var(--forest-950); padding: 10px 14px; border-radius: 6px; }
.skip-link:focus { left: 8px; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.92); border-bottom: 1px solid var(--line); backdrop-filter: saturate(1.4) blur(16px); }
.navbar { min-height: 70px; }
.navbar-brand { color: var(--forest-900); font-weight: 800; font-size: 1.19rem; letter-spacing: 0; }
.brand-star { color: var(--gold); font-size: .85em; vertical-align: top; }
.nav-link { color: #31413d; font-weight: 600; padding: .7rem .85rem !important; }
.nav-link:hover, .nav-link:focus { color: var(--forest-800); }
.btn { min-height: 44px; border-radius: 7px; font-weight: 700; padding: .6rem 1rem; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:active { transform: scale(.97); }
.btn-brand { background: var(--coral); border-color: var(--coral); color: #fff; }
.btn-brand:hover, .btn-brand:focus { background: var(--coral-dark); border-color: var(--coral-dark); color: #fff; box-shadow: 0 8px 20px rgba(242,100,87,.28); }
.btn-outline-brand { color: var(--forest-900); border-color: var(--forest-800); background: transparent; }
.btn-outline-brand:hover, .btn-outline-brand:focus { color: #fff; background: var(--forest-900); border-color: var(--forest-900); }
.btn-whatsapp { color: #fff; border-color: #1fae5b; background: #1fae5b; }
.btn-whatsapp:hover { color: #fff; background: #15944a; border-color: #15944a; }
.btn-light { color: var(--forest-900); }

.hero { min-height: 320px; position: relative; display: grid; place-items: center; overflow: visible; background: #111318; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(1200px 420px at 20% -10%, rgba(225,29,72,.28), transparent 55%), radial-gradient(900px 380px at 90% 120%, rgba(255,255,255,.08), transparent 50%); z-index: 1; }
.hero::after { content: none; }
.hero-content { position: relative; z-index: 2; width: min(100%, 900px); padding: 56px 1rem; text-align: center; }
.hero h1 { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.08; font-weight: 800; margin: 0 auto 12px; max-width: 740px; }
.hero p { font-size: clamp(1rem, 2vw, 1.2rem); margin-bottom: 26px; color: #23312e; }
.search-panel { text-align: left; display: grid; grid-template-columns: 1.25fr 1.05fr auto; align-items: stretch; gap: 0; padding: 6px; border: 1px solid rgba(255,255,255,.8); border-radius: 10px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.search-field { min-height: 54px; display: flex; align-items: center; gap: 10px; padding: .25rem 1rem; border-right: 1px solid var(--line); }
.search-field i { color: var(--forest-800); }
.search-field label { display: block; width: 100%; }
.search-field .form-control, .search-field .form-select { min-height: 42px; border: 0; padding: 0; color: var(--ink); font-size: .88rem; background-color: transparent; box-shadow: none; }
.search-panel .btn { min-height: 54px; padding-inline: 1.25rem; white-space: nowrap; }
.mega-menu { width: min(920px, calc(100vw - 2rem)); padding: 18px; border: 1px solid #c9e6df !important; border-radius: 10px; }
.mega-title { margin: 0 0 7px; color: var(--forest-900); font-size: .78rem; font-weight: 850; letter-spacing: 0; text-transform: uppercase; }
.mega-menu .dropdown-item { padding: .3rem .35rem; border-radius: 4px; font-size: .86rem; white-space: normal; }
.mega-menu .dropdown-item:hover { color: var(--forest-900); background: var(--mint-100); }
.category-rail { border-bottom: 1px solid #dcece7; background: #fff; }
.category-rail-inner { display: flex; gap: 18px; overflow-x: auto; padding: 9px 12px; scrollbar-width: none; white-space: nowrap; }
.category-rail-inner::-webkit-scrollbar { display: none; }
.category-rail a { color: #315550; font-size: .82rem; font-weight: 750; }
.category-rail a:hover { color: var(--coral-dark); }
.mobile-category-links { display: none; }

.content-section { padding: 46px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin-bottom: 19px; }
.section-heading h2 { font-size: clamp(1.3rem, 2.2vw, 1.72rem); margin: 0; font-weight: 800; }
.section-heading p { color: var(--muted); margin: 3px 0 0; }
.category-scroller { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.category-chip { min-height: 76px; display: flex; align-items: center; gap: 12px; padding: 13px 15px; border: 1px solid #a9c6c0; border-radius: 8px; background: var(--mint-100); color: var(--ink); font-weight: 750; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.category-chip:nth-child(2n) { background: var(--cream-100); border-color: #d9c798; }
.category-chip:hover { color: var(--forest-900); transform: translateY(-2px); box-shadow: 0 9px 20px rgba(10,54,52,.10); }
.category-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 42px; font-size: 1.25rem; color: var(--forest-800); background: rgba(255,255,255,.74); border-radius: 50%; }
.category-chip:nth-child(2n) .category-icon { color: #9f7827; }

.salon-card { height: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 3px 12px rgba(12,52,50,.05); transition: transform .2s ease, box-shadow .2s ease; }
.salon-card[data-card-link] { cursor: pointer; }
.salon-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.salon-image-wrap { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #d7e2df; }
.salon-image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.save-button { width: 42px; height: 42px; position: absolute; top: 10px; right: 10px; border: 0; border-radius: 50%; color: var(--forest-900); background: rgba(255,255,255,.92); display: grid; place-items: center; }
.save-button.is-saved { color: #d54d5b; }
.salon-card-body { display: flex; min-height: 204px; flex-direction: column; padding: 14px; }
.rating { display: flex; align-items: center; gap: 5px; color: #43504c; font-size: .84rem; }
.rating .fa-star { color: var(--warning); }
.rating strong { color: var(--ink); }
.salon-title { margin: 6px 0 1px; font-weight: 800; font-size: 1.05rem; }
.salon-location { color: var(--muted); font-size: .87rem; }
.badge-soft { display: inline-flex; align-items: center; gap: 5px; padding: .28rem .5rem; border-radius: 4px; background: var(--mint-100); color: var(--forest-900); font-size: .72rem; font-weight: 750; }
.badge-soft.gold { color: #75541c; background: #f8efd5; }
.card-action { margin-top: auto; }
.card-action .btn { min-height: 42px; font-size: .84rem; }
.salon-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; margin: 0; }
.salon-grid > [class*="col"] { width: auto; max-width: none; padding: 0; }

.trust-band { background: var(--mint-100); border-block: 1px solid #d7e8e3; }
.trust-item { padding: 1.2rem 0; display: flex; align-items: center; gap: 12px; font-weight: 700; }
.trust-item i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--forest-900); background: #fff; }
.seo-copy { max-width: 900px; color: #52605b; }
.home-about-seo { padding: 2.5rem 0 3.5rem; border-top: 1px solid rgba(30,50,40,.08); background: linear-gradient(180deg, #f7f9f8 0%, #fff 70%); }
.home-about-seo .home-about-copy p { margin-bottom: 1rem; line-height: 1.65; max-width: 46rem; }
.home-about-seo .home-about-copy p:last-child { margin-bottom: 0; }
.profile-adres-link { margin-left: .5rem; font-size: .9em; text-decoration: underline; text-underline-offset: 2px; }
.directory-section { padding: 48px 0; background: #f3fffb; border-top: 1px solid #d7eee7; }
.directory-panel { height: 100%; padding: 20px; border: 1px solid #cbe6df; border-radius: 8px; background: #fff; }
.directory-panel h2 { color: var(--forest-900); font-size: 1.13rem; font-weight: 850; }
.directory-links { display: flex; flex-wrap: wrap; gap: 7px 14px; }
.directory-links a { color: #294944; font-size: .88rem; text-decoration: underline; text-decoration-color: #a8d9d1; text-underline-offset: 3px; }
.directory-links a:hover { color: var(--coral-dark); text-decoration-color: var(--coral); }
.city-tree { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.city-tree a { min-height: 46px; display: flex; align-items: center; padding: 9px 12px; border: 1px solid #cde6e0; border-radius: 6px; background: #fff; color: var(--forest-900); font-weight: 750; }
.city-tree a:hover { color: #fff; border-color: var(--forest-800); background: var(--forest-800); }
.service-discovery { padding: 8px 0 46px; }
.service-discovery-title { margin: 0 0 8px; color: var(--forest-950); font-size: 1.34rem; font-weight: 850; }
.service-discovery-copy { margin-bottom: 16px; color: var(--muted); }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.tag-cloud a { min-height: 38px; display: inline-flex; align-items: center; padding: 7px 11px; border: 1px solid #c8e3dd; border-radius: 999px; color: var(--forest-900); background: #fff; font-size: .83rem; font-weight: 750; }
.tag-cloud a:hover { color: #fff; border-color: var(--coral); background: var(--coral); }
.service-location-groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.service-location-groups .directory-panel { padding: 16px; }
.service-location-groups h3 { margin: 0 0 10px; color: var(--forest-900); font-size: 1rem; font-weight: 850; }

.page-hero { padding: 42px 0 30px; color: #fff; background: var(--forest-950); }
.breadcrumb { --bs-breadcrumb-divider: '›'; margin-bottom: 12px; }
.breadcrumb { flex-wrap: wrap; row-gap: 3px; }
.page-hero .breadcrumb-item, .page-hero .breadcrumb-item a { color: #cee4df; font-size: .87rem; }
.page-hero .breadcrumb-item.active { color: #fff; }
.page-hero h1 { font-size: clamp(1.8rem, 4vw, 2.9rem); font-weight: 800; margin: 0 0 8px; }
.page-hero p { max-width: 760px; margin: 0; color: #d9e9e5; }
.listing-toolbar { position: sticky; top: 0; z-index: 15; padding: 13px 0; background: rgba(255,253,248,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(8px); }
.filter-control { min-height: 46px; border-color: #cddbd6; border-radius: 6px; color: #40514c; }
.filter-control:focus { border-color: var(--forest-700); box-shadow: 0 0 0 .2rem rgba(29,113,109,.13); }
.result-count { color: var(--muted); font-size: .91rem; }
.filter-trigger { display: none; }
.pagination .page-link { color: var(--forest-900); min-width: 42px; text-align: center; border-color: var(--line); }
.pagination .active .page-link { background: var(--forest-900); border-color: var(--forest-900); }

.profile-cover { position: relative; min-height: 310px; background: var(--forest-950) center/cover no-repeat; }
.profile-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,42,41,.88), rgba(8,42,41,.35)); }
.profile-cover-inner { position: relative; z-index: 1; padding: 116px 0 34px; color: #fff; }
.profile-cover h1 { font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 800; margin: 8px 0; }
.verified-badge { display: inline-flex; align-items: center; gap: 6px; padding: .32rem .58rem; border-radius: 4px; color: #0a5148; background: #d7f0e8; font-weight: 800; font-size: .78rem; }
.profile-address { color: #e1eeeb; max-width: 680px; }
.profile-main { padding: 34px 0 80px; }
.profile-section { padding: 28px 0; border-bottom: 1px solid var(--line); }
.profile-section h2 { font-size: 1.4rem; font-weight: 800; margin-bottom: 16px; }
.quick-info { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.quick-info a, .quick-info div { min-height: 54px; display: flex; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 7px; background: #fff; font-weight: 700; }
.quick-info i { color: var(--forest-800); }
.map-frame { width: 100%; height: 330px; border: 0; border-radius: 8px; background: var(--mint-100); }
.staff-card { height: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 16px; background: #fff; }
.staff-avatar { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 10px; border-radius: 50%; color: var(--forest-900); background: var(--mint-100); font-size: 1.1rem; font-weight: 800; }
.service-group { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; margin-bottom: 13px; background: #fff; }
.service-group-title { margin: 0; padding: 13px 16px; color: var(--forest-900); background: var(--mint-100); font-size: 1rem; font-weight: 800; }
.service-row { display: grid; grid-template-columns: 1fr auto auto; gap: 18px; align-items: center; padding: 13px 16px; border-top: 1px solid var(--line); }
.service-duration { color: var(--muted); font-size: .86rem; }
.service-price { color: var(--forest-900); font-weight: 800; white-space: nowrap; }
.review-card { padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.review-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.review-source { color: var(--muted); font-size: .8rem; }
.profile-discovery h2 { margin-bottom: 12px; }
.profile-discovery .tag-cloud { margin-bottom: 22px; }
.profile-gallery { position: relative; z-index: 3; margin-top: -34px; }
.gallery-shell { overflow: hidden; padding: 10px; border: 1px solid rgba(255,255,255,.72); border-radius: 8px; background: rgba(255,255,255,.96); box-shadow: 0 18px 40px rgba(5,48,49,.16); }
.gallery-image { width: 100%; height: 100%; border-radius: 5px; object-fit: cover; object-position: center; }
.gallery-control { width: 42px; height: 42px; top: calc(50% - 21px); margin: 0 14px; border-radius: 50%; color: var(--forest-950); background: rgba(255,255,255,.94); opacity: 1; transition: transform .2s ease, background .2s ease; }
.gallery-control:hover { color: #fff; background: var(--coral); transform: scale(1.06); }
.gallery-thumbnails { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; margin-top: 8px; }
.gallery-thumbnails button { height: 48px; aspect-ratio: auto; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 4px; background: #e8ecf0; opacity: .64; transition: border-color .2s ease, opacity .2s ease, transform .2s ease; }
.gallery-thumbnails button:hover, .gallery-thumbnails button.active { border-color: var(--coral); opacity: 1; transform: translateY(-1px); }
.gallery-thumbnails img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.service-aside { position: sticky; top: 86px; overflow: hidden; border: 1px solid #c7e1db; border-radius: 8px; background: #fff; box-shadow: 0 16px 34px rgba(5,58,57,.12); }
.service-aside-tab { display: flex; align-items: center; gap: 8px; padding: 16px 18px 13px; color: var(--forest-950); font-size: 1.05rem; font-weight: 850; }
.service-aside-tab i { color: var(--coral); }
.service-aside-note { margin: 10px 14px 12px; padding: 12px 13px; border: 1px solid #b7e1ec; border-radius: 6px; color: #246686; background: #edfaff; font-size: .79rem; font-weight: 700; }
.service-catalog-accordion { --bs-accordion-border-color: #dbe8e4; --bs-accordion-btn-focus-box-shadow: none; --bs-accordion-active-bg: #eaf8f3; --bs-accordion-active-color: var(--forest-950); }
.service-catalog-accordion .accordion-item { border-inline: 0; border-radius: 0 !important; }
.service-catalog-accordion .accordion-button { min-height: 58px; padding: 15px 18px; color: var(--forest-950); background: #fff; font-weight: 850; }
.service-catalog-accordion .accordion-button:not(.collapsed) { box-shadow: inset 4px 0 0 var(--coral); }
.service-catalog-accordion .accordion-button::after { transform: scale(.82); }
.service-catalog-accordion .accordion-button small { margin-left: auto; margin-right: 12px; color: var(--muted); font-size: .72rem; font-weight: 750; }
.service-catalog-accordion .accordion-body { padding: 0; background: #fbfffd; }
.service-aside-row { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 10px; align-items: center; min-height: 58px; padding: 10px 15px 10px 18px; border-top: 1px solid #dfeae6; background: transparent; transition: background .2s ease, padding-left .2s ease; }
.service-aside-row:hover { color: inherit; padding-left: 22px; background: #f0fcf7; }
.service-aside-row span { color: #344744; font-weight: 800; }
.service-aside-row strong { color: #168349; font-size: .83rem; text-align: right; white-space: nowrap; }
.service-aside-row b { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 5px 9px; border: 1px solid #f06e61; border-radius: 5px; color: #fff; background: var(--coral); box-shadow: 0 5px 10px rgba(242,100,87,.2); font-size: .72rem; white-space: nowrap; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.service-aside-row:hover b { background: var(--coral-dark); box-shadow: 0 7px 13px rgba(217,74,64,.26); transform: translateY(-1px); }
.booking-box { position: sticky; top: 86px; overflow: hidden; border: 1px solid #bdd4ce; border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.booking-box-head { padding: 18px 20px 14px; color: #fff; background: var(--forest-950); }
.booking-box h2 { margin: 0; font-size: 1.22rem; font-weight: 850; }
.booking-box-head p { margin: 4px 0 0; color: #c9e6df; font-size: .82rem; }
.booking-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; padding: 13px 16px 0; }
.booking-steps span { padding-bottom: 7px; border-bottom: 2px solid #dbe9e5; color: #788782; font-size: .72rem; font-weight: 800; text-align: center; }
.booking-steps .active { border-color: var(--coral); color: var(--coral-dark); }
.booking-box-body { padding: 16px 20px 20px; }
.booking-box .form-select, .booking-box .form-control { min-height: 48px; border-color: #cbdcd7; }
.booking-slots { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.booking-slot { min-height: 39px; padding: 4px; border: 1px solid #cde2dd; border-radius: 5px; color: var(--forest-900); background: #fff; font-size: .78rem; font-weight: 800; }
.booking-slot:hover, .booking-slot.is-selected { color: #fff; border-color: var(--forest-800); background: var(--forest-800); }
.booking-summary { min-height: 20px; margin: 9px 0 0; color: var(--muted); font-size: .76rem; }
.service-row [data-booking-service].is-selected { color: #fff; border-color: var(--coral); background: var(--coral); }

.article-shell { padding: 42px 0 72px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 42px; align-items: start; }
.article-content { max-width: 780px; }
.article-content h1 { font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.12; font-weight: 850; margin: 12px 0; }
.article-content h2 { margin: 36px 0 12px; color: var(--forest-950); font-size: 1.55rem; font-weight: 850; }
.article-content h3 { margin: 24px 0 9px; color: var(--forest-900); font-size: 1.14rem; font-weight: 800; }
.article-lead { color: #45534f; font-size: 1.08rem; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; color: var(--muted); font-size: .86rem; }
.article-visual { width: 100%; aspect-ratio: 16 / 7; margin: 24px 0; border-radius: 8px; object-fit: cover; }
.article-callout { padding: 17px; border-left: 4px solid var(--coral); border-radius: 0 7px 7px 0; background: #fff1ed; color: #563a36; }
.article-toc { position: sticky; top: 88px; padding: 18px; border: 1px solid #cae4de; border-radius: 8px; background: #f4fffb; }
.article-toc h2 { margin: 0 0 10px; color: var(--forest-900); font-size: 1rem; font-weight: 850; }
.article-toc a { display: block; padding: 5px 0; color: #315550; font-size: .86rem; }
.article-toc a:hover { color: var(--coral-dark); }
.article-faq details { padding: 14px 0; border-bottom: 1px solid var(--line); }
.article-faq summary { cursor: pointer; color: var(--forest-950); font-weight: 800; }

.site-footer { color: #dceee9; background: var(--forest-950); }
.footer-main { padding: 35px 0 22px; }
.footer-brand { color: #fff; font-size: 1.2rem; font-weight: 800; }
.footer-links a { color: #d4e5e1; font-size: .88rem; }
.footer-links a:hover { color: #fff; }
.network-badge { display: inline-flex; align-items: center; gap: 8px; padding: .42rem .65rem; border: 1px solid #4b8480; border-radius: 5px; color: #fff; font-size: .77rem; }
.footer-bottom { padding: 14px 0 calc(14px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(216,238,233,.18); color: #bcd2cd; font-size: .8rem; }

.mobile-nav { display: none !important; }
.toast-container { z-index: 2100; }

/* Product-level visual refinement shared by home, list and profile surfaces. */
.site-header { box-shadow: 0 1px 0 rgba(5,70,69,.04); }
.navbar-brand { font-weight: 850; }
.nav-link { position: relative; }
.nav-link::after { content: ""; position: absolute; right: .85rem; bottom: .48rem; left: .85rem; height: 2px; border-radius: 2px; background: var(--coral); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.btn { position: relative; overflow: hidden; border-width: 1px; font-weight: 800; box-shadow: 0 2px 0 rgba(5,44,43,.08); }
.btn:hover { transform: translateY(-1px); }
.btn-brand { background: var(--coral); border-color: var(--coral); color: #fff; box-shadow: none; }
.btn-brand:hover, .btn-brand:focus { background: var(--coral-dark); border-color: var(--coral-dark); color: #fff; box-shadow: none; }
.btn-outline-brand { border-color: #91c2b9; background: #fff; box-shadow: 0 3px 9px rgba(7,73,71,.06); }
.btn-outline-brand:hover, .btn-outline-brand:focus { border-color: var(--forest-900); box-shadow: 0 8px 16px rgba(0,109,119,.16); }
.category-rail { background: rgba(255,255,255,.92); }
.category-rail a { position: relative; padding: 2px 0; }
.category-rail a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; border-radius: 2px; background: var(--coral); transform: scaleX(0); transition: transform .2s ease; }
.category-rail a:hover::after { transform: scaleX(1); }
.search-panel { box-shadow: 0 18px 45px rgba(5,55,53,.18); }
.category-chip { box-shadow: 0 6px 16px rgba(8,66,63,.06); }
.salon-card { border-color: #d7e4e0; box-shadow: 0 7px 20px rgba(7,62,60,.07); }
.salon-card:hover { box-shadow: 0 16px 30px rgba(7,62,60,.14); }
.profile-cover { min-height: 350px; }
.profile-cover::after { background: linear-gradient(90deg, rgba(5,44,43,.91), rgba(5,44,43,.54) 48%, rgba(5,44,43,.15)); }
.profile-breadcrumb-band { border-bottom: 1px solid #e4ece9; background: #fff; }
.profile-breadcrumb-band .breadcrumb { min-height: 64px; align-items: center; margin: 0; overflow-x: auto; flex-wrap: nowrap; white-space: nowrap; }
.profile-breadcrumb-band .breadcrumb-item, .profile-breadcrumb-band .breadcrumb-item a { color: #667572; font-size: .9rem; font-weight: 750; }
.profile-breadcrumb-band .breadcrumb-item.active { color: #394845; }
.profile-breadcrumb-band .fa-location-dot { color: var(--coral); }
.profile-cover .breadcrumb { display: none; }
.profile-cover.is-staff .staff-hero-row { margin-top: 4px; }
.profile-cover.is-staff .staff-hero-avatar { background: rgba(255,255,255,.14); color: #fff; }
.profile-cover.is-staff a { color: #fff; }
.profile-cover.is-staff .staff-salon-name { margin: 6px 0 8px; font-size: 1.2rem; line-height: 1.25; }
.profile-cover.is-staff .staff-salon-name a { text-decoration: none; }
.profile-cover.is-staff .staff-salon-name a:hover { text-decoration: underline; }
.quick-info div { box-shadow: 0 6px 16px rgba(7,62,60,.05); }
.staff-card, .review-card { box-shadow: 0 5px 16px rgba(7,62,60,.05); transition: transform .2s ease, box-shadow .2s ease; }
.staff-card:hover, .review-card:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(7,62,60,.1); }

@media (max-width: 1199.98px) {
  .salon-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 991.98px) {
  .category-scroller { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .mega-menu { width: 100%; }
  .navbar-collapse { padding: 10px 0 16px; }
  .salon-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .profile-cover-inner { padding-top: 92px; }
  .profile-gallery { margin-top: -22px; }
  .gallery-image { height: 100%; }
  .article-layout { grid-template-columns: 1fr; }
  .article-toc { position: static; order: -1; }
  .service-location-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-aside { position: static; margin-top: 24px; }
}

@media (max-width: 767.98px) {
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .navbar { min-height: 62px; }
  .navbar-toggler { width: 44px; height: 44px; display: grid; place-items: center; margin-left: auto; color: var(--forest-900); }
  .navbar-collapse { max-width: 100%; padding: 8px 0 14px; }
  .navbar-nav { width: 100%; }
  .navbar-nav .nav-link { min-height: 48px; display: flex; align-items: center; }
  .mega-menu { width: 100%; max-width: 100%; padding: 12px; border-radius: 7px; }
  .mega-menu .row { --bs-gutter-x: .75rem; }
  .mega-menu .dropdown-item { min-height: 40px; display: flex; align-items: center; }
  .category-rail { display: none; }
  .mobile-category-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; padding: 8px 0; }
  .mobile-category-links a { min-height: 40px; display: flex; align-items: center; padding: 7px; border: 1px solid #d4e8e3; border-radius: 5px; color: var(--forest-900); font-size: .78rem; font-weight: 750; }
  .navbar-brand { font-size: 1.03rem; }
  .desktop-auth { display: none; }
  .hero { min-height: 490px; align-items: start; }
  .hero::before { background: linear-gradient(180deg, rgba(232,255,248,.92), rgba(232,255,248,.78) 70%, rgba(0,109,119,.54)); }
  .hero-content { padding-top: 56px; }
  .hero h1 { font-size: 2.15rem; }
  .hero p { font-size: 1rem; }
  .search-panel { grid-template-columns: 1fr; gap: 0; padding: 6px; border-radius: 9px; }
  .search-field { min-height: 52px; border-right: 0; border-bottom: 1px solid var(--line); }
  .search-panel .btn { width: 100%; margin-top: 4px; }
  .content-section { padding: 32px 0; }
  .section-heading { align-items: start; margin-bottom: 15px; }
  .section-heading h2 { font-size: 1.3rem; }
  .category-scroller { display: flex; overflow-x: auto; scrollbar-width: none; margin-inline: -12px; padding: 0 12px 6px; }
  .category-scroller::-webkit-scrollbar { display: none; }
  .category-chip { min-width: 186px; min-height: 68px; }
  .salon-card-body { min-height: 194px; }
  .salon-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .salon-grid .salon-card-body { min-height: 0; padding: 11px; }
  .salon-grid .salon-title { font-size: .94rem; line-height: 1.25; }
  .salon-grid .rating, .salon-grid .salon-location { font-size: .75rem; }
  .salon-grid .badge-soft { font-size: .64rem; }
  .salon-grid .card-action { padding-inline: .45rem; font-size: .7rem; }
  .listing-toolbar { top: 0; padding: 8px 0; }
  .listing-toolbar .desktop-filters { display: none; }
  .filter-trigger { display: inline-flex; }
  .page-hero { padding: 28px 0 24px; }
  .profile-cover { min-height: 280px; }
  .profile-cover-inner { padding: 88px 0 24px; }
  .profile-gallery { margin-top: -12px; }
  .profile-breadcrumb-band .breadcrumb { min-height: 52px; }
  .profile-breadcrumb-band .breadcrumb-item, .profile-breadcrumb-band .breadcrumb-item a { font-size: .77rem; }
  .gallery-shell { padding: 6px; border-radius: 7px; }
  .gallery-image { height: 100%; border-radius: 4px; }
  .gallery-control { width: 36px; height: 36px; top: calc(50% - 18px); margin: 0 8px; font-size: .78rem; }
  .gallery-thumbnails { gap: 5px; margin-top: 6px; }
  .gallery-thumbnails button { height: 40px; aspect-ratio: auto; }
  .profile-cover .breadcrumb { max-width: 310px; }
  .profile-cover .breadcrumb-item { font-size: .78rem; }
  .profile-main { padding-top: 20px; }
  .quick-info { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 1fr auto; gap: 4px 12px; }
  .service-duration { grid-column: 1 / 2; }
  .service-price { grid-column: 2 / 3; grid-row: 1 / 3; }
  .booking-box { position: static; margin-top: 24px; }
  .service-aside-group { margin: 12px; }
  .service-aside-row { grid-template-columns: minmax(0, 1fr) auto; gap: 4px 9px; }
  .service-aside-row b { grid-column: 2; grid-row: 1 / 3; }
  .city-tree { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-location-groups { grid-template-columns: 1fr; }
  .site-footer { padding-bottom: 5px; }
  .mobile-nav { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1000; display: grid; grid-template-columns: repeat(5, 1fr); min-height: calc(68px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid #dce7e3; background: rgba(255,255,255,.98); box-shadow: 0 -8px 24px rgba(10,54,52,.12); }
  .mobile-nav a { display: flex; min-width: 0; flex-direction: column; align-items: center; justify-content: center; gap: 3px; padding: 7px 3px; color: #62716c; font-size: .66rem; font-weight: 700; text-align: center; }
  .mobile-nav a i { font-size: 1.1rem; }
  .mobile-nav a.active { color: var(--forest-800); }
  .mobile-nav a.active i { color: var(--forest-900); }
  .offcanvas { border-radius: 12px 12px 0 0; }
}

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

/* Search and directory experience */
.hero-search-tabs { display: flex; gap: 2px; margin: 0 0 0 10px; }
.hero-search-tab { min-height: 48px; padding: 0 18px; border: 0; border-radius: 12px 12px 0 0; color: #effaf7; background: rgba(6,63,69,.74); font-size: .84rem; font-weight: 850; letter-spacing: 0; }
.hero-search-tab:first-child { border-radius: 12px 12px 0 0; }
.hero-search-tab:last-child { border-radius: 12px 12px 0 0; }
.hero-search-tab.active { color: #fff; background: var(--coral); }
.smart-search { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(250px,.9fr) auto; gap: 10px; padding: 12px; border-radius: 0 9px 9px 9px; background: rgba(255,255,255,.88); box-shadow: 0 20px 42px rgba(4,52,50,.22); backdrop-filter: blur(14px); }
.smart-search .search-field { min-height: 62px; border: 1px solid #edf0ef; border-radius: 5px; background: #fff; }
.smart-search .search-field:focus-within { border-color: #91c9bd; box-shadow: 0 0 0 3px rgba(0,168,150,.12); }
.smart-search .btn { min-width: 156px; min-height: 62px; }
.smart-search.is-salon-search { grid-template-columns: minmax(0, 1fr) auto; }
.home-search-hero { min-height: 280px; align-items: center; }
.home-search-hero::before { background: radial-gradient(900px 280px at 12% 0%, rgba(225,29,72,.32), transparent 60%); }
.home-search-hero .hero-content { width: min(calc(100% - 80px), 1720px); max-width: none; padding: 42px 0; text-align: left; }
.home-search-hero .hero-search-tabs { margin-left: 10px; }
.home-search-hero .smart-search { width: 100%; }
.home-search-hero .smart-search .search-field { padding-inline: 20px; }
.home-search-hero .smart-search .form-control, .home-search-hero .smart-search .form-select { font-size: 1.05rem; font-weight: 650; }
.home-search-hero .smart-search .btn { font-size: 1rem; }
.search-suggestions { position: absolute; top: calc(100% + 4px); right: 0; left: 0; display: none; max-height: 220px; overflow-y: auto; padding: 6px; border: 1px solid #d7e7e2; border-radius: 7px; background: #fff; box-shadow: 0 16px 28px rgba(5,58,57,.16); }
.search-suggestions.is-visible { display: block; }
.search-suggestions button { width: 100%; min-height: 40px; padding: 8px 10px; border: 0; border-radius: 5px; color: var(--ink); background: transparent; font-size: .86rem; font-weight: 700; text-align: left; }
.search-suggestions button:hover { color: var(--forest-950); background: var(--mint-100); }
.search-mode-field { position: relative; }
.directory-section { background: #fff; }
.directory-panel { padding: 0; border: 0; border-radius: 0; box-shadow: none; }
.directory-panel h2 { margin: 0 0 14px; color: #273a37; font-size: 1.02rem; }
.directory-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0 34px; }
.directory-links a { min-height: 47px; display: flex; align-items: center; padding: 7px 0; border-bottom: 1px solid #edf0ef; color: #31413d; font-size: .88rem; font-weight: 700; text-decoration: none; transition: color .18s ease, padding-left .18s ease; }
.directory-links a::before { content: "\f3c5"; margin-right: 9px; color: var(--coral); font-family: "Font Awesome 6 Free"; font-size: .78rem; font-weight: 900; }
.directory-links a:hover { padding-left: 5px; color: var(--coral-dark); }

/* Listing pages become a scan-friendly vertical results list. */
.listing-toolbar ~ .content-section .salon-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.listing-toolbar ~ .content-section .salon-card { display: grid; grid-template-columns: 240px minmax(0,1fr); min-height: 180px; border-color: #dce8e4; border-radius: 7px; box-shadow: 0 8px 22px rgba(7,62,60,.07); }
.listing-toolbar ~ .content-section .salon-image-wrap { width: 240px; height: auto; min-height: 180px; aspect-ratio: 4 / 3; align-self: stretch; }
.listing-toolbar ~ .content-section .salon-card-body { position: relative; min-height: 178px; padding: 19px 174px 17px 21px; }
.listing-toolbar ~ .content-section .salon-title { color: var(--forest-800); font-size: 1.2rem; }
.listing-toolbar ~ .content-section .salon-location { color: #55847d; font-weight: 700; }
.listing-toolbar ~ .content-section .card-action { position: absolute; right: 18px; bottom: 18px; width: 148px !important; white-space: normal; }
.listing-toolbar ~ .content-section .card-action::first-line { font-size: .72rem; }
.listing-toolbar ~ .content-section .save-button { width: 38px; height: 38px; }
.listing-toolbar ~ .content-section .listing-review { display: -webkit-box; max-width: 670px; margin: 8px 0 0; overflow: hidden; color: #65736f; font-size: .84rem; font-style: italic; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.listing-toolbar ~ .content-section .listing-price { position: absolute; top: 18px; right: 20px; min-width: 145px; color: var(--coral-dark); font-size: 1.34rem; font-weight: 900; line-height: 1.05; text-align: right; }
.listing-toolbar ~ .content-section .listing-price small { display: block; margin-top: 5px; color: #75837f; font-size: .7rem; font-weight: 750; }

/* Salon profile: square, left-aligned gallery and weekly hours. */
.profile-gallery { width: min(100% - 24px, 1320px); margin: 22px auto 0; }
.profile-gallery .container { max-width: none; padding: 0; }
.profile-showcase { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(380px, .85fr); gap: 22px; align-items: start; }
.gallery-shell { padding: 8px; }
.gallery-shell .carousel {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 5px;
  background: #d7e2df;
}
.gallery-shell .carousel-inner,
.gallery-shell .carousel-item { height: 100%; }
.gallery-shell .carousel-item { position: relative; }
.gallery-shell .carousel-item .gallery-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
}
.gallery-image { height: 100%; max-height: none; aspect-ratio: auto; border-radius: 5px; object-fit: cover; object-position: center; }
.gallery-thumbnails { width: 100%; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gallery-thumbnails button { height: 48px; aspect-ratio: auto; }
.profile-showcase .service-aside { position: static; margin: 0; }
.profile-main .service-aside { display: none; }
.weekly-hours { overflow: hidden; border: 1px solid #d7e7e2; border-radius: 7px; background: #fff; box-shadow: 0 6px 16px rgba(7,62,60,.05); }
.weekly-hours-header { display: flex; align-items: center; gap: 9px; padding: 13px 15px; color: var(--forest-950); background: #ecfaf5; font-weight: 850; }
.weekly-hours-header i { color: var(--coral); }
.weekly-hours-row { display: flex; justify-content: space-between; gap: 16px; padding: 9px 15px; border-top: 1px solid #edf1ef; color: #4d5c58; font-size: .88rem; }
.weekly-hours-row strong { color: var(--forest-900); }
.weekly-hours-row.is-today { color: var(--forest-950); background: #fff8ef; font-weight: 800; }
.weekly-hours-row.is-closed strong { color: #a26a62; }
.staff-strip { margin-top: 14px; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #fff; box-shadow: 0 6px 16px rgba(7,62,60,.05); }
.staff-strip-head { display: flex; align-items: center; gap: 9px; padding: 13px 15px; color: var(--ink); background: #f6f7f8; font-weight: 850; }
.staff-strip-head i { color: var(--coral); }
.staff-strip-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 12px 14px 14px; }
.staff-mini { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 6px 12px 6px 6px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: inherit; text-decoration: none; }
.staff-mini:hover { border-color: var(--coral); color: var(--ink); }
.staff-mini.is-current { border-color: var(--coral); background: #fff1f2; }
.staff-mini .staff-avatar { width: 36px; height: 36px; margin: 0; font-size: .72rem; background: #fff1f2; color: var(--coral); }
.staff-mini-name { font-size: .9rem; font-weight: 750; }
.staff-hero-row { display: flex; align-items: center; gap: 18px; }
.staff-hero-avatar { width: 84px; height: 84px; margin: 0; font-size: 1.35rem; background: #fff1f2; color: var(--coral); }
.staff-profile { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 380px); gap: 28px; align-items: start; }
.staff-profile-svc h2 { margin: 0 0 8px; font-size: 1.15rem; }
.staff-svc-list { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.reviews-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 18px; }
.review-load-more { min-width: 190px; }
.review-card.is-template { display: none; }

@media (max-width: 991.98px) {
  .profile-gallery { width: calc(100% - 24px); margin-inline: 12px; }
  .profile-showcase { grid-template-columns: 1fr; }
  .directory-links { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 767.98px) {
  .home-search-hero { min-height: 0; }
  .home-search-hero .hero-content { width: calc(100% - 24px); padding: 28px 0 16px; }
  .home-search-hero .hero-search-tabs { margin-left: 0; width: 100%; }
  .hero-search-tabs { margin-left: 0; width: 100%; gap: 3px; overflow: hidden; }
  .hero-search-tab, .hero-search-tab:first-child, .hero-search-tab:last-child {
    flex: 1; min-width: 0; border-radius: 12px 12px 0 0;
    padding: 0 8px; font-size: .78rem;
  }
  .smart-search {
    grid-template-columns: 1fr;
    border-radius: 0 0 18px 18px;
    padding: 12px;
    gap: 8px;
  }
  .smart-search.is-salon-search { grid-template-columns: 1fr; }
  .smart-search .btn { width: 100%; min-height: 50px; }
  .hero-title { margin-bottom: 16px; font-size: 1.42rem; }
  .partner-cta { padding: 8px 0 18px; }
  .partner-cta-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 20px 18px 18px;
    border-radius: 20px;
    box-shadow: 0 16px 36px rgba(190, 18, 60, .22);
  }
  .partner-cta-inner h2 { font-size: 1.32rem; }
  .partner-cta-inner p { font-size: .86rem; line-height: 1.45; }
  .how-section { padding: 6px 0 28px; }
  .how-title { font-size: 1.22rem; margin-bottom: 12px; }
  .how-grid {
    grid-template-columns: 1fr;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(17,19,24,.06);
  }
  .how-card {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 2px 12px;
    align-items: center;
    padding: 14px 14px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #f1f3f5;
    background: transparent;
  }
  .how-card:last-child { border-bottom: 0; }
  .how-index {
    width: 42px; height: 42px; margin: 0;
    display: grid; place-items: center;
    border-radius: 13px;
    background: #fff1f2;
    font-size: .8rem;
  }
  .how-card h3 { margin: 0 0 2px; font-size: .95rem; }
  .how-card p { font-size: .78rem; line-height: 1.35; }
  .directory-links { grid-template-columns: 1fr; gap: 0; }
  .listing-toolbar ~ .content-section .salon-card { grid-template-columns: 140px minmax(0,1fr); min-height: 140px; }
  .listing-toolbar ~ .content-section .salon-image-wrap { width: 140px; height: auto; min-height: 140px; aspect-ratio: 4 / 3; }
  .listing-toolbar ~ .content-section .salon-card-body { min-height: 154px; padding: 12px 12px 44px; }
  .listing-toolbar ~ .content-section .salon-title { font-size: .96rem; }
  .listing-toolbar ~ .content-section .badge-soft { font-size: .61rem; }
  .listing-toolbar ~ .content-section .card-action { right: 12px; bottom: 10px; width: auto !important; min-height: 28px; padding: 4px 7px; font-size: .64rem; }
  .listing-toolbar ~ .content-section .listing-review { display: none; }
  .listing-toolbar ~ .content-section .listing-price { top: 12px; right: 11px; min-width: auto; font-size: .84rem; }
  .listing-toolbar ~ .content-section .listing-price small { display: none; }
  .profile-gallery { width: calc(100% - 24px); margin-inline: 12px; }
  .gallery-image { aspect-ratio: auto; height: 100%; }
  .gallery-thumbnails button { height: 40px; aspect-ratio: auto; }
}

/* Booking platform v2 — modern skin, share mode, listing rules */
.navbar-brand { color: var(--ink); letter-spacing: -.03em; }
.brand-star { color: var(--coral); }
.nav-link { color: #3f4654; }
.nav-link::after { background: var(--coral); }
.btn { border-radius: 12px; box-shadow: none; }
.btn:hover { transform: none; }
.salon-card { border-radius: var(--radius); border-color: var(--line); box-shadow: none; }
.salon-card:hover { transform: none; box-shadow: 0 10px 28px rgba(17,19,24,.08); }
.page-hero { background: #111318; padding: 28px 0 22px; }
.page-hero h1 { letter-spacing: -.03em; }
.listing-toolbar { top: var(--header-h); background: rgba(246,247,248,.92); }
.trust-band { background: #fff; border-block: 1px solid var(--line); }
.site-footer { background: #111318; }
.mobile-nav { background: rgba(255,255,255,.96); }
.mobile-nav a.active, .mobile-nav a.active i { color: var(--coral); }
.hero-search-tab { background: rgba(255,255,255,.12); color: #fff; }
.hero-search-tab.active { background: #fff; color: var(--ink); }
.smart-search { background: #fff; border-radius: 0 16px 16px 16px; box-shadow: 0 18px 50px rgba(0,0,0,.28); backdrop-filter: none; }
.home-search-hero .hero-content { color: #fff; }
.directory-links a::before { color: var(--coral); }
.listing-toolbar ~ .content-section .salon-title { color: var(--ink); }
.listing-toolbar ~ .content-section .listing-price { color: var(--ink); }
.weekly-hours-header { background: #f6f7f8; color: var(--ink); }
.verified-badge { background: #ecfdf3; color: #067647; }
.lang-switch { display: inline-flex; gap: 2px; margin-left: .5rem; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
.lang-switch a { min-width: 36px; min-height: 28px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; color: var(--muted); font-size: .72rem; font-weight: 800; }
.lang-switch a.is-active { color: #fff; background: var(--ink); }
.share-bar { display: none; }
.sticky-book { display: none; }

.salon-card.is-limited { cursor: default; background: #fff; }
.salon-card.is-limited .salon-image-wrap,
.salon-card.is-limited .save-button,
.salon-card.is-limited .listing-review,
.salon-card.is-limited .listing-price,
.salon-card.is-limited .card-action { display: none !important; }
.listing-toolbar ~ .content-section .salon-card.is-limited { grid-template-columns: 1fr; min-height: 0; }
.listing-toolbar ~ .content-section .salon-card.is-limited .salon-card-body { padding: 16px 18px; min-height: 0; }
.limited-note { margin: 6px 0 0; color: var(--muted); font-size: .84rem; }
.limited-list-title { margin: 28px 0 10px; color: var(--muted); font-size: .82rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }

.empty-directory { padding: 28px; border: 1px dashed var(--line); border-radius: var(--radius); background: #fff; text-align: left; }
.empty-directory h2 { margin: 0 0 8px; font-size: 1.2rem; }
.empty-directory p { margin: 0 0 14px; color: var(--muted); }

/* Paylaşım (/p/ + ?share=1 randevu): menü/footer/CTA yok — yalnızca logo + içerik */
html.is-share .category-rail,
html.is-share .navbar-toggler,
html.is-share .navbar-collapse,
html.is-share .nav-burger,
html.is-share .nav-desktop,
html.is-share .nav-tools,
html.is-share .nav-drawer,
html.is-share .nav-login,
html.is-share .site-footer,
html.is-share .share-bar,
html.is-share .sticky-book,
html.is-share .profile-tail,
html.is-share .profile-discovery,
html.is-share .profile-breadcrumb-band,
html.is-share .mobile-nav,
html.is-share .footer-links,
html.is-share .network-badge,
html.is-share .lang-switch,
body.is-share .category-rail,
body.is-share .navbar-toggler,
body.is-share .navbar-collapse,
body.is-share .nav-burger,
body.is-share .nav-desktop,
body.is-share .nav-tools,
body.is-share .nav-drawer,
body.is-share .nav-login,
body.is-share .site-footer,
body.is-share .share-bar,
body.is-share .sticky-book,
body.is-share .profile-tail,
body.is-share .profile-discovery,
body.is-share .profile-breadcrumb-band,
body.is-share .mobile-nav,
body.is-share .footer-links,
body.is-share .network-badge,
body.is-share .lang-switch { display: none !important; visibility: hidden !important; }
html.is-share,
body.is-share { padding-bottom: 0; }
html.is-share .navbar-brand,
html.is-share a.navbar-brand,
body.is-share .navbar-brand,
body.is-share a.navbar-brand { pointer-events: none; cursor: default; }
body.is-share .site-header.is-share .site-nav { justify-content: flex-start; }
body.is-share .loc-chip.is-static {
  border-bottom: 0;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .home-search-hero { min-height: 340px; }
  .hero { min-height: 340px; }
  .listing-toolbar { top: 62px; }
  .sticky-book { display: flex; position: fixed; right: 0; bottom: 0; left: 0; z-index: 900; gap: 10px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,255,255,.96); }
  .sticky-book .btn { flex: 1; min-height: 48px; }
  html.is-share .sticky-book,
  body.is-share .sticky-book { display: none !important; }
}

/* v19 — corporate UX, hamburger, live search, listing rules */
html, body { overflow-x: clip; }
body { padding-bottom: 0; }
.category-rail { display: none; }
.site-header { z-index: 60; background: #fff; }
.site-nav { min-height: 64px; display: flex; align-items: center; gap: 16px; flex-wrap: nowrap; }
.nav-desktop { display: none; list-style: none; margin: 0; padding: 0; gap: 4px; }
.nav-desktop .nav-link { padding: .55rem .7rem !important; font-size: .9rem; font-weight: 650; }
.nav-desktop .nav-link::after { display: none; }
.nav-tools { margin-left: auto; display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.nav-login { min-height: 40px; padding: .4rem .9rem; font-size: .82rem; }
.nav-burger { width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.nav-burger span { display: block; width: 16px; height: 2px; background: var(--ink); }
.nav-drawer { position: fixed; inset: 0; z-index: 80; visibility: hidden; pointer-events: none; }
.nav-drawer.is-open { visibility: visible; pointer-events: auto; }
.nav-drawer[hidden] { display: block !important; visibility: hidden; pointer-events: none; }
.nav-drawer-backdrop { position: absolute; inset: 0; background: rgba(17,19,24,.45); opacity: 0; transition: opacity .25s ease; }
.nav-drawer.is-open .nav-drawer-backdrop { opacity: 1; }
.nav-drawer-panel { position: absolute; top: 0; left: 0; right: auto; bottom: 0; width: min(100%, 340px); overflow: auto; padding: 18px 20px 32px; background: #fff; box-shadow: 16px 0 40px rgba(17,19,24,.16); transform: translateX(-100%); transition: transform .28s ease; }
.nav-drawer-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.nav-drawer-close { width: 40px; height: 40px; border: 0; border-radius: 10px; background: var(--cream-100); }
.nav-drawer-panel > a { display: flex; min-height: 46px; align-items: center; border-bottom: 1px solid var(--line); font-weight: 650; }
.nav-drawer-label { margin: 18px 0 6px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.nav-acc { border-bottom: 1px solid var(--line); }
.nav-acc summary {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  min-height: 48px; cursor: pointer; list-style: none;
  color: var(--ink); font-size: .92rem; font-weight: 800;
}
.nav-acc summary::-webkit-details-marker, .nav-acc summary::marker { display: none; content: ""; }
.nav-acc summary i { color: var(--muted); font-size: .72rem; transition: transform .2s ease; }
.nav-acc[open] summary i { transform: rotate(180deg); color: var(--coral); }
.nav-acc-list a { display: flex; min-height: 42px; align-items: center; padding: 0 4px 0 8px; border-bottom: 1px solid #f1f3f5; font-weight: 650; color: #3f4654; }
.nav-acc-list a:last-child { border-bottom: 0; }

.hero-kicker { margin: 0 0 8px; color: rgba(255,255,255,.72); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-title { margin: 0 auto 22px; color: #fff; font-size: clamp(1.55rem, 4vw, 2.35rem); font-weight: 800; letter-spacing: -.03em; }
.search-suggestions { z-index: 70; }
.listing-toolbar { overflow: visible; }
.listing-toolbar ~ .content-section .salon-card-body { padding: 16px 18px 16px 20px !important; }
.listing-toolbar ~ .content-section .card-action { position: static !important; width: auto !important; }
.listing-toolbar ~ .content-section .listing-price { position: absolute; }
.home-search-hero { min-height: 360px; overflow: visible; z-index: 5; }
.home-search-hero .hero-content { width: min(100% - 32px, 920px); margin: 0 auto; padding: 48px 0 56px; text-align: center; }
.hero-search-tabs { justify-content: center; margin: 0 auto 0; width: fit-content; position: relative; z-index: 6; }
.smart-search { position: relative; z-index: 7; grid-template-columns: minmax(0,1.2fr) minmax(220px,.9fr) auto; text-align: left; }
.search-field { position: relative; overflow: visible; }
.combo { position: relative; width: 100%; }
.combo-input, .combo .form-control { width: 100%; border: 0; background: transparent; min-height: 42px; box-shadow: none; }
.combo-list { position: absolute; top: calc(100% + 8px); right: 0; left: 0; z-index: 70; max-height: 280px; overflow: auto; padding: 6px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 18px 40px rgba(17,19,24,.16); }
.combo-list button { width: 100%; min-height: 42px; padding: 8px 10px; border: 0; border-radius: 8px; background: transparent; text-align: left; font-weight: 650; }
.combo-list button:hover, .combo-list button.is-active { background: var(--mint-100); }
.combo-list .combo-empty { padding: 10px; color: var(--muted); font-size: .86rem; }

.salon-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.card-meta { min-height: 22px; margin: 4px 0 8px; }
.badge-instant { display: inline-flex; align-items: center; padding: .2rem .5rem; border-radius: 999px; background: #ecfdf3; color: #067647; font-size: .68rem; font-weight: 800; }
.status-chip { display: inline-flex; padding: .18rem .5rem; border-radius: 999px; background: #f2f4f7; color: #667085; font-size: .68rem; font-weight: 800; }
.card-actions { display: flex; gap: 8px; margin-top: auto; }
.card-actions .btn { flex: 1; min-height: 40px; padding: .4rem .6rem; font-size: .82rem; }
.listing-toolbar ~ .content-section .card-actions .btn, .listing-grid .card-actions .btn { width: auto; }
.salon-card.is-limited { min-height: 0; background: #fafafa; }
.salon-card.is-limited .salon-card-body { min-height: 0; padding: 14px 16px; }
.listing-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.listing-grid .salon-card { display: grid; grid-template-columns: 240px minmax(0,1fr); min-height: 180px; }
.listing-grid .salon-image-wrap { width: 240px; aspect-ratio: 4 / 3; height: auto; min-height: 180px; }
.listing-grid .salon-card-body { position: relative; min-height: 168px; padding: 16px 18px 16px 20px; }
.listing-grid .card-actions { position: absolute; right: 16px; bottom: 14px; width: auto; }
.listing-grid .card-actions .btn { min-width: 88px; flex: 0 0 auto; }
.listing-grid .listing-price { position: absolute; top: 16px; right: 18px; font-size: 1.15rem; font-weight: 800; }
.listing-grid .listing-price small { display: block; color: var(--muted); font-size: .68rem; font-weight: 700; }
.listing-grid .salon-card.is-limited { grid-template-columns: 1fr; min-height: 0; }
.listing-toolbar { position: sticky; top: 64px; z-index: 25; padding: 12px 0; background: rgba(246,247,248,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.toolbar-form { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,.9fr) auto; gap: 10px; align-items: center; }
.toolbar-field { min-height: 48px; display: flex; align-items: center; padding: 0 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.toolbar-form .btn { min-height: 48px; padding-inline: 1.2rem; }

.hub-section { padding: 36px 0 56px; background: #fff; border-top: 1px solid var(--line); }
.hub-title { font-size: 1.2rem; font-weight: 800; margin-bottom: 16px; }
.hub-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.hub-block { padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--cream-50); }
.hub-block h3 { font-size: .95rem; font-weight: 800; margin: 0 0 10px; }
.hub-links { display: flex; flex-wrap: wrap; gap: 8px; }
.hub-links a { min-height: 36px; display: inline-flex; align-items: center; padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: .82rem; font-weight: 650; }
.hub-links a:hover { border-color: var(--ink); color: var(--ink); }
.hub-more { margin: 18px 0 0; color: var(--muted); }

/* Anasayfa SEO dizin (popüler hizmetler + tür×şehir) */
.dir-seo { padding: 48px 0 64px; background: #fff; border-top: 1px solid var(--line); }
.dir-block + .dir-block { margin-top: 48px; }
.dir-heading {
  margin: 0 0 28px;
  text-align: center;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1.25;
}
.dir-heading-muted { color: #3d4450; }
.dir-heading-accent { color: var(--coral); }
.dir-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 36px;
  row-gap: 0;
}
.dir-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 2px;
  border-bottom: 1px solid #e8eaed;
  color: #3a4048;
  font-size: .92rem;
  font-weight: 500;
  line-height: 1.35;
}
.dir-link:hover { color: var(--coral); }
.dir-link:hover .dir-ico { color: var(--coral); }
.dir-ico {
  flex: 0 0 auto;
  display: inline-flex;
  color: #b0b6be;
  line-height: 0;
}
.dir-ico svg { display: block; }
.dir-link span { min-width: 0; }

.how-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.how-section { padding: 4px 0 48px; }
.how-title { margin: 0 0 16px; font-size: 1.4rem; font-weight: 800; letter-spacing: -.02em; }
.how-card { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; text-align: left; }
.how-index { display: block; font-size: .78rem; color: var(--coral); margin-bottom: 6px; font-weight: 800; }
.how-card h3 { font-size: 1.05rem; font-weight: 800; margin: 0 0 6px; }
.how-card p { margin: 0; color: var(--muted); font-size: .9rem; }

@media (min-width: 992px) {
  .nav-desktop { display: flex; }
  .nav-burger { display: none; }
}

@media (max-width: 991.98px) {
  .nav-login { display: none; }
  .hub-grid, .how-grid { grid-template-columns: 1fr 1fr; }
  .dir-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 22px; }
  .salon-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .home-search-hero .hero-content { width: min(100% - 24px, 920px); padding: 36px 0 40px; }
}

@media (max-width: 767.98px) {
  body { padding-bottom: 0; }
  .navbar-brand { font-size: 1rem; }
  .home-search-hero { min-height: 0; }
  .home-search-hero .hero-content { text-align: center; padding: 28px 0 16px; }
  .hero-search-tabs { width: 100%; justify-content: stretch; }
  .hero-search-tab { flex: 1; }
  .smart-search, .smart-search.is-salon-search, .toolbar-form { grid-template-columns: 1fr; }
  .smart-search .btn, .toolbar-form .btn { width: 100%; }
  .salon-grid { grid-template-columns: 1fr; gap: 14px; }
  .listing-grid .salon-card { grid-template-columns: 140px minmax(0,1fr); min-height: 140px; }
  .listing-grid .salon-image-wrap { width: 140px; min-height: 140px; height: auto; aspect-ratio: 4 / 3; }
  .listing-grid .salon-card-body { padding: 10px 12px 52px; min-height: 132px; }
  .listing-grid .listing-price { font-size: .9rem; top: 10px; right: 10px; }
  .listing-grid .listing-review { display: none; }
  .listing-grid .card-actions { left: 12px; right: 12px; bottom: 10px; width: auto; }
  .listing-grid .card-actions .btn { flex: 1; min-width: 0; font-size: .78rem; }
  .section-heading { flex-direction: column; align-items: stretch; text-align: left; }
  .hub-grid, .how-grid, .city-tree { grid-template-columns: 1fr; }
  .dir-grid { grid-template-columns: 1fr; }
  .directory-links { grid-template-columns: 1fr; }
  .content-section { padding: 28px 0; }
  .page-hero { text-align: left; }
  .page-hero h1 { font-size: 1.55rem; }
  .site-footer .footer-links { justify-content: flex-start; }
}

/* v20 — left drawer, platform footer, gutters, article, tags */
:root { --gutter: max(16px, env(safe-area-inset-left, 0px)); }
.container, .container-fluid {
  padding-left: max(16px, env(safe-area-inset-left, 0px)) !important;
  padding-right: max(16px, env(safe-area-inset-right, 0px)) !important;
}
.home-search-hero .hero-content { width: 100%; max-width: 920px; margin: 0 auto; padding: 48px 0 56px; }
.profile-gallery { width: 100% !important; margin-inline: 0 !important; }
.nav-drawer.is-open { visibility: visible; pointer-events: auto; }
.nav-drawer.is-open .nav-drawer-panel { transform: translateX(0); }
.nav-burger { order: 0; }
.navbar-brand { order: 1; }
.nav-desktop { order: 2; }
.nav-tools { order: 3; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(4, minmax(0, 1fr)); gap: 28px 18px; align-items: start; }
.footer-col .footer-links { display: flex; flex-direction: column; max-height: calc(6 * 34px); overflow: hidden; }
.footer-links { display: flex; flex-direction: column; }
.footer-grid h2 { margin: 0 0 10px; color: #9fb4af; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a { display: flex; min-height: 34px; align-items: center; color: #d4e5e1; font-size: .88rem; }
.footer-grid a:hover { color: #fff; }
.footer-brand-col p { margin: 10px 0 0; color: #bcd2cd; font-size: .88rem; max-width: 36ch; }
.seo-article { max-width: 760px; color: #3d4a47; }
.seo-article h2 { margin: 0 0 12px; color: var(--ink); font-size: 1.2rem; font-weight: 800; }
.seo-article p { margin: 0 0 14px; line-height: 1.7; }
.tag-cloud-section { padding: 8px 0 40px; }
.review-source-bar { margin: 0 0 16px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: #f8faf9; }
@media (max-width: 991.98px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand-col { grid-column: 1 / -1; }
  .home-search-hero .hero-content { padding: 32px 0 36px; }
}
@media (max-width: 767.98px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 22px 14px; }
  .footer-brand-col { grid-column: 1 / -1; }
  .footer-col-explore { grid-column: 1 / -1; }
  .footer-brand-col p { max-width: none; }
  .footer-col .footer-links {
    flex-direction: column;
    flex-wrap: nowrap;
    max-height: calc(6 * 34px);
    overflow: hidden;
    gap: 0;
  }
  .footer-grid a {
    display: flex;
    min-height: 34px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    font-size: .88rem;
    white-space: nowrap;
  }
  .page-hero { padding: 24px 0 20px; }
  .listing-toolbar { padding: 10px 0; }
  .salon-grid, .listing-grid, .how-grid, .hub-grid { width: 100%; }
}

/* v22 — logo, dropdown, FAQ, claim, pager, explore, how, blog */
.navbar-brand { display: inline-flex; align-items: center; line-height: 1; text-decoration: none; }
.brand-word { display: inline-flex; align-items: baseline; gap: 0; font-weight: 800; letter-spacing: -.055em; font-size: 1.42rem; line-height: 1; }
.brand-uygun { color: var(--coral); }
.brand-randevu { color: var(--ink); }
.footer-brand { display: inline-flex; text-decoration: none; }
.footer-brand .brand-word { font-size: 1.18rem; }
.footer-brand .brand-uygun { color: #fb7185; }
.footer-brand .brand-randevu { color: #fff; }

.nav-desktop .has-sub { position: relative; }
.nav-desktop .nav-sub {
  position: absolute; top: calc(100% - 4px); left: 0; z-index: 90; min-width: 220px;
  display: none; flex-direction: column; padding: 8px;
  border: 1px solid var(--line); border-radius: 14px; background: #fff;
  box-shadow: 0 18px 40px rgba(17,19,24,.14);
}
.nav-desktop .nav-sub.nav-sub-wide {
  min-width: min(360px, calc(100vw - 48px));
  padding: 10px 12px;
}
.nav-desktop .has-sub:hover > .nav-sub,
.nav-desktop .has-sub:focus-within > .nav-sub { display: flex; }
.nav-desktop .nav-sub a { min-height: 40px; display: flex; align-items: center; padding: 8px 12px; border-radius: 8px; font-size: .9rem; font-weight: 650; white-space: nowrap; }
.nav-desktop .nav-sub a:hover { background: var(--mint-100); color: var(--ink); }

.badge-instant {
  display: inline-flex; align-items: center; gap: 6px; padding: .38rem .72rem;
  border-radius: 999px; color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .02em;
  background: linear-gradient(135deg, #047857, #10b981);
  box-shadow: 0 8px 18px rgba(4, 120, 87, .28);
}
.badge-instant i { font-size: .68rem; }
.card-badge-slot { position: absolute; left: 10px; top: 10px; z-index: 2; }
.cover-badge { margin-bottom: 14px; }
.profile-cover .badge-instant { font-size: .8rem; padding: .48rem .9rem; }

.seo-kicker { margin: 0 0 8px; color: var(--coral); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.seo-panel { padding: 12px 0 40px; }
.seo-article { max-width: none; padding: 28px 28px 8px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.seo-article-head { margin-bottom: 16px; }
.seo-article-head h2 { margin: 0; }
.related-panel, .faq-wrap { padding: 8px 0 40px; }
.related-card { padding: 24px 26px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.related-card h2, .faq-head h2 { margin: 0 0 8px; font-size: 1.25rem; font-weight: 800; }
.related-lead { margin: 0 0 16px; color: var(--muted); }
.tag-cloud a { border-color: var(--line); background: var(--cream-50); }
.hub-modern { background: var(--cream-50); }
.hub-city-card { padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.hub-city-card h3 { margin: 0 0 10px; font-size: 1rem; font-weight: 800; }

.faq-head { margin-bottom: 18px; }
.faq-board { display: grid; gap: 10px; }
.faq-item { border: 1px solid var(--line); border-radius: 16px; background: #fff; overflow: hidden; }
.faq-item summary { display: flex; align-items: center; gap: 12px; padding: 16px 18px; cursor: pointer; list-style: none; font-weight: 750; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-index { flex: 0 0 auto; color: var(--coral); font-size: .78rem; font-weight: 800; }
.faq-q { flex: 1; }
.faq-item summary i { color: var(--muted); transition: transform .2s ease; }
.faq-item[open] summary i { transform: rotate(45deg); color: var(--coral); }
.faq-a { padding: 0 18px 16px 54px; color: var(--muted); }
.faq-a p { margin: 0; }

.listing-claim-band { padding: 12px 0 0; background: transparent; }
.list-claim-btn {
  display: flex; width: 100%; min-height: 48px; align-items: center; justify-content: center;
  border-radius: 10px; background: var(--coral); color: #fff; font-weight: 800; font-size: .95rem;
}
.list-claim-btn:hover { background: var(--coral-dark); color: #fff; }
.partner-cta { padding: 12px 0 8px; }
.partner-cta-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  padding: 20px 22px; border-radius: 18px; color: #fff;
  background: linear-gradient(135deg, #111318 0%, #1f2937 58%, #be123c 140%);
}
.partner-cta-inner h2 { margin: 0; color: #fff; }
.partner-cta-inner p { margin: 4px 0 0; color: #d1d5db; font-size: .9rem; max-width: 56ch; }

.list-pager { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 22px 0 0; }
.list-pager button, .list-pager a { min-width: 42px; min-height: 42px; border: 1px solid var(--line); border-radius: 10px; background: #fff; font-weight: 750; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; color: inherit; }
.list-pager button.is-active, .list-pager a.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }

.explore-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.explore-tile { position: relative; overflow: hidden; border-radius: 18px; min-height: 180px; color: #fff; }
.explore-tile img { width: 100%; height: 100%; object-fit: cover; min-height: 180px; display: block; }
.explore-tile span { position: absolute; inset: auto 0 0; padding: 18px 16px 14px; background: linear-gradient(transparent, rgba(17,19,24,.78)); display: flex; flex-direction: column; }
.explore-tile strong { font-size: 1.12rem; }
.explore-tile small { color: rgba(255,255,255,.8); }
.explore-tile:hover { color: #fff; }
.explore-tile:hover img { transform: scale(1.04); transition: transform .35s ease; }

.how-page { padding: 40px 0 24px; }
.how-steps { list-style: none; margin: 0 0 28px; padding: 0; display: grid; gap: 14px; }
.how-step { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: #fff; animation: howRise .55s ease both; }
.how-step:nth-child(2) { animation-delay: .1s; }
.how-step:nth-child(3) { animation-delay: .2s; }
.how-num { color: var(--coral); font-size: 1.4rem; font-weight: 800; letter-spacing: -.04em; }
.how-step h2 { margin: 0 0 6px; font-size: 1.15rem; }
.how-step p { margin: 0; color: var(--muted); }
.how-honesty { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.how-honesty article { padding: 20px; border-radius: 18px; background: #111318; color: #e5e7eb; }
.how-honesty i { color: var(--coral); margin-bottom: 10px; }
.how-honesty h3 { color: #fff; font-size: 1rem; margin: 0 0 6px; }
.how-honesty p { margin: 0; font-size: .9rem; color: #cbd5e1; }
@keyframes howRise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

.blog-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.blog-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.blog-card-media { display: block; aspect-ratio: 16/9; overflow: hidden; background: #e5e7eb; }
.blog-card-media img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-body { padding: 16px 18px 18px; }
.blog-card-body h2 { margin: 0 0 8px; font-size: 1.15rem; font-weight: 800; }
.blog-card-body p { margin: 0; color: var(--muted); }
.blog-card-meta { display: flex; gap: 12px; margin-top: 12px; color: var(--muted); font-size: .82rem; font-weight: 650; }
.article-visual { width: 100%; height: auto; border-radius: 16px; margin: 8px 0 18px; }
.article-lead { font-size: 1.05rem; color: #3d4a47; }

@media (max-width: 991.98px) {
  .explore-grid, .how-honesty, .blog-grid, .explore-districts, .explore-groups { grid-template-columns: 1fr 1fr; }
}
.blog-cats { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; }
.blog-cats a { min-height: 36px; display: inline-flex; align-items: center; padding: 6px 12px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: .84rem; font-weight: 700; color: inherit; }
.blog-cats a:hover, .blog-cats a.is-active { color: #fff; border-color: var(--coral); background: var(--coral); }
.toolbar-form.is-kesfet { grid-template-columns: minmax(0, 1fr) auto; max-width: 640px; margin: 18px 0 0; }
.kesfet-results-wrap { padding: 8px 0 0; }
.kesfet-results-wrap[hidden] { display: none; }
.explore-districts, .explore-groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.explore-districts .related-card, .explore-groups .related-card { margin: 0; }
.explore-districts h2, .explore-groups h2 { font-size: 1.05rem; margin: 0 0 10px; }
.home-guides { margin-top: 4px; }
.article-content .article-callout { margin: 28px 0 8px; }

@media (max-width: 767.98px) {
  .explore-grid, .how-honesty, .blog-grid { grid-template-columns: 1fr; }
  .explore-districts, .explore-groups { grid-template-columns: 1fr; }
  .seo-article, .related-card { padding: 18px; }
  .faq-a { padding-left: 18px; }
  .list-claim, .partner-cta-inner { align-items: stretch; }
  .list-claim .btn, .partner-cta-inner .btn { width: 100%; }
  .brand-word { font-size: 1.2rem; }
  .toolbar-form.is-kesfet { grid-template-columns: 1fr; }
  .staff-profile { grid-template-columns: 1fr; }
}

/* v23 — listing cards, masked reviews, about fold, location chips */
.salon-card { cursor: pointer; }
.salon-title a { color: inherit; }
.salon-title a:hover { color: var(--coral); }
.salon-location { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin: 4px 0 0; }
.loc-chip { color: var(--coral); font-weight: 750; border-bottom: 1px dashed rgba(225,29,72,.4); }
.loc-chip:hover { color: var(--coral-dark); border-bottom-color: var(--coral-dark); }
.loc-sep { color: #c5cbd0; }
.listing-review { margin: 10px 0 0; }
.listing-review blockquote { margin: 0; color: #52605b; font-size: .86rem; font-style: italic; quotes: none; }
.listing-review figcaption { margin-top: 4px; color: var(--ink); font-size: .78rem; font-weight: 800; font-style: normal; }
.listing-grid .salon-card-body { padding-right: 128px !important; padding-bottom: 16px !important; }
.listing-grid .card-actions, .salon-card .card-actions { display: none; }
.listing-toolbar ~ .content-section .salon-card-body { padding: 19px 150px 17px 21px; }
.listing-toolbar ~ .content-section .listing-review { display: block; max-width: 640px; }
.profile-cover .salon-location { margin-top: 10px; }
.profile-cover .loc-chip { color: #fff; border-bottom-color: rgba(255,255,255,.45); }
.profile-cover .loc-chip:hover { color: #ffe4e6; }
.profile-cover .loc-sep { color: rgba(255,255,255,.5); }
.about-copy { position: relative; color: #3d4a47; }
.about-copy p { margin: 0 0 12px; line-height: 1.7; }
.about-copy.is-collapsed { max-height: 7.4em; overflow: hidden; }
.about-copy.is-collapsed::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 2.5em; background: linear-gradient(transparent, #fff); pointer-events: none; }
.about-more { margin-top: 4px; padding: 0; border: 0; background: none; color: var(--coral); font-weight: 800; min-height: 40px; }
.badge-verified { display: inline-flex; align-items: center; gap: 5px; padding: .18rem .5rem; border-radius: 999px; background: #ecfdf3; color: #067647; font-size: .7rem; font-weight: 800; }
.review-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.review-summary { margin: 0 0 14px; color: var(--muted); font-weight: 650; }
.faq-panel { padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(#fff, #fbfbfc); box-shadow: var(--shadow); }
.faq-item { border-color: #eceef1; background: #f7f8fa; }
.faq-item[open] { background: #fff; border-color: #fecdd3; box-shadow: 0 8px 20px rgba(225,29,72,.06); }
.faq-item[open] summary i { transform: rotate(180deg); }
.profile-section .related-card, .profile-section .faq-panel { box-shadow: none; }
.tag-cloud a { border-radius: 12px; box-shadow: 0 1px 0 rgba(17,19,24,.04); }
@media (max-width: 767.98px) {
  .listing-grid .salon-card-body, .listing-toolbar ~ .content-section .salon-card-body { padding: 10px 12px 12px !important; }
  .listing-toolbar ~ .content-section .listing-review { display: block; -webkit-line-clamp: 2; }
  .listing-price { position: static; }
}

/* v26 — anasayfa kart, liste kartı, salon detay, randevu */
.popular-heading { margin-bottom: 22px; }
.popular-heading h2 { letter-spacing: -.02em; }
.home-salons { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.salon-card.is-home {
  height: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #eceef1;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(17,19,24,.05);
}
.salon-card.is-home:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(17,19,24,.1); }
.salon-card.is-home .salon-image-wrap { aspect-ratio: 4 / 3; max-height: none; }
.salon-card.is-home .save-button { width: 36px; height: 36px; top: 12px; right: 12px; box-shadow: 0 4px 12px rgba(17,19,24,.12); }
.salon-card.is-home .salon-card-body {
  min-height: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 16px 16px !important;
}
.salon-card.is-home .salon-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -.015em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.salon-card.is-home .salon-title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.salon-card.is-home .home-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  margin: 0;
  min-height: 24px;
}
.salon-card.is-home .star-row { color: #f5a623; font-size: .78rem; letter-spacing: .5px; }
.salon-card.is-home .home-score { color: var(--ink); font-size: .95rem; font-weight: 800; }
.salon-card.is-home .home-reviews { color: #667085; font-size: .8rem; font-weight: 650; }
.salon-card.is-home .salon-location { margin: 0; font-size: .8rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.salon-card.is-home .home-instant {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 2px;
  min-height: 26px;
  padding: 3px 9px;
  border: 1px solid #fdba74;
  border-radius: 999px;
  color: #c2410c;
  background: #fff7ed;
  font-size: .72rem;
  font-weight: 750;
}
@media (max-width: 1199.98px) {
  .home-salons { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767.98px) {
  .home-salons { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .salon-card.is-home .salon-title { font-size: .88rem; }
  .salon-card.is-home .home-reviews { display: none; }
  .salon-card.is-home .home-instant { min-height: 22px; font-size: .64rem; padding: 2px 7px; }
  .smart-search { border-radius: 0 0 16px 16px; }
}

.listing-grid { display: grid !important; grid-template-columns: 1fr !important; gap: 14px; }
.kr-card {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) 168px;
  min-height: 180px;
  overflow: hidden;
  border: 1px solid #e6e8ea;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}
.kr-photo { position: relative; width: auto; min-height: 180px; aspect-ratio: auto; align-self: stretch; overflow: hidden; background: #d7e2df; }
.kr-photo .salon-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.kr-info { display: flex; flex-direction: column; gap: 8px; padding: 16px 18px; min-width: 0; }
.kr-name { margin: 0; font-size: 1.02rem; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.kr-name a { color: #3b9ad8; }
.kr-name a:hover { color: #1d7ab8; }
.kr-rating { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: .82rem; color: #8a939c; }
.kr-rating .star-row { color: #f5a623; letter-spacing: 1px; }
.kr-rating strong { color: #e11d48; font-size: 1.05rem; }
.kr-trail { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin: 0; font-size: .86rem; color: #9aa3ab; }
.kr-trail .loc-chip { color: #3b9ad8; font-weight: 650; border-bottom: 0; }
.kr-quote { margin-top: auto; padding: 8px 12px; border-radius: 8px; background: #f1f2f4; color: #5b6470; font-size: .82rem; }
.kr-quote em { font-style: italic; }
.kr-side { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; padding: 16px 18px 18px; border-left: 1px solid #eceff1; }
.kr-price { color: #c0392b; font-size: 1.7rem; font-weight: 800; line-height: 1; text-align: right; }
.kr-price span { font-size: .72rem; vertical-align: super; margin-left: 2px; }
.kr-price small { display: block; margin-top: 4px; color: #8a939c; font-size: .7rem; font-weight: 600; }
.kr-instant {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 36px; padding: 6px 14px; border: 1px solid #e67e22; border-radius: 3px;
  color: #e67e22; background: #fff; font-size: .82rem; font-weight: 700; white-space: nowrap;
}
.city-only a { margin: 0 8px 8px 0; }

.profile-cover.is-generic {
  background:
    linear-gradient(90deg, rgba(17,19,24,.82), rgba(17,19,24,.42)),
    url("https://images.unsplash.com/photo-1521590832167-7bcbfaa6381f?auto=format&fit=crop&w=1600&q=70") center/cover no-repeat;
  min-height: 220px;
}
.profile-cover .profile-place { margin: 6px 0 4px; }
.profile-cover .profile-address { margin: 0 0 10px; color: #f1f5f9; font-size: .95rem; }
.profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) 452px;
  grid-template-areas:
    "gallery aside"
    "stack aside"
    "tail aside";
  gap: 22px;
  align-items: start;
  padding-top: 18px;
  padding-bottom: 40px;
}
.profile-layout.is-staff-page {
  grid-template-areas:
    "stack aside"
    "tail aside";
}
.profile-gallery-block { grid-area: gallery; }
.profile-stack { grid-area: stack; }
.profile-tail { grid-area: tail; }
.profile-layout .gallery-image { height: 100%; max-height: none; aspect-ratio: auto; object-fit: cover; object-position: center; }
.profile-layout .gallery-thumbnails button { height: 48px; aspect-ratio: auto; }
.profile-layout > .service-aside {
  grid-area: aside;
  position: sticky; top: calc(var(--header-h) + 12px); align-self: start;
  max-height: calc(100vh - 88px); overflow: auto; border: 1px solid #d9dde1; border-radius: 6px; box-shadow: none;
}
.svc-tab { padding: 10px 14px 0; color: #334155; font-size: .82rem; font-weight: 800; }
.svc-menu { font-size: .82rem; padding: 0 10px 10px; }
.svc-block { margin: 0 0 10px; overflow: hidden; border: 1px solid #e4e8e4; border-radius: 4px; background: #fff; }
.svc-cat {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  list-style: none; cursor: pointer; padding: 9px 12px; color: #fff; background: #8faf7a;
  font-size: .78rem; font-weight: 800;
}
.svc-cat::-webkit-details-marker, .svc-cat::marker { display: none; content: ""; }
.svc-cat i { font-size: .7rem; transition: transform .18s ease; }
.svc-block[open] .svc-cat i { transform: rotate(180deg); }
.svc-list { background: #fff; }
.svc-row {
  display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 8px; align-items: center;
  padding: 8px 10px; border-top: 1px solid #eceff1; color: inherit; font-size: .8rem;
}
.svc-row span { font-weight: 750; color: #3a4248; }
.svc-row strong { color: #2e9b57; font-size: .78rem; white-space: nowrap; }
.svc-row b {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 28px; padding: 3px 8px; border-radius: 3px;
  color: #fff; background: #2f80ed; font-size: .7rem; font-weight: 700; white-space: nowrap;
}
.svc-row:hover { background: #f7faf8; color: inherit; }
.contact-sheet { margin: 18px 0 16px; border: 1px solid #e6e8ea; border-radius: 4px; background: #fafbfc; }
.contact-row { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 16px; padding: 16px 18px; border-top: 1px solid #eceff1; }
.contact-row:first-child { border-top: 0; }
.contact-row > span { font-weight: 800; border-bottom: 1px dashed #c5cbd0; align-self: start; }
.contact-row p { margin: 0 0 10px; }
.map-toggle {
  display: inline-flex; align-items: center; justify-content: center; min-width: 220px; min-height: 40px;
  border: 1px solid #cfd4d8; border-radius: 3px; background: #fff; font-size: .78rem; font-weight: 800; letter-spacing: .04em;
}
.contact-map { padding: 0 18px 16px; }
.contact-map .map-frame { width: 100%; min-height: 240px; border: 0; border-radius: 4px; }
.weekly-hours-row.is-today { background: #fff4e8; color: var(--ink); }
.reviews-board { padding: 18px 22px 20px; border: 1px solid #eceef1; border-radius: 12px; background: #fff; }
.review-summary {
  display: flex; align-items: center; gap: 10px; width: 100%;
  margin: 0 0 16px; padding: 11px 14px;
  border: 0; border-bottom: 1px solid #e5e7eb; border-radius: 0;
  background: #f3f4f6; color: #374151; font-size: .92rem; font-weight: 650;
}
.review-summary .star-row { color: #f5a623; letter-spacing: 1px; }
.review-summary strong { margin-left: auto; color: #111318; font-size: .95rem; font-weight: 800; }
.review-card { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 14px; padding: 16px 4px; border: 0; border-bottom: 1px solid #eceff1; border-radius: 0; background: transparent; box-shadow: none; }
.review-card:hover { transform: none; box-shadow: none; }
.review-card:last-child { border-bottom: 0; }
.review-avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; filter: grayscale(1) brightness(.38) contrast(1.15); }
.review-top { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; }
.review-name { font-size: .92rem; }
.review-top time { margin-left: auto; color: #8a939c; font-size: .8rem; }
.review-stars { display: flex; align-items: center; gap: 6px; margin: 6px 0; color: #f5a623; }
.review-stars strong { color: var(--ink); }
.review-load-more { margin: 16px 0 0; }
.badge-verified { margin-left: 0; }
.photo-lightbox { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; background: rgba(8,10,14,.86); }
.photo-lightbox[hidden] { display: none !important; }
.photo-lightbox img { max-width: min(1100px, 92vw); max-height: 88vh; border-radius: 8px; }
.photo-lightbox [data-close-lightbox] { position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #fff; }
.similar-band { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 18px; padding: 28px 0 18px; }
.similar-band h2 { margin: 0; font-size: 1.2rem; }
.similar-links { margin: 0; color: #3b9ad8; line-height: 1.7; }
.similar-links a { color: #3b9ad8; }
.profile-bc-foot { display: flex; align-items: center; gap: 8px; padding: 12px 0 8px; border-top: 1px solid #eceff1; color: #667085; font-size: .82rem; }
.profile-bc-foot .breadcrumb { margin: 0; }

.book-page { padding: 32px 0 56px; background: #fff; }
.book-grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 32px; align-items: start; }
.book-salon-name { margin: 0 0 12px; font-size: 1.2rem; font-weight: 800; }
.wiz { list-style: none; margin: 0; padding: 0; display: grid; gap: 22px; }
.wiz-step { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 12px; }
.wiz-num { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #ec4899; font-weight: 800; }
.wiz-step h2 { margin: 4px 0 8px; font-size: 1.05rem; }
.wiz-picked { margin: 0 8px 8px 0; display: inline; font-weight: 700; }
.wiz-ghost { display: inline-flex; min-height: 28px; padding: 2px 10px; border: 0; border-radius: 4px; background: #dbeafe; color: #1d4ed8; font-size: .78rem; font-weight: 700; }
.wiz-hint { margin: 12px 0; padding: 10px 12px; border-radius: 6px; background: #e0f2fe; color: #075985; font-size: .82rem; }
.book-fields { display: grid; gap: 10px; max-width: 520px; }
.book-fields .form-label { margin: 0 0 4px; font-size: .84rem; font-weight: 750; }
.book-fields .form-control, .book-fields .form-select { min-height: 48px; font-size: 1rem; }
.phone-row { display: grid; grid-template-columns: 118px minmax(0, 1fr); gap: 8px; }
.pretty-check { position: relative; display: flex; align-items: flex-start; gap: 10px; margin: 0 0 10px; cursor: pointer; font-size: .86rem; line-height: 1.45; }
.pretty-input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.pretty-box {
  flex: 0 0 22px; width: 22px; height: 22px; margin-top: 1px; border: 2px solid #cbd5e1; border-radius: 6px;
  background: #fff; box-shadow: inset 0 1px 2px rgba(15,23,42,.06);
}
.pretty-input:checked + .pretty-box {
  border-color: #ec4899; background: #ec4899 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.5 6.5 11.5 12.5 4.5'/%3E%3C/svg%3E") center/12px no-repeat;
}
.pretty-input:focus-visible + .pretty-box { outline: 2px solid #f9a8d4; outline-offset: 2px; }
#legalModal .modal-body { font-size: .95rem; line-height: 1.65; min-height: 120px; }
.staff-picks { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.staff-chip { min-height: 38px; padding: 6px 12px; border: 1px solid #e6e8ea; border-radius: 8px; background: #fff; }
.staff-chip.is-on { border-color: #ec4899; background: #fce7f3; }
.date-scroller {
  display: flex; gap: 8px; overflow-x: auto; padding: 2px 0 10px;
  scrollbar-width: thin; -webkit-overflow-scrolling: touch;
}
.date-chip {
  flex: 0 0 auto; min-height: 42px; padding: 8px 14px; border: 0; border-radius: 8px;
  background: #eef0f2; color: #374151; font-size: .82rem; font-weight: 750; white-space: nowrap;
}
.date-chip.is-on { background: #ec4899; color: #fff; }
.slot-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(72px, 1fr)); gap: 8px; }
.slot { min-height: 38px; border: 0; border-radius: 8px; color: #fff; background: #22c55e; font-weight: 700; }
.slot.is-off { background: #fbcfe8; color: #9d174d; }
.slot.is-on {
  background: #be185d;
  color: #fff;
  box-shadow: 0 0 0 3px #fbcfe8, 0 6px 14px rgba(190, 24, 93, .28);
  transform: scale(1.06);
  font-weight: 800;
}
.book-sum { border: 1px solid #d7dce0; background: #fff; }
.book-sum h2 { margin: 0; padding: 10px; background: #4b5563; color: #fff; text-align: center; font-size: .95rem; }
.book-sum dl { margin: 0; padding: 8px 14px 16px; }
.book-sum dl > div { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 8px; padding: 8px 0; border-bottom: 1px solid #eceff1; }
.book-sum dt { color: #6b7280; font-weight: 650; }
.book-sum dd { margin: 0; font-weight: 750; }
.linkish { border: 0; padding: 0; background: none; color: #2563eb; font-weight: 750; }
.svc-check { display: grid; grid-template-columns: 22px minmax(0, 1fr) auto; gap: 10px; align-items: center; padding: 8px 4px; border-bottom: 1px solid #f1f3f5; }
.success-page { position: relative; overflow: hidden; min-height: 52vh; }
.confetti { pointer-events: none; position: absolute; inset: 0; overflow: hidden; }
.confetti i { position: absolute; top: -12px; width: 8px; height: 14px; border-radius: 2px; animation: confetti-fall linear forwards; }
@keyframes confetti-fall {
  to { transform: translateY(110vh) rotate(220deg); opacity: .2; }
}
.success-sms { margin: 18px 0 8px; color: #64748b; }
.account-auth { padding: 48px 0 72px; background: linear-gradient(180deg, #fff5f7 0%, #fff 42%); }
.auth-card {
  max-width: 420px; margin: 0 auto; padding: 32px 28px;
  border: 1px solid #f1e4e8; border-radius: 20px; background: #fff;
  box-shadow: 0 18px 40px rgba(225, 29, 72, .08);
}
.auth-card h1 { margin: 4px 0 8px; font-size: 1.7rem; }
.account-page { padding: 28px 0 64px; background: #f6f7f9; }
.account-shell {
  display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 22px; align-items: start;
}
.account-side {
  padding: 22px 18px; border-radius: 18px; background: #111318; color: #e5e7eb;
}
.account-side-kicker { margin: 0; color: #fb7185; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.account-side h1 { margin: 6px 0 18px; color: #fff; font-size: 1.35rem; }
.account-nav { display: grid; gap: 6px; }
.account-nav a, .account-nav button {
  display: flex; align-items: center; gap: 10px; min-height: 44px; padding: 8px 12px;
  border: 0; border-radius: 10px; background: transparent; color: #d1d5db; text-align: left; font-weight: 650;
}
.account-nav a:hover, .account-nav button:hover { background: rgba(255,255,255,.06); color: #fff; }
.account-nav a.is-on { background: #e11d48; color: #fff; }
.account-panel {
  min-height: 320px; padding: 24px; border: 1px solid #e7eaee; border-radius: 18px; background: #fff;
  box-shadow: 0 10px 28px rgba(17,19,24,.05);
}
.account-form { display: grid; gap: 8px; max-width: 420px; }
.account-form label { margin-top: 8px; font-weight: 750; }
.account-form label span { color: #94a3b8; font-weight: 500; }
.account-form .btn { margin-top: 14px; justify-self: start; min-width: 160px; }
.account-list { display: grid; gap: 12px; }
.account-empty { margin: 12px 0; color: #64748b; }
.account-item {
  display: grid; gap: 6px; padding: 16px 18px; border: 1px solid #eceff1; border-radius: 14px; background: #fafbfc;
}
.account-item.is-appt {
  border-left: 4px solid #94a3b8;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .04);
}
.account-item.is-pending { border-left-color: #f59e0b; background: #fffbeb; border-color: #fde68a; }
.account-item.is-confirmed { border-left-color: #10b981; background: #ecfdf5; border-color: #a7f3d0; }
.account-item.is-completed { border-left-color: #3b82f6; background: #eff6ff; border-color: #bfdbfe; }
.account-item.is-canceled { border-left-color: #94a3b8; background: #f8fafc; border-color: #e2e8f0; opacity: .92; }
.account-appt-meta { display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; }
.account-appt-status {
  display: inline-flex; align-items: center; padding: 2px 8px; border-radius: 999px;
  font-size: .78rem; font-weight: 700; letter-spacing: .01em; background: rgba(15,23,42,.06); color: #334155;
}
.account-item.is-pending .account-appt-status { background: #fef3c7; color: #92400e; }
.account-item.is-confirmed .account-appt-status { background: #d1fae5; color: #065f46; }
.account-item.is-completed .account-appt-status { background: #dbeafe; color: #1e40af; }
.account-item.is-canceled .account-appt-status { background: #e2e8f0; color: #475569; }
.account-item strong { font-size: 1.02rem; }
.account-item p { margin: 0; color: #64748b; }
.account-item .star-row { color: #f5a623; }
.account-item-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.review-write { padding: 40px 0 72px; background: linear-gradient(180deg, #fff5f7 0%, #fff 50%); }
.review-card-write, .review-thanks {
  position: relative; max-width: 520px; margin: 0 auto; padding: 32px 28px;
  border: 1px solid #f1e4e8; border-radius: 20px; background: #fff;
  box-shadow: 0 18px 40px rgba(225, 29, 72, .08); text-align: left;
}
.review-thanks { text-align: center; overflow: hidden; min-height: 280px; }
.review-thanks .btn { margin: 8px 6px 0; }
.review-meta-card { margin: 0 0 18px; padding: 14px 16px; border-radius: 12px; background: #f8fafc; }
.review-meta-card p, .review-meta-card ul { margin: 0 0 6px; }
.review-meta-card ul { padding-left: 18px; }
.review-salon-title {
  margin: 0 0 16px; text-align: center; font-size: 1.45rem; font-weight: 800; letter-spacing: -.02em; color: var(--ink);
}
.review-services-card {
  margin: 0 0 22px; padding: 14px 16px; border: 1px solid #eceff1; border-radius: 14px; background: #f8fafc;
}
.review-services-kicker {
  margin: 0 0 8px; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: #94a3b8;
}
.review-services-card ul {
  margin: 0; padding: 0; list-style: none;
  font-size: .92rem; font-weight: 600; color: #334155; line-height: 1.45;
}
.review-services-card li {
  display: inline;
  margin: 0; padding: 0; border: 0; background: none; font-size: inherit; font-weight: inherit;
}
.review-services-card li:not(:last-child)::after {
  content: ', ';
  font-weight: 500; color: #64748b;
}
.review-field-label {
  display: block; margin: 0 0 8px; font-size: .95rem; font-weight: 800; color: var(--ink);
}
.star-pick { display: flex; gap: 8px; margin: 0 0 18px; justify-content: flex-start; }
.star-pick button {
  width: 48px; height: 48px; border: 0; border-radius: 12px; background: #fff1f2; color: #9f1239; font-size: 1.25rem;
}
.star-pick button.is-on { background: #e11d48; color: #fff; }
.star-pick button.is-on i { font-weight: 900; }
.review-disclaimer {
  margin: 16px 0 0; font-size: .78rem; line-height: 1.45; color: #94a3b8; text-align: center;
}

@media (max-width: 991.98px) {
  .account-shell { grid-template-columns: 1fr; }
}

@media (max-width: 991.98px) {
  .profile-layout, .book-grid, .similar-band { grid-template-columns: 1fr; }
  .profile-layout {
    grid-template-areas:
      "gallery"
      "stack"
      "aside"
      "tail";
  }
  .profile-layout.is-staff-page {
    grid-template-areas:
      "stack"
      "aside"
      "tail";
  }
  .profile-layout > .service-aside { position: static; max-height: none; margin-top: 8px; }
  .kr-card { grid-template-columns: 140px minmax(0, 1fr); }
  .kr-photo { width: auto; min-height: 140px; }
  .kr-side { grid-column: 1 / -1; flex-direction: row; align-items: center; border-left: 0; border-top: 1px solid #eceff1; padding: 10px 14px; }
}
@media (max-width: 575.98px) {
  .kr-card { grid-template-columns: 1fr; }
  .kr-photo { width: 100%; min-height: 180px; aspect-ratio: 16 / 10; }
}

@media (max-width: 767.98px) {
  .hero-search-tab,
  .hero-search-tab:first-child,
  .hero-search-tab:last-child {
    border-radius: 12px 12px 0 0;
  }
  .smart-search { border-radius: 0 0 18px 18px; }
  .home-search-hero { min-height: 0 !important; }
  .home-search-hero .hero-content { padding: 8px 0 18px !important; }
  .hero-kicker { margin: 0 0 4px; }
  .hero-title { margin: 0 auto 24px; font-size: 1.38rem; }
  .partner-cta { padding: 8px 0 12px; }
  .partner-cta-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 20px 18px 18px;
    border-radius: 20px;
    box-shadow: 0 16px 36px rgba(190, 18, 60, .22);
  }
  .how-section { padding: 4px 0 28px; }
  .how-grid {
    grid-template-columns: 1fr !important;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(17,19,24,.06);
  }
  .how-card {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 2px 12px;
    align-items: center;
    padding: 14px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #f1f3f5;
    background: transparent;
  }
  .how-card:last-child { border-bottom: 0; }
  .how-index {
    width: 42px;
    height: 42px;
    margin: 0;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: #fff1f2;
    font-size: .8rem;
  }
  .how-card h3 { margin: 0 0 2px; font-size: .95rem; }
  .how-card p { font-size: .78rem; line-height: 1.35; }
}

/* Keşfet — sade sonuç listesi */
.kesfet-result-list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}
.kesfet-result-list a{display:block;padding:.65rem .85rem;border:1px solid rgba(15,23,42,.08);border-radius:.65rem;color:inherit;text-decoration:none;font-weight:600}
.kesfet-result-list a:hover{border-color:#e11d48;color:#e11d48}
