.split-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 40px;
    align-items: start;
}

.about-copy {
    background: #fff;
    border: 1px solid rgba(219, 228, 244, 0.9);
    border-radius: 28px;
    padding: 40px;
    box-shadow: var(--wendu-shadow);
}

.about-copy h2,
.static-heading {
    margin: 0 0 18px;
    color: #14357d;
    font-size: 34px;
    line-height: 1.15;
}

.about-copy p {
    color: #334158;
    font-size: 17px;
}

.about-visual {
    min-height: 420px;
    border-radius: 30px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(43, 121, 255, 0.92), rgba(94, 171, 255, 0.54)),
        radial-gradient(circle at 70% 34%, rgba(255, 255, 255, 0.44) 0 15%, transparent 16%),
        linear-gradient(135deg, #dcecff, #f8fbff);
    box-shadow: var(--wendu-shadow);
    position: relative;
}

.about-visual::before {
    content: "";
    position: absolute;
    inset: 16px 16px auto auto;
    width: 46%;
    height: 56%;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(220, 233, 255, 0.36)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.02));
    transform: skewX(-10deg);
}

.about-visual::after {
    content: "文都教育";
    position: absolute;
    left: 24px;
    bottom: 24px;
    color: #fff;
    font-size: 44px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-shadow: 0 8px 20px rgba(5, 25, 68, 0.18);
}

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

.proof-card {
    background: #fff;
    border-radius: 22px;
    border: 1px solid rgba(219, 228, 244, 0.9);
    box-shadow: var(--wendu-shadow-soft);
    padding: 24px 18px;
    min-height: 196px;
}

.proof-card__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    margin-bottom: 16px;
    color: #fff;
    font-weight: 800;
    background: linear-gradient(135deg, #4c7fff, #2d6fe6);
}

.proof-card h3 {
    margin: 0 0 10px;
    color: #173c8a;
    font-size: 18px;
}

.proof-card p {
    color: #5c697e;
    font-size: 14px;
    line-height: 1.8;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.contact-card {
    background: #fff;
    border: 1px solid rgba(219, 228, 244, 0.9);
    border-radius: 20px;
    padding: 22px 22px 18px;
    box-shadow: var(--wendu-shadow-soft);
}

.contact-card h3 {
    margin: 0 0 10px;
    color: #1b2f55;
    font-size: 20px;
}

.contact-card p {
    margin: 0;
    color: #6b778d;
}

.contact-card a {
    display: inline-flex;
    margin-top: 14px;
    color: var(--wendu-blue);
    font-weight: 800;
}

.news-list {
    display: grid;
    gap: 18px;
}

.news-row {
    background: #fff;
    border: 1px solid rgba(219, 228, 244, 0.86);
    border-radius: 20px;
    padding: 22px 24px;
    box-shadow: var(--wendu-shadow-soft);
}

.news-row h3 {
    margin: 0 0 8px;
    color: #173c8a;
    font-size: 22px;
}

.news-row p {
    margin: 0;
    color: #65738a;
}

.news-row__meta {
    margin-top: 14px;
    color: #97a2b5;
    font-size: 13px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.gallery-card {
    min-height: 220px;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    background:
        linear-gradient(135deg, rgba(68, 109, 231, 0.86), rgba(37, 165, 224, 0.62)),
        linear-gradient(180deg, #eef5ff, #dfeaff);
    box-shadow: var(--wendu-shadow-soft);
}

.gallery-card > a {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    color: inherit;
}

.campus-detail__featured {
    margin: 0 0 30px;
    overflow: hidden;
    border-radius: 18px;
    background: #f2f5fb;
}

.campus-detail__featured img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.campus-detail__featured figcaption {
    padding: 14px 18px;
    color: #173c8a;
    font-weight: 700;
    text-align: center;
}

.gallery-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 72% 22%, rgba(255, 255, 255, 0.3) 0 18%, transparent 19%),
        radial-gradient(circle at 22% 72%, rgba(255, 255, 255, 0.16) 0 16%, transparent 17%);
    opacity: 0.95;
}

.gallery-card__label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px 16px 14px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.52));
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.detail-note {
    margin-top: 18px;
    color: #65738a;
    font-size: 14px;
}

/* .is-home .home-hero__visual {
    background: url('../images/home_hero.jpg') center right / cover no-repeat;
} */

.is-home .home-hero__panel,
.is-home .home-hero__glass,
.is-home .home-hero__dots {
    display: none;
}

.page-about .page-banner__media {
    background-image: url('../images/about_banner.jpg');
}

.page-courses .page-banner__media {
    background-image: url('../images/course_banner.jpg');
}

.page-teachers .page-banner__media {
    background-image: url('../images/teacher_banner.jpg');
}

.page-services .page-banner__media {
    background-image: url('../images/cuts/3-3.png');
}

.page-news .page-banner__media {
    background-image: url('../images/news_banner.jpg');
}

.page-news-detail .page-banner__media {
    background-image: url('../images/news_detail_banner.jpg');
}

.page-campus .page-banner__media {
    background-image: url('../images/campus_banner.jpg');
}

.page-contact .page-banner__media {
    background-image: url('../images/contact_banner.jpg');
}

.about-visual {
    background: url('../images/about_photo.jpg') center right / cover no-repeat;
}

.site-footer__qrcode-box {
    background:
        #fff url('../images/cuts/4.png') center / contain no-repeat;
}

.page-home .home-section--course .card__media,
.is-home .home-section--course .card__media {
    background-size: cover;
    background-position: center;
}

.home-section--service .card__icon,
.page-services .card__icon {
    width: 56px;
    height: 56px;
    background-size: cover;
    background-position: center;
}

.home-section--service .card:nth-child(1) .card__icon,
.page-services .card:nth-child(1) .card__icon { background-image: url('../images/cuts/2-1.png'); }
.home-section--service .card:nth-child(2) .card__icon,
.page-services .card:nth-child(2) .card__icon { background-image: url('../images/cuts/2-2.png'); }
.home-section--service .card:nth-child(3) .card__icon,
.page-services .card:nth-child(3) .card__icon { background-image: url('../images/cuts/2-3.png'); }
.home-section--service .card:nth-child(4) .card__icon,
.page-services .card:nth-child(4) .card__icon { background-image: url('../images/cuts/2-4.png'); }
.home-section--service .card:nth-child(5) .card__icon,
.page-services .card:nth-child(5) .card__icon { background-image: url('../images/cuts/2-5.png'); }
.home-section--service .card:nth-child(6) .card__icon,
.page-services .card:nth-child(6) .card__icon { background-image: url('../images/cuts/2-6.png'); }

.home-section--teacher .card__media,
.page-teachers .card__media {
    background-size: cover;
    background-position: center top;
}

.home-section--teacher .card:nth-child(1) .card__media,
.page-teachers .card-grid--teacher .card:nth-child(1) .card__media { background-image: url('../images/teacher_1.jpg'); }
.home-section--teacher .card:nth-child(2) .card__media,
.page-teachers .card-grid--teacher .card:nth-child(2) .card__media { background-image: url('../images/teacher_2.jpg'); }
.home-section--teacher .card:nth-child(3) .card__media,
.page-teachers .card-grid--teacher .card:nth-child(3) .card__media { background-image: url('../images/teacher_3.jpg'); }
.home-section--teacher .card:nth-child(4) .card__media,
.page-teachers .card-grid--teacher .card:nth-child(4) .card__media { background-image: url('../images/teacher_4.jpg'); }
.home-section--teacher .card:nth-child(5) .card__media,
.page-teachers .card-grid--teacher .card:nth-child(5) .card__media { background-image: url('../images/teacher_5.jpg'); }
.home-section--teacher .card:nth-child(6) .card__media,
.page-teachers .card-grid--teacher .card:nth-child(6) .card__media { background-image: url('../images/teacher_1.jpg'); }
.home-section--teacher .card:nth-child(7) .card__media,
.page-teachers .card-grid--teacher .card:nth-child(7) .card__media { background-image: url('../images/teacher_2.jpg'); }
.home-section--teacher .card:nth-child(8) .card__media,
.page-teachers .card-grid--teacher .card:nth-child(8) .card__media { background-image: url('../images/teacher_3.jpg'); }
.home-section--teacher .card:nth-child(9) .card__media,
.page-teachers .card-grid--teacher .card:nth-child(9) .card__media { background-image: url('../images/teacher_4.jpg'); }
.home-section--teacher .card:nth-child(10) .card__media,
.page-teachers .card-grid--teacher .card:nth-child(10) .card__media { background-image: url('../images/teacher_5.jpg'); }
.home-section--teacher .card:nth-child(11) .card__media,
.page-teachers .card-grid--teacher .card:nth-child(11) .card__media { background-image: url('../images/teacher_1.jpg'); }
.home-section--teacher .card:nth-child(12) .card__media,
.page-teachers .card-grid--teacher .card:nth-child(12) .card__media { background-image: url('../images/teacher_2.jpg'); }
.home-section--teacher .card:nth-child(13) .card__media,
.page-teachers .card-grid--teacher .card:nth-child(13) .card__media { background-image: url('../images/teacher_3.jpg'); }
.home-section--teacher .card:nth-child(14) .card__media,
.page-teachers .card-grid--teacher .card:nth-child(14) .card__media { background-image: url('../images/teacher_4.jpg'); }
.home-section--teacher .card:nth-child(15) .card__media,
.page-teachers .card-grid--teacher .card:nth-child(15) .card__media { background-image: url('../images/teacher_5.jpg'); }

.home-section--advantages .advantage-card {
    background: #fff;
    color: #1b4fae;
}

.home-section--advantages .advantage-card h3 {
    color: #1b4fae;
}

.home-section--advantages .advantage-card p {
    color: #65738a;
}

.home-section--advantages a.advantage-card {
    display: block;
    color: inherit;
    text-decoration: none;
}

.home-section--advantages .advantage-card__icon {
    width: 100%;
    height: 152px;
    border-radius: 18px;
    background-size: cover;
    background-position: center;
}

.why-list-section {
    padding: 72px 0;
    color: #fff;
}

.why-list-section .advantage-card {
    display: block;
    background: #fff;
    color: #1b4fae;
    text-decoration: none;
}

.why-list-section .advantage-card h3 { color: #1b4fae; }
.why-list-section .advantage-card p { color: #65738a; }

.why-list-section .advantage-card__icon {
    width: 100%;
    height: 152px;
    border-radius: 18px;
    background-size: cover;
    background-position: center;
}

.why-list-section .advantage-card:nth-child(1) .advantage-card__icon { background-image: url('../images/cuts/7-1.png'); }
.why-list-section .advantage-card:nth-child(2) .advantage-card__icon { background-image: url('../images/cuts/7-2.png'); }
.why-list-section .advantage-card:nth-child(3) .advantage-card__icon { background-image: url('../images/cuts/7-3.png'); }
.why-list-section .advantage-card:nth-child(4) .advantage-card__icon { background-image: url('../images/cuts/7-4.png'); }

.advantage-card__action {
    display: inline-flex;
    margin-top: 10px;
    color: #1f61ff;
    font-size: 13px;
    font-weight: 700;
}

/* The why-choose listing uses the same advantage cards as the home page. */
.page-why-choose .why-list-section {
    padding: 72px 0;
    color: #fff;
}

.page-why-choose .why-list-section .section-heading {
    margin-bottom: 48px;
}

.page-why-choose .why-list-section .section-heading__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}


.page-why-choose .why-list-section .advantage-grid {
    gap: 16px;
}

.page-why-choose .why-list-section a.advantage-card {
    display: block;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
    text-align: center;
}

.page-why-choose .why-list-section .advantage-card__icon {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0;
    border-radius: 0;
    background-position: center;
    background-size: cover;
}

.page-why-choose .why-list-section .advantage-card h3 {
    margin: 22px 16px 0;
    color: #1e62ef;
    font-size: 20px;
    line-height: 1.35;
    text-align: center;
}

.page-why-choose .why-list-section .advantage-card h3::after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    margin: 13px auto 0;
    border-radius: 999px;
    background: #1e62ef;
}

.page-why-choose .why-list-section .advantage-card p {
    min-height: 82px;
    padding: 20px 22px 24px;
    color: #202936;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
}

@media (max-width: 768px) {
    .page-why-choose .why-list-section .section-heading {
        margin-bottom: 32px;
    }

    .page-why-choose .why-list-section .advantage-card p {
        min-height: 0;
    }
}

/* Keep every homepage section heading on the same three-line treatment. */
.page-home .section-heading__title,
.page-why-choose .why-list-section .section-heading__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.advantage-detail__featured {
    margin: 0 0 30px;
    overflow: hidden;
    border-radius: 18px;
    background: #f2f5fb;
}

.advantage-detail__featured img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.advantage-detail__featured figcaption {
    padding: 14px 18px;
    color: #173c8a;
    font-weight: 700;
    text-align: center;
}

.home-section--advantages .advantage-card:nth-child(1) .advantage-card__icon { background-image: url('../images/cuts/7-1.png'); }
.home-section--advantages .advantage-card:nth-child(2) .advantage-card__icon { background-image: url('../images/cuts/7-2.png'); }
.home-section--advantages .advantage-card:nth-child(3) .advantage-card__icon { background-image: url('../images/cuts/7-3.png'); }
.home-section--advantages .advantage-card:nth-child(4) .advantage-card__icon { background-image: url('../images/cuts/7-4.png'); }

.home-section--campus .gallery-card,
.page-campus .gallery-card {
    background-size: cover;
    background-position: center;
}

.home-section--campus .gallery-card:nth-child(1),
.page-campus .gallery-card:nth-child(1) { background-image: url('../images/cuts/8-1.png'); }
.home-section--campus .gallery-card:nth-child(2),
.page-campus .gallery-card:nth-child(2) { background-image: url('../images/cuts/8-2.png'); }
.home-section--campus .gallery-card:nth-child(3),
.page-campus .gallery-card:nth-child(3) { background-image: url('../images/cuts/8-3.png'); }
.home-section--campus .gallery-card:nth-child(4),
.page-campus .gallery-card:nth-child(4) { background-image: url('../images/cuts/8-4.png'); }
.home-section--campus .gallery-card:nth-child(5),
.page-campus .gallery-card:nth-child(5) { background-image: url('../images/cuts/8-5.png'); }
.home-section--campus .gallery-card:nth-child(6),
.page-campus .gallery-card:nth-child(6) { background-image: url('../images/cuts/8-6.png'); }

.about-model {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.about-model__card {
    border-radius: 26px;
    padding: 32px;
    color: #fff;
    box-shadow: var(--wendu-shadow);
}

.about-model__card h3 {
    margin: 0 0 14px;
    font-size: 28px;
}

.about-model__card p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.9;
}

.about-model__card--rigid {
    background: linear-gradient(135deg, #3b6cff, #0d5acb);
}

.about-model__card--precise {
    background: linear-gradient(135deg, #7e66ff, #6b5ceb);
}

@media (max-width: 768px) {
    .about-model {
        grid-template-columns: 1fr;
    }

    .home-section--advantages .advantage-card__icon {
        height: 132px;
    }
}

/* Home: teaching services — match the approved 1 + 6 card composition. */
.page-home .home-section--service {
    background: #e8f1ff;
}

.page-home .home-section--service .section-heading,
.page-home .home-section--advantages .section-heading {
    margin-bottom: 48px;
}

.page-home .home-section--service .section-heading__title,
.page-home .home-section--advantages .section-heading__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

/* .page-home .home-section--service .section-heading__title::before,
.page-home .home-section--service .section-heading__title::after {
    width: 52px;
    height: 36px;
    margin: 0;
    background:
        linear-gradient(currentColor, currentColor) 10px 0 / 32px 3px no-repeat,
        linear-gradient(currentColor, currentColor) 0 16px / 52px 3px no-repeat,
        linear-gradient(currentColor, currentColor) 18px 33px / 32px 3px no-repeat;
    opacity: 0.48;
} */

/* .page-home .home-section--advantages .section-heading__title::before,
.page-home .home-section--advantages .section-heading__title::after {
    width: 26px;
    height: 18px;
    margin: 0;
    background:
        linear-gradient(currentColor, currentColor) left 1px top 1px / 16px 2px no-repeat,
        linear-gradient(currentColor, currentColor) center / 26px 2px no-repeat,
        linear-gradient(currentColor, currentColor) right 1px bottom 1px / 16px 2px no-repeat;
    opacity: 0.42;
} */

.service-showcase {
    display: grid;
    grid-template-columns: 288px minmax(0, 1fr);
    gap: 16px;
    min-height: 448px;
}

/* Archive service page: lead card matches feature card style. */
.page-services .service-showcase__lead {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 16px;
    row-gap: 18px;
    align-items: start;
    justify-content: stretch;
    padding: 28px 24px 24px;
    color: #1a2440;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.page-services .service-showcase__lead:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(44, 80, 155, 0.08);
}
.page-services .service-showcase__lead h3 {
    grid-column: 1 / -1;
    margin: 0;
    color: #101828;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
}
.page-services .service-showcase__lead p {
    grid-column: 2 / -1;
    margin: 0;
    color: #4f5a78;
    font-size: 13px;
    line-height: 1.72;
    text-align: left;
}
.page-services .service-showcase__divider {
    display: none;
}
.page-services .service-showcase__label {
    color: #2168ef;
    background: rgba(33, 104, 239, 0.12);
    margin: 0;
    font-style: normal;
}

/* Archive service: flat 4-column grid, no lead card. */
.service-grid--archive {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.service-grid--archive .service-feature-card:nth-child(7n+1) .service-feature-card__icon { background-image: url('../images/cuts/2-1.png'); }
.service-grid--archive .service-feature-card:nth-child(7n+2) .service-feature-card__icon { background-image: url('../images/cuts/2-2.png'); }
.service-grid--archive .service-feature-card:nth-child(7n+3) .service-feature-card__icon { background-image: url('../images/cuts/2-3.png'); }
.service-grid--archive .service-feature-card:nth-child(7n+4) .service-feature-card__icon { background-image: url('../images/cuts/2-4.png'); }
.service-grid--archive .service-feature-card:nth-child(7n+5) .service-feature-card__icon { background-image: url('../images/cuts/2-5.png'); }
.service-grid--archive .service-feature-card:nth-child(7n+6) .service-feature-card__icon { background-image: url('../images/cuts/2-6.png'); }
.service-grid--archive .service-feature-card:nth-child(7n+7) .service-feature-card__icon { background-image: url('../images/cuts/2-7.png'); }

.service-showcase__lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    padding: 32px 28px 28px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(150deg, #8a66fa 0%, #2168ef 100%);
    box-shadow: 0 12px 28px rgba(61, 99, 225, 0.12);
}

.service-showcase__lead-icon {
    width: 71px;
    height: 71px;
    flex: 0 0 auto;
    background: url('../images/cuts/2-1.png') center / contain no-repeat;
}

.service-showcase__label {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-top: 20px;
    padding: 0 14px;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.22);
    font-size: 13px;
    font-weight: 700;
}

.service-showcase__lead h3 {
    margin: 30px 0 0;
    color: #fff;
    font-size: 22px;
    line-height: 1.35;
    text-align: center;
}

.service-showcase__divider {
    width: 48px;
    height: 3px;
    margin: 22px 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.42);
}

.service-showcase__lead p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.72;
    text-align: left;
}

.service-showcase__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.service-feature-card {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 16px;
    row-gap: 18px;
    min-width: 0;
    padding: 28px 24px 24px;
    border: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(44, 80, 155, 0.08);
}

.service-feature-card__icon {
    width: 54px;
    height: 54px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.service-feature-card:nth-child(1) .service-feature-card__icon { background-image: url('../images/cuts/2-2.png'); }
.service-feature-card:nth-child(2) .service-feature-card__icon { background-image: url('../images/cuts/2-3.png'); }
.service-feature-card:nth-child(3) .service-feature-card__icon { background-image: url('../images/cuts/2-4.png'); }
.service-feature-card:nth-child(4) .service-feature-card__icon { background-image: url('../images/cuts/2-5.png'); }
.service-feature-card:nth-child(5) .service-feature-card__icon { background-image: url('../images/cuts/2-6.png'); }
.service-feature-card:nth-child(6) .service-feature-card__icon { background-image: url('../images/cuts/2-7.png'); }

.service-feature-card__heading {
    align-self: center;
    min-width: 0;
}

.service-feature-card__heading strong {
    display: block;
    color: #101828;
    font-size: 18px;
    line-height: 1.35;
    font-style: normal;
    font-weight: 800;
}

.service-feature-card__heading em {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    margin-top: 5px;
    padding: 0 9px;
    border-radius: 999px;
    color: #1761ec;
    background: #e8f0ff;
    font-size: 12px;
    line-height: 1;
    font-style: normal;
    font-weight: 700;
}

.service-feature-card__summary {
    grid-column: 1 / -1;
    color: #26313f;
    font-size: 13px;
    line-height: 1.68;
}

/* Home: why choose Wendu — image-first cards and purple-to-blue field. */
.page-home .home-section--advantages {
    background: linear-gradient(110deg, #7064f4 0%, #1c63ed 100%);
}

.page-home .home-section--advantages .advantage-grid {
    gap: 16px;
}

.page-home .home-section--advantages a.advantage-card {
    display: block;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
    text-align: center;
}

.page-home .home-section--advantages .advantage-card__icon {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0;
    border-radius: 0;
    background-position: center;
    background-size: cover;
}

.page-home .home-section--advantages .advantage-card h3 {
    margin: 22px 16px 0;
    color: #1e62ef;
    font-size: 20px;
    line-height: 1.35;
    text-align: center;
}

.page-home .home-section--advantages .advantage-card h3::after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    margin: 13px auto 0;
    border-radius: 999px;
    background: #1e62ef;
}

.page-home .home-section--advantages .advantage-card p {
    min-height: 82px;
    padding: 20px 22px 24px;
    color: #202936;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
}

.page-home .home-section--advantages .section-more {
    margin-top: 32px;
}

.page-home .home-section--advantages .button--outline {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.9);
    background: transparent;
    box-shadow: none;
}

.page-home .home-section--advantages .button--outline:hover {
    color: #1e62ef;
    background: #fff;
}

@media (max-width: 1024px) {
    .service-showcase {
        grid-template-columns: 250px minmax(0, 1fr);
    }

    .service-showcase__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
    }
}

@media (max-width: 768px) {
    .page-home .home-section--service .section-heading,
    .page-home .home-section--advantages .section-heading {
        margin-bottom: 32px;
    }

    .service-showcase {
        grid-template-columns: 1fr;
    }

    .service-showcase__lead {
        min-height: 0;
    }

    .service-showcase__features {
        grid-template-columns: 1fr;
    }

    .service-feature-card {
        min-height: 0;
    }

    .page-home .home-section--advantages .advantage-card p {
        min-height: 0;
    }
}

@media (max-width: 1024px) {
    .split-grid,
    .contact-grid,
    .gallery-grid,
    .proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .split-grid,
    .contact-grid,
    .gallery-grid,
    .proof-grid {
        grid-template-columns: 1fr;
    }

    .about-copy {
        padding: 28px 20px;
    }
}

/* Match the supplied 1920px reference slices and keep static pages self-contained. */
:root {
    --wendu-header-height: 80px;
}

.site-brand__logo {
    width: 180px;
    height: auto;
}

.page-banner,
.page-banner__inner {
    min-height: 350px;
}

.page-banner {
    background: transparent;
}

.page-banner__media {
    inset: 0;
    background-size: cover;
    background-position: center;
}

.page-banner__overlay {
    background: transparent;
}

.page-banner__copy {
    padding: 0;
}

.page-banner__copy h1 {
    font-size: 46px;
}

.page-banner__en {
    font-size: 24px;
}

.page-about .page-banner__media { background-image: url('../images/cuts/3-4.png'); }
.page-courses .page-banner__media { background-image: url('../images/cuts/3-1.png'); }
.page-teachers .page-banner__media { background-image: url('../images/cuts/3-2.png'); }
.page-services .page-banner__media { background-image: url('../images/cuts/3-3.png'); }
.page-news .page-banner__media,
.page-news-detail .page-banner__media { background-image: url('../images/cuts/3-3.png'); }
.page-campus .page-banner__media { background-image: url('../images/cuts/3-5.png'); }
.page-contact .page-banner__media { background-image: url('../images/cuts/3-7.png'); }
.page-why-choose .page-banner__media { background-image: url('../images/cuts/3-4.png'); }

.page-about .page-banner__lead,
.page-teachers .page-banner__lead,
.page-news .page-banner__lead,
.page-news-detail .page-banner__lead,
.page-campus .page-banner__lead,
.page-contact .page-banner__lead {
    display: none;
}

.page-news .page-banner--ice .page-banner__copy h1,
.page-news .page-banner--ice .page-banner__en,
.page-news-detail .page-banner--ice .page-banner__copy h1,
.page-news-detail .page-banner--ice .page-banner__en {
    color: #1761bf;
}

.page-about .page-section {
    background: #fff;
}

.page-about .about-copy {
    padding: 0;
    border: 0;
    box-shadow: none;
}

.page-about .about-copy h2 {
    font-size: 30px;
}

.page-about .about-copy p {
    font-size: 16px;
    line-height: 2;
}

.page-about .split-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.page-about .about-visual {
    min-height: 381px;
    border-radius: 16px;
    background: url('../images/cuts/3-6.png') center / cover no-repeat;
    box-shadow: none;
}

.page-about .about-visual::before,
.page-about .about-visual::after {
    display: none;
}

.page-teachers .archive-section,
.page-courses .archive-section,
.page-campus .archive-section {
    background: #fff;
}

.page-teachers .archive-topbar,
.page-courses .archive-topbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.page-teachers .archive-topbar .section-heading,
.page-courses .archive-topbar .section-heading {
    margin: 0;
    text-align: left;
}

.page-teachers .archive-topbar .section-heading__en,
.page-teachers .archive-topbar .section-heading__lead,
.page-courses .archive-topbar .section-heading__en,
.page-courses .archive-topbar .section-heading__lead {
    display: none;
}

.page-teachers .archive-topbar .section-heading__title,
.page-courses .archive-topbar .section-heading__title {
    font-size: 32px;
}

/* .page-teachers .archive-topbar .section-tabs,
.page-courses .archive-topbar .section-tabs {
    margin: 0;
} */

.page-teachers .card--teacher .card__media {
    aspect-ratio: 228 / 320;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 14px;
}

.page-teachers .card--teacher {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.page-teachers .card--teacher .card__body {
    padding: 10px 0 0;
    gap: 4px;
}

.page-teachers .card--teacher .card__bio {
    min-height: 54px;
    margin: 8px 0 0;
    color: #59657a;
    font-size: 14px;
    line-height: 1.65;
}

.card--teacher .card__bio{
    font-size: 14px;
}

.page-courses .card--course .card__media,
.page-home .card--course .card__media {
    aspect-ratio: 16 / 9;
}

/* Course cards follow the homepage reference: media tile, title, then a full-width consult action. */
.page-courses .card--course,
.page-home .card--course {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.page-courses .card--course .card__media,
.page-home .card--course .card__media {
    border-radius: 18px;
    overflow: hidden;
}

.page-courses .card--course .card__body,
.page-home .card--course .card__body {
    gap: 0;
    padding: 18px 20px 0;
}

.page-courses .card--course .card__title,
.page-home .card--course .card__title {
    color: #151515;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 600;
}

.page-courses .card--course .card__excerpt,
.page-home .card--course .card__excerpt {
    display: none;
}

.page-courses .card--course .card__action,
.page-home .card--course .card__action {
    justify-content: center;
    width: 100%;
    min-height: 40px;
    margin-top: 18px;
    border: 2px solid #d8e0ff;
    border-radius: 10px;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: normal;
}

.page-courses .card--course .card__action::after,
.page-home .card--course .card__action::after {
    display: none;
}

.page-courses .archive-topbar .section-heading,
.page-home .home-section--course .section-heading {
    text-align: center;
}

.page-home .home-section--course .section-heading__en,
.page-home .home-section--course .section-heading__lead {
    display: none;
}

.page-courses .archive-topbar .section-heading__title,
.page-home .home-section--course .section-heading__title {
    position: relative;
    display: inline-block;
    color: #172f75;
    font-size: 36px;
}

.page-courses .archive-topbar .section-heading__title::before,
.page-courses .archive-topbar .section-heading__title::after,
.page-home .home-section--course .section-heading__title::before,
.page-home .home-section--course .section-heading__title::after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 4px;
    margin: 0 18px 10px;
    border-radius: 4px;
    background: #b6caff;
}

.page-courses .archive-topbar .section-tabs,
.page-home .home-section--course .section-tabs {
    /* margin-top: 28px;
    margin-bottom: 56px; */
}

.page-courses .section-tabs a,
.page-courses .section-tabs button,
.page-home .home-section--course .section-tabs a,
.page-home .home-section--course .section-tabs button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #7b7b7b;
    font: inherit;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
}

.page-courses .section-tabs a.is-active,
.page-courses .section-tabs button.is-active,
.page-home .home-section--course .section-tabs a.is-active,
.page-home .home-section--course .section-tabs button.is-active {
    color: #fff;
    background: #3d70ef;
    box-shadow: 0 8px 16px rgba(61, 112, 239, 0.22);
}

.page-courses .section-tabs a:not(.is-active):hover,
.page-courses .section-tabs button:not(.is-active):hover,
.page-home .home-section--course .section-tabs a:not(.is-active):hover,
.page-home .home-section--course .section-tabs button:not(.is-active):hover {
    color: #3d70ef;
}

@media (max-width: 640px) {
    .page-courses .archive-topbar .section-heading__title,
    .page-home .home-section--course .section-heading__title {
        font-size: 30px;
    }

    .page-courses .archive-topbar .section-heading__title::before,
    .page-courses .archive-topbar .section-heading__title::after,
    .page-home .home-section--course .section-heading__title::before,
    .page-home .home-section--course .section-heading__title::after {
        width: 16px;
        margin-right: 9px;
        margin-left: 9px;
    }

    .page-courses .section-tabs a,
    .page-courses .section-tabs button,
    .page-home .home-section--course .section-tabs a,
    .page-home .home-section--course .section-tabs button {
        padding: 0 14px;
        font-size: 16px;
    }

    .page-courses .card--course .course-card__overlay,
    .page-home .card--course .course-card__overlay {
        inset: 0;
        align-items: center;
        justify-content: center;
        padding: 20px;
        text-align: center;
    }

    .page-courses .card--course .course-card__overlay em,
    .page-home .card--course .course-card__overlay em {
        margin-top: 7px;
    }
}

@media (min-width: 1101px) {
    .page-home .home-section--course .card-grid--course,
    .page-courses .card-grid--course {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.course-card__overlay {
    position: absolute;
    inset: 22px 20px auto;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    color: #fff;
}

.course-card__overlay strong {
    font-size: 24px;
    line-height: 1.25;
}

.course-card__overlay span {
    font-size: 15px;
    font-weight: 700;
}

.course-card__overlay em {
    margin-top: 7px;
    padding: 3px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.page-campus .archive-section .section-heading,
.page-contact .page-section .section-heading {
    text-align: left;
}

.page-campus .archive-section .section-heading__en,
.page-campus .archive-section .section-heading__lead,
.page-contact .page-section .section-heading__en,
.page-contact .page-section .section-heading__lead {
    display: none;
}

.page-campus .archive-section .section-heading__title,
.page-contact .page-section .section-heading__title {
    font-size: 32px;
}

.home-section--campus .gallery-card:nth-child(1),
.page-campus .gallery-card:nth-child(1) { background-image: url('../images/cuts/8-3.png'); }

.home-section--campus .gallery-card:nth-child(3),
.page-campus .gallery-card:nth-child(3) { background-image: url('../images/cuts/8-1.png'); }

.page-news .archive-section {
    background: #fff;
}

.page-news .archive-section .section-heading {
    display: none;
}

.page-news .news-list {
    gap: 0;
}

.page-news .news-row {
    padding: 24px 0;
    border-width: 0 0 1px;
    border-radius: 0;
    box-shadow: none;
}

.page-news .news-row:first-child {
    padding-top: 0;
}

.page-news-detail {
    background: #fff;
}

.page-news-detail .single-section {
    padding-top: 24px;
    background: #fff;
}

.page-news-detail .breadcrumb {
    width: min(calc(100% - 32px), 860px);
    margin: 0 auto 24px;
    color: #8b94a4;
    font-size: 14px;
}

.page-news-detail .entry-detail {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.page-news-detail .entry-detail__header {
    margin-bottom: 34px;
    text-align: left;
}

.page-news-detail .entry-detail__title {
    font-size: 30px;
}

.page-news-detail .entry-detail__media {
    display: flex;
    justify-content: center;
    margin: 48px 0 72px;
}

.page-news-detail .entry-detail__media img {
    width: 630px;
    border-radius: 0;
}

.page-news-detail .entry-detail__content {
    font-size: 17px;
    line-height: 2;
}

.page-news-detail .entry-detail__content h2:first-child {
    margin-top: 52px;
}

.page-news-detail .entry-detail__content p {
    margin-top: 28px;
}

.page-news-detail .entry-detail__content h2 {
    font-size: 22px;
}

.page-news-detail .entry-detail__footer,
.page-news-detail .related-section {
    display: none;
}

/* ── Course detail ─────────────────────────────────────────── */
.page-course-detail .single-section {
    padding-top: 24px;
    background: #fff;
}

.page-course-detail .breadcrumb {
    width: min(calc(100% - 32px), 860px);
    margin: 0 auto 24px;
    color: #8b94a4;
    font-size: 14px;
}

.page-course-detail .breadcrumb a {
    color: #3772ff;
    text-decoration: none;
}

.page-course-detail .breadcrumb a:hover {
    text-decoration: underline;
}

.page-course-detail .entry-detail {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.page-course-detail .entry-detail__header {
    margin-bottom: 34px;
    text-align: left;
}

.page-course-detail .entry-detail__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.page-course-detail .entry-detail__category {
    display: inline-block;
    padding: 3px 10px;
    background: #3772ff;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
}

.page-course-detail .entry-detail__category--closed  { background: #3772ff; }
.page-course-detail .entry-detail__category--day    { background: #17b67a; }
.page-course-detail .entry-detail__category--working { background: #8b5cf6; }
.page-course-detail .entry-detail__category--online  { background: #2ea5ff; }

.page-course-detail .entry-detail__title {
    font-size: 30px;
}

.page-course-detail .entry-detail__media {
    display: flex;
    justify-content: center;
    margin: 48px 0 72px;
}

.page-course-detail .entry-detail__media img {
    width: 630px;
    border-radius: 0;
}

.page-course-detail .entry-detail__content {
    font-size: 17px;
    line-height: 2;
}

.page-course-detail .entry-detail__content h2:first-child {
    margin-top: 52px;
}

.page-course-detail .entry-detail__content p {
    margin-top: 28px;
}

.page-course-detail .entry-detail__content h2 {
    font-size: 22px;
}

.page-course-detail .entry-detail__footer {
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.page-course-detail .entry-detail__footer .button {
    text-decoration: none;
}

/* ── Teacher detail ────────────────────────────────────────── */
.page-teacher-detail .single-section {
    padding-top: 24px;
    background: #fff;
}

.page-teacher-detail .breadcrumb {
    width: min(calc(100% - 32px), 860px);
    margin: 0 auto 24px;
    color: #8b94a4;
    font-size: 14px;
}

.page-teacher-detail .breadcrumb a {
    color: #4760c6;
    text-decoration: none;
}

.page-teacher-detail .breadcrumb a:hover {
    text-decoration: underline;
}

.page-teacher-detail .entry-detail {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.page-teacher-detail .entry-detail__header {
    margin-bottom: 34px;
    text-align: left;
}

.page-teacher-detail .entry-detail__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.page-teacher-detail .entry-detail__badge {
    display: inline-block;
    padding: 3px 10px;
    background: #4760c6;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
}

.page-teacher-detail .entry-detail__title {
    font-size: 30px;
}

.page-teacher-detail .entry-detail__media {
    display: flex;
    justify-content: center;
    margin: 48px 0 72px;
}

.page-teacher-detail .entry-detail__media img {
    width: 630px;
    border-radius: 0;
}

.page-teacher-detail .entry-detail__content {
    font-size: 17px;
    line-height: 2;
}

.page-teacher-detail .entry-detail__content h2:first-child {
    margin-top: 52px;
}

.page-teacher-detail .entry-detail__content p {
    margin-top: 28px;
}

.page-teacher-detail .entry-detail__content h2 {
    font-size: 22px;
}

.page-teacher-detail .entry-detail__footer {
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.page-teacher-detail .entry-detail__footer .button {
    text-decoration: none;
}

/* ── Service detail ────────────────────────────────────────── */
.page-service-detail .single-section {
    padding-top: 24px;
    background: #fff;
}

.page-service-detail .breadcrumb {
    width: min(calc(100% - 32px), 860px);
    margin: 0 auto 24px;
    color: #8b94a4;
    font-size: 14px;
}

.page-service-detail .breadcrumb a {
    color: #3558d8;
    text-decoration: none;
}

.page-service-detail .breadcrumb a:hover {
    text-decoration: underline;
}

.page-service-detail .entry-detail {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.page-service-detail .entry-detail__header {
    margin-bottom: 34px;
    text-align: left;
}

.page-service-detail .entry-detail__title {
    font-size: 30px;
}

.page-service-detail .entry-detail__media {
    display: flex;
    justify-content: center;
    margin: 48px 0 72px;
}

.page-service-detail .entry-detail__media img {
    width: 630px;
    border-radius: 0;
}

.page-service-detail .entry-detail__content {
    font-size: 17px;
    line-height: 2;
}

.page-service-detail .entry-detail__content h2:first-child {
    margin-top: 52px;
}

.page-service-detail .entry-detail__content p {
    margin-top: 28px;
}

.page-service-detail .entry-detail__content h2 {
    font-size: 22px;
}

.page-service-detail .entry-detail__footer {
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.page-service-detail .entry-detail__footer .button {
    text-decoration: none;
}

/* ── Campus detail ─────────────────────────────────────────── */
.page-campus-detail .single-section {
    padding-top: 24px;
    background: #fff;
}

.page-campus-detail .breadcrumb {
    width: min(calc(100% - 32px), 860px);
    margin: 0 auto 24px;
    color: #8b94a4;
    font-size: 14px;
}

.page-campus-detail .breadcrumb a {
    color: #a68a71;
    text-decoration: none;
}

.page-campus-detail .breadcrumb a:hover {
    text-decoration: underline;
}

.page-campus-detail .entry-detail {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.page-campus-detail .entry-detail__header {
    margin-bottom: 34px;
    text-align: left;
}

.page-campus-detail .entry-detail__title {
    font-size: 30px;
}

.page-campus-detail .entry-detail__media {
    display: flex;
    justify-content: center;
    margin: 48px 0 72px;
}

.page-campus-detail .entry-detail__media img {
    width: 630px;
    border-radius: 0;
}

.page-campus-detail .entry-detail__content {
    font-size: 17px;
    line-height: 2;
}

.page-campus-detail .entry-detail__content h2:first-child {
    margin-top: 52px;
}

.page-campus-detail .entry-detail__content p {
    margin-top: 28px;
}

.page-campus-detail .entry-detail__content h2 {
    font-size: 22px;
}

.page-campus-detail .entry-detail__footer {
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.page-campus-detail .entry-detail__footer .button {
    text-decoration: none;
}

.page-home .home-section--course,
.page-home .home-section--campus {
    background: #fff;
}

.page-home .home-section--teacher,
.page-home .home-section--news {
    background: #f5f8ff;
}

.page-home .home-section--service {
    background: #eaf2ff;
}

.page-home .home-section--service .card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.page-home .home-section--service .card:first-child {
    grid-row: span 2;
    background: linear-gradient(150deg, #8061ff, #266cf2);
}

.page-home .home-section--service .card:first-child .card__title,
.page-home .home-section--service .card:first-child .card__excerpt {
    color: #fff;
}

.page-home .home-section--service .card:nth-child(2) { grid-column: 2; grid-row: 1; }
.page-home .home-section--service .card:nth-child(3) { grid-column: 3; grid-row: 1; }
.page-home .home-section--service .card:nth-child(4) { grid-column: 4; grid-row: 1; }
.page-home .home-section--service .card:nth-child(5) { grid-column: 2; grid-row: 2; }
.page-home .home-section--service .card:nth-child(6) { grid-column: 3; grid-row: 2; }

.page-home .home-section--teacher .card--teacher {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.page-home .home-section--teacher .card--teacher .card__media {
    aspect-ratio: 228 / 320;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 14px;
}

.page-home .home-section--teacher .card--teacher .card__body {
    padding: 10px 0 0;
    gap: 4px;
}

.page-home .section-heading__title::before,
.page-home .section-heading__title::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 2px;
    margin: 0 12px 9px;
    background: currentColor;
    opacity: 0.28;
}

@media (max-width: 768px) {
    .page-banner,
    .page-banner__inner {
        min-height: 240px;
    }

    .page-banner__copy h1 {
        font-size: 34px;
    }

    .page-banner__en {
        font-size: 16px;
    }

    .page-teachers .archive-topbar,
    .page-courses .archive-topbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .page-home .home-section--service .card-grid {
        grid-template-columns: 1fr;
    }

    .page-home .home-section--service .card:first-child,
    .page-home .home-section--service .card:nth-child(2),
    .page-home .home-section--service .card:nth-child(3),
    .page-home .home-section--service .card:nth-child(4),
    .page-home .home-section--service .card:nth-child(5),
    .page-home .home-section--service .card:nth-child(6) {
        grid-column: auto;
        grid-row: auto;
    }
}
