/* p05 — 기아 카마스터 연락처 : L5 넘버링 스텝 아코디언(details/summary) / F5 Inter+Spoqa Han Sans Neo / HD1 / HR5(무차량) / CT5 / FT2 */
:root {
  --accent: #1B4332;
  --accent-text: #1B4332;
  --bg: #F4F8F5;
  --ink: #17201C;
  --font-display: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: "Spoqa Han Sans Neo", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Malgun Gothic", sans-serif;
  --footer-bg: #0F241C;
  --footer-text: #C4D8CC;
}

/* HD1 : 좌 로고타입 + 우 가로 메뉴 */
.site-header { border-bottom: 1px solid #DCE9E1; }
.hd1-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.logotype { font-family: var(--font-display); font-weight: 700; font-size: 18px; text-decoration: none; color: var(--accent); }
.site-header nav ul { display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; }
.site-header nav a { text-decoration: none; font-size: 14.5px; font-weight: 600; color: var(--ink); }
.site-header nav a:hover { color: var(--accent); }
@media (max-width: 640px) { .site-header nav ul { gap: 14px; flex-wrap: wrap; } }

/* HR5(차량 슬라이드쇼) : 텍스트가 위, 프로필 단독 1열 (그리드는 자연 붕괴) */
.hero.hr5 { position: relative; overflow: hidden; background: var(--ink); padding-block: clamp(48px, 9vw, 92px); }
.hero-inner { display: grid; gap: 28px; justify-items: center; text-align: center; }
.hero-copy h1 { font-size: clamp(28px, 4.4vw, 44px); color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.55); }
.hero-lede { font-size: 16.5px; color: #DCEBE1; max-width: 56ch; margin: 0 auto 1.4em; text-shadow: 0 2px 10px rgba(0,0,0,.5); }
.hero-visual { position: relative; }
.hero-visual::before {
  content: ""; position: absolute; left: 50%; top: 10px; transform: translateX(-50%);
  width: 200px; height: 200px; border: 2px solid #fff; border-radius: 20px; opacity: .55; z-index: 0;
}
.hero-visual img { position: relative; z-index: 1; width: 184px; height: 184px; object-fit: cover; border-radius: 16px; margin: 0 auto; }

/* L5 : 넘버링 스텝 아코디언 */
details.step {
  background: #fff; border: 1px solid #DCE9E1; border-radius: 12px; padding: 4px 20px; margin-bottom: 12px;
}
details.step summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; gap: 14px;
  padding: 16px 0; font-weight: 700; font-size: 16px; color: var(--ink);
}
details.step summary::-webkit-details-marker { display: none; }
details.step summary::after {
  content: "+"; margin-left: auto; font-size: 20px; color: var(--accent); font-weight: 400;
}
details.step[open] summary::after { content: "−"; }
.step-num { font-family: var(--font-display); font-weight: 700; color: var(--accent); font-size: 15px; }
details.step p { padding-bottom: 18px; margin: 0; color: #3D4A42; font-size: 15px; }
.inline-cta { text-align: center; margin: 8px 0 20px; }
.inline-cta a { color: var(--accent-text); font-weight: 700; font-size: 14px; text-decoration: none; border-bottom: 1px solid var(--accent); padding-bottom: 2px; }
.accordion-note { margin-top: 20px; color: #3D4A42; font-size: 14.5px; }

/* CT5 : 인라인 라인은 위에서 3회 반복, 본문 하단은 색밴드 3버튼 */
.cta.ct5 { background: var(--accent); color: #fff; padding-block: clamp(40px, 6vw, 64px); text-align: center; border-radius: 20px 20px 0 0; }
.cta.ct5 h2 { color: #fff; font-size: clamp(20px, 2.6vw, 26px); }
.cta-buttons--center { justify-content: center; }
.ct5 .btn-outline { border-color: #fff; color: #fff; }
.ct5 .btn-solid { background: #fff; color: var(--accent); }

/* L6 : 단계 요약 표 + 차량 사진 갤러리 */
.l6-table-wrap { overflow-x: auto; margin: 20px 0 28px; }
.l6-table { width: 100%; border-collapse: collapse; min-width: 480px; background: #fff; }
.l6-table th, .l6-table td { border: 1px solid #DCE9E1; padding: 12px 14px; text-align: center; font-size: 14.5px; }
.l6-table thead th { background: var(--accent); color: #fff; }
.l6-table tbody th { text-align: left; background: #F2F8F4; }
.l6-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); gap: 12px; margin-top: 14px; }
.l6-gallery picture img { width: 100%; height: auto; border-radius: 10px; display: block; }

/* FT2 : 좌 사업자정보+고지문 / 우 페이지링크 */
.ft2-grid { display: grid; gap: 28px; grid-template-columns: 1fr; }
@media (min-width: 720px) { .ft2-grid { grid-template-columns: 1.6fr 1fr; } }
.footer-left .footer-biz { margin-bottom: 16px; }
.footer-links p { margin: 0 0 8px; }
