/* CSS 維持不變，這裡省略以節省版面，請保留你原本漂亮的 CSS */
        body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; min-height: 100vh; margin: 0; background-color: #f4f7f6; padding: 20px; color: #333; }
        .container { max-width: 800px; width: 100%; background: #fff; padding: 40px 30px; border-radius: 16px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05); text-align: center; margin-bottom: 30px; transition: all 0.3s ease; }
        h2.main-title { margin-bottom: 10px; color: #1a1a1a; font-size: 28px; line-height: 1.3; }
        h2.main-title span { color: #00B900; }
        .subtitle { color: #666; margin-bottom: 30px; font-size: 16px; }
        .choice-container { display: flex; gap: 20px; justify-content: center; margin-bottom: 30px; flex-wrap: wrap; }
        .choice-btn { flex: 1; min-width: 240px; padding: 20px; border: 2px solid #eee; border-radius: 12px; background: white; cursor: pointer; transition: all 0.2s; text-align: left; position: relative; }
        .choice-btn:hover, .choice-btn.active { border-color: #00B900; background-color: #f0fff0; box-shadow: 0 4px 12px rgba(0, 185, 0, 0.1); transform: translateY(-2px); }
        .choice-btn h3 { margin: 0 0 5px 0; color: #333; font-size: 18px; }
        .choice-btn p { margin: 0; color: #888; font-size: 13px; }
        .icon-badge { font-size: 24px; margin-bottom: 10px; display: block; }
        .dynamic-section { display: none; animation: slideDown 0.5s ease; text-align: left; border-top: 1px solid #eee; padding-top: 30px; margin-top: 20px; }
        @keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
        .concierge-box { background-color: #fff8e1; padding: 25px; border-radius: 10px; border-left: 5px solid #ffc107; }
        .concierge-title { font-weight: bold; color: #d39e00; margin-bottom: 15px; font-size: 18px; }
        .self-service-layout { display: flex; flex-wrap: wrap; gap: 30px; }
        .video-col { flex: 1; min-width: 300px; }
        .video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; background: #000; border-radius: 10px; overflow: hidden; margin-bottom: 10px; }
        .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
        .video-caption { font-size: 13px; color: #666; text-align: center; margin-top: 5px; }
        .form-col { flex: 1; min-width: 300px; }
        .ad-features { background-color: #f8f9fa; padding: 15px; border-radius: 10px; margin-bottom: 20px; border-left: 5px solid #00B900; }
        .ad-features ul { list-style: none; padding: 0; margin: 0; }
        .ad-features li { margin-bottom: 5px; font-size: 14px; color: #555; }
        .ad-features li::before { content: "✅"; margin-right: 5px; }
        .form-group { margin-bottom: 15px; text-align: left; }
        label { display: block; margin-bottom: 5px; font-weight: 600; font-size: 14px; color: #444; }
        .hint-text { font-size: 12px; color: #ff3b30; margin-top: 2px; display: block; }
        input[type="text"], input[type="tel"], select { width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 8px; font-size: 16px; box-sizing: border-box; background-color: #fff; }
        .cta-button { width: 100%; padding: 16px; margin-top: 10px; background-color: #00B900; color: white; border: none; border-radius: 8px; font-size: 18px; font-weight: bold; cursor: pointer; transition: background-color 0.3s; }
        .cta-button:hover { background-color: #009900; }
        .cta-button:disabled { background-color: #ccc; }
        .console-box { background-color: #1e1e1e; color: #00ff00; font-family: 'Courier New', monospace; font-size: 12px; text-align: left; padding: 15px; margin-top: 20px; border-radius: 8px; height: 150px; overflow-y: auto; display: none; }
        .console-line { margin: 0; opacity: 0; animation: fadeIn 0.2s forwards; }
        .console-line.success { color: #00ff00; }
        .console-line.process { color: #ffff00; }
        .console-line.error { color: #ff3b30; }
        @keyframes fadeIn { to { opacity: 1; } }
        .spinner { display: none; width: 20px; height: 20px; border: 3px solid #ffffff; border-top: 3px solid transparent; border-radius: 50%; animation: spin 1s linear infinite; margin: 0 auto; }
        @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
        .error-msg { color: #ff3b30; font-size: 14px; margin-top: 10px; display: none; }
		/* 殺手級功能區塊樣式 */
        .killer-feature {
            background: linear-gradient(to right, #e3f2fd, #f1f8e9); /* 漸層底色吸睛 */
            border: 1px solid #bbdefb;
            border-radius: 12px;
            padding: 15px;
            margin-bottom: 25px; /* 與下方 subtitle 保持距離 */
            position: relative;
            box-shadow: 0 4px 6px rgba(0,0,0,0.05);
        }

        .fire-badge {
            background-color: #ff5722;
            color: white;
            font-size: 12px;
            font-weight: bold;
            padding: 4px 8px;
            border-radius: 12px;
            position: absolute;
            top: -10px;
            left: 20px; /* 像標籤一樣掛在左上角 */
            box-shadow: 0 2px 4px rgba(255, 87, 34, 0.3);
        }

        .feature-text {
            margin: 0;
            font-size: 15px;
            color: #1565c0; /* 深藍色文字，顯得專業 */
            line-height: 1.5;
        }
        
        .feature-text strong {
            color: #d81b60; /* 強調「不用買新鏡頭」 */
            font-weight: 800;
        }