.hyundai-info-965bb27c {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #333333;
    padding: 60px 20px;
    background-color: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
}

.hyundai-info-965bb27c .hi-section-title {
    font-size: 24px;
    font-weight: 700;
    color: #002c5f;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}

.hyundai-info-965bb27c .hi-section-title.align-center {
    text-align: center;
}

.hyundai-info-965bb27c .hi-section-title.align-center::after {
    left: 50%;
    transform: translateX(-50%);
}

.hyundai-info-965bb27c .hi-grid-top {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    margin-bottom: 60px;
}

.hyundai-info-965bb27c .hi-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
}

.hyundai-info-965bb27c .hi-feature-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.hyundai-info-965bb27c .hi-feat-icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background-color: #f4f7fa;
    color: #002c5f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hyundai-info-965bb27c .hi-feat-icon svg {
    width: 24px;
    height: 24px;
}

.hyundai-info-965bb27c .hi-feat-desc h3 {
    font-size: 16px;
    font-weight: 600;
    color: #002c5f;
    margin: 0 0 6px 0;
}

.hyundai-info-965bb27c .hi-feat-desc p {
    font-size: 13px;
    color: #666666;
    margin: 0;
    line-height: 1.4;
}

/* Timeline */
.hyundai-info-965bb27c .hi-timeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    background: #f8fafc;
    padding: 15px;
    border-radius: 12px;
}

.hyundai-info-965bb27c .hi-timeline-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}

.hyundai-info-965bb27c .hi-timeline-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #002c5f;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}

.hyundai-info-965bb27c .hi-timeline-icon svg {
    width: 18px;
    height: 18px;
}

.hyundai-info-965bb27c .hi-timeline-step span {
    font-size: 11px;
    font-weight: 600;
    color: #334155;
}

.hyundai-info-965bb27c .hi-timeline-arrow {
    color: #cbd5e1;
    font-size: 14px;
    margin: 0 4px;
}

/* Promo Card */
.hyundai-info-965bb27c .hi-promo-card {
    background: linear-gradient(135deg, #001e3d 0%, #002c5f 100%);
    border-radius: 16px;
    padding: 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    min-height: 220px;
}

.hyundai-info-965bb27c .hi-promo-content {
    flex: 1;
    z-index: 2;
    padding-right: 20px;
}

.hyundai-info-965bb27c .hi-promo-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.hyundai-info-965bb27c .hi-promo-content p {
    font-size: 13px;
    color: #e2e8f0;
    margin: 0 0 20px 0;
    line-height: 1.5;
}

.hyundai-info-965bb27c .hi-promo-btn {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    color: #002c5f;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s;
}

.hyundai-info-965bb27c .hi-promo-btn:hover {
    background-color: #f1f5f9;
}

.hyundai-info-965bb27c .hi-promo-image {
    width: 150px;
    height: 100px;
    position: relative;
}

.hyundai-info-965bb27c .hi-premium-car-shape {
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 70%);
    border-radius: 50%;
}

/* Bottom Section */
.hyundai-info-965bb27c .hi-bottom-section {
    margin-top: 60px;
    border-top: 1px solid #e2e8f0;
    padding-top: 50px;
}

.hyundai-info-965bb27c .hi-bottom-grid {
    display: grid;
    grid-template-columns: 1.20fr 1fr 1.20fr;
    gap: 40px;
}

.hyundai-info-965bb27c .hi-bottom-col h3 {
    font-size: 18px;
    font-weight: 700;
    color: #002c5f;
    margin: 0 0 12px 0;
}

.hyundai-info-965bb27c .hi-bottom-col p {
    font-size: 13px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.hyundai-info-965bb27c .border-lr {
    border-left: 1px solid #e2e8f0;
    border-right: 1px solid #e2e8f0;
    padding: 0 20px;
}

.hyundai-info-965bb27c .hi-specs-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    height: 100%;
    align-content: center;
}

.hyundai-info-965bb27c .hi-spec-item {
    text-align: center;
}

.hyundai-info-965bb27c .hi-spec-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #f1f5f9;
    color: #002c5f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 8px;
}

.hyundai-info-965bb27c .hi-spec-item h4 {
    font-size: 14px;
    font-weight: 600;
    color: #002c5f;
    margin: 0 0 4px 0;
}

.hyundai-info-965bb27c .hi-spec-item p {
    font-size: 11px;
    color: #666666;
    margin: 0;
}

.hyundai-info-965bb27c .hi-parts-visual,
.hyundai-info-965bb27c .hi-lubricants-visual {
    background-color: #f8fafc;
    border-radius: 12px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive */
@media (max-width: 991px) {
    .hyundai-info-965bb27c .hi-grid-top {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .hyundai-info-965bb27c .hi-bottom-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .hyundai-info-965bb27c .border-lr {
        border-left: none;
        border-right: none;
        padding: 20px 0;
        border-top: 1px solid #e2e8f0;
        border-bottom: 1px solid #e2e8f0;
    }
}

@media (max-width: 600px) {
    .hyundai-info-965bb27c .hi-features-grid {
        grid-template-columns: 1fr;
    }
    .hyundai-info-965bb27c .hi-timeline {
        flex-wrap: wrap;
        gap: 10px;
    }
    .hyundai-info-965bb27c .hi-timeline-arrow {
        display: none;
    }
}
