.elementor-2161 .elementor-element.elementor-element-e31773b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2161 .elementor-element.elementor-element-5fc8779{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:-10px;--padding-right:-10px;}.elementor-2161 .elementor-element.elementor-element-a0c8e96{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:-10px;--padding-right:-10px;}.elementor-2161 .elementor-element.elementor-element-283e36f{width:100%;max-width:100%;}.elementor-2161 .elementor-element.elementor-element-b420719{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2161 .elementor-element.elementor-element-260726c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:-10px;--padding-right:-10px;}.elementor-2161 .elementor-element.elementor-element-9b20d52{width:100%;max-width:100%;}.elementor-2161 .elementor-element.elementor-element-06837c4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2161 .elementor-element.elementor-element-aedb804{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2161 .elementor-element.elementor-element-43a17f1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-2161 .elementor-element.elementor-element-b420719{--padding-top:0px;--padding-bottom:0px;--padding-left:-10px;--padding-right:-10px;}.elementor-2161 .elementor-element.elementor-element-d54ab9f{width:100%;max-width:100%;}.elementor-2161 .elementor-element.elementor-element-d54ab9f > .elementor-widget-container{padding:0px -10px 0px -10px;}}/* Start custom CSS *//* RPA 頁面完整 CSS 樣式 */
:root {
    --primary-blue: #3498db;
    --primary-dark: #2980b9;
    --accent-red: #e74c3c;
    --dark-text: #2c3e50;
    --light-text: #f0f8ff;
    --card-bg-light: #f7f0dd;
    --card-border-light: #fffaf0;
    --section-bg-dark: #344b60;
    --section-bg-light: #f7f0dd;
    --cooperation-section-bg: #f7f0dd;
    --card-hover-bg: #F7F0DD;
    --card-hover-border: #FCF5C5;
    --darkest-text-on-light-hover: #1c1c1c;
    --button-border-color: #FCF5C5;
    --button-text-color: #FCF5C5;
    --button-hover-bg: #F7F0DD;
    --button-hover-text: #1c1c1c;
    --gradient-primary: linear-gradient(135deg, #f7f0dd 0%, #344b60 100%);
    --gradient-secondary: linear-gradient(135deg, #f7f0dd 0%, #344b60 100%);
    --shadow-light: 0 5px 15px rgba(52, 75, 96, 0.1);
    --shadow-medium: 0 10px 25px rgba(52, 75, 96, 0.15);
    --shadow-heavy: 0 20px 40px rgba(52, 75, 96, 0.2);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* 降低 hero-section 的層級 */
.hero-section {
    z-index: 1 !important;
    position: relative !important;
}

/* 確保選單在最上層 */
@media (max-width: 768px) {
  .elementor-location-header {
    z-index: 999999 !important;
    position: relative !important;
  }
  
  .elementor-nav-menu--dropdown {
    z-index: 999999 !important;
    position: absolute !important;
  }
}
body {
    font-family: 'Noto Sans TC', sans-serif;
    color: var(--dark-text);
    background-color: transparent;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/* Section 1: Video Section */
.video-section {
    padding: 0;
    background: transparent;
    position: relative;
    min-height: 50vh;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: white;
    padding: 40px;
    text-align: center;
    z-index: 2;
}

.video-title {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 10px;
}

.video-subtitle {
    font-size: 1.2em;
    opacity: 0.9;
}

/* Section 2: Hero Section */
.hero-section {
    background: var(--gradient-primary);
    color: white;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
}

.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.9em;
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
}

.hero-title {
    font-size: clamp(2.5em, 5vw, 4em);
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.2;
    color: white;
}

.hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    opacity: 0.9;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 50px 0;
    flex-wrap: wrap;
}

.hero-stat {
    text-align: center;
}

.hero-stat-number {
    font-size: 2.5em;
    font-weight: 700;
    display: block;
    color: #FFD700;
}

.hero-stat-label {
    font-size: 0.9em;
    opacity: 0.8;
    color: white;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.btn-primary {
    background: var(--card-hover-bg);
    color: var(--darkest-text-on-light-hover);
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-light);
    border: 2px solid var(--card-hover-border);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-medium);
    background: var(--card-hover-border);
    color: var(--darkest-text-on-light-hover);
}

.btn-secondary {
    background: transparent;
    color: white;
    padding: 15px 35px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-color: white;
}

/* Section 3: Features & Benefits */
.features-section {
    padding: 100px 20px;
    background: linear-gradient(to right, #0c1a20, #192e36, #234450);
    color: #f5f5f5;
    position: relative;
}

.features-section .section-badge {
    background: rgba(255, 255, 255, 0.1);
    color: #FCF5C5;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.features-section .section-title {
    color: #FCF5C5;
    font-size: 2.5rem;
}

.features-section .section-subtitle {
    color: #ddd;
}

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

.section-header {
    text-align: center;
    margin-bottom: 80px;
}

.section-badge {
    display: inline-block;
    background: var(--gradient-primary);
    color: white;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 0.9em;
    margin-bottom: 20px;
}

.section-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--dark-text);
}

.section-subtitle {
    font-size: 1.2em;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 60px;
}

.feature-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    border-radius: 1rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    display: none;
}

.feature-card:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 32px rgba(0, 255, 255, 0.3);
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: rgba(252, 245, 197, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    color: #FCF5C5;
}

.feature-title {
    font-size: 1.4em;
    margin-bottom: 15px;
    font-weight: 600;
    color: #FFECAF;
}

.feature-description {
    font-size: 1em;
    color: #ccc;
    line-height: 1.7;
}

/* Benefits Section */
.benefits-section {
    background: transparent;
    color: var(--dark-text);
    padding: 100px 20px;
    position: relative;
}

.benefits-section .section-badge {
    background: var(--gradient-primary);
    color: white;
}

.benefits-section .section-title {
    color: var(--dark-text);
}

.benefits-section .section-subtitle {
    color: #666;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.benefit-item {
    background: var(--card-bg-light);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(247, 240, 221, 0.4);
    box-shadow: var(--shadow-light);
}

.benefit-item:hover {
    background: #F7F0DD;
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
}

.benefit-number {
    font-size: 3em;
    font-weight: 700;
    color: #FFD700;
    margin-bottom: 10px;
}

.benefit-label {
    font-size: 1.1em;
    opacity: 0.9;
}

/* Section 4: Case Studies & Pricing */
.final-section {
    padding: 100px 20px;
    background: transparent;
}

.case-studies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 60px;
    margin-bottom: 100px;
}

.case-study-card {
    background: var(--card-bg-light);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-light);
    transition: all 0.3s ease;
    border: 1px solid rgba(247, 240, 221, 0.6);
}

.case-study-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-medium);
}

.case-study-header {
    background: var(--gradient-primary);
    color: white;
    padding: 30px;
    text-align: center;
}

.case-study-company {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 10px;
}

.case-study-industry {
    opacity: 0.8;
}

.case-study-content {
    padding: 30px;
}

.case-study-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 25px;
}

.case-study-stat {
    text-align: center;
    padding: 15px;
    background: rgba(247, 240, 221, 0.8);
    border-radius: 10px;
}

.case-study-stat-number {
    font-size: 1.8em;
    font-weight: 700;
    color: var(--section-bg-dark);
}

.case-study-stat-label {
    font-size: 0.9em;
    color: #666;
}

.case-study-description {
    color: #666;
    line-height: 1.6;
}

/* Pricing Section */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-card {
    background: var(--card-bg-light);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: var(--shadow-light);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid rgba(247, 240, 221, 0.6);
}

.pricing-card.featured {
    transform: none;
    border: 3px solid var(--section-bg-dark);
}

.pricing-card.featured::before {
    content: '最受歡迎';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--section-bg-dark);
    color: white;
    padding: 8px 25px;
    border-radius: 20px;
    font-size: 0.9em;
    font-weight: 600;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-medium);
}

.pricing-card.featured:hover {
    transform: translateY(-10px);
}

.pricing-plan {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--dark-text);
}

.pricing-price {
    font-size: 2.5em;
    font-weight: 700;
    color: var(--section-bg-dark);
    margin-bottom: 5px;
}

.pricing-period {
    color: #666;
    margin-bottom: 30px;
}

.pricing-features {
    list-style: none;
    margin-bottom: 30px;
}

.pricing-features li {
    padding: 8px 0;
    color: #666;
    position: relative;
    padding-left: 25px;
}

.pricing-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}

.pricing-cta {
    width: 100%;
    padding: 15px;
    background: var(--card-hover-bg);
    color: var(--darkest-text-on-light-hover);
    border: 2px solid var(--card-hover-border);
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.1em;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pricing-cta:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-light);
    background: var(--card-hover-border);
    color: var(--darkest-text-on-light-hover);
}

/* FAQ Section */
.faq-container {
    max-width: 800px;
    margin: 100px auto 0;
}

.faq-item {
    margin-bottom: 20px;
}

.faq-question {
    background: var(--card-bg-light);
    border: 1px solid rgba(247, 240, 221, 0.6);
    padding: 25px;
    width: 100%;
    text-align: left;
    font-size: 1.1em;
    font-weight: 600;
    color: var(--dark-text);
    border-radius: 10px;
    box-shadow: var(--shadow-light);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.faq-question.active::after {
    transform: translateY(-50%) rotate(45deg);
}

.faq-question:hover {
    box-shadow: var(--shadow-medium);
}

.faq-answer {
    background: rgba(247, 240, 221, 0.8);
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 0 0 10px 10px;
}

.faq-answer.active {
    padding: 25px;
    max-height: 200px;
}

.faq-answer p {
    color: #666;
    line-height: 1.6;
}

/* CTA Section */
.cta-section {
    background: transparent;
    color: var(--dark-text);
    padding: 80px 20px;
    text-align: center;
    margin-top: 100px;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta-title {
    font-size: 2.5em;
    margin-bottom: 20px;
    font-weight: 700;
}

.cta-subtitle {
    font-size: 1.2em;
    margin-bottom: 40px;
    opacity: 0.9;
}

/* Footer */
.footer {
    text-align: center;
    padding: 30px 20px;
    background-color: transparent;
    color: #777;
    font-size: 0.9em;
    margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
    /* Video Section Mobile */
    .video-wrapper {
        height: 40vh;
        min-height: 300px;
    }

    .video-title {
        font-size: 1.8em;
    }

    .video-subtitle {
        font-size: 1em;
    }

    .video-overlay {
        padding: 20px;
    }

    /* Hero Section Mobile */
    .hero-stats {
        flex-direction: column;
        gap: 20px;
        margin: 30px 0;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .btn-primary, .btn-secondary {
        width: 80%;
        max-width: 300px;
        padding: 12px 25px;
        font-size: 1em;
    }

    /* Typography Mobile */
    .section-title {
        font-size: 2em;
        margin-bottom: 15px;
    }

    .section-subtitle {
        font-size: 1em;
        margin-bottom: 40px;
    }

    .hero-title {
        font-size: 2.2em;
        line-height: 1.3;
    }

    .hero-subtitle {
        font-size: 1.1em;
    }

    /* Features Grid Mobile */
    .features-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .feature-card {
        padding: 25px 20px;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5em;
        margin-bottom: 20px;
    }

    .feature-title {
        font-size: 1.3em;
    }

    .feature-description {
        font-size: 0.95em;
    }

    /* Benefits Mobile */
    .benefits-grid, 
    .case-studies-grid, 
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .benefit-item, 
    .case-study-card, 
    .pricing-card {
        padding: 25px 20px;
    }

    .benefit-number {
        font-size: 2.5em;
    }

    .benefit-label {
        font-size: 1em;
    }

    /* Pricing Mobile */
    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
    }

    .pricing-card.featured {
        transform: none;
        margin-top: 0;
    }

    .pricing-price {
        font-size: 2em;
    }

    .pricing-features {
        font-size: 0.95em;
    }

    .pricing-cta {
        padding: 12px;
        font-size: 1em;
    }

    /* FAQ Mobile */
    .faq-question {
        padding: 20px;
        font-size: 1em;
    }

    .faq-question::after {
        right: 20px;
        font-size: 1.3em;
    }

    .faq-answer.active {
        padding: 20px;
        max-height: 300px;
    }

    /* Case Studies Mobile */
    .case-study-stats {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .case-study-stat-number {
        font-size: 1.5em;
    }

    .case-study-content {
        padding: 25px 20px;
    }

    /* Container Mobile */
    .container {
        padding: 10px;
    }

    /* Section Padding Mobile */
    .features-section,
    .benefits-section,
    .final-section {
        padding: 60px 15px;
    }

    .hero-section,
    .cta-section {
        padding: 50px 15px;
    }

    /* Misc Mobile */
    .hero-badge {
        font-size: 0.8em;
        padding: 6px 15px;
        margin-bottom: 20px;
    }

    .section-badge {
        font-size: 0.8em;
        padding: 5px 15px;
    }

    .cta-title {
        font-size: 2em;
    }

    .cta-subtitle {
        font-size: 1.1em;
    }
}

/* Extra Small Devices */
@media (max-width: 480px) {
    .video-wrapper {
        height: 35vh;
        min-height: 250px;
    }

    .hero-title {
        font-size: 1.8em;
    }

    .section-title {
        font-size: 1.7em;
    }

    .benefit-number {
        font-size: 2.2em;
    }

    .feature-card, 
    .benefit-item, 
    .case-study-card, 
    .pricing-card {
        padding: 20px 15px;
    }

    .btn-primary, .btn-secondary {
        width: 90%;
        padding: 10px 20px;
    }
}

/* Tablet Features Grid */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .feature-title {
        font-size: 1.2em;
    }

    .feature-description {
        font-size: 0.9em;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in-up {
    animation: fadeInUp 0.6s ease forwards;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
    
}/* End custom CSS */