.home-page-child-v2 {
    display: block;
}

.home-hero-section {
    margin-bottom: 24px;
}

.home-hero-inner {
    padding: 28px;
    border-radius: 20px;
}

.home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    gap: 24px;
    align-items: center;
}

.home-hero-content {
    min-width: 0;
}

.home-hero-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 12px;
}

.home-hero-title {
    margin: 0 0 12px;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.home-hero-desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    opacity: .9;
    max-width: 760px;
}

.home-hero-search {
    margin-top: 20px;
}

.home-hero-search-form {
    display: flex;
    gap: 10px;
}

.home-hero-search-form input[type="search"] {
    flex: 1;
    min-height: 52px;
    border: 0;
    border-radius: 14px;
    padding: 0 16px;
    outline: none;
    font-size: 14px;
}

.home-hero-search-form button {
    min-width: 110px;
    min-height: 52px;
    border: 0;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.home-hero-side {
    min-width: 0;
}

.home-hero-side-card {
    padding: 18px;
    border-radius: 18px;
}

.home-hero-side-title {
    margin: 0 0 14px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
}

.home-hero-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.home-hero-keywords a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.home-quick-section {
    margin-bottom: 24px;
}

.home-quick-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.home-quick-card {
    display: block;
    text-decoration: none;
    border-radius: 18px;
    padding: 18px;
    min-height: 128px;
}

.home-quick-card-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

.home-quick-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
}

.home-quick-title {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
}

.home-quick-desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    opacity: .82;
}

.home-section {
    margin-bottom: 28px;
}

.home-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.home-section-head-left {
    min-width: 0;
}

.home-section-title {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.home-section-desc {
    margin: 6px 0 0;
    font-size: 13px;
    line-height: 1.6;
    opacity: .75;
}

.home-section-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.home-card-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.home-card-grid.is-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-card-grid.is-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-featured-row {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    gap: 18px;
}

.home-featured-main,
.home-featured-side {
    min-width: 0;
}

.home-featured-card {
    display: block;
    text-decoration: none;
    border-radius: 20px;
    overflow: hidden;
}

.home-featured-thumb {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.home-featured-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-featured-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 22px;
}

.home-featured-content {
    width: 100%;
}

.home-featured-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
}

.home-featured-title {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.02em;
}

.home-featured-desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    opacity: .92;
    max-width: 720px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.home-featured-side-list {
    display: grid;
    gap: 12px;
}

.home-featured-side-item {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
    text-decoration: none;
    border-radius: 16px;
    padding: 10px;
}

.home-featured-side-thumb {
    aspect-ratio: 16 / 10;
    border-radius: 12px;
    overflow: hidden;
}

.home-featured-side-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-featured-side-title {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.home-featured-side-meta {
    font-size: 12px;
    line-height: 1.55;
    opacity: .75;
}

.home-empty-box {
    padding: 24px;
    border-radius: 18px;
}

.home-empty-box h2,
.home-empty-box h3,
.home-empty-box p {
    margin-top: 0;
}

.home-empty-box p:last-child {
    margin-bottom: 0;
}

.home-row-two {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
}

.home-panel {
    min-width: 0;
    padding: 20px;
    border-radius: 18px;
}

.home-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.home-panel-title {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}

.home-panel-more {
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
}

.home-mini-list {
    display: grid;
    gap: 10px;
}

.home-mini-item {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    text-decoration: none;
    border-radius: 14px;
    padding: 8px;
}

.home-mini-thumb {
    width: 68px;
    height: 48px;
    border-radius: 10px;
    overflow: hidden;
}

.home-mini-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-mini-title {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.home-mini-meta {
    font-size: 12px;
    line-height: 1.5;
    opacity: .75;
}

@media (max-width: 1280px) {
    .home-card-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .home-hero-grid,
    .home-featured-row,
    .home-row-two {
        grid-template-columns: 1fr;
    }

    .home-quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-card-grid,
    .home-card-grid.is-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-card-grid.is-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-featured-title {
        font-size: 24px;
    }
}

@media (max-width: 640px) {
    .home-hero-section,
    .home-quick-section,
    .home-section {
        margin-bottom: 20px;
    }

    .home-hero-inner {
        padding: 20px;
        border-radius: 18px;
    }

    .home-hero-title {
        font-size: 26px;
        line-height: 1.22;
    }

    .home-hero-desc {
        font-size: 14px;
        line-height: 1.7;
    }

    .home-hero-search-form {
        flex-direction: column;
    }

    .home-hero-search-form button {
        width: 100%;
        min-width: 0;
    }

    .home-quick-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .home-quick-card {
        padding: 14px;
        min-height: 108px;
        border-radius: 16px;
    }

    .home-quick-icon {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        font-size: 16px;
    }

    .home-quick-title {
        font-size: 14px;
    }

    .home-quick-desc {
        font-size: 12px;
    }

    .home-section-head {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 14px;
    }

    .home-section-title {
        font-size: 20px;
    }

    .home-section-more {
        min-height: 38px;
        padding: 0 12px;
    }

    .home-card-grid,
    .home-card-grid.is-4,
    .home-card-grid.is-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .home-featured-card {
        border-radius: 18px;
    }

    .home-featured-overlay {
        padding: 16px;
    }

    .home-featured-title {
        font-size: 20px;
    }

    .home-featured-desc {
        font-size: 13px;
        line-height: 1.65;
        -webkit-line-clamp: 3;
    }

    .home-featured-side-item {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 10px;
        padding: 8px;
    }

    .home-panel {
        padding: 16px;
        border-radius: 16px;
    }

    .home-panel-title {
        font-size: 16px;
    }

    .home-mini-item {
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 10px;
    }

    .home-mini-thumb {
        width: 60px;
        height: 42px;
    }

    .home-mini-title {
        font-size: 13px;
    }
}
