/* =========================
   Global section headings
========================= */
.section-heading {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.section-subtitle {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #c58a2b;
    margin-bottom: 12px;
}

.section-title-center,
.section-title-left {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 14px;
}

.section-intro {
    max-width: 760px;
    margin: 0 auto;
    color: #6b6b6b;
    font-size: 16px;
    line-height: 1.9;
}

/* =========================
   Hero banner
========================= */
.hero-banner {
    position: relative;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.64), rgba(0,0,0,0.34));
    z-index: 1;
}

.hero-content,
.hero-video-wrap {
    position: relative;
    z-index: 2;
}

.hero-subtitle {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 16px;
    opacity: 0.9;
}

.hero-title {
    font-size: 58px;
    line-height: 1.15;
    font-weight: 800;
    color: #fff;
    margin-bottom: 22px;
}

.hero-text {
    max-width: 680px;
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255,255,255,0.92);
    margin-bottom: 0;
}

.hero-actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hero-btn-primary,
.hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 26px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.hero-btn-primary {
    background: #c58a2b;
    color: #fff;
    box-shadow: 0 10px 25px rgba(197, 138, 43, 0.28);
}

.hero-btn-primary:hover {
    background: #ad741d;
    color: #fff;
    transform: translateY(-2px);
}

.hero-btn-secondary {
    background: rgba(255,255,255,0.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.35);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.hero-btn-secondary:hover {
    background: rgba(255,255,255,0.2);
    color: #fff;
    transform: translateY(-2px);
}

.hero-video-label {
    color: #fff;
    line-height: 1.6;
}

/* Banner 视频按钮：保留原结构，只改样式 */
/* 普通视频按钮 */
/* =========================
   主视频按钮
========================= */
.video_btn.video_btn-style1.small:not(.uk-map-point) {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;

    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;

    border: 1.5px solid rgba(255, 255, 255, 0.92);
    color: #ffffff;
    overflow: visible;

    transition: transform 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

/* 强制压小播放三角 */
.video_btn.video_btn-style1.small:not(.uk-map-point) i {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 10px !important;
    height: 10px !important;
    line-height: 1 !important;
    font-size: 10px !important;
    margin: 0 0 0 1px !important;
    color: #ffffff !important;
    flex: 0 0 auto;
}

/* 针对字体图标 */
.video_btn.video_btn-style1.small:not(.uk-map-point) i::before,
.video_btn.video_btn-style1.small:not(.uk-map-point) i:before {
    font-size: 10px !important;
    line-height: 1 !important;
    color: #ffffff !important;
    display: block !important;
}

/* 如果将来按钮里换成 svg，也一起控制 */
.video_btn.video_btn-style1.small:not(.uk-map-point) svg {
    width: 10px !important;
    height: 10px !important;
    fill: #ffffff !important;
    display: block;
    transform: translateX(1px);
}

/* 唯一光圈 */
.video_btn.video_btn-style1.small:not(.uk-map-point)::after {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 1px solid rgba(232, 214, 167, 0.42); /* 暖白金，比橙红更容易区分 */

    opacity: 0.38;
    pointer-events: none;
    animation: subtlePulse 2.8s ease-out infinite;
}

/* hover */
.video_btn.video_btn-style1.small:not(.uk-map-point):hover {
    transform: scale(1.05);
    border-color: #e8d6a7; /* 暖白金 */
    color: #e8d6a7 !important;
}

/* hover 时三角同步变色 */
.video_btn.video_btn-style1.small:not(.uk-map-point):hover i,
.video_btn.video_btn-style1.small:not(.uk-map-point):hover i::before,
.video_btn.video_btn-style1.small:not(.uk-map-point):hover i:before {
    color: #e8d6a7 !important;
}

.video_btn.video_btn-style1.small:not(.uk-map-point):hover svg {
    fill: #e8d6a7 !important;
}

/* hover 时光圈略增强 */
.video_btn.video_btn-style1.small:not(.uk-map-point):hover::after {
    border-color: rgba(232, 214, 167, 0.7);
    opacity: 0.55;
}

/* =========================
   地图点位按钮
========================= */
.uk-map-point.video_btn.video_btn-style1.small {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 6;

    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;

    border: 1px solid rgba(255, 255, 255, 0.92);
    overflow: visible;

    transition: transform 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

/* 地图点位里的小三角 */
.uk-map-point.video_btn.video_btn-style1.small i {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 6px !important;
    height: 6px !important;
    line-height: 1 !important;
    font-size: 6px !important;
    margin: 0 0 0 1px !important;
    color: #ffffff !important;
}

.uk-map-point.video_btn.video_btn-style1.small i::before,
.uk-map-point.video_btn.video_btn-style1.small i:before {
    font-size: 6px !important;
    line-height: 1 !important;
    color: #ffffff !important;
    display: block !important;
}

.uk-map-point.video_btn.video_btn-style1.small svg {
    width: 6px !important;
    height: 6px !important;
    fill: #ffffff !important;
    display: block;
    transform: translateX(0.5px);
}

/* 小光圈 */
.uk-map-point.video_btn.video_btn-style1.small::after {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: 1px solid rgba(232, 214, 167, 0.34);

    opacity: 0.28;
    pointer-events: none;
    animation: subtlePulse 3.2s ease-out infinite;
}

/* hover */
.uk-map-point.video_btn.video_btn-style1.small:hover,
.uk-map-point.video_btn.video_btn-style1.small:focus {
    transform: translate(-50%, -50%) scale(1.05);
    border-color: #e8d6a7;
}

.uk-map-point.video_btn.video_btn-style1.small:hover i,
.uk-map-point.video_btn.video_btn-style1.small:hover i::before,
.uk-map-point.video_btn.video_btn-style1.small:hover i:before,
.uk-map-point.video_btn.video_btn-style1.small:focus i,
.uk-map-point.video_btn.video_btn-style1.small:focus i::before,
.uk-map-point.video_btn.video_btn-style1.small:focus i:before {
    color: #e8d6a7 !important;
}

.uk-map-point.video_btn.video_btn-style1.small:hover svg,
.uk-map-point.video_btn.video_btn-style1.small:focus svg {
    fill: #e8d6a7 !important;
}

.uk-map-point.video_btn.video_btn-style1.small:hover::after,
.uk-map-point.video_btn.video_btn-style1.small:focus::after {
    border-color: rgba(232, 214, 167, 0.55);
    opacity: 0.45;
}

/* =========================
   呼吸动画
========================= */
@keyframes subtlePulse {
    0% {
        transform: scale(1);
        opacity: 0.38;
    }
    70% {
        transform: scale(1.09);
        opacity: 0;
    }
    100% {
        transform: scale(1.09);
        opacity: 0;
    }
}
/* =========================
   About section
========================= */
.about-section {
    padding: 90px 0;
    background: #fff;
}

/* 关键：清掉主题 about-block 可能自带的样式 */
.about-block.about-media-card {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 1px solid #ececec;
    border-radius: 16px;
    overflow: hidden !important;
    box-shadow: 0 16px 40px rgba(0,0,0,0.08);
    position: relative;
}

/* 关键：每一层都不要留空隙 */
.about-block.about-media-card .story-video,
.about-block.about-media-card .story-video a.video {
    display: block;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: transparent !important;
    line-height: 0 !important; /* 防止图片旁边/底部细白边 */
}

/* 关键：图片完全铺满 */
.about-block.about-media-card .story-video a.video img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    transform: scale(1.002); /* 防止右侧/边缘出现 1px 白缝 */
}

/* 视频按钮：保持你现有逻辑 */
.about-block.about-media-card .story-video a.video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 0 rgba(197, 138, 43, 0.45);
    animation: playPulse 2s infinite;
    z-index: 3;
    pointer-events: none;
}

.about-block.about-media-card .story-video a.video .play-btn::before {
    content: "";
    position: absolute;
    left: 34px;
    top: 28px;
    width: 0;
    height: 0;
    border-left: 20px solid #ffffff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.about-block.about-media-card .story-video a.video:hover .play-btn {
    transform: translate(-50%, -50%) scale(1.08);
    border-color: #c58a2b;
}

.about-block.about-media-card .story-video a.video:hover .play-btn::before {
    border-left-color: #c58a2b;
}

@keyframes playPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(197, 138, 43, 0.45);
    }
    70% {
        box-shadow: 0 0 0 18px rgba(197, 138, 43, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(197, 138, 43, 0);
    }
}

.about-content {
    padding-left: 70px;
}

.about-lead {
    font-size: 17px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 28px;
}

.about-feature-box {
    padding: 0 0 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ececec;
}

.about-feature-box:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.about-feature-box h5 {
    font-size: 21px;
    font-weight: 600;
    color: #1f1f1f;
    margin-bottom: 10px;
}

.about-feature-box p {
    color: #666;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 0;
}

/* =========================
   Services highlight section
========================= */
.services-highlight-section {
    padding: 90px 0;
    background: #faf8f4;
}

.service-highlight-wrap {
    margin-top: 50px;
}

.service-highlight-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 26px;
    margin-bottom: 24px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}

.service-highlight-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(0,0,0,0.08);
}

.service-highlight-label {
    font-size: 28px;
    font-weight: 700;
    color: #c58a2b;
    text-align: center;
}

.service-highlight-image {
    border-radius: 14px;
    overflow: hidden;
}

.service-highlight-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.service-highlight-content h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1f1f1f;
}

.service-highlight-content p {
    margin-bottom: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.9;
}

/* =========================
   Counter section
========================= */
.counter-section {
    padding: 90px 0;
    background: #fff;
}

.counter-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 38px 25px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.04);
    height: 100%;
    transition: all 0.3s ease;
}

.counter-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 30px rgba(0,0,0,0.08);
}

.counter-card h4 {
    font-size: 48px;
    font-weight: 800;
    color: #c58a2b;
    margin-bottom: 14px;
}

.counter-divider {
    width: 48px;
    height: 2px;
    background: #c58a2b;
    margin: 0 auto 14px;
}

.counter-card h5 {
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    color: #1f1f1f;
}

.counter-card p {
    margin-bottom: 0;
    color: #666;
    font-size: 15px;
}

/* =========================
   Testimonials
========================= */
.testimonial-section {
    padding: 90px 0;
    background: #fafafa;
}

.testimonial-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 34px 28px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
    margin: 10px;
    height: 100%;
}

.testimonial-quote {
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
    background: rgba(197, 138, 43, 0.10);
    color: #c58a2b;
    font-size: 20px;
    margin: 0 auto 18px;
}

.testimonial-avatar {
    width: 82px;
    height: 82px;
    margin: 0 auto 18px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-card .rating {
    padding: 0;
    margin: 0 0 18px;
    list-style: none;
}

.testimonial-card .rating li {
    display: inline-block;
    color: #f5b301;
    margin: 0 2px;
}

.testimonial-card p {
    font-size: 15px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 18px;
}

.testimonial-card h5 {
    font-size: 20px;
    font-weight: 600;
    color: #c58a2b;
    margin-bottom: 4px;
}

.testimonial-card div {
    font-size: 14px;
    color: #777;
}

/* =========================
   Partners
========================= */
.partner-section {
    padding: 90px 0;
    background: #fff;
}

.partner-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 20px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}

.partner-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.08);
}

.partner-logo {
    max-width: 180px;
    width: 100%;
    opacity: 0.78;
    transition: all 0.3s ease;
}

.partner-card:hover .partner-logo {
    opacity: 1;
    transform: scale(1.03);
}

/* =========================
   Responsive
========================= */
@media screen and (max-width: 1199px) {
    .hero-title {
        font-size: 50px;
    }

    .about-content {
        padding-left: 40px;
    }
}

@media screen and (max-width: 991px) {
    .hero-title {
        font-size: 42px;
    }

    .hero-text {
        font-size: 16px;
        line-height: 1.8;
    }

    .section-title-center,
    .section-title-left {
        font-size: 34px;
    }

    .about-content {
        padding-left: 0;
        margin-top: 10px;
    }

    .service-highlight-label {
        text-align: left;
        margin-bottom: 18px;
        font-size: 24px;
    }

    .service-highlight-image {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .hero-title {
        font-size: 32px;
    }

    .hero-text {
        font-size: 15px;
        line-height: 1.8;
    }

    .hero-actions {
        gap: 10px;
    }

    .hero-btn-primary,
    .hero-btn-secondary {
        min-height: 48px;
        padding: 0 18px;
        font-size: 14px;
    }

    .video_btn.video_btn-style1.small {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .video_btn.video_btn-style1.small i {
        font-size: 18px;
        line-height: 70px;
    }

    .section-title-center,
    .section-title-left {
        font-size: 28px;
    }

    .section-intro {
        font-size: 15px;
        line-height: 1.8;
    }

    .about-section,
    .services-highlight-section,
    .counter-section,
    .testimonial-section,
    .partner-section {
        padding: 70px 0;
    }

    .about-block .story-video a.video .play-btn {
        width: 72px;
        height: 72px;
    }

    .about-block .story-video a.video .play-btn::before {
        left: 29px;
        top: 24px;
        border-left: 18px solid #ffffff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .service-highlight-card {
        padding: 20px;
    }

    .service-highlight-content h4 {
        font-size: 24px;
    }

    .counter-card h4 {
        font-size: 40px;
    }

    .partner-card {
        min-height: 140px;
    }
}

