.home-main {
    background: #ffffff;
}

.home-section-title {
    text-align: center;
    padding: 0;
    margin: 0;
}

.home-info-section {
    padding: 28px 0 8px 0;
}

.home-info-grid {
    max-width: 1120px;
    margin: 0 auto;
}

.home-info-col {
    margin-top: 0;
    margin-bottom: 24px;
}

.home-info-card {
    width: 100%;
    border: 0;
    border-radius: 20px;
    box-shadow: 0 12px 32px rgba(10, 68, 114, 0.14);
    overflow: hidden;
    height: 100%;
    transform: translateY(0);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 34px rgba(10, 68, 114, 0.2);
}

.home-info-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-position: center;
    background-size: cover;
}

.home-info-body {
    min-height: 280px;
    padding: 20px 22px;
}

.home-info-badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #0a4472;
    background: rgba(10, 68, 114, 0.11);
}

.home-info-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    color: rgb(255, 160, 0);
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 1.25;
}

.home-info-text {
    font-family: 'Source Sans Pro', sans-serif;
    color: #212121;
    margin-bottom: 0;
    line-height: 1.48;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-info-btn {
    margin-top: 12px;
    background: #128c7e;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 0 8px 16px rgba(18, 140, 126, 0.35);
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.home-info-btn i {
    color: #fff;
    font-size: 22px;
    margin-right: 12px;
}

.home-hero {
    min-height: 520px;
    height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    overflow: hidden;
}

.home-carousel .carousel-item {
    height: 520px;
}

.home-carousel .hero-title {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-carousel .hero-subtitle {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 54px;
    padding-right: 54px;
    max-height: 110px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.home-gallery-title-wrap {
    margin-top: 20px;
}

.home-gallery-wrap {
    padding-bottom: 30px;
}

.home-gallery-card {
    margin-bottom: 20px;
}

.home-gallery-img {
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease;
}

.home-gallery-img:hover {
    transform: translateY(-3px);
}

.home-empty {
    padding: 32px 0;
    text-align: center;
    color: #5e6a73;
}

@media (max-width: 767px) {
    .home-hero {
        min-height: 420px;
        height: 420px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .home-carousel .carousel-item {
        height: 420px;
    }

    .home-carousel .hero-subtitle {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        max-height: 82px;
        -webkit-line-clamp: 3;
    }

    .home-carousel .hero-title {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-info-body {
        min-height: 0;
        padding: 18px 16px;
    }

    .home-info-text {
        -webkit-line-clamp: 4;
    }
}
