/* =========================================================
    PC端导航栏 (hksstc-header-module)
========================================================= */
@media (max-width: 1400px) {
    html[lang="en"] .hksstc-header-module .nav {
        gap: 20px;
    }
}
@media (max-width: 1310px) {

    /* ===== 关键修复：header-inner flex 布局 ===== */
    .hksstc-header-module .header-inner {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0 16px;
    }

    /* 隐藏桌面导航 */
    .hksstc-header-module .nav {
        display: none !important;
    }

    /* 隐藏桌面语言和社交 */
    .hksstc-header-module .header-right .lang-switch {
        display: none !important;
    }

    .hksstc-header-module .header-right .social-icons {
        display: none !important;
    }

    /* 显示汉堡菜单 */
    .hksstc-header-module .hamburger-btn {
        display: flex !important;
    }

    /* 调整头部 */
    .hksstc-header-module .header-right {
        float: none;
        height: 64px;
        gap: 10px;
        padding-right: 0;
    }

    .hksstc-header-module .logo {
        padding: 10px 0;
    }

    .hksstc-header-module .logo img {
        max-height: 40px;
    }

    /* 语言下拉微调 */
    .hksstc-header-module .lang-current {
        font-size: 14px;
        min-width: 70px;
        padding: 5px 10px;
        border-radius: 8px;
    }

    .hksstc-header-module .lang-dropdown {
        top: 40px;
        min-width: 90px;
    }

    .hksstc-header-module .lang-dropdown a {
        font-size: 14px;
        padding: 6px 16px;
    }

    .hksstc-header-module .social-circle {
        width: 32px;
        height: 32px;
    }

    .hksstc-header-module .social-circle img {
        width: 20px;
        height: 20px;
    }
}

/* =========================================================
    ===== 768px 以上隐藏移动端 =====
========================================================= */
@media (min-width: 1310px) {

    .hksstc-header-module .mobile-menu,
    .hksstc-header-module .mobile-overlay {
        display: none !important;
    }
}

@media (max-width: 1700px) {
    .hksstc-slides-module .slides .item{
        background-position: right -240px bottom 0;
    }
}

/* =========================================================
    通用容器
========================================================= */
@media (max-width: 1024px) {
    .container {
        width: 100%;
        padding: 0 16px;
    }

    .container-layout {
        padding: 0 16px;
    }
}

/* =========================================================
    PC端导航栏 (hksstc-header-module)
========================================================= */
@media (max-width: 1024px) {

    /* header-inner flex 布局 */
    .hksstc-header-module .header-inner {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0 16px;
        height: 120px;
    }

    /* 隐藏桌面导航 */
    .hksstc-header-module .nav {
        display: none !important;
    }

    /* 隐藏桌面语言和社交 */
    .hksstc-header-module .header-right .lang-switch {
        display: none !important;
    }

    .hksstc-header-module .header-right .social-icons {
        display: none !important;
    }

    /* 显示汉堡菜单 */
    .hksstc-header-module .hamburger-btn {
        display: flex !important;
    }

    /* 调整头部 */
    .hksstc-header-module .header-right {
        float: none;
        height: 64px;
        gap: 10px;
        padding-right: 0;
    }

    .hksstc-header-module .logo {
        padding: 10px 0;
    }

    .hksstc-header-module .logo img {
        max-height: 40px;
    }

    /* 语言下拉微调 */
    .hksstc-header-module .lang-current {
        font-size: 14px;
        min-width: 70px;
        padding: 5px 10px;
        border-radius: 8px;
    }

    .hksstc-header-module .lang-dropdown {
        top: 40px;
        min-width: 90px;
    }

    .hksstc-header-module .lang-dropdown a {
        font-size: 14px;
        padding: 6px 16px;
    }

    .hksstc-header-module .social-circle {
        width: 32px;
        height: 32px;
    }

    .hksstc-header-module .social-circle img {
        width: 20px;
        height: 20px;
    }
}

/* =========================================================
    轮播广告 (hksstc-slides-module)
========================================================= */
@media (max-width: 1024px) {
    .hksstc-slides-module .slides .item {
        height: auto;
        background-color: #fbfbf9;
    }
    .hksstc-slides-module .slides .item .item-text .item-width,
    html[lang="en"] .hksstc-slides-module .slides .item .item-text .item-width{
        width: 100%;
    }
    .hksstc-slides-module .slides .item img,
    html[lang="en"] .hksstc-slides-module .slides .item img{
        width: 100%;
        min-height: auto;
    }
    .hksstc-slides-module .slides .item .item-text {
        position: relative;
        top: 0;
        justify-content: flex-start;
        padding: 30px 0;
    }

    .hksstc-slides-module .slides .item .item-text h1 {
        font-size: 50px;
        letter-spacing: normal;
    }

    .hksstc-slides-module .slides .item .item-text h2 {
        font-size: 38px;
        letter-spacing: normal;
    }

    .hksstc-slides-module .slides .item .item-text h3:first-of-type,
    .hksstc-slides-module .slides .item .item-text h3:last-of-type {
        font-size: 38px;
        letter-spacing: normal;
    }

    .hksstc-slides-module .slides .item .item-text p {
        font-size: 18px;
        font-weight: 400;
    }
}

/* =========================================================
    公司简介模组 (hksstc-about-module)
========================================================= */
@media (max-width: 1024px) {
    .hksstc-about-module .about-bg-wrapper {
        padding: 80px 0 0;
        background: linear-gradient(to bottom, #e5f3ff 0%, #e5f3ff 87%, #ffffff 13%, #ffffff 100%);
    }

    .hksstc-about-module .main-title {
        font-size: 38px;
    }

    .hksstc-about-module .content-text {
        font-size: 18px;
        margin: 24px 0;
        line-height: 1.3;
        text-align: left;
        text-align-last: left;
        padding: 0 16px;
    }

    .hksstc-about-module .video-wrapper {
        width: calc(100% - 32px);
        height: auto;
        aspect-ratio: 16 / 9;
        border-radius: 20px;
    }
}

/* =========================================================
    医疗服务项目模组 (hksstc-services-module)
========================================================= */
@media (max-width: 1024px) {
    .hksstc-services-module .container {
        padding: 80px 16px 0;
    }

    .hksstc-services-module h1 {
        font-size: 45px;
        letter-spacing: normal;
    }

    .hksstc-services-module h2 {
        font-size: 38px;
    }

    .hksstc-services-module h2 b {
        font-size: 38px;
        color: #e65c4d;
        font-weight: 700;
    }

    .hksstc-services-module .section-header p {
        font-size: 18px;
        padding: 30px 0;
        line-height: 1.6;
        text-align: left;
    }

    .hksstc-services-module .grid-wrapper-flex {
        gap: 16px;
        padding: 0 0;
    }

    .hksstc-services-module .grid-wrapper-flex .card {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 16px;
        min-height: 300px;
        border-radius: 20px;
    }

    .hksstc-services-module .card-title {
        font-size: 45px;
    }

    .hksstc-services-module .card-number {
        font-size: 60px;
    }

    .hksstc-services-module .card-wrapper {
        padding: 16px;
    }

    .hksstc-services-module .card-row {
        gap: 20px;
    }

    .hksstc-services-module .card-body {
        padding: 18px 18px;
    }
}

/* =========================================================
    治痛之根本理念模组 (hksstc-philosophy-module)
========================================================= */
@media (max-width: 1024px) {
    .hksstc-philosophy-module {
        padding: 80px 0 0;
    }

    .hksstc-philosophy-module .container {
        padding: 80px 16px 40px;
    }

    .hksstc-philosophy-module h1,
    .hksstc-philosophy-module h2 {
        font-size: 38px;
        text-align: left;
    }

    .hksstc-philosophy-module ul {
        margin: 30px 0 0;
    }

    .hksstc-philosophy-module li {
        font-size: 18px;
        margin-top: 14px;
        align-items: center;
    }

    .hksstc-philosophy-module li:before {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
}

/* =========================================================
    我们的疗法模组 (hksstc-therapy-module)
========================================================= */
@media (max-width: 1024px) {
    .hksstc-therapy-module .container {
        padding: 80px 16px 40px;
    }

    .hksstc-therapy-module h1 {
        font-size: 45px;
    }

    .hksstc-therapy-module p {
        font-size: 26px;
        padding: 20px 0 30px;
    }

    .hksstc-therapy-module .list-group {
        gap: 18px;
    }

    .hksstc-therapy-module .sketch-wrapper {
        min-width: auto;
        height: 60px;
        padding: 0 40px;
        margin-right: 0;
    }

    .hksstc-therapy-module .sketch-text {
        font-size: 25px;
    }

    .hksstc-therapy-module .description {
        font-size: 18px;
        width: calc(100% - 180px);
    }
}

/* =========================================================
    疗法配方循环轮播模组 (hksstc-therapy-carousel-module)
========================================================= */
@media (max-width: 1024px) {
    .hksstc-therapy-carousel-module {
        padding: 0 16px 80px;
        background: linear-gradient(to bottom, #e5f3ff 0%, #e5f3ff 330px, #ffffff 330px, #ffffff 100%);
    }
    html[lang="cn"]  .hksstc-therapy-carousel-module {
        background: linear-gradient(to bottom, #e5f3ff 0%, #e5f3ff 331px, #ffffff 331px, #ffffff 100%);
    }
    html[lang="en"]  .hksstc-therapy-carousel-module {
        background: linear-gradient(to bottom, #e5f3ff 0%, #e5f3ff 395px, #ffffff 395px, #ffffff 100%);
    }

    .hksstc-therapy-carousel-module h2 {
        font-size: 45px;
        margin-bottom: 24px;
    }

    .hksstc-therapy-carousel-module .card {
        flex: 0 0 100%;
    }

    .hksstc-therapy-carousel-module .card-title {
        font-size: 32px;
    }

    .hksstc-therapy-carousel-module .card-desc {
        font-size: 16px;
    }

    .hksstc-therapy-carousel-module .card-content {
        padding: 18px 20px 22px;
    }



    .hksstc-therapy-carousel-module .prev-btn {
        left: -28px;
    }

    .hksstc-therapy-carousel-module .next-btn {
        right: -28px;
    }

    .hksstc-therapy-carousel-module .dots-container {
        margin-top: 20px;
        gap: 10px;
    }
}

/* =========================================================
    痛症的真正根源模组 (hksstc-root-cause-module)
========================================================= */
@media (max-width: 1024px) {
    .hksstc-root-cause-module .root-cause-wrapper {
        padding: 80px 0;
        background-image: var(--mimg, var(--pimg)) !important;
    }

    .hksstc-root-cause-module h1 {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .hksstc-root-cause-module h2 {
        font-size: 18px;
    }

    .hksstc-root-cause-module ul {
        margin: 24px 0;
    }

    .hksstc-root-cause-module li {
        font-size: 18px;
    }

    .hksstc-root-cause-module li:before {
        width: 30px;
        height: 30px;
        font-size: 18px;
        margin-right: 12px;
    }

    .hksstc-root-cause-module p {
        font-size: 18px;
    }
}

/* =========================================================
    治疗师团队轮播模组 (hksstc-therapist-module)
========================================================= */
@media (max-width: 1024px) {
    .hksstc-therapist-module .container {
        padding: 80px 32px 0;
    }

    .hksstc-therapist-module h1 {
        font-size: 38px;
        margin-bottom: 24px;
    }

    .hksstc-therapist-module h1 span {
        font-size: 38px;
        margin-bottom: 24px;
    }

    .hksstc-therapist-module .therapist-card {
        width: 100%;
    }

    .hksstc-therapist-module .therapist-name {
        font-size: 28px;
    }

    .hksstc-therapist-module .therapist-qualifications {
        font-size: 22px;
        padding-left: 16px;
        padding-right: 10px;
    }



    .hksstc-therapist-module .prev-btn {
        left: -28px;
    }

    .hksstc-therapist-module .next-btn {
        right: -28px;
    }

    .hksstc-therapist-module .indicators {
        margin-top: 20px;
        gap: 10px;
    }
}

/* =========================================================
    我们的客户模组 (hksstc-clients-module)
========================================================= */
@media (max-width: 1024px) {
    .hksstc-clients-module .clients-wrapper {
        padding: 80px 0 0;
    }

    .hksstc-clients-module h1 {
        font-size: 45px;
    }

    .hksstc-clients-module p {
        font-size: 18px;
    }

    .hksstc-clients-module .logo-wrapper {
        margin-top: 24px;
    }

    .hksstc-clients-module .logo-wrapper img {
        max-width: 90%;
    }
}

/* =========================================================
    媒体报导循环轮播模组 (hksstc-media-carousel-module)
========================================================= */
@media (max-width: 1024px) {
    .hksstc-media-carousel-module {
        padding: 80px 0 0;
    }

    .hksstc-media-carousel-module .carousel-wrapper {
        padding: 60px 32px 80px;
    }

    .hksstc-media-carousel-module .card {
        flex: 0 0 100%;
        border-width: 8px;
    }

    .hksstc-media-carousel-module .card-image-box {
        height: 200px;
    }

    .hksstc-media-carousel-module .card-title {
        font-size: 20px;
    }

    .hksstc-media-carousel-module .card-desc {
        font-size: 16px;
    }

    .hksstc-media-carousel-module .card-content {
        padding: 16px 14px;
    }


    .hksstc-media-carousel-module .prev-btn {
        left: 0;
    }

    .hksstc-media-carousel-module .next-btn {
        right: 0;
    }


    .hksstc-media-carousel-module .slider-btn {
        width: 26px;
        height: 26px;
        font-size: 14px;
    }

    .hksstc-media-carousel-module .pagination {
        margin-top: 16px;
    }

    .hksstc-media-carousel-module.youtubennews .card {
        border-radius: 0;
        border: 0;
        box-shadow: none;
    }

    .hksstc-media-carousel-module.youtubennews .carousel-wrapper {
        padding: 60px 16px 80px;
    }

    .hksstc-media-carousel-module.youtubennews .card .card-title {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .hksstc-media-carousel-module.youtubennews .card .card-desc {
        font-size: 26px;
    }

    .hksstc-media-carousel-module .card:hover {
        background: none;
        transform: none;
        box-shadow: none;
    }

    .hksstc-media-carousel-module .card:hover .card-title {
        color: #0089ff;
    }

    .hksstc-media-carousel-module .card:hover .card-desc {
        color: #2f2f2f;
    }
}

/* =========================================================
    客户评价轮播模组 (hksstc-review-module)
========================================================= */
@media (max-width: 1024px) {
    .hksstc-review-module{
        background-image: var(--mimg, var(--pimg)) !important;
    }
    .hksstc-review-module .carousel-wrapper {
        padding: 80px 16px;
    }

    .hksstc-review-module .section-header h1 {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .hksstc-review-module .section-header h2 {
        font-size: 20px;
    }

    .hksstc-review-module .section-header h2 span {
        font-size: 20px;
    }

    .hksstc-review-module .review-card {
        flex: 0 0 100%;
        min-height: 200px;
        padding: 16px 18px;
    }

    .hksstc-review-module .review-text {
        font-size: 20px;
    }

    .hksstc-review-module .quote-icon {
        font-size: 66px;
        margin-left: -16px;
    }

    .hksstc-review-module .card-top {
        gap: 8px;
    }

    .hksstc-review-module .info-section {
        padding-top: 12px;
        margin-top: 10px;
        gap: 4px;
    }

    .hksstc-review-module .stars {
        font-size: 22px;
    }

    .hksstc-review-module .pagination {
        margin-top: 20px;
        gap: 8px;
    }

    .hksstc-review-module .carousel-track {
        gap: 16px;
    }

    .hksstc-review-module .user-name {
        font-size: 22px;
    }

    .hksstc-review-module .user-role {
        font-size: 18px;
    }
}

/* =========================================================
    联络我们模组 (hksstc-contact-module)
========================================================= */
@media (max-width: 1024px) {
    .hksstc-contact-module .contact-section {
        padding: 80px 0 40px;
    }

    .hksstc-contact-module .contact-grid {
        gap: 60px;
        grid-template-columns: 1fr;
    }

    .hksstc-contact-module .form-row {
        gap: 0;
        grid-template-columns: 1fr;
    }

    .hksstc-contact-module .contact-title {
        font-size: 38px;
        margin-bottom: 16px;
    }

    .hksstc-contact-module .contact-info {
        font-size: 18px;
    }

    .hksstc-contact-module .info-row {
        gap: 10px;
        margin-bottom: 18px;
    }

    .hksstc-contact-module .map {
        height: 280px;
        margin-top: 20px;
    }

    .hksstc-contact-module .contact-note {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .hksstc-contact-module .form-group label {
        font-size: 15px;
    }

    .hksstc-contact-module input,
    .hksstc-contact-module textarea {
        font-size: 15px;
        border-radius: 8px;
    }

    .hksstc-contact-module textarea {
        min-height: 120px;
    }

    .hksstc-contact-module .submit-btn {
        font-size: 18px;
        border-radius: 8px;
    }

    .hksstc-contact-module .copyright {
        font-size: 12px;
    }
}

/* =========================================================
    产品模组 (hksstc-product-module)
========================================================= */
@media (max-width: 1024px) {
    .hksstc-product-module .products {
        padding: 80px 0;
    }

    .hksstc-product-module .product-grid {
        gap: 60px;
        grid-template-columns: 1fr;
    }

    .hksstc-product-module h1 {
        font-size: 38px;
    }

    .hksstc-product-module .product-content {
        padding: 24px 18px;
        font-size: 18px;
    }

    .hksstc-product-module .product-content h2 {
        font-size: 26px;
    }

    .hksstc-product-module .product-content ol,
    .hksstc-product-module .product-content ul {
        font-size: 18px;
        padding-left: 14px;
    }

    .hksstc-product-module .product-content li {
        margin-bottom: 6px;
    }

    .hksstc-product-module .toggle-dot {
        width: 50px;
        height: 50px;
        bottom: 16px;
        right: 16px;
    }
}

/* =========================================================
    课程及消息模组 (hksstc-course-module)
========================================================= */
@media (max-width: 1024px) {
    /* ===== 摺疊面板容器 ===== */
    .hksstc-course-module .accordion-container {
        display: flex;
        flex-direction: column;
        gap: 12px;
        border: 1px solid #f1f1f2;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
    }

    /* ===== 每個摺疊項 ===== */
    .hksstc-course-module .accordion-item {
        background: #fff;
        overflow: hidden;
    }

    /* ===== 標題頭（可點擊） ===== */
    .hksstc-course-module .accordion-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 14px 20px 28px;
        cursor: pointer;
        transition: all 0.3s ease;
        user-select: none;
    }

    .hksstc-course-module .accordion-title {
        display: grid;
        align-items: center;
        gap: 16px;
        flex: 1;
    }

    .hksstc-course-module .accordion-text {
        font-size: 18px;
        font-weight: 600;
        color: #2f2f2f;
        transition: color 0.3s ease;
    }

    .hksstc-course-module .accordion-line {
        height: 2px;
        background: #f1f1f2;
        margin: 0 14px;
    }

    .hksstc-course-module .accordion-line:last-child {
        display: none;
    }

    .hksstc-course-module .accordion-item.active .accordion-text {
        color: #0089ff;
    }

    /* ===== 圖標（箭頭） ===== */
    .hksstc-course-module .accordion-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        color: #0089ff;
        transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
        flex-shrink: 0;
    }

    .hksstc-course-module .accordion-icon svg {
        transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    }

    .hksstc-course-module .accordion-item.active .accordion-icon svg {
        transform: rotate(180deg);
    }

    .hksstc-course-module .accordion-item.active .accordion-icon svg polyline {
        stroke: #0089ff;
    }

    /* ===== 內容主體（可摺疊） ===== */
    .hksstc-course-module .accordion-body {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    }

    .hksstc-course-module .accordion-item.active .accordion-body {
        max-height: 2000px;
    }

    /* ===== 內容文字 ===== */
    .hksstc-course-module .accordion-inner{
        padding: 30px 0;
    }
    .hksstc-course-module .courses-wrapper {
        padding: 80px 0;
    }

    .hksstc-course-module .courses-grid {
        gap: 24px;
    }

    .hksstc-course-module .sidebar-item {
        padding: 10px 14px;
        font-size: 13px;
    }

    .hksstc-course-module .card-content {
        font-size: 16px;
        line-height: 1.6;
        padding: 14px;
    }

    .hksstc-course-module .card-content h1 {
        font-size: 38px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .hksstc-course-module .card-content h2 {
        font-size: 26px;
    }

    .hksstc-course-module .card-content h3 {
        font-size: 18px;
    }

    .hksstc-course-module .card-content h1.card-title {
        margin-bottom: 30px;
    }

    .hksstc-course-module .slider-btn {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }

    .hksstc-course-module .slider-prev {
        left: 8px;
    }

    .hksstc-course-module .slider-next {
        right: 8px;
    }

    .hksstc-course-module .slider-dot {
        width: 8px;
        height: 8px;
    }
}

/* =========================================================
    运动治疗及媒体活动模组 (hksstc-media-module)
========================================================= */
@media (max-width: 1024px) {
    .hksstc-media-module .container {
        padding: 80px 0;
    }

    .hksstc-media-module .media-list {
        gap: 24px;
    }

    .hksstc-media-module .media-card {
        border-radius: 18px;
        padding: 12px;
    }

    .hksstc-media-module .card-image {
        height: 200px;
        border-radius: 14px;
    }

    .hksstc-media-module .card-title {
        font-size: 22px;
        margin-bottom: 14px;
    }

    .hksstc-media-module .card-desc {
        font-size: 15px;
    }

    .hksstc-media-module .card-content {
        padding: 12px 10px 4px;
    }

    .hksstc-media-module .btn-load-more {
        font-size: 18px;
        padding: 6px 20px;
        border-radius: 30px;
    }

    .hksstc-media-module .load-more-container {
        margin-top: 60px;
    }

    .hksstc-media-module .slider-btn {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }

    .hksstc-media-module .slider-dot {
        width: 6px;
        height: 6px;
    }
}

/* =========================================================
    网上登记表单模组 (hksstc-booking-module)
========================================================= */
@media (max-width: 1024px) {
    .hksstc-booking-module .form-section {
        padding: 80px 0;
    }

    .hksstc-booking-module .form-section h3 {
        font-size: 38px;
        margin-bottom: 24px;
        text-align: left;
    }
    .hksstc-booking-module .form-row{
        display: grid;
    }

    .hksstc-booking-module .form-group label {
        font-size: 15px;
    }

    .hksstc-booking-module .form-group input,
    .hksstc-booking-module .form-group select,
    .hksstc-booking-module .form-group textarea {
        font-size: 20px;
        border-radius: 20px;
    }

    .hksstc-booking-module .form-group textarea {
        min-height: 150px;
    }

    .hksstc-booking-module .form-note {
        font-size: 15px;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .hksstc-booking-module .btn-submit {
        font-size: 18px;
        padding: 8px 40px;
        border-radius: 6px;
    }
}

/* =========================================================
    介绍信息模组 (hksstc-content-module)
========================================================= */
@media (max-width: 1024px) {
    .hksstc-content-module {
        padding: 80px 0;
        font-size: 26px;
    }

    .hksstc-content-module h1 {
        font-size: 45px;
    }

    .hksstc-content-module h2 {
        font-size: 38px;
    }

    .hksstc-content-module li {
        font-size: 26px;
        align-items: center;
    }

    .hksstc-content-module li:before {
        width: 28px;
        height: 28px;
        font-size: 18px;
        margin-right: 12px;
    }
}

/* =========================================================
    底部图库模组 (hksstc-gallery-module)
========================================================= */
@media (max-width: 1024px) {
    .hksstc-gallery-module .bottom-gallery {
        display: grid;
    }

    .hksstc-gallery-module .gallery-item {
        flex: 0 0 50%;
    }

    .hksstc-gallery-module .gallery-caption {
        font-size: 14px;
        padding: 20px 0;
    }
}

/* =========================================================
    医疗团队介绍模组 (hksstc-team-module)
========================================================= */
@media (max-width: 1024px) {
    .hksstc-team-module .container {
        padding: 80px 16px;
    }

    .hksstc-team-module .team-card {
        padding: 16px;
        margin-bottom: 100px;
        border-radius: 12px;
        display: grid;
    }

    .hksstc-team-module .team-avatar {
        width: 100%;
        height: 100%;
        border-radius: 12px;
        margin: 0;
        padding-bottom: 30px;
    }

    .hksstc-team-module .team-name {
        font-size: 38px;
        margin-bottom: 8px;
    }

    .hksstc-team-module ul {
        font-size: 26px;
        padding-left: 14px;
        margin-left: 8px;
    }

    .hksstc-team-module ul li {
        font-size: 26px;
    }

    .hksstc-team-module .team-description {
        font-size: 18px;
    }

    .hksstc-team-module .team-description-wrapper.collapsed {
        max-height: 200px;
    }

    .hksstc-team-module .toggle-btn {
        width: 50px;
        height: 50px;
        bottom: -50px;
        right: 16px;
    }
}

/* =============================================
       模块: 融合组合按钮 (圆形+长方形 无缝一体)
       命名空间: .fusion-module
       ============================================= */
 @media (max-width: 1024px) {
.fusion-module {
    position: fixed;
    bottom: 50px;
    right: 30px;
}
}
