/* p36 — 봉고3 딜러 : L6 비교 테이블 중앙+상하설명 / F5 Inter+Spoqa Han Sans Neo(폴백) / HD4 / HR1(무차량) / CT1 / FT3 */
:root {
  --accent: #374151;
  --accent-text: #1F2530;
  --bg: #F6F7F8;
  --ink: #1A1D22;
  --font-display: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: "Spoqa Han Sans Neo", -apple-system, BlinkMacSystemFont, "Malgun Gothic", sans-serif;
  --footer-bg: #1A1D22;
  --footer-text: #C7CACD;
}

/* HD4 : 좌 로고타입 + 우 CTA링크1개(메뉴는 햄버거, <details>로 구현) */
.site-header { border-bottom: 1px solid #E3E5E8; background: var(--bg); }
.hd4-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; position: relative; }
.logotype { font-family: var(--font-display); font-weight: 700; font-size: 18px; text-decoration: none; color: var(--accent-text); }
.hd4-right { display: flex; align-items: center; gap: 12px; position: relative; }
.btn-sm { padding: 9px 14px; font-size: 13.5px; }
.hd4-menu summary { list-style: none; cursor: pointer; display: flex; flex-direction: column; gap: 4px; padding: 6px; }
.hd4-menu summary::-webkit-details-marker { display: none; }
.hd4-menu summary span { width: 20px; height: 2px; background: var(--ink); display: block; }
.hd4-menu[open] summary { background: #EDEEF0; border-radius: 6px; }
.hd4-menu ul {
  position: absolute; right: 0; top: 100%; margin-top: 8px; background: #fff; border: 1px solid #E3E5E8;
  border-radius: 10px; padding: 10px; list-style: none; min-width: 180px; box-shadow: 0 8px 20px rgba(0,0,0,.08);
}
.hd4-menu ul li { margin-bottom: 4px; }
.hd4-menu ul a { display: block; padding: 8px 10px; text-decoration: none; font-size: 14px; border-radius: 6px; }
.hd4-menu ul a:hover { background: #F1F2F3; }

/* HR1(무차량) */
.hero { padding-block: clamp(48px, 9vw, 96px); }
.hero-inner { display: grid; gap: 32px; justify-items: center; text-align: center; }
.hero-copy h1 { font-size: clamp(30px, 4.4vw, 46px); color: var(--ink); }
.hero-lede { font-size: 17px; color: #4B5563; max-width: 56ch; margin-inline: auto; margin-bottom: 1.4em; }
.hero-visual img { width: 168px; height: 168px; border-radius: 50%; object-fit: cover; border: 3px solid var(--accent); }

/* L6 : 비교 테이블 */
.section--muted { background: #EEF0F2; }
.check-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; margin-top: 24px; }
.check-item { background: #fff; border: 1px solid #E3E5E8; border-radius: 12px; padding: 22px; }
.check-item h3 { font-size: 16.5px; margin-bottom: 6px; }
.check-item p { font-size: 14.5px; color: #4B5563; margin: 0; }

.compare-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; }
.compare-table th, .compare-table td { padding: 14px 16px; text-align: left; font-size: 14.5px; border-bottom: 1px solid #E3E5E8; }
.compare-table thead th { background: var(--accent); color: #fff; font-weight: 700; }
.compare-table tbody th { font-weight: 700; background: #F6F7F8; }
.compare-table tbody tr:last-child td, .compare-table tbody tr:last-child th { border-bottom: none; }

.qna-list { display: grid; gap: 16px; }
.qna-item { border-left: 3px solid var(--accent); padding: 4px 0 4px 18px; }
.qna-item h3 { font-size: 16px; margin-bottom: 6px; }
.qna-item p { font-size: 14.5px; color: #4B5563; margin: 0; }

/* CT1 */
.cta.ct1 { background: var(--accent); color: #fff; padding-block: clamp(40px, 6vw, 64px); text-align: center; }
.cta.ct1 h2 { color: #fff; font-size: clamp(20px, 2.6vw, 26px); }
.cta-buttons--center { justify-content: center; }
.ct1 .btn-outline { border-color: #fff; color: #fff; }
.ct1 .btn-solid { background: #fff; color: var(--accent-text); }

/* FT3 */
.footer-stack { display: grid; gap: 14px; text-align: center; justify-items: center; }
.footer-links p { margin: 0; }
