:root {
    --sa-dark: #0f0f10;
    --sa-soft-dark: #17181a;
    --sa-gold: #c7a86b;
    --sa-gold-2: #e1c48d;
    --sa-text: #f5f5f5;
    --sa-muted: #a7a7a7;
    --sa-border: rgba(255, 255, 255, 0.1);
    --sa-box-bg: linear-gradient(180deg, #161719 0%, #0f1012 100%);
}

html {
    font-size: 15px;
}

body {
    background: #0b0c0d;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.topbar {
    position: relative;
    z-index: 1105;
    overflow: visible;
    background: #000;
    border-bottom: 1px solid var(--sa-border);
    font-size: 0.86rem;
}

.topbar .container,
.topbar .d-flex,
.topbar .dropdown {
    overflow: visible;
}

.topbar a {
    color: #fff;
}

.topbar .lang a {
    color: var(--sa-muted);
}

.topbar .lang a:hover,
.topbar .lang a.active {
    color: var(--sa-gold-2);
}

.topbar-lang-dropdown {
    position: relative;
    z-index: 1106;
}

.btn-topbar-lang {
    background: transparent;
    border: 1px solid var(--sa-border);
    color: #fff;
    padding: 0.3rem 0.62rem;
    border-radius: 999px;
    font-size: 0.82rem;
    box-shadow: none;
}

.btn-topbar-lang:hover,
.btn-topbar-lang:focus,
.btn-topbar-lang:active,
.btn-topbar-lang.show {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(199, 168, 107, 0.35) !important;
    color: var(--sa-gold-2) !important;
    box-shadow: none !important;
}

.lang-dropdown-menu {
    min-width: 180px;
    margin-top: 0.4rem;
    background: #111214;
    border: 1px solid var(--sa-border);
    border-radius: 14px;
    padding: 0.4rem;
    z-index: 1110;
}

.lang-dropdown-menu .dropdown-item {
    color: #f1f1f1;
    border-radius: 9px;
    padding: 0.48rem 0.65rem;
    font-size: 0.86rem;
}

.lang-dropdown-menu .dropdown-item:hover,
.lang-dropdown-menu .dropdown-item:focus,
.lang-dropdown-menu .dropdown-item.active {
    background: rgba(199, 168, 107, 0.12);
    color: var(--sa-gold-2);
}

.fi {
    line-height: 1;
    border-radius: 2px;
}

.navbar,
.main-navbar {
    background:
        linear-gradient(180deg, rgba(18, 18, 18, 0.96), rgba(8, 8, 8, 0.94));
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(199, 168, 107, 0.22);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
    padding-top: 0.26rem;
    padding-bottom: 0.26rem;
}

.navbar.sticky-top {
    z-index: 1030;
}

.navbar > .container,
.navbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    max-width: 100%;
}

.navbar-brand,
.navbar-logo-wrap {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 390px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.navbar-brand span {
    color: var(--sa-gold);
}

.site-logo {
    height: auto;
    width: auto;
    max-height: 92px;
    max-width: min(390px, 27vw);
    display: block;
    object-fit: contain;
}

.footer-site-logo {
    height: auto;
    width: auto;
    max-height: 64px;
    max-width: 240px;
    display: block;
    margin-bottom: 0.65rem;
    object-fit: contain;
}

.navbar-phone {
    color: #fff;
    min-height: 48px;
    padding: 0.42rem 0.82rem 0.42rem 0.48rem;
    border-radius: 999px;
    border: 1px solid rgba(199, 168, 107, 0.28);
    background:
        linear-gradient(135deg, rgba(199, 168, 107, 0.13), rgba(255, 255, 255, 0.035));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 10px 22px rgba(0, 0, 0, 0.16);
    gap: 0.55rem;
    white-space: nowrap;
    transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.navbar-phone:hover {
    color: #fff;
    border-color: rgba(199, 168, 107, 0.7);
    background:
        linear-gradient(135deg, rgba(199, 168, 107, 0.22), rgba(255, 255, 255, 0.05));
    transform: translateY(-1px);
}

.navbar-phone-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--sa-gold), var(--sa-gold-2));
    color: #111;
    font-size: 0.9rem;
}

.navbar-phone-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.navbar-phone-label {
    color: var(--sa-muted);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.navbar-phone-number {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
}

.navbar-toggler {
    flex: 0 0 auto;
    padding: 0.25rem 0.42rem;
    margin-left: 0.25rem;
    border-radius: 12px;
    border: 1px solid rgba(199, 168, 107, 0.2) !important;
    background: rgba(199, 168, 107, 0.06);
    line-height: 1;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    background: rgba(199, 168, 107, 0.12);
    border-color: rgba(199, 168, 107, 0.45) !important;
}

.navbar-toggler .bi {
    font-size: 1.7rem !important;
    line-height: 1;
}

.navbar-collapse {
    flex-basis: auto;
    flex-grow: 0;
    min-width: 0;
}

.navbar-nav {
    padding: 0.26rem;
    border-radius: 999px;
    border: 1px solid rgba(199, 168, 107, 0.14);
    background: rgba(255, 255, 255, 0.025);
    flex-wrap: nowrap;
}

.navbar .nav-link {
    color: #fff;
    font-weight: 600;
    padding: 0.46rem 0.68rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.9rem;
    white-space: nowrap;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.navbar .nav-link:hover {
    color: var(--sa-gold-2);
    background: rgba(199, 168, 107, 0.08);
    border-color: rgba(199, 168, 107, 0.22);
}

.navbar .nav-link.active {
    color: var(--sa-gold-2);
    background: rgba(199, 168, 107, 0.12);
    border-color: rgba(199, 168, 107, 0.35);
}

.navbar-offers-btn {
    padding: 0.54rem 0.85rem;
    box-shadow: 0 8px 20px rgba(199, 168, 107, 0.14);
    font-size: 0.9rem;
    white-space: nowrap;
}

.btn-gold {
    background: linear-gradient(135deg, var(--sa-gold), var(--sa-gold-2));
    color: #111;
    border: 1px solid transparent;
    font-weight: 800;
    padding: 0.72rem 1.15rem;
    box-shadow: 0 10px 24px rgba(199, 168, 107, 0.12);
}

.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active {
    color: #111 !important;
    background: linear-gradient(135deg, var(--sa-gold-2), var(--sa-gold));
    border-color: transparent !important;
    opacity: 0.98;
    box-shadow: 0 12px 28px rgba(199, 168, 107, 0.18) !important;
}

.btn-outline-gold {
    background:
        linear-gradient(180deg, rgba(18, 18, 18, 0.96), rgba(9, 9, 9, 0.96));
    border: 1px solid rgba(199, 168, 107, 0.5);
    color: var(--sa-gold-2);
    font-weight: 800;
    padding: 0.72rem 1.15rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.btn-outline-gold:hover,
.btn-outline-gold:focus,
.btn-outline-gold:active {
    background:
        linear-gradient(135deg, rgba(199, 168, 107, 0.22), rgba(225, 196, 141, 0.12));
    border-color: rgba(225, 196, 141, 0.9) !important;
    color: #fff !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 12px 28px rgba(199, 168, 107, 0.12) !important;
}

.offers-filters-box .btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.offers-filters-box .btn-outline-gold {
    background:
        linear-gradient(180deg, rgba(14, 15, 17, 0.98), rgba(8, 8, 9, 0.98));
    border-color: rgba(199, 168, 107, 0.45);
    color: var(--sa-gold-2);
}

.offers-filters-box .btn-outline-gold:hover {
    background:
        linear-gradient(135deg, rgba(199, 168, 107, 0.18), rgba(225, 196, 141, 0.08));
    color: #fff;
    border-color: rgba(225, 196, 141, 0.85);
}

.hero {
    position: relative;
    min-height: 78vh;
    display: flex;
    align-items: center;
    background:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.78)),
        url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?q=80&w=1600&auto=format&fit=crop") center/cover no-repeat;
    overflow: hidden;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 140px;
    background: linear-gradient(to top, #0b0c0d, transparent);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
}

.eyebrow {
    color: var(--sa-gold-2);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.76rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.hero h1 {
    font-size: clamp(2.1rem, 4.4vw, 4.1rem);
    font-weight: 800;
    line-height: 1.06;
    margin-bottom: 0.85rem;
}

.hero p {
    color: #d7d7d7;
    font-size: 1rem;
    max-width: 590px;
    margin-bottom: 1.45rem;
}

.page-hero-sm {
    min-height: 30vh;
    padding: 90px 0 58px;
    display: flex;
    align-items: end;
    background:
        linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.82)),
        url("https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?q=80&w=1600&auto=format&fit=crop") center/cover no-repeat;
}

.page-hero-content {
    max-width: 720px;
}

.page-hero-content h1 {
    font-size: clamp(2rem, 3.5vw, 3.4rem);
    font-weight: 800;
    margin-bottom: 0.7rem;
}

.page-hero-content p {
    max-width: 620px;
    color: #d7d7d7;
    margin-bottom: 0;
}

.section {
    padding: 72px 0;
}

.section-title {
    font-size: clamp(1.8rem, 2.6vw, 2.6rem);
    font-weight: 800;
    margin-bottom: 0.35rem;
}

.section-subtitle {
    color: var(--sa-muted);
    max-width: 680px;
}

.offers-shell {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.offers-topbar {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 0.9rem;
    flex-wrap: wrap;
}

.offers-kicker {
    color: var(--sa-gold-2);
    text-transform: uppercase;
    letter-spacing: 0.13em;
    font-size: 0.72rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.offers-title {
    margin: 0;
    font-size: clamp(1.55rem, 2.6vw, 2.25rem);
    font-weight: 800;
}

.offers-filters-box,
.about-box,
.cta-box,
.promo-box,
.newsletter-box,
.contact-box,
.empty-offers,
.car-card,
.car-single-gallery,
.car-single-card,
.car-single-box {
    background: var(--sa-box-bg);
    border: 1px solid var(--sa-border);
}

.offers-filters-box {
    border-radius: 22px;
    padding: 1rem;
}

.offers-label {
    display: inline-block;
    color: #d8d8d8;
    font-size: 0.84rem;
    font-weight: 600;
    margin-bottom: 0.45rem;
}

.offers-sort-wrap,
.offers-sort {
    min-width: 200px;
}

.form-select,
.form-select:focus,
.form-control,
.form-control:focus {
    background-color: #0d0e10;
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    box-shadow: none;
    font-size: 0.92rem;
}

.form-select option {
    color: #fff;
    background: #111214;
}

.form-control::placeholder {
    color: #8f8f8f;
}

.car-card-link,
.car-card-compact {
    display: block;
    text-decoration: none;
    color: inherit;
}

.car-card {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.car-card:hover {
    transform: translateY(-4px);
    border-color: rgba(199, 168, 107, 0.45);
}

.car-card-image-wrap {
    position: relative;
    height: 240px;
    padding: 9px;
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.055), transparent 58%),
        #050505;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.car-card img,
.car-card-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    background: transparent;
}

.car-card-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.08), transparent 30%, rgba(0, 0, 0, 0.18));
}

.car-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background: rgba(15, 15, 16, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: var(--sa-gold-2);
    padding: 0.34rem 0.65rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.car-badge-featured {
    background: rgba(199, 168, 107, 0.16);
    color: var(--sa-gold-2);
    border: 1px solid rgba(199, 168, 107, 0.35);
}

.car-brand {
    color: var(--sa-gold-2);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.car-name {
    font-size: 1.12rem;
    font-weight: 800;
    margin: 0.25rem 0 0.75rem;
}

.car-meta {
    color: #c9c9c9;
    font-size: 0.88rem;
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
}

.car-price {
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
}

.car-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 0.9rem;
}

.car-specs span {
    padding: 0.32rem 0.6rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #d5d5d5;
    font-size: 0.78rem;
    line-height: 1;
}

.car-card-footer,
.car-card-compact .car-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
}

.car-link-arrow,
.car-card-compact .car-link-arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(199, 168, 107, 0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--sa-gold-2);
    flex-shrink: 0;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.car-card-compact .car-link-arrow {
    width: 36px;
    height: 36px;
}

.car-card:hover .car-link-arrow,
.car-card-compact:hover .car-link-arrow {
    transform: translateX(3px);
    border-color: rgba(199, 168, 107, 0.8);
}

.car-card-compact .car-card-image-wrap {
    height: 215px;
    padding: 8px;
}

.car-card-compact .car-card-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.car-card-compact .card-body {
    padding: 0.9rem 0.9rem 0.95rem;
}

.car-card-compact .car-brand {
    color: var(--sa-gold-2);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 0.3rem;
}

.car-card-compact .car-name {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.28;
    margin-bottom: 0.75rem;
    min-height: 2.5rem;
}

.car-card-compact .car-price {
    font-size: 1.12rem;
    font-weight: 800;
    color: #fff;
    margin: 0;
}

.car-inline-specs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.42rem;
    margin-bottom: 0.82rem;
}

.car-inline-spec {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.34rem;
    min-height: 38px;
    padding: 0.52rem 0.45rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #d8d8d8;
    font-size: 0.76rem;
    font-weight: 600;
    text-align: center;
}

.car-inline-spec i {
    color: var(--sa-gold-2);
    font-size: 0.86rem;
    flex-shrink: 0;
}

.car-inline-spec span {
    line-height: 1.18;
}

.empty-offers {
    text-align: center;
    padding: 2.4rem 1.2rem;
    border-radius: 22px;
}

.empty-offers-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 0.85rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(199, 168, 107, 0.08);
    border: 1px solid rgba(199, 168, 107, 0.18);
    color: var(--sa-gold-2);
    font-size: 1.75rem;
}

.empty-offers h3 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.empty-offers p {
    color: #cfcfcf;
    margin-bottom: 1rem;
}

.offers-pagination nav {
    display: flex;
    justify-content: center;
}

.offers-pagination .pagination {
    gap: 0.38rem;
}

.offers-pagination .page-link {
    background: #101113;
    border-color: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-radius: 999px;
    min-width: 38px;
    text-align: center;
    font-size: 0.9rem;
}

.offers-pagination .page-item.active .page-link {
    background: linear-gradient(135deg, var(--sa-gold), var(--sa-gold-2));
    border-color: transparent;
    color: #111;
    font-weight: 700;
}

.about-box,
.newsletter-box,
.contact-box {
    padding: 1.6rem;
    border-radius: 24px;
}

.cta-box {
    padding: 1.6rem;
    border-radius: 24px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.promo-box {
    padding: 2.4rem;
    border-radius: 24px;
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.68)),
        url("https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?q=80&w=1600&auto=format&fit=crop") center/cover no-repeat;
}

.cta-box h3 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 0.65rem;
}

.promo-box h2 {
    font-size: clamp(1.8rem, 3.4vw, 3rem);
    font-weight: 900;
    margin-bottom: 0.85rem;
}

.cta-box p,
.about-box p,
.promo-box p,
.newsletter-box p,
.contact-box p,
.contact-box li {
    color: #d0d0d0;
}

.cta-box::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -40px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(199, 168, 107, 0.18), transparent 65%);
}

.contact-list,
.car-single-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li {
    margin-bottom: 0.7rem;
}

.footer {
    padding: 24px 0;
    border-top: 1px solid var(--sa-border);
    background: #090909;
    color: var(--sa-muted);
}

.footer a {
    color: #ddd;
}

.footer a:hover {
    color: var(--sa-gold-2);
}

.socials a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--sa-border);
    border-radius: 50%;
    color: #fff;
}

.socials a:hover {
    border-color: var(--sa-gold);
    color: var(--sa-gold-2);
}

.car-single-hero {
    min-height: 28vh;
}

.car-single-shell {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.car-single-gallery,
.car-single-card,
.car-single-box {
    border-radius: 22px;
    overflow: hidden;
}

.car-single-main-image img {
    width: 100%;
    height: 460px;
    object-fit: contain;
    object-position: center;
    background: #050505;
    display: block;
}

.car-single-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.65rem;
    padding: 0.65rem;
}

.car-single-thumb {
    border-radius: 13px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

.car-single-thumb img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    object-position: center;
    background: #050505;
    display: block;
}

.car-single-card {
    padding: 1.2rem;
    position: sticky;
    top: 86px;
}

.car-single-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.75rem;
    padding: 0.36rem 0.68rem;
    border-radius: 999px;
    background: rgba(199, 168, 107, 0.14);
    border: 1px solid rgba(199, 168, 107, 0.3);
    color: var(--sa-gold-2);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.car-single-brand {
    color: var(--sa-gold-2);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: 0.35rem;
}

.car-single-title {
    font-size: clamp(1.55rem, 2.5vw, 2.25rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 0.85rem;
}

.car-single-price {
    font-size: 1.75rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.car-single-specs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.62rem;
    margin-bottom: 1rem;
}

.car-single-spec {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.72rem 0.78rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.car-single-spec-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(199, 168, 107, 0.1);
    border: 1px solid rgba(199, 168, 107, 0.22);
    color: var(--sa-gold-2);
    font-size: 0.9rem;
    flex-shrink: 0;
}

.car-single-spec small {
    display: block;
    color: #9f9f9f;
    font-size: 0.72rem;
    margin-bottom: 0.12rem;
}

.car-single-spec strong {
    color: #fff;
    font-size: 0.88rem;
    line-height: 1.18;
}

.car-single-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.car-single-section {
    margin-top: 0.2rem;
}

.car-single-box {
    padding: 1.2rem;
}

.car-single-section-title {
    font-size: 1.28rem;
    font-weight: 800;
    margin-bottom: 0.85rem;
}

.car-single-description {
    color: #d7d7d7;
    line-height: 1.72;
}

.car-single-info-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    padding: 0.68rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.car-single-info-list li:last-child {
    border-bottom: 0;
}

.car-single-info-list span {
    color: #a9a9a9;
}

.car-single-info-list strong {
    color: #fff;
    text-align: right;
}

.car-single-extras {
    display: flex;
    flex-wrap: wrap;
    gap: 0.62rem;
}

.car-single-extra {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    padding: 0.58rem 0.78rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #e2e2e2;
    font-size: 0.84rem;
}

.car-single-extra i {
    color: var(--sa-gold-2);
}

.car-single-contact-box {
    height: 100%;
}

.topbar-mobile-phone {
    color: var(--sa-gold-2);
    font-weight: 800;
    font-size: 0.9rem;
    padding: 0.34rem 0.65rem 0.34rem 0.38rem;
    border-radius: 999px;
    border: 1px solid rgba(199, 168, 107, 0.35);
    background: rgba(199, 168, 107, 0.1);
    gap: 0.42rem;
    white-space: nowrap;
}

.topbar-mobile-phone:hover {
    color: #fff;
    border-color: rgba(199, 168, 107, 0.65);
    background: rgba(199, 168, 107, 0.16);
}

.topbar-mobile-phone-icon {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sa-gold), var(--sa-gold-2));
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.76rem;
    flex-shrink: 0;
}

.topbar-mobile-phone-number {
    line-height: 1;
}

.contact-page-list {
    display: grid;
    gap: 0.75rem;
}

.contact-page-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
}

.contact-page-item:hover {
    color: #fff;
    border-color: rgba(199, 168, 107, 0.45);
    background: rgba(199, 168, 107, 0.08);
}

.contact-page-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sa-gold), var(--sa-gold-2));
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.96rem;
}

.contact-page-item small {
    display: block;
    color: var(--sa-muted);
    font-size: 0.76rem;
    margin-bottom: 0.16rem;
}

.contact-page-item strong {
    display: block;
    color: #fff;
    font-size: 0.94rem;
}

.contact-page-side {
    position: relative;
    overflow: hidden;
}

.contact-page-side::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -70px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(199, 168, 107, 0.22), transparent 65%);
}

.contact-page-side-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(199, 168, 107, 0.12);
    border: 1px solid rgba(199, 168, 107, 0.3);
    color: var(--sa-gold-2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.contact-page-side h3 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.contact-page-highlight {
    margin-top: 1.2rem;
    padding: 0.85rem;
    border-radius: 16px;
    background: rgba(199, 168, 107, 0.1);
    border: 1px solid rgba(199, 168, 107, 0.28);
}

.contact-page-highlight span {
    display: block;
    color: var(--sa-muted);
    font-size: 0.78rem;
    margin-bottom: 0.2rem;
}

.contact-page-highlight strong {
    color: var(--sa-gold-2);
    font-size: 1.12rem;
}

.inquiry-modal-content {
    background: var(--sa-box-bg);
    border: 1px solid rgba(199, 168, 107, 0.28);
    border-radius: 24px;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.48);
}

.inquiry-modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.2rem;
}

.inquiry-modal-header .modal-title {
    font-size: 1.25rem;
    font-weight: 800;
}

.inquiry-modal-header p {
    color: var(--sa-muted);
}

.inquiry-modal-body {
    padding: 1.2rem;
}

.inquiry-modal-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.9rem 1.2rem 1.2rem;
}

.inquiry-modal-close {
    filter: invert(1);
    opacity: 0.75;
}

.inquiry-modal-close:hover {
    opacity: 1;
}

.car-equipment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.car-equipment-group {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid var(--sa-border);
    border-radius: 20px;
    padding: 16px;
}

.car-equipment-group-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
}

.car-equipment-group-icon {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f0f10;
    background: linear-gradient(135deg, var(--sa-gold), var(--sa-gold-2));
    flex: 0 0 auto;
}

.car-equipment-group-head h4 {
    margin: 0;
    color: var(--sa-text);
    font-size: 0.98rem;
    font-weight: 700;
}

.car-equipment-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.car-equipment-item {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 8px 9px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.035);
    color: var(--sa-text);
    font-size: 0.86rem;
}

.car-equipment-item span {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(199, 168, 107, 0.14);
    color: var(--sa-gold-2);
    flex: 0 0 auto;
}

.car-equipment-item strong {
    font-weight: 500;
}

.car-equipment-manual-title {
    color: var(--sa-text);
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.car-single-swiper-gallery {
    position: relative;
}

.car-main-swiper {
    border-radius: 24px;
    overflow: hidden;
    background: #050505;
    border: 1px solid var(--sa-border);
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.34);
}

.car-main-swiper .swiper-slide {
    height: 500px;
    background: #050505;
}

.car-main-swiper .swiper-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    cursor: zoom-in;
}

.car-main-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    background: #050505;
}

.car-gallery-zoom {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    color: #0f0f10;
    background: linear-gradient(135deg, var(--sa-gold), var(--sa-gold-2));
    font-size: 0.82rem;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
    opacity: 0;
    transform: translateY(8px);
    transition: 0.22s ease;
}

.car-main-swiper:hover .car-gallery-zoom {
    opacity: 1;
    transform: translateY(0);
}

.swiper-button-next,
.swiper-button-prev,
.car-swiper-nav {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    color: #0f0f10 !important;
    background: linear-gradient(135deg, var(--sa-gold), var(--sa-gold-2)) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.34);
    border: 1px solid rgba(225, 196, 141, 0.45);
}

.swiper-button-next::after,
.swiper-button-prev::after,
.car-swiper-nav::after {
    font-size: 15px;
    font-weight: 900;
    color: #0f0f10 !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.car-swiper-nav:hover {
    background: linear-gradient(135deg, var(--sa-gold-2), var(--sa-gold)) !important;
    color: #0f0f10 !important;
}

.swiper-button-disabled {
    opacity: 0.35 !important;
}

.car-swiper-pagination {
    bottom: 14px !important;
}

.car-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.55);
    opacity: 1;
}

.car-swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 999px;
    background: var(--sa-gold);
}

.car-thumbs-swiper {
    margin-top: 12px;
    padding: 2px;
}

.car-thumbs-swiper .swiper-slide {
    height: 82px;
    opacity: 0.55;
    cursor: pointer;
    transition: 0.2s ease;
}

.car-thumbs-swiper .swiper-slide-thumb-active {
    opacity: 1;
}

.car-thumbs-swiper .swiper-slide-thumb-active .car-single-thumb {
    border-color: var(--sa-gold);
    box-shadow: 0 0 0 3px rgba(199, 168, 107, 0.18);
}

.car-thumbs-swiper .car-single-thumb {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: #050505;
    border: 1px solid var(--sa-border);
    transition: 0.2s ease;
}

.car-thumbs-swiper .car-single-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    background: #050505;
}

.car-gallery-hint {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    color: var(--sa-muted);
    font-size: 0.86rem;
}

.glightbox-clean .gslide-title {
    color: #fff;
    font-weight: 700;
}

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
    background-color: rgba(199, 168, 107, 0.92);
    color: #0f0f10;
}

@media (min-width: 1400px) {
    .site-logo {
        max-height: 108px;
        max-width: 430px;
    }

    .navbar-brand,
    .navbar-logo-wrap {
        max-width: 430px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    html {
        font-size: 14.5px;
    }

    .navbar > .container,
    .navbar-inner {
        gap: 0.55rem;
    }

    .site-logo {
        max-height: 82px;
        max-width: 300px;
    }

    .navbar-brand,
    .navbar-logo-wrap {
        max-width: 300px;
    }

    .navbar-phone {
        min-height: 44px;
        padding: 0.35rem 0.68rem 0.35rem 0.42rem;
        gap: 0.45rem;
    }

    .navbar-phone-icon {
        width: 32px;
        height: 32px;
        font-size: 0.82rem;
    }

    .navbar-phone-label {
        font-size: 0.6rem;
    }

    .navbar-phone-number {
        font-size: 0.82rem;
    }

    .navbar .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        font-size: 0.82rem;
    }

    .navbar-offers-btn {
        padding-left: 0.65rem;
        padding-right: 0.65rem;
        font-size: 0.82rem;
    }

    .navbar-nav {
        padding: 0.22rem;
    }

    .car-main-swiper .swiper-slide {
        height: 460px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    html {
        font-size: 14px;
    }

    .navbar > .container,
    .navbar-inner {
        gap: 0.42rem;
    }

    .site-logo {
        max-height: 74px;
        max-width: 230px;
    }

    .navbar-brand,
    .navbar-logo-wrap {
        max-width: 230px;
    }

    .navbar-phone {
        min-height: 40px;
        padding: 0.3rem 0.58rem 0.3rem 0.35rem;
        gap: 0.35rem;
    }

    .navbar-phone-icon {
        width: 30px;
        height: 30px;
        font-size: 0.76rem;
    }

    .navbar-phone-label {
        display: none;
    }

    .navbar-phone-number {
        font-size: 0.78rem;
    }

    .navbar-nav {
        padding: 0.2rem;
    }

    .navbar .nav-link {
        padding: 0.42rem 0.42rem;
        font-size: 0.78rem;
    }

    .navbar-offers-btn {
        padding: 0.46rem 0.52rem;
        font-size: 0.78rem;
    }

    .btn-gold,
    .btn-outline-gold {
        padding: 0.62rem 0.95rem;
    }

    .car-card-image-wrap {
        height: 220px;
    }

    .car-card-compact .car-card-image-wrap {
        height: 200px;
    }

    .car-main-swiper .swiper-slide {
        height: 430px;
    }
}

@media (max-width: 991.98px) {
    html {
        font-size: 14.5px;
    }

    .navbar,
    .main-navbar {
        padding-top: 0.22rem;
        padding-bottom: 0.22rem;
    }

    .navbar > .container,
    .navbar-inner {
        gap: 0.45rem;
        flex-wrap: wrap;
    }

    .site-logo {
        max-height: 78px;
        max-width: calc(100vw - 92px);
    }

    .footer-site-logo {
        max-height: 46px;
        max-width: 190px;
    }

    .navbar-brand,
    .navbar-logo-wrap {
        max-width: calc(100% - 62px);
        flex: 1 1 auto;
    }

    .navbar-toggler {
        padding: 0.2rem 0.34rem;
        margin-left: 0.1rem;
    }

    .navbar-toggler .bi {
        font-size: 1.65rem !important;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        width: 100%;
        margin-top: 0.3rem;
    }

    .navbar-nav {
        width: 100%;
        padding: 0.55rem;
        border-radius: 20px;
        background:
            linear-gradient(180deg, rgba(20, 20, 20, 0.98), rgba(9, 9, 9, 0.98));
        border-color: rgba(199, 168, 107, 0.22);
        flex-wrap: wrap;
    }

    .navbar .nav-link {
        border-radius: 13px;
        padding: 0.68rem 0.8rem;
        font-size: 0.92rem;
    }

    .navbar-offers-btn {
        width: 100%;
        text-align: center;
    }

    .page-hero-sm {
        min-height: 26vh;
        padding: 78px 0 44px;
    }

    .offers-filters-box {
        padding: 0.9rem;
    }

    .offers-sort-wrap,
    .offers-sort {
        width: 100%;
    }

    .car-single-card {
        position: static;
        top: auto;
    }

    .car-single-main-image img {
        height: 330px;
    }

    .car-main-swiper .swiper-slide {
        height: 420px;
    }

    .car-equipment-grid {
        grid-template-columns: 1fr;
    }

    .swiper-button-next,
    .swiper-button-prev,
    .car-swiper-nav {
        width: 38px;
        height: 38px;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after,
    .car-swiper-nav::after {
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
    .hero {
        min-height: 74vh;
    }

    .section {
        padding: 58px 0;
    }

    .car-card-image-wrap,
    .car-card-compact .car-card-image-wrap {
        height: 215px;
        padding: 7px;
    }

    .car-inline-specs {
        grid-template-columns: 1fr;
    }

    .car-card-compact .car-name {
        min-height: auto;
    }

    .car-single-main-image img {
        height: 250px;
    }

    .car-single-thumbs {
        grid-template-columns: repeat(2, 1fr);
    }

    .car-single-specs {
        grid-template-columns: 1fr;
    }

    .car-single-actions {
        flex-direction: column;
    }

    .promo-box {
        padding: 1.7rem;
    }

    .about-box,
    .newsletter-box,
    .contact-box,
    .cta-box {
        padding: 1.25rem;
    }
}

@media (max-width: 575.98px) {
    html {
        font-size: 14px;
    }

    .topbar {
        padding-top: 0.3rem !important;
        padding-bottom: 0.3rem !important;
    }

    .topbar .container > .d-flex {
        justify-content: center !important;
    }

    .topbar .socials {
        display: none !important;
    }

    .btn-topbar-lang {
        padding: 0.26rem 0.54rem;
        font-size: 0.78rem;
    }

    .lang-dropdown-menu {
        min-width: 160px;
    }

    .site-logo {
        max-height: 78px;
        max-width: calc(100vw - 74px);
    }

    .navbar-brand,
    .navbar-logo-wrap {
        max-width: calc(100% - 52px);
    }

    .navbar-toggler {
        padding: 0.16rem 0.26rem;
        margin-left: 0.06rem;
    }

    .navbar-toggler .bi {
        font-size: 1.46rem !important;
    }

    .hero {
        min-height: 72vh;
    }

    .hero h1 {
        font-size: clamp(1.9rem, 10vw, 2.65rem);
    }

    .hero p {
        font-size: 0.94rem;
    }

    .section {
        padding: 52px 0;
    }

    .offers-filters-box .col-12.col-lg-auto {
        flex-direction: column;
    }

    .offers-filters-box .btn {
        width: 100%;
    }

    .car-equipment-list {
        grid-template-columns: 1fr;
    }

    .car-equipment-group {
        padding: 14px;
        border-radius: 16px;
    }

    .car-main-swiper {
        border-radius: 18px;
    }

    .car-main-swiper .swiper-slide {
        height: 310px;
    }

    .car-thumbs-swiper .swiper-slide {
        height: 68px;
    }

    .swiper-button-next,
    .swiper-button-prev,
    .car-swiper-nav {
        width: 34px;
        height: 34px;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after,
    .car-swiper-nav::after {
        font-size: 12px;
    }

    .car-gallery-zoom {
        opacity: 1;
        transform: none;
        right: 10px;
        bottom: 10px;
        padding: 7px 10px;
        font-size: 0.76rem;
    }
}

@media (max-width: 420px) {
    .topbar-mobile-phone {
        font-size: 0.82rem;
        padding-right: 0.5rem;
        gap: 0.35rem;
    }

    .topbar-mobile-phone-icon {
        width: 26px;
        height: 26px;
        font-size: 0.72rem;
    }

    .btn-topbar-lang {
        padding: 0.26rem 0.45rem;
    }

    .car-card-image-wrap,
    .car-card-compact .car-card-image-wrap {
        height: 195px;
    }

    .car-main-swiper .swiper-slide {
        height: 280px;
    }
}
