Home Page Specific Styles

/* Learn More Section - 300px padding from left and right */
.learn-more-section .buyer-container,
section.bg-white .buyer-container {
    padding-left: 300px !important;
    padding-right: 300px !important;
}

.learn-more-image-white-car {
    margin-left: 350px;
}

/* Hero Section */
.buyer-hero {
    min-height: 100vh;
    position: relative;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.buyer-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.buyer-hero-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.buyer-hero-content {
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px;
}

/* @media (max-width: 1024px) {
    .buyer-hero-content {
        min-height: 50vh;
    }

    .buyer-hero-image {
        height: 45vh;
        object-fit: cover;
    object-position: center center;
    display: block;
    }

    .buyer-hero {
        min-height: 50vh;
    }
}

@media (max-width: 820px) {
    .buyer-hero-content {
        min-height: 39vh;
    }

    .buyer-hero-image {
        height: 40vh;

    }

    .buyer-hero {
        min-height: 40vh;
    }

    .buyer-hero-title {
        font-size: 70px !important;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .buyer-hero-content {
        min-height: 50vh;
    }

    .buyer-hero-image {
        height: 45vh;
        object-fit: cover;
    object-position: center center;
    display: block;
    }

    .buyer-hero {
        min-height: 50vh;
    }
}

@media (max-width: 480px) {
    .buyer-hero-content {
        padding-bottom: 40px;
        min-height: 50vh;
    }

    .buyer-hero-image {
        width: 100%;
        height: 40vh;
        display: block;
    }
    .buyer-hero {
        min-height: 50vh;
    }
} */

.buyer-hero-tagline {
    font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, sans-serif !important;
    font-weight: 800 !important;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 24px;
    letter-spacing: 0.05em;
}

.buyer-hero-title {
    font-family: "Impact", "Arial Black", "Arial Bold", sans-serif !important;
    font-weight: 400 !important;
    font-size: 120px;
    text-transform: uppercase;
    line-height: 0.95;
    letter-spacing: -0.02em;
}

@media (max-width: 1024px) {
    .buyer-hero-title {
        font-size: 100px;
    }
}

@media (max-width: 768px) {
    .buyer-hero-title {
        font-size: 60px;
    }

    .buyer-hero-tagline {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .buyer-hero-title {
        font-size: 40px;
    }

    .buyer-hero-tagline {
        font-size: 18px;
    }
}

/* Learn More Section - Typography */
.learn-more-label {
    font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px;
    color: black;
    letter-spacing: 1px;
}

.learn-more-title {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, sans-serif !important;
    font-weight: 600 !important;
    font-size: 45px;
    color: #000000;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

@media (max-width: 1024px) {
    .learn-more-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .learn-more-title {
        font-size: 28px;
    }

    .learn-more-label {
        font-size: 18px;
    }

    .buyer-hero-content {
        min-height: 46vh;
    }
}

/* Learn More Section - 6 Column Grid with Overlapping */
.learn-more-top-section {
    position: relative;
}

/* White car image container - spans 1.5 columns (9 of 6 columns), starts from column 1, positioned down */
.learn-more-white-car-container {
    grid-column: 1 / 4; /* Spans 3 columns (half of 6), but we need 1.5 of 3-column system = 4.5 of 6 */
    width: 150%; /* Make it span 1.5 times its grid cell (to cover 1.5 of the 3-column system) */
    margin-top: 120px; /* Moved down to avoid overlap with text */
    z-index: 0;
    margin-left: 0;
}

@media (max-width: 1024px) {
    .learn-more-white-car-container {
        grid-column: 1 / -1;
        width: 100%;
        margin-top: 2rem;
    }
}

/* Learn More Section - Image dimensions */
.learn-more-image-white-car {
    width: 432px;
    height: 578px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.learn-more-image-white-car img {
    width: 432px;
    height: 578px;
    object-fit: contain;
    display: block;
}

.learn-more-image-other {
    width: 451px;
    height: 621px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.learn-more-image-other img {
    width: 451px;
    height: 621px;
    object-fit: contain;
    display: block;
}

@media (max-width: 1024px) {
    .learn-more-white-car-wrapper {
        margin-top: 2rem;
    }

    .learn-more-image-white-car,
    .learn-more-image-white-car img {
        width: 100%;
        max-width: 432px;
        height: auto;
    }

    .learn-more-image-other,
    .learn-more-image-other img {
        width: 100%;
        max-width: 451px;
        height: auto;
    }
}

/* Premium Quality Section - Full Width Wrapper */
.premium-quality-section-wrapper {
    position: relative;
    overflow: visible;
    padding: 0;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.premium-quality-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 3fr; /* 50/50 split */
    align-items: center;
    min-height: 346px;
    max-width: 1920px;
    margin: 0 auto;
    gap: 0;
}

/* Image wrapper - Left half */
.premium-quality-image-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
    width: 100%;
    transform: translateY(-200px);
}

.premium-quality-image {
    width: 589px;
    height: 346px;
    object-fit: contain;
    display: block;
}

/* Content wrapper - Right half, left-aligned text */
.premium-quality-content-wrapper {
    position: relative;
    width: 75%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 60px;
    padding-right: 70px;
    text-align: center;
    margin-top: -10px;
    transform: translateY(-50px);
}

.premium-quality-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.premium-quality-label {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, sans-serif !important;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.premium-quality-text {
    margin-bottom: 32px;
    text-align: left; /* LEFT ALIGNED */
}

.premium-quality-paragraph {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, sans-serif !important;
    font-size: 39px;
    font-weight: 600;
    line-height: 1.4;
    color: #6b7280;
    margin-bottom: 0;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.premium-quality-signature {
    border-top: 1px solid #e5e7eb;
    padding-top: 32px;
    text-align: center;
}

.premium-quality-name {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 4px;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.premium-quality-title {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    color: #6b7280;
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Responsive adjustments for Premium Quality Section */
@media (max-width: 1024px) {
    .premium-quality-section-wrapper {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .premium-quality-wrapper {
        flex-direction: column;
        min-height: auto;
        padding: 0 1rem;
    }

    .premium-quality-image-wrapper {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        width: 100%;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .premium-quality-image {
        width: 100%;
        max-width: 589px;
        height: auto;
        aspect-ratio: 589 / 346;
    }

    .premium-quality-content-wrapper {
        width: 100%;
    }

    .premium-quality-content {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .premium-quality-image {
        max-width: 100%;
    }

    .premium-quality-label {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .premium-quality-paragraph {
        font-size: 28px;
        line-height: 1.4;
    }

    .premium-quality-text {
        margin-bottom: 24px;
    }

    .premium-quality-signature {
        padding-top: 24px;
    }

    .premium-quality-name,
    .premium-quality-title {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .premium-quality-label {
        font-size: 14px;
    }

    .premium-quality-paragraph {
        font-size: 22px;
    }
}

/* Featured Listings Section */
.featured-listings-section {
    background-color: #ffffff;
}

.featured-listings-container {
    padding-left: 300px !important;
    padding-right: 300px !important;
    max-width: 1920px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.featured-listings-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    justify-items: center;
}

@media (max-width: 1440px) {
    .featured-listings-container {
        padding-left: 150px !important;
        padding-right: 150px !important;
    }
}

@media (max-width: 1024px) {
    .featured-listings-container {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }

    .featured-listings-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .featured-listings-container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .featured-listings-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Additional home page specific styles can be added here */
