
        :root {
            --primary-color: #145cf1;
            --primary-dark: #0f4ad1;
            --primary-light: #3b7bf4;
            --secondary-color: #f8fafc;
            --text-dark: #1e293b;
            --text-light: #64748b;
            --success-color: #10b981;
            --warning-color: #f59e0b;
        }
        
        body {
            font-family: 'Inter', sans-serif;
            line-height: 1.6;
            color: var(--text-dark);
        }
        
        .hero-section {
            background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
                        url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2071&q=80');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            min-height: 100vh;
            color: white;
            display: flex;
            align-items: center;
        }
        
        .primary-btn {
            background-color: var(--primary-color);
            border: none;
            color: white;
            padding: 12px 30px;
            border-radius: 25px;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(20, 92, 241, 0.3);
        }
        
        .primary-btn:hover {
            background-color: var(--primary-dark);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(20, 92, 241, 0.4);
            color: white;
        }
        
        .feature-card {
            background: white;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
            height: 100%;
        }
        
        .feature-card:hover {
            transform: translateY(-5px);
        }
        
        .primary-circle {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 28px;
            flex-shrink: 0;
            box-shadow: 0 8px 20px rgba(20, 92, 241, 0.3);
        }
        
        .feature-section {
            background: #fff;
            padding: 100px 0;
        }
        
        .feature-images {
            position: relative;
        }
        
        .feature-main-img {
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            width: 100%;
            height: 500px;
            object-fit: cover;
        }
        
        .feature-bottom-container {
            display: flex;

            margin-top: 20px;
        }
        
        .feature-primary-box {
            background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
            color: white;
            padding: 40px 30px;
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            box-shadow: 0 15px 35px rgba(20, 92, 241, 0.3);
            min-height: 200px;
            border-radius: 16px;
        }
        
        .feature-primary-text {
            font-size: 1.8rem;
            font-weight: 700;
            line-height: 1.2;
        }
        
        .feature-bottom-img {

            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            width: 100%;
            height: 200px;
            object-fit: cover;
            flex: 1;
        }
        
        /* 平板端樣式優化 */
        @media (max-width: 991px) {
            .hero-circle-btn {
                width: 160px;
                height: 160px;
            }
            
            .hero-circle-bg {
                width: 200px;
                height: 200px;
            }
            
            .floating-element {
                width: 50px;
                height: 50px;
                font-size: 20px;
            }
            
            .section-title {
                font-size: 2rem;
            }
        }
        
        /* 手機端樣式優化 */
        @media (max-width: 768px) {
            /* Hero Section 移動端 */
            .hero-section {
                background-attachment: scroll;
                min-height: 80vh;
                padding: 2rem 0;
            }
            
            .display-3 {
                font-size: 2.2rem !important;
                text-align: center;
            }
            
            .lead {
                font-size: 1.1rem !important;
                text-align: center;
            }
            
            .hero-stats-badge {
                margin: 0.5rem;
                padding: 0.75rem 1rem;
            }
            
            /* 圓形按鈕移動端 */
            .hero-circle-btn {
                width: 140px;
                height: 140px;
            }
            
            .hero-circle-bg {
                width: 180px;
                height: 180px;
            }
            
            /* 功能區塊移動端 */
            .feature-bottom-container {
                flex-direction: column;
                gap: 15px;
            }
            
            .feature-orange-text,
            .feature-primary-text {
                font-size: 1.4rem;
            }
            
            .feature-orange-box,
            .feature-primary-box {
                padding: 30px 20px;
                min-height: 150px;
            }
            
            .feature-main-img {
                height: 300px;
            }
            
            .primary-circle {
                width: 60px;
                height: 60px;
                font-size: 20px;
            }
            
            /* 按鈕移動端 */
            .primary-btn, .cta-button, .btn-premium {
                width: 100%;
                text-align: center;
                justify-content: center;
                margin-bottom: 1rem;
                padding: 1rem 2rem;
            }
            
            /* 導航移動端 */
            .navbar-nav {
                text-align: center;
                padding: 1rem 0;
            }
            
            .cta-btn-header {
                padding: 8px 20px;
                font-size: 0.9rem;
            }
            
            /* 卡片移動端 */
            .service-card, .feature-card {
                margin: 1rem 0;
                padding: 2rem 1.5rem;
            }
            
            /* 統計數據網格 */
            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 1.5rem;
            }
            
            /* 表單移動端 */
            .cta-form-inline {
                flex-direction: column;
                gap: 0.75rem;
            }
            
            /* Footer 移動端 */
            .footer-bottom-links {
                flex-direction: column;
                gap: 15px;
            }
            
            .social-links {
                justify-content: center;
                margin: 1.5rem 0;
            }
        }
        
        /* 超小屏幕優化 */
        @media (max-width: 576px) {
            /* Hero 超小屏 */
            .hero-section {
                min-height: 70vh;
                padding: 1.5rem 0;
            }
            
            .display-3 {
                font-size: 1.8rem !important;
                line-height: 1.2;
            }
            
            .badge-premium {
                font-size: 0.8rem;
                padding: 0.5rem 1rem;
            }
            
            .hero-circle-btn {
                width: 120px;
                height: 120px;
            }
            
            .hero-circle-bg {
                width: 160px;
                height: 160px;
            }
            
            /* 統計數據 */
            .hero-stats-badge {
                padding: 0.5rem 1rem;
                margin: 0.25rem;
            }
            
            .stats-grid {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
            
            /* 字體調整 */
            .section-title {
                font-size: 1.8rem;
            }
            
            .section-subtitle {
                font-size: 1rem;
            }
            
            /* 卡片調整 */
            .service-card, .feature-card, .testimonial-card-new {
                padding: 1.5rem;
                margin: 0.5rem 0;
            }
            
            .primary-circle {
                width: 50px;
                height: 50px;
                font-size: 18px;
            }
            
            /* CTA區塊 */
            .cta-simple-title {
                font-size: 1.5rem;
            }
            
            .cta-simple-form {
                padding: 1.5rem;
            }
            
            /* 推薦區塊 */
            .recommendation-title {
                font-size: 1.8rem;
            }
            
            /* 遠程工作區塊 */
            .remote-work-title {
                font-size: 2rem !important;
            }
            
            .remote-work-subtitle {
                font-size: 1rem !important;
            }
            
            /* 容器邊距 */
            .container {
                padding-left: 1rem;
                padding-right: 1rem;
            }
            
            /* WhatsApp按鈕 */
            .whatsapp-float {
                width: 50px;
                height: 50px;
                bottom: 20px;
                right: 20px;
                font-size: 24px;
            }
            
            /* Footer超小屏進一步優化 */
            .footer-section h6 {
                font-size: 1rem;
            }
            
            .footer-section h6::after {
                left: 50% !important;
                transform: translateX(-50%);
                width: 20px;
            }
            
            .footer-description {
                font-size: 0.85rem;
                color: rgba(255, 255, 255, 0.9);
            }
            
            .social-link {
                width: 40px;
                height: 40px;
                font-size: 14px;
            }
            
            /* Footer手機端深度優化 */
            .footer-modern {
                padding: 3rem 0 2rem 0;
            }
            
            .footer-main {
                padding: 2rem 0 1.5rem 0;
            }
            
            .footer-brand {
                text-align: center;
                margin-bottom: 2.5rem;
            }
            
            .footer-logo {
                height: 35px;
                margin: 0 auto 1rem auto;
                display: block;
            }
            
            .footer-description {
                font-size: 0.9rem;
                line-height: 1.6;
                max-width: 100%;
                text-align: center;
                margin-bottom: 2rem;
                color: rgba(255, 255, 255, 0.85);
            }
            
            .social-links {
                justify-content: center;
                gap: 15px;
                margin-bottom: 2.5rem;
                flex-wrap: wrap;
            }
            
            .social-link {
                width: 45px;
                height: 45px;
                font-size: 16px;
                transition: all 0.3s ease;
            }
            
            .footer-section {
                text-align: center;
                margin-bottom: 2rem;
                padding: 0 1rem;
            }
            
            .footer-section h6 {
                font-size: 1.1rem;
                margin-bottom: 1.25rem;
                color: white;
                position: relative;
                padding-bottom: 0.5rem;
            }
            
            .footer-section h6::after {
                left: 50%;
                transform: translateX(-50%);
                width: 25px;
            }
            
            .footer-links {
                display: flex;
                flex-direction: column;
                gap: 0.85rem;
                align-items: center;
            }
            
            .footer-links a {
                font-size: 0.95rem;
                padding: 0.5rem 1rem;
                border-radius: 6px;
                transition: all 0.3s ease;
                display: inline-block;
                min-width: 120px;
                text-align: center;
            }
            
            .footer-links a:hover {
                background: rgba(20, 92, 241, 0.1);
                color: var(--primary-color);
                transform: translateX(0);
            }
            
            .contact-item {
                justify-content: center;
                text-align: left;
                margin-bottom: 1.25rem;
                max-width: 280px;
                margin-left: auto;
                margin-right: auto;
            }
            
            .contact-icon {
                width: 40px;
                height: 40px;
                margin-right: 15px;
                flex-shrink: 0;
                font-size: 14px;
            }
            
            .footer-bottom {
                padding: 2rem 0;
                border-top: 1px solid rgba(255, 255, 255, 0.12);
                text-align: center;
            }
            
            .footer-copyright-text {
                font-size: 0.9rem;
                line-height: 1.6;
                margin-bottom: 1.5rem;
                color: rgba(255, 255, 255, 0.8);
            }
            
            .footer-bottom-links {
                flex-wrap: wrap;
                justify-content: center;
                gap: 1.25rem;
                margin-top: 1rem;
            }
            
            .footer-bottom-links a {
                font-size: 0.9rem;
                padding: 0.5rem 0.75rem;
                border-radius: 4px;
                transition: all 0.3s ease;
                color: rgba(255, 255, 255, 0.7);
            }
            
            .footer-bottom-links a:hover {
                color: var(--primary-color);
                background: rgba(20, 92, 241, 0.1);
            }
        }
        
        /* 極小屏幕優化 */
        @media (max-width: 480px) {
            .hero-section {
                min-height: 60vh;
            }
            
            .display-3 {
                font-size: 1.6rem !important;
            }
            
            .hero-circle-btn {
                width: 100px;
                height: 100px;
                font-size: 0.8rem;
            }
            
            .hero-actions {
                flex-direction: column;
                gap: 0.75rem;
            }
            
            .section-padding {
                padding: 3rem 0;
            }
            
            .floating-element {
                display: none;
            }
        }
        
        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 2rem;
        }
        
        .section-subtitle {
            font-size: 1.2rem;
            color: #6c757d;
            line-height: 1.8;
            margin-bottom: 3rem;
        }
        
        /* 遠程工作自由區塊樣式 */
        .remote-work-section {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                        url('https://images.unsplash.com/photo-1521791136064-7986c2920216?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2069&q=80');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            color: white;
            padding: 120px 0;
            text-align: center;
        }
        
        .remote-work-title {
            font-size: 3rem;
            font-weight: 700;
            color: white;
            margin-bottom: 1.5rem;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }
        
        .remote-work-subtitle {
            font-size: 1.3rem;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 2.5rem;
            font-weight: 400;
        }
        
        .cta-button {
            background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
            color: white;
            border: none;
            padding: 15px 40px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 12px;
            box-shadow: 0 8px 25px rgba(20, 92, 241, 0.4);
            transition: all 0.3s ease;
        }
        
        .cta-button:hover {
            background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
            transform: translateY(-2px);
            box-shadow: 0 12px 35px rgba(20, 92, 241, 0.6);
            color: white;
        }
        
        @media (max-width: 768px) {
            .remote-work-section {
                padding: 80px 0;
            }
            
            .remote-work-title {
                font-size: 2.2rem;
            }
            
            .remote-work-subtitle {
                font-size: 1.1rem;
            }
        }
        
        /* 推薦/建議區塊樣式 */
        .testimonial-section {
            background: #f8f9fa;
            padding: 100px 0;
        }
        
        .recommendation-left {
            background: #fff;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            text-align: center;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .recommendation-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 20px;
        }
        
        .recommendation-subtitle {
            color: #6c757d;
            font-size: 1.1rem;
            margin-bottom: 30px;
        }
        
        .primary-rating-box {
            background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
            color: white;
            padding: 20px;
            border-radius: 15px;
            margin: 20px 0;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(20, 92, 241, 0.3);
        }
        
        .rating-text {
            font-weight: 600;
            font-size: 1rem;
        }
        
        .stars-container {
            font-size: 1.5rem;
            color: var(--warning-color);
            margin-top: 15px;
        }
        

        .swiper-slide {
            height: auto;
            padding: 20px;
        }
        
        .testimonial-card-new {
            background: white;
            border-radius: 20px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            height: 100%;
            position: relative;

        }
        
        .quote-icon {
            font-size: 2rem;
            color: var(--primary-color);
            margin-bottom: 20px;
        }
        
        .testimonial-text {
            font-size: 1rem;
            line-height: 1.6;
            color: #6c757d;
            margin-bottom: 25px;
        }
        
        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        .author-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            object-fit: cover;
            flex-shrink: 0;
        }
        
        .author-info h6 {
            margin: 0;
            font-weight: 700;
            color: #2c3e50;
        }
        
        .author-info small {
            color: #6c757d;
            font-size: 0.9rem;
        }
        
        /* Swiper 導航樣式 */
        .swiper-pagination-bullet {
            background: var(--primary-color);
            opacity: 0.3;
        }
        
        .swiper-pagination-bullet-active {
            opacity: 1;
        }
        
        @media (max-width: 991px) {
            .recommendation-left {
                margin-bottom: 40px;
            }
            
            .recommendation-title {
                font-size: 2rem;
            }
        }
        
        @media (max-width: 768px) {
            .testimonial-section {
                padding: 60px 0;
            }
            
            .recommendation-left {
                padding: 30px;
            }
            
            .testimonial-card-new {
                padding: 25px;
                margin: 10px 5px;
            }
        }
        
        .section-padding {
            padding: 80px 0;
        }
        
        /* 新导航栏样式 */
        .navbar-modern {
            background: rgba(255, 255, 255, 0.95) !important;
            backdrop-filter: blur(15px);
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
            padding: 15px 0;
            transition: all 0.3s ease;
        }
        
        .navbar-modern.scrolled {
            padding: 10px 0;
            background: rgba(255, 255, 255, 0.98) !important;
            box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
        }
        
        .navbar-brand-logo {
            height: 40px;
            width: auto;
            transition: all 0.3s ease;
        }
        
        .navbar-modern .navbar-nav .nav-link {
            color: #2c3e50 !important;
            font-weight: 500;
            margin: 0 10px;
            padding: 8px 16px !important;
            border-radius: 8px;
            transition: all 0.3s ease;
            position: relative;
        }
        
        .navbar-modern .navbar-nav .nav-link:hover {
            color: var(--primary-color) !important;
            background: rgba(20, 92, 241, 0.1);
        }
        
        .navbar-modern .navbar-nav .nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 50%;
            background: var(--primary-color);
            transition: all 0.3s ease;
            transform: translateX(-50%);
        }
        
        .navbar-modern .navbar-nav .nav-link:hover::after,
        .navbar-modern .navbar-nav .nav-link.active::after {
            width: 80%;
        }
        
        .navbar-modern .navbar-nav .nav-link.active {
            color: var(--primary-color) !important;
            background: rgba(20, 92, 241, 0.1);
        }
        
        .navbar-toggler-modern {
            border: none;
            padding: 4px 8px;
        }
        
        .navbar-toggler-modern:focus {
            box-shadow: none;
        }
        
        .cta-btn-header {
            background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
            color: white;
            border: none;
            padding: 10px 24px;
            border-radius: 25px;
            font-weight: 600;
            font-size: 0.95rem;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(20, 92, 241, 0.3);
        }
        
        .cta-btn-header:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(20, 92, 241, 0.4);
            color: white;
            background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
        }
        
        /* 新页脚样式 */
        .footer-modern {
            background: linear-gradient(135deg, #1a252f 0%, #2c3e50 100%);
            color: white;
            position: relative;
            overflow: hidden;
        }
        
        .footer-modern::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(20, 92, 241, 0.5), transparent);
        }
        
        .footer-main {
            padding: 60px 0 40px 0;
        }
        
        .footer-brand {
            margin-bottom: 2rem;
        }
        
        .footer-logo {
            height: 45px;
            width: auto;
            margin-bottom: 1rem;
            filter: brightness(1.1);
        }
        
        .footer-description {
            color: rgba(255, 255, 255, 0.8);
            font-size: 1rem;
            line-height: 1.7;
            margin-bottom: 2rem;
            max-width: 300px;
        }
        
        .social-links {
            display: flex;
            gap: 15px;
        }
        
        .social-link {
            width: 45px;
            height: 45px;
            background: rgba(20, 92, 241, 0.1);
            border: 2px solid rgba(20, 92, 241, 0.3);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary-color);
            font-size: 18px;
            transition: all 0.3s ease;
            text-decoration: none;
        }
        
        .social-link:hover {
            background: var(--primary-color);
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(20, 92, 241, 0.4);
        }
        
        .footer-section h6 {
            color: white;
            font-weight: 700;
            margin-bottom: 1.5rem;
            font-size: 1.1rem;
            position: relative;
            padding-bottom: 8px;
        }
        
        .footer-section h6::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 30px;
            height: 2px;
            background: var(--primary-color);
        }
        
        .footer-links {
            list-style: none;
            padding: 0;
        }
        
        .footer-links li {
            margin-bottom: 10px;
        }
        
        .footer-links a {
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
            font-size: 0.95rem;
            transition: all 0.3s ease;
            display: inline-block;
        }
        
        .footer-links a:hover {
            color: var(--primary-color);
            transform: translateX(5px);
        }
        
        .contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            color: rgba(255, 255, 255, 0.8);
        }
        
        .contact-icon {
            width: 40px;
            height: 40px;
            background: rgba(20, 92, 241, 0.1);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            color: var(--primary-color);
            flex-shrink: 0;
        }
        
        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding: 25px 0;
            text-align: center;
        }
        
        .footer-bottom-links {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin-top: 15px;
        }
        
        .footer-bottom-links a {
            color: rgba(255, 255, 255, 0.6);
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.3s ease;
        }
        
        .footer-bottom-links a:hover {
            color: var(--primary-color);
        }
        
        @media (max-width: 991px) {
            .footer-main {
                padding: 40px 0 30px 0;
            }
            
            .footer-section {
                margin-bottom: 2rem;
            }
            
            .social-links {
                justify-content: center;
                margin: 1.5rem 0;
            }
        }
        
        @media (max-width: 768px) {
            .navbar-brand-logo {
                height: 35px;
            }
            
            .footer-bottom-links {
                flex-direction: column;
                gap: 15px;
            }
            
            .cta-btn-header {
                padding: 8px 20px;
                font-size: 0.9rem;
            }
        }
        
        /* 簡潔風底部CTA區塊 */
        .cta-simple {
            background: #fff;
            padding: 80px 0;
            border-top: 1px solid #e9ecef;
        }
        
        .cta-simple-content {
            text-align: center;
            max-width: 600px;
            margin: 0 auto;
        }
        
        .cta-simple-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 1rem;
            line-height: 1.2;
        }
        
        .cta-simple-subtitle {
            font-size: 1.2rem;
            color: #6c757d;
            margin-bottom: 2.5rem;
            font-weight: 400;
        }
        
        .cta-simple-form {
            background: #f8f9fa;
            border-radius: 16px;
            padding: 2rem;
            border: 1px solid #e9ecef;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        }
        
        .cta-form-inline {
            display: flex;
            gap: 1rem;
            margin-bottom: 1rem;
        }
        
        .cta-input-clean {
            flex: 1;
            padding: 1rem 1.5rem;
            border: 2px solid #e9ecef;
            border-radius: 12px;
            font-size: 1rem;
            background: white;
            transition: all 0.3s ease;
        }
        
        .cta-input-clean:focus {
            border-color: var(--primary-color);
            box-shadow: none;
            outline: none;
        }
        
        .cta-btn-clean {
            background: var(--primary-color);
            color: white;
            border: none;
            padding: 1rem 2rem;
            border-radius: 12px;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            white-space: nowrap;
            box-shadow: 0 4px 15px rgba(20, 92, 241, 0.3);
        }
        
        .cta-btn-clean:hover {
            background: var(--primary-dark);
            transform: translateY(-1px);
            box-shadow: 0 8px 20px rgba(20, 92, 241, 0.4);
            color: white;
        }
        
        .cta-disclaimer {
            color: #6c757d;
            font-size: 0.85rem;
            margin: 0;
        }
        
        .trust-badges {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 2rem;
            margin-top: 2rem;
            padding-top: 2rem;
            border-top: 1px solid #e9ecef;
        }
        
        .trust-badge {
            display: flex;
            align-items: center;
            color: #6c757d;
            font-size: 0.9rem;
            gap: 0.5rem;
        }
        
        .trust-icon {
            color: #28a745;
            font-size: 1rem;
        }
        
        @media (max-width: 768px) {
            .cta-simple {
                padding: 60px 0;
            }
            
            .cta-simple-title {
                font-size: 2rem;
            }
            
            .cta-simple-subtitle {
                font-size: 1.1rem;
            }
            
            .cta-form-inline {
                flex-direction: column;
                gap: 0.75rem;
            }
            
            .cta-simple-form {
                padding: 1.5rem;
            }
            
            .trust-badges {
                flex-direction: column;
                gap: 1rem;
            }
        }
        
        @media (max-width: 576px) {
            .cta-simple-content {
                padding: 0 1rem;
            }
            
            .trust-badges {
                gap: 0.5rem;
            }
        }
        
        .testimonial-card {
            background: white;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            margin: 20px 0;
        }
        

        
        .footer-dark {
            background: #2c3e50;
            color: white;
            padding: 50px 0 30px 0;
        }
        
        .whatsapp-float {
            position: fixed;
            width: 60px;
            height: 60px;
            bottom: 40px;
            right: 40px;
            background-color: #25d366;
            color: #FFF;
            border-radius: 50px;
            text-align: center;
            font-size: 30px;
            box-shadow: 2px 2px 3px #999;
            z-index: 100;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .whatsapp-float:hover {
            background-color: #1ebe57;
            color: white;
            text-decoration: none;
            transform: scale(1.1);
        }
        

        
        /* Hero Section 新樣式 */
        .text-white-75 {
            color: rgba(255, 255, 255, 0.85) !important;
        }
        
        .text-white-50 {
            color: rgba(255, 255, 255, 0.6) !important;
        }
        
        .hero-circle-bg {
            position: absolute;
            top: -20px;
            left: -20px;
            width: 240px;
            height: 240px;
            background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
            border-radius: 50%;
            opacity: 0.2;
            animation: pulse 3s ease-in-out infinite;
        }
        
        .hero-circle-btn {
            position: relative;
            width: 200px;
            height: 200px;
            background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
            border-radius: 50%;
            border: none;
            box-shadow: 0 15px 40px rgba(20, 92, 241, 0.4);
            transition: all 0.3s ease;
            z-index: 2;
        }
        
        .hero-circle-btn:hover {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 0 20px 50px rgba(20, 92, 241, 0.6);
            background: linear-gradient(135deg, var(--primary-light), #60a8f7);
        }
        
        .floating-element {
            position: absolute;
            width: 60px;
            height: 60px;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            animation: float 4s ease-in-out infinite;
            border: 2px solid rgba(255, 255, 255, 0.2);
        }
        
        .floating-1 {
            top: -30px;
            left: -40px;
            animation-delay: 0s;
        }
        
        .floating-2 {
            top: 50px;
            right: -50px;
            animation-delay: 1s;
        }
        
        .floating-3 {
            bottom: -20px;
            left: -30px;
            animation-delay: 2s;
        }
        
        @keyframes pulse {
            0%, 100% {
                transform: scale(1);
                opacity: 0.2;
            }
            50% {
                transform: scale(1.1);
                opacity: 0.3;
            }
        }
        
        @keyframes float {
            0%, 100% {
                transform: translateY(0px);
            }
            33% {
                transform: translateY(-15px);
            }
            66% {
                transform: translateY(-5px);
            }
        }
        
        /* 響應式優化 */
        @media (max-width: 991px) {
            .hero-circle-btn {
                width: 160px;
                height: 160px;
            }
            
            .hero-circle-bg {
                width: 200px;
                height: 200px;
                top: -20px;
                left: -20px;
            }
            
            .floating-element {
                width: 50px;
                height: 50px;
                font-size: 20px;
            }
        }
        
        @media (max-width: 767px) {
            .hero-section {
                min-height: 80vh;
            }
            
            .hero-circle-btn {
                width: 140px;
                height: 140px;
            }
            
            .hero-circle-bg {
                width: 180px;
                height: 180px;
            }
        }
        
        /* 新增的輔助類 */
        .badge-premium {
            background: rgba(20, 92, 241, 0.15);
            border: 2px solid var(--primary-color);
            color: var(--primary-color);
        }
        
        .text-primary-theme {
            color: var(--primary-color) !important;
        }
        
        .divider-primary {
            width: 60px;
            height: 4px;
            background: var(--primary-color);
            border-radius: 2px;
        }
        
        .bg-gradient-primary {
            background: linear-gradient(135deg, #2c3e50, #34495e) !important;
        }
        
        .contact-link {
            color: inherit;
            text-decoration: none;
        }
        
        .footer-copyright-text {
            color: rgba(255, 255, 255, 0.7);
        }
        
        .hero-stats-badge {
            background: rgba(20, 92, 241, 0.1);
            border-radius: 50px;
            padding: 0.75rem 1.5rem;
        }
        
        .clickable-input {
            cursor: pointer;
        }
