/* ================================
   PREMIUM HERO
================================ */

.premium-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 138, 29, .22), transparent 28%),
        radial-gradient(circle at 85% 15%, rgba(255, 107, 0, .18), transparent 25%),
        linear-gradient(135deg, #0f172a 0%, #111827 48%, #1f2937 100%);
    color: #ffffff;
    padding: 95px 0 105px;
}

.hero-bg-shape {
    position: absolute;
    border-radius: 999px;
    filter: blur(5px);
    opacity: .35;
    pointer-events: none;
}

.hero-bg-shape.one {
    width: 320px;
    height: 320px;
    background: #ff6b00;
    left: -120px;
    top: 80px;
}

.hero-bg-shape.two {
    width: 420px;
    height: 420px;
    background: #ff8a1d;
    right: -180px;
    bottom: -170px;
}

.premium-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 55px;
    align-items: center;
}

.premium-hero-content {
    max-width: 720px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .16);
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
}

.premium-hero-content h1 {
    font-size: 64px;
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: -1.8px;
    margin-bottom: 24px;
}

.premium-hero-content p {
    color: #dbe4f0;
    font-size: 18px;
    line-height: 1.8;
    max-width: 650px;
    margin-bottom: 34px;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 42px;
}

.hero-btn {
    min-height: 56px;
    padding: 0 26px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 950;
    transition: .25s ease;
}

.hero-btn.primary {
    background: linear-gradient(135deg, #ff6b00, #ff8a1d);
    color: #ffffff;
    box-shadow: 0 16px 32px rgba(255, 107, 0, .28);
}

.hero-btn.secondary {
    background: #ffffff;
    color: #0f172a;
}

.hero-btn:hover {
    transform: translateY(-3px);
}

.hero-trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 560px;
    gap: 16px;
}

.hero-trust-row div {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 20px;
    padding: 18px;
    backdrop-filter: blur(10px);
}

.hero-trust-row strong {
    display: block;
    font-size: 28px;
    color: #ffffff;
    font-weight: 950;
    margin-bottom: 4px;
}

.hero-trust-row span {
    color: #cbd5e1;
    font-size: 13px;
    font-weight: 800;
}

/* ================================
   HERO VISUAL
================================ */

.hero-car-card {
    position: relative;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 36px;
    min-height: 420px;
    padding: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .25);
    backdrop-filter: blur(12px);
}

.hero-car-card img {
    width: 100%;
    max-height: 320px;
    object-fit: contain;
    filter: drop-shadow(0 24px 24px rgba(0, 0, 0, .22));
}

.hero-placeholder-car {
    font-size: 150px;
}

.floating-card {
    position: absolute;
    background: #ffffff;
    color: #0f172a;
    border-radius: 20px;
    padding: 16px 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
}

.floating-card span {
    display: block;
    color: #64748b;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 5px;
}

.floating-card strong {
    color: #ff6b00;
    font-size: 20px;
    font-weight: 950;
}

.floating-card.price {
    left: 22px;
    bottom: 32px;
}

.floating-card.rating {
    right: 22px;
    top: 34px;
}

/* ================================
   SEARCH SECTION
================================ */

.home-search-section {
    background: #f8fafc;
    padding: 40px 0 60px;
}

.home-search-box {
    background: #ffffff;
    border-radius: 28px;
    padding: 24px;
    box-shadow: 0 25px 65px rgba(15, 23, 42, .14);
    border: 1px solid #eef2f7;
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 18px;
    align-items: end;
}

.search-field label {
    display: block;
    color: #0f172a;
    font-size: 14px;
    font-weight: 950;
    margin-bottom: 9px;
}

.search-field select {
    width: 100%;
    height: 56px;
    border: 1px solid #dbe3ef;
    border-radius: 16px;
    background: #f8fafc;
    padding: 0 16px;
    color: #0f172a;
    font-size: 15px;
    outline: none;
}

.search-field select:focus {
    border-color: #ff6b00;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 107, 0, .12);
}

.home-search-box button {
    min-height: 56px;
    border: none;
    border-radius: 16px;
    padding: 0 28px;
    background: linear-gradient(135deg, #ff6b00, #ff8a1d);
    color: #ffffff;
    font-weight: 950;
    cursor: pointer;
}

/* ================================
   COMMON SECTIONS
================================ */

.section-block,
.location-section,
.latest-fleet-section,
.testimonial-section,
.faq-section {
    padding: 80px 0;
}

.fleet-section,
.location-section,
.faq-section {
    background: #f8fafc;
}

.section-heading {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 46px;
}

.section-heading span {
    display: inline-flex;
    color: #ea580c;
    background: #fff7ed;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 950;
    margin-bottom: 16px;
}

.section-heading h2 {
    color: #0f172a;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 950;
    margin-bottom: 14px;
    letter-spacing: -.8px;
}

.section-heading p {
    color: #64748b;
    font-size: 16px;
    line-height: 1.8;
}

.section-heading.split {
    max-width: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
}

.section-heading.split div {
    max-width: 680px;
}

.section-link {
    background: #fff7ed;
    color: #ea580c;
    padding: 14px 20px;
    border-radius: 15px;
    font-weight: 950;
    white-space: nowrap;
}

/* ================================
   CATEGORIES
================================ */

.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.category-card {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 26px;
    padding: 30px;
    text-decoration: none;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
    transition: .25s ease;
}

.category-card:hover {
    transform: translateY(-5px);
    border-color: #fed7aa;
    background: #fffaf6;
}

.category-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ff6b00, #ff8a1d);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
}

.category-card h3 {
    color: #0f172a;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 950;
}

.category-card p {
    color: #64748b;
    line-height: 1.7;
}

/* ================================
   FEATURED CARS
================================ */

.premium-car-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.premium-car-card {
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid #eef2f7;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
    transition: .25s;
}

.premium-car-card:hover {
    transform: translateY(-6px);
}

.premium-car-image {
    height: 250px;
    background: #f8fafc;
    position: relative;
}

.premium-car-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
}

.feature-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff6b00;
    color: #ffffff;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.premium-car-body {
    padding: 24px;
}

.premium-card-meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.premium-card-meta span {
    color: #ea580c;
    font-size: 13px;
    font-weight: 900;
}

.premium-card-meta strong {
    color: #64748b;
    font-size: 13px;
}

.premium-car-body h3 {
    color: #0f172a;
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 950;
}

.car-model {
    color: #64748b;
    margin-bottom: 18px;
}

.premium-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 22px;
}

.premium-features div {
    background: #f8fafc;
    border: 1px solid #eef2f7;
    border-radius: 14px;
    padding: 12px;
    font-size: 13px;
    font-weight: 800;
    color: #334155;
}

.premium-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid #eef2f7;
}

.premium-price {
    color: #ff6b00;
    font-size: 24px;
    font-weight: 950;
}

.premium-price span {
    font-size: 13px;
    color: #64748b;
}

.premium-card-footer a {
    background: linear-gradient(135deg, #ff6b00, #ff8a1d);
    color: #ffffff;
    padding: 12px 18px;
    border-radius: 14px;
    font-weight: 900;
}

/* ================================
   WHY CHOOSE US
================================ */

.why-premium-section {
    padding: 90px 0;
    background: #ffffff;
}

.why-grid-wrapper {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 40px;
    align-items: center;
}

.why-left span {
    color: #ea580c;
    font-weight: 900;
}

.why-left h2 {
    font-size: 46px;
    color: #0f172a;
    margin: 15px 0;
    font-weight: 950;
}

.why-left p {
    color: #64748b;
    line-height: 1.9;
    margin-bottom: 25px;
}

.why-left a {
    background: #ff6b00;
    color: #ffffff;
    padding: 15px 24px;
    border-radius: 14px;
    display: inline-flex;
    font-weight: 900;
}

.why-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.why-card {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 15px 35px rgba(15, 23, 42, .06);
}

.why-card div {
    font-size: 34px;
    margin-bottom: 14px;
}

.why-card h3 {
    color: #0f172a;
    margin-bottom: 10px;
}

.why-card p {
    color: #64748b;
    line-height: 1.7;
}

/* ================================
   HOW IT WORKS
================================ */

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.step-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 35px;
    text-align: center;
    border: 1px solid #eef2f7;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}

.step-card span {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b00, #ff8a1d);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 22px;
    font-weight: 950;
}

.step-card h3 {
    color: #0f172a;
    margin-bottom: 12px;
}

.step-card p {
    color: #64748b;
    line-height: 1.8;
}

/* ================================
   LOCATIONS
================================ */

.location-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.location-card {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 26px;
    padding: 30px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
    transition: .25s ease;
}

.location-card:hover {
    transform: translateY(-5px);
    border-color: #fed7aa;
    background: #fffaf6;
}

.location-icon {
    font-size: 42px;
    margin-bottom: 14px;
}

.location-card h3 {
    color: #0f172a;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 950;
}

.location-card p {
    color: #64748b;
}

/* ================================
   LATEST CARS
================================ */

.latest-car-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.latest-car-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #eef2f7;
}

.latest-car-image {
    height: 220px;
    background: #f8fafc;
}

.latest-car-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
}

.latest-car-body {
    padding: 20px;
}

.latest-car-body h3 {
    color: #0f172a;
    margin-bottom: 8px;
}

.latest-car-body p {
    color: #64748b;
    margin-bottom: 12px;
}

.latest-car-body strong {
    color: #ff6b00;
}

/* ================================
   TESTIMONIALS
================================ */

.testimonial-section {
    background: #ffffff;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.testimonial-card {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(15, 23, 42, .06);
}

.testimonial-card p {
    color: #475569;
    line-height: 1.9;
    margin-bottom: 18px;
}

.testimonial-card strong {
    color: #ff6b00;
}

/* ================================
   FAQ
================================ */

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.faq-item {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px;
    border: 1px solid #eef2f7;
}

.faq-item h3 {
    color: #0f172a;
    margin-bottom: 12px;
}

.faq-item p {
    color: #64748b;
    line-height: 1.8;
}

/* ================================
   CTA
================================ */

.cta-section {
    padding: 90px 0;
}

.cta-box {
    background: linear-gradient(135deg, #ff6b00, #ff8a1d);
    color: #ffffff;
    border-radius: 36px;
    padding: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.cta-box span {
    font-weight: 900;
}

.cta-box h2 {
    font-size: 42px;
    margin: 10px 0;
    font-weight: 950;
}

.cta-box p {
    color: #fff8f1;
    line-height: 1.8;
}

.cta-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.cta-btn {
    background: #ffffff;
    color: #ff6b00;
    padding: 16px 24px;
    border-radius: 16px;
    font-weight: 950;
}

.cta-btn.light {
    background: rgba(255, 255, 255, .16);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .25);
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 1300px) {
    .premium-car-grid,
    .category-grid,
    .location-grid,
    .latest-car-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1100px) {
    .premium-hero-grid,
    .why-grid-wrapper {
        grid-template-columns: 1fr;
    }

    .premium-car-grid,
    .category-grid,
    .location-grid,
    .latest-car-grid,
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .steps-grid {
        grid-template-columns: 1fr;
    }

    .section-heading.split {
        flex-direction: column;
        align-items: flex-start;
    }

    .cta-box {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .premium-hero {
        padding: 70px 0 90px;
    }

    .premium-hero-content h1 {
        font-size: 42px;
    }

    .hero-trust-row {
        grid-template-columns: 1fr;
    }

    .home-search-box {
        grid-template-columns: 1fr;
    }

    .premium-car-grid,
    .category-grid,
    .location-grid,
    .latest-car-grid,
    .testimonial-grid,
    .faq-grid,
    .why-right {
        grid-template-columns: 1fr;
    }

    .section-heading h2 {
        font-size: 32px;
    }

    .why-left h2 {
        font-size: 34px;
    }

    .cta-box h2 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .premium-hero-content h1 {
        font-size: 34px;
    }

    .hero-car-card {
        min-height: 360px;
        padding: 20px;
    }

    .floating-card {
        position: relative;
        margin-top: 15px;
    }

    .premium-car-body,
    .why-card,
    .step-card,
    .testimonial-card,
    .faq-item,
    .location-card {
        padding: 20px;
    }

    .cta-box {
        padding: 30px 20px;
        border-radius: 24px;
    }
}