/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft JhengHei", "微軟正黑體", sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Container */
.theme2026-container {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}

/* Sections */
section {
    width: 100%;
}



/* Top Banner */
.theme2026-top-banner {
    background-image: url('/images/2026theme_eng/sec1/sec1_top_banner_bg.png');
    aspect-ratio: 1920 / 85;
    
    background-repeat: repeat-x;
    background-position: center;
    background-size: 100% 100%;
    background-color: #001f5c;
    padding: 0px 0;
}

.theme2026-top-banner .theme2026-container {
    display: flex;
    justify-content: center;
    padding-top: 1.5vw;
}

.theme2026-banner-title {
    height: 2.5vw;
    width: auto;
    aspect-ratio: 566 / 74;
}



/* Hero Section */
.theme2026-hero-section {
    background-image: url('/images/2026theme_eng/sec2/sec2_bg.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1920 / 851;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.theme2026-hero-content {
    padding: 80px 60px 0px;
    display: flex;
    justify-content: center;
}

.theme2026-hero-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.theme2026-hero-title {
    width: 60%;
    height: auto;
    margin-bottom: 30px;
    opacity: 0;
    animation: theme2026-fadeIn 1s ease-out 0.5s forwards;
}

@keyframes theme2026-fadeIn {
    from {
        opacity: 0.1;
    }
    to {
        opacity: 1;
    }
}

/* Hero Subtitle */
.theme2026-hero-subtitle {
    background-image: url('/images/2026theme_eng/sec2/sec2_subtitle_bg.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    width: 50%;
    margin: 0 auto;
    opacity: 0;
    animation: theme2026-fadeIn 1s ease-out 1s forwards;
}

.theme2026-hero-subtitle p {
    margin: 0;
    line-height: 1.3;
}

.theme2026-subtitle-line1 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.theme2026-subtitle-line2,
.theme2026-subtitle-line3 {
    font-size: 18px;
    font-weight: 600;
}

.theme2026-sec3 {
    background-color: #e8f0e8;
    background-image: url('/images/2026theme_eng/sec3/sec3_bg.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1920 / 501;
    padding: 35px 0;
}

/* Content Section */
.theme2026-content-section {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.theme2026-section-title {
    font-size: 2vw;
    font-weight: 500;
    color: #333;
    
    letter-spacing: 2px;
}

.theme2026-section-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.theme2026-highlight-text {
    font-size: 1.3vw;
    
    color: #333;
    margin: 0;
}

.theme2026-main-text {
    font-size: 1.3vw;
    line-height: 1.8;
    color: #333;
    margin: 0;
    letter-spacing: 0.2px;
}

.theme2026-text-blue {
    color: #0066cc;
    font-weight: 500;
}

/* Section 4 - Strategy */
.theme2026-sec4 {
    background-color: #fff;
    padding: 50px 5%;
}

.theme2026-strategy-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    margin: 0 auto;
}

.theme2026-strategy-graph {
    flex: 0.7;
    width: 20%;
    opacity: 0;
    transform: rotate(-30deg) scale(0.8);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.theme2026-strategy-graph.theme2026-visible {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.theme2026-strategy-graph img {
    width: 100%;
    height: auto;
}

.theme2026-strategy-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.theme2026-strategy-item {
    text-align: left;
}

.theme2026-strategy-title {
    font-size: 1.7vw;
    font-weight: 400;
    
    letter-spacing: 0.2px;
}

.theme2026-strategy-text {
    font-size: 1.3vw;
    line-height: 1.6;
    color: #333;
    margin: 0;
    letter-spacing: 0.2px;
}

/* Color Classes */
.theme2026-color-blue {
    color: #00aeeb;
}

.theme2026-color-lime {
    color: #c3d600;
}

.theme2026-color-teal {
    color: #01a89e;
}

/* Section 5 */
.theme2026-sec5 {
    background-image: url('/images/2026theme_eng/sec5/sec5-bg.jpg');
    background-size: 100% 100%;

    background-repeat: no-repeat;


    display: flex;
    align-items: center;
}

.theme2026-sec5-front {
    height: auto;
    align-self: flex-start;
}

/* Section 6 */
.theme2026-sec6 {
    background-image: url('/images/2026theme_eng/sec6/sec6_l11_bg.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    
    aspect-ratio: 1920 / 839;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme2026-sec6-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 800px;
    margin: 5% auto;
}

.theme2026-sec6-title {
    font-size: 1.87vw;
    font-weight: 600;
    color: #333;
    margin: 0 0 0px 0;
    letter-spacing: 0.2px;
}
.theme2026-sec3-title-line {
    width: 50vw;
    height: 2.5px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}
.theme2026-sec7-title-line {
    width: 50vw;
    height: 2.5px;
    margin: 0 auto;
    margin-bottom: 5px;
    text-align: center;
}
.theme2026-sec6-title-line {
    width: 25vw;
    height: 2.5px;
    margin: 0 auto;
    
    text-align: center;
}

.theme2026-sec6-subtitle {
    font-size: 1.25vw;
    font-weight: 400;
    color: #333;
    margin: 0 0 3vw 0;
    letter-spacing: 0.2px;
}

.theme2026-sec6-description {
    margin-bottom: 35px;
    line-height: 1.4;
    letter-spacing: 0.2px;
}

.theme2026-sec6-description p {
    margin: 0 0 0.5vw 0;
    font-size: 1.2vw;
    color: #333;
}

.theme2026-highlight-blue {
    color: #00458a;
    font-weight: 400;
}

.theme2026-sec6-date {
    margin-bottom: 15px;
    letter-spacing: 0.2px;
}

.theme2026-sec6-date p {
    font-size: 1.34vw;
    font-weight: 600;
    color: #00458a;
    margin: 0;
    display: inline-block;
}

.theme2026-date-bar {
    color: #003c77;
    font-size: 1.25vw;
    font-weight: 400;
    margin: 0 10px;
    padding-left: 1vw;
    padding-right: 1vw;
    line-height: 1;
    border-left: 3px solid #00458a;
    border-right: 3px solid #00458a;
}
.theme2026-bold-text {
    font-weight: 600;
}

.theme2026-sec6-footer {
    font-size: 1.1vw;
    color: #3c3c3c;
    margin: 0;
    line-height: 1;
    letter-spacing: 0.2px;
}

.theme2026-contact-info-circle {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    width: 19%;
    aspect-ratio: 1 / 1;
   
    border-radius: 50%;
    z-index: 1;
    opacity: 0.9;
}

/* 桌面版聯絡資訊樣式 */
.theme2026-contact-info-text {

    position: absolute;
    right: 4%;
    width: 19%;
    aspect-ratio: 1 / 1;
    color: #000;
    top: 45%;
    transform: translateY(-20%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;

}

.theme2026-contact-info-text p {
    margin: 0;
    font-size: 1.1vw;
    color: #ffffff;
    text-align: center;
    line-height: 1.4;
    margin-left: 8%;
}

.theme2026-contact-info-text .theme2026-name-large {
    font-size: 1.8vw;
    margin-left: 0.2em;
}

/* .sec6::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    aspect-ratio: 1751 / 600;
    background-image: url('/images/2026theme_eng/sec6/sec6_l11_bg.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 2;
} */

/* Section 7 */
.theme2026-sec7 {
    background: url('/images/2026theme_eng/sec7/sec7bg.png') no-repeat center center;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1919 / 600;
    padding: 6vw 0 4vw;
    width: 100%;
}

.theme2026-sec7-content {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.theme2026-sec7-title {
    font-size: 2.3vw;
    font-weight: 600;
    color: #333;
    margin: 0 0 0px 0;
    letter-spacing: 0.2px;
    line-height: 1.6;
}

.theme2026-sec7-subtitle {
    font-size: 1.25vw;
    font-weight: 700;
    color: #003f7e;
    margin: 0 0 30px 0;
    letter-spacing: 0.2px;
}

.theme2026-sec7-description {
    display: flex;
    flex-direction: column;
    gap: 0px;
    letter-spacing: 0.2px;
}

.theme2026-sec7-description p {
    margin: 0;
    font-size: 1.3vw;
    color: #333;
    line-height: 1.8;
}

.theme2026-desc-line1,
.theme2026-desc-line2,
.theme2026-desc-line3,
.theme2026-desc-line4 {
    letter-spacing: 0.2px;
}

/* Section 8 */
.theme2026-sec8 {
    background-image: url('/images/2026theme_eng/sec8/sec8bg.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 1031;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme2026-sec8-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.theme2026-sec8-left {
    position: absolute;
    left: 25%;
    top: 14.5%;
    width: 65%;
}

.theme2026-sec8-intro {
    font-size: 1vw;
    color: #fff;
    margin: 1.5vh 0 1.5vh 0;
}

.theme2026-intro-bar {
    color: #fff;
    font-size: 1.2vw;
    margin-left: 5vw;
    padding-top: 1.5vh;
}

.theme2026-arrow-blocks {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.theme2026-arrow-block {
    display: flex;
    align-items: center;
    padding: 2vw 2vw;
    position: relative;
    height: 7.8vw;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.theme2026-arrow-block.theme2026-visible {
    opacity: 1;
    transform: translateY(0);
}

/* 為每個 arrow-block 設置不同的延遲時間 */
.theme2026-arrow-block:nth-child(1).theme2026-visible {
    transition-delay: 0s;
}

.theme2026-arrow-block:nth-child(2).theme2026-visible {
    transition-delay: 0.25s;
}

.theme2026-arrow-block:nth-child(3).theme2026-visible {
    transition-delay: 0.5s;
}

.theme2026-arrow-block:nth-child(4).theme2026-visible {
    transition-delay: 0.75s;
}

.theme2026-arrow-title {
    font-size: 1.5vw;
    font-weight: 500;
    color: #fff;
    
    height: 3vw;
    padding-right: 2vw;
    padding-left: 3vw;
}

.theme2026-arrow-text {
    flex: 1;
    padding-left: 30px;
    letter-spacing: 0.2px;
}

.theme2026-arrow-text p {
    margin: 0;
    font-size: 0.9vw;
    color: #fff;
    line-height: 1.6;
}

.theme2026-sec8-right {
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    width: 24%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    letter-spacing: 0.2px;
}

.theme2026-sec8-highlight {
    font-size: 1.3vw;
    color: #333;
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.05vw;
}

.theme2026-sec8-cta {
    font-size: 1vw;
    color: #333;
    margin: 0;
    line-height: 1.2;
}

/* Section 9 */
.theme2026-sec9 {
    background-image: url('/images/2026theme_eng/sec9/sec9bg.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    aspect-ratio: 1919 / 865;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme2026-sec9-content {
    position: absolute;
    display: flex;
    width: 80%;
    height: 100%;
    top: 0;
    left: 0;
    
}

.theme2026-sec9-step {
    flex: 1;
    position: relative;
}

.theme2026-sec9-step1 {
    margin-left: 7%;
    padding-top: 7%;
}

.theme2026-sec9-step2 {
    margin-left: 2%;
    padding-top: 7%;
}

.theme2026-step-header {
    font-size: 1.5vw;
    font-weight: 500;
    color: #333;
    margin: 0 0 2vw 0;
}

.theme2026-step-number {
    font-size: 2vw;
    font-weight: 300;
    color: #ccc;
    margin-right: 10px;
}

.theme2026-step-items {
    display: flex;
    flex-direction: column;
    gap: 0.8vw;
}

.theme2026-step-item {
    padding: 0 20px;
    height: 8.2vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.theme2026-step-item p {
    margin: 0;
    font-size: 1vw;
    color: #fff;
    line-height: 1.4;
    text-align: center;
}

/* Section 10 */
.theme2026-sec10 {
    background-image: url('/images/2026theme_eng/sec10/sec10_bg.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 882;
}

.theme2026-sec10-content {
    width: 50%;
    margin: 0 0 0 25%;
    text-align: center;
    padding: 1%;
}

.theme2026-sec10-main-text {
    display: flex;
    flex-direction: column;
    margin-top: 22%;
    letter-spacing: 0.2px;
}

.theme2026-sec10-highlight {
    font-size: 1.3vw;

    color: #fff;
    margin: 0;
    letter-spacing: 0.2px;
}

.theme2026-sec10-description {
    font-size: 1.3vw;
    
    color: #fff;
    margin: 0;
    line-height: 1.6;
}

.theme2026-sec10-cta-button {
    margin-top: 5.7%;
    font-size: 1.3vw;
}

.theme2026-sec10-cta-button.theme2026-blink {
    animation: theme2026-blinkEffect 0.5s ease-in-out 3;
}

@keyframes theme2026-blinkEffect {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.05);
    }
}

.theme2026-sec10-cta-button .theme2026-cta-line1 {
    font-size: 1.3vw;
    letter-spacing: 0.2px;
    color: #fff;
    margin: 0 0 5px 0;

}

.theme2026-sec10-cta-button .theme2026-cta-line2 {
    font-size: 1.3vw;
    letter-spacing: 0.2px;
    color: #fff;
    margin: 0;

}

.theme2026-sec10-contact {
    display: flex;
    flex-direction: column;
    letter-spacing: 0.2px;
    margin-top: 14%;
}

.theme2026-sec10-contact .theme2026-contact-title {
    font-size: 1.1vw;
    
    color: #fff;
    margin: 0 0 0px 0;
}

.theme2026-sec10-contact .theme2026-contact-org {
    font-size: 1.1vw;
    
    color: #fff;
    margin: 0;
}

.theme2026-sec10-contact .theme2026-contact-email,
.theme2026-sec10-contact .theme2026-contact-phone {
    font-size: 1.1vw;

    color: #fff;
    margin: 0;
}

/* 桌面版：顯示桌面版內容，隱藏手機版內容 */
.theme2026-desktop-only {
    display: block;
}

.theme2026-mobile-only {
    display: none;
}

.theme2026-thin-text {
    font-weight: 200;
    letter-spacing: 0.2px;
}


/* 浮動報名表單視窗 */
.theme2026-float-widget {
    position: fixed;
    right: -350px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    transition: right 0.3s ease-in-out;
}

.theme2026-float-widget.theme2026-expanded {
    right: 0;
}

.theme2026-float-tab {
    position: absolute;
    right: 98%;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #0066cc 0%, #003f7e 100%);
    color: #fff;
    padding: 20px 12px;
    cursor: pointer;
    border-radius: 8px 0 0 8px;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transition: all 0.3s ease;
}

.theme2026-float-tab:hover {
    background: linear-gradient(135deg, #0077ee 0%, #004d99 100%);
    box-shadow: -3px 3px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-50%) translateX(-5px);
}

.theme2026-tab-text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.theme2026-float-content {
    position: relative;
    background: #ffffff;
    width: 350px;
    border-radius: 8px 0 0 8px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.theme2026-float-content.theme2026-active {
    /* 展開時的狀態由父元素控制 */
}

.theme2026-float-header {
    background: linear-gradient(135deg, #0066cc 0%, #003f7e 100%);
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.theme2026-float-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
}

.theme2026-close-btn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.theme2026-close-btn:hover {
    transform: rotate(90deg);
}

.theme2026-float-body {
    padding: 25px;
}

.theme2026-float-description {
    font-size: 15px;
    color: #333;
    margin: 0 0 20px 0;
    text-align: center;
    letter-spacing: 1px;
}

.theme2026-download-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.theme2026-download-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px solid #0066cc;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    cursor: pointer;
}

.theme2026-download-btn:hover {
    background: linear-gradient(135deg, #0066cc 0%, #003f7e 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

.theme2026-icon {
    font-size: 24px;
    flex-shrink: 0;
}

.theme2026-download-btn span:last-child {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}

.theme2026-float-footer {
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
    text-align: center;
}

.theme2026-float-footer p {
    margin: 0 0 8px 0;
    font-size: 14px;
    color: #666;
}

.theme2026-email-link {
    font-size: 14px;
    color: #0066cc;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* 響應式設計 */
@media screen and (max-width: 768px) {
    .theme2026-float-widget {
        right: -300px;
    }

    .theme2026-float-content {
        width: 300px;
    }

    .theme2026-float-header h3 {
        font-size: 18px;
    }

    .theme2026-tab-text {
        font-size: 14px;
    }

    .theme2026-float-tab {
        padding: 15px 10px;
    }

    .theme2026-download-btn {
        padding: 12px 15px;
    }

    .theme2026-download-btn span:last-child {
        font-size: 14px;
    }
}