/* ══════════════════════════════════════
   ORYLN AUTO PARTS – Main Stylesheet
   Font: Barlow Condensed (display) + Barlow (body)
   Theme: Industrial Gold on Deep Navy
══════════════════════════════════════ */

:root {
  --gold: #C8A84B;
  --gold-light: #E8C86A;
  --gold-dark: #A8892E;
  --gold-dim: rgba(200,168,75,0.15);
  --dark: #0E0E1C;
  --dark2: #14142A;
  --dark3: #1C1C36;
  --card: #181830;
  --border: rgba(200,168,75,0.2);
  --border2: rgba(200,168,75,0.35);
  --text: #EDE8DC;
  --text2: #A8A4B8;
  --text3: #6E6A80;
  --wa: #25D366;
  --wa-dark: #1DA851;
  --success: #25D366;
  --danger: #E24B4A;
  --warning: #EF9F27;
  --font-display: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  --font-body: 'Barlow', Arial, sans-serif;
  --radius: 8px;
  --radius-lg: 14px;
}

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--dark); color: var(--text); font-size: 15px; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, select, input, textarea { font-family: var(--font-body); font-size: 14px; }
input, textarea, select { background: var(--dark3); border: 1px solid var(--border); color: var(--text); padding: 10px 14px; border-radius: var(--radius); width: 100%; transition: border-color .2s; }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--gold); }
textarea { resize: vertical; }
select option { background: var(--dark2); }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.1; letter-spacing: .02em; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ── NAVBAR ── */
#navbar {
  position: sticky; top: 0; z-index: 200;
  background: rgba(14,14,28,0.96);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 24px; height: 64px; }
.logo { display: flex; flex-direction: column; gap: 0; text-decoration: none; }
.logo-mark { font-family: var(--font-display); font-size: 24px; font-weight: 800; color: var(--gold); letter-spacing: 3px; line-height: 1; }
.logo-sub { font-size: 9px; color: var(--text2); letter-spacing: 2px; line-height: 1; margin-top: 2px; }
.nav-links { display: flex; gap: 6px; align-items: center; margin-left: auto; }
.nav-links a { font-size: 13px; font-weight: 500; color: var(--text2); padding: 6px 12px; border-radius: 6px; transition: all .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); background: var(--gold-dim); }
.nav-right { display: flex; gap: 10px; align-items: center; }
.lang-wrap { position: relative; }
.lang-btn { background: transparent; border: 1px solid var(--border); color: var(--text2); padding: 6px 12px; border-radius: var(--radius); cursor: pointer; font-size: 12px; }
.lang-btn:hover { border-color: var(--gold); color: var(--gold); }
.lang-dropdown { display: none; position: absolute; top: calc(100% + 6px); right: 0; background: var(--dark2); border: 1px solid var(--border); border-radius: var(--radius); min-width: 130px; overflow: hidden; z-index: 300; }
.lang-dropdown.open { display: block; }
.lang-dropdown a { display: block; padding: 9px 14px; font-size: 13px; color: var(--text2); cursor: pointer; }
.lang-dropdown a:hover { background: var(--dark3); color: var(--gold); }
.btn-wa-nav { background: var(--wa); color: #fff; padding: 8px 16px; border-radius: var(--radius); font-size: 12px; font-weight: 600; white-space: nowrap; transition: background .2s; }
.btn-wa-nav:hover { background: var(--wa-dark); }
.hamburger { display: none; background: none; border: 1px solid var(--border); color: var(--text); padding: 6px 10px; border-radius: var(--radius); cursor: pointer; font-size: 18px; }

/* ── HERO ── */
.hero { position: relative; min-height: 90vh; display: flex; align-items: center; padding: 100px 24px 60px; overflow: hidden; }
.hero-bg-pattern {
  position: absolute; inset: 0;
  background: var(--dark2);
  background-image:
    linear-gradient(rgba(200,168,75,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,168,75,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-bg-pattern::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 60% 50%, rgba(200,168,75,0.07) 0%, transparent 65%);
}
.hero-content { position: relative; max-width: 1200px; margin: 0 auto; width: 100%; z-index: 1; }
.hero-badge {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 11px; letter-spacing: 3px; font-weight: 600;
  color: var(--gold); border: 1px solid var(--border2);
  background: var(--gold-dim); padding: 6px 16px; border-radius: 20px;
  margin-bottom: 24px;
  animation: fadeUp .6s ease both;
}
.hero-title { font-size: clamp(48px, 8vw, 96px); font-weight: 800; line-height: 1; margin-bottom: 24px; }
.hero-title-line1 { display: block; color: var(--text); animation: fadeUp .7s .1s ease both; }
.hero-title-line2 { display: block; color: var(--gold); animation: fadeUp .7s .2s ease both; }
.hero-desc { font-size: 17px; color: var(--text2); max-width: 560px; line-height: 1.7; margin-bottom: 36px; animation: fadeUp .7s .3s ease both; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 56px; animation: fadeUp .7s .4s ease both; }
.btn-primary {
  background: var(--gold); color: var(--dark); padding: 14px 30px;
  border-radius: var(--radius); font-family: var(--font-display); font-size: 15px; font-weight: 700;
  letter-spacing: .5px; border: none; cursor: pointer; transition: all .2s;
  display: inline-block;
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-wa-hero {
  background: var(--wa); color: #fff; padding: 14px 30px;
  border-radius: var(--radius); font-family: var(--font-display); font-size: 15px; font-weight: 700;
  letter-spacing: .5px; border: none; cursor: pointer; transition: all .2s; display: inline-block;
}
.btn-wa-hero:hover { background: var(--wa-dark); transform: translateY(-1px); }
.btn-outline {
  background: transparent; color: var(--gold); padding: 14px 30px;
  border-radius: var(--radius); font-family: var(--font-display); font-size: 15px; font-weight: 700;
  letter-spacing: .5px; border: 1px solid var(--border2); cursor: pointer; transition: all .2s; display: inline-block;
}
.btn-outline:hover { background: var(--gold-dim); }
.hero-stats { display: flex; flex-wrap: wrap; gap: 0; animation: fadeUp .7s .5s ease both; }
.stat { padding: 0 28px 0 0; }
.stat:first-child { padding-left: 0; }
.stat-num { font-family: var(--font-display); font-size: 36px; font-weight: 800; color: var(--gold); line-height: 1; display: block; }
.stat-lbl { font-size: 12px; color: var(--text2); letter-spacing: .5px; display: block; margin-top: 2px; }
.stat-divider { width: 1px; background: var(--border); margin: 0 28px 0 0; height: 40px; align-self: center; }
.hero-scroll-hint { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); color: var(--gold); font-size: 20px; animation: bounce 2s infinite; opacity: .6; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes bounce { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(6px); } }

/* ── SEARCH ── */
.search-section { background: var(--dark3); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 20px 24px; }
.search-wrap { max-width: 800px; margin: 0 auto; }
.search-label { font-size: 12px; color: var(--text2); margin-bottom: 10px; letter-spacing: .5px; }
.search-bar { display: flex; gap: 8px; flex-wrap: wrap; }
.search-bar select { width: auto; min-width: 160px; }
.search-bar input { flex: 1; min-width: 200px; }
.search-btn { background: var(--gold); color: var(--dark); padding: 10px 24px; border: none; border-radius: var(--radius); font-weight: 700; font-family: var(--font-display); font-size: 15px; cursor: pointer; white-space: nowrap; transition: background .2s; }
.search-btn:hover { background: var(--gold-light); }
.search-popular { margin-top: 10px; font-size: 12px; color: var(--text3); }
.search-popular span { margin-right: 8px; }
.search-popular a { color: var(--gold); margin-right: 8px; cursor: pointer; }
.search-popular a:hover { text-decoration: underline; }

/* ── SECTIONS ── */
.section { padding: 80px 0; }
.section-dark { background: var(--dark2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-header { text-align: center; margin-bottom: 48px; }
.section-header.light { }
.section-tag { display: inline-block; font-family: var(--font-display); font-size: 11px; font-weight: 600; letter-spacing: 3px; color: var(--gold); background: var(--gold-dim); border: 1px solid var(--border); padding: 4px 14px; border-radius: 20px; margin-bottom: 14px; }
.section-header h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 44px); font-weight: 800; margin-bottom: 12px; }
.section-header p { color: var(--text2); font-size: 16px; max-width: 480px; margin: 0 auto; }

/* ── BRAND FILTER TABS ── */
.brand-filter-tabs { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 32px; }
.filter-tab { background: transparent; border: 1px solid var(--border); color: var(--text2); padding: 8px 18px; border-radius: 20px; cursor: pointer; font-size: 13px; font-weight: 500; transition: all .2s; }
.filter-tab:hover, .filter-tab.active { background: var(--gold); color: var(--dark); border-color: var(--gold); font-weight: 700; }

/* ── BRANDS GRID ── */
.brands-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
.brand-card {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 18px 14px; text-align: center; cursor: pointer; transition: all .2s;
}
.brand-card:hover { border-color: var(--gold); transform: translateY(-3px); background: var(--dark3); }
.bc-icon { font-size: 28px; margin-bottom: 8px; }
.bc-name { font-family: var(--font-display); font-size: 14px; font-weight: 700; margin-bottom: 3px; color: var(--text); }
.bc-models { font-size: 10px; color: var(--text3); line-height: 1.4; }
.bc-tag { display: inline-block; font-size: 10px; padding: 2px 8px; border-radius: 10px; margin-top: 7px; font-weight: 600; }
.tag-jp { background: rgba(255,107,53,.15); color: #FF8055; }
.tag-de { background: rgba(102,153,255,.15); color: #88AAFF; }
.tag-us { background: rgba(200,168,75,.15); color: var(--gold); }
.tag-cn { background: rgba(255,100,100,.15); color: #FF8888; }
.tag-uk { background: rgba(0,170,255,.15); color: #66CCFF; }
.tag-fr { background: rgba(136,238,136,.15); color: #88EE88; }
.tag-kr { background: rgba(200,136,255,.15); color: #CC99FF; }

/* ── CATEGORIES GRID ── */
.cats-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; }
.cat-card {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 22px 18px; cursor: pointer; transition: all .2s;
  display: flex; flex-direction: column;
}
.cat-card:hover { border-color: var(--gold); background: var(--dark3); }
.cc-icon { font-size: 32px; margin-bottom: 10px; }
.cc-name { font-family: var(--font-display); font-size: 15px; font-weight: 700; margin-bottom: 5px; }
.cc-desc { font-size: 12px; color: var(--text3); line-height: 1.5; flex: 1; }
.cc-count { font-size: 11px; color: var(--gold); margin-top: 10px; font-weight: 600; }

/* ── TRUST CARDS ── */
.trust-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; margin-bottom: 32px; }
.trust-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px 24px; }
.trust-icon { font-size: 32px; margin-bottom: 14px; }
.trust-card h3 { font-family: var(--font-display); font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.trust-card p { font-size: 14px; color: var(--text2); line-height: 1.6; }
.markets-strip { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; padding: 20px; background: var(--gold-dim); border: 1px solid var(--border); border-radius: var(--radius-lg); }
.markets-label { font-family: var(--font-display); font-size: 13px; font-weight: 700; color: var(--gold); letter-spacing: 1px; }
.market-tag { font-size: 13px; color: var(--text2); padding: 4px 12px; background: var(--dark3); border: 1px solid var(--border); border-radius: 20px; }

/* ── INQUIRY SECTION ── */
.inquiry-layout { display: grid; grid-template-columns: 1fr 320px; gap: 32px; align-items: start; }
.wa-cta-strip { background: rgba(37,211,102,.08); border: 1px solid rgba(37,211,102,.25); border-radius: var(--radius); padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 20px; flex-wrap: wrap; }
.wa-cta-strip strong { color: var(--wa); }
.wa-cta-strip span { font-size: 14px; color: var(--text2); }
.btn-wa-green { background: var(--wa); color: #fff; padding: 10px 20px; border-radius: var(--radius); font-weight: 700; font-size: 13px; white-space: nowrap; border: none; cursor: pointer; transition: background .2s; display: inline-block; }
.btn-wa-green:hover { background: var(--wa-dark); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 12px; color: var(--text2); font-weight: 500; }
.req { color: #E24B4A; }
.opt { color: var(--text3); font-size: 11px; }
.form-group textarea { min-height: 100px; }
.radio-row { display: flex; gap: 20px; margin-top: 4px; }
.radio-label { display: flex; align-items: center; gap: 6px; font-size: 14px; cursor: pointer; }
.radio-label input { width: auto; }
.btn-submit { background: var(--gold); color: var(--dark); width: 100%; padding: 14px; border: none; border-radius: var(--radius); font-family: var(--font-display); font-size: 16px; font-weight: 700; cursor: pointer; letter-spacing: .5px; margin-top: 8px; transition: all .2s; }
.btn-submit:hover { background: var(--gold-light); }
.form-success { margin-top: 12px; padding: 14px; border-radius: var(--radius); background: rgba(37,211,102,.1); border: 1px solid rgba(37,211,102,.25); color: var(--wa); font-size: 14px; text-align: center; }

/* ── CONTACT CARD ── */
.contact-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px 24px; text-align: center; margin-bottom: 12px; }
.contact-avatar { width: 60px; height: 60px; border-radius: 50%; background: var(--gold); color: var(--dark); font-family: var(--font-display); font-size: 28px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.contact-name { font-family: var(--font-display); font-size: 22px; font-weight: 700; margin-bottom: 3px; }
.contact-title { font-size: 13px; color: var(--text2); margin-bottom: 20px; }
.contact-items { display: flex; flex-direction: column; gap: 12px; text-align: left; margin-bottom: 20px; }
.contact-item { display: flex; align-items: flex-start; gap: 12px; padding: 10px 12px; background: var(--dark3); border-radius: var(--radius); transition: background .2s; }
.contact-item:hover { background: var(--dark2); }
.ci-icon { font-size: 18px; flex-shrink: 0; margin-top: 1px; }
.ci-label { font-size: 11px; color: var(--text3); }
.ci-val { font-size: 13px; font-weight: 600; color: var(--gold); }
.btn-wa-full { display: block; background: var(--wa); color: #fff; padding: 12px; border-radius: var(--radius); font-weight: 700; font-size: 14px; text-align: center; transition: background .2s; }
.btn-wa-full:hover { background: var(--wa-dark); }
.company-card { background: var(--gold-dim); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 18px 20px; text-align: center; }
.company-name { font-family: var(--font-display); font-size: 18px; font-weight: 800; color: var(--gold); letter-spacing: 2px; margin-bottom: 5px; }
.company-full { font-size: 12px; color: var(--text2); margin-bottom: 14px; }
.company-certs { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.cert-badge { background: var(--dark3); border: 1px solid var(--border); color: var(--text2); font-size: 11px; padding: 4px 10px; border-radius: 12px; }

/* ── FOOTER ── */
footer { background: var(--dark); border-top: 1px solid var(--border); padding: 56px 0 0; }
.footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px 40px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.footer-logo { font-family: var(--font-display); font-size: 32px; font-weight: 800; color: var(--gold); letter-spacing: 3px; margin-bottom: 6px; }
.footer-tagline { font-size: 13px; color: var(--text2); margin-bottom: 6px; }
.footer-company { font-size: 12px; color: var(--text3); }
.footer-col-title { font-family: var(--font-display); font-size: 13px; font-weight: 700; letter-spacing: 1px; color: var(--gold); margin-bottom: 14px; }
.footer-col a { display: block; font-size: 13px; color: var(--text2); margin-bottom: 8px; transition: color .2s; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid var(--border); padding: 16px 24px; max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; font-size: 12px; color: var(--text3); flex-wrap: wrap; gap: 8px; }

/* ── CHAT WIDGET ── */
.chat-widget { position: fixed; bottom: 24px; right: 24px; z-index: 500; }
.chat-fab { width: 56px; height: 56px; border-radius: 50%; background: var(--gold); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(200,168,75,.4); position: relative; }
.fab-icon { font-size: 22px; }
.fab-badge { position: absolute; top: -2px; right: -2px; background: var(--danger); color: #fff; border-radius: 50%; width: 18px; height: 18px; font-size: 10px; display: flex; align-items: center; justify-content: center; font-weight: 700; border: 2px solid var(--dark); }
.chat-window { display: none; position: absolute; bottom: 68px; right: 0; width: 320px; background: var(--dark2); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 8px 40px rgba(0,0,0,.5); }
.chat-window.open { display: flex; flex-direction: column; }
.chat-head { background: var(--gold); padding: 14px 16px; display: flex; justify-content: space-between; align-items: center; }
.chat-head-info { display: flex; align-items: center; gap: 10px; }
.chat-avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--dark); color: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; font-family: var(--font-display); }
.chat-head-name { font-weight: 700; font-size: 14px; color: var(--dark); line-height: 1.1; }
.chat-head-status { font-size: 11px; color: rgba(14,14,28,.7); }
.chat-close { background: none; border: none; cursor: pointer; color: var(--dark); font-size: 18px; padding: 0 4px; }
.chat-msgs { max-height: 220px; overflow-y: auto; padding: 14px; display: flex; flex-direction: column; gap: 8px; }
.msg { padding: 10px 14px; border-radius: 10px; font-size: 13px; line-height: 1.5; max-width: 88%; }
.msg.bot { background: var(--dark3); color: var(--text); align-self: flex-start; }
.msg.user { background: var(--gold); color: var(--dark); align-self: flex-end; font-weight: 500; }
.chat-typing { font-size: 11px; color: var(--text3); padding: 0 14px 8px; display: none; }
.chat-typing.show { display: block; }
.chat-suggestions { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 14px 8px; }
.chat-suggestions button { background: var(--dark3); border: 1px solid var(--border); color: var(--text2); padding: 5px 10px; border-radius: 12px; font-size: 11px; cursor: pointer; transition: all .2s; }
.chat-suggestions button:hover { border-color: var(--gold); color: var(--gold); }
.chat-input-row { display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--border); }
.chat-input-row input { flex: 1; padding: 8px 12px; font-size: 13px; }
.chat-send { background: var(--gold); color: var(--dark); border: none; padding: 8px 14px; border-radius: var(--radius); cursor: pointer; font-size: 16px; flex-shrink: 0; }

/* ── FLOATING WHATSAPP ── */
.wa-float { position: fixed; bottom: 90px; right: 24px; width: 48px; height: 48px; background: var(--wa); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(37,211,102,.35); z-index: 499; transition: transform .2s; }
.wa-float:hover { transform: scale(1.1); }

/* ── CATALOGUE PAGE ── */
.page-hero-mini { background: var(--dark2); border-bottom: 1px solid var(--border); padding: 60px 24px 40px; }
.page-hero-mini h1 { font-family: var(--font-display); font-size: clamp(28px,5vw,52px); font-weight: 800; color: var(--gold); margin-bottom: 10px; }
.page-hero-mini p { font-size: 16px; color: var(--text2); }
.catalogue-section { padding: 40px 0; }
.catalogue-layout { display: grid; grid-template-columns: 240px 1fr; gap: 28px; }
.cat-sidebar { position: sticky; top: 80px; height: fit-content; }
.sidebar-block { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 18px; margin-bottom: 14px; }
.sidebar-title { font-family: var(--font-display); font-size: 12px; font-weight: 700; letter-spacing: 1px; color: var(--gold); margin-bottom: 12px; }
.sidebar-search { font-size: 13px; padding: 8px 12px; }
.filter-list { display: flex; flex-direction: column; gap: 4px; max-height: 220px; overflow-y: auto; }
.filter-item { display: flex; align-items: center; gap: 8px; padding: 6px 8px; border-radius: var(--radius); cursor: pointer; font-size: 13px; color: var(--text2); transition: all .2s; }
.filter-item:hover, .filter-item.active { background: var(--gold-dim); color: var(--gold); }
.filter-item input { width: auto; margin: 0; }
.sidebar-wa-btn { display: block; background: var(--wa); color: #fff; padding: 10px 14px; border-radius: var(--radius); font-size: 13px; font-weight: 600; text-align: center; transition: background .2s; }
.sidebar-wa-btn:hover { background: var(--wa-dark); }
.cat-main { min-width: 0; }
.cat-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; flex-wrap: wrap; gap: 10px; }
.cat-count { font-size: 13px; color: var(--text2); }
.sort-select { width: auto; padding: 7px 12px; font-size: 13px; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.product-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; cursor: pointer; transition: all .2s; }
.product-card:hover { border-color: var(--gold); transform: translateY(-2px); }
.pc-img { height: 140px; background: var(--dark3); display: flex; align-items: center; justify-content: center; font-size: 48px; border-bottom: 1px solid var(--border); overflow: hidden; }
.pc-img img { width: 100%; height: 100%; object-fit: cover; }
.pc-body { padding: 14px; }
.pc-cat { font-size: 10px; color: var(--text3); letter-spacing: .5px; margin-bottom: 5px; text-transform: uppercase; }
.pc-name { font-family: var(--font-display); font-size: 14px; font-weight: 700; margin-bottom: 5px; line-height: 1.2; }
.pc-oem { font-size: 11px; color: var(--gold); font-weight: 600; margin-bottom: 5px; }
.pc-fits { font-size: 11px; color: var(--text3); }
.pc-actions { padding: 10px 14px; border-top: 1px solid var(--border); display: flex; gap: 8px; }
.pc-btn { flex: 1; padding: 7px; border-radius: var(--radius); font-size: 12px; font-weight: 600; cursor: pointer; border: none; text-align: center; transition: all .2s; }
.pc-btn-quote { background: var(--gold); color: var(--dark); }
.pc-btn-quote:hover { background: var(--gold-light); }
.pc-btn-wa { background: var(--wa); color: #fff; }
.pc-btn-wa:hover { background: var(--wa-dark); }
.no-results { text-align: center; padding: 60px 20px; color: var(--text2); }
.no-results h3 { font-family: var(--font-display); font-size: 22px; margin-bottom: 8px; }

/* ── MODAL ── */
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.7); z-index: 600; align-items: center; justify-content: center; padding: 20px; }
.modal-overlay.open { display: flex; }
.modal-box { background: var(--dark2); border: 1px solid var(--border); border-radius: var(--radius-lg); max-width: 680px; width: 100%; max-height: 90vh; overflow-y: auto; position: relative; padding: 28px; }
.modal-close { position: absolute; top: 14px; right: 14px; background: var(--dark3); border: 1px solid var(--border); color: var(--text); width: 32px; height: 32px; border-radius: 50%; cursor: pointer; font-size: 16px; }
.modal-img { height: 240px; background: var(--dark3); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 72px; margin-bottom: 20px; border: 1px solid var(--border); overflow: hidden; }
.modal-img img { width: 100%; height: 100%; object-fit: cover; }
.modal-cat { font-size: 11px; color: var(--text3); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 6px; }
.modal-name { font-family: var(--font-display); font-size: 26px; font-weight: 800; margin-bottom: 12px; }
.modal-table { width: 100%; font-size: 13px; border-collapse: collapse; margin-bottom: 16px; }
.modal-table td { padding: 8px 0; border-bottom: 1px solid var(--border); }
.modal-table td:first-child { color: var(--text3); width: 130px; }
.modal-table td:last-child { color: var(--text); font-weight: 500; }
.modal-desc { font-size: 14px; color: var(--text2); line-height: 1.6; margin-bottom: 20px; }
.modal-actions { display: flex; gap: 10px; }
.modal-actions a { flex: 1; padding: 12px; border-radius: var(--radius); font-weight: 700; font-size: 14px; text-align: center; display: block; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .inquiry-layout { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .catalogue-layout { grid-template-columns: 1fr; }
  .cat-sidebar { position: static; }
  .hero-stats { gap: 20px; }
  .stat-divider { display: none; }
  .stat { padding: 0 8px; }
}
@media (max-width: 600px) {
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 64px; left: 0; right: 0; background: var(--dark2); border-bottom: 1px solid var(--border); padding: 16px 24px; z-index: 300; }
  .hamburger { display: block; }
  .hero { min-height: 80vh; padding: 80px 20px 50px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .search-bar { flex-direction: column; }
  .search-bar select { width: 100%; }
}
