.ocr-block {
    max-width: 900px;
    margin: 0 auto 0;
}

.ocr-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    margin-right: 12px;
    flex-shrink: 0;
}

.ocr-title {
    font-size: 1.35rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.ocr-desc {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #444;
    margin-left: 0rem;
}

.ocr-desc li {
    margin-bottom: 8px;
}

.ocr-imgs {
    margin-top: 24px;
    margin-left: 3.5rem;
}

.ocr-imgs .row {
    margin: 0 -8px;
}

.ocr-imgs .col-12 {
    padding: 0 8px;
}

.ocr-imgs .img-fluid {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

@media (max-width: 576px) {
    .ocr-desc {
        margin-left: 0;
    }

    .ocr-title {
        flex-wrap: wrap;
    }

    .ocr-imgs {
        margin-left: 0;
    }
}

.auto-hero {
    position: relative;
    color: #fff;
    padding: 120px 0 90px;
    background-image: url('/static/images/header1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.auto-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(4, 32, 95, 0.80);
}

.auto-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(900px 400px at 70% 25%, rgba(41, 182, 246, 0.22), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.auto-hero .container {
    position: relative;
    z-index: 2;
}

.auto-hero h1 {
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: 0.2px;
}

.auto-hero .subtitle {
    font-size: 1.25rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 300;
    margin-bottom: 22px;
    max-width: 660px;
}

.auto-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 28px;
}

.auto-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.92);
    white-space: nowrap;
}

.auto-badge i.material-symbols-outlined {
    font-size: 18px;
    color: #29b6f6;
}

.auto-hero-ui {
    position: relative;
    border-radius: 18px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    cursor: zoom-in;
}

.auto-hero-ui img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.auto-hero-ui .auto-ui-label {
    position: absolute;
    left: 18px;
    top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.92);
}

.auto-hero-ui .auto-ui-label .dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #81c784;
    box-shadow: 0 0 0 6px rgba(129, 199, 132, 0.20);
}

.auto-trend-line {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.95;
}

.auto-trend-line svg {
    width: 100%;
    height: 100%;
}

.auto-trend-line path {
    stroke: rgba(41, 182, 246, 0.95);
    stroke-width: 4;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 10px 24px rgba(41, 182, 246, 0.35));
    stroke-dasharray: 520;
    stroke-dashoffset: 520;
    transition: stroke-dashoffset 1.2s ease;
}

.auto-trend-line.grow path {
    stroke-dashoffset: 0;
}

/* Lightbox */
.auto-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.72);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.auto-lightbox.open {
    display: flex;
}

.auto-lightbox-inner {
    max-width: 1100px;
    width: 100%;
    max-height: 86vh;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.40);
    position: relative;
    display: flex;
    flex-direction: column;
}

.auto-lightbox-bar {
    padding: 12px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(4, 32, 95, 0.92), rgba(26, 74, 138, 0.92));
    color: #fff;
}

.auto-lightbox-bar .cap {
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.2px;
    opacity: 0.95;
}

.auto-lightbox-close {
    border: 0;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-radius: 10px;
    padding: 8px 10px;
    font-weight: 800;
    cursor: pointer;
}

.auto-lightbox-body {
    padding: 14px;
    overflow: auto;
    background: #f6f7f9;
}

.auto-lightbox-body img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
}

@media (max-width: 992px) {
    .auto-hero h1 {
        font-size: 2.25rem;
    }

    .auto-hero {
        padding: 105px 0 70px;
    }
}

@media (max-width: 768px) {
    .auto-hero {
        padding: 96px 0 56px;
    }

    .auto-hero .subtitle {
        font-size: 1.05rem;
    }
}

.bottom-main-picture {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
    margin-top: 40px;
}