.hyundai-hero-wrap-45f6e7a1 {
    position: relative;
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}

/* Fallback placeholder background (premium dark style) */
.hyundai-hero-placeholder-bg-45f6e7a1 {
    background-color: #0b1320;
    background-image: linear-gradient(135deg, #0b1320 0%, #152238 100%);
}

.hyundai-hero-overlay-45f6e7a1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.hyundai-hero-container-45f6e7a1 {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

.hyundai-hero-left-45f6e7a1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Badge Text */
.hyundai-hero-badge-45f6e7a1 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.hyundai-hero-badge-45f6e7a1::before {
    content: '';
    display: block;
    width: 24px;
    height: 3px;
    background-color: #002C5F; /* Default brand blue */
    transition: background-color 0.3s ease;
}

/* Title Styling */
.hyundai-hero-title-45f6e7a1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 24px 0;
    color: #ffffff;
    letter-spacing: -1px;
}

/* Description text */
.hyundai-hero-desc-45f6e7a1 {
    font-size: 16px;
    line-height: 1.6;
    color: #d1d5db;
    margin: 0 0 40px 0;
    max-width: 520px;
}

/* Elegant Button Link */
.hyundai-hero-btn-45f6e7a1 {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background-color: #002C5F;
    color: #ffffff;
    padding: 18px 36px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.hyundai-hero-btn-45f6e7a1:hover {
    background-color: #001e3d;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.hyundai-hero-btn-arrow-45f6e7a1 {
    transition: transform 0.3s ease;
}

.hyundai-hero-btn-45f6e7a1:hover .hyundai-hero-btn-arrow-45f6e7a1 {
    transform: translateX(5px);
}

/* Right Side Premium Pillar */
.hyundai-hero-right-45f6e7a1 {
    display: flex;
    justify-content: flex-end;
}

.hyundai-brand-pillar-45f6e7a1 {
    border-left: 2px solid rgba(255, 255, 255, 0.1);
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 200px;
}

.hyundai-brand-logo-45f6e7a1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}

.hyundai-brand-logo-45f6e7a1 svg {
    margin-bottom: 4px;
}

.hyundai-brand-logo-text-45f6e7a1 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    color: rgba(255, 255, 255, 0.6);
}

.hyundai-brand-pillar-title-45f6e7a1 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .hyundai-hero-container-45f6e7a1 {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 24px;
    }
    .hyundai-hero-right-45f6e7a1 {
        justify-content: flex-start;
    }
    .hyundai-brand-pillar-45f6e7a1 {
        min-height: auto;
        padding-left: 24px;
    }
    .hyundai-hero-title-45f6e7a1 {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .hyundai-hero-wrap-45f6e7a1 {
        min-height: 90vh;
    }
    .hyundai-hero-title-45f6e7a1 {
        font-size: 38px;
    }
    .hyundai-hero-badge-45f6e7a1 {
        font-size: 12px;
    }
    .hyundai-hero-desc-45f6e7a1 {
        font-size: 15px;
    }
}
