@charset "utf-8";
body{
    background-color: #fff;
}
.home-index {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.home-hero-section {
    position: relative;
}

.home-hero-box {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 100%);
    align-items: stretch;
    min-height: 600px;
    overflow: hidden;
    border-radius: 0 0 12px 12px;
}

.home-hero-media {
    position: relative;
    min-height: 600px;
    overflow: hidden;
}

.home-hero-media__inner {
    position: relative;
    height: 100%;
    z-index: 1;
}

.home-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero-form {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px 0 20px;
    bottom: 10%;
    top: 10%;
    right: 4%;
}

.hero-form-card {
    width: 100%;
    max-width: 380px;
    padding: 34px 34px 28px;
    border-radius: 22px;
    background-color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 28px rgba(174, 207, 204, 0.22);
    border: 1px solid rgba(128, 216, 208, 0.22);
}

.hero-form-card__title {
    margin-bottom: 26px;
    color: #2f2f2f;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
}

.hero-book-form__item {
    position: relative;
    display: flex;
    align-items: center;
    height: 52px;
    padding-left: 30px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.88);
}

.hero-book-form__icon {
    position: absolute;
    left: 2px;
    top: 50%;
    width: 16px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

.hero-book-form__icon--phone {
    background-image: url("/template/images/home-icon1.png");
}

.hero-book-form__icon--age,
.hero-book-form__icon--code {
    background-image: url("/template/images/home-icon2.png");
}

.hero-book-form__icon--city {
    background-image: url("/template/images/home-icon3.png");
}

.hero-book-form__item input,
.hero-book-form__item select {
    width: 100%;
    height: 52px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #333;
    font-size: 16px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

.hero-book-form__item input::placeholder {
    color: #bfbfbf;
}

.hero-book-form__item--code {
    padding-right: 112px;
}

.hero-book-form__code-btn {
    position: absolute;
    right: 0;
    top: 50%;
    width: 96px;
    height: 30px;
    line-height: 30px;
    border: 0;
    border-radius: 18px;
    background-color: var(--themeColor);
    color: #fff;
    font-size: 12px;
    transform: translateY(-50%);
    cursor: pointer;
}

.hero-book-form__code-btn[disabled] {
    opacity: 0.75;
    cursor: not-allowed;
}

.hero-book-form__item--select {
    padding-right: 24px;
}

.hero-book-form__arrow {
    position: absolute;
    right: 2px;
    top: 50%;
    color: #555;
    font-size: 18px;
    transform: translateY(-50%);
    pointer-events: none;
}

.hero-book-form__agree {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    color: #3a3a3a;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
}

.hero-book-form__agree input {
    width: 18px;
    height: 18px;
    margin: 0;
}

.hero-book-form__terms-link {
    color: var(--themeColor);
    text-decoration: underline;
}

.hero-book-form__terms-link:hover {
    color: #49b4b5;
}

.service-terms-dialog__body {
    height: 100%;
    padding: 24px 28px;
    overflow-y: auto;
    color: #3a3a3a;
    font-size: 15px;
    line-height: 1.85;
    background: #fff;
    box-sizing: border-box;
}

.service-terms-dialog__body img {
    max-width: 100%;
    height: auto;
}

.hero-book-form__submit {
    width: 100%;
    height: 50px;
    margin-top: 26px;
    border: 0;
    border-radius: 5px;
    background-color: var(--themeColor);
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    cursor: pointer;
}

.hero-book-form__submit:hover {
    opacity: 0.88;
}

.home-overview-section,
.home-specialty-section,
.home-team-section,
.home-case-section,
.home-honor-section {
    position: relative;
}

.home-overview-section {
    padding-top: 40px;
}

.home-specialty-section,
.home-team-section,
.home-case-section,
.home-honor-section {
    padding-top: 88px;
}

.home-data-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 26px;
    align-items: stretch;
}

.home-data-card {
    position: relative;
    padding: 24px 18px 30px;
    background: #fff;
    text-align: center;
    overflow: hidden;
}

.home-data-card::after {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    margin: 6px auto 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.home-data-card:nth-child(1)::after {
    background-image: url("/template/images/home-ico1.png");
}
.home-data-card:nth-child(2)::after {
    background-image: url("/template/images/home-ico2.png");
}

.home-data-card:nth-child(3)::after {
    background-image: url("/template/images/home-ico3.png");
}

.home-data-card:nth-child(4)::after {
    background-image: url("/template/images/home-ico6.png");
}

.home-data-card:nth-child(5)::after {
    background-image: url("/template/images/home-ico4.png");
}

.home-data-card:nth-child(6)::after {
    background-image: url("/template/images/home-ico5.png");
}

.home-data-card strong {
    display: block;
    color: #4ac0c1;
    font-size: 42px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-align: center;
}

.home-data-card strong span {
    font-size: 18px;
}

.home-data-card p {
    color: #000;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
}

.home-data-card--featured strong,
.home-data-card--featured p {
    color: #fff;
}

.home-data-card--featured{
    background: url("/template/images/home-bg12.png") no-repeat;
    background-size: 100% 100%;
}

.home-data-card.home-data-card--featured::after {
    background-image: url("/template/images/home-ico1a.png");
}
.home-data-card.home-data-card--featured:nth-child(2)::after {
    background-image: url("/template/images/home-ico2a.png");
}

.home-data-card.home-data-card--featured:nth-child(3)::after {
    background-image: url("/template/images/home-ico3a.png");
}

.home-data-card.home-data-card--featured:nth-child(4)::after {
    background-image: url("/template/images/home-ico6a.png");
}

.home-data-card.home-data-card--featured:nth-child(5)::after {
    background-image: url("/template/images/home-ico4a.png");
}

.home-data-card.home-data-card--featured:nth-child(6)::after {
    background-image: url("/template/images/home-ico5a.png");
}

.home-route-banner {
    position: relative;
    margin-top: 50px;
}

.home-route-banner img {
    display: block;
    width: 100%;
}

.home-route-points {
    position: absolute;
    inset: 0;
}

.home-route-point {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.45;
}

.home-route-point span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.18);
    flex: 0 0 18px;
}

.home-route-point--1 {
    left: 10.5%;
    top: 52%;
}

.home-route-point--2 {
    left: 31%;
    top: 31%;
}

.home-route-point--3 {
    left: 50%;
    top: 42%;
}

.home-stage-title {
    position: relative;
    text-align: center;
    min-height: 120px;
}

.home-stage-title::before {
    content: attr(data-watermark);
    position: absolute;
    left: 50%;
    top: -38px;
    transform: translateX(-50%);
    color: rgba(42, 62, 80, 0.035);
    font-size: clamp(54px, 7vw, 104px);
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
    pointer-events: none;
}

.home-stage-title span {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    color: #5ccfd0;
    font-size: 14px;
    letter-spacing: 0.18em;
}

.home-stage-title span::before,
.home-stage-title span::after {
    content: "";
    width: 30px;
    height: 2px;
    background: rgba(92, 207, 208, 0.5);
}

.home-stage-title h2 {
    margin-top: 14px;
    color: #21252c;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.35;
    background: linear-gradient(90deg, var(--themeColor),var(--lightColor));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.home-stage-title p {
    max-width: 760px;
    margin: 18px auto 0;
    color: #545b65;
    font-size: 18px;
    line-height: 1.8;
}

.home-specialty-section {
    /* background:
        url("/template/images/home-bg5.png") no-repeat center top / 100% auto,
        linear-gradient(180deg, #ffffff 0%, #fbfefe 100%); */

    background: url('/template/images/home-bg13.jpg')  no-repeat;
    background-size: 100% 70%;
    background-position: bottom;
}

.home-specialty-stage {
    --specialty-main-height: 350px;
    position: relative;
    display: block;
    padding-top: 68px;
    overflow: hidden;
}

.home-specialty-swiper-wrap {
    position: relative;
    margin: 0 auto;
    padding: 0 120px 65px;
}

.home-specialty-counter {
    position: absolute;
    right: 12px;
    top: -18px;
    z-index: 5;
    color: #2f353c;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1;
}

.home-specialty-counter__current {
    font-size: 28px;
    font-weight: 400;
}

.home-specialty-counter__split {
    margin: 0 2px;
    font-size: 24px;
    opacity: 0.7;
}

.home-specialty-counter__total {
    position: relative;
    font-size: 18px;
    opacity: 0.8;
}

.home-specialty-swiper {
    overflow: visible;
}

.home-specialty-swiper .swiper-wrapper {
    align-items: flex-start;
    transition-timing-function: ease-in-out;
}

.home-specialty-slide {
    width: min(100%, 814px);
    flex-shrink: 0;
    opacity: 0.42;
    transform: scale(0.65);
    transform-origin: center 40%;
    transition: transform 0.55s ease, opacity 0.55s ease;
}

.home-specialty-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1.1);
}

.home-specialty-slide.swiper-slide-prev,
.home-specialty-slide.swiper-slide-next {
    opacity: 1;
}

.home-specialty-card {
    position: relative;
}

.home-specialty-card__media {
    position: relative;
    display: block;
    /*height: var(--specialty-main-height);*/
    overflow: hidden;
    border-radius: 36px;
    transition: border-radius 0.45s ease;
}
.home-specialty-card__media img{
    object-fit: cover;
}

.home-specialty-card__mask {
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*height: 140px;*/
    /*background: linear-gradient(180deg, rgba(124, 225, 215, 0) 0%, rgba(124, 225, 215, 0.68) 100%);*/
}

.home-specialty-card__label {
    position: absolute;
    left: 34px;
    bottom: 28px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.home-specialty-card__icon {
    position: relative;
    width: 34px;
    height: 34px;
    border: 2px solid rgba(255, 255, 255, 0.86);
    border-radius: 8px;
}

.home-specialty-card__icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 6px;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
}

.home-specialty-card__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 16px;
    height: 11px;
    margin-left: -8px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-top: 0;
    border-radius: 0 0 10px 10px;
}

.home-specialty-card__body {
    padding-top: 30px;
    opacity: 0;
    transform: translateY(-14px);
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.35s ease, transform 0.35s ease, max-height 0.35s ease;
}

.home-specialty-slide.swiper-slide-active .home-specialty-card__body {
    opacity: 1;
    transform: translateY(0);
    max-height: 280px;
}

.home-specialty-slide:not(.swiper-slide-active) .home-specialty-card__media {
    border-radius: 28px;
}

home-specialty-card__media img.imageAll:hover{
    transform: scale(1.05);
}

.home-specialty-card__body p {
    color: #4a4f56;
    font-size: 15px;
    line-height: 1.5;
}

.home-specialty-card__btn {
    min-width: 162px;
    margin-top: 20px;
}

.home-specialty-nav {
    position: absolute;
    top: calc((var(--specialty-main-height) - 56px) / 2);
    z-index: 5;
    width: 56px;
    height: 56px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(219, 216, 212, 0.32);
}

.home-specialty-nav img {
    width: 30px;
    height: 12px;
    margin: 0 auto;
}

.home-specialty-nav.is-hidden,
.home-specialty-nav.swiper-button-disabled {
    opacity: 0.35;
}

.home-specialty-nav--prev {
    left: 19%;
    background: #7bd8cf;
}

.home-specialty-nav--next {
    right: 19%;
    background: #7bd8cf;
}
.home-specialty-nav--next:hover,.home-specialty-nav--prev:hover {
    background: #f4b077;
}

.home-specialty-nav--prev::after,
.home-specialty-nav--next::after {
    display: none;
}

.home-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 138px;
    height: 46px;
    margin-top: 26px;
    border: 1px solid rgba(120, 215, 209, 0.9);
    border-radius: 999px;
    color: #6fcfc7;
    font-size: 15px;
    transition: all 0.25s ease;
}

.home-outline-btn:hover {
    background: #79d7d1;
    color: #fff;
}

.home-team-section {
    background: url("/template/images/home-bg5.png") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 50px;
}

.home-team-swiper-wrap {
    position: relative;
    margin-top: 62px;
    padding: 0 84px;
}

.home-team-swiper {
    overflow: hidden;
}

.home-team-panel {
    display: flex;
}

.home-team-slide {
    height: auto;
}

.home-team-card {
    position: relative;
    height: 100%;
    padding: 36px 32px 30px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    /* box-shadow: 0 26px 50px rgba(74, 104, 110, 0.08); */
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}

.home-team-card__avatar {
    width: 176px;
    height: 176px;
    margin: 0 auto 24px;
    border-radius: 50%;
    overflow: hidden;
    background: #edf4f5;
}

.home-team-card h3 {
    color: #1f2329;
    font-size: 26px;
    font-weight: 600;
}

.home-team-card h4 {
    margin-top: 8px;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
}
.home-team-card h4::after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 90px;
    height: 2px;
    background-color: #999;
    left: 50%;
    margin-left: -45px;
    border-radius: 1px;
}

.home-team-card p {
    margin-top: 18px;
    color: #5d646c;
    font-size: 14px;
    line-height: 1.9;
}

.home-team-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 127px;
    height: 40px;
    margin-top: 18px;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    background-color: var(--themeColor);
    cursor: pointer;
}

.home-team-card:hover {
    background-color: #f2f5fe;
}
.home-team-card:hover h4::after{
    background-color: var(--lightColor);
}
.home-team-card:hover .home-team-card__btn{
    background-color: var(--lightColor);
    color: #fff;
}


.home-team-nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 56px;
    height: 56px;
    margin-top: -28px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #7bd8cf;
    box-shadow: 0 12px 28px rgba(219, 216, 212, 0.32);
    cursor: pointer;
}

.home-team-nav img {
    width: 30px;
    height: 12px;
    margin: 0 auto;
}

.home-team-nav.is-hidden,
.home-team-nav.swiper-button-disabled {
    opacity: 0.35;
}

.home-team-nav--prev {
    left: 0;
}

.home-team-nav--next {
    right: 0;
}

.home-team-nav:hover {
    background: #f4b077;
}



.home-case-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px;
    margin-top: 60px;
    padding-bottom: 50px;
}

.home-case-card {
    overflow: hidden;
    border-radius: 35px;
    background: #fff;
    box-shadow: 5px 15px 25px rgba(72, 110, 118, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-case-card:hover {
    transform: translateY(-6px);
    box-shadow: 5px 15px 30px rgba(72, 110, 118, 0.14);
}


.home-case-card__image {
    display: block;
}

.home-case-card__body {
    padding: 20px 22px 24px;
}

.home-case-card__body small {
    color: #65c8c3;
    font-size: 13px;
}

.home-case-card__body h3 {
    color: #21252c;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.home-case-card__body h3 a {
    color: inherit;
}

.home-case-card:hover .home-case-card__body h3{
    color: var(--themeColor);
}

.home-case-card__body p {
    margin-top: 5px;
    color: #5c636c;
    font-size: 14px;
    line-height: 1.9;
}

.home-honor-section {
    padding-bottom: 50px;
    background: url("/template/images/home-bg8.png") no-repeat center bottom / 100% 100%;
}

.home-honor-shelves {
    margin-top: 30px;
    padding-bottom: 20px;
    /*background: url("/template/images/home-bg10.png") no-repeat center top / 100% 100%;*/
}

.home-honor-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    padding: 34px 34px 150px;
    position: relative;
}
.home-honor-row::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 150px;
    background: url("/template/images/home-bg9.png") no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

.home-honor-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: url("/template/images/home-bg11.png") no-repeat;
    background-size: 100% 100%;
    transition: 0.5s all;
}

.home-honor-item img {
    width: 100%;
    object-fit: contain;
}
.home-honor-item:hover{
    transform: translateY(-6px);
}

.teams-popup{
    display: none;
}
.teams-list{
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 50px;
}
.teams-list .avatar{
    width: 150px;
    height: 150px;
    background-color: var(--themeColor);
    padding: 8px;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 10px auto;
}
.teams-list .avatar img{
    border-radius: 50%;
}
.teams-content{
    line-height: 1.6;
}


@media screen and (max-width: 1360px) {
    .home-data-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-specialty-stage {
        --specialty-main-height: 510px;
    }

    .home-specialty-swiper-wrap {
        padding-left: 92px;
        padding-right: 92px;
    }

    .home-specialty-slide {
        width: min(100%, 720px);
    }

    .home-specialty-nav--prev {
        left: 12px;
    }

    .home-specialty-nav--next {
        right: 12px;
    }

    .home-team-swiper-wrap {
        padding-left: 60px;
        padding-right: 60px;
    }
    .home-specialty-card__media{
        height: 300px;
    }
}

@media screen and (max-width: 1024px) {
    .home-hero-media {
        min-height: 360px;
    }

    .home-hero-form {
        padding: 26px 20px 30px;
    }

    .hero-form-card {
        max-width: 100%;
    }

    .home-data-grid,
    .home-case-grid,
    .home-honor-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-specialty-stage {
        --specialty-main-height: 460px;
    }

    .home-specialty-swiper-wrap {
        padding-left: 56px;
        padding-right: 56px;
    }

    .home-specialty-slide {
        width: min(100%, 640px);
    }

    .home-specialty-nav {
        width: 50px;
        height: 50px;
    }

    .home-specialty-nav--prev {
        left: 4px;
    }

    .home-specialty-nav--next {
        right: 4px;
    }

    .home-team-swiper-wrap {
        padding-left: 48px;
        padding-right: 48px;
    }

    .home-team-nav {
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }

    .home-route-point {
        font-size: 16px;
    }

    .home-route-point--1 {
        left: 8%;
        top: 55%;
    }

    .home-route-point--2 {
        left: 28%;
        top: 34%;
    }

    .home-route-point--3 {
        left: 47%;
        top: 44%;
    }
}

@media screen and (max-width: 768px) {

    .home-overview-section {
        padding-top: 24px;
    }

    .home-specialty-section,
    .home-team-section,
    .home-case-section,
    .home-honor-section {
        padding-top: 56px;
    }

    .home-hero-section {
        padding-top: 0;
    }

    .home-hero-box {
        grid-template-columns: 1fr;
        border-radius: 0 0 18px 18px;
    }

    .home-hero-media {
        min-height: 240px;
    }

    .home-hero-form {
        padding: 22px 15px 26px;
        left: 0;
    }

    .hero-form-card {
        padding: 24px 18px 20px;
        border-radius: 18px;
    }

    .hero-form-card__title {
        margin-bottom: 18px;
        font-size: 20px;
    }

    .hero-book-form__item {
        height: 46px;
        padding-left: 28px;
    }

    .hero-book-form__item input,
    .hero-book-form__item select {
        height: 46px;
        font-size: 15px;
    }

    .hero-book-form__item--code {
        padding-right: 96px;
    }

    .hero-book-form__code-btn {
        width: 84px;
        font-size: 11px;
    }

    .hero-book-form__agree {
        margin-top: 18px;
        gap: 8px;
        font-size: 14px;
    }

    .hero-book-form__submit {
        height: 44px;
        margin-top: 18px;
        font-size: 18px;
    }

    .home-data-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .home-data-card {
        min-height: 132px;
        padding: 5px;
        border-radius: 22px;
    }

    .home-data-card strong {
        font-size: 28px;
    }

    .home-data-card strong span {
        font-size: 14px;
    }

    .home-data-card p {
        font-size: 12px;
        line-height: 1.7;
    }

    .home-route-banner {
        margin-top: 18px;
        border-radius: 18px;
    }

    .home-route-point {
        font-size: 12px;
        gap: 6px;
    }

    .home-route-point span {
        width: 10px;
        height: 10px;
        box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.18);
    }

    .home-stage-title{
        min-height: 60px;
    }

    .home-stage-title::before {
        top: -12px;
        font-size: 28px;
    }

    .home-stage-title span {
        margin-top: 25px;
    }

    .home-stage-title h2 {
        margin-top: 10px;
        font-size: 16px;
    }

    .home-stage-title p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.8;
    }

    .home-specialty-stage {
        display: block;
        margin-top: 32px;
    }

    .home-case-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 32px;
    }

    .home-specialty-swiper-wrap {
        width: 100%;
        padding: 0 0 82px;
    }

    .home-specialty-counter {
        right: 10px;
        top: -6px;
    }

    .home-specialty-counter__current {
        font-size: 26px;
    }

    .home-specialty-counter__total {
        top: 5px;
        font-size: 15px;
    }

    .home-specialty-card__media {
        height: 170px;
        border-radius: 24px;
    }

    .home-specialty-slide {
        width: 84%;
        opacity: 0.65;
        transform: scale(0.82);
    }

    .home-specialty-card__label {
        left: 16px;
        bottom: 16px;
        gap: 8px;
        font-size: 14px;
    }

    .home-specialty-card__icon {
        width: 28px;
        height: 28px;
        border-radius: 6px;
    }

    .home-specialty-card__icon::before {
        top: 4px;
        width: 8px;
        height: 8px;
        margin-left: -4px;
    }

    .home-specialty-card__icon::after {
        bottom: 3px;
        width: 13px;
        height: 9px;
        margin-left: -6.5px;
    }

    .home-specialty-card__body,
    .home-team-card,
    .home-case-card__body {
        padding-left: 16px;
        padding-right: 16px;
    }

    .home-team-swiper-wrap {
        margin-top: 32px;
        padding: 0 0 82px;
    }

    .home-team-nav {
        top: auto;
        bottom: 0;
        width: 48px;
        height: 48px;
        margin-top: 0;
    }

    .home-team-nav--prev {
        left: calc(50% - 58px);
    }

    .home-team-nav--next {
        right: calc(50% - 58px);
    }

    .home-specialty-card__body {
        padding-top: 18px;
    }

    .home-specialty-slide.swiper-slide-active .home-specialty-card__body {
        max-height: 320px;
        padding: 5px;
    }

    .home-specialty-card__body p {
        font-size: 12px;
        line-height: 1.85;
    }

    .home-specialty-card__btn {
        min-width: 136px;
        margin: 10px auto;
        height: 30px;
    }

    .home-specialty-nav {
        top: auto;
        bottom: 0;
        width: 48px;
        height: 48px;
    }

    .home-specialty-nav--prev {
        left: calc(50% - 58px);
    }

    .home-specialty-nav--next {
        right: calc(50% - 58px);
    }

    .home-team-card {
        padding-top: 24px;
        border-radius: 20px;
    }

    .home-team-card__avatar {
        width: 132px;
        height: 132px;
        margin-bottom: 18px;
    }

    .home-team-card h3 {
        font-size: 22px;
    }

    .home-honor-shelves {
        padding: 12px 0 0;
        background: none;
    }

    .home-honor-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        margin-bottom: 14px;
        padding-bottom: 75px;
    }

    .home-honor-item {
        padding: 15px;
        border-radius: 16px;
        box-shadow: 0 16px 30px rgba(72, 110, 118, 0.08);
    }
    .home-honor-row::after{
        height: 75px;
    }

    .home-specialty-card__media img{
        height: 100%;
    }

    .teams-list{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
