/*
Theme Name: Chan Auto Demo
Theme URI: https://miraidigitalsolution.com
Author: Mirai Digital Solution
Author URI: https://miraidigitalsolution.com
Description: Premium 3-concept demo theme for Chan Auto Co., Ltd. — Vehicle Export, Used Vehicle Trading, Construction Machinery, Spare Parts, and Auction Sourcing. Includes Corporate, Export, and Marketplace concepts. Fully editable via WordPress Customizer.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Commercial Demo
License URI: https://miraidigitalsolution.com
Text Domain: chanauto
Tags: vehicle-export, automotive, japanese-cars, multilingual, rtl-language-support, custom-colors, custom-logo, full-width-template, theme-options, e-commerce

*/

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'DM Sans', 'Noto Sans JP', sans-serif; background: #0a0a0a; color: #fff; overflow-x: hidden; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul { list-style: none; }
input, select, textarea, button { font-family: inherit; }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5, h6 { line-height: 1.15; }
.font-display { font-family: 'Playfair Display', serif; }
.font-syne { font-family: 'Syne', sans-serif; }

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container-wide { max-width: 1400px; margin: 0 auto; padding: 0 24px; }
.section { padding: 88px 0; }
.section-sm { padding: 56px 0; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.text-center { text-align: center; }
.flex { display: flex; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.gap-16 { gap: 16px; }
.gap-24 { gap: 24px; }

/* ============================================================
   GLOBAL NAV
   ============================================================ */
#site-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 9999;
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 40px;
    background: rgba(10,10,10,.88);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255,255,255,.06);
    transition: background .3s;
}
.site-logo { font-family: 'Syne', sans-serif; font-size: 1.3rem; font-weight: 800; letter-spacing: -.02em; color: #fff; }
.site-logo span { color: var(--color-accent, #e8b84b); }
.nav-menu { display: flex; gap: 28px; align-items: center; }
.nav-menu a { font-size: .84rem; font-weight: 500; color: rgba(255,255,255,.6); letter-spacing: .04em; text-transform: uppercase; transition: color .2s; }
.nav-menu a:hover { color: var(--color-accent, #e8b84b); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.nav-cta-btn {
    background: var(--color-accent, #e8b84b); color: #0a0a0a;
    padding: 8px 20px; border-radius: 4px;
    font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
    transition: .2s; display: inline-block;
}
.nav-cta-btn:hover { opacity: .88; }
.concept-switcher { display: flex; gap: 4px; }
.concept-switcher-btn {
    padding: 6px 12px; border-radius: 3px; font-size: .72rem; font-weight: 700;
    letter-spacing: .06em; text-transform: uppercase; cursor: pointer;
    border: 1px solid transparent; transition: .2s;
}
.csb-home { border-color: #444; color: #888; }
.csb-home:hover, .csb-home.active { background: #333; color: #fff; border-color: #666; }
.csb-corp { border-color: #1a3a6b; color: #5a8fd4; background: rgba(26,58,107,.12); }
.csb-corp:hover, .csb-corp.active { background: #1a3a6b; color: #fff; }
.csb-exp { border-color: #1a6b3a; color: #4ab87a; background: rgba(26,107,58,.12); }
.csb-exp:hover, .csb-exp.active { background: #1a6b3a; color: #fff; }
.csb-mkt { border-color: #5b21b6; color: #a560ff; background: rgba(91,33,182,.12); }
.csb-mkt:hover, .csb-mkt.active { background: #5b21b6; color: #fff; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: #fff; transition: .3s; border-radius: 2px; }

/* ============================================================
   PAGE SYSTEM
   ============================================================ */
.ca-page { display: none; }
.ca-page.active { display: block; }
.page-offset { padding-top: 72px; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; border-radius: 5px; font-weight: 700; font-size: .88rem; letter-spacing: .04em; text-transform: uppercase; transition: .2s; cursor: pointer; border: none; }
.btn-gold { background: #e8b84b; color: #0a0a0a; }
.btn-gold:hover { background: #f5cc6b; }
.btn-outline-white { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.3); }
.btn-outline-white:hover { border-color: #fff; background: rgba(255,255,255,.07); }
.btn-green { background: #1a6b3a; color: #fff; }
.btn-green:hover { background: #145530; }
.btn-purple { background: linear-gradient(135deg, #7c3aed, #a560ff); color: #fff; }
.btn-purple:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(124,58,237,.4); }
.btn-wa { background: #25D366; color: #fff; }
.btn-wa:hover { background: #128C7E; }
.btn-corp { background: #1a3a6b; color: #fff; }
.btn-corp:hover { background: #0f2547; }
.btn-lg { padding: 16px 36px; font-size: .95rem; }
.btn-sm { padding: 8px 18px; font-size: .78rem; }

/* ============================================================
   BADGES / TAGS
   ============================================================ */
.badge { display: inline-block; padding: 5px 14px; border-radius: 30px; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.badge-gold { background: rgba(232,184,75,.12); color: #e8b84b; border: 1px solid rgba(232,184,75,.25); }
.badge-green { background: rgba(26,107,58,.12); color: #4ab87a; border: 1px solid rgba(26,107,58,.25); }
.badge-purple { background: rgba(165,96,255,.12); color: #a560ff; border: 1px solid rgba(165,96,255,.25); }
.badge-corp { background: rgba(26,58,107,.12); color: #5a8fd4; border: 1px solid rgba(26,58,107,.25); }
.tag-export { background: #1a6b3a; color: #fff; padding: 3px 8px; border-radius: 3px; font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.tag-new { background: #e8b84b; color: #0a0a0a; padding: 3px 8px; border-radius: 3px; font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.tag-sold { background: #dc2626; color: #fff; padding: 3px 8px; border-radius: 3px; font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #4ade80; display: inline-block; animation: livePulse 1.5s infinite; }
@keyframes livePulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(.75)} }

/* ============================================================
   SECTION HEADERS
   ============================================================ */
.section-label { font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 10px; display: block; }
.section-label-gold { color: #e8b84b; }
.section-label-green { color: #4ab87a; }
.section-label-purple { color: #a560ff; }
.section-label-corp { color: #1a3a6b; }
.section-title { font-family: 'Syne', sans-serif; font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; line-height: 1.15; margin-bottom: 14px; }
.section-title-serif { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 900; line-height: 1.12; margin-bottom: 14px; }
.section-subtitle { font-size: .95rem; line-height: 1.75; color: rgba(255,255,255,.5); max-width: 540px; }
.section-subtitle-dark { color: #64748b; }
.section-divider { width: 40px; height: 3px; background: var(--color-accent, #e8b84b); margin: 18px 0; border-radius: 2px; }

/* ============================================================
   CARDS
   ============================================================ */
.card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: 12px; overflow: hidden; transition: .25s; }
.card:hover { border-color: rgba(255,255,255,.15); transform: translateY(-4px); }
.card-white { background: #fff; border: 1.5px solid #e5e7eb; color: #1a1a2e; }
.card-white:hover { border-color: var(--color-accent, #1a6b3a); box-shadow: 0 12px 40px rgba(0,0,0,.1); }

/* ============================================================
   FORMS
   ============================================================ */
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 6px; }
.form-group label.dark { color: rgba(255,255,255,.4); }
.form-group label.light { color: #6b7280; }
.form-control {
    width: 100%; padding: 11px 14px; border-radius: 5px;
    font-size: .9rem; font-family: inherit; transition: .2s;
}
.form-control-dark { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); color: #fff; }
.form-control-dark:focus { outline: none; border-color: rgba(165,96,255,.5); background: rgba(165,96,255,.05); }
.form-control-light { background: #fff; border: 1.5px solid #e5e7eb; color: #1a1a2e; }
.form-control-light:focus { outline: none; border-color: #1a6b3a; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.btn-submit { width: 100%; padding: 14px; border-radius: 5px; font-weight: 700; font-size: .9rem; text-transform: uppercase; letter-spacing: .06em; cursor: pointer; border: none; margin-top: 6px; transition: .2s; }

/* ============================================================
   VEHICLE CARDS (shared)
   ============================================================ */
.vehicle-card { background: #fff; border: 1.5px solid #e5e7eb; border-radius: 10px; overflow: hidden; transition: .2s; color: #1a1a2e; }
.vehicle-card:hover { border-color: #1a6b3a; transform: translateY(-3px); box-shadow: 0 14px 40px rgba(0,0,0,.1); }
.vc-image { height: 190px; position: relative; overflow: hidden; }
.vc-image-placeholder { height: 100%; display: flex; align-items: center; justify-content: center; font-size: 4rem; }
.vc-image-placeholder.car-bg { background: linear-gradient(135deg, #0d1b2a, #1b2838, #0a192f); }
.vc-image-placeholder.truck-bg { background: linear-gradient(135deg, #1a0d00, #2d1810, #1a0d00); }
.vc-image-placeholder.mach-bg { background: linear-gradient(135deg, #1a1500, #2d2200, #1a1500); }
.vc-image-placeholder.van-bg { background: linear-gradient(135deg, #001a1a, #002d2d, #001a1a); }
.vc-tags { position: absolute; top: 10px; left: 10px; display: flex; gap: 5px; }
.vc-body { padding: 16px; }
.vc-make { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #9ca3af; margin-bottom: 3px; }
.vc-name { font-weight: 700; font-size: 1rem; color: #0d1117; margin-bottom: 9px; }
.vc-specs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 12px; }
.vc-spec { font-size: .73rem; color: #6b7280; display: flex; align-items: center; gap: 3px; }
.vc-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; border-top: 1px solid #f3f4f6; }
.vc-price { font-weight: 800; font-size: 1.12rem; }
.vc-price-label { font-size: .62rem; color: #9ca3af; font-weight: 400; display: block; margin-bottom: 1px; }

/* ============================================================
   STATS
   ============================================================ */
.stat-num { font-family: 'Syne', sans-serif; font-weight: 800; line-height: 1; }
.stat-label { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; margin-top: 4px; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonial-card { padding: 28px; border-radius: 10px; }
.stars { color: #e8b84b; font-size: .95rem; margin-bottom: 14px; }
.testimonial-text { font-size: .88rem; line-height: 1.75; font-style: italic; margin-bottom: 18px; }
.testimonial-name { font-weight: 700; font-size: .9rem; }
.testimonial-role { font-size: .74rem; margin-top: 2px; }

/* ============================================================
   HOME PAGE STYLES
   ============================================================ */
.home-hero {
    min-height: 100vh; display: flex; align-items: center;
    position: relative; overflow: hidden;
    background: linear-gradient(135deg, #0a0a0a 0%, #0d1117 40%, #0a1628 100%);
}
.home-hero-grid {
    position: absolute; inset: 0;
    background-image: linear-gradient(rgba(232,184,75,.04) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(232,184,75,.04) 1px, transparent 1px);
    background-size: 60px 60px;
}
.home-hero-content { position: relative; z-index: 1; }
.home-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.6rem, 5vw, 4rem); font-weight: 900; line-height: 1.08; letter-spacing: -.03em; margin-bottom: 22px; }
.home-hero h1 em { font-style: normal; color: #e8b84b; }
.home-hero p { font-size: 1.05rem; line-height: 1.75; color: rgba(255,255,255,.58); margin-bottom: 36px; max-width: 480px; }
.home-stats { display: flex; gap: 40px; margin-top: 40px; flex-wrap: wrap; }
.home-stat-num { font-family: 'Syne', sans-serif; font-size: 2rem; font-weight: 800; color: #e8b84b; line-height: 1; }
.home-stat-label { font-size: .68rem; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .1em; margin-top: 4px; }

/* Concept Cards */
.concept-cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.concept-card { border-radius: 14px; overflow: hidden; cursor: pointer; transition: .3s; }
.concept-card:hover { transform: translateY(-6px); }
.cc-preview { height: 240px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.cc-corp-bg { background: linear-gradient(160deg, #0a1628, #0f2547, #1a3a6b); }
.cc-exp-bg { background: linear-gradient(160deg, #061a10, #0d3320, #1a6b3a); }
.cc-mkt-bg { background: linear-gradient(160deg, #1a0628, #2d0f47, #4a1a7a); }
.cc-badge { position: absolute; top: 14px; right: 14px; padding: 4px 10px; border-radius: 20px; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.cc-body { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-top: none; padding: 22px; }
.cc-num { font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: .4; margin-bottom: 6px; }
.cc-name { font-family: 'Syne', sans-serif; font-size: 1.2rem; font-weight: 800; margin-bottom: 8px; }
.cc-desc { font-size: .83rem; color: rgba(255,255,255,.48); line-height: 1.6; margin-bottom: 16px; }
.cc-link { font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: .2s; display: inline-flex; align-items: center; gap: 6px; }

/* Features bar */
.features-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.05); }
.feature-item { background: #0a0a0a; padding: 36px 24px; text-align: center; }
.feature-icon { font-size: 1.8rem; margin-bottom: 14px; }
.feature-title { font-weight: 700; font-size: .95rem; margin-bottom: 7px; }
.feature-desc { font-size: .8rem; color: rgba(255,255,255,.4); line-height: 1.6; }

/* ============================================================
   CORPORATE CONCEPT
   ============================================================ */
#page-corporate { background: #f8f9fc; color: #0d1117; }

/* Corp Hero */
.corp-hero {
    min-height: 100vh; display: flex; align-items: flex-end;
    position: relative; overflow: hidden;
    background: linear-gradient(160deg, #0a1628, #0f2547, #1a3a6b);
}
.corp-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(10,22,40,.95) 40%, rgba(10,22,40,.35)); }
.corp-hero-content { position: relative; z-index: 1; width: 100%; padding: 0 48px 80px; max-width: 1200px; margin: 0 auto; }
.corp-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 900; color: #fff; line-height: 1.12; margin-bottom: 18px; max-width: 580px; }
.corp-hero p { font-size: 1rem; color: rgba(255,255,255,.62); max-width: 460px; line-height: 1.78; margin-bottom: 32px; }
.corp-hero-badges { display: flex; gap: 10px; margin-top: 28px; flex-wrap: wrap; }
.corp-hero-badge { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); padding: 6px 14px; border-radius: 3px; font-size: .7rem; font-weight: 600; color: rgba(255,255,255,.68); letter-spacing: .06em; text-transform: uppercase; }

/* Corp Stats bar */
.corp-stats-bar { background: #1a3a6b; }
.corp-stats-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.14); }
.corp-stat-cell { background: #1a3a6b; padding: 22px; text-align: center; }
.corp-stat-num { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: #e8b84b; line-height: 1; }
.corp-stat-label { font-size: .68rem; color: rgba(255,255,255,.55); letter-spacing: .09em; text-transform: uppercase; margin-top: 5px; }

/* Corp Services */
.corp-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: #e2e8f0; }
.corp-service-card { background: #fff; padding: 34px 26px; transition: .2s; }
.corp-service-card:hover { background: #f0f5ff; }
.corp-svc-icon { width: 50px; height: 50px; border-radius: 10px; background: #eff3fb; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 18px; }
.corp-svc-title { font-weight: 700; font-size: 1.05rem; color: #0d1117; margin-bottom: 9px; }
.corp-svc-desc { font-size: .84rem; color: #64748b; line-height: 1.72; margin-bottom: 14px; }
.corp-svc-link { font-size: .76rem; font-weight: 700; color: #1a3a6b; letter-spacing: .06em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 5px; }

/* Corp Why */
.corp-why { background: #0d1117; color: #fff; }
.corp-why-point { display: flex; gap: 14px; align-items: flex-start; }
.corp-why-icon { width: 38px; height: 38px; border-radius: 8px; background: #1a3a6b; display: flex; align-items: center; justify-content: center; font-size: .95rem; flex-shrink: 0; }
.corp-why-title { font-weight: 700; font-size: .93rem; margin-bottom: 3px; }
.corp-why-desc { font-size: .8rem; color: rgba(255,255,255,.48); line-height: 1.62; }

/* Corp Testimonials */
.corp-test-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; }
.corp-test-text { color: #4a5568; }
.corp-test-name { color: #0d1117; }
.corp-test-role { color: #94a3b8; }

/* Corp Contact */
.corp-contact-section { background: #1a3a6b; color: #fff; }
.corp-contact-info h2 { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 900; color: #fff; margin-bottom: 14px; }
.corp-contact-info p { font-size: .9rem; color: rgba(255,255,255,.58); line-height: 1.78; margin-bottom: 28px; }
.corp-contact-item { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; font-size: .87rem; color: rgba(255,255,255,.72); }
.corp-form-wrap { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; padding: 32px; }

/* Corp Footer */
.corp-footer { background: #0a0f1e; color: #fff; padding: 56px 0 24px; }
.corp-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.07); }
.corp-footer-brand p { font-size: .82rem; color: rgba(255,255,255,.4); line-height: 1.7; margin-top: 10px; }
.corp-footer-col h4 { font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 14px; }
.corp-footer-col ul li { margin-bottom: 8px; }
.corp-footer-col ul li a { font-size: .82rem; color: rgba(255,255,255,.46); transition: .2s; }
.corp-footer-col ul li a:hover { color: #e8b84b; }
.corp-footer-bottom { display: flex; justify-content: space-between; align-items: center; }
.corp-footer-bottom p { font-size: .73rem; color: rgba(255,255,255,.22); }

/* ============================================================
   EXPORT CONCEPT
   ============================================================ */
#page-export { background: #f0f2f5; color: #1a1a2e; }

.exp-hero {
    background: linear-gradient(140deg, #061408, #0d2818, #1a4a28, #0d3320);
    min-height: 100vh; display: flex; align-items: center;
    padding: 100px 48px 80px; position: relative; overflow: hidden;
}
.exp-hero::before {
    content: ''; position: absolute; inset: 0;
    background-image: radial-gradient(rgba(74,184,122,.06) 1px, transparent 1px);
    background-size: 32px 32px;
}
.exp-hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; width: 100%; position: relative; z-index: 1; }
.exp-hero h1 { font-family: 'Syne', sans-serif; font-size: clamp(2.2rem, 4.5vw, 3.4rem); font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: 18px; }
.exp-hero h1 strong { color: #4ab87a; }
.exp-hero p { font-size: .98rem; color: rgba(255,255,255,.58); line-height: 1.78; max-width: 420px; margin-bottom: 32px; }
.exp-trust-items { display: flex; flex-direction: column; gap: 6px; }
.exp-trust-item { font-size: .78rem; color: rgba(255,255,255,.44); display: flex; align-items: center; gap: 8px; }
.exp-trust-item::before { content: '✓'; color: #4ab87a; font-weight: 700; font-size: .9rem; }

/* Search widget */
.exp-search-widget { background: #fff; border-radius: 12px; padding: 24px; color: #1a1a2e; box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.exp-search-title { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #1a6b3a; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.exp-search-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 12px; }
.exp-search-field label { display: block; font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #6b7280; margin-bottom: 5px; }
.exp-search-field select { width: 100%; padding: 9px 11px; border: 1.5px solid #e5e7eb; border-radius: 5px; font-size: .87rem; color: #1a1a2e; font-family: inherit; background: #fff; }
.exp-popular-tags { display: flex; gap: 5px; flex-wrap: wrap; margin-top: 10px; }
.exp-popular-label { font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #9ca3af; margin-bottom: 7px; }
.exp-popular-tag { padding: 4px 9px; background: #f3f4f6; border-radius: 4px; font-size: .7rem; font-weight: 600; color: #374151; cursor: pointer; transition: .2s; }
.exp-popular-tag:hover { background: #1a6b3a; color: #fff; }

/* Stats bar */
.exp-stats-bar { background: #fff; border-bottom: 1px solid #e5e7eb; }
.exp-stats-inner { max-width: 1200px; margin: 0 auto; padding: 24px 48px; display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; }
.exp-stat-num { font-family: 'Syne', sans-serif; font-size: 1.8rem; font-weight: 800; color: #1a6b3a; line-height: 1; }
.exp-stat-label { font-size: .68rem; color: #6b7280; margin-top: 4px; text-transform: uppercase; letter-spacing: .09em; }

/* Vehicles */
.exp-vehicles-bg { background: #fff; }
.exp-vehicles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

/* Process */
.exp-process-bg { background: #f0f7f4; }
.exp-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
.exp-steps::before { content: ''; position: absolute; top: 30px; left: 12%; right: 12%; height: 2px; background: repeating-linear-gradient(90deg, #1a6b3a 0, #1a6b3a 12px, transparent 12px, transparent 24px); }
.exp-step { text-align: center; position: relative; z-index: 1; }
.exp-step-num { width: 60px; height: 60px; border-radius: 50%; background: #1a6b3a; color: #fff; font-family: 'Syne', sans-serif; font-size: 1.4rem; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; border: 4px solid #f0f7f4; }
.exp-step-title { font-weight: 700; font-size: .95rem; color: #0d1117; margin-bottom: 7px; }
.exp-step-desc { font-size: .8rem; color: #6b7280; line-height: 1.62; }

/* Countries */
.exp-countries-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.exp-country { display: flex; align-items: center; gap: 9px; padding: 9px 16px; border: 1.5px solid #e5e7eb; border-radius: 7px; transition: .2s; cursor: pointer; }
.exp-country:hover { border-color: #1a6b3a; background: #f0f7f4; }
.exp-country-flag { font-size: 1.3rem; }
.exp-country-name { font-size: .84rem; font-weight: 600; color: #1a1a2e; }

/* WA CTA */
.exp-wa-cta { background: linear-gradient(135deg, #1a6b3a, #0d3320); color: #fff; text-align: center; }
.exp-wa-cta h2 { font-family: 'Syne', sans-serif; font-size: 2rem; font-weight: 800; margin-bottom: 10px; }
.exp-wa-cta p { color: rgba(255,255,255,.6); margin-bottom: 28px; }
.exp-wa-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Export Footer */
.exp-footer { background: #0a1a0d; color: #fff; padding: 48px 0 24px; }
.exp-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,.06); }
.exp-footer-brand p { font-size: .82rem; color: rgba(255,255,255,.38); line-height: 1.7; margin-top: 10px; }
.exp-footer-col h4 { font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 14px; }
.exp-footer-col li { margin-bottom: 7px; font-size: .82rem; color: rgba(255,255,255,.42); }
.exp-footer-bottom { display: flex; justify-content: space-between; align-items: center; }
.exp-footer-bottom p { font-size: .73rem; color: rgba(255,255,255,.2); }

/* ============================================================
   MARKETPLACE CONCEPT
   ============================================================ */
#page-marketplace { background: #07050f; color: #f0ecff; }

.mkt-hero {
    min-height: 100vh; display: flex; align-items: center;
    position: relative; overflow: hidden;
    background: radial-gradient(ellipse 90% 70% at 65% 45%, #2a0a56 0%, #180a38 45%, #07050f 80%);
}
.mkt-hero-dots { position: absolute; inset: 0; background-image: radial-gradient(rgba(165,96,255,.12) 1px, transparent 1px); background-size: 30px 30px; }
.mkt-hero-glow { position: absolute; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(140,80,255,.18) 0%, transparent 70%); top: 50%; left: 58%; transform: translate(-50%,-50%); }
.mkt-hero-inner { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 0 48px; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.mkt-badge-pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(165,96,255,.14); border: 1px solid rgba(165,96,255,.28); padding: 6px 14px; border-radius: 30px; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #c4a0ff; margin-bottom: 22px; }
.mkt-hero h1 { font-family: 'Syne', sans-serif; font-size: clamp(2.2rem, 4.5vw, 3.6rem); font-weight: 800; line-height: 1.08; letter-spacing: -.02em; margin-bottom: 18px; }
.mkt-grad { background: linear-gradient(90deg, #a560ff, #60a0ff, #a560ff); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-size: 200%; animation: gradShift 3.5s infinite; }
@keyframes gradShift { 0%,100%{background-position:0%} 50%{background-position:100%} }
.mkt-hero p { font-size: .98rem; color: rgba(240,236,255,.52); line-height: 1.78; max-width: 420px; margin-bottom: 32px; }
.mkt-social-proof { display: flex; align-items: center; gap: 14px; margin-top: 24px; }
.mkt-avatars { display: flex; }
.mkt-avatar { width: 32px; height: 32px; border-radius: 50%; border: 2px solid #07050f; display: flex; align-items: center; justify-content: center; font-size: .7rem; font-weight: 800; margin-left: -7px; background: linear-gradient(135deg, #7c3aed, #a560ff); }
.mkt-avatar:first-child { margin-left: 0; }
.mkt-social-text { font-size: .78rem; color: rgba(240,236,255,.46); }
.mkt-social-text strong { color: #c4a0ff; }

/* Dashboard preview */
.mkt-dashboard { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 16px; overflow: hidden; }
.mkt-dash-header { background: rgba(255,255,255,.05); padding: 11px 16px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid rgba(255,255,255,.06); }
.mkt-dash-dot { width: 10px; height: 10px; border-radius: 50%; }
.mkt-dash-title { font-size: .72rem; font-weight: 600; color: rgba(240,236,255,.35); margin-left: 8px; }
.mkt-dash-body { padding: 14px; }
.mkt-dash-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-bottom: 10px; }
.mkt-dash-stat { background: rgba(255,255,255,.05); border-radius: 7px; padding: 10px; }
.mkt-dash-stat-num { font-family: 'Syne', sans-serif; font-size: 1.25rem; font-weight: 800; color: #a560ff; line-height: 1; }
.mkt-dash-stat-label { font-size: .58rem; color: rgba(240,236,255,.3); margin-top: 2px; text-transform: uppercase; letter-spacing: .08em; }
.mkt-dash-items { display: flex; flex-direction: column; gap: 5px; }
.mkt-dash-item { display: flex; align-items: center; gap: 9px; background: rgba(255,255,255,.04); border-radius: 6px; padding: 7px 10px; }
.mkt-dash-item-name { font-size: .76rem; font-weight: 600; flex: 1; }
.mkt-dash-item-price { font-size: .76rem; font-weight: 700; color: #a560ff; }
.mkt-item-status { padding: 2px 7px; border-radius: 3px; font-size: .58rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.s-avail { background: rgba(74,184,122,.18); color: #4ab87a; }
.s-hold { background: rgba(232,184,75,.18); color: #e8b84b; }
.s-sold { background: rgba(239,68,68,.18); color: #f87171; }

/* Mkt Features */
.mkt-features-bg { background: rgba(255,255,255,.014); }
.mkt-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mkt-feature-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); border-radius: 12px; padding: 26px; transition: .3s; position: relative; overflow: hidden; }
.mkt-feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #7c3aed, #a560ff); opacity: 0; transition: .3s; }
.mkt-feature-card:hover { border-color: rgba(165,96,255,.3); background: rgba(124,58,237,.08); }
.mkt-feature-card:hover::before { opacity: 1; }
.mkt-feature-icon { width: 46px; height: 46px; border-radius: 10px; background: rgba(124,58,237,.18); border: 1px solid rgba(165,96,255,.2); display: flex; align-items: center; justify-content: center; font-size: 1.25rem; margin-bottom: 16px; }
.mkt-feature-title { font-weight: 700; font-size: .96rem; margin-bottom: 8px; }
.mkt-feature-desc { font-size: .82rem; color: rgba(240,236,255,.42); line-height: 1.65; }

/* Mkt Categories */
.mkt-cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.mkt-cat-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: 11px; padding: 22px; text-align: center; cursor: pointer; transition: .3s; }
.mkt-cat-card:hover { background: rgba(124,58,237,.12); border-color: rgba(165,96,255,.3); transform: translateY(-3px); }
.mkt-cat-icon { font-size: 2.1rem; margin-bottom: 12px; }
.mkt-cat-name { font-weight: 700; font-size: .93rem; margin-bottom: 4px; }
.mkt-cat-count { font-size: .72rem; color: rgba(240,236,255,.33); text-transform: uppercase; letter-spacing: .08em; }

/* Mkt Auction */
.mkt-auction-bg { background: rgba(255,255,255,.02); }
.mkt-auction-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.mkt-auction-form { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; padding: 30px; }
.mkt-auction-form h3 { font-family: 'Syne', sans-serif; font-size: 1.15rem; font-weight: 800; margin-bottom: 22px; display: flex; align-items: center; gap: 8px; }
.mkt-auction-point { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 18px; }
.mkt-point-num { width: 26px; height: 26px; border-radius: 6px; background: linear-gradient(135deg, #7c3aed, #a560ff); display: flex; align-items: center; justify-content: center; font-size: .73rem; font-weight: 800; flex-shrink: 0; }
.mkt-point-text { font-size: .84rem; color: rgba(240,236,255,.56); line-height: 1.65; }

/* Mkt Contact card */
.mkt-contact-card { background: linear-gradient(135deg, rgba(124,58,237,.14), rgba(165,96,255,.07)); border: 1px solid rgba(165,96,255,.18); border-radius: 20px; padding: 56px; text-align: center; position: relative; overflow: hidden; }
.mkt-contact-card::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(ellipse at center, rgba(165,96,255,.07) 0%, transparent 60%); }
.mkt-contact-card h2 { font-family: 'Syne', sans-serif; font-size: 2rem; font-weight: 800; margin-bottom: 12px; position: relative; }
.mkt-contact-card p { color: rgba(240,236,255,.46); margin-bottom: 30px; position: relative; font-size: 1rem; }
.mkt-contact-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; }

/* Mkt Footer */
.mkt-footer { background: #030208; border-top: 1px solid rgba(255,255,255,.05); padding: 56px 0 28px; }
.mkt-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.05); }
.mkt-footer-brand p { font-size: .82rem; color: rgba(240,236,255,.28); line-height: 1.7; margin-top: 10px; margin-bottom: 18px; }
.mkt-socials { display: flex; gap: 8px; }
.mkt-social-icon { width: 32px; height: 32px; border-radius: 7px; background: rgba(255,255,255,.06); display: flex; align-items: center; justify-content: center; font-size: .82rem; cursor: pointer; transition: .2s; }
.mkt-social-icon:hover { background: rgba(165,96,255,.22); }
.mkt-footer-col h4 { font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(240,236,255,.24); margin-bottom: 14px; }
.mkt-footer-col li { margin-bottom: 7px; font-size: .82rem; color: rgba(240,236,255,.38); }
.mkt-footer-bottom { display: flex; justify-content: space-between; align-items: center; }
.mkt-footer-bottom p { font-size: .72rem; color: rgba(240,236,255,.2); }

/* ============================================================
   LIVE INVENTORY PREVIEW (Home)
   ============================================================ */
.inventory-preview-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; padding: 24px; backdrop-filter: blur(8px); }
.inv-header { font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #e8b84b; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.inv-item { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.055); }
.inv-item:last-child { border-bottom: none; }
.inv-icon { width: 38px; height: 38px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.15rem; flex-shrink: 0; }
.inv-name { font-size: .88rem; font-weight: 600; }
.inv-detail { font-size: .72rem; color: rgba(255,255,255,.42); }
.inv-price { font-size: .88rem; font-weight: 700; color: #e8b84b; margin-left: auto; white-space: nowrap; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    .grid-4, .corp-footer-grid, .mkt-footer-grid { grid-template-columns: repeat(2, 1fr); }
    .corp-stats-inner, .exp-stats-inner { grid-template-columns: repeat(2, 1fr); }
    .mkt-cat-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
    #site-header { padding: 14px 20px; }
    .nav-menu { display: none; }
    .hamburger { display: flex; }
    .home-hero-grid-layout,
    .grid-2,
    .exp-hero-inner,
    .mkt-hero-inner,
    .corp-contact-grid,
    .corp-why-grid,
    .mkt-auction-grid,
    .exp-footer-grid { grid-template-columns: 1fr; }
    .grid-3,
    .concept-cards-grid,
    .corp-services-grid,
    .exp-vehicles-grid,
    .mkt-features-grid { grid-template-columns: 1fr 1fr; }
    .exp-steps { grid-template-columns: 1fr 1fr; }
    .exp-steps::before { display: none; }
    .corp-hero-content, .exp-hero { padding-left: 20px; padding-right: 20px; }
    .mkt-hero-inner { padding: 0 20px; }
    .features-bar { grid-template-columns: 1fr 1fr; }
    .mkt-cat-grid { grid-template-columns: repeat(2, 1fr); }
    .mkt-footer-grid { grid-template-columns: 1fr 1fr; }
    .corp-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .grid-3, .concept-cards-grid, .corp-services-grid, .exp-vehicles-grid, .mkt-features-grid, .grid-4 { grid-template-columns: 1fr; }
    .exp-steps, .mkt-cat-grid { grid-template-columns: 1fr 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .home-stats { gap: 20px; }
    .features-bar { grid-template-columns: 1fr; }
    .concept-switcher { flex-wrap: wrap; gap: 3px; }
    .concept-switcher-btn { font-size: .62rem; padding: 5px 8px; }
}

/* ============================================================
   WORDPRESS SPECIFIC
   ============================================================ */
.wp-block-image img { max-width: 100%; height: auto; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin-right: 1.5rem; }
.alignright { float: right; margin-left: 1.5rem; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
