/* Hero Section */
.activity-hero {
    position: relative;
    min-height: clamp(600px, 52vw, 765px);
    background: linear-gradient(135deg, #e8e8e8 0%, #d0d0d0 50%, #c5c5c5 100%);
    overflow: hidden;
}

.activity-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url('https://picsum.photos/1920/765?1'); */
    background-size: cover;
    background-position: center;

}

.activity-hero-container {
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin: 0 auto;
    padding: clamp(60px, 5vw, 80px) clamp(30px, 3vw, 40px);
    min-height: clamp(600px, 52vw, 765px);
    /* display: flex;
    align-items: center; */
}

.activity-hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: clamp(40px, 4vw, 60px);
}

/* Left Content */
.activity-hero-left {
    flex: 0 0 45%;
    margin-left: 7%;
    /* max-width: clamp(450px, 38vw, 550px); */
    margin-top: 0%;
}

.activity-hero-title {
    font-size: clamp(48px, 4.6vw, 60px);
    font-weight: 500;
    color: #fff;
    line-height: 1.1;
    margin-bottom: clamp(18px, 1.7vw, 24px);
}

.activity-hero-subtitle {
    font-size: clamp(16px, 1.4vw, 20px);
    color: #fff;
    line-height: 1.6;
    margin-bottom: clamp(24px, 2.2vw, 32px);
    max-width: clamp(350px, 29vw, 420px);
}

.activity-hero-cta {
    display: inline-flex;
    background: #2C61AD;
    color: #fff;
    font-size: clamp(16px, 1.25vw, 18px);
    font-weight: 600;
    width: clamp(240px, 19.5vw, 280px);
    height: clamp(40px, 3.3vw, 47px);
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    margin-bottom: 24%;
    justify-content: center;
    align-items: center;
}

.activity-hero-cta:hover {
    background: #1e4a8a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44, 97, 173, 0.3);
    text-decoration: none !important;
}


/* Trust Badge */
.activity-trust-badge {
    display: flex;
    align-items: center;
    gap: clamp(12px, 1.1vw, 16px);
}

.activity-stars {
    display: flex;
    gap: 4px;
}

.activity-star {
    color: #ffc107;
    font-size: clamp(13px, 1vw, 16px);
}

.activity-trust-text {
    font-size: clamp(13px, 19vw, 16px);
    color: #fff;
}

.activity-trustpilot {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: clamp(11px, 0.9vw, 13px);
    color: #00b67a;
    font-weight: 600;
}

.activity-trustpilot-icon {
    width: clamp(16px, 1.25vw, 18px);
    height: clamp(16px, 1.25vw, 18px);
    background: #00b67a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.activity-trustpilot-icon i {
    color: #fff;
    font-size: clamp(8px, 0.7vw, 10px);
}

/* Badge Positions */
.activity-badge-crown {
    width: clamp(120px, 10.9vw, 140px);
    top: 0;
    left: 10%;
}

.activity-badge-fire {
    width: clamp(140px, 12.5vw, 160px);
    top: 5%;
    left: 45%;
}

.activity-badge-diamond-crown {
    width: clamp(100px, 9.4vw, 120px);
    top: 0;
    right: 5%;
}

.activity-badge-eagle {
    width: clamp(160px, 15.6vw, 200px);
    bottom: 15%;
    left: 20%;
}

.activity-badge-skull {
    width: clamp(150px, 14vw, 180px);
    bottom: 10%;
    right: 0;
}


/* Features Bar */
.activity-features-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: clamp(16px, 1.4vw, 20px) 0;
    z-index: 10;
}

.activity-features-container {
    max-width: min(1400px, 90vw);
    margin: 0 auto;
    padding: 0 clamp(30px, 3vw, 40px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.activity-feature-item {
    display: flex;
    align-items: center;
    gap: clamp(10px, 0.8vw, 12px);
}

.activity-feature-icon {
    width: clamp(32px, 2.5vw, 36px);
    height: clamp(32px, 2.5vw, 36px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.activity-feature-icon > svg > path {
    fill: #fff;
}

.activity-feature-text {
    font-size: clamp(16px, 1.4vw, 20px);
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}


/* Reviews Section */
.index-reviews {
    padding: clamp(60px, 6vw, 100px) 0;
    background: #fff;
}

.index-reviews-container {
    max-width: min(1400px, 90vw);
    margin: 0 auto;
}

.index-reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: clamp(30px, 2.8vw, 40px);
}

.index-reviews-header-left {
    display: flex;
    align-items: center;
    gap: clamp(16px, 1.4vw, 20px);
}

.index-reviews-title {
    font-size: clamp(28px, 2.5vw, 36px);
    font-weight: 700;
    color: #282828;
}

.index-reviews-rating {
    display: flex;
    align-items: center;
    gap: 10px;
}

.index-reviews-score {
    font-size: clamp(28px, 2.5vw, 36px);
    font-weight: 800;
    color: #ebaf1d;
}

.index-reviews-count {
    font-size: clamp(18px, 1.6vw, 22px);
    font-weight: 600;
    color: #282828;
    margin-top: 10px;
}

.index-reviews-write-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(130px, 10.3vw, 148px);
    height: clamp(32px, 2.5vw, 36px);
    font-size: clamp(16px, 1.25vw, 18px);
    font-weight: 700;
    color: #fff;
    background: #ebaf1d;
    text-decoration: none;
    border-radius: 7.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.index-reviews-write-btn:hover {
    background: #d49a1a;
    text-decoration: none !important;
}

.index-reviews-list {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 1.4vw, 20px);
    margin-bottom: clamp(30px, 2.8vw, 40px);
}

.index-review-item {
    display: flex;
    align-items: flex-start;
    gap: clamp(16px, 1.4vw, 20px);
    padding: clamp(16px, 1.4vw, 20px);
    background: #eeeef0;
    border-radius: 8px;
}

.index-review-avatar {
    width: clamp(45px, 3.5vw, 50px);
    height: clamp(45px, 3.5vw, 50px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(18px, 1.4vw, 20px);
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}

.index-review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.index-review-content {
    flex: 1;
}

.index-review-header {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: clamp(8px, 0.7vw, 10px);
}

.index-review-name {
    font-size: clamp(20px, 1.7vw, 24px);
    font-weight: 700;
    color: #282828;
}

.index-review-stars {
    display: flex;
    gap: 3px;
}

.index-review-star {
    font-size: clamp(12px, 1vw, 14px);
    color: #ebaf1d;
}

.index-review-star-empty {
    color: #ccc;
}

.index-review-text {
    font-size: clamp(15px, 1.2vw, 17px);
    font-weight: 700;
    color: #282828;
    line-height: clamp(20px, 1.5vw, 22px);
}

.index-review-images {
    display: flex;
    gap: 10px;
    margin-top: clamp(12px, 1vw, 15px);
}

.index-review-images img {
    width: clamp(70px, 5.6vw, 80px);
    height: clamp(70px, 5.6vw, 80px);
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
}

.index-review-images video {
    width: clamp(70px, 5.6vw, 80px);
    height: auto;
    border-radius: 4px;
    cursor: pointer;
}

.index-review-date {
    font-size: clamp(15px, 1.2vw, 17px);
    font-weight: 700;
    color: #888;
    white-space: nowrap;
    flex-shrink: 0;
}

.index-reviews-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.index-pagination-btn {
    width: clamp(32px, 2.5vw, 36px);
    height: clamp(32px, 2.5vw, 36px);
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    font-size: clamp(14px, 1.1vw, 16px);
    font-weight: 600;
    color: #282828;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-pagination-btn:hover:not(.disabled):not(.active) {
    background: #f5f5f5;
    border-color: #2b61ac;
    color: #2b61ac;
}

.index-pagination-btn.active {
    background: #2b61ac;
    border-color: #2b61ac;
    color: #fff;
}

.index-pagination-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Blog Section */
.index-blog {
    padding: clamp(60px, 6vw, 100px) 0;
    background: #eeeef0;
}

.index-blog-container {
    max-width: min(1400px, 90vw);
    margin: 0 auto;
    /* padding: 0 clamp(30px, 3vw, 40px); */
}

.index-blog-main-title {
    font-size: clamp(28px, 2.5vw, 36px);
    font-weight: 700;
    color: #282828;
    text-align: center;
    margin-bottom: clamp(40px, 4.2vw, 60px);
}

.index-blog-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(24px, 2vw, 30px);
    margin-bottom: clamp(30px, 2.8vw, 40px);
}

.index-blog-card {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.index-blog-image {
    width: 100%;
    aspect-ratio: 330 / 210;
    overflow: hidden;
    margin-bottom: clamp(12px, 1vw, 15px);
}

.index-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.index-blog-card:hover .index-blog-image img {
    transform: scale(1.05);
}

.index-blog-title {
    font-size: clamp(16px, 1.25vw, 18px);
    font-weight: 700;
    color: #282828;
    text-align: left;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; 
    width: 100%;
}

.index-blog-button-wrapper {
    text-align: center;
}

.index-blog-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(170px, 13.2vw, 190px);
    height: clamp(42px, 3.3vw, 47px);
    font-size: clamp(16px, 1.25vw, 18px);
    font-weight: 600;
    color: #fff;
    background: #2b61ac;
    text-decoration: none;
    border-radius: 22px;
    transition: all 0.3s ease;
}

.index-blog-btn:hover {
    background: #1e4a8a;
    text-decoration: none !important;
}


/* 社媒链接 */
.social-media-container{
    width: 100%; 
    height: auto;
    position: relative; 
    background-color: #032154; 
    padding: 10px 0;
}
.social-media-wrapper {
    align-items: center;
    display: flex
}
.heading-social {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.75rem;
    display: inline-block
}
.socialmedia-icon-group {
    align-items: center;
    display: flex;
    justify-content: space-around;
}
.socialmedia-link {
    width: 60px;
    height: 60px;
    margin-left: 30px;
    transition: all .2s
}

.socialmedia-link:hover {
    transform: translateY(-10px)
}
.w-inline-block {
    max-width: 100%;
    display: inline-block
}
.w-embed:before,
.w-embed:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-embed:after {
    clear: both
}


/* ==================== Products Section ==================== */
.activity-products {
    padding: clamp(40px, 4vw, 60px) 0;
    background: #fff;
    position: relative;
}

.activity-products > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 0;
}

.activity-products-container {
    max-width: min(1400px, 90vw);
    margin: 0 auto;
    position: relative;
}

.activity-products-title {
    font-size: clamp(28px, 2.5vw, 36px);
    font-weight: 700;
    color: #282828;
    text-align: center;
    margin-bottom: clamp(30px, 3vw, 40px);
}

.activity-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(20px, 2vw, 30px);
    position: relative;
    z-index: 10;
}

.activity-product-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.activity-product-card:hover {
    transform: translateY(-5px);
}

.activity-product-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #f5f5f5;
}

.activity-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.activity-product-card:hover .activity-product-image {
    transform: scale(1.05);
}

.activity-product-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #ffc107;
    color: #000;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 700;
    padding: 10px 15px;
    border-bottom-left-radius: 10px;
    z-index: 2;
}

.activity-product-name {
    font-size: clamp(16px, 1.4vw, 18px);
    font-weight: 700;
    color: #282828;
    margin: clamp(15px, 1.5vw, 20px) 0 clamp(8px, 1vw, 12px);
    padding: 0 15px;
    text-align: center;
    line-height: 1.3;
}

.activity-product-desc {
    font-size: clamp(13px, 1vw, 14px);
    color: #666;
    line-height: 1.6;
    margin-bottom: clamp(15px, 1.5vw, 20px);
    flex-grow: 1;
    display: -webkit-box;
    overflow: hidden;
    text-align: center;
    padding: 0 15px;
}

.activity-product-actions {
    display: flex;
    margin-top: auto;
}

.activity-product-btn {
    padding: clamp(10px, 1vw, 12px) clamp(15px, 1.5vw, 20px);
    font-size: clamp(12px, 0.9vw, 14px);
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    border-top: 1px solid #eee;
}

.activity-product-btn:disabled {
    cursor: not-allowed;          /* 显示禁用图标 */
    opacity: 0.6;                 /* 变灰 */
    /* button 自带阻止点击事件，不需要写 pointer-events: none */
}

.activity-product-btn-primary {
    background: #2b61ac;
    color: #fff;
    width: 60%;
}

.activity-product-btn-primary:hover {
    background: #1e4a8a;
    text-decoration: none !important;
}

.activity-product-btn-secondary {
    background: #fff;
    color: #2b61ac;
    width: 40%;
}

.activity-product-btn-secondary:hover {
    background: #e0e0e0;
    text-decoration: none !important;
}

/* ==================== Souvenirs Section ==================== */
.activity-souvenirs {
    padding: clamp(40px, 4vw, 60px) 0 clamp(60px, 6vw, 100px);
}

.activity-souvenirs-container {
    max-width: min(1400px, 90vw);
    margin: 0 auto;
}

.activity-souvenirs-title {
    font-size: clamp(28px, 2.5vw, 36px);
    font-weight: 700;
    color: #282828;
    text-align: center;
    margin-bottom: clamp(8px, 1vw, 12px);
}

.activity-souvenirs-subtitle {
    font-size: clamp(18px, 1.5vw, 21px);
    color: #282828;
    text-align: center;
    margin-bottom: clamp(30px, 3vw, 40px);
    font-weight: 700;
}

.activity-souvenirs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(20px, 2vw, 30px);
}

.activity-souvenirs-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.activity-souvenirs-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.activity-souvenirs-image-wrapper {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.activity-souvenirs-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.activity-souvenirs-card:hover .activity-souvenirs-image {
    transform: scale(1.05);
}

.activity-souvenirs-card-title {
    font-size: clamp(16px, 1.4vw, 18px);
    font-weight: 700;
    color: #282828;
    text-align: center;
    margin: clamp(15px, 1.5vw, 20px) clamp(15px, 1.5vw, 20px) clamp(8px, 1vw, 12px);
    line-height: 1.3;
}

.activity-souvenirs-desc {
    font-size: clamp(13px, 1vw, 14px);
    color: #666;
    line-height: 1.6;
    padding: 0 clamp(15px, 1.5vw, 20px);
    margin-bottom: clamp(15px, 1.5vw, 20px);
    flex-grow: 1;
    display: -webkit-box;
    overflow: hidden;
}

.activity-souvenirs-btn {
    display: block;
    margin: 0 clamp(15px, 1.5vw, 20px) clamp(15px, 1.5vw, 20px);
    padding: clamp(10px, 1vw, 12px);
    background: #e74c3c;
    color: #fff;
    font-size: clamp(12px, 0.9vw, 14px);
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.activity-souvenirs-btn:hover {
    background: #c0392b;
    text-decoration: none !important;
}

/* ==================== Scenarios Section ==================== */
.activity-scenarios {
    padding: clamp(40px, 4vw, 60px) 0;
    background: #1a2744;
}

.activity-scenarios-container {
    max-width: min(1400px, 90vw);
    margin: 0 auto;
    text-align: center;
}

.activity-scenarios-title {
    font-size: clamp(28px, 2.5vw, 36px);
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: clamp(30px, 3vw, 40px);
}

.activity-scenarios-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: clamp(10px, 1vw, 15px);
    margin-bottom: clamp(30px, 3vw, 40px);
}

.activity-scenarios-card {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.activity-scenarios-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.activity-scenarios-image-wrapper {
    width: 100%;
    overflow: hidden;
}

.activity-scenarios-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 8px;
}

.activity-scenarios-card:hover .activity-scenarios-image {
    transform: scale(1.05);
}

.activity-scenarios-card-title {
    font-size: clamp(14px, 1.2vw, 16px);
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: clamp(5px, 0.5vw, 10px);
    line-height: 1.4;
}

.activity-scenarios-btn {
    display: inline-block;
    padding: clamp(12px, 1.2vw, 15px) clamp(30px, 3vw, 40px);
    background: #d4a84b;
    color: #fff;
    font-size: clamp(14px, 1.1vw, 16px);
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.activity-scenarios-btn:hover {
    background: #b8863b;
    transform: translateY(-2px);
    text-decoration: none !important;
}

/* ==================== Why Choose Section ==================== */
.activity-why-choose {
    padding: clamp(60px, 6vw, 100px) 0 clamp(40px, 4vw, 60px);
}

.activity-why-choose-container {
    max-width: min(1400px, 90vw);
    margin: 0 auto;
}

.activity-why-choose-title {
    font-size: clamp(28px, 2.5vw, 36px);
    font-weight: 700;
    color: #282828;
    text-align: center;
    margin-bottom: clamp(8px, 1vw, 12px);
}

.activity-why-choose-subtitle {
    font-size: clamp(18px, 1.5vw, 21px);
    color: #282828;
    text-align: center;
    margin-bottom: clamp(30px, 3vw, 40px);
    font-weight: 700;
}

.activity-why-choose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(20px, 2vw, 30px);
}

.activity-why-choose-card {
    display: flex;
    flex-direction: column;
    background: #f8f8f8;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.activity-why-choose-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.activity-why-choose-icon-wrapper {
    display: flex;
    justify-content: center;
    padding: clamp(20px, 2vw, 30px) 0;
}

.activity-why-choose-icon {
    width: clamp(60px, 6vw, 80px);
    height: clamp(60px, 6vw, 80px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.activity-why-choose-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.activity-why-choose-card-title {
    font-size: clamp(16px, 1.4vw, 18px);
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #3250ff;
    padding: clamp(10px, 1vw, 15px) 0;
}

.activity-why-choose-list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: clamp(20px, 2vw, 30px);
}

.activity-why-choose-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: clamp(13px, 1vw, 14px);
    color: #666;
    margin-bottom: 8px;
    justify-content: center;
}

.activity-why-choose-list li:last-child {
    margin-bottom: 0;
}

.activity-why-choose-list li svg {
    flex-shrink: 0;
    fill: #2b61ac;
}

.activity-why-choose-list li svg path {
    fill: #2b61ac;
}

/* ==================== Gallery Section ==================== */
.activity-gallery {
    padding: clamp(30px, 3vw, 40px) 0 clamp(60px, 6vw, 100px);
    background: #fff;
}

.activity-gallery-container {
    max-width: min(1400px, 90vw);
    margin: 0 auto;
}

.activity-gallery-title {
    font-size: clamp(28px, 2.5vw, 36px);
    font-weight: 700;
    color: #282828;
    text-align: center;
    margin-bottom: clamp(8px, 1vw, 12px);
}

.activity-gallery-subtitle {
    font-size: clamp(18px, 1.5vw, 21px);
    color: #282828;
    text-align: center;
    margin-bottom: clamp(30px, 3vw, 40px);
    font-weight: 700;
}

.activity-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 0 20px; 
    width: 100%;
}

/* 左侧大图 */
.activity-gallery-item-large {
    grid-row: 1 / 3; 
    height: 100%;
    overflow: hidden;
}

.activity-gallery-item-large .activity-gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-height: 690px;
}

.activity-gallery-image:hover {
    transform: scale(1.05);
}

/* 右侧容器：垂直排列 */
.activity-gallery-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

/* 右侧每一行：水平排列 */
.activity-gallery-row {
    display: flex;
    gap: 20px;
    flex: 1;
    overflow: hidden;
}

/* 右侧所有小图容器 */
.activity-gallery-row .activity-gallery-item {
    flex: 1;
    overflow: hidden;
}

/* 所有图片通用样式 */
.activity-gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.activity-gallery-image:hover {
    transform: scale(1.05);
}

/* ==================== Why Maxemblem Section ==================== */
.activity-why-maxemblem {
    padding: clamp(50px, 5vw, 80px) 0;
    background: #d32f2f;
}

.activity-why-maxemblem-container {
    max-width: min(1400px, 90vw);
    margin: 0 auto;
}

.activity-why-maxemblem-content {
    display: flex;
    align-items: center;
    gap: clamp(30px, 4vw, 60px);
}

.activity-why-maxemblem-left {
    flex: 1;
}

.activity-why-maxemblem-right {
    flex: 1;
}

.activity-why-maxemblem-title {
    font-size: clamp(24px, 2.2vw, 32px);
    font-weight: 700;
    color: #fff;
    margin-bottom: clamp(15px, 1.5vw, 20px);
    line-height: 1.3;
}

.activity-why-maxemblem-text {
    font-size: clamp(14px, 1.2vw, 16px);
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: clamp(20px, 2vw, 30px);
}

.activity-why-maxemblem-btn {
    display: inline-block;
    padding: clamp(12px, 1.2vw, 15px) clamp(25px, 2.5vw, 35px);
    background: #ffc107;
    color: #fff;
    font-size: clamp(14px, 1.1vw, 16px);
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 25px;
}

.activity-why-maxemblem-btn:hover {
    background: #ffb300;
    transform: translateY(-2px);
    text-decoration: none !important;
}

.activity-why-maxemblem-image-wrapper {
    border-radius: 8px;
    overflow: hidden;
}

.activity-why-maxemblem-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
    max-height: 482px;
    max-width: 670px;
}

.activity-why-maxemblem-image:hover {
    transform: scale(1.05);
}
