/* =========================================================================
   Prime Auto Parts — Global B2B Homepage (HOME)
   Dark premium + gold/orange accent + WhatsApp green
   ========================================================================= */
:root {
  --bg: #0b0d11; --surface: #13171e; --surface-2: #1b212b; --line: rgba(255,255,255,.09);
  --text: #e9edf3; --muted: #99a2b1; --accent: #ff6a18; --accent-2: #ffb43b;
  --good: #34d399; --wa: #25d366; --radius: 16px; --maxw: 1180px;
  --shadow: 0 18px 50px rgba(0,0,0,.45);
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Malgun Gothic", sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--bg); color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
b { color: #fff; font-weight: 700; }
img { max-width: 100%; display: block; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.hl { color: var(--accent-2); }

/* 버튼 */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 22px; border-radius: 999px; font-weight: 700; font-size: 15px; line-height: 1.2; cursor: pointer; border: 0; transition: transform .15s, box-shadow .2s, background .2s; white-space: nowrap; }
.btn-primary { background: linear-gradient(135deg, #ff7a2e, var(--accent)); color: #fff; box-shadow: 0 10px 26px rgba(255,106,24,.35); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(255,106,24,.5); }
.btn-wa { background: var(--wa); color: #04331a; }
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(37,211,102,.4); }
.btn-ghost { background: rgba(255,255,255,.06); color: var(--text); border: 1px solid var(--line); }
.btn-ghost:hover { background: rgba(255,255,255,.12); transform: translateY(-2px); }
.btn-lg { padding: 16px 28px; font-size: 16px; }

/* 헤더 */
.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(10px); background: rgba(11,13,17,.55); border-bottom: 1px solid transparent; transition: background .25s, border-color .25s; }
.site-header.scrolled { background: rgba(11,13,17,.93); border-bottom-color: var(--line); }
.header-inner { display: flex; align-items: center; gap: 20px; height: 70px; }
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.brand-glyph { width: 36px; height: 36px; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-mark { font-weight: 900; font-size: 20px; letter-spacing: 2px; background: linear-gradient(135deg,#fff,var(--accent-2)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.brand-sub { font-size: 10px; letter-spacing: 3px; color: var(--muted); margin-top: 2px; }
.gnb { display: flex; gap: 22px; font-size: 14.5px; color: var(--muted); font-weight: 500; }
.gnb a:hover { color: var(--text); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-cta { padding: 9px 16px; font-size: 14px; }
/* 모바일 햄버거 버튼 (기본: 데스크톱에서 숨김) */
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 42px; height: 40px; padding: 0 11px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255, 255, 255, 0.04); cursor: pointer; }
.nav-toggle span { display: block; height: 2px; width: 100%; background: var(--text); border-radius: 2px; transition: transform 0.25s ease, opacity 0.2s ease; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* 언어 스위처 */
.lang { position: relative; }
.lang-btn { background: transparent; border: 1px solid var(--line); color: var(--muted); border-radius: 999px; padding: 8px 12px; font-size: 13px; cursor: pointer; font-family: inherit; }
.lang-btn:hover { color: var(--text); }
.lang-menu { position: absolute; right: 0; top: 120%; background: var(--surface-2); border: 1px solid var(--line); border-radius: 10px; padding: 6px; min-width: 150px; display: none; box-shadow: var(--shadow); }
.lang.open .lang-menu { display: block; }
.lang-menu button { width: 100%; text-align: left; background: transparent; border: 0; color: var(--text); padding: 8px 10px; border-radius: 7px; font-size: 13px; cursor: pointer; font-family: inherit; display: flex; justify-content: space-between; }
.lang-menu button:hover:not([disabled]) { background: rgba(255,255,255,.06); }
.lang-menu button.active { color: var(--accent-2); }
.lang-menu button[disabled] { color: var(--muted); cursor: default; }
.lang-menu em { font-style: normal; font-size: 10px; opacity: .7; }

/* 히어로 */
.hero { position: relative; min-height: 90vh; display: flex; align-items: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(8,9,12,.94) 30%, rgba(8,9,12,.6) 60%, rgba(8,9,12,.35) 100%), linear-gradient(0deg, rgba(8,9,12,.9), transparent 45%); }
.hero-inner { position: relative; z-index: 1; padding: 90px 0; }
.hero-eyebrow { display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: .5px; color: var(--accent-2); border: 1px solid rgba(255,180,59,.35); border-radius: 999px; padding: 6px 14px; margin-bottom: 22px; }
.hero-title { font-size: clamp(32px, 6vw, 60px); font-weight: 900; line-height: 1.08; letter-spacing: -1.5px; }
.hero-desc { margin-top: 20px; font-size: clamp(16px, 2.4vw, 21px); color: #c7cdd7; font-weight: 500; }
.hero-cta { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }
.hero-stats { list-style: none; display: flex; flex-wrap: wrap; gap: 26px 40px; margin-top: 46px; }
.hero-stats b { display: block; font-size: 22px; font-weight: 900; color: var(--accent-2); }
.hero-stats span { font-size: 13px; color: var(--muted); }

/* 섹션 공통 */
.section { padding: 92px 0; border-top: 1px solid var(--line); }
.section-title { font-size: clamp(24px, 4vw, 38px); font-weight: 800; line-height: 1.25; letter-spacing: -.5px; }
.kicker { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 1px; color: var(--accent); margin-bottom: 14px; }

/* WHY */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 40px; }
.why-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; }
.why-ico { font-size: 30px; margin-bottom: 14px; }
.why-card h3 { font-size: 18px; font-weight: 700; }
.why-card p { margin-top: 8px; color: #c7cdd7; font-size: 14.5px; }

/* PROCESS */
.process-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.process-copy p { margin-top: 16px; color: #c7cdd7; font-size: 16px; }
.process-steps { list-style: none; margin: 22px 0; display: grid; gap: 12px; }
.process-steps li { background: var(--surface); border: 1px solid var(--line); border-left: 3px solid var(--accent); border-radius: 10px; padding: 12px 16px; font-size: 14.5px; color: #c7cdd7; }
.process-figure img { width: 100%; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); }
.process-figure figcaption, .products-figure figcaption { margin-top: 10px; font-size: 13px; color: var(--muted); text-align: center; }

/* PRODUCTS */
.products { background: linear-gradient(180deg, #0c0f14, #0b0d11); }
.products-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.products-figure img { width: 100%; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); }
.products-copy p { margin-top: 16px; color: #c7cdd7; font-size: 16px; }
.codes { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.codes span { background: var(--surface-2); border: 1px solid var(--line); border-radius: 8px; padding: 8px 14px; font-weight: 700; font-size: 14px; letter-spacing: .5px; color: var(--accent-2); font-family: "Inter", monospace; }
.codes-note { font-size: 13.5px; color: var(--muted) !important; }
.products-copy .btn { margin-top: 22px; }

/* ABOUT */
.about-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 46px; align-items: center; }
.about-copy p { margin-top: 16px; color: #c7cdd7; font-size: 16px; }
.about-list { list-style: none; margin-top: 20px; display: grid; gap: 11px; }
.about-list li { position: relative; padding-left: 28px; color: #d6dbe3; font-size: 15px; }
.about-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border-radius: 50%; background: rgba(52,211,153,.15); color: var(--good); font-size: 12px; font-weight: 900; display: grid; place-items: center; }
.about-figure img { width: 100%; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); }

/* SHIPPING */
.shipping-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 40px; }
.ship-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.ship-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.ship-card figcaption { padding: 22px 24px; }
.ship-card h3 { font-size: 19px; font-weight: 700; }
.ship-card p { margin-top: 8px; color: #c7cdd7; font-size: 14.5px; }

/* LEAD / CONTACT */
.lead { background: radial-gradient(800px 420px at 50% 0%, rgba(255,106,24,.16), transparent 65%), linear-gradient(180deg,#11140b,#0b0d11); text-align: center; }
.lead-inner { display: flex; flex-direction: column; align-items: center; }
.lead-sub { margin-top: 14px; font-size: 16px; color: #c7cdd7; }
.lead-form { margin-top: 30px; width: 100%; max-width: 640px; display: flex; flex-wrap: wrap; gap: 12px; }
.lead-form input { flex: 1 1 200px; padding: 14px 16px; border-radius: 11px; border: 1px solid var(--line); background: var(--surface); color: var(--text); font-size: 15px; font-family: inherit; }
.lead-form input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(255,106,24,.18); }
.lead-form .btn { flex: 1 1 100%; }
.lead-result { margin-top: 14px; font-size: 14px; color: var(--good); }
.contact-direct { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; width: 100%; max-width: 760px; }
.cbtn { display: flex; flex-direction: column; gap: 4px; padding: 20px; border-radius: 14px; border: 1px solid var(--line); background: var(--surface); transition: transform .15s, border-color .2s; }
.cbtn:hover { transform: translateY(-3px); }
.cbtn b { font-size: 16px; }
.cbtn span { font-size: 13px; color: var(--muted); }
.cbtn-wa:hover { border-color: var(--wa); }
.cbtn-kakao:hover { border-color: #fae100; }
.cbtn-mail:hover { border-color: var(--accent); }

/* 푸터 */
.site-footer { border-top: 1px solid var(--line); padding: 56px 0 110px; background: #090a0d; }
.footer-inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 30px; }
.footer-logo { display: flex; align-items: center; gap: 8px; }
.footer-logo img { width: 32px; height: 32px; object-fit: contain; }
.footer-brand p { color: var(--muted); font-size: 13.5px; margin-top: 12px; line-height: 1.7; }
.footer-col h4 { font-size: 13px; color: var(--text); margin-bottom: 12px; letter-spacing: .5px; }
.footer-col ul { list-style: none; display: grid; gap: 9px; }
.footer-col li, .footer-col a { color: var(--muted); font-size: 13.5px; }
.footer-col a:hover { color: var(--accent-2); }
.footer-copy { margin-top: 36px; font-size: 12px; color: #5f6775; line-height: 1.7; }

/* 모바일 고정 WhatsApp */
.sticky-wa { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; display: none; align-items: center; justify-content: center; gap: 10px; padding: 15px; border-radius: 14px; background: var(--wa); color: #04331a; font-weight: 800; font-size: 16px; box-shadow: 0 12px 30px rgba(37,211,102,.45); }

/* 리빌 */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s, transform .6s; }
.reveal.in { opacity: 1; transform: none; }

/* 반응형 */
@media (max-width: 980px) {
  .nav-toggle { display: flex; }
  /* 네비를 헤더 아래 드롭다운 패널로 — 햄버거로 토글 */
  .gnb {
    display: flex; flex-direction: column; gap: 0;
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(11, 13, 17, 0.98); backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
    padding: 6px 20px 14px;
    max-height: 0; overflow: hidden; opacity: 0; pointer-events: none;
    transition: max-height 0.28s ease, opacity 0.2s ease, padding 0.2s ease;
  }
  .gnb.open { max-height: 420px; opacity: 1; pointer-events: auto; }
  .gnb a { padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 16px; }
  .gnb a:last-child { border-bottom: 0; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .process-inner, .products-inner, .about-inner { grid-template-columns: 1fr; gap: 30px; }
  .products-figure, .process-figure { order: -1; }
  .shipping-grid { grid-template-columns: 1fr; }
  .contact-direct { grid-template-columns: 1fr; max-width: 420px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .section { padding: 64px 0; }
  .why-grid { grid-template-columns: 1fr; }
  .header-cta { display: none; } /* 모바일은 하단 고정 WhatsApp 바로 대체 */
  .hero-cta .btn-lg { width: 100%; }
  .footer-inner { grid-template-columns: 1fr; }
  .sticky-wa { display: flex; }
  body { padding-bottom: 74px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* =========================================================================
   서브 페이지 (About / Products / Process / Shipping / Contact)
   ========================================================================= */
.gnb a.active { color: var(--accent-2); }

/* 페이지 배너 */
.page-hero { position: relative; min-height: 46vh; display: flex; align-items: flex-end; overflow: hidden; }
.page-hero.short { min-height: 38vh; }
.page-hero-media { position: absolute; inset: 0; z-index: 0; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,9,12,.7), rgba(8,9,12,.92)); }
.page-hero-inner { position: relative; z-index: 1; padding: 60px 0; }
.page-title { font-size: clamp(28px, 5vw, 46px); font-weight: 900; line-height: 1.12; letter-spacing: -1px; }
.page-sub { margin-top: 16px; font-size: clamp(15px,2.2vw,18px); color: #c7cdd7; max-width: 680px; }

/* 지표 밴드 */
.stats-band { background: linear-gradient(180deg,#0c0f14,#0b0d11); }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.stat { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; text-align: center; }
.stat b { display: block; font-size: 22px; font-weight: 900; color: var(--accent-2); }
.stat span { font-size: 13px; color: var(--muted); margin-top: 4px; display: block; }

/* 신뢰 카드 */
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 38px; }
.trust-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; }
.trust-card h3 { font-size: 18px; font-weight: 700; }
.trust-card p { margin-top: 8px; color: #c7cdd7; font-size: 14.5px; }

/* CTA 밴드 */
.cta-band { background: radial-gradient(700px 360px at 50% 0%, rgba(255,106,24,.16), transparent 65%), #0c0f14; text-align: center; }
.cta-inner { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.cta-inner h2 { font-size: clamp(22px,3.4vw,32px); font-weight: 800; }

/* 제공 범위 카드 */
.spec-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 38px; }
.spec-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.spec-card h3 { font-size: 17px; margin-bottom: 14px; }
.spec-card ul { list-style: none; display: grid; gap: 9px; font-size: 14.5px; color: #c7cdd7; }
.spec-card li::before { content: "• "; color: var(--muted); }
.spec-card.good { border-color: rgba(52,211,153,.35); } .spec-card.good h3 { color: var(--good); } .spec-card.good li::before { content: "✓ "; color: var(--good); }
.spec-card.prime { border-color: rgba(255,106,24,.4); background: linear-gradient(180deg,var(--surface),#1a130c); } .spec-card.prime h3 { color: var(--accent-2); }

/* 엔진 코드 표 */
.products-table-sec { background: linear-gradient(180deg,#0c0f14,#0b0d11); }
.table-wrap { margin-top: 34px; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
.eng-table { width: 100%; border-collapse: collapse; min-width: 600px; }
.eng-table th, .eng-table td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.eng-table thead th { background: var(--surface-2); color: var(--muted); font-weight: 700; font-size: 12.5px; letter-spacing: .5px; }
.eng-table tbody tr:hover { background: rgba(255,255,255,.02); }
.eng-table td.c { color: var(--accent-2); font-weight: 800; letter-spacing: .5px; }
.table-note { margin-top: 16px; font-size: 14px; color: var(--muted); }
.center-cta { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 30px; }

/* 공정 단계 (Process) */
.proc-list { list-style: none; display: grid; gap: 26px; }
.proc-row { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 36px; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.proc-row.reverse { grid-template-columns: 1.1fr 0.9fr; }
.proc-row.reverse figure { order: 2; }
.proc-row figure img { width: 100%; border-radius: 12px; border: 1px solid var(--line); aspect-ratio: 4/3; object-fit: cover; }
.proc-no { display: inline-block; font-size: 13px; font-weight: 900; color: #fff; background: linear-gradient(135deg,#ff7a2e,var(--accent)); border-radius: 999px; padding: 5px 13px; margin-bottom: 12px; }
.proc-row h2 { font-size: clamp(20px,3vw,28px); font-weight: 800; }
.proc-row p { margin-top: 12px; color: #c7cdd7; font-size: 15.5px; }

/* split 레이아웃 (Shipping) */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.split.reverse .split-fig { order: 2; }
.split-fig img { width: 100%; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); }

/* Contact 레이아웃 */
.contact-layout { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; align-items: start; }
.inquiry-form { margin-top: 22px; display: grid; gap: 14px; }
.inquiry-form .frow { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.inquiry-form label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; color: var(--muted); font-weight: 600; }
.inquiry-form input { padding: 13px 14px; border-radius: 11px; border: 1px solid var(--line); background: var(--surface); color: var(--text); font-size: 15px; font-family: inherit; }
.inquiry-form input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(255,106,24,.18); }
.inquiry-form .btn { margin-top: 6px; }
.inq-result { font-size: 14px; color: var(--good); }
.contact-direct.vertical { grid-template-columns: 1fr; margin-top: 22px; max-width: none; }
.hours { margin-top: 26px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 18px 20px; }
.hours h4 { font-size: 13px; margin-bottom: 8px; }
.hours p { font-size: 14px; color: var(--muted); line-height: 1.7; }

/* QR 코드 (Contact) */
.qr-row { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.qr { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 12px; text-align: center; }
.qr img { width: 100%; max-width: 150px; margin: 0 auto; border-radius: 6px; }
.qr figcaption { margin-top: 8px; font-size: 12px; font-weight: 700; color: #1a1d22; }

/* 엔진 연료 필터 (Products) */
.path-hint { margin-top: 12px; font-size: 15px; color: #c7cdd7; }
.fuel-filter { margin-top: 22px; display: inline-flex; gap: 8px; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: 5px; }
.fuel-filter button { border: 0; background: transparent; color: var(--muted); font-family: inherit; font-size: 14px; font-weight: 700; padding: 9px 20px; border-radius: 999px; cursor: pointer; transition: background .15s, color .15s; }
.fuel-filter button:hover { color: var(--text); }
.fuel-filter button.active { background: linear-gradient(135deg,#ff7a2e,var(--accent)); color: #fff; }

@media (max-width: 980px) {
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid, .spec-cards { grid-template-columns: 1fr; }
  .proc-row, .proc-row.reverse { grid-template-columns: 1fr; gap: 18px; }
  .proc-row.reverse figure { order: -1; }
  .split, .split.reverse { grid-template-columns: 1fr; gap: 28px; }
  .split.reverse .split-fig { order: -1; }
  .contact-layout { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 600px) {
  .stats-grid { grid-template-columns: 1fr; }
  .inquiry-form .frow { grid-template-columns: 1fr; }
}

/* =========================================================================
   v2 — Dual-Track / Search Hub / Journey / Smart Form
   ========================================================================= */
/* Dual-Track */
.track-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 40px; }
.track-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; }
.track-card:first-child { border-top: 3px solid #3b82f6; }
.track-card:last-child { border-top: 3px solid var(--accent); }
.track-flag { font-size: 30px; }
.track-card h3 { font-size: 21px; font-weight: 800; margin-top: 10px; }
.track-brands { margin-top: 6px; font-size: 14px; font-weight: 700; color: var(--accent-2); }
.track-card > p { margin-top: 14px; color: #c7cdd7; font-size: 15px; }
.track-row { display: flex; gap: 12px; margin-top: 16px; align-items: flex-start; }
.track-tag { flex: 0 0 auto; font-size: 12px; font-weight: 800; color: #cfe0ff; background: rgba(59,130,246,.18); border: 1px solid rgba(59,130,246,.4); border-radius: 999px; padding: 5px 11px; white-space: nowrap; }
.track-tag.alt { color: var(--accent-2); background: rgba(255,106,24,.14); border-color: rgba(255,106,24,.4); }
.track-row p { color: #c7cdd7; font-size: 14.5px; }

/* Search Hub */
.search-hub { background: radial-gradient(800px 380px at 50% 0%, rgba(255,106,24,.16), transparent 65%), #0c0f14; text-align: center; }
.search-inner { display: flex; flex-direction: column; align-items: center; }
.search-sub { margin-top: 12px; font-size: 16px; color: #c7cdd7; }
.search-form { margin-top: 28px; width: 100%; max-width: 720px; display: flex; gap: 12px; }
.search-form input { flex: 1; padding: 17px 20px; border-radius: 12px; border: 1px solid var(--line); background: var(--surface); color: var(--text); font-size: 16px; font-family: inherit; }
.search-form input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(255,106,24,.18); }

/* Transparent Journey */
.journey-inner { max-width: 820px; margin: 0 auto; }
.journey-steps { list-style: none; margin-top: 22px; display: grid; gap: 14px; }
.journey-steps li { display: flex; gap: 14px; align-items: flex-start; }
.jno { flex: 0 0 32px; height: 32px; border-radius: 50%; background: var(--surface-2); border: 1px solid rgba(255,180,59,.4); color: var(--accent-2); font-weight: 900; display: grid; place-items: center; font-size: 14px; }
.journey-steps b { font-size: 16px; }
.journey-steps p { color: #c7cdd7; font-size: 14.5px; margin-top: 3px; }
.journey-steps li.jhi { background: linear-gradient(180deg, rgba(255,106,24,.1), transparent); border: 1px solid rgba(255,106,24,.3); border-radius: 12px; padding: 12px; margin: -4px 0; }
.journey-steps li.jhi .jno { background: linear-gradient(135deg,#ff7a2e,var(--accent)); color: #fff; border: 0; }

/* Smart Inquiry Form */
.smart-lead { background: radial-gradient(800px 420px at 50% 0%, rgba(255,106,24,.14), transparent 65%), linear-gradient(180deg,#11140b,#0b0d11); }
.smart-inner { text-align: center; display: flex; flex-direction: column; align-items: center; }
.smart-sub { margin-top: 12px; font-size: 16px; color: #c7cdd7; }
.smart-form { margin-top: 30px; width: 100%; max-width: 720px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; text-align: left; }
.smart-form label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; color: var(--muted); font-weight: 700; }
.smart-form label.full { grid-column: 1 / -1; }
.smart-form input { padding: 13px 14px; border-radius: 11px; border: 1px solid var(--line); background: var(--surface); color: var(--text); font-size: 15px; font-family: inherit; }
.smart-form input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(255,106,24,.18); }
.smart-form input.invalid { border-color: var(--bad); }
.sourcing-opt { grid-column: 1 / -1; border: 1px solid var(--line); border-radius: 12px; padding: 18px 20px; }
.sourcing-opt legend { font-size: 14px; font-weight: 800; color: var(--text); padding: 0 8px; }
.chk { flex-direction: row !important; align-items: center; gap: 10px !important; font-weight: 500 !important; color: #d6dbe3 !important; margin-top: 10px; cursor: pointer; }
.chk input { width: 18px; height: 18px; accent-color: var(--accent); flex: 0 0 auto; }
.smart-result { grid-column: 1 / -1; border-radius: 12px; padding: 16px; font-size: 14.5px; background: rgba(52,211,153,.1); border: 1px solid rgba(52,211,153,.4); color: #d6f5e6; }

@media (max-width: 980px) {
  .track-grid { grid-template-columns: 1fr; }
  .journey-inner { grid-template-columns: 1fr; gap: 28px; }
  .journey-figure { order: -1; }
}
@media (max-width: 600px) {
  .search-form { flex-direction: column; }
  .smart-form { grid-template-columns: 1fr; }
}

/* =========================================================================
   다국어 RTL (아랍어) — html[dir="rtl"]
   ========================================================================= */
html[dir="rtl"] body { font-family: "Noto Sans Arabic", "Inter", -apple-system, "Malgun Gothic", sans-serif; }
html[dir="rtl"] .process-steps li { border-left: 0; border-right: 3px solid var(--accent); }
html[dir="rtl"] .about-list li, html[dir="rtl"] .spec-card li, html[dir="rtl"] .check-list li { padding-left: 0; padding-right: 28px; }
html[dir="rtl"] .about-list li::before, html[dir="rtl"] .check-list li::before { left: auto; right: 0; }
html[dir="rtl"] .lang-menu { right: auto; left: 0; }
html[dir="rtl"] .hero-scrim { background: linear-gradient(255deg, rgba(8,9,12,.94) 30%, rgba(8,9,12,.6) 60%, rgba(8,9,12,.35) 100%), linear-gradient(0deg, rgba(8,9,12,.9), transparent 45%); }
html[dir="rtl"] .pain-card, html[dir="rtl"] .why-card { } /* 기본 정렬 유지 */
html[dir="rtl"] .brand, html[dir="rtl"] .footer-logo { direction: ltr; } /* 로고 워드마크는 LTR 유지 */

/* =========================================================================
   커스텀 커서 · 파티클 · 클릭 이펙트 (js/cursor.js)
   ========================================================================= */
body.custom-cursor, body.custom-cursor * { cursor: none; }
body.custom-cursor input, body.custom-cursor textarea { cursor: text; }
.cursor-dot, .cursor-ring { position: fixed; top: 0; left: 0; z-index: 9999; pointer-events: none; opacity: 0; transition: opacity .25s; will-change: transform; }
body.cursor-on .cursor-dot, body.cursor-on .cursor-ring { opacity: 1; }
body.over-text .cursor-dot, body.over-text .cursor-ring { opacity: 0 !important; }
.cursor-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px rgba(255,106,24,.9); }
.cursor-ring { width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid rgba(255,180,59,.85); transition: width .2s, height .2s, border-color .2s, background .2s, opacity .25s; }
.cursor-ring.active { width: 56px; height: 56px; border-color: var(--accent); background: rgba(255,106,24,.1); }
.cursor-ring.click { animation: cursorPulse .26s ease-out; }
@keyframes cursorPulse { 0% { box-shadow: 0 0 0 0 rgba(255,106,24,.55); } 100% { box-shadow: 0 0 0 16px rgba(255,106,24,0); } }
.cursor-particle { position: fixed; z-index: 9998; pointer-events: none; border-radius: 50%; transform: translate(-50%,-50%); animation: particleFade .62s ease-out forwards; box-shadow: 0 0 8px rgba(255,140,40,.7); }
@keyframes particleFade { 0% { opacity: .95; transform: translate(-50%,-50%) translate(0,0) scale(1); } 100% { opacity: 0; transform: translate(-50%,-50%) translate(var(--dx),var(--dy)) scale(.2); } }
.click-ripple { position: fixed; z-index: 9997; pointer-events: none; width: 12px; height: 12px; margin: -6px 0 0 -6px; border-radius: 50%; border: 2px solid var(--accent-2); animation: rippleOut .55s ease-out forwards; }
@keyframes rippleOut { 0% { opacity: .85; transform: scale(.3); border-width: 2.5px; } 100% { opacity: 0; transform: scale(7); border-width: .5px; } }
