/* .full_content_padding {
    max-width: 1500px;
} */
.jcaats-title{
    font-family : "times new roman";
    color: #404040;
}
.full_padding {
    padding-left: 2%;
}

.meun_style {
    color: white;
    font-family: 標楷體;
    font-size: 15pt;
}

.meun_style:hover {
    color: #FFC200;
    font-family: 標楷體;
    font-size: 15pt;
}

.dropdown-content_backgound {
    background: black;
    opacity: 0.8;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-content > a {
    color: white !important;
}

.dropdown-content > a:hover {
    color: #FFC200 !important;
    background-color: black !important;
}

.modie_padding {
    padding-left: 5%;
}

.dropdown-item {
    font-size: 3vw;
    font-size: 16px;
}

.menu_class {
    font-size: 1.2vw;
    font-size: 20px;
}

.nav-link {
    padding: .5rem 1rem !important;
}

.yt-video-container {
    position: relative;
    width: 80%;
    margin: 30px auto;
    padding-bottom: 45%;
    height: 0;
    overflow: hidden;
}

.yt-video-container iframe,
.lazy-youtube-hd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lazy-youtube-hd {
    position: relative;
    width: 100%;
    max-width: 560px;
    padding-bottom: 56.25%;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    background-color: #000;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #333;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: url('../images/youtube-icon.webp') no-repeat center center;
    background-size: contain;
    cursor: pointer;
    z-index: 2;
}

.product_text {
    font-size: 18px;
    padding: 10px;
    display: block;
}

body {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
}

.container-fluid.full_content_padding,
.container-xl.full_content_padding {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
}

.product_title {
    position: relative;
    padding: 15px 20px;
    margin: 30px 0 0;
    background: linear-gradient(135deg, #006837 0%, #008f4a 100%);
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.product_title::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 8px;
    width: 50px;
    height: 50px;
    background-image: url('./images/JCAATs_禮物.png');
    background-size: cover;
    background-position: center;
    opacity: 1;
}

.product_title font {
    margin-left: 0px;
}

.product_title:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.product_title div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_title font {
    font-size: 1.4em;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
}

.product_title a {
    text-decoration: none;
    color: #fff;
    padding: 5px 15px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.product_title a:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
}

.product_title_DM_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    padding: 15px 0;
    border-bottom: 2px solid #555;
}

.stats-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
    margin: 0 auto;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    padding: 20px;
    flex: 1;
    transition: all 0.3s ease-in-out;
}

.stat-item:hover {
    border-color: #006837;
    transform: translateY(-5px);
}

.stat-number {
    font-size: 34px;
    font-weight: bold;
    color: #006837;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.feature-grid-2 {
    grid-template-columns: repeat(2, 1fr) !important;
}

.feature-item {
    border-radius: 8px;
    padding: 50px;
    padding-right: 80px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(135deg, #f5f7fa 0%, rgb(233, 238, 248) 100%);
    position: relative;
}

.feature-item .play-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    opacity: 1;
    cursor: pointer;
}

.feature-item h3 {
    font-size: 1.2em;
    color: #333333;
    margin-bottom: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.feature-item p {
    font-size: 1em;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

.feature-item p br {
    margin-bottom: 5px;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.feature-item:hover h3 {
    color: #0073e6;
}

.list-box {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.list-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.list-title {
    color: #006837;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
}

.list-content {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-content li {
    color: #333;
    font-size: 1em;
    line-height: 1.6;
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
}

.list-content li:before {
    content: "•";
    color: #006837;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.resources_show {
    margin-top: 0 !important;
}

.same_width {
    justify-content: space-evenly;
}

.language-selector {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.language-selector select {
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.fixed-discount {
    width: 20rem;
    float: right;
}

.fixed-discount img {
    transition: all 0.3s ease;
}

.fixed-discount img:hover {
    transform: scale(1.05);
}

:root {
    --blue-bg: linear-gradient(135deg, #2b5baf 60%, #d1dbee 90%);
    --yellow-text: #ffca5c;
    --price-gradient: linear-gradient(to right, #6666ff, #ff3300);
    --button-gradient: linear-gradient(to right, #c084fc, #38bdf8);
    --big-font: 2.7rem;
    --big-font-2: 1.8rem;
    --big-font-3: 1.2rem;
    --img-height: 7rem;
    --text-shadow: 2px 3px 1px #ffca5c;
}

.promo-banner {
    min-width: 375px;
    background: var(--blue-bg);
    padding: 2rem 1rem;
    padding-bottom: 0;
    color: #fff;
}

.promo-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1250px;
    margin: 0 auto;
}

.promo-text {
    width: 100%;
    margin-bottom: 0rem;
    text-align: center;
}

.title-image {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.year-text {
    font-size: var(--big-font);
    font-weight: bold;
    color: var(--yellow-text);
    background: linear-gradient(to right, #f7e16d, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Noto Sans TC', sans-serif;
}

.jcaats-title {
    height: var(--img-height);
}

.version-text {
    font-size: var(--big-font);
    font-weight: bold;
    font-family: 'Noto Sans TC', sans-serif;
}

.discount-title {
    font-weight: bold;
    font-size: var(--big-font);
    margin: 1rem 0 0.5rem;
}

.feature-text p {
    font-size: var(--big-font-2);
    margin: 0.3rem 0;
    color: var(--yellow-text);
    font-weight: bold;
}

.price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.5rem;
    gap: 1.1rem;
}

.price-tag {
    background: #fff;
    color: #000;
    border-radius: 2rem;
    padding: 0.5rem 1.2rem;
    font-size: var(--big-font-3);
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    position: relative;
    border: 3px solid #dcd9ff;
    box-shadow: 0 0 15px 4px rgba(104, 104, 255, 0.35);
    box-sizing: border-box;
}

.price-tag::before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-top: 21px solid rgba(104, 104, 255, 0.2);
    filter: blur(2px);
    z-index: 0;
}

.price-tag::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    z-index: 1;
}

.price-label {
    color: #6666ff;
    font-weight: bold;
    text-shadow: var(--text-shadow);
}

.price-amount {
    background: var(--price-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: var(--big-font-2);
    font-family: 'Noto Sans TC', sans-serif;
}

.price-period {
    color: #6666ff;
    font-weight: bold;
    font-size: var(--big-font-3);
    text-shadow: var(--text-shadow);
}

.cta-button {
    display: inline-block;
    background: var(--button-gradient);
    color: #fff !important;
    font-weight: bold;
    text-align: center;
    margin-top: 0.5rem;
    padding: 0.5rem 2rem;
    border-radius: 2rem;
    font-size: var(--big-font-3);
    text-decoration: none;
    transition: transform 0.2s ease;
    box-shadow: 2px 4px 6px #000;
}

.cta-button:hover {
    transform: scale(1.05);
    text-decoration: none;
}

.logo-container {
    width: 100%;
    text-align: center;
}

.jcaats-logo {
    max-width: 80%;
    height: auto;
}

.computer_show {
    display: none;
}

.phone_show {
    display: block;
}

#jcaats_why .product_text h3 {
    font-weight: bold;
}
#jcaats_why .product_text h4 {
    font-size: 1.2em;
    font-weight: bold;
}
#jcaats_why .product_text p {
    line-height: 1.6;
    color: #666666;
}
#jcaats_why .item>div {
    padding: 10px 20px;
}
#jcaats_why .item>div:nth-child(odd) {
    background-color: #f2f4f5;
}
#jcaats_why .item>div:nth-child(even) {
    background-color: #d2d2d2;
}

/* 優惠方案 */
.offer-icon {
    max-width: 100px;
    height: auto;
}
.offer-title {
    background: linear-gradient(142deg, #004132, #008737);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 2.95rem;
    font-weight: 750;
    margin-left: 0.25rem;
}
.offer-text {
    font-size: 2rem;
    font-weight: 500;
}

/* 優惠方案價格卡 */
.price-card {
    position: relative;
    max-width: 100%;
    width: 452px;
    height: 242px;
    background: white;
    border: 3px solid #0162c5;
    border-radius: 25px;
    padding: 55px 15px 15px 15px;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease;
}
.price-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.price-card .best-seller {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 137px 120px 0;
    border-radius: 0 25px 0 0;
    border-color: transparent #0162c5 transparent transparent;
    z-index: 10;
}
.price-card .best-seller-text {
    position: absolute;
    top: 28px;
    right: -131px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    transform: rotate(41deg);
    transform-origin: center;
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}
.price-card .tags {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    flex-wrap: nowrap;
}
.price-card .tag-item {
    display: flex;
    font-weight: 600;
    font-size: 23px;
    height: 37px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.price-card .discount-tag {
    background-color: #c32c31;
    color: white;
    width: 136px;
}
.price-card .days-tag {
    background: white;
    color: #0162c6;
    border: 2px solid #0162c6;
    padding: 2px 12px;
    width: 84.5px;
}
.price-card .plan-tag {
    background: #178dd7;
    color: white;
    width: 93px;
}
.price-card .price-section {
    text-align: right;
    padding-right: 16px;
}
.price-card .original-price {
    color: #b4b4b4;
    font-size: 17px;
    text-decoration: line-through;
    font-weight: 600;
    letter-spacing: 1px;
}
.price-card .current-price-line {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 8px;
    letter-spacing: 1px;
}
.price-card .discount-text {
    background: #ffd4f1;
    color: #df4e71;
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0.5px 0px #df4e71, 0 0.5px #df4e71, -0.5px 0 #df4e71, 0 -0.5px #df4e71;
    white-space: nowrap;
}
.price-card .price-period-text {
    font-size: 25px;
    color: #333;
    margin-left: 5px;
    font-weight: 600;
}
.price-card .current-price {
    font-size: 32px;
    font-weight: bold;
    color: #ba2b30;
}
.price-card .price-period-text {
    font-size: 25px;
    color: #333;
    margin-left: 5px;
    font-weight: 600;
}
.price-card .average-price-line {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    letter-spacing: 1px;
}
.price-card .average-price {
    font-size: 25px;
    color: #4a90e2;
    font-weight: bold;
}
/* 紅色價格卡 */
.price-card-red{
    border: 3px solid #e34a6b;
}
.price-card-red .best-seller{
    border-color: transparent #e34a6b transparent transparent;
}

/* 如何開始 AI 稽核之旅 */
.ai-tour-wrapper .col-md-4 {
    padding: 0 15px;
}
.ai-tour-title {
    font-weight: 700;
    font-size: 2.95rem;
    line-height: 1.2;
    background: linear-gradient(142deg, #004132, #008737);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    position: relative;
    display: inline-block;
    margin: 34px auto;
}
.ai-tour-item {
    display: flex;
    background-color: #f0f7ff;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    align-items: flex-start;
    gap: 15px;
    height: 100%;
}
.ai-tour-step-number {
    font-weight: bold;
    text-align: center;
    background-color: #0063c5;
    color: #fff;
    height: 28px;
    width: 28px;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ai-tour-content {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.ai-tour-text {
    margin: 0;
    color: #707070;
    letter-spacing: 1px;
    font-size: 1.125rem;
    text-align: left;
}
.ai-tour-icon {
    width: 95px;
    height: 95px;
    object-fit: contain;
}

@media (max-width: 1024px) {
    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .feature-grid-2 {
        grid-template-columns: 1fr !important;
    }
    
    .product_title_DM_content {
        flex-direction: column !important;
        align-items: flex-end !important;
    }
}
@media (max-width: 768px) {
    .yt-video-container {
        width: 95%;
        padding-bottom: 53.5%;
    }
    
    .product_title {
        padding: 12px 15px;
    }
    
    .product_title font {
        font-size: 1.2em;
    }
    
    .feature-grid {
        grid-template-columns: 1fr !important;
    }
    
    .feature-grid-2 {
        grid-template-columns: 1fr !important;
    }
    
    .feature-item {
        padding-right: 60px;
    }
    
    .feature-item .play-icon {
        width: 50px;
        height: 50px;
        right: 5px;
    }
    
    .list-box {
        padding: 15px;
    }
    
    .list-title {
        font-size: 1.1em;
    }
    
    .list-content li {
        font-size: 0.95em;
    }

    .offer-icon {
        max-width: 70px;
    }
    .offer-title {
        font-size: 1.6rem;
        margin-left: 0.25rem;
    }
    .offer-text {
        font-size: 1.5rem;
    }

    .price-card {
        width: 100%;
    }
    .price-card .best-seller {
        border-width: 0 120px 66px 0;
    }
    .price-card .best-seller-text {
        top: 9px;
        right: -118px;
        font-size: 24px;
        transform: rotate(29deg);
    }

    .ai-tour-title {
        font-size: 1.6rem;
        margin: 1rem auto;
    }
}
@media (min-width: 768px) {
    .computer_show {
        display: block;
    }
    
    .phone_show {
        display: none;
    }
    
    .promo-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .promo-text {
        width: 95%;
        padding-right: 0rem;
        text-align: center;
    }
    
    .logo-container {
        width: 90%;
        margin-top: 0;
        text-align: right;
    }
    
    .jcaats-logo {
        max-width: 90%;
    }
    
    .title-image {
        justify-content: center;
    }

    .price-wrapper_2 {
        gap: 1.1rem;
        margin-top: 1.5rem;
        flex-direction: row;
        justify-content: center;
        gap: 2rem;
    }
}
@media (min-width: 1260px) {
    :root {
        --big-font: 4rem;
        --big-font-2: 2.5rem;
        --big-font-3: 1.8rem;
        --img-height: 9rem;
    }
} 