:root {
  --brand: #148a46;
  --brand-dark: #0b6b34;
  --brand-deep: #07552a;
  --brand-soft: #e9f7ef;
  --ink: #202522;
  --muted: #69716d;
  --line: #e1e6e3;
  --wash: #f4f5f7;
  --paper: #fff;
  --max: 1220px;
  --shadow: 0 8px 24px rgba(20, 70, 43, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--wash);
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Pretendard, "Noto Sans KR", "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  overflow-x: clip;
  padding-bottom: 82px;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip { position: fixed; z-index: 999; left: 12px; top: -60px; padding: 8px 12px; background: #fff; border: 2px solid var(--brand); }
.skip:focus { top: 10px; }
.wrap { width: min(var(--max), calc(100% - 32px)); margin-inline: auto; }

.topbar { height: 34px; color: #dff3e7; background: var(--brand-dark); font-size: 11px; }
.topbar > div { width: min(var(--max), calc(100% - 32px)); height: 100%; margin: auto; display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.topbar a { color: #fff; font-weight: 800; }
.site-head { position: sticky; z-index: 80; top: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); box-shadow: 0 2px 9px rgba(8, 54, 29, .04); backdrop-filter: blur(10px); }
.head-main { width: min(var(--max), calc(100% - 32px)); height: 80px; margin: auto; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.brand img { display: block; width: 205px; height: auto; max-height: 52px; }
.head-search { flex: 1; max-width: 520px; height: 44px; display: grid; grid-template-columns: 1fr 70px; border: 2px solid var(--brand); border-radius: 6px; overflow: hidden; }
.head-search input { min-width: 0; border: 0; padding: 0 14px; outline: none; color: var(--ink); }
.head-search button { border: 0; color: #fff; background: var(--brand); font-weight: 800; }
.head-actions { margin-left: auto; display: flex; align-items: center; gap: 14px; font-size: 12px; font-weight: 800; }
.head-call { padding: 9px 14px; color: #fff; background: var(--brand); border-radius: 5px; }
.menu-toggle { display: none; padding: 8px 11px; border: 1px solid var(--line); background: #fff; border-radius: 5px; font-weight: 800; }
.main-nav { border-top: 1px solid #edf0ee; background: #fff; }
.main-nav > div { width: min(var(--max), calc(100% - 32px)); height: 50px; margin: auto; display: flex; align-items: stretch; }
.main-nav a, .all-button { display: flex; align-items: center; padding: 0 16px; border: 0; background: transparent; font-size: 13px; font-weight: 750; white-space: nowrap; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--brand); background: #f4faf6; }
.all-button { width: 148px; justify-content: center; color: #fff; background: var(--brand-dark); }
.all-button::before { content: "☰"; margin-right: 8px; }
.category-panel { position: absolute; left: 0; right: 0; top: 130px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.category-panel[hidden] { display: none; }
.category-panel > div { width: min(var(--max), calc(100% - 32px)); margin: auto; padding: 18px 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.category-panel a { padding: 12px; border: 1px solid var(--line); border-radius: 6px; }
.category-panel strong, .category-panel span { display: block; }
.category-panel span { margin-top: 4px; color: var(--muted); font-size: 11px; }

main { min-height: 58vh; }
.breadcrumb { width: min(var(--max), calc(100% - 32px)); margin: 20px auto 0; display: flex; align-items: center; gap: 8px; color: #7e8681; font-size: 11px; white-space: nowrap; overflow-x: auto; }
.breadcrumb i { font-style: normal; color: #b3b9b5; }
.breadcrumb span { color: var(--ink); font-weight: 750; }
.home-hero { color: #fff; background: linear-gradient(115deg, #0b6b34, #159250 68%, #55aa70); }
.hero-inner { width: min(980px, calc(100% - 32px)); min-height: 350px; margin: auto; padding: 58px 0 44px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero-kicker, .detail-kicker { font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.hero-inner h1 { margin: 11px 0 8px; font-size: clamp(28px, 3.5vw, 42px); line-height: 1.2; letter-spacing: -.045em; }
.search-thumbnail { display: block; width: 144px; height: 144px; margin: 14px 0; object-fit: cover; object-position: center; border: 2px solid rgba(255,255,255,.72); border-radius: 0; box-shadow: 0 10px 26px rgba(0,0,0,.15); }
.hero-inner .search-thumbnail { margin-inline: auto; }
.compact-heading .search-thumbnail, .source-index-heading .search-thumbnail, .source-editorial .search-thumbnail, .company-prose .search-thumbnail { width: 116px; height: 116px; border-color: var(--line); box-shadow: 0 7px 18px rgba(20,70,43,.1); }
.detail-hero .search-thumbnail { width: 126px; height: 126px; border-color: var(--line); }
.hero-inner > p { margin: 0; color: #e1f4e8; }
.hero-search { width: min(660px, 100%); height: 56px; margin-top: 27px; display: grid; grid-template-columns: 1fr 112px; overflow: hidden; border-radius: 7px; background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.hero-search input { min-width: 0; padding: 0 18px; border: 0; outline: none; color: #222; }
.hero-search button { border: 0; color: #fff; background: #183e29; font-weight: 850; }
.hero-chips { margin-top: 18px; display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; }
.hero-chips a { padding: 6px 10px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; color: #fff; font-size: 11px; }
.trust-row { width: min(980px, calc(100% - 32px)); margin: -20px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.trust-row div { min-height: 86px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid var(--line); }
.trust-row div:last-child { border-right: 0; }
.trust-row strong { color: var(--brand); font-size: 24px; line-height: 1; }
.trust-row span { margin-top: 7px; color: var(--muted); font-size: 11px; }
.source-benefits { position: relative; z-index: 2; margin-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.source-benefits article { min-height: 82px; padding: 15px 17px; display: flex; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: 7px; background: #fff; box-shadow: 0 5px 18px rgba(20,70,43,.04); }
.source-benefits i { width: 36px; height: 36px; display: grid; flex: 0 0 auto; place-items: center; color: #fff; border-radius: 9px; background: var(--brand); font-size: 10px; font-style: normal; font-weight: 900; }
.source-benefits strong, .source-benefits span { display: block; }
.source-benefits strong { font-size: 13px; }
.source-benefits span { margin-top: 2px; color: var(--muted); font-size: 10px; }
.source-section { padding: 50px 0 8px; }
.source-heading { margin-bottom: 20px; display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.source-heading h2 { margin: 0; padding-left: 11px; border-left: 4px solid var(--brand); font-size: 20px; line-height: 1.35; letter-spacing: -.03em; }
.source-heading p { margin: 2px 0 0 15px; color: var(--muted); font-size: 10px; }
.source-heading > a { flex: 0 0 auto; color: var(--brand-dark); font-size: 10px; font-weight: 800; }
.service-icon-grid { display: grid; grid-template-columns: repeat(8, minmax(0,1fr)); gap: 11px; }
.service-icon-grid a { min-width: 0; min-height: 114px; padding: 14px 11px; text-align: center; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.service-icon-grid i { width: 38px; height: 38px; margin: 0 auto 8px; display: grid; place-items: center; color: var(--brand); border-radius: 10px; background: linear-gradient(145deg,#e8f7ee,#f7eefb); font-size: 9px; font-style: normal; font-weight: 900; }
.service-icon-grid strong, .service-icon-grid span { display: block; }
.service-icon-grid strong { font-size: 12px; }
.service-icon-grid span { margin-top: 3px; color: var(--muted); font-size: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.source-featured { grid-template-columns: repeat(5, minmax(0,1fr)); }
.home-course-wash { margin-top: 46px; padding-bottom: 42px; background: linear-gradient(115deg,#f4f8ff,#fff5f8); }
.source-course-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 12px; }
.source-course-grid a { min-height: 166px; padding: 18px; border: 1px solid #dfe6e2; border-radius: 8px; background: linear-gradient(145deg,#f2fff5,#fff); }
.source-course-grid i, .source-course-grid strong, .source-course-grid span { display: block; }
.source-course-grid i { width: fit-content; padding: 3px 7px; color: #fff; border-radius: 999px; background: var(--brand); font-size: 8px; font-style: normal; font-weight: 850; }
.source-course-grid strong { margin-top: 15px; font-size: 15px; }
.source-course-grid p { min-height: 38px; margin: 5px 0 10px; color: var(--muted); font-size: 10px; }
.source-course-grid span { padding-top: 9px; border-top: 1px solid #e5ece7; color: var(--brand-dark); font-size: 8px; }
.source-region-promos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.source-region-promos a { min-height: 146px; padding: 20px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; border-radius: 8px; background: linear-gradient(150deg,#16a250,#083e28); }
.source-region-promos a:nth-child(3n+2) { background: linear-gradient(150deg,#21a864,#164254); }
.source-region-promos a:nth-child(3n) { background: linear-gradient(150deg,#62a93c,#193f31); }
.source-region-promos i, .source-region-promos strong, .source-region-promos span { display: block; }
.source-region-promos i { width: fit-content; padding: 3px 8px; border-radius: 999px; background: rgba(255,255,255,.18); font-size: 8px; font-style: normal; }
.source-region-promos strong { margin-top: 28px; font-size: 19px; }
.source-region-promos span { margin-top: 3px; opacity: .82; font-size: 9px; }
.source-region-list { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 7px; }
.source-region-list a { min-width: 0; padding: 10px 12px; display: flex; justify-content: space-between; gap: 5px; border: 1px solid var(--line); border-radius: 5px; background: #fff; font-size: 10px; }
.source-region-list i { color: #9aa49e; font-style: normal; }
.source-query-list { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 7px; }
.source-query-list a { min-width: 0; padding: 10px 12px; display: flex; justify-content: space-between; gap: 9px; border: 1px solid var(--line); border-radius: 5px; background: #fff; font-size: 9px; }
.source-query-list span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.source-query-list b { flex: 0 0 auto; color: var(--brand); font-size: 8px; }
.source-news { padding-bottom: 54px; }
.source-news > div:last-child { border-top: 1px solid #cfd7d2; }
.source-news > div:last-child a { padding: 12px 4px; display: flex; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); }
.source-news strong { font-size: 11px; }
.source-news span { color: var(--muted); font-size: 9px; }
.source-index-heading { width: min(var(--max), calc(100% - 32px)); margin: 32px auto 0; padding: 18px 0 20px; border-bottom: 1px solid #262b28; }
.source-index-heading h1 { display: inline; margin: 0; font-size: 23px; letter-spacing: -.035em; }
.source-index-heading p { display: inline; margin: 0 0 0 10px; color: var(--muted); font-size: 10px; }
.source-index-body { min-height: 280px; padding: 24px 0 64px; }
.source-region-index-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.source-region-index-grid a { position: relative; min-height: 70px; padding: 17px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.source-region-index-grid strong, .source-region-index-grid span { display: block; }
.source-region-index-grid strong { font-size: 14px; }
.source-region-index-grid span { margin-top: 3px; color: var(--muted); font-size: 9px; }
.source-region-index-grid i { position: absolute; right: 16px; top: 22px; color: #9aa49e; font-style: normal; }
.source-category-index-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.source-category-index-grid a { min-width: 0; min-height: 130px; padding: 17px; display: grid; grid-template-columns: 42px 1fr; gap: 14px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.source-category-index-grid i { width: 42px; height: 42px; display: grid; place-items: center; color: var(--brand); border-radius: 12px; background: linear-gradient(145deg,#e8f7ee,#fff0f7); font-size: 9px; font-style: normal; font-weight: 900; }
.source-category-index-grid strong, .source-category-index-grid b { display: block; }
.source-category-index-grid strong { font-size: 14px; }
.source-category-index-grid p { margin: 5px 0 8px; color: var(--muted); font-size: 10px; }
.source-category-index-grid b { color: var(--brand-dark); font-size: 9px; }
.source-editorial { width: min(var(--max), calc(100% - 32px)); min-height: 430px; margin: 28px auto 0; padding: 20px 0 70px; }
.source-editorial > div:first-child { padding-bottom: 22px; border-bottom: 2px solid #242824; }
.source-editorial h1 { margin: 0; font-size: 26px; letter-spacing: -.04em; }
.source-editorial > div:first-child p { margin: 7px 0 0; color: var(--muted); font-size: 11px; }
.source-empty-state { min-height: 220px; display: grid; place-items: center; color: #8a928d; font-size: 12px; }
.source-notice-list { padding-top: 24px; }
.source-notice-list a { padding: 14px 8px; display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); background: transparent; }
.source-notice-list strong { font-size: 12px; }
.source-notice-list span { color: var(--muted); font-size: 9px; }
.source-faq-list .content-card { width: 100%; margin: 24px 0 0; }
.company-prose { min-height: 230px; padding: 38px 0 70px; }
.company-prose p { margin: 0; color: #353a37; font-size: 13px; line-height: 1.9; }
.section-block { padding: 66px 0; }
.section-title { margin: 0 0 24px; }
.section-title > span, .section-title > div > span { display: block; color: var(--brand); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.section-title h2 { margin: 5px 0 4px; font-size: clamp(24px, 3vw, 34px); line-height: 1.25; letter-spacing: -.035em; }
.section-title p { margin: 0; color: var(--muted); }
.section-title.inline { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.section-title.inline > a, .section-title.inline > b { color: var(--brand-dark); font-size: 12px; }

.category-cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.category-cards a { min-width: 0; padding: 20px 17px; border: 1px solid var(--line); border-radius: 8px; background: #fff; transition: .18s; }
.category-cards a:hover { border-color: #8ec6a4; transform: translateY(-2px); box-shadow: var(--shadow); }
.category-cards i, .category-cards strong, .category-cards span, .category-cards b { display: block; }
.category-cards i { color: var(--brand); font-size: 10px; font-style: normal; font-weight: 900; }
.category-cards strong { margin-top: 12px; font-size: 17px; }
.category-cards span { min-height: 52px; margin-top: 6px; color: var(--muted); font-size: 11px; }
.category-cards b { margin-top: 12px; color: var(--brand-dark); font-size: 11px; }
.category-cards.large a { min-height: 190px; }
.wash { background: #edf1ef; }
.shop-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.shop-card { min-width: 0; overflow: hidden; border: 1px solid #dfe5e1; border-radius: 8px; background: #fff; transition: .18s; }
.shop-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #9fcbb0; }
.shop-thumb { aspect-ratio: 1.18 / 1; display: flex; flex-direction: column; justify-content: flex-end; padding: 14px; color: #fff; background: linear-gradient(145deg, hsl(var(--tone) 42% 30%), hsl(var(--tone2) 46% 54%)); }
.shop-thumb small { opacity: .8; font-size: 9px; }
.shop-thumb b { margin-top: 3px; font-size: 16px; line-height: 1.25; }
.shop-thumb em { margin-top: 5px; opacity: .65; font-size: 8px; font-style: normal; letter-spacing: .16em; }
.shop-card-body { display: block; padding: 12px; }
.shop-card-body small, .shop-card-body strong, .shop-card-body span, .shop-card-body b { display: block; }
.shop-card-body small { color: var(--brand); font-size: 9px; font-weight: 800; }
.shop-card-body strong { margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 13px; }
.shop-card-body > span { min-height: 34px; margin-top: 4px; color: var(--muted); font-size: 10px; }
.shop-card-body b { margin-top: 8px; padding-top: 8px; border-top: 1px solid #edf0ee; color: var(--brand-dark); font-size: 10px; }
.region-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; }
.region-tile { position: relative; min-width: 0; min-height: 94px; padding: 13px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.region-tile:hover { color: var(--brand-dark); border-color: #8fc7a5; background: #f6fbf8; }
.region-tile small, .region-tile strong, .region-tile span { display: block; }
.region-tile small { color: var(--brand); font-size: 9px; font-weight: 900; }
.region-tile strong { margin-top: 9px; font-size: 14px; }
.region-tile span { margin-top: 2px; color: var(--muted); font-size: 9px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.region-tile i { position: absolute; right: 12px; top: 11px; color: #9aa49e; font-style: normal; }
.locality-selector-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 9px; }
.locality-tile { position: relative; min-width: 0; min-height: 62px; padding: 12px 30px 12px 12px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.locality-tile:hover { color: var(--brand-dark); border-color: #8fc7a5; background: #f1faf5; box-shadow: 0 8px 20px rgba(18, 82, 45, .08); }
.locality-tile small { color: var(--brand); font-size: 8px; font-weight: 900; }
.locality-tile strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.locality-tile i { position: absolute; right: 12px; color: #9aa49e; font-style: normal; }
.region-selector-card, .locality-selector-card { background: #f8faf9; }
.aggregate-grid .shop-card { box-shadow: 0 2px 8px rgba(22, 54, 35, .04); }
.region-promos { margin-top: 8px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.region-promos a { min-height: 120px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; border-radius: 8px; background: linear-gradient(130deg, var(--brand-dark), #41975e); }
.region-promos a:nth-child(2) { background: linear-gradient(130deg, #145d66, #3b9ca2); }
.region-promos a:nth-child(3) { background: linear-gradient(130deg, #345a25, #76a855); }
.region-promos b { font-size: 24px; }
.region-promos span { margin-top: 4px; opacity: .86; font-size: 11px; }
.guide-grid { padding: 66px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.guide-grid article { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.guide-grid span { color: var(--brand); font-size: 10px; font-weight: 900; }
.guide-grid h2 { margin: 9px 0 6px; font-size: 18px; }
.guide-grid p { margin: 0; color: var(--muted); font-size: 12px; }

.compact-heading { width: min(var(--max), calc(100% - 32px)); margin: 34px auto 20px; padding: 10px 0 20px; color: var(--ink); border-bottom: 1px solid var(--line); }
.compact-heading > span { color: var(--brand); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.compact-heading h1 { margin: 7px 0 6px; font-size: clamp(22px, 2vw, 24px); line-height: 1.32; letter-spacing: -.035em; }
.compact-heading p { max-width: 780px; margin: 0; color: var(--muted); }
.filter-chips { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 7px; }
.filter-chips a { padding: 6px 11px; border: 1px solid #d8e2dc; border-radius: 999px; color: var(--brand-dark); background: #fff; font-size: 10px; }
.content-card, .list-section { margin-top: 18px; margin-bottom: 18px; padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.list-section { padding: 24px; }
.list-meta { margin-bottom: 16px; display: flex; align-items: center; justify-content: space-between; }
.list-meta strong { font-size: 18px; }
.list-meta span { color: var(--muted); font-size: 11px; }
.pagination { margin-top: 28px; display: flex; justify-content: center; gap: 6px; }
.pagination span, .pagination b { min-width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 5px; background: #fff; font-size: 11px; }
.pagination b { color: #fff; border-color: var(--brand); background: var(--brand); }
.chip-list { display: flex; flex-wrap: wrap; gap: 7px; }
.chip-list a { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: #4f5e56; background: #fff; font-size: 10px; }
.chip-list a:hover { color: var(--brand-dark); border-color: #8fc7a5; }
.price-summary { display: grid; gap: 8px; }
.price-summary a { padding: 14px 16px; display: grid; grid-template-columns: 160px 1fr; gap: 16px; border: 1px solid var(--line); border-radius: 6px; }
.price-summary strong { color: var(--brand-dark); }
.price-summary span { color: var(--muted); font-size: 11px; }

.detail-hero { margin-top: 26px; min-height: 330px; padding: 28px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: stretch; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.detail-hero > div { align-self: center; padding: 14px; }
.detail-kicker { color: var(--brand); }
.detail-hero h1 { margin: 9px 0 8px; font-size: clamp(28px, 3vw, 34px); line-height: 1.23; letter-spacing: -.04em; }
.detail-hero p { margin: 0; color: var(--muted); }
.detail-hero > .shop-thumb { min-height: 275px; aspect-ratio: auto; border-radius: 7px; padding: 26px; }
.detail-hero > .shop-thumb b { font-size: 29px; }
.hero-badges { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 7px; }
.hero-badges span { padding: 6px 9px; color: var(--brand-dark); border-radius: 999px; background: var(--brand-soft); font-size: 10px; font-weight: 800; }
.detail-actions { margin-top: 20px; display: flex; gap: 8px; }
.detail-actions a { padding: 10px 14px; color: #fff; border: 1px solid var(--brand); border-radius: 5px; background: var(--brand); font-size: 11px; font-weight: 800; }
.detail-actions a + a { color: var(--brand-dark); background: #fff; }
.fact-grid { margin-top: 12px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--line); }
.fact-grid div { padding: 17px; background: #fff; }
.fact-grid small, .fact-grid strong { display: block; }
.fact-grid small { color: var(--muted); font-size: 9px; }
.fact-grid strong { margin-top: 4px; font-size: 13px; }
.detail-layout { margin-top: 18px; display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 18px; align-items: start; }
.detail-main > .content-card { margin-top: 0; }
.content-card p, .content-card li { color: var(--muted); }
.content-card ul { padding-left: 18px; }
.course-rows { display: grid; gap: 7px; }
.course-rows > div { padding: 13px 15px; display: grid; grid-template-columns: 80px 1fr 100px; gap: 14px; align-items: center; border: 1px solid var(--line); border-radius: 6px; }
.course-rows span { color: var(--muted); font-size: 11px; }
.course-rows b { color: var(--brand-dark); text-align: right; }
.notice-card > p { margin: 8px 0 0; padding: 10px 12px; border-left: 3px solid #94c5a6; background: #f5faf7; }
.detail-rail { display: grid; gap: 12px; }
.rail-card { padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.rail-card:first-child { position: sticky; top: 154px; color: #fff; border-color: var(--brand-dark); background: var(--brand-dark); }
.rail-card span, .rail-card strong, .rail-card p, .rail-card a { display: block; }
.rail-card span { color: #acd9bc; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.rail-card strong { margin-top: 6px; font-size: 20px; }
.rail-card p { color: #d8eddf; font-size: 11px; }
.rail-card > a { margin-top: 7px; font-size: 11px; }
.rail-card:first-child > a { padding: 9px; color: var(--brand-dark); border-radius: 5px; background: #fff; text-align: center; font-weight: 850; }
.related-section { padding: 40px 0 64px; }
.faq-card { margin-top: 18px; }
.faq { display: grid; gap: 7px; }
.faq article { border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.faq button { width: 100%; padding: 13px 15px; display: flex; justify-content: space-between; gap: 16px; border: 0; background: #fff; text-align: left; font-weight: 750; }
.faq button i { color: var(--brand); font-style: normal; }
.faq article > div { padding: 0 15px 13px; }
.faq article > div[hidden] { display: none; }
.faq p { margin: 0; font-size: 11px; }
.article-grid { padding: 24px 0 66px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.article-grid article { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.article-grid small { color: var(--brand); font-weight: 900; }
.article-grid h2 { margin: 9px 0 8px; font-size: 18px; }
.article-grid p { color: var(--muted); font-size: 11px; }
.article-grid a { color: var(--brand-dark); font-size: 11px; font-weight: 850; }

.site-footer { margin-top: 54px; color: #c9e1d2; background: #083e22; }
.footer-grid { width: min(var(--max), calc(100% - 32px)); margin: auto; padding: 54px 0 42px; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 44px; }
.site-footer .brand { padding: 5px 10px; border-radius: 6px; background: #fff; }
.site-footer .brand img { width: 190px; }
.footer-grid p { max-width: 460px; color: #a9c8b5; font-size: 11px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid > div > strong { margin-bottom: 5px; color: #fff; }
.footer-grid > div > a { font-size: 11px; }
.footer-bottom { width: min(var(--max), calc(100% - 32px)); margin: auto; padding: 18px 0 40px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: #92b49f; font-size: 9px; }
.fixed-phone-cta { position: fixed; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); z-index: 100; min-width: 118px; min-height: 49px; padding: 12px 18px; display: inline-flex; align-items: center; justify-content: center; color: #fff; border: 2px solid rgba(255,255,255,.76); border-radius: 7px; background: rgba(11,107,52,.97); box-shadow: 0 12px 28px rgba(0,0,0,.28); font-weight: 900; }
.fixed-phone-cta:focus-visible { outline: 3px solid #f2c45d; outline-offset: 3px; }
.not-found { width: min(700px, calc(100% - 32px)); min-height: 55vh; margin: auto; display: grid; place-content: center; text-align: center; }
.not-found > strong { color: var(--brand); font-size: 72px; }
.not-found h1 { margin: 0; }
.not-found a { margin: 18px auto 0; padding: 10px 16px; color: #fff; border-radius: 5px; background: var(--brand); }

@media (max-width: 1050px) {
  .main-nav a { padding-inline: 10px; font-size: 11px; }
  .shop-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .region-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .locality-selector-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .category-cards { grid-template-columns: repeat(3, 1fr); }
  .service-icon-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .source-course-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .source-region-list { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .source-category-index-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1.6fr repeat(3, 1fr); gap: 24px; }
}
@media (max-width: 780px) {
  .topbar span { display: none; }
  .topbar > div { justify-content: center; }
  .head-main { height: 68px; gap: 16px; }
  .brand img { width: 170px; }
  .head-search, .head-actions { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { display: none; position: absolute; left: 12px; right: 12px; top: 68px; border: 1px solid var(--line); border-radius: 7px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: block; }
  .main-nav > div { width: 100%; height: auto; padding: 8px; display: grid; grid-template-columns: repeat(2, 1fr); }
  .main-nav a, .all-button { min-height: 40px; justify-content: center; }
  .all-button { width: auto; grid-column: span 2; }
  .category-panel { top: 68px; }
  .category-panel > div { grid-template-columns: 1fr; max-height: 75vh; overflow-y: auto; }
  .hero-inner { min-height: 320px; padding-top: 46px; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .trust-row div:nth-child(2) { border-right: 0; }
  .trust-row div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .source-benefits { grid-template-columns: 1fr; }
  .source-featured { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .source-region-promos { grid-template-columns: repeat(2, 1fr); }
  .source-query-list { grid-template-columns: repeat(2, 1fr); }
  .source-region-index-grid { grid-template-columns: 1fr; }
  .category-cards { grid-template-columns: repeat(2, 1fr); }
  .shop-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .region-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .locality-selector-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .region-promos, .guide-grid { grid-template-columns: 1fr; }
  .detail-hero { grid-template-columns: 1fr; }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-rail { order: -1; }
  .rail-card:first-child { position: static; }
  .fact-grid { grid-template-columns: repeat(2, 1fr); }
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  body { font-size: 13px; }
  .wrap, .breadcrumb, .compact-heading, .head-main, .topbar > div, .footer-grid, .footer-bottom { width: calc(100% - 20px); }
  .brand img { width: 150px; }
  .hero-inner { width: calc(100% - 24px); min-height: 300px; padding: 39px 0 34px; }
  .hero-inner h1 { font-size: 28px; }
  .hero-search { height: 50px; grid-template-columns: 1fr 92px; }
  .trust-row { width: calc(100% - 20px); }
  .source-section { padding-top: 40px; }
  .source-heading { align-items: start; }
  .service-icon-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .source-featured { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .source-course-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .source-course-grid a { min-height: 156px; padding: 14px; }
  .source-region-promos { grid-template-columns: 1fr; }
  .source-region-list, .source-query-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .source-index-heading { width: calc(100% - 20px); }
  .source-index-heading h1, .source-index-heading p { display: block; }
  .source-index-heading p { margin: 5px 0 0; }
  .source-index-body { min-height: 220px; }
  .source-category-index-grid { grid-template-columns: 1fr; }
  .source-editorial { width: calc(100% - 20px); min-height: 370px; }
  .section-block { padding: 48px 0; }
  .section-title h2 { font-size: 25px; }
  .section-title.inline { align-items: start; }
  .category-cards { grid-template-columns: 1fr 1fr; }
  .category-cards a { padding: 16px 13px; }
  .category-cards span { min-height: 45px; }
  .shop-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
  .shop-thumb { padding: 11px; }
  .shop-thumb b { font-size: 14px; }
  .shop-card-body { padding: 10px; }
  .region-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 7px; }
  .locality-selector-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 7px; }
  .region-tile { min-height: 86px; padding: 11px; }
  .compact-heading { margin-top: 22px; padding: 8px 0 17px; }
  .compact-heading h1 { font-size: 22px; }
  .content-card, .list-section { padding: 18px 14px; }
  .price-summary a { grid-template-columns: 1fr; gap: 3px; }
  .detail-hero { padding: 14px; gap: 8px; }
  .detail-hero > div { padding: 8px; }
  .detail-hero > .shop-thumb { min-height: 230px; }
  .detail-actions { display: grid; }
  .course-rows > div { grid-template-columns: 58px 1fr; }
  .course-rows b { grid-column: 2; text-align: left; }
  .article-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 26px 16px; }
  .footer-grid > div:first-child { grid-column: span 2; }
  .footer-bottom { padding-bottom: 72px; }
  .fixed-phone-cta { right: max(10px, env(safe-area-inset-right)); bottom: max(10px, env(safe-area-inset-bottom)); min-width: 108px; min-height: 46px; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
