/* 재고콕 — 매장 진열대 가격표(구역 번호 라벨) 모티프
   ink: 짙은 슬레이트 / brand: 청록(다이소 빨강 회피) / tag: 라벨 노랑(진열 위치·강조 전용)
   숫자는 표 정렬(tabular-nums)로 맞춘다. 모바일 우선, 900px 이상 PC. */
:root {
  --ink: #14202b;
  --ink-2: #44586b;
  --mute: #8798a6;
  --line: #e2e8ec;
  --surface: #f2f5f7;
  --brand: #0e6e63;
  --brand-ink: #0a534a;
  --brand-soft: #e5f2ef;
  --tag: #f5b60d;
  --tag-ink: #46330a;
  --ok: #1a7f4b;
  --ok-soft: #e4f4ea;
  --no: #b03a2e;
  --no-soft: #fbeceb;
  --cp: #e52528;
  --r: 10px;
  --wrap: 1060px;
  --font: "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: #fff; color: var(--ink);
  font: 400 15px/1.6 var(--font);
  word-break: keep-all; overflow-wrap: anywhere; overflow-x: hidden;
  padding-bottom: calc(62px + env(safe-area-inset-bottom));
}
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
b, strong { font-weight: 700; }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 16px; }
.muted { color: var(--mute); font-size: 13px; }
.center { display: block; margin-left: auto; margin-right: auto; text-align: center; }
.pad { padding-top: 18px; padding-bottom: 26px; }
.ic { width: 21px; height: 21px; }
.num { font-variant-numeric: tabular-nums; }

/* ---------- 헤더 ---------- */
.util { display: none; }
.hd { border-bottom: 1px solid var(--line); }
.hd-in {
  display: grid; align-items: center; gap: 9px 12px; padding-top: 10px; padding-bottom: 10px;
  grid-template-columns: 1fr auto; grid-template-areas: "logo my" "search search";
}
.logo { grid-area: logo; display: flex; align-items: center; gap: 8px; }
.logo-mark {
  width: 32px; height: 32px; border-radius: 8px; background: var(--brand); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: 15px;
}
.logo-txt { display: flex; flex-direction: column; line-height: 1.2; }
.logo-txt b { font-size: 18px; letter-spacing: -.03em; }
.logo-txt small { font-size: 11px; color: var(--ink-2); }
.search { grid-area: search; position: relative; }
.search input {
  width: 100%; height: 46px; padding: 0 46px 0 16px; font: inherit; font-size: 15px;
  border: 1.5px solid var(--ink); border-radius: var(--r); background: #fff; outline: none;
}
.search input:focus { border-color: var(--brand); box-shadow: 0 0 0 3px var(--brand-soft); }
.search button { position: absolute; right: 5px; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; display: grid; place-items: center; color: var(--ink); }
.my { grid-area: my; display: flex; gap: 2px; }
.my a, .my button { display: flex; align-items: center; gap: 4px; padding: 6px; font-size: 13px; color: var(--ink-2); }
.my span { display: none; }

.gnb { position: sticky; top: 0; z-index: 30; background: #fff; border-bottom: 1px solid var(--line); }
.gnb-in { display: flex; align-items: stretch; }
.cat { position: static; }
.cat-btn { display: none; }
.gnb-menu { display: flex; gap: 2px; margin: 0; padding: 0; list-style: none; overflow-x: auto; scrollbar-width: none; }
.gnb-menu::-webkit-scrollbar { display: none; }
.gnb-menu a { display: block; padding: 11px 10px 9px; font-size: 14px; font-weight: 600; white-space: nowrap; border-bottom: 2px solid transparent; color: var(--ink-2); }
.gnb-menu a:hover { color: var(--ink); border-color: var(--ink); }

.cat-panel { display: none; }
body.cat-open .cat-panel {
  display: grid; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  grid-template-columns: repeat(4, 1fr); gap: 14px 6px;
  padding: 20px 16px calc(78px + env(safe-area-inset-bottom));
  background: #fff; border-radius: 16px 16px 0 0; box-shadow: 0 -8px 28px rgba(20,32,43,.18);
}
body.cat-open::after { content: ""; position: fixed; inset: 0; background: rgba(20,32,43,.42); z-index: 55; }
.cat-panel a { display: flex; flex-direction: column; align-items: center; gap: 6px; font-size: 12px; text-align: center; }
.cat-panel i { font-style: normal; font-size: 23px; width: 50px; height: 50px; border-radius: 50%; background: var(--surface); display: grid; place-items: center; }

/* ---------- 제목·섹션 ---------- */
section.wrap { margin-top: 30px; }
.pg-title { font-size: 23px; font-weight: 800; letter-spacing: -.035em; line-height: 1.3; margin: 6px 0 10px; }
.pg-title small { margin-left: 5px; font-size: 14px; font-weight: 500; color: var(--mute); }
.sec-hd { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; margin-bottom: 12px; }
.sec-hd h2, .sec-title { font-size: 18px; font-weight: 800; letter-spacing: -.03em; }
.sec-title { margin-bottom: 12px; }
.more { font-size: 13px; color: var(--ink-2); white-space: nowrap; }
.lead { color: var(--ink-2); margin-bottom: 14px; max-width: 62ch; }
.crumb { font-size: 12px; color: var(--mute); margin-bottom: 4px; }
.crumb a:hover { text-decoration: underline; }
.line-btn { display: inline-block; margin-top: 14px; padding: 10px 20px; border: 1px solid var(--line); border-radius: var(--r); background: #fff; font-size: 14px; font-weight: 600; }
.line-btn:hover { border-color: var(--ink); }
.line-btn.center { width: fit-content; }

/* ---------- 상품 카드 ---------- */
.card { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.thumb { position: relative; aspect-ratio: 1; border-radius: var(--r); overflow: hidden; background: var(--surface); }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.rank-no {
  position: absolute; left: 0; top: 0; min-width: 24px; height: 24px; display: grid; place-items: center;
  background: var(--tag); color: var(--tag-ink); font-style: normal; font-weight: 800; font-size: 13px;
  border-bottom-right-radius: 8px;
}
.sold, .rocket { position: absolute; left: 7px; bottom: 7px; font-size: 11px; padding: 2px 6px; border-radius: 4px; }
.sold { background: rgba(20,32,43,.72); color: #fff; }
.rocket { background: #fff; color: #0073e9; font-weight: 700; }
.info { display: flex; flex-direction: column; gap: 2px; }
.nm { font-size: 14px; line-height: 1.45; color: var(--ink-2); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pr { font-size: 16px; font-weight: 800; font-variant-numeric: tabular-nums; }
.flags { display: flex; flex-wrap: wrap; gap: 4px; }
.flags span { font-size: 11px; font-weight: 600; padding: 1px 6px; border-radius: 4px; }
.f-new { background: var(--tag); color: var(--tag-ink); }
.f-pick { background: var(--brand-soft); color: var(--brand-ink); }
.f-sold { background: var(--surface); color: var(--mute); }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 10px; }
.grid-6 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 10px; }
.hscroll { display: grid; grid-auto-flow: column; grid-auto-columns: 42%; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 6px; }
.hscroll > * { scroll-snap-align: start; }

/* ---------- 표 (사이즈 비교·영업시간 통계) ---------- */
.tbl-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r); }
.tbl { width: 100%; border-collapse: collapse; font-size: 14px; }
.tbl th, .tbl td { padding: 10px 12px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.tbl th { background: var(--surface); font-weight: 700; white-space: nowrap; font-size: 13px; color: var(--ink-2); }
.tbl td:nth-child(n+2) { white-space: nowrap; font-variant-numeric: tabular-nums; }
.tbl td:first-child { min-width: 9.5em; }
.tbl tr:last-child td { border-bottom: 0; }
.tbl a { color: var(--brand-ink); font-weight: 600; }
.tbl tr.cur td { background: #fdf6e3; font-weight: 700; }

/* ---------- 질문창 ---------- */
.askbox { margin: 16px 0 4px; padding: 16px; border-radius: 14px; background: var(--brand); color: #fff; }
.askbox label { display: block; font-weight: 700; font-size: 15px; margin-bottom: 9px; }
.askrow { display: flex; gap: 6px; }
.askrow input { flex: 1; min-width: 0; height: 46px; padding: 0 14px; font: inherit; border: 0; border-radius: 9px; background: #fff; }
.askrow button { height: 46px; padding: 0 18px; border-radius: 9px; background: var(--tag); color: var(--tag-ink); font-weight: 800; white-space: nowrap; }

/* ---------- 칩·통계·정보 ---------- */
.kw-chips { display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 0 18px; }
.kw-chips a { padding: 6px 12px; border-radius: 999px; background: var(--surface); color: var(--ink-2); font-size: 13px; }
.kw-chips a:hover { background: var(--brand-soft); color: var(--brand-ink); }
.kw-chips a.on { background: var(--ink); color: #fff; }
.kw-chips a small { color: var(--mute); font-variant-numeric: tabular-nums; }
.kw-chips.sub a { background: #fff; border: 1px solid var(--line); }
.stat { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 8px; margin: 14px 0; }
.stat div { padding: 13px 14px; border-radius: var(--r); background: var(--surface); }
.stat b { display: block; font-size: 21px; font-weight: 800; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.stat span { font-size: 12.5px; color: var(--ink-2); }
.info { display: grid; gap: 7px; margin: 12px 0; }
.info div { display: flex; gap: 12px; font-size: 15px; }
.info dt { flex: none; width: 66px; color: var(--mute); }
.info dd { margin: 0; }
.btn-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 14px 0; }
.btn-row a { padding: 12px; border-radius: var(--r); background: var(--surface); font-weight: 700; text-align: center; }
.btn-row a:first-child { background: var(--ink); color: #fff; }

/* ---------- 매장 목록 ---------- */
.st-list { list-style: none; margin: 10px 0 0; padding: 0; display: grid; gap: 8px; }
.st-list a { display: flex; justify-content: space-between; gap: 10px; padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--r); }
.st-list a:hover { border-color: var(--brand); background: var(--brand-soft); }
.st-list small { display: block; font-size: 13px; color: var(--ink-2); }
.st-list em { font-style: normal; font-size: 13px; color: var(--ink-2); white-space: nowrap; font-variant-numeric: tabular-nums; }
.store-search { display: flex; gap: 6px; }
.store-search input { flex: 1; min-width: 0; height: 46px; padding: 0 14px; font: inherit; border: 1.5px solid var(--line); border-radius: var(--r); }
.store-search input:focus { border-color: var(--brand); outline: none; }
.store-search button { height: 46px; padding: 0 18px; border-radius: var(--r); background: var(--brand); color: #fff; font-weight: 700; white-space: nowrap; }
.region { margin: 16px 0 6px; }
.region-hd { font-size: 14px; font-weight: 700; }
.geo-btn { margin-top: 9px; padding: 8px 0; font-size: 14px; font-weight: 600; color: var(--brand-ink); }

/* ---------- 상품 상세 ---------- */
.pd { display: grid; gap: 18px; }
.pd-img { aspect-ratio: 1; border-radius: 14px; overflow: hidden; background: var(--surface); }
.pd-img img { width: 100%; height: 100%; object-fit: cover; }
.pd-info h1 { font-size: 20px; font-weight: 800; line-height: 1.4; letter-spacing: -.03em; margin: 6px 0 6px; }
.pd-price { font-size: 27px; font-weight: 800; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.pd-meta { display: grid; gap: 6px; margin: 14px 0 6px; padding: 12px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pd-meta div { display: flex; gap: 12px; font-size: 14px; }
.pd-meta dt { width: 78px; color: var(--mute); }
.pd-meta dd { margin: 0; }
.pd-note { font-size: 12px; color: var(--mute); }
/* 가격 아래 쿠팡 최저가 한 줄 비교 */
.cmp { margin-top: 8px; }
.cmp a { display: inline-block; padding: 8px 12px; border: 1px solid #fbd7d7; border-radius: 8px; background: #fffafa; color: var(--cp); font-size: 13.5px; font-weight: 600; }
.cmp a b { font-weight: 800; font-variant-numeric: tabular-nums; }
.cmp small { display: block; margin-top: 4px; font-size: 11px; color: var(--mute); }

/* 매장 재고 조회 패널 */
.inv { margin-top: 16px; padding: 16px; border-radius: 14px; background: var(--surface); }
.inv h2 { font-size: 16px; font-weight: 800; margin-bottom: 9px; }
.inv-form { display: flex; gap: 6px; }
.inv-form input { flex: 1; min-width: 0; height: 46px; padding: 0 14px; font: inherit; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.inv-form button { height: 46px; padding: 0 18px; border-radius: 9px; background: var(--brand); color: #fff; font-weight: 700; }
.inv-result { margin-top: 12px; }
.inv-result:empty { display: none; }
.inv-sum { font-size: 14px; margin-bottom: 8px; }
.inv-sum b { color: var(--ok); }
.inv-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.inv-more { margin-top: 8px; }
.inv-more summary { list-style: none; cursor: pointer; text-align: center; padding: 10px; border: 1px solid var(--line); border-radius: 10px; font-size: 14px; font-weight: 700; color: var(--brand-ink); background: #fff; }
.inv-more summary::-webkit-details-marker { display: none; }
.inv-more[open] summary { display: none; }
.inv-item { padding: 12px 14px; border-radius: 10px; background: #fff; display: grid; gap: 4px; }
.inv-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.qty { font-size: 13px; font-weight: 700; padding: 3px 8px; border-radius: 6px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.qty.has { background: var(--ok-soft); color: var(--ok); }
.qty.none { background: var(--surface); color: var(--mute); }
.inv-addr { font-size: 13px; color: var(--ink-2); }
.inv-act { display: flex; gap: 12px; margin-top: 2px; font-size: 13px; }
.inv-act a, .inv-act button { color: var(--brand-ink); font-weight: 600; }
/* 진열 위치 = 이 서비스의 핵심. 매대 라벨처럼 보이게 한다 */
.disp { margin-top: 5px; padding: 7px 11px; border-radius: 7px; background: var(--tag); color: var(--tag-ink); font-size: 13px; font-weight: 700; }
.disp.nod { background: var(--surface); color: var(--ink-2); font-weight: 500; }

/* ---------- 제휴·광고 ---------- */
.promo { margin: 14px 0 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.promo-hd { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 9px 14px; background: var(--surface); font-size: 12.5px; color: var(--ink-2); }
.promo-hd b { font-size: 13.5px; color: var(--ink); }
.promo-tag { font-size: 11px; padding: 1px 6px; border-radius: 4px; background: #fff; border: 1px solid var(--line); color: var(--mute); }
.promo-body { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 12px 14px; }
.promo-body a { display: grid; grid-template-columns: 56px 1fr; gap: 10px; align-items: center; }
.promo-body img { width: 56px; height: 56px; border-radius: 8px; object-fit: cover; background: var(--surface); }
.promo-body .t { font-size: 13px; line-height: 1.4; color: var(--ink-2); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.promo-body .p { font-size: 14px; font-weight: 800; font-variant-numeric: tabular-nums; }
.promo-more { display: block; padding: 11px 14px; border-top: 1px solid var(--line); background: var(--cp); color: #fff; font-weight: 800; text-align: center; font-size: 14.5px; }

.cp { margin-top: 30px; padding: 16px; border: 1.5px solid #fbd7d7; border-radius: 14px; background: #fffafa; }
.cp .sec-hd { margin-bottom: 2px; }
.cp-sub { font-size: 13px; color: var(--ink-2); margin-bottom: 12px; }
.cp-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 10px; margin-bottom: 12px; }
.cp-btn { display: block; padding: 13px; border-radius: var(--r); background: var(--cp); color: #fff; font-weight: 800; text-align: center; }
.cp-note { margin-top: 8px; font-size: 11px; color: var(--mute); text-align: center; }
.ad { margin: 22px auto 0; min-height: 90px; overflow: hidden; text-align: center; }
.ad-ph { display: grid; place-items: center; height: 100px; border: 1px dashed var(--line); border-radius: var(--r); background: var(--surface); color: var(--mute); font-size: 12px; }

/* ---------- 안내·FAQ·빈 화면 ---------- */
.guide p { color: #2b3b48; line-height: 1.75; margin-bottom: 10px; }
.guide h2 { font-size: 17px; font-weight: 800; letter-spacing: -.03em; margin: 26px 0 8px; }
.guide ul, .guide ol { padding-left: 20px; line-height: 1.8; color: #2b3b48; }
.guide-list { list-style: none; padding: 0 !important; display: grid; gap: 9px; margin: 18px 0; }
.guide-list a { display: block; padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--r); }
.guide-list a:hover { border-color: var(--brand); background: var(--brand-soft); }
.guide-list b { display: block; margin-bottom: 2px; }
.guide-list span { font-size: 14px; color: var(--ink-2); }
.faq details { padding: 13px 0; border-bottom: 1px solid var(--line); }
.faq summary { font-weight: 600; cursor: pointer; }
.faq details p { margin-top: 7px; font-size: 14px; color: var(--ink-2); }
.empty { padding: 40px 0; text-align: center; }
.empty p:first-child { font-weight: 700; margin-bottom: 4px; }
.pagi { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px; margin-top: 26px; }
.pagi a, .pagi b { min-width: 36px; height: 36px; padding: 0 10px; display: grid; place-items: center; border-radius: 8px; font-size: 14px; font-variant-numeric: tabular-nums; }
.pagi a { border: 1px solid var(--line); }
.pagi b { background: var(--ink); color: #fff; }

/* ---------- 고객 안내 박스·푸터 ---------- */
.cs { display: grid; gap: 10px; margin-top: 36px; }
.cs-box { padding: 18px; border-radius: 14px; background: var(--surface); }
.cs-box h2 { font-size: 15px; font-weight: 800; margin-bottom: 8px; }
.cs-box ol { margin: 0; padding-left: 18px; display: grid; gap: 3px; font-size: 14px; color: var(--ink-2); }
.cs-box p { margin-bottom: 4px; font-size: 14px; color: var(--ink-2); }
.cs-box .line-btn { margin-top: 12px; padding: 7px 15px; font-size: 13px; }
.ft { margin-top: 30px; padding: 20px 0 26px; border-top: 1px solid var(--line); font-size: 12px; color: var(--mute); }
.ft-links { display: flex; gap: 16px; margin-bottom: 10px; font-size: 13px; font-weight: 600; color: var(--ink-2); }
.ft p { margin-bottom: 6px; line-height: 1.65; }

/* ---------- 모바일 하단 탭·최근 본 ---------- */
.tabbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  display: grid; grid-template-columns: repeat(5, 1fr);
  background: #fff; border-top: 1px solid var(--line); padding-bottom: env(safe-area-inset-bottom);
}
.tabbar a, .tabbar button { display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 7px 0 6px; font-size: 11px; color: var(--ink-2); }
.tabbar .on { color: var(--brand); font-weight: 700; }
.sheet[hidden] { display: none; }
.sheet { position: fixed; inset: 0; z-index: 90; }
.sheet-bg { position: absolute; inset: 0; background: rgba(20,32,43,.45); }
.sheet-in { position: absolute; left: 0; right: 0; bottom: 0; max-height: 76vh; display: flex; flex-direction: column; background: #fff; border-radius: 16px 16px 0 0; }
.sheet-hd { display: flex; align-items: center; justify-content: space-between; padding: 15px 18px; border-bottom: 1px solid var(--line); }
.sheet-hd button { width: 32px; height: 32px; font-size: 18px; }
.sheet-body { overflow-y: auto; padding: 14px 16px 24px; }
.sheet-body .grid-2 { grid-template-columns: repeat(3, 1fr); }

/* ---------- PC ---------- */
@media (min-width: 900px) {
  body { padding-bottom: 0; }
  .tabbar { display: none; }
  .util { display: block; font-size: 12px; color: var(--ink-2); }
  .util .wrap { display: flex; justify-content: flex-end; gap: 14px; padding-top: 8px; }
  .hd { border-bottom: 0; }
  .hd-in { grid-template-columns: 250px 1fr 230px; grid-template-areas: "logo search my"; padding-top: 12px; padding-bottom: 14px; }
  .logo-mark { width: 38px; height: 38px; font-size: 17px; }
  .logo-txt b { font-size: 21px; }
  .search { justify-self: center; width: 100%; max-width: 430px; }
  .my { justify-self: end; gap: 10px; }
  .my span { display: inline; }
  .gnb-in { gap: 22px; }
  .gnb-menu { gap: 16px; }
  .gnb-menu a { padding: 13px 2px 11px; }
  .cat { position: relative; }
  .cat-btn { display: flex; align-items: center; gap: 8px; width: 186px; height: 46px; padding: 0 16px; background: var(--ink); color: #fff; font-weight: 700; }
  .cat-panel { position: absolute; top: 46px; left: 0; width: 186px; padding: 8px 0; background: #fff; border: 1px solid var(--line); border-top: 0; box-shadow: 0 12px 22px rgba(20,32,43,.1); z-index: 40; }
  .cat:hover .cat-panel { display: block; }
  body.cat-open .cat-panel { position: absolute; display: block; left: 0; right: auto; bottom: auto; grid-template-columns: none; padding: 8px 0; border-radius: 0; box-shadow: 0 12px 22px rgba(20,32,43,.1); }
  body.cat-open::after { display: none; }
  .cat-panel a { flex-direction: row; justify-content: flex-start; gap: 10px; padding: 9px 18px; font-size: 14px; }
  .cat-panel a:hover { background: var(--surface); }
  .cat-panel i { width: auto; height: auto; background: none; font-size: 16px; }

  section.wrap { margin-top: 52px; }
  .pg-title { font-size: 31px; }
  .sec-hd h2, .sec-title { font-size: 22px; }
  .grid-6 { grid-template-columns: repeat(4, 1fr); gap: 30px 18px; }
  .hscroll { grid-auto-columns: calc((100% - 40px) / 5); }
  .pd { grid-template-columns: 440px 1fr; gap: 40px; }
  .pd-info h1 { font-size: 24px; }
  .promo-body { grid-template-columns: repeat(4, 1fr); }
  .cp { padding: 22px; }
  .cp-grid { grid-template-columns: repeat(4, 1fr); }
  .cp-btn { max-width: 420px; margin: 0 auto; }
  .st-list { grid-template-columns: 1fr 1fr; }
  .cs { grid-template-columns: 1fr 1fr; margin-top: 60px; }
  .sheet-in { left: auto; top: 0; width: 400px; max-height: none; border-radius: 0; }
  .guide { max-width: 720px; }
}
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }
