/* Base */
html {
    height: auto;
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    font-family: 'Inter', system-ui, sans-serif;
    min-height: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: visible;
}

.brand-logo {
    font-family: "Oldenburg", cursive;
    font-size: 28px;
    font-weight: 400;
    color: #E92020;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0;
}

.brand-logo:hover {
    opacity: 0.9;
}

/* Site header */
.site-header-wrap {
    width: 100%;
    background-color: #000000;
    color: #ffffff;
}

.site-header-wrap header.site-navbar {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    z-index: 99;
}

/* Reset main.css absolute header for in-page section headers */
.faq-section__header,
.client-testimonials__header,
.awards-section__header,
.legal-page__header {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    z-index: auto;
}

.site-header__container,
.layout-container {
    box-sizing: border-box;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.site-header__container {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}

@media (min-width: 640px) {
    .site-header__container,
    .layout-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .site-header__container,
    .layout-container {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.header-search-section {
    padding-bottom: 2.5rem;
    background-color: #000000;
}

.header-search-form {
    position: relative;
}

.header-search-form__icon {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    color: #A0A0A0;
    pointer-events: none;
}

.header-search-form input {
    width: 100%;
    background-color: #262626;
    color: #ffffff;
    border: none;
    border-radius: 999px;
    padding: 1rem 1.5rem 1rem 3.5rem;
    font-size: 15px;
    outline: none;
    transition: box-shadow 0.2s ease;
}

.header-search-form input::placeholder {
    color: #A0A0A0;
}

.header-search-form input:focus {
    box-shadow: 0 0 0 1px rgba(230, 46, 45, 0.5);
}

.site-navbar__auth-btn,
.site-navbar__mobile-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

/* Site navbar */
#site-navbar {
    overflow: visible;
}

.site-navbar {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.site-navbar__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
}

.site-navbar__end {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
    flex-shrink: 0;
    z-index: 30;
}

.site-navbar__logo {
    flex-shrink: 0;
}

.site-navbar__nav {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 2.5rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 768px) {
    .site-navbar__nav {
        display: flex;
    }
}

.site-navbar__link {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-navbar__link:hover {
    color: #E62E2D;
}

.site-navbar__link--active {
    color: #E62E2D;
}

.site-navbar__actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.site-navbar__location {
    display: none;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    border: none;
    border-radius: 999px;
    background-color: #262626;
    color: #ffffff;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

@media (min-width: 640px) {
    .site-navbar__location {
        display: flex;
    }
}

.site-navbar__location:hover {
    background-color: #333333;
}

.site-navbar__location-icon {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    color: #A0A0A0;
}

.site-navbar__location-chevron {
    width: 0.875rem;
    height: 0.875rem;
}

.site-navbar__desktop-actions {
    display: none;
    align-items: center;
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .site-navbar__desktop-actions {
        display: flex;
    }
}

.site-navbar__auth-btn {
    padding: 0.5rem 1.25rem;
    border: none;
    border-radius: 6px;
    background-color: #E92020;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.site-navbar__auth-btn:hover {
    background-color: #c92827;
}

body.nav-theme-light .site-navbar__link {
    color: #1a1a1a;
}

body.nav-theme-light .site-navbar__link:hover {
    color: #E62E2D;
}

body.nav-theme-light .site-navbar__link--active {
    color: #E62E2D;
}

body.nav-theme-light .site-navbar__location {
    background-color: #F3F4F6;
    color: #1a1a1a;
}

body.nav-theme-light .site-navbar__location:hover {
    background-color: #E5E7EB;
}

body.nav-theme-light .site-navbar__location-icon {
    color: #6B7280;
}

/* Mobile navbar menu */
.site-navbar__toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 8px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.2s ease;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .site-navbar__toggle {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative;
        z-index: 40;
    }
}

@media (min-width: 768px) {
    .site-navbar__toggle {
        display: none !important;
    }
}

.site-navbar__toggle:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

.site-navbar__toggle-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background-color: currentColor;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.site-navbar--menu-open .site-navbar__toggle-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.site-navbar--menu-open .site-navbar__toggle-bar:nth-child(2) {
    opacity: 0;
}

.site-navbar--menu-open .site-navbar__toggle-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.site-navbar__mobile-menu {
    display: none;
    margin-top: 0.75rem;
    padding: 0.75rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #1a1a1a;
}

.site-navbar--menu-open .site-navbar__mobile-menu {
    display: block;
}

.site-navbar__mobile-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-navbar__mobile-link {
    display: block;
    padding: 0.85rem 0.75rem;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.site-navbar__mobile-link:hover {
    background-color: rgba(255, 255, 255, 0.06);
    color: #E62E2D;
}

.site-navbar__mobile-link.site-navbar__link--active {
    color: #E62E2D;
}

.site-navbar__mobile-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-navbar__mobile-btn {
    width: 100%;
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 8px;
    background-color: #E92020;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.site-navbar__mobile-btn:hover {
    background-color: #c92827;
}

.site-navbar__mobile-btn--outline {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navbar__mobile-btn--outline:hover {
    background-color: rgba(255, 255, 255, 0.06);
}

body.nav-theme-light .site-navbar__toggle {
    color: #1a1a1a;
}

body.nav-theme-light .site-navbar__toggle:hover {
    background-color: rgba(0, 0, 0, 0.06);
}

body.nav-theme-light .site-navbar__mobile-menu {
    background-color: #ffffff;
    border-color: #E5E7EB;
}

body.nav-theme-light .site-navbar__mobile-link {
    color: #1a1a1a;
}

body.nav-theme-light .site-navbar__mobile-actions {
    border-top-color: #E5E7EB;
}

body.nav-theme-light .site-navbar__mobile-btn--outline {
    border-color: #D1D5DB;
    color: #1a1a1a;
}

@media (min-width: 768px) {
    .site-navbar__mobile-menu {
        display: none !important;
    }
}

/* Home hero banner */
.home-hero {
    background-color: #000000;
    color: #ffffff;
}


.home-hero__text-section {
    padding-bottom: 2rem;
}

.home-hero__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
}

@media (min-width: 1024px) {
    .home-hero__grid {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
    }
}

.home-hero__eyebrow {
    margin: 0 0 1rem;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}

.home-hero__title {
    margin: 0;
    font-size: clamp(2rem, 5vw, 50px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.home-hero__content-right {
    padding-top: 0;
}

@media (min-width: 1024px) {
    .home-hero__content-right {
        padding-top: 2rem;
    }
}

.home-hero__description {
    margin: 0 0 1.5rem;
    max-width: 28rem;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}

.home-hero__btn {
    display: inline-block;
    padding: 0.75rem 1.75rem;
    border-radius: 6px;
    background-color: #E62E2D;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.home-hero__btn:hover {
    background-color: #c92827;
    color: #ffffff;
}

.home-hero__car-section {
    padding-bottom: 3rem;
}

@media (min-width: 1024px) {
    .home-hero__car-section {
        padding-bottom: 4rem;
    }
}

/* Hero car section */
.hero-car-wrap {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 280px;
    padding-bottom: 8px;
}

@media (min-width: 640px) {
    .hero-car-wrap {
        min-height: 360px;
    }
}

@media (min-width: 1024px) {
    .hero-car-wrap {
        min-height: 420px;
    }
}

.hero-car-inner {
    position: relative;
    width: 100%;
    max-width: 980px;
    overflow: visible;
    padding-bottom: 24px;
}

.hero-car-img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    object-fit: contain;
    object-position: bottom center;
    pointer-events: none;
}

/* Hot bids section */
.hot-bids-section {
    background-color: #F5F5F5;
    color: #000000;
    padding: 3rem 0;
}

@media (min-width: 640px) {
    .hot-bids-section {
        padding: 4rem 0;
    }
}

@media (min-width: 1024px) {
    .hot-bids-section {
        padding: 5rem 0;
    }
}

.hot-bids-section__container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .hot-bids-section__container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .hot-bids-section__container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.hot-bids-section__header {
    text-align: center;
    margin-bottom: 2.5rem;
}

@media (min-width: 640px) {
    .hot-bids-section__header {
        margin-bottom: 3rem;
    }
}

.hot-bids-section__title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.625rem, 3vw, 2rem);
    font-weight: 700;
    color: #000000;
}

.hot-bids-section__subtitle {
    margin: 0;
    font-size: 15px;
    color: #6B7280;
}

.hot-bids-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 640px) {
    .hot-bids-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .hot-bids-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.hot-bids-section__action {
    text-align: center;
}

.hot-bids-section__view-all {
    display: inline-block;
    padding: 0.75rem 2.5rem;
    border-radius: 6px;
    background-color: #E62E2D;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.hot-bids-section__view-all:hover {
    background-color: #c92827;
    color: #ffffff;
}

.hot-bid-card__link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.hot-bid-card {
    height: 100%;
    padding: 1.25rem;
    border: 1px solid rgba(229, 231, 235, 0.8);
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s ease;
}

.hot-bid-card__link:hover .hot-bid-card {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.hot-bid-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.hot-bid-card__brand {
    display: flex;
    align-items: center;
    height: 2rem;
}

.hot-bid-card__brand-img {
    height: 1.75rem;
    object-fit: contain;
    object-position: left;
}

.hot-bid-card__countdown {
    display: flex;
    gap: 0.75rem;
    text-align: center;
}

.hot-bid-card__countdown-value {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #E62E2D;
}

.hot-bid-card__countdown-label {
    display: block;
    margin-top: 0.15rem;
    font-size: 10px;
    color: #9CA3AF;
}

.hot-bid-card__image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.hot-bid-card__image {
    max-height: 130px;
    width: 100%;
    object-fit: contain;
}

.hot-bid-card__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.hot-bid-card__title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    line-height: 1.4;
}

.hot-bid-card__price-wrap {
    text-align: right;
    flex-shrink: 0;
}

.hot-bid-card__price-label {
    margin: 0;
    font-size: 11px;
    color: #9CA3AF;
}

.hot-bid-card__price {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
}

.hot-bids-section__loading {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

/* Auctions page */
.auctions-page {
    background-color: #ffffff;
    color: #000000;
}

.auctions-page__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

@media (min-width: 1024px) {
    .auctions-page__container {
        padding: 0 2rem;
    }
}

.auctions-search-section {
    padding: 0.5rem 0 2rem;
}

.auctions-search-form {
    position: relative;
}

.auctions-search-form__icon {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    color: #9CA3AF;
    pointer-events: none;
}

.auctions-search-form input {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 1rem 1.5rem 1rem 3.5rem;
    border: none;
    border-radius: 999px;
    background-color: #F3F4F6;
    color: #000000;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 15px;
    outline: none;
    transition: box-shadow 0.2s ease;
}

.auctions-search-form input::placeholder {
    color: #9CA3AF;
}

.auctions-search-form input:focus {
    box-shadow: 0 0 0 1px rgba(230, 46, 45, 0.5);
}

.auctions-page__main {
    padding-bottom: 2.5rem;
}

.auctions-page__grid {
    margin-bottom: 0;
}

.auctions-page__empty {
    margin: 0;
    text-align: center;
    font-size: 15px;
    color: #6B7280;
}

/* Promo banner section */
.promo-banner-section {
    background-color: #ffffff;
    padding: 2.5rem 0;
}

@media (min-width: 640px) {
    .promo-banner-section {
        padding: 3.5rem 0;
    }
}

@media (min-width: 1024px) {
    .promo-banner-section {
        padding: 4rem 0;
    }
}

.promo-banner-section__container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .promo-banner-section__container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .promo-banner-section__container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.promo-banner__btn {
    display: inline-block;
    padding: 0.625rem 1.25rem;
    border-radius: 6px;
    background-color: #E92020;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

@media (min-width: 640px) {
    .promo-banner__btn {
        padding: 0.75rem 2rem;
        font-size: 12px;
    }
}

.promo-banner__btn:hover {
    background-color: #c92827;
    color: #ffffff;
}

.promo-banner {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #000000;
    width: 100%;
    min-height: 320px;
}

.promo-banner-base {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
    z-index: 0;
    pointer-events: none;
}

.promo-banner-gradient {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: left center;
    z-index: 1;
    pointer-events: none;
}

.promo-banner-content {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 62%;
    max-width: 210px;
    padding: 1.25rem 0.875rem 1.25rem 1rem;
}

.promo-banner__title {
    margin-bottom: 0.4rem;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.promo-banner__text {
    margin-bottom: 0.875rem;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.9);
    max-width: 100%;
}

@media (max-width: 639px) {
    .promo-banner-base {
        object-fit: cover;
        object-position: 78% center;
    }

    .promo-banner-gradient {
        width: 72%;
        object-fit: cover;
        object-position: left center;
    }
}

@media (min-width: 400px) and (max-width: 639px) {
    .promo-banner-content {
        max-width: 230px;
        padding: 1.5rem 1rem;
    }

    .promo-banner__title {
        font-size: 18px;
    }

    .promo-banner__text {
        font-size: 12px;
        margin-bottom: 1rem;
    }
}

@media (min-width: 480px) and (max-width: 639px) {
    .promo-banner-content {
        max-width: 250px;
    }

    .promo-banner__title {
        font-size: 20px;
    }
}

@media (min-width: 640px) {
    .promo-banner {
        min-height: 0;
        aspect-ratio: 1270 / 401;
    }

    .promo-banner-base {
        object-fit: fill;
        object-position: center;
    }

    .promo-banner-gradient {
        width: 100%;
        object-fit: fill;
        object-position: left center;
    }

    .promo-banner-content {
        width: auto;
        max-width: 480px;
        padding: 2rem 1.75rem;
    }

    .promo-banner__title {
        font-size: 26px;
        margin-bottom: 0.5rem;
        color: #000000;
    }

    .promo-banner__text {
        font-size: 14px;
        margin-bottom: 1.75rem;
        max-width: 360px;
        color: #1a1a1a;
    }
}

@media (min-width: 1024px) {
    .promo-banner-content {
        padding: 3rem 3.5rem;
        max-width: 540px;
    }

    .promo-banner__title {
        font-size: 32px;
    }

    .promo-banner__text {
        margin-bottom: 2rem;
    }
}

/* Frequently asked questions section */
.faq-section {
    background-color: #ffffff;
    padding: 3rem 0;
}

.faq-section__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

@media (min-width: 640px) {
    .faq-section {
        padding: 4rem 0;
    }

    .faq-section__container {
        padding: 0 1.5rem;
    }
}

.faq-section__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: start;
}

@media (min-width: 768px) {
    .faq-section__grid {
        grid-template-columns: 0.9fr 1.1fr;
        gap: 3rem;
    }
}

@media (min-width: 1024px) {
    .faq-section {
        padding: 5rem 0;
    }

    .faq-section__grid {
        gap: 4rem;
    }
}

.faq-section__header {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    max-width: 340px;
    z-index: auto;
}

@media (max-width: 639px) {
    .faq-section__header {
        max-width: none;
    }

    .faq-section__title {
        font-size: 26px;
        line-height: 1.25;
    }

    .faq-accordion-item__trigger {
        padding: 1rem 0;
        gap: 0.75rem;
    }

    .faq-accordion-item__question {
        font-size: 14px;
    }
}

.faq-section__label {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    color: #E62E2D;
    letter-spacing: 0.02em;
}

.faq-section__title {
    margin-bottom: 1rem;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    letter-spacing: -0.02em;
}

@media (min-width: 1024px) {
    .faq-section__title {
        font-size: 36px;
    }
}

.faq-section__description {
    font-size: 14px;
    line-height: 1.6;
    color: #6B7280;
}

.faq-accordion {
    list-style: none;
    margin: 0;
    padding: 0;
}

.faq-accordion-item {
    border-bottom: 1px solid #E5E7EB;
}

.faq-accordion-item:first-child {
    border-top: 1px solid #E5E7EB;
}

.faq-accordion-item__trigger {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 1.25rem 0;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: left;
}

.faq-accordion-item__question {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
}

.faq-accordion-item__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #000000;
    color: #ffffff;
    transition: transform 0.25s ease;
}

.faq-accordion-item--active .faq-accordion-item__icon {
    transform: rotate(180deg);
}

.faq-accordion-item__panel {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 0.3s ease;
}

.faq-accordion-item--active .faq-accordion-item__panel {
    grid-template-rows: 1fr;
    overflow: visible;
}

.faq-accordion-item__panel-inner {
    min-height: 0;
    overflow: hidden;
}

.faq-accordion-item--active .faq-accordion-item__panel-inner {
    overflow: visible;
}

.faq-accordion-item__answer {
    margin: 0;
    padding-top: 0.25rem;
    padding-bottom: 1.25rem;
    font-size: 14px;
    line-height: 1.7;
    color: #4B5563;
}

/* Client testimonials section */
.client-testimonials {
    background-color: #F5F5F5;
    padding: 4rem 0;
}

.client-testimonials__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

@media (min-width: 640px) {
    .client-testimonials__container {
        padding: 0 1.5rem;
    }
}

.client-testimonials {
    position: relative;
}

.client-testimonials__header {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    z-index: auto;
    text-align: center;
    margin-bottom: 2.5rem;
}

.client-testimonials__title {
    margin: 0 0 0.5rem;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    letter-spacing: -0.02em;
}

.client-testimonials__subtitle {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #6B7280;
}

.client-testimonials__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 640px) {
    .client-testimonials__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .client-testimonials {
        padding: 5rem 0;
    }

    .client-testimonials__header {
        margin-bottom: 3rem;
    }

    .client-testimonials__title {
        font-size: 36px;
    }

    .client-testimonials__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

.testimonial-card {
    background-color: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.testimonial-card__stars {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #F5A623;
}

.testimonial-card__text {
    flex: 1;
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #374151;
}

.testimonial-card__author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.25rem;
}

.testimonial-card__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.testimonial-card__name {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #000000;
}

.testimonial-card__role {
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
    color: #9CA3AF;
    margin-top: 2px;
}

/* Site footer */
#site-footer.site-footer {
    display: block;
    width: 100%;
    overflow: visible;
    height: auto;
    max-height: none;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

footer.site-footer {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    z-index: auto;
}

.site-footer {
    width: 100%;
    background-color: #2D2D2D;
    color: #ffffff;
    padding: 3.5rem 0 2rem;
    margin-top: 0;
    overflow: visible;
    box-sizing: border-box;
    font-family: "Inter", system-ui, sans-serif;
}

.site-footer__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.25rem;
    padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
    .site-footer__grid {
        grid-template-columns: 0.85fr 1fr 1.35fr;
        gap: 2rem 3.5rem;
        align-items: start;
    }
}

@media (min-width: 1024px) {
    .site-footer {
        padding: 4rem 0 2.25rem;
    }

    .site-footer__container {
        padding: 0 2rem;
    }

    .site-footer__grid {
        gap: 2.5rem 5rem;
        padding-bottom: 2.75rem;
    }
}

.site-footer__column {
    min-width: 0;
}

.site-footer__logo {
    display: inline-block;
    margin-bottom: 1.35rem;
    font-family: "Oldenburg", cursive;
    font-size: 40px;
    font-weight: 400;
    color: #E92020;
    text-decoration: none;
    line-height: 1;
}

.site-footer__logo:hover {
    opacity: 0.9;
}

.site-footer__heading {
    margin: 0 0 1.1rem;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0;
}

.site-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer__links li + li {
    margin-top: 0.7rem;
}

.site-footer__links a {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    color: #A9A9A9;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer__links a:hover {
    color: #ffffff;
}

.site-footer__contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer__contact-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #DCDCDC;
}

.site-footer__contact-list li + li {
    margin-top: 0.85rem;
}

.site-footer__contact-list a,
.site-footer__contact-list span {
    color: #DCDCDC;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer__contact-list a:hover {
    color: #ffffff;
}

.site-footer__contact-icon {
    display: block;
    width: auto;
    height: 16px;
    max-width: 19px;
    flex-shrink: 0;
    object-fit: contain;
}

.site-footer__social {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.site-footer__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-footer__social-icon {
    display: block;
    width: auto;
    height: auto;
    max-width: 16px;
    max-height: 16px;
    object-fit: contain;
}

.site-footer__social-link--facebook .site-footer__social-icon {
    max-width: 9px;
    max-height: 16px;
}

.site-footer__social-link:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}

.site-footer__social-link--facebook {
    background-color: #1877F2;
    color: #ffffff;
}

.site-footer__social-link--twitter,
.site-footer__social-link--instagram,
.site-footer__social-link--linkedin {
    background-color: #ffffff;
    color: #333333;
}

.site-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.5rem 0 0.5rem;
    text-align: center;
}

.site-footer__copyright {
    margin: 0;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #A9A9A9;
}

.site-footer__copyright a.site-footer__brand-text {
    text-decoration: none;
}

.site-footer__copyright a.site-footer__brand-text:hover {
    opacity: 0.9;
}

.site-footer__brand-text {
    color: #E92020;
    font-weight: 500;
}

.site-footer__brand-text--logo {
    font-family: "Oldenburg", cursive;
    font-weight: 400;
    font-size: 14px;
}

/* Awards section */
.awards-section {
    background-color: #ffffff;
    padding: 3rem 0 4rem;
}

.awards-section__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

@media (min-width: 1024px) {
    .awards-section__container {
        padding: 0 2rem;
    }
}

.awards-section__header {
    text-align: center;
    margin-bottom: 2rem;
}

.awards-section__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #111111;
    margin-bottom: 0.5rem;
}

.awards-section__subtitle {
    font-size: 15px;
    line-height: 1.5;
    color: #6B7280;
}

.awards-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.award-card {
    background-color: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    overflow: hidden;
}

.award-card__main {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.15rem 1.25rem;
}

.award-card__image-wrap {
    flex-shrink: 0;
    width: 118px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    overflow: hidden;
}

.award-card__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.award-card__content {
    flex: 1;
    min-width: 0;
    padding-top: 0.1rem;
}

.award-card__badge {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    width: 100%;
    padding: 0.35rem 0.65rem;
    margin-bottom: 0.45rem;
    background: linear-gradient(90deg, #EAFFF5 0%, #FFFFFF 100%);
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    color: #10B981;
}

.award-card__badge-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.award-card__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    color: #111111;
    margin-bottom: 0.75rem;
}

.award-card__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    width: 100%;
}

.award-card__stat {
    min-width: 0;
}

.award-card__stat--end {
    text-align: right;
}

.award-card__stat-label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #94A3B8;
    margin-bottom: 0.2rem;
}

.award-card__stat-value {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #111111;
}

.award-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 0.95rem 1.25rem;
    border-top: 1px solid #E5E7EB;
}

.award-card__user {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
}

.award-card__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.award-card__username {
    font-size: 14px;
    font-weight: 700;
    color: #111111;
    line-height: 1.25;
}

.award-card__location {
    font-size: 12px;
    color: #94A3B8;
    line-height: 1.25;
    margin-top: 0.1rem;
}

.award-card__status {
    text-align: right;
    flex-shrink: 0;
}

.award-card__status-label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #111111;
    line-height: 1.25;
}

.award-card__status-time {
    display: block;
    font-size: 12px;
    color: #94A3B8;
    line-height: 1.25;
    margin-top: 0.1rem;
}

.awards-section__action {
    text-align: center;
    margin-top: 1.75rem;
}

.awards-section__view-all {
    display: inline-block;
    background-color: #E62E2D;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 0.75rem 2.5rem;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.awards-section__view-all:hover {
    background-color: #c92827;
}

@media (max-width: 640px) {
    .award-card__main {
        flex-direction: column;
    }

    .award-card__image-wrap {
        width: 100%;
        height: 120px;
    }

    .award-card__stats {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .award-card__stat--end {
        text-align: left;
    }
}

/* Car detail page */
.car-detail {
    background-color: #000000;
    color: #ffffff;
    padding: 1.5rem 0 4rem;
}

.car-detail__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
}

@media (min-width: 1024px) {
    .car-detail__container {
        grid-template-columns: 1.15fr 0.85fr;
        gap: 2.5rem;
        padding: 0 2rem;
    }
}

.car-detail__carousel {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

@media (min-width: 640px) {
    .car-detail__carousel {
        gap: 1rem;
    }
}

.car-detail__image-card {
    position: relative;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 320px;
    padding: 2rem 1.75rem 1.5rem;
    border-radius: 20px;
    background: linear-gradient(180deg, #3a3a3a 0%, #1f1f1f 45%, #141414 100%);
    overflow: hidden;
}

@media (min-width: 1024px) {
    .car-detail__image-card {
        min-height: 380px;
        padding: 2.25rem 2rem 1.75rem;
    }
}

.car-detail__image-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    padding-bottom: 0.5rem;
}

.car-detail__image {
    width: 100%;
    max-width: 520px;
    max-height: 260px;
    object-fit: contain;
    object-position: center;
}

.car-detail__nav-btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.car-detail__nav-btn:hover {
    background-color: rgba(255, 255, 255, 0.22);
}

.car-detail__nav-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.car-detail__nav-btn:disabled:hover {
    background-color: rgba(255, 255, 255, 0.12);
}

.car-detail__title {
    position: relative;
    z-index: 2;
    margin: 0;
    padding-top: 0.75rem;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
    color: #ffffff;
    letter-spacing: -0.02em;
}

@media (min-width: 1024px) {
    .car-detail__title {
        font-size: 42px;
        padding-top: 1rem;
    }
}

.car-detail__specs {
    margin-top: 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem 2rem;
}

@media (min-width: 640px) {
    .car-detail__specs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.car-detail__spec {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.35;
    color: #DCDCDC;
}

.car-detail__spec-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    color: #DCDCDC;
}

.car-detail__bid-panel {
    background-color: #ffffff;
    color: #111111;
    border-radius: 16px;
    padding: 0.75rem 1.5rem 1.5rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

@media (min-width: 1024px) {
    .car-detail__bid-panel {
        padding: 2rem 1.75rem 1.75rem;
        margin-top: 0.5rem;
    }
}

.car-detail__bid-title {
    margin: 0 0 1.25rem;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #111111;
}

.car-detail__countdown {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.car-detail__countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    padding: 0.85rem 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background-color: #ffffff;
}

.car-detail__countdown-value {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #E62E2D;
}

.car-detail__countdown-label {
    margin-top: 0.35rem;
    font-size: 11px;
    line-height: 1;
    color: #9ca3af;
}

.car-detail__bid-info {
    margin: 0 0 1.25rem;
}

.car-detail__bid-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.55rem 0;
    font-size: 14px;
}

.car-detail__bid-row dt {
    margin: 0;
    font-weight: 600;
    color: #111111;
}

.car-detail__bid-row dd {
    margin: 0;
    font-weight: 600;
    color: #111111;
}

.car-detail__bid-row--input {
    margin-bottom: 1rem;
}

.car-detail__bid-label {
    margin: 0;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 600;
    color: #111111;
}

.car-detail__bid-input {
    flex: 1;
    max-width: 140px;
    margin: 0;
    padding: 0.6rem 0.85rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background-color: #f9fafb;
    font-size: 14px;
    font-weight: 500;
    color: #111111;
    text-align: right;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.car-detail__bid-input:focus {
    border-color: #E62E2D;
    box-shadow: 0 0 0 3px rgba(230, 46, 45, 0.12);
}

.car-detail__quick-bid {
    width: 100%;
    padding: 0.9rem 1rem;
    border: none;
    border-radius: 8px;
    background-color: #111111;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.car-detail__quick-bid:hover {
    background-color: #2d2d2d;
}

.car-detail__bid-stats {
    margin: 1rem 0 0;
    text-align: center;
    font-size: 13px;
    color: #6b7280;
}

.car-detail__bid-form {
    margin: 0;
}

.car-detail__bid-position {
    margin: 0.75rem 0 0;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #111111;
}

.car-detail__bid-panel .car-detail__bid-input {
    box-sizing: border-box;
    height: auto;
    background-color: #f9fafb !important;
    color: #111111 !important;
    border: 1px solid #e5e7eb;
}

.car-detail__quick-bid:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Sign up page */
.signup-page {
    background-color: #000000;
    color: #ffffff;
    padding: 0.25rem 0 4rem;
   padding-top: 1.5rem;
}

.signup-page__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 640px) {
    .signup-page__container {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .signup-page__container {
        padding: 0 4rem;
    }
}

.signup-page .signup-grid {
    max-width: 760px;
}



.signup-card {
    padding: 0;
    background: none;
    border: none;
}

.signup-avatar {
    position: relative;
    width: 112px;
    height: 112px;
    margin-bottom: 1.75rem;
}

.signup-avatar__image {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.signup-avatar__edit {
    position: absolute;
    right: -6px;
    bottom: -6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background-color: #ffffff;
    color: #111111;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease;
}

.signup-avatar__edit:hover {
    transform: scale(1.05);
}

.signup-section + .signup-section {
    margin-top: 2rem;
}

.signup-section__title {
    margin: 0 0 1.25rem;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
}

.signup-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem 1.5rem;
}

@media (min-width: 768px) {
    .signup-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .signup-field--full {
        grid-column: 1 / -1;
    }
}

.signup-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.signup-label {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    color: #A0A0A0;
}

.signup-input-wrap {
    position: relative;
}

.signup-input {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #2D2D2D;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.signup-input-wrap .signup-input {
    padding-right: 2.75rem;
}

.signup-input::placeholder {
    color: #6B7280;
}

.signup-input:focus {
    border-color: rgba(230, 46, 45, 0.45);
    box-shadow: 0 0 0 3px rgba(230, 46, 45, 0.12);
}

.signup-toggle {
    position: absolute;
    top: 50%;
    right: 0.85rem;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 0;
    border: none;
    background: none;
    color: #6B7280;
    cursor: pointer;
    transition: color 0.2s ease;
}

.signup-toggle:hover {
    color: #A0A0A0;
}

.signup-submit {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: auto;
    height: auto;
    margin-top: 2rem;
    padding: 0.85rem 1.75rem;
    border: none;
    border-radius: 8px;
    background-color: #E62E2D;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.signup-submit:hover {
    background-color: #c92827;
}

.signup-submit svg {
    flex-shrink: 0;
}

.signup-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.signup-page .signup-card .signup-submit {
    width: auto;
    max-width: none;
    align-self: flex-start;
}

.signup-field__error {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
    color: #f87171;
}

.signup-login-link {
    margin: 1.5rem 0 0;
    font-size: 14px;
    color: #a0a0a0;
}

.signup-login-link a {
    margin-left: 0.35rem;
    color: #e62e2d;
    text-decoration: none;
    font-weight: 500;
}

.signup-login-link a:hover {
    opacity: 0.9;
}

.signup-forgot-link {
    margin: 0.75rem 0 0;
    font-size: 13px;
}

.signup-forgot-link a {
    color: #a0a0a0;
    text-decoration: none;
    transition: color 0.2s ease;
}

.signup-forgot-link a:hover {
    color: #e62e2d;
}

.signup-auth-intro {
    margin: 0 0 1.75rem;
    max-width: 760px;
}

.signup-auth-intro__title {
    margin: 0 0 0.5rem;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    color: #ffffff;
}

.signup-auth-intro__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #a0a0a0;
}

.signup-auth-intro__text strong {
    color: #ffffff;
    font-weight: 600;
}

.signup-grid--single {
    max-width: 760px;
}

.signup-page .signup-textarea {
    width: 100%;
    min-height: 160px;
    height: auto;
    padding: 0.85rem 1rem;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #2d2d2d;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    outline: none;
    resize: vertical;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.signup-page .signup-textarea::placeholder {
    color: #6b7280;
}

.signup-page .signup-textarea:focus {
    border-color: rgba(230, 46, 45, 0.45);
    box-shadow: 0 0 0 3px rgba(230, 46, 45, 0.12);
}

.signup-page .signup-input,
.signup-page .signup-textarea {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background-color: #2d2d2d;
    border: 1px solid transparent;
    color: #ffffff;
    resize: vertical;
}

.signup-page .signup-input {
    min-height: 50px;
}

/* Contact page - black theme */
.contact-page {
    background-color: #000000;
    padding: 1.5rem 0 4rem;
}

.contact-page .contact-wrapper {
    position: relative;
    background: #141414;
    background-color: #141414;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 575px) {
    .contact-page .contact-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.contact-page .section-header {
    margin-bottom: 2.5rem;
}

.contact-page .section-header .cate {
    color: #e62e2d;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-page .section-header .title {
    color: #ffffff;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
}

.contact-page .section-header p {
    color: #a0a0a0;
    max-width: 520px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.6;
}

.contact-page .contact-form .form-group {
    margin-bottom: 28px;
}

.contact-page .contact-form .form-group input,
.contact-page .contact-form .form-group textarea {
    box-sizing: border-box;
    width: 100%;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    caret-color: #ffffff;
    background: transparent !important;
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0;
    outline: none;
    box-shadow: none;
}

.contact-page .contact-form .form-group input:focus,
.contact-page .contact-form .form-group textarea:focus,
.contact-page .contact-form .form-group input:active,
.contact-page .contact-form .form-group textarea:active,
.contact-page .contact-form .form-group input:-internal-autofill-selected,
.contact-page .contact-form .form-group textarea:-internal-autofill-selected {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none;
}

.contact-page .contact-form .form-group input:-webkit-autofill,
.contact-page .contact-form .form-group input:-webkit-autofill:hover,
.contact-page .contact-form .form-group input:-webkit-autofill:focus,
.contact-page .contact-form .form-group input:-webkit-autofill:active,
.contact-page .contact-form .form-group textarea:-webkit-autofill,
.contact-page .contact-form .form-group textarea:-webkit-autofill:hover,
.contact-page .contact-form .form-group textarea:-webkit-autofill:focus,
.contact-page .contact-form .form-group textarea:-webkit-autofill:active {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    caret-color: #ffffff;
    -webkit-box-shadow: 0 0 0 1000px #141414 inset;
    box-shadow: 0 0 0 1000px #141414 inset;
    transition: background-color 9999s ease-out 0s;
}

.contact-page .contact-form .form-group input {
    height: 60px;
    padding: 0 50px;
}

.contact-page .contact-form .form-group textarea {
    height: 140px;
    min-height: 140px;
    padding: 8px 50px 0;
    resize: vertical;
}

.contact-page .contact-form .form-group input::placeholder,
.contact-page .contact-form .form-group textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}

.contact-page .contact-form .form-group input:focus,
.contact-page .contact-form .form-group textarea:focus {
    border-bottom-color: #e62e2d;
    background: transparent !important;
    background-color: transparent !important;
}

.contact-page .contact-form .form-group label {
    position: absolute;
    left: 0;
    top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e62e2d;
    box-shadow: 0 4px 12px rgba(230, 46, 45, 0.35);
    color: #ffffff;
    font-size: 14px;
}

.contact-page .contact-form .form-group label.message {
    top: 0;
}

.contact-page .contact-form .custom-button {
    height: 50px;
    padding: 0 50px;
    border: none;
    border-radius: 8px;
    background: #e62e2d;
    box-shadow: none;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    transition: background-color 0.2s ease;
}

.contact-page .contact-form .custom-button:hover {
    background: #c92827;
    box-shadow: none;
}

.contact-page .contact-form .custom-button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

@media (max-width: 575px) {
    .contact-page .contact-form .form-group input {
        padding: 0 0 0 40px;
    }

    .contact-page .contact-form .form-group textarea {
        padding: 8px 0 8px 40px;
    }
}

/* Profile page */
.profile-page {
    background-color: #000000;
    color: #ffffff;
    padding: 0.25rem 0 4rem;
}

.profile-page__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (min-width: 1024px) {
    .profile-page__container {
        padding: 0 2rem;
    }
}

.profile-card {
    padding: 0;
    background: none;
    border: none;
}

.profile-card__title {
    margin: 0 0 1.5rem;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
}

.profile-page .signup-grid {
    max-width: 760px;
}

@media (min-width: 768px) {
    .profile-card--password .signup-grid .signup-field:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    .profile-card--password .signup-grid .signup-field:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
    }

    .profile-card--password .signup-grid .signup-field:nth-child(3) {
        grid-column: 2;
        grid-row: 2;
    }
}

.profile-card .signup-grid {
    margin-bottom: 0;
}

.profile-card .signup-submit {
    margin-top: 2rem;
}

.profile-page .signup-input {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 50px;
    background-color: #2d2d2d;
    border: 1px solid transparent;
    color: #ffffff;
}

.profile-page .signup-input:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.profile-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.profile-card__header .profile-card__title {
    margin-bottom: 0;
}

.profile-bids-table-wrap {
    max-height: 320px;
    overflow: auto;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
}

.profile-bids-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.profile-bids-table th,
.profile-bids-table td {
    padding: 0.85rem 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.profile-bids-table th {
    position: sticky;
    top: 0;
    background-color: #1a1a1a;
    font-size: 13px;
    font-weight: 600;
    color: #a0a0a0;
}

.profile-bids-table td {
    color: #ffffff;
}

.profile-bids-table tbody tr:last-child td {
    border-bottom: none;
}

.profile-bids-empty {
    margin: 0;
    font-size: 14px;
    color: #a0a0a0;
}

/* Legal pages */
.legal-page {
    background-color: #000000;
    color: #ffffff;
    padding: 1.5rem 0 4rem;
}

.legal-page__container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

@media (min-width: 1024px) {
    .legal-page__container {
        padding: 0 2rem;
    }
}

.legal-page__card {
    padding: 2rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background-color: #141414;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

@media (min-width: 768px) {
    .legal-page__card {
        padding: 2.5rem 2.5rem;
    }
}

.legal-page__loading {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 240px;
}

.legal-page__header {
    margin-bottom: 1.75rem;
    text-align: center;
}

.legal-page__label {
    margin: 0 0 0.5rem;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e62e2d;
}

.legal-page__title {
    margin: 0;
    font-size: clamp(1.75rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
    color: #ffffff;
}

.legal-page__content {
    font-size: 15px;
    line-height: 1.75;
    color: #d1d5db;
}

.legal-page__content p,
.legal-page__content li {
    margin: 0 0 1rem;
}

.legal-page__content h1,
.legal-page__content h2,
.legal-page__content h3,
.legal-page__content h4 {
    margin: 1.75rem 0 0.75rem;
    color: #ffffff;
    line-height: 1.35;
}

.legal-page__content ul,
.legal-page__content ol {
    margin: 0 0 1rem;
    padding-left: 1.25rem;
}

.legal-page__content a {
    color: #e62e2d;
    text-decoration: underline;
}

.legal-page__content a:hover {
    opacity: 0.9;
}

.legal-page__empty {
    margin: 0;
    text-align: center;
    font-size: 15px;
    color: #a0a0a0;
}

/* Navbar user menu */
.site-navbar__user {
    position: relative;
}

.site-navbar__user-trigger {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.25rem 0.35rem 0.25rem 0.25rem;
    border: none;
    border-radius: 999px;
    background: none;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.site-navbar__user-trigger:hover {
    background-color: rgba(255, 255, 255, 0.06);
}

.site-navbar__user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.site-navbar__user-info {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1rem;
    text-align: left;
    line-height: 1.25;
}

@media (min-width: 640px) {
    .site-navbar__user-info {
        display: flex;
    }
}

.site-navbar__user-name {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.site-navbar__user-email {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
}

.site-navbar__user-chevron {
    display: none;
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    color: #A0A0A0;
    transition: transform 0.2s ease;
}

@media (min-width: 640px) {
    .site-navbar__user-chevron {
        display: block;
    }
}

.site-navbar__user--open .site-navbar__user-chevron {
    transform: rotate(180deg);
}

.site-navbar__user-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 0.75rem);
    right: 0;
    min-width: 220px;
    padding: 0.65rem 0.75rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #2D2D2D;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
    z-index: 20;
}

.site-navbar__user--open .site-navbar__user-dropdown {
    display: block;
}

.site-navbar__user-dropdown-divider {
    height: 1px;
    margin: 0.35rem 0;
    background-color: rgba(255, 255, 255, 0.12);
}

.site-navbar__user-dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0.65rem;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.site-navbar__user-dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.06);
}

.site-navbar__user-dropdown-item svg {
    flex-shrink: 0;
    color: #ffffff;
}
