    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: 'Work Sans', sans-serif; color: #fff; line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; background: #060C18; }
    ::selection { background: #0243C6; color: #fff; }
    img { max-width: 100%; height: auto; display: block; }
    a { text-decoration: none; color: inherit; }
    button { border: none; background: none; cursor: pointer; font-family: inherit; }
    ul { list-style: none; }

    /* ===== NAVBAR ===== */
    .navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 50; background: rgba(6,12,24,0.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.06); }
    .navbar-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 72px; }
    .navbar-logo img { height: 32px; width: auto; filter: brightness(0) invert(1); }
    .nav-links { display: flex; align-items: center; gap: 36px; }
    .nav-links a { font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.6); transition: color 0.3s; }
    .nav-links a:hover { color: #fff; }
    .nav-cta { padding: 10px 24px; background: #0243C6; color: #fff !important; font-weight: 600; border-radius: 50px; transition: all 0.3s; box-shadow: 0 4px 12px rgba(2,67,198,0.3); }
    .nav-cta:hover { background: #0335a0; transform: translateY(-1px); }
    .menu-toggle { display: none; padding: 8px; color: #fff; }
    .menu-toggle svg { width: 24px; height: 24px; stroke: currentColor; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
    .mobile-menu { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(6,12,24,0.98); backdrop-filter: blur(20px); z-index: 100; flex-direction: column; align-items: center; justify-content: center; gap: 32px; opacity: 0; transition: opacity 0.3s; }
    .mobile-menu.open { display: flex; opacity: 1; }
    .mobile-menu a { font-size: 22px; font-weight: 600; color: #fff; font-family: 'Poppins', sans-serif; transition: color 0.3s; }
    .mobile-menu a:hover { color: #02C98F; }
    .mobile-menu-close { position: absolute; top: 24px; right: 24px; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,0.08); color: #fff; }

    /* ===== PAGE HEADER ===== */
    .page-header { padding: 120px 24px 48px; text-align: center; background: linear-gradient(180deg, #060C18 0%, #0D1B33 100%); }
    .breadcrumb { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.4); margin-bottom: 24px; }
    .breadcrumb a { color: rgba(255,255,255,0.4); transition: color 0.3s; }
    .breadcrumb a:hover { color: #02C98F; }
    .breadcrumb svg { width: 14px; height: 14px; stroke: currentColor; fill: none; }
    .page-title { font-family: 'Poppins', sans-serif; font-size: clamp(26px, 5vw, 44px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 16px; }
    .page-title .highlight { color: #02C98F; }

    /* ===== VEHICLE IMAGE ===== */
    .vehicle-hero { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
    .vehicle-hero-img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; border-radius: 16px; background: #1a2a3a; }

    /* ===== CONTENT ===== */
    .vehicle-content { max-width: 1280px; margin: 0 auto; padding: 48px 24px 0; }
    .content-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 64px; }
    .vehicle-desc { font-size: 16px; color: rgba(255,255,255,0.6); line-height: 1.8; margin-bottom: 48px; }

    /* ===== ACCESSORIES ===== */
    .accessories-section { margin-bottom: 64px; }
    .section-label { font-family: 'Poppins', sans-serif; font-size: 22px; font-weight: 700; margin-bottom: 24px; color: #fff; }
    .accessories-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
    .accessories-col h3 { font-size: 14px; font-weight: 600; color: #02C98F; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 16px; }
    .accessories-col li { padding: 7px 0; color: rgba(255,255,255,0.55); font-size: 14px; line-height: 1.5; display: flex; align-items: flex-start; gap: 10px; border-bottom: 1px solid rgba(255,255,255,0.04); }
    .accessories-col li::before { content: '\2022'; color: #02C98F; font-weight: bold; flex-shrink: 0; }

    /* ===== SPECS ===== */
    .specs-section { margin-bottom: 64px; }
    .spec-tabs { display: flex; gap: 6px; margin-bottom: 24px; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 4px; }
    .spec-tabs::-webkit-scrollbar { display: none; }
    .spec-tab { padding: 10px 22px; background: rgba(255,255,255,0.05); color: rgba(255,255,255,0.5); border-radius: 8px; font-size: 14px; font-weight: 600; white-space: nowrap; transition: all 0.3s; font-family: 'Poppins', sans-serif; }
    .spec-tab:hover { background: rgba(255,255,255,0.1); color: #fff; }
    .spec-tab.active { background: #02C98F; color: #fff; }
    .spec-panel { display: none; }
    .spec-panel.active { display: block; }
    .spec-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 12px; border: 1px solid rgba(255,255,255,0.06); background: rgba(255,255,255,0.02); }
    .spec-table { width: 100%; border-collapse: collapse; min-width: 500px; }
    .spec-table thead th { padding: 14px 16px; font-size: 13px; font-weight: 600; color: #02C98F; text-transform: uppercase; letter-spacing: 0.08em; border-bottom: 2px solid rgba(2,201,143,0.15); text-align: left; background: rgba(2,201,143,0.04); }
    .spec-table tbody th { padding: 12px 16px; font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.45); text-align: left; vertical-align: top; white-space: nowrap; border-bottom: 1px solid rgba(255,255,255,0.04); width: 200px; }
    .spec-table tbody td { padding: 12px 16px; font-size: 14px; color: rgba(255,255,255,0.8); vertical-align: top; border-bottom: 1px solid rgba(255,255,255,0.04); line-height: 1.6; }
    .spec-table tbody tr:last-child th, .spec-table tbody tr:last-child td { border-bottom: none; }
    .spec-table .group-header td { font-weight: 600; color: rgba(255,255,255,0.3); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; padding-top: 20px; background: rgba(255,255,255,0.015); }

    /* ===== CTA ===== */
    .cta-section { padding: 80px 24px; text-align: center; background: linear-gradient(180deg, #0D1B33 0%, #060C18 100%); border-top: 1px solid rgba(255,255,255,0.04); margin-top: 48px; }
    .cta-section h2 { font-family: 'Poppins', sans-serif; font-size: clamp(22px, 4vw, 36px); font-weight: 700; margin-bottom: 16px; }
    .cta-section p { color: rgba(255,255,255,0.5); font-size: 16px; max-width: 520px; margin: 0 auto 32px; line-height: 1.7; }
    .btn-primary { display: inline-flex; align-items: center; gap: 12px; padding: 16px 32px; background: #02C98F; color: #fff; font-weight: 600; border-radius: 50px; transition: all 0.3s; box-shadow: 0 8px 24px rgba(2,201,143,0.35); font-size: 15px; }
    .btn-primary:hover { box-shadow: 0 12px 32px rgba(2,201,143,0.45); transform: translateY(-2px); }
    .btn-primary svg { transition: transform 0.3s; }
    .btn-primary:hover svg { transform: translateX(4px); }
    .btn-outline { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.7); font-weight: 500; border-radius: 50px; transition: all 0.3s; font-size: 14px; margin-left: 12px; }
    .btn-outline:hover { border-color: rgba(255,255,255,0.35); color: #fff; transform: translateY(-2px); }
    .btn-outline svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

    /* ===== FOOTER ===== */
    .footer { background: #060C18; border-top: 1px solid rgba(255,255,255,0.05); }
    .footer-inner { max-width: 1280px; margin: 0 auto; padding: 64px 24px; }
    .footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px; }
    .footer-logo { height: 32px; width: auto; filter: brightness(0) invert(1); margin-bottom: 20px; }
    .footer-desc { color: rgba(255,255,255,0.35); font-size: 14px; line-height: 1.7; max-width: 320px; }
    .footer h4 { color: rgba(255,255,255,0.6); font-size: 12px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 20px; }
    .footer-links { display: flex; flex-direction: column; gap: 12px; }
    .footer-links a { font-size: 14px; color: rgba(255,255,255,0.3); transition: color 0.3s; }
    .footer-links a:hover { color: #02C98F; }
    .footer-legal { color: rgba(255,255,255,0.3); font-size: 14px; line-height: 1.6; }
    .footer-bottom { margin-top: 64px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.05); display: flex; justify-content: space-between; align-items: center; }
    .footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.2); }
    .footer-bottom-links { display: flex; gap: 24px; }
    .footer-bottom-links a { font-size: 12px; color: rgba(255,255,255,0.2); transition: color 0.3s; }
    .footer-bottom-links a:hover { color: rgba(255,255,255,0.4); }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 1024px) {
      .nav-links { display: none; }
      .navbar-mobile-actions { display: flex; }
      .menu-toggle { display: block; }
      .content-grid { grid-template-columns: 1fr; gap: 40px; }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    }
    @media (max-width: 768px) {
      .page-header { padding: 100px 20px 36px; }
      .vehicle-hero { padding: 0 16px; }
      .vehicle-hero-img { aspect-ratio: 16 / 10; border-radius: 12px; }
      .vehicle-content { padding: 36px 16px 0; }
      .accessories-grid { grid-template-columns: 1fr; gap: 32px; }
    }
    @media (max-width: 560px) {
      .page-header { padding: 90px 16px 28px; }
      .page-title { font-size: 22px; }
      .footer-grid { grid-template-columns: 1fr; gap: 32px; }
      .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
      .spec-table tbody th { white-space: normal; width: 140px; }
      .btn-outline { margin-left: 0; margin-top: 12px; }
      .cta-section { padding: 56px 16px; }
      .cta-section h2 { font-size: 20px; }
      .cta-section p { font-size: 14px; }
      .vehicle-desc { font-size: 14px; margin-bottom: 32px; }
      .section-label { font-size: 18px; }
      .accessories-col li { font-size: 13px; }
    }

    /* ===== LANGUAGE SWITCHER ===== */
    .lang-switch { display: flex; align-items: center; gap: 6px; margin-left: 12px; font-size: 13px; font-weight: 600; font-family: 'Poppins', sans-serif; }
    .lang-active { color: #02C98F; }
    .lang-link { color: rgba(255,255,255,0.4); transition: color 0.3s; }
    .lang-link:hover { color: #fff; }
    .lang-sep { color: rgba(255,255,255,0.15); }

    /* Mobile option tabs */
    .mobile-opt-tabs { display: none; }
    @media (max-width: 768px) {
      .mobile-opt-tabs {
        display: flex;
        gap: 4px;
        margin-bottom: 12px;
      }
      .mobile-opt-tab {
        flex: 1;
        text-align: center;
        padding: 10px 8px;
        background: rgba(255,255,255,0.05);
        color: rgba(255,255,255,0.5);
        border-radius: 8px;
        font-size: 13px;
        font-weight: 600;
        white-space: nowrap;
        transition: all 0.3s;
        font-family: 'Poppins', sans-serif;
      }
      .mobile-opt-tab.active {
        background: #02C98F;
        color: #fff;
      }
      .spec-table.mobile-opt-active {
        min-width: 0;
      }
      .spec-table.mobile-opt-active thead {
        display: none;
      }
    }

    /* ===== COOKIE CONSENT ===== */
    .cookie-consent {
      display: none;
      position: fixed;
      bottom: 0; left: 0; right: 0;
      z-index: 9999;
      background: rgba(6,12,24,0.97);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      border-top: 1px solid rgba(255,255,255,0.08);
      padding: 20px 24px;
      font-family: 'Work Sans', sans-serif;
    }
    .cookie-consent-inner {
      max-width: 1280px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      flex-wrap: wrap;
    }
    .cookie-consent-text {
      color: rgba(255,255,255,0.6);
      font-size: 14px;
      line-height: 1.6;
      margin: 0;
      flex: 1;
      min-width: 200px;
    }
    .cookie-consent-text a { color: #02C98F; text-decoration: underline; }
    .cookie-consent-buttons { display: flex; gap: 12px; flex-shrink: 0; }
    .cookie-btn-accept {
      padding: 10px 28px;
      background: #02C98F;
      color: #060C18;
      font-weight: 600;
      font-size: 14px;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      font-family: inherit;
      transition: all 0.3s;
    }
    .cookie-btn-decline {
      padding: 10px 28px;
      background: rgba(255,255,255,0.08);
      color: rgba(255,255,255,0.6);
      font-weight: 500;
      font-size: 14px;
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 50px;
      cursor: pointer;
      font-family: inherit;
      transition: all 0.3s;
    }
    @media (max-width: 640px) {
      .cookie-consent { padding: 16px; }
      .cookie-consent-inner { flex-direction: column; gap: 16px; }
      .cookie-consent-text { font-size: 13px; min-width: 0; }
      .cookie-consent-buttons { width: 100%; }
      .cookie-btn-accept, .cookie-btn-decline { flex: 1; padding: 12px 16px; text-align: center; }
    }

    body { animation: fadeIn 0.5s ease; }
    @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
