/* p09 — 기아 출고 상담 : L9 풀블리드배너+중앙단일컬럼 / F9 DM Sans+Pretendard / HD1 / HR4(무차량) / CT2 / FT3 */
:root {
  --accent: #4A2C6B;
  --accent-text: #4A2C6B;
  --bg: #FAF7FD;
  --ink: #221A2B;
  --font-display: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, "Malgun Gothic", sans-serif;
  --footer-bg: #241533;
  --footer-text: #D3C6DE;
}

/* HD1 : 좌 로고타입 + 우 가로 메뉴 */
.site-header { border-bottom: 1px solid #EAE1F2; }
.hd1-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.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: 500; }
.site-header nav a:hover { color: var(--accent); }
@media (max-width: 640px) { .site-header nav ul { gap: 12px; flex-wrap: wrap; } }

/* HR4 : 차량 사진 슬라이드쇼 배경(.hero-slideshow는 base.css 공통 정의) + 상단 텍스트 + 하단 프로필 밴드 */
.hero.hr4--no-car {
  position: relative; overflow: hidden; background: var(--ink);
  padding-top: clamp(44px, 8vw, 84px); padding-bottom: 0; text-align: center;
}
.hr4--no-car .hero-copy { max-width: 60ch; margin: 0 auto clamp(32px, 6vw, 56px); }
.hr4--no-car h1 { font-size: clamp(28px, 4.4vw, 44px); color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.55); }
.hr4--no-car .hero-lede { font-size: 16.5px; color: #EDE7F5; text-shadow: 0 2px 10px rgba(0,0,0,.5); }
.hero-band { background: var(--accent); padding-block: clamp(28px, 5vw, 44px); display: flex; justify-content: center; }
.hero-band img { width: 140px; height: 140px; border-radius: 50%; object-fit: cover; border: 3px solid #fff; }

/* L9 : 풀블리드 배너 + 중앙 단일 컬럼 본문 */
.wrap--narrow { max-width: 720px; margin: 0 auto; padding-inline: clamp(16px, 4vw, 32px); }
.section--band { background: #F1E9F8; }
.section h2 { font-size: clamp(21px, 2.8vw, 28px); margin-bottom: .7em; }
.section p { color: #4B4258; }

/* CT2 : 카드형 박스 중앙 + 버튼 3개 가로 */
.cta.ct2 { padding-block: clamp(48px, 7vw, 80px); }
.cta-card {
  background: #fff; border: 1px solid #EAE1F2; border-radius: 18px;
  padding: clamp(28px, 5vw, 48px); text-align: center; max-width: 720px; margin: 0 auto;
  box-shadow: 0 12px 32px rgba(74,44,107,.1);
}
.cta-card h2 { font-size: clamp(20px, 2.6vw, 26px); margin-bottom: .8em; }
.cta-buttons--center { justify-content: center; }

/* FT3 : 중앙정렬 1단 세로스택 */
.footer-stack { display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; }
.footer-stack .footer-biz p,
.footer-stack .footer-links p { margin: 0 0 4px; }
.footer-stack .footer-links { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
