/* 為什麼需要NEMO - start */
#whyNeedSection {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

#whyNeedSection .white-line {
    width: 100%;
    height: 26px;
}

#whyNeedSection .section-sub-title,
#whyNeedSection .section-content p {
    font-size: 16px;
    line-height: 26px;
}

#whyNeedSection .imgs-wrapper {
    position: relative;
}

#whyNeedSection .big-img-wrapper {
    position: relative;
    margin-top: 50px;
    border-radius: 24px;
    overflow: hidden;
}

#whyNeedSection .big-img-wrapper img {
    width: 100%;
    height: 100%;
    /* animation: scale 10s ease-in-out infinite; */
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes translate-2 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(-4px, 4px);
    }

    50% {
        transform: translate(4px, -4px);
    }

    75% {
        transform: translate(4px, 4px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes translate-3 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(4px, 4px);
    }

    50% {
        transform: translate(4px, -4px);
    }

    75% {
        transform: translate(-4px, -4px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes translate-4 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(4px, 4px);
    }

    50% {
        transform: translate(-4px, -4px);
    }

    75% {
        transform: translate(4px, 4px);
    }

    100% {
        transform: translate(0, 0);
    }
}

#whyNeedSection .small-img-wrapper {
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    animation: translate-2 10s ease-in-out infinite;
}

#whyNeedSection .small-img-wrapper {
    width: 180px;
    height: 180px;
    padding: 12px;
}

#whyNeedSection .small-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#whyNeedSection .small-img-wrapper::after {
    content: "";
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

#whyNeedSection .small-img-wrapper .q-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.5px;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

#whyNeedSection .small-img-wrapper:hover .q-txt {
    opacity: 1;
}

#whyNeedSection .small-img-wrapper:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

#whyNeedSection .small-img-wrapper::before {
    width: 160px;
    height: 160px;
    top: -8px;
    left: -8px;
}

@keyframes translate-1 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(5px, 5px);
    }

    50% {
        transform: translate(5px, -5px);
    }

    75% {
        transform: translate(-5px, 5px);
    }

    100% {
        transform: translate(0, 0);
    }
}

#whyNeedSection .small-img-wrapper.img-1 {
    top: -32px;
    left: -12px;
}

#whyNeedSection .small-img-wrapper.img-2 {
    top: 10%;
    right: -50px;
}

#whyNeedSection .small-img-wrapper.img-3 {
    bottom: -42px;
    left: 24%; 
}

#whyNeedSection .q-txt .q-icon {
    width: 24px;
    height: 24px;
}

#whyNeedSection .small-img-wrapper::before {
    content: "";
    width: 200px;
    height: 200px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: -8px;
    /* animation: scale 10s ease-in-out infinite; */
    animation: translate-1 10s ease-in-out infinite;
}

#whyNeedSection .small-img-wrapper .ty-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 48%;
    left: 62%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

#whyNeedSection .small-img-wrapper:hover .ty-icon {
    opacity: 1;
}
/* 為什麼需要NEMO - end */

/* 為什麼選擇NEMO - start */
.choose-section {
    box-sizing: border-box;
    background-image: none !important;
    padding: 12px;
    min-height: 460px;
}

.choose-section .section-sub-title {
    align-items: flex-start;
}

.choose-section::before {
    display: none;
}

.choose-section .my-container {
    padding: 32px 16px;
    border-radius: 24px;
    /* background-image: url(../image/choose-1-bg.jpg); */
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 460px;
    position: relative;
    overflow: hidden;
}

#chooseSection1 .my-container {
    background-position: bottom left;
    border-radius: 4px;
}

.choose-section .my-container::before {
    top: 0 !important; 
    left: 0 !important;
    width: 100% !important;
    height: 100% !important
}

#chooseSection2 .my-container::before {
    width: calc(100% - 4px) !important;
    height: calc(100% - 4px) !important
}

#chooseSection1 .my-container {
    background-image: url(../image/choose-1-bg.jpg);
    background-size: contain;
    background-position: bottom left;
    padding-bottom: 200px;
}

#chooseSection2 .my-container {
    background-image: url(../image/4.jpg);
    background-position: center;
}

#chooseSection3 .my-container {
    background-image: url(../image/q-bg.jpg);
}

#chooseSection1.choose-section .my-container {
    background-color: rgba(239, 214, 210, 0.6);
}

/* #chooseSection1.choose-section .my-container::before {
    content: "";
    width: 100% !important;
    height: calc(100% - 200px) !important;
    top: 0px !important;
    left: 0px !important;
    background-color: #efd6d2;
    position: absolute;
    border-radius: 24px;
    z-index: 0;
} */

#chooseSection3 .my-container::before {
    content: "";
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    top: 50px;
    left: 50px;
    background-color: rgba(250, 250, 250, 0.6);
    position: absolute;
    border-radius: 24px;
    z-index: 0;
}

#chooseSection2 .my-container::before {
    content: "";
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    top: 50px;
    left: 50px;
    border-radius: 24px;
    border: 2px solid rgba(255, 123, 20, 0.6);
    position: absolute;
}

.choose-section.mb {
    padding: 16px;
}

.choose-section .skin-img-wrapper {
    width: 100px    ;
    height: 100px;
}

.choose-section .skin-img-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.choose-section .skin-img-wrapper .skin-txt {
    font-size: 14px;
    color: #646464;
}
/* 為什麼選擇NEMO - start */

/* 選擇NEMO -start */
#chooseSection {
    padding: 120px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

/* 輪播容器 */
.choose-swiper-container {
    position: relative;
    margin: 0 auto;
}

.choose-swiper {
    border-radius: 20px;
    overflow: hidden;
    height: 654px;
}

.choose-section .slide-container {
    width: 100%;
    height: 100%;
    padding: 60px 40px;
    border-radius: 20px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}

.choose-section {
    min-height: 500px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
    overflow: hidden;
}

/* 統一顏色主題 - 橙色系 */
#chooseSection1 .slide-container,
#chooseSection2 .slide-container,
#chooseSection3 .slide-container {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    text-align: center;
}

#chooseSection1 .section-sub-title,
#chooseSection2 .section-sub-title,
#chooseSection3 .section-sub-title {
    color: #ff7b14;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.sub-title-icon {
    width: 20px;
    height: 20px;
    color: #ff7b14;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

#chooseSection1 .section-sub-title:hover .sub-title-icon,
#chooseSection2 .section-sub-title:hover .sub-title-icon,
#chooseSection3 .section-sub-title:hover .sub-title-icon {
    transform: scale(1.1);
    color: #e66a00;
}

#chooseSection1 .section-title,
#chooseSection2 .section-title,
#chooseSection3 .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

#chooseSection1 .section-content p,
#chooseSection2 .section-content p,
#chooseSection3 .section-content p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}

#chooseSection1 .section-content p:last-child {
    margin-bottom: 0;
}

/* 內容區域 */
.choose-content {
    padding: 0 20px;
    max-width: 62%;
    margin: 0 auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* 圖片區域 */
.choose-image-area {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 250px;
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 24px;
}

.choose-image-area img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.choose-image-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

/* 第一張和第二張 - 橫向大圖 */
#chooseSection1 .choose-image-area,
#chooseSection2 .choose-image-area {
    max-width: 800px;
}

/* 第三張 - 兩個正方形小圖 */
#chooseSection3 .choose-image-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
}

#chooseSection3 .small-image-placeholder {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

#chooseSection3 .small-image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

/* 皮膚對比圖片 */
.details-wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.skin-img-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
}

.skin-img-wrapper:hover {
    transform: translateY(-5px);
}

.skin-img {
    width: 200px;
    height: 200px;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.skin-img-wrapper:hover .skin-img {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.skin-txt {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Swiper 導航按鈕樣式 */
.choose-button-next,
.choose-button-prev {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    margin-top: -25px !important;
}

.choose-button-next:hover,
.choose-button-prev:hover {
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
    transform: scale(1.1) !important;
}

.choose-button-next::after,
.choose-button-prev::after {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #ff7b14 !important;
}

.choose-button-next {
    right: 30px !important;
}

.choose-button-prev {
    left: 30px !important;
}

/* Swiper 分頁器樣式 */
.choose-pagination {
    position: absolute !important;
    right: 32px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: auto !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.choose-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background-color: rgba(255, 123, 20, 0.3) !important;
    border-radius: 50% !important;
    margin: 0 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.choose-pagination .swiper-pagination-bullet-active {
    background-color: #ff7b14 !important;
    transform: scale(1.2) !important;
}

.tips-wrapper {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    position: absolute;
    bottom: 36px;
}

.tips-wrapper p {
    font-size: 14px;
    color: #666;
}

/* 響應式設計 */
@media (max-width: 1200px) {
    .choose-swiper-container {
        max-width: 1000px;
    }
    
    .choose-swiper {
        height: 550px;
    }
    
    .choose-section {
        padding: 60px 40px;
        gap: 40px;
    }
    
    .choose-image-area {
        min-height: 250px;
    }
}

@media (max-width: 768px) {
    #chooseSection {
        padding: 80px 0;
    }
    
    .choose-swiper-container {
        max-width: 100%;
        margin: 0 20px;
    }
    
    .choose-swiper {
        height: 500px;
    }
    
    .choose-section {
        padding: 30px 20px;
        gap: 25px;
        text-align: center;
    }
    
    .choose-content {
        max-width: 100%;
    }
    
    .choose-image-area {
        max-height: 200px;
    }
    
    /* #chooseSection1 .section-title,
    #chooseSection2 .section-title,
    #chooseSection3 .section-title {
        font-size: 24px;
    } */
    
    .sub-title-icon {
        width: 18px;
        height: 18px;
    }
    
    #chooseSection3 .choose-image-area {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    
    .small-image-placeholder {
        min-height: 120px;
    }
    
    .choose-button-next,
    .choose-button-prev {
        width: 40px !important;
        height: 40px !important;
        margin-top: -20px !important;
    }
    
    .choose-button-next::after,
    .choose-button-prev::after {
        font-size: 16px !important;
    }
    
    .choose-button-next {
        right: 15px !important;
    }
    
    .choose-button-prev {
        left: 15px !important;
    }
    
    .choose-pagination {
        right: 10px !important;
        gap: 10px !important;
    }
    
    .choose-pagination .swiper-pagination-bullet {
        width: 6px !important;
        height: 6px !important;
    }
}

@media (max-width: 480px) {
    #chooseSection {
        padding: 60px 0;
    }
    
    .choose-swiper-container {
        margin: 0 15px;
    }
    
    .choose-swiper {
        height: 450px;
    }
    
    .choose-section {
        padding: 25px 15px;
        gap: 20px;
    }
    
    .choose-image-area {
        max-height: 150px;
    }
    
    /* #chooseSection1 .section-title,
    #chooseSection2 .section-title,
    #chooseSection3 .section-title {
        font-size: 20px;
    } */
    
    #chooseSection1 .section-content p,
    #chooseSection2 .section-content p,
    #chooseSection3 .section-content p {
        font-size: 14px;
    }
    
    .sub-title-icon {
        width: 16px;
        height: 16px;
    }
    
    #chooseSection3 .choose-image-area {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .small-image-placeholder {
        min-height: 100px;
    }
    
    #chooseSection1 .choose-image-area::before,
    #chooseSection2 .choose-image-area::before {
        font-size: 14px;
    }
    
    #chooseSection3 .small-image-placeholder::before {
        font-size: 12px;
    }
    
    .choose-button-next,
    .choose-button-prev {
        width: 35px !important;
        height: 35px !important;
        margin-top: -17.5px !important;
    }
    
    .choose-button-next::after,
    .choose-button-prev::after {
        font-size: 14px !important;
    }
    
    .choose-button-next {
        right: 10px !important;
    }
    
    .choose-button-prev {
        left: 10px !important;
    }
    
    .choose-pagination {
        right: 5px !important;
        gap: 8px !important;
    }
    
    .choose-pagination .swiper-pagination-bullet {
        width: 5px !important;
        height: 5px !important;
    }
}

/* 選擇NEMO -end */

/* NEMO的溫柔秘密 -start */
#secretSection {
    padding: 100px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

#secretSection .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

#secretSection .left-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

#secretSection .video-wrapper {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 16px;
}

#secretSection .right-wrapper {
    padding: 20px 0;
}

#secretSection .section-header {
    text-align: left;
    margin-bottom: 32px;
}

#secretSection .section-header p {
    /* color: #5a6c7d; */
    line-height: 1.6;
    margin-bottom: 0px;
}

#secretSection .section-header p:last-of-type {
    margin-bottom: 32px;
}

#secretSection .detail-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 8px;
    padding: 8px 0;
    /* border-bottom: 1px solid rgba(255, 123, 20, 0.1); */
    transition: all 0.3s ease;
}

#secretSection .detail-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

#secretSection .detail-item:hover {
    padding-left: 8px;
}

#secretSection .detail-item .icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

#secretSection .detail-item .drop-icon,
#secretSection .detail-item .corn-icon {
    color: #ff7b14;
}

#secretSection .detail-item p {
    color: #5a6c7d;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
}

#secretSection .section-header .tips {
   font-size: 14px;
   color: #8a9ba8;
   margin-top: 24px;
}

#secretSection .tips::before {
    content: "*";
    color: #ff7b14;
    font-weight: bold;
    margin-right: 6px;
}

/* 響應式設計 */
@media (max-width: 1200px) {
    #secretSection .container {
        gap: 48px;
    }
    
    #secretSection .video-wrapper {
        height: 320px;
    }
}

@media (max-width: 768px) {
    #secretSection {
        padding: 80px 0;
    }
    
    #secretSection .container {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    #secretSection .right-wrapper {
        padding: 0;
    }
    
    #secretSection .section-header {
        text-align: center;
        margin-bottom: 24px;
    }
    
    #secretSection .video-wrapper {
        height: 280px;
    }
    
    #secretSection .detail-item {
        padding: 12px 0;
        margin-bottom: 16px;
    }
    
    #secretSection .detail-item p {
        font-size: 14px;
    }
    
    #secretSection .tips {
        font-size: 12px;
        margin-top: 20px;
        padding-top: 12px;
    }
}

@media (max-width: 480px) {
    #secretSection {
        padding: 60px 0;
    }
    
    #secretSection .container {
        gap: 30px;
    }
    
    #secretSection .video-wrapper {
        height: 250px;
    }
    
    #secretSection .detail-item {
        padding: 12px;
        margin-bottom: 15px;
        gap: 10px;
    }
    
    #secretSection .detail-item .icon {
        width: 20px;
        height: 20px;
    }
    
    #secretSection .detail-item p {
        font-size: 13px;
    }
    
    #secretSection .tips {
        font-size: 11px;
        margin-top: 16px;
        padding-top: 10px;
    }
}
/* NEMO的溫柔秘密 -end */

/* NEMO 的生活態度 -start */
#lifestyleSection {
    padding: 120px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

#lifestyleSection .section-divider {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #ff7b14 0%, #ff9a3c 100%);
    border-radius: 2px;
}

#lifestyleSection .section-header p {
    color: #666;
    font-size: 18px;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#lifestyleSection .section-header p:last-child {
    margin-bottom: 0;
}

/* 產品輪播容器 */
.product-swiper-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.product-swiper {
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1); */
    padding: 20px 0 60px;
}

/* 產品網格 */
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 0 20px;
    max-width: 100%;
}

/* 產品卡片 */
.product-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 123, 20, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 123, 20, 0.15);
}

/* 產品圖片 */
.product-image {
    width: 100%;
    height: 240px;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    position: relative;
    /* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); */
    flex-shrink: 0;
    border-bottom: 1px solid rgba(255, 123, 20, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-image img {
    width: 60%;
    /* height: 100%; */
    object-fit: contain;
    object-position: center;
    transition: all 0.3s ease;
    padding: 16px;
}

.product-card:hover .product-image img {
    transform: scale(1.1);
}

/* 產品信息 */
.product-info {
    text-align: center;
    padding: 20px 16px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-name-cn {
    color: #2c3e50;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

.product-name-en {
    color: #ff7b14;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0;
    opacity: 0.9;
}

/* Swiper 導航按鈕樣式 */
.product-button-next,
.product-button-prev {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    margin-top: -25px !important;
}

.product-button-next:hover,
.product-button-prev:hover {
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
    transform: scale(1.1) !important;
}

.product-button-next::after,
.product-button-prev::after {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #ff7b14 !important;
}

.product-button-next {
    right: 30px !important;
}

.product-button-prev {
    left: 30px !important;
}

/* Swiper 分頁器樣式 */
.product-pagination {
    position: absolute !important;
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    height: auto !important;
    display: flex !important;
    gap: 10px !important;
}

.product-pagination .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background-color: rgba(255, 123, 20, 0.3) !important;
    border-radius: 50% !important;
    margin: 0 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.product-pagination .swiper-pagination-bullet-active {
    background-color: #ff7b14 !important;
    transform: scale(1.08) !important;
}

/* 響應式設計 */
@media (max-width: 1200px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .product-image {
        height: 220px;
    }
}

@media (max-width: 768px) {
    #lifestyleSection {
        padding: 80px 0;
    }
    
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .product-image {
        height: 200px;
    }
    
    .product-info {
        padding: 16px 12px;
    }
    
    .product-name-cn {
        font-size: 15px;
    }
    
    .product-name-en {
        font-size: 11px;
    }
    
    .product-button-next,
    .product-button-prev {
        width: 40px !important;
        height: 40px !important;
        margin-top: -20px !important;
    }
    
    .product-button-next::after,
    .product-button-prev::after {
        font-size: 16px !important;
    }
    
    .product-button-next {
        right: 15px !important;
    }
    
    .product-button-prev {
        left: 15px !important;
    }
    
    .product-pagination {
        bottom: 15px !important;
        gap: 8px !important;
    }
    
    .product-pagination .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }
}

@media (max-width: 480px) {
    #lifestyleSection {
        padding: 60px 0;
    }
    
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 0 15px;
    }
    
    .product-image {
        height: 180px;
    }
    
    .product-info {
        padding: 12px 8px;
    }
    
    .product-name-cn {
        font-size: 14px;
    }
    
    .product-name-en {
        font-size: 10px;
    }
    
    .product-button-next,
    .product-button-prev {
        width: 35px !important;
        height: 35px !important;
        margin-top: -17.5px !important;
    }
    
    .product-button-next::after,
    .product-button-prev::after {
        font-size: 14px !important;
    }
    
    .product-button-next {
        right: 10px !important;
    }
    
    .product-button-prev {
        left: 10px !important;
    }
    
    .product-pagination {
        bottom: 10px !important;
        gap: 6px !important;
    }
    
    .product-pagination .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
    }
}
/* NEMO 的生活態度 -end */

/* NEMO 的卓越技術 -start */
#technicalSection, #patentSection, #designSection {
    padding: 30px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
}

#technicalSection {
    padding-top: 80px;
}

#designSection {
    padding-bottom: 80px;
}

.my-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-sub-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #2c3e50;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.section-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.section-content {
    text-align: center;
    margin-bottom: 50px;
}

.section-content p {
    color: #5a6c7d;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 12px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-content p:last-child {
    margin-bottom: 0;
}

/* 技術經營列表 */
.swiper-title {
    width: 100%;
    color: #2c3e50;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 30px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.swiper-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #ff7b14;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* Swiper容器 */
.technical-container, .patent-container, .design-container {
    overflow: hidden;
    border-radius: 16px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
}

/* 證書列表 */
.cert-technical-list, .cert-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}

.cert-technical-list-2 {
    justify-content: flex-start;
}

.cert-technical-list-2 .cert-item {
    margin: 0 21px;
}

.design-container .cert-list {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
}

/* 證書項目 */
.cert-item {
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 123, 20, 0.12);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    cursor: pointer;
}

.design-container .cert-item {
    margin: 0 20px;
}

.cert-item:hover {
    /* transform: translateY(-6px); */
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 123, 20, 0.25);
}

.cert-img {
    width: 100%;
    height: 320px;
    object-fit: contain;
    object-position: center;
    border-radius: 12px;
    /* padding: 20px; */
    transition: all 0.3s ease;
    flex-shrink: 0;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.cert-item:hover .cert-img {
    transform: scale(1.06);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

/* 分頁器樣式 */
.swiper-pagination-technical, 
.swiper-pagination-patent, 
.swiper-pagination-design {
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.swiper-pagination-technical .swiper-pagination-bullet,
.swiper-pagination-patent .swiper-pagination-bullet,
.swiper-pagination-design .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 123, 20, 0.3);
    opacity: 1;
    margin: 0 4px;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.swiper-pagination-technical .swiper-pagination-bullet-active,
.swiper-pagination-patent .swiper-pagination-bullet-active,
.swiper-pagination-design .swiper-pagination-bullet-active {
    background: #ff7b14;
    transform: scale(1.2);
}

#productVideo {
    padding-bottom: 0;
}

/* 響應式設計 */
@media (max-width: 1200px) {
    .my-container {
        max-width: 1000px;
        padding: 0 16px;
    }
    
    .cert-technical-list, .cert-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding: 20px;
    }
    
    .design-container .cert-list {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .cert-img {
        height: 280px;
        padding: 16px;
    }
}

@media (max-width: 768px) {
    #technicalSection, #patentSection, #designSection {
        padding: 60px 0;
    }
    
    .cert-technical-list, .cert-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding: 16px;
    }
    
    .design-container .cert-list {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cert-img {
        height: 240px;
        padding: 12px;
    }
    
    .swiper-title {
        font-size: 18px;
        margin-bottom: 24px;
    }
}

@media (max-width: 600px) {
    .cert-technical-list, .cert-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        padding: 14px;
    }
    
    .design-container .cert-list {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cert-img {
        height: 200px;
        padding: 10px;
    }
}

@media (max-width: 480px) {
    #technicalSection, #patentSection, #designSection {
        padding: 40px 0;
    }
    
    .my-container {
        padding: 0 12px;
    }
    
    .cert-technical-list, .cert-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 12px;
    }
    
    .cert-img {
        height: 180px;
        padding: 8px;
    }
    
    .swiper-title {
        font-size: 16px;
        margin-bottom: 20px;
    }
}
/* NEMO 的卓越技術 -end */

/* 產品展示視頻 -start */
/* #productVideo .pc {
    width: 60%;
} */
/* 產品展示視頻 -end */

/* 規格與細節 -start */
.specification-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.specification-section .section-header {
    text-align: center;
}

.specification-section .section-header p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    margin: 0 auto;
    padding-top: 15px;
    max-width: 1200px;
}

/* 產品圖片展示 */
.product-item {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.product-visual {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(240, 130, 52, 0.1);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.product-visual:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.product-img {
    max-width: 100%;
    max-height: 200px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.product-visual:hover .product-img {
    transform: scale(1.05);
}

.product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #ff7b14 0%, #ff9a3c 100%);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(255, 123, 20, 0.3);
}

.brand-name {
    font-family: 'Arial', sans-serif;
    font-weight: 700;
}

/* 規格詳情 */
.specification-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

.specification-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.specification-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.spec-group {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(240, 130, 52, 0.1);
    transition: all 0.3s ease;
}

.spec-group:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

/* .spec-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(240, 130, 52, 0.2);
} */

.spec-icon {
    width: 24px;
    height: 24px;
    color: #ff7b14;
    flex-shrink: 0;
}

.spec-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.info-item:last-child {
    border-bottom: none;
}

.info-item.highlight {
    margin: 0 -15px;
    padding: 15px;
    border-radius: 8px;
    background: rgba(240, 130, 52, 0.05);
}

.info-label {
    font-weight: 500;
    color: #666;
    font-size: 14px;
}

.info-value {
    font-weight: 600;
    color: #333;
    text-align: right;
    font-size: 14px;
}

.info-value.large {
    font-size: 18px;
    color: #ff7b14;
    font-weight: 700;
}

.info-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 12px;
    background: rgba(255, 123, 20, 0.05);
    border-radius: 8px;
    font-size: 12px;
    color: #666;
}

.note-icon {
    width: 16px;
    height: 16px;
    color: #ff7b14;
    flex-shrink: 0;
}

.spec-image {
    margin-top: 20px;
    text-align: center;
}

.dimension-img {
    max-width: 100%;
    max-height: 140px;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: none;
}

/* 背景裝飾元素 */
.philosophy-bg-decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
}

.decoration-line {
    position: absolute;
    background: linear-gradient(90deg, rgba(255, 123, 20, 0.2) 0%, transparent 100%);
    height: 2px;
}

.line-1 {
    width: 300px;
    transform: rotate(15deg);
    animation: slideIn 12s ease-in-out infinite;
}

.line-2 {
    width: 250px;
    transform: rotate(-15deg);
    animation: slideIn 15s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

@keyframes slideIn {
    0%, 100% { transform: translateX(-50px) rotate(15deg); opacity: 0.3; }
    50% { transform: translateX(0px) rotate(15deg); opacity: 0.8; }
}

/* 響應式設計 */
@media (max-width: 1200px) {
    
    .product-img {
        max-height: 180px;
    }
}

@media (max-width: 768px) {
    .specification-section {
        padding: 80px 0;
    }
    
    .product-img {
        max-height: 150px;
    }
    
    .specification-details {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    
    .specification-left,
    .specification-right {
        gap: 25px;
    }
    
    .spec-group {
        padding: 20px;
    }
}

@media (max-width: 600px) {
    .specification-section {
        padding: 60px 0;
    }
    
    .specification-section .section-header p {
        font-size: 16px;
    }
    
    .product-img {
        max-height: 120px;
    }
    
    .product-badge {
        padding: 4px 8px;
        font-size: 10px;
    }
    
    .specification-details {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .specification-left,
    .specification-right {
        gap: 20px;
    }
    
    .spec-group {
        padding: 16px;
    }
    
    .spec-icon {
        width: 20px;
        height: 20px;
    }
}
/* 規格與細節 -end */