/* PREMIUM CAR SALES STYLES */

:root {
    --sales-yellow: #FFD700;
    --sales-black: #0a0a0a;
    --sales-dark: #121212;
    --sales-red: #ff3b30;
    --sales-white: #ffffff;
}

.car-sales-page {
    font-family: 'Inter', sans-serif;
    color: var(--sales-white);
    background: var(--sales-black);
}

/* HERO SECTION */
.sales-hero {
    position: relative;
    height: 85vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background: url('../assets/images/stoke car.jpeg') center/cover no-repeat;
}

.sales-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));
}

.sales-hero-content {
    position: relative;
    z-index: 10;
    max-width: 900px;
    padding: 0 20px;
}

.sales-hero h1 {
    font-size: clamp(2.5rem, 8vw, 5rem);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 20px 0;
    letter-spacing: -2px;
}

.sales-hero h1 .highlight {
    color: var(--sales-yellow);
    text-shadow: 2px 2px 15px rgba(255, 215, 0, 0.4);
}

.sales-hero-subtext {
    font-size: 1.4rem;
    color: var(--sales-white);
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
    font-weight: 600;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
}

.sales-hero-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-sales-primary {
    background: var(--sales-yellow);
    color: #000;
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(255, 215, 0, 0.3);
}

.btn-sales-secondary {
    background: transparent;
    color: #fff;
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #fff;
    transition: all 0.3s ease;
}

.btn-sales-primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(255, 215, 0, 0.5);
}

/* INFO STRIP */
.sales-info-strip {
    display: flex;
    justify-content: space-around;
    background: var(--sales-yellow);
    padding: 30px 20px;
    flex-wrap: wrap;
    gap: 20px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000;
}

.info-icon {
    font-size: 1.8rem;
}

.info-item p {
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    font-size: 0.9rem;
}

/* DEALS SPLIT */
.deals-split {
    display: flex;
    min-height: 60vh;
}

.deal-card {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
    position: relative;
    overflow: hidden;
}

.buy-side {
    background: var(--sales-dark);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.sell-side {
    background: #1a1a1a;
}

.deal-content {
    max-width: 500px;
}

.deal-card h2 {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.sell-side h2 {
    color: var(--sales-yellow);
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.check-list li {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 1.1rem;
}

.deal-btn {
    display: inline-block;
    padding: 15px 35px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.deal-btn.yellow {
    background: var(--sales-yellow);
    border-color: var(--sales-yellow);
    color: #000;
}

.deal-btn:hover {
    background: #fff;
    color: #000;
}

/* CREATIVE FEATURES */
.creative-features {
    padding: 100px 20px;
    background: #000;
}

.features-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.feature-text h2 {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 50px;
    line-height: 1;
}

.feature-step {
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
}

.step-num {
    font-size: 3rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.1);
    line-height: 1;
}

.step-info h3 {
    font-size: 1.5rem;
    color: var(--sales-yellow);
    margin-bottom: 10px;
}

.step-info p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

.feature-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

/* FINAL CTA */
.sales-final-cta {
    padding: 120px 20px;
    background: var(--sales-yellow);
    text-align: center;
}

.cta-inner {
    max-width: 800px;
    margin: 0 auto;
    color: #000;
}

.cta-inner h2 {
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 20px;
}

.cta-btns {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.cta-main {
    background: #000;
    color: #fff;
    padding: 20px 45px;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.2rem;
    border-radius: 10px;
}

.cta-whatsapp {
    background: #25D366;
    color: #fff;
    padding: 20px 45px;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.2rem;
    border-radius: 10px;
}

/* MOBILE RESPONSIVE */
@media (max-width: 900px) {
    .deals-split {
        flex-direction: column;
    }

    .features-container {
        grid-template-columns: 1fr;
    }

    .sales-hero h1 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .cta-btns {
        flex-direction: column;
    }
}