/* =================================================================
   تهران سوزوکی - استایل اصلی سایت
   ================================================================= */

/* ---------- متغیرهای اصلی ---------- */
:root {
    --suzuki-blue: #0C4DA2;
    --suzuki-dark: #0033A0;
    --suzuki-deep: #082B5C;
    --white: #FFFFFF;
    --silver: #E0E5E9;
    --light: #F5F7FA;
    --gray: #64748B;
    --gray-light: #94A3B8;
    --text: #1E293B;
    --text-soft: #475569;
    --success: #10B981;
    --whatsapp: #25D366;
    --warning: #F59E0B;
    --danger: #EF4444;
    --border: #E2E8F0;
    --shadow-sm: 0 1px 2px rgba(15,23,42,.06), 0 1px 3px rgba(15,23,42,.04);
    --shadow: 0 4px 12px rgba(15,23,42,.08), 0 2px 4px rgba(15,23,42,.04);
    --shadow-lg: 0 14px 36px rgba(12,77,162,.12), 0 6px 16px rgba(15,23,42,.06);
    --shadow-xl: 0 24px 48px rgba(12,77,162,.18);
    --radius-sm: 8px;
    --radius: 14px;
    --radius-lg: 20px;
    --radius-xl: 28px;
    --container: 1200px;
    --transition: 200ms cubic-bezier(.4,0,.2,1);
}

/* ---------- ریست کلی ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: 'IRANSans', 'Vazir', 'Tahoma', 'Segoe UI', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: var(--text);
    background: var(--light);
    direction: rtl;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--suzuki-blue); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--suzuki-dark); }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }
input, textarea, select { font-family: inherit; font-size: inherit; }

/* ---------- ابزار عمومی ---------- */
.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 20px;
}
.section {
    padding: 70px 0;
    position: relative;
}
.section-sm { padding: 40px 0; }
.section-title {
    text-align: center;
    margin-bottom: 50px;
}
.section-title h2 {
    font-size: 32px;
    color: var(--suzuki-deep);
    margin-bottom: 12px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.section-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 50%;
    transform: translateX(50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--suzuki-blue), var(--suzuki-dark));
    border-radius: 4px;
}
.section-title p {
    color: var(--text-soft);
    font-size: 16px;
    margin-top: 22px;
}

/* ---------- آیکن‌ها (SVG inline) ---------- */
.ic { display: inline-block; width: 18px; height: 18px; vertical-align: middle; position: relative; }
.ic::before {
    content: '';
    display: block;
    width: 100%; height: 100%;
    background-color: currentColor;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
.ic-phone::before { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M20 15.5c-1.2 0-2.4-.2-3.6-.6-.3-.1-.7 0-1 .2l-2.2 2.2c-2.8-1.4-5.1-3.7-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.4-1.2-.6-2.4-.6-3.6 0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1 0 9.4 7.6 17 17 17 .5 0 1-.5 1-1v-3.5c0-.5-.5-.9-1-.9z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M20 15.5c-1.2 0-2.4-.2-3.6-.6-.3-.1-.7 0-1 .2l-2.2 2.2c-2.8-1.4-5.1-3.7-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.4-1.2-.6-2.4-.6-3.6 0-.5-.5-1-1-1H4c-.5 0-1 .5-1 1 0 9.4 7.6 17 17 17 .5 0 1-.5 1-1v-3.5c0-.5-.5-.9-1-.9z'/></svg>"); }
.ic-whatsapp::before { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M17.5 14.4c-.3-.1-1.7-.8-1.9-.9-.3-.1-.5-.1-.7.1s-.8.9-.9 1.1c-.2.2-.3.2-.6.1-1.6-.8-2.7-1.5-3.8-3.4-.3-.5.3-.5.8-1.5.1-.2 0-.4 0-.5l-1-2.3c-.2-.6-.5-.5-.7-.5h-.6c-.2 0-.5.1-.8.4S6 8.4 6 9.7s1 2.6 1.1 2.8c.1.2 1.9 2.9 4.6 4.1 1.7.7 2.3.8 3.2.6.5-.1 1.7-.7 1.9-1.4.2-.7.2-1.2.2-1.4-.1-.1-.3-.2-.5-.3z'/><path d='M12 .5C5.6.5.5 5.6.5 12c0 2.1.6 4.2 1.7 6L.5 23.5l5.6-1.7c1.7 1 3.7 1.5 5.9 1.5 6.4 0 11.5-5.1 11.5-11.5S18.4.5 12 .5zm0 21c-1.9 0-3.7-.5-5.3-1.5l-.4-.2-3.7 1.1 1.1-3.6-.2-.4c-1-1.6-1.6-3.5-1.6-5.4 0-5.6 4.5-10.1 10.1-10.1S22 6.4 22 12 17.6 21.5 12 21.5z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M17.5 14.4c-.3-.1-1.7-.8-1.9-.9-.3-.1-.5-.1-.7.1s-.8.9-.9 1.1c-.2.2-.3.2-.6.1-1.6-.8-2.7-1.5-3.8-3.4-.3-.5.3-.5.8-1.5.1-.2 0-.4 0-.5l-1-2.3c-.2-.6-.5-.5-.7-.5h-.6c-.2 0-.5.1-.8.4S6 8.4 6 9.7s1 2.6 1.1 2.8c.1.2 1.9 2.9 4.6 4.1 1.7.7 2.3.8 3.2.6.5-.1 1.7-.7 1.9-1.4.2-.7.2-1.2.2-1.4-.1-.1-.3-.2-.5-.3z'/><path d='M12 .5C5.6.5.5 5.6.5 12c0 2.1.6 4.2 1.7 6L.5 23.5l5.6-1.7c1.7 1 3.7 1.5 5.9 1.5 6.4 0 11.5-5.1 11.5-11.5S18.4.5 12 .5zm0 21c-1.9 0-3.7-.5-5.3-1.5l-.4-.2-3.7 1.1 1.1-3.6-.2-.4c-1-1.6-1.6-3.5-1.6-5.4 0-5.6 4.5-10.1 10.1-10.1S22 6.4 22 12 17.6 21.5 12 21.5z'/></svg>"); }
.ic-pin::before { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 2C8.1 2 5 5.1 5 9c0 5.3 7 13 7 13s7-7.7 7-13c0-3.9-3.1-7-7-7zm0 9.5a2.5 2.5 0 010-5 2.5 2.5 0 010 5z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 2C8.1 2 5 5.1 5 9c0 5.3 7 13 7 13s7-7.7 7-13c0-3.9-3.1-7-7-7zm0 9.5a2.5 2.5 0 010-5 2.5 2.5 0 010 5z'/></svg>"); }
.ic-clock::before { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4.2 14.2L11 13V7h1.5v5.2l4.5 2.7-.8 1.3z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4.2 14.2L11 13V7h1.5v5.2l4.5 2.7-.8 1.3z'/></svg>"); }
.ic-home::before { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 3 2 12h3v8h6v-6h2v6h6v-8h3z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 3 2 12h3v8h6v-6h2v6h6v-8h3z'/></svg>"); }
.ic-parts::before { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M22 11h-4.2c-.4-1.6-1.5-2.9-3-3.6V4c0-1.1-.9-2-2-2h-1.6c-1.1 0-2 .9-2 2v3.4c-1.5.7-2.6 2-3 3.6H2v2h4.2c.5 1.6 1.5 2.9 3 3.6V20c0 1.1.9 2 2 2h1.6c1.1 0 2-.9 2-2v-3.4c1.5-.7 2.5-2 3-3.6H22v-2zm-10 3a2 2 0 110-4 2 2 0 010 4z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M22 11h-4.2c-.4-1.6-1.5-2.9-3-3.6V4c0-1.1-.9-2-2-2h-1.6c-1.1 0-2 .9-2 2v3.4c-1.5.7-2.6 2-3 3.6H2v2h4.2c.5 1.6 1.5 2.9 3 3.6V20c0 1.1.9 2 2 2h1.6c1.1 0 2-.9 2-2v-3.4c1.5-.7 2.5-2 3-3.6H22v-2zm-10 3a2 2 0 110-4 2 2 0 010 4z'/></svg>"); }
.ic-check::before { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>"); }
.ic-star::before { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='m12 17.3 6.2 3.7-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8-1.6 7z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='m12 17.3 6.2 3.7-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8-1.6 7z'/></svg>"); }
.ic-arrow::before { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M15 6 9 12l6 6 1.4-1.4L11.8 12l4.6-4.6z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M15 6 9 12l6 6 1.4-1.4L11.8 12l4.6-4.6z'/></svg>"); }
.ic-search::before { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M15.5 14h-.8l-.3-.3a6.5 6.5 0 1 0-.7.7l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0A4.5 4.5 0 1 1 14 9.5 4.5 4.5 0 0 1 9.5 14z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M15.5 14h-.8l-.3-.3a6.5 6.5 0 1 0-.7.7l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0A4.5 4.5 0 1 1 14 9.5 4.5 4.5 0 0 1 9.5 14z'/></svg>"); }
.ic-truck::before { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M20 8h-3V4H3a2 2 0 0 0-2 2v11h2a3 3 0 0 0 6 0h6a3 3 0 0 0 6 0h2v-5l-3-4zM6 18.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm12.5-9 1.96 2.5H17V9.5h1.5zM18 18.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M20 8h-3V4H3a2 2 0 0 0-2 2v11h2a3 3 0 0 0 6 0h6a3 3 0 0 0 6 0h2v-5l-3-4zM6 18.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm12.5-9 1.96 2.5H17V9.5h1.5zM18 18.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z'/></svg>"); }
.ic-tools::before { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M22.7 19 13.6 9.9c.9-2.3.4-5-1.5-6.9-2-2-5-2.4-7.4-1.3L9 6 6 9 1.6 4.7C.4 7.1.9 10.1 2.9 12.1c1.9 1.9 4.6 2.4 6.9 1.5l9.1 9.1c.4.4 1 .4 1.4 0l2.3-2.3c.5-.4.5-1 .1-1.4z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M22.7 19 13.6 9.9c.9-2.3.4-5-1.5-6.9-2-2-5-2.4-7.4-1.3L9 6 6 9 1.6 4.7C.4 7.1.9 10.1 2.9 12.1c1.9 1.9 4.6 2.4 6.9 1.5l9.1 9.1c.4.4 1 .4 1.4 0l2.3-2.3c.5-.4.5-1 .1-1.4z'/></svg>"); }

/* ---------- دکمه‌ها ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: var(--radius);
    font-size: 15px;
    font-weight: 600;
    transition: all var(--transition);
    border: 2px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}
.btn-primary {
    background: linear-gradient(135deg, var(--suzuki-blue), var(--suzuki-dark));
    color: var(--white);
    box-shadow: 0 6px 18px rgba(12,77,162,.35);
}
.btn-primary:hover {
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(12,77,162,.45);
}
.btn-outline {
    background: transparent;
    color: var(--suzuki-blue);
    border-color: var(--suzuki-blue);
}
.btn-outline:hover {
    background: var(--suzuki-blue);
    color: var(--white);
}
.btn-whatsapp {
    background: var(--whatsapp);
    color: var(--white);
}
.btn-whatsapp:hover {
    color: var(--white);
    background: #1ebe57;
    transform: translateY(-2px);
}
.btn-light {
    background: var(--white);
    color: var(--suzuki-blue);
    box-shadow: var(--shadow);
}
.btn-light:hover {
    color: var(--suzuki-dark);
    transform: translateY(-2px);
}
.btn-sm { padding: 8px 16px; font-size: 14px; }
.btn-lg { padding: 16px 32px; font-size: 16px; }
.btn-block { display: flex; width: 100%; }

/* ---------- نوار اطلاعیه بالا ---------- */
.top-bar {
    background: linear-gradient(135deg, var(--suzuki-deep), var(--suzuki-dark));
    color: var(--white);
    font-size: 13px;
    padding: 8px 0;
}
.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.top-bar-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--white);
}
.top-bar-phone:hover { color: #ffd700; }

/* ---------- هدر ---------- */
.main-header {
    background: var(--white);
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 100;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    gap: 20px;
}
.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--suzuki-deep);
}
.logo-mark {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--suzuki-blue), var(--suzuki-dark));
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 22px;
    font-weight: 800;
    box-shadow: 0 4px 12px rgba(12,77,162,.3);
    font-family: 'Arial', sans-serif;
}
.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.logo-title {
    font-size: 18px;
    font-weight: 800;
    color: var(--suzuki-deep);
}
.logo-sub {
    font-size: 11px;
    color: var(--gray);
    margin-top: 3px;
}
.main-nav ul {
    display: flex;
    gap: 4px;
}
.main-nav a {
    display: block;
    padding: 10px 14px;
    color: var(--text);
    border-radius: 10px;
    font-weight: 500;
    font-size: 14.5px;
    transition: all var(--transition);
}
.main-nav a:hover { background: var(--light); color: var(--suzuki-blue); }
.main-nav a.active {
    background: linear-gradient(135deg, var(--suzuki-blue), var(--suzuki-dark));
    color: var(--white);
}
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-call .ic { color: var(--white); }

.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 8px;
}
.mobile-toggle span {
    width: 24px;
    height: 2.5px;
    background: var(--suzuki-deep);
    border-radius: 4px;
    transition: all var(--transition);
}
.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    box-shadow: var(--shadow-lg);
    border-top: 1px solid var(--border);
    padding: 12px;
}
.mobile-menu.open { display: block; }
.mobile-menu ul li a {
    display: block;
    padding: 14px 16px;
    color: var(--text);
    border-bottom: 1px solid var(--border);
    font-weight: 500;
}
.mobile-menu ul li:last-child a { border-bottom: none; }
.mobile-menu ul li a.active { color: var(--suzuki-blue); font-weight: 700; }

/* ---------- محتوای اصلی ---------- */
.main-content { min-height: 60vh; padding-bottom: 60px; }

/* ---------- هیرو (صفحه اصلی) ---------- */
.hero {
    position: relative;
    background:
        radial-gradient(circle at 20% 50%, rgba(12,77,162,.18) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(0,51,160,.15) 0%, transparent 50%),
        linear-gradient(135deg, #f5f9ff 0%, #e8f0fb 100%);
    padding: 80px 0 90px;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(12,77,162,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(12,77,162,.04) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none;
}
.hero-inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(12,77,162,.1);
    color: var(--suzuki-blue);
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}
.hero-badge::before {
    content: '';
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 0 4px rgba(16,185,129,.2);
}
.hero h1 {
    font-size: 44px;
    line-height: 1.3;
    color: var(--suzuki-deep);
    margin-bottom: 18px;
    font-weight: 800;
}
.hero h1 span {
    background: linear-gradient(135deg, var(--suzuki-blue), var(--suzuki-dark));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero p {
    font-size: 16.5px;
    color: var(--text-soft);
    line-height: 1.9;
    margin-bottom: 28px;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 30px; }
.hero-features { display: flex; gap: 24px; flex-wrap: wrap; }
.hero-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--text);
    font-weight: 500;
}
.hero-feature .ic { color: var(--success); }

.hero-visual {
    position: relative;
    aspect-ratio: 1/1;
    max-width: 480px;
    margin: 0 auto;
}
.hero-card {
    background: var(--white);
    border-radius: var(--radius-xl);
    padding: 30px;
    box-shadow: var(--shadow-xl);
    position: absolute;
    border: 1px solid rgba(12,77,162,.08);
}
.hero-card.card-1 {
    top: 10%; right: 0;
    width: 70%;
    transform: rotate(-2deg);
}
.hero-card.card-2 {
    bottom: 10%; left: 0;
    width: 65%;
    transform: rotate(3deg);
    background: linear-gradient(135deg, var(--suzuki-blue), var(--suzuki-dark));
    color: var(--white);
}
.hero-card .num {
    font-size: 42px;
    font-weight: 800;
    color: var(--suzuki-blue);
    line-height: 1;
}
.hero-card.card-2 .num { color: var(--white); }
.hero-card .label {
    font-size: 14px;
    color: var(--text-soft);
    margin-top: 8px;
}
.hero-card.card-2 .label { color: rgba(255,255,255,.85); }

/* ---------- نوار آمار ---------- */
.stats-bar {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 30px;
    margin-top: -50px;
    position: relative;
    z-index: 5;
    box-shadow: var(--shadow-lg);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.stat-item { text-align: center; padding: 0 16px; position: relative; }
.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 0; top: 20%; bottom: 20%;
    width: 1px;
    background: var(--border);
}
.stat-num {
    font-size: 36px;
    font-weight: 800;
    color: var(--suzuki-blue);
    line-height: 1;
    margin-bottom: 8px;
}
.stat-label { color: var(--text-soft); font-size: 14px; }

/* ---------- خدمات ---------- */
.services {
    padding: 80px 0;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}
.service-card {
    background: var(--white);
    padding: 28px 22px;
    border-radius: var(--radius);
    text-align: center;
    transition: all var(--transition);
    position: relative;
    border: 1px solid var(--border);
    overflow: hidden;
}
.service-card::before {
    content: '';
    position: absolute;
    top: 0; right: 0; left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--suzuki-blue), var(--suzuki-dark));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform var(--transition);
}
.service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(12,77,162,.1), rgba(0,51,160,.05));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 28px;
    color: var(--suzuki-blue);
}
.service-card h3 {
    font-size: 16px;
    color: var(--suzuki-deep);
    margin-bottom: 8px;
    font-weight: 700;
}
.service-card p {
    color: var(--text-soft);
    font-size: 13.5px;
    line-height: 1.7;
}

/* ---------- مدل‌های خودرو ---------- */
.models-section {
    background: linear-gradient(135deg, var(--suzuki-deep), var(--suzuki-blue));
    color: var(--white);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
.models-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 30% 50%, rgba(255,255,255,.1) 0%, transparent 30%);
}
.models-section .section-title h2 { color: var(--white); }
.models-section .section-title h2::after { background: rgba(255,255,255,.5); }
.models-section .section-title p { color: rgba(255,255,255,.85); }
.models-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    position: relative;
    z-index: 1;
}
.model-pill {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.2);
    backdrop-filter: blur(10px);
    padding: 18px 16px;
    border-radius: var(--radius);
    text-align: center;
    transition: all var(--transition);
    cursor: default;
}
.model-pill:hover {
    background: rgba(255,255,255,.2);
    transform: translateY(-3px);
}
.model-pill .name {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
}
.model-pill .en {
    font-size: 12px;
    color: rgba(255,255,255,.7);
    font-family: Arial, sans-serif;
}
.model-pill.featured {
    background: var(--white);
    color: var(--suzuki-deep);
    border-color: transparent;
}
.model-pill.featured .en { color: var(--suzuki-blue); }

/* ---------- گالری ---------- */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}
.gallery-item {
    position: relative;
    aspect-ratio: 4/3;
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--silver);
    cursor: pointer;
    transition: transform var(--transition);
}
.gallery-item:hover { transform: translateY(-3px); }
.gallery-item img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(8,43,92,.85) 0%, transparent 60%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px;
    color: var(--white);
}
.gallery-item .overlay h4 { font-size: 16px; margin-bottom: 4px; }
.gallery-item .overlay p { font-size: 13px; opacity: .9; }
.gallery-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px;
    background: var(--white);
    border-radius: var(--radius);
    color: var(--gray);
}

/* ---------- نظرات مشتریان ---------- */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}
.review-card {
    background: var(--white);
    padding: 28px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    position: relative;
    transition: all var(--transition);
}
.review-card:hover {
    box-shadow: var(--shadow-lg);
    border-color: var(--suzuki-blue);
    transform: translateY(-3px);
}
.review-card::before {
    content: '"';
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 80px;
    color: rgba(12,77,162,.08);
    font-family: Arial;
    line-height: 1;
    font-weight: 900;
}
.review-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 14px;
    color: var(--warning);
}
.review-text {
    color: var(--text);
    line-height: 1.9;
    margin-bottom: 18px;
    font-size: 14.5px;
}
.review-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px dashed var(--border);
}
.review-avatar {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--suzuki-blue), var(--suzuki-dark));
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
}
.review-name { font-weight: 700; color: var(--suzuki-deep); }
.review-city { font-size: 13px; color: var(--gray); }

/* ---------- FAQ ---------- */
.faq-list {
    max-width: 820px;
    margin: 0 auto;
}
.faq-item {
    background: var(--white);
    border-radius: var(--radius);
    margin-bottom: 14px;
    border: 1px solid var(--border);
    overflow: hidden;
    transition: all var(--transition);
}
.faq-item:hover { border-color: var(--suzuki-blue); }
.faq-q {
    padding: 20px 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-weight: 600;
    color: var(--suzuki-deep);
    font-size: 16px;
    transition: background var(--transition);
}
.faq-q:hover { background: var(--light); }
.faq-q::after {
    content: '+';
    font-size: 24px;
    color: var(--suzuki-blue);
    font-weight: 300;
    transition: transform var(--transition);
    flex-shrink: 0;
}
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
}
.faq-item.open .faq-a { max-height: 500px; }
.faq-a-inner {
    padding: 0 24px 22px;
    color: var(--text-soft);
    line-height: 2;
}

/* ---------- نقشه و تماس ---------- */
.contact-section { padding: 60px 0; }
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.contact-info { background: var(--white); padding: 36px; border-radius: var(--radius-lg); }
.contact-info h3 {
    color: var(--suzuki-deep);
    font-size: 22px;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--border);
}
.contact-row {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px dashed var(--border);
}
.contact-row:last-child { border-bottom: none; }
.contact-icon {
    width: 44px; height: 44px;
    background: linear-gradient(135deg, rgba(12,77,162,.1), rgba(12,77,162,.05));
    color: var(--suzuki-blue);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.contact-row strong {
    color: var(--suzuki-deep);
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
}
.contact-row span, .contact-row a {
    color: var(--text);
    font-size: 14.5px;
    line-height: 1.8;
}

.map-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 20px;
}
.map-buttons .btn {
    padding: 10px;
    font-size: 13px;
    flex-direction: column;
    line-height: 1.4;
    gap: 4px;
}
.map-buttons .btn small {
    font-size: 11px;
    opacity: .85;
    font-weight: 400;
}

.map-embed {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border: none;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
}

/* ---------- فرم تماس ---------- */
.contact-form { background: var(--white); padding: 36px; border-radius: var(--radius-lg); }
.form-group { margin-bottom: 18px; }
.form-group label {
    display: block;
    margin-bottom: 8px;
    color: var(--suzuki-deep);
    font-size: 14px;
    font-weight: 600;
}
.form-control {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid var(--border);
    border-radius: var(--radius);
    background: var(--light);
    color: var(--text);
    font-size: 15px;
    transition: all var(--transition);
}
.form-control:focus {
    outline: none;
    border-color: var(--suzuki-blue);
    background: var(--white);
    box-shadow: 0 0 0 4px rgba(12,77,162,.1);
}
textarea.form-control { min-height: 120px; resize: vertical; }
.form-success {
    background: rgba(16,185,129,.1);
    color: #047857;
    padding: 14px 18px;
    border-radius: var(--radius);
    border-right: 4px solid var(--success);
    margin-bottom: 18px;
}
.form-error {
    background: rgba(239,68,68,.1);
    color: #b91c1c;
    padding: 14px 18px;
    border-radius: var(--radius);
    border-right: 4px solid var(--danger);
    margin-bottom: 18px;
}

/* ---------- ساعات کاری ---------- */
.hours-table {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
    margin-top: 20px;
}
.hours-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 18px;
    border-bottom: 1px solid var(--border);
    font-size: 14px;
}
.hours-row:last-child { border-bottom: none; }
.hours-row.featured { background: rgba(12,77,162,.05); font-weight: 600; }
.hours-day { color: var(--text); }
.hours-time { color: var(--suzuki-blue); font-weight: 600; }

/* ---------- صفحه قطعات ---------- */
.parts-header {
    background: linear-gradient(135deg, var(--suzuki-deep) 0%, var(--suzuki-blue) 100%);
    color: var(--white);
    padding: 60px 0 80px;
    position: relative;
    overflow: hidden;
}
.parts-header::after {
    content: '';
    position: absolute;
    bottom: -1px; left: 0; right: 0;
    height: 60px;
    background: var(--light);
    clip-path: polygon(0 100%, 100% 100%, 100% 60%, 0 100%);
}
.parts-header h1 { font-size: 36px; margin-bottom: 12px; }
.parts-header p { color: rgba(255,255,255,.85); font-size: 16px; max-width: 600px; }

.parts-search {
    background: var(--white);
    padding: 20px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    margin-top: -40px;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 12px;
}
.parts-search input {
    flex: 1;
    border: none;
    padding: 12px 14px;
    font-size: 15px;
    background: var(--light);
    border-radius: var(--radius);
}
.parts-search input:focus { outline: 2px solid var(--suzuki-blue); }

.parts-tabs {
    display: flex;
    gap: 8px;
    margin: 28px 0;
    flex-wrap: wrap;
}
.parts-tab {
    padding: 10px 20px;
    background: var(--white);
    color: var(--text);
    border: 1.5px solid var(--border);
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    transition: all var(--transition);
    cursor: pointer;
}
.parts-tab:hover { border-color: var(--suzuki-blue); color: var(--suzuki-blue); }
.parts-tab.active {
    background: linear-gradient(135deg, var(--suzuki-blue), var(--suzuki-dark));
    color: var(--white);
    border-color: transparent;
}

.parts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
}
.part-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 22px;
    border: 1px solid var(--border);
    transition: all var(--transition);
    display: flex;
    flex-direction: column;
}
.part-card:hover {
    border-color: var(--suzuki-blue);
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}
.part-cat {
    display: inline-block;
    background: rgba(12,77,162,.1);
    color: var(--suzuki-blue);
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11.5px;
    font-weight: 600;
    margin-bottom: 12px;
    align-self: flex-start;
}
.part-card h3 {
    color: var(--suzuki-deep);
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 700;
}
.part-card p {
    color: var(--text-soft);
    font-size: 13.5px;
    line-height: 1.8;
    margin-bottom: 16px;
    flex: 1;
}
.part-actions {
    display: flex;
    gap: 8px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px dashed var(--border);
}
.part-actions .btn { flex: 1; font-size: 13px; padding: 9px 12px; }

/* ---------- صفحه تک قطعه ---------- */
.part-single {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 40px;
    margin-top: 30px;
    box-shadow: var(--shadow);
}
.part-single .breadcrumb {
    color: var(--gray);
    font-size: 13px;
    margin-bottom: 20px;
}
.part-single .breadcrumb a { color: var(--suzuki-blue); }
.part-single h1 {
    font-size: 30px;
    color: var(--suzuki-deep);
    margin-bottom: 12px;
}
.part-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}
.part-meta span {
    background: var(--light);
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 13px;
    color: var(--text-soft);
}
.part-content {
    color: var(--text);
    line-height: 2;
    font-size: 15.5px;
}
.part-content h3 {
    color: var(--suzuki-deep);
    margin: 24px 0 12px;
    font-size: 18px;
}
.part-models {
    background: var(--light);
    padding: 22px;
    border-radius: var(--radius);
    margin-top: 28px;
}
.part-models h3 { color: var(--suzuki-deep); margin-bottom: 14px; font-size: 17px; }
.part-models-list { display: flex; flex-wrap: wrap; gap: 8px; }
.part-models-list span {
    background: var(--white);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    color: var(--suzuki-blue);
    font-weight: 600;
    border: 1px solid var(--border);
}
.part-cta {
    margin-top: 36px;
    padding: 28px;
    background: linear-gradient(135deg, var(--suzuki-blue), var(--suzuki-dark));
    color: var(--white);
    border-radius: var(--radius);
    text-align: center;
}
.part-cta h3 { color: var(--white); margin-bottom: 10px; font-size: 20px; }
.part-cta p { color: rgba(255,255,255,.9); margin-bottom: 20px; }
.part-cta .btn-light { color: var(--suzuki-blue); }

/* ---------- درباره ما ---------- */
.about-hero {
    background: linear-gradient(135deg, var(--suzuki-deep), var(--suzuki-blue));
    color: var(--white);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.about-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.about-hero h1 { font-size: 38px; margin-bottom: 18px; line-height: 1.4; }
.about-hero p { font-size: 16.5px; line-height: 2; opacity: .92; }
.about-card-photo {
    aspect-ratio: 1/1;
    background: linear-gradient(135deg, rgba(255,255,255,.15), rgba(255,255,255,.05));
    border-radius: var(--radius-xl);
    border: 2px solid rgba(255,255,255,.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100px;
    backdrop-filter: blur(10px);
}
.about-content {
    padding: 60px 0;
}
.about-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 40px;
}
.feature-card {
    background: var(--white);
    padding: 28px 24px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
}
.feature-card .feature-num {
    font-size: 36px;
    color: var(--suzuki-blue);
    font-weight: 800;
    margin-bottom: 10px;
}
.feature-card h4 {
    color: var(--suzuki-deep);
    margin-bottom: 8px;
    font-size: 17px;
}
.feature-card p {
    color: var(--text-soft);
    font-size: 14px;
    line-height: 1.8;
}

/* ---------- فوتر ---------- */
.main-footer {
    background: linear-gradient(135deg, var(--suzuki-deep), #051D3D);
    color: rgba(255,255,255,.85);
    padding: 60px 0 0;
    margin-top: 80px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
    padding-bottom: 50px;
}
.footer-col h4 {
    color: var(--white);
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px;
}
.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    width: 30px;
    height: 3px;
    background: linear-gradient(90deg, var(--suzuki-blue), transparent);
    border-radius: 3px;
}
.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.footer-logo .logo-text { color: var(--white); }
.footer-logo strong { color: var(--white); font-size: 18px; }
.footer-logo span { font-size: 12px; color: rgba(255,255,255,.7); }
.footer-desc { font-size: 13.5px; line-height: 2; margin-bottom: 18px; }
.footer-social { display: flex; gap: 8px; }
.footer-social a {
    width: 38px; height: 38px;
    background: rgba(255,255,255,.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: all var(--transition);
}
.footer-social a svg { width: 18px; height: 18px; }
.footer-social a:hover {
    background: var(--suzuki-blue);
    color: var(--white);
    transform: translateY(-3px);
}
.footer-links li, .footer-contact li {
    padding: 6px 0;
    font-size: 13.5px;
}
.footer-links a {
    color: rgba(255,255,255,.75);
    transition: all var(--transition);
}
.footer-links a:hover { color: var(--white); padding-right: 6px; }
.footer-contact li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    line-height: 1.8;
}
.footer-contact .ic { color: var(--suzuki-blue); margin-top: 4px; flex-shrink: 0; }
.footer-contact a { color: rgba(255,255,255,.85); }
.footer-contact a:hover { color: var(--white); }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 22px 0;
    text-align: center;
    font-size: 13px;
}
.footer-bottom strong { color: var(--white); }
.footer-tag { color: rgba(255,255,255,.55); font-size: 12px; margin-top: 4px; }

/* ---------- دکمه شناور واتساپ ---------- */
.float-whatsapp {
    position: fixed;
    bottom: 90px;
    left: 20px;
    width: 56px; height: 56px;
    background: var(--whatsapp);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(37,211,102,.5);
    z-index: 90;
    transition: all var(--transition);
    animation: pulse-whatsapp 2.5s infinite;
}
.float-whatsapp svg { width: 28px; height: 28px; }
.float-whatsapp:hover {
    transform: scale(1.1);
    color: var(--white);
}
@keyframes pulse-whatsapp {
    0%, 100% { box-shadow: 0 6px 20px rgba(37,211,102,.5), 0 0 0 0 rgba(37,211,102,.4); }
    50% { box-shadow: 0 6px 20px rgba(37,211,102,.5), 0 0 0 14px rgba(37,211,102,0); }
}

/* ---------- منوی پایین موبایل ---------- */
.bottom-nav {
    display: none;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: var(--white);
    box-shadow: 0 -4px 20px rgba(0,0,0,.08);
    z-index: 95;
    border-top: 1px solid var(--border);
}
.bottom-nav a {
    flex: 1;
    text-align: center;
    padding: 9px 4px;
    color: var(--gray);
    font-size: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    transition: color var(--transition);
}
.bottom-nav a .ic { width: 22px; height: 22px; }
.bottom-nav a.active {
    color: var(--suzuki-blue);
}
.bottom-nav .bottom-nav-call {
    background: linear-gradient(135deg, var(--suzuki-blue), var(--suzuki-dark));
    color: var(--white);
    margin: 6px;
    border-radius: 14px;
    padding: 10px 4px;
}
.bottom-nav .bottom-nav-call .ic { color: var(--white); }

/* ---------- ادمین لاگین ---------- */
.admin-body {
    background: linear-gradient(135deg, #0a1f3d 0%, var(--suzuki-deep) 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-family: 'IRANSans', Tahoma, sans-serif;
    direction: rtl;
}
.admin-login-card {
    background: var(--white);
    border-radius: var(--radius-xl);
    padding: 44px 36px;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 30px 60px rgba(0,0,0,.4);
}
.admin-login-card h1 {
    text-align: center;
    color: var(--suzuki-deep);
    margin-bottom: 8px;
    font-size: 26px;
}
.admin-login-card .sub {
    text-align: center;
    color: var(--gray);
    margin-bottom: 28px;
    font-size: 13px;
}

/* ---------- ادمین داشبورد ---------- */
.admin-layout {
    background: #f1f5f9;
    min-height: 100vh;
    display: grid;
    grid-template-columns: 260px 1fr;
    direction: rtl;
    font-family: 'IRANSans', Tahoma, sans-serif;
}
.admin-sidebar {
    background: linear-gradient(180deg, var(--suzuki-deep), #051d3d);
    color: var(--white);
    padding: 24px 16px;
    height: 100vh;
    position: sticky;
    top: 0;
    overflow-y: auto;
}
.admin-sidebar .logo {
    color: var(--white);
    margin-bottom: 30px;
    padding: 0 8px;
}
.admin-sidebar .logo-title { color: var(--white); }
.admin-sidebar .logo-sub { color: rgba(255,255,255,.6); }
.admin-nav { display: flex; flex-direction: column; gap: 4px; }
.admin-nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    color: rgba(255,255,255,.85);
    border-radius: 10px;
    font-size: 14.5px;
    font-weight: 500;
    transition: all var(--transition);
}
.admin-nav a:hover { background: rgba(255,255,255,.1); color: var(--white); }
.admin-nav a.active {
    background: var(--suzuki-blue);
    color: var(--white);
    box-shadow: 0 4px 12px rgba(12,77,162,.4);
}
.admin-sidebar .logout {
    margin-top: 30px;
    padding: 12px 16px;
    background: rgba(239,68,68,.15);
    color: #fca5a5;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
}
.admin-sidebar .logout:hover { background: rgba(239,68,68,.3); color: var(--white); }

.admin-main { padding: 30px; }
.admin-header {
    background: var(--white);
    border-radius: var(--radius);
    padding: 22px 26px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: var(--shadow-sm);
}
.admin-header h1 { color: var(--suzuki-deep); font-size: 22px; }
.admin-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-bottom: 30px;
}
.admin-stat {
    background: var(--white);
    border-radius: var(--radius);
    padding: 22px;
    box-shadow: var(--shadow-sm);
    border-right: 4px solid var(--suzuki-blue);
}
.admin-stat .num {
    font-size: 30px;
    color: var(--suzuki-deep);
    font-weight: 800;
    margin-bottom: 4px;
}
.admin-stat .label { color: var(--gray); font-size: 13px; }

.admin-table-wrap {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}
.admin-table-head {
    padding: 20px 24px;
    border-bottom: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.admin-table-head h3 { color: var(--suzuki-deep); font-size: 18px; }
.admin-table {
    width: 100%;
    border-collapse: collapse;
}
.admin-table th, .admin-table td {
    padding: 14px 18px;
    text-align: right;
    border-bottom: 1px solid var(--border);
    font-size: 14px;
}
.admin-table th {
    background: var(--light);
    color: var(--suzuki-deep);
    font-weight: 700;
    font-size: 13px;
}
.admin-table tr:last-child td { border-bottom: none; }
.admin-table tr:hover { background: rgba(12,77,162,.02); }
.admin-table .actions { display: flex; gap: 6px; }
.admin-table .btn-sm { padding: 6px 12px; font-size: 12px; }
.admin-empty {
    padding: 60px 20px;
    text-align: center;
    color: var(--gray);
}

.badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11.5px;
    font-weight: 600;
}
.badge-success { background: rgba(16,185,129,.15); color: #047857; }
.badge-pending { background: rgba(245,158,11,.15); color: #b45309; }
.badge-info { background: rgba(12,77,162,.1); color: var(--suzuki-blue); }

.admin-form { background: var(--white); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); }
.admin-form h3 { margin-bottom: 22px; color: var(--suzuki-deep); }
.btn-danger { background: var(--danger); color: var(--white); }
.btn-danger:hover { background: #dc2626; color: var(--white); }
.btn-success { background: var(--success); color: var(--white); }
.btn-success:hover { background: #059669; color: var(--white); }

/* ---------- صفحه ۴۰۴ ---------- */
.error-page {
    text-align: center;
    padding: 100px 20px;
}
.error-page h1 {
    font-size: 100px;
    color: var(--suzuki-blue);
    line-height: 1;
    margin-bottom: 10px;
}
.error-page p { color: var(--gray); font-size: 18px; margin-bottom: 30px; }

/* ---------- ریسپانسیو ---------- */
@media (max-width: 991px) {
    .hero-inner { grid-template-columns: 1fr; gap: 40px; }
    .hero h1 { font-size: 34px; }
    /* hero-visual در موبایل: تغییر از absolute به flex معمولی */
    .hero-visual {
        max-width: 100%;
        aspect-ratio: auto;
        display: flex;
        gap: 14px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .hero-card { position: static !important; transform: none !important; width: auto !important; min-width: 140px; padding: 20px; }
    .hero-card.card-1, .hero-card.card-2 { width: auto; top: auto; right: auto; left: auto; bottom: auto; }
    .hero-card .num { font-size: 32px; }
    .stats-bar { grid-template-columns: repeat(2, 1fr); gap: 30px 0; }
    .stat-item:nth-child(2)::after { display: none; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .contact-grid, .about-grid { grid-template-columns: 1fr; }
    .map-embed { min-height: 320px; }
    .admin-layout { grid-template-columns: 1fr; }
    .admin-sidebar { position: relative; height: auto; }
    .main-nav { display: none; }
    .mobile-toggle { display: flex; }
}
@media (max-width: 767px) {
    body { padding-bottom: 70px; }
    .top-bar-inner { font-size: 12px; }
    .hero { padding: 50px 0 60px; }
    .hero h1 { font-size: 28px; }
    .hero p { font-size: 15px; }
    .section { padding: 50px 0; }
    .section-title h2 { font-size: 26px; }
    .stats-bar { grid-template-columns: repeat(2, 1fr); padding: 22px 18px; }
    .stat-item::after { display: none !important; }
    .stat-num { font-size: 28px; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .map-buttons { grid-template-columns: 1fr; }
    .bottom-nav { display: flex; }
    .header-call span { display: none; }
    .header-call { padding: 8px; aspect-ratio: 1; }
    .top-bar-item:first-child { display: none; }
    .float-whatsapp { bottom: 80px; }
    .part-single { padding: 24px; }
    .about-hero h1 { font-size: 28px; }
    .admin-main { padding: 16px; }
    .admin-table th, .admin-table td { padding: 10px; font-size: 12.5px; }
    .header-actions .header-call { display: none; }
}
@media (max-width: 480px) {
    .hero h1 { font-size: 24px; }
    .logo-sub { display: none; }
    .logo-mark { width: 40px; height: 40px; font-size: 18px; }
    .logo-title { font-size: 16px; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; }
    .parts-search { flex-direction: column; }
    .parts-search input { width: 100%; }
}

/* ---------- انیمیشن‌های ورود ---------- */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn .6s ease forwards;
}
@keyframes fadeIn {
    to { opacity: 1; transform: translateY(0); }
}
.fade-in-1 { animation-delay: .1s; }
.fade-in-2 { animation-delay: .2s; }
.fade-in-3 { animation-delay: .3s; }
.fade-in-4 { animation-delay: .4s; }

/* ---------- چاپ ---------- */
@media print {
    .top-bar, .main-header, .main-footer, .float-whatsapp, .bottom-nav { display: none; }
    body { background: var(--white); }
}
