
        :root {
            --hp-primary: #E9F92A;
            --hp-secondary: #3A832F;
            --hp-accent: #d0de25;
            --hp-black: #1a1a1a;
            --hp-white: #ffffff;
            --hp-gray: #f8f9fa;
            --hp-dark: #111111;
            --hp-text: #4a4a4a;
            --hp-border: #e5e5e5;
            --hp-radius: 16px;
            --hp-shadow: 0 4px 20px rgba(0,0,0,0.08);
            --hp-shadow-lg: 0 12px 40px rgba(0,0,0,0.12);
            --hp-gradient: linear-gradient(135deg, #E9F92A 0%, #3A832F 100%);
            --hp-gradient-text: linear-gradient(#d0de25, #3A832F);
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; overflow-x: hidden; }
        body { font-family: 'Inter', -apple-system, sans-serif; font-size: 15px; line-height: 1.7; color: var(--hp-black); background: #fff; }

        /* ===== BREADCRUMB ===== */
        .hp-breadcrumb { background: #fafafa; padding: 12px 0; border-bottom: 1px solid #eee; }
        .hp-breadcrumb-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 8px; font-size: 13px; color: #888; }
        .hp-breadcrumb a { color: var(--hp-secondary); font-weight: 600; text-decoration: none; }
        .hp-breadcrumb a:hover { text-decoration: underline; }
        .hp-breadcrumb-current { color: var(--hp-black); font-weight: 600; }

        /* ===== AUTHOR BAR ===== */
        .hp-author-bar { background: linear-gradient(135deg, #fafafa 0%, rgba(233,249,42,0.04) 100%); border-bottom: 1px solid rgba(197,214,90,0.15); padding: 14px 0; }
        .hp-author-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
        .hp-author-left { display: flex; align-items: center; gap: 12px; }
        .hp-author-avatar { width: 40px; height: 40px; background: var(--hp-gradient); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; color: var(--hp-black); flex-shrink: 0; }
        .hp-author-info { display: flex; flex-direction: column; gap: 2px; }
        .hp-author-name { font-size: 13px; color: #555; }
        .hp-author-name strong { color: var(--hp-black); font-weight: 700; }
        .hp-author-name a { color: #667312; text-decoration: none; }
        .hp-author-role { font-size: 12px; color: var(--hp-secondary); font-weight: 600; }
        .hp-author-exp { font-size: 11px; color: #888; }
        .hp-author-right { display: flex; gap: 20px; flex-wrap: wrap; }
        .hp-meta-item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #555; font-weight: 500; }
        .hp-meta-item i { color: var(--hp-secondary); font-size: 11px; }

        /* ===== HERO ===== */
        .hp-hero { position: relative; background: linear-gradient(135deg, #fafafa 0%, rgba(233,249,42,0.06) 50%, #fafafa 100%); min-height: auto; padding: 60px 0 80px; overflow: hidden; }
        .hp-hero::before { content: ''; position: absolute; top: -200px; right: -150px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(197,214,90,0.12) 0%, transparent 60%); pointer-events: none; }
        .hp-hero-container { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
        .hp-hero-content { display: flex; flex-direction: column; gap: 18px; }
        .hp-hero-badge { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg, rgba(197,214,90,0.12), rgba(90,143,58,0.06)); border: 1px solid rgba(197,214,90,0.25); padding: 8px 16px; border-radius: 100px; font-size: 12px; font-weight: 700; color: var(--hp-secondary); width: fit-content; }
        .hp-hero-badge span { background: var(--hp-gradient); color: #000; padding: 3px 10px; border-radius: 6px; font-weight: 800; font-size: 11px; }
        .hp-hero h1 { font-family: 'Montserrat', sans-serif; font-size: 42px; font-weight: 800; line-height: 1.15; letter-spacing: -1.5px; color: var(--hp-black); }
        .hp-hero h1 .gradient { background: var(--hp-gradient-text); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
        .hp-hero-underline { width: 80px; height: 3px; background: var(--hp-gradient); border-radius: 2px; }
        .hp-hero-desc { font-size: 15px; color: #444; line-height: 1.7; max-width: 540px; }
        .hp-hero-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; list-style: none; }
        .hp-hero-checks li { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; color: var(--hp-black); }
        .hp-hero-checks li i { color: var(--hp-secondary); font-size: 14px; width: 20px; }
        .hp-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }
        .hp-btn-primary { background: var(--hp-gradient); color: #000; padding: 14px 28px; border-radius: 12px; font-weight: 800; font-size: 0.95rem; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all 0.3s ease; box-shadow: 0 4px 20px rgba(233,249,42,0.3); border: none; cursor: pointer; }
        .hp-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(233,249,42,0.4); }
        .hp-btn-secondary { background: transparent; color: var(--hp-black); padding: 14px 28px; border-radius: 12px; font-weight: 700; font-size: 0.95rem; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; border: 2px solid #ddd; transition: all 0.3s ease; }
        .hp-btn-secondary:hover { border-color: var(--hp-primary); color: var(--hp-secondary); }
        .hp-hero-visual { position: relative; display: flex; justify-content: center; }
        .hp-hero-visual-inner { position: relative; width: 100%; max-width: 500px; border-radius: 24px; overflow: hidden; background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%); border: 1px solid #e5e5e5; box-shadow: 0 25px 60px rgba(0,0,0,0.08); }
        .hp-hero-visual-inner img { width: 100%; height: auto; display: block; }

        /* ===== TRUST BAR ===== */
        .hp-trust { background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%); padding: 24px 1rem; border-bottom: 1px solid #eee; }
        .hp-trust-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: center; align-items: center; gap: 40px; flex-wrap: wrap; }
        .hp-trust-item { display: flex; align-items: center; gap: 8px; font-size: 0.85rem; font-weight: 600; color: #555; }
        .hp-trust-item i { color: var(--hp-secondary); font-size: 1rem; }

        /* ===== SECTION HEADERS ===== */
        .hp-section { padding: 80px 1rem; }
        .hp-section-alt { background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%); }
        .hp-section-dark { background: linear-gradient(135deg, #1a1a1a 0%, #2d3436 100%); color: #fff; }
        .hp-section-container { max-width: 1200px; margin: 0 auto; }
        .hp-section-header { text-align: center; margin-bottom: 50px; max-width: 700px; margin-left: auto; margin-right: auto; }
        .hp-section-tag { display: inline-flex; align-items: center; gap: 6px; padding: 6px 16px; border-radius: 100px; font-weight: 700; font-size: 0.7rem; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 16px; border: 1px solid rgba(233,249,42,0.3); background: #000; color: #fff; }
        .hp-section-header h2 { font-family: 'Montserrat', sans-serif; font-size: 2.2rem; font-weight: 800; line-height: 1.2; letter-spacing: -1px; margin-bottom: 12px; }
        .hp-section-header h2 .gradient { background: var(--hp-gradient-text); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
        .hp-section-header p { color: #666; font-size: 1.05rem; line-height: 1.7; }

        /* ===== WHY TRIAL ===== */
        .hp-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
        .hp-why-card { background: linear-gradient(135deg, #fff 0%, #fafafa 100%); border: 1.5px solid #f0f0f0; border-radius: 20px; padding: 32px 24px; text-align: center; transition: all 0.3s ease; position: relative; overflow: hidden; }
        .hp-why-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--hp-gradient); transform: scaleX(0); transition: transform 0.4s ease; }
        .hp-why-card:hover::before { transform: scaleX(1); }
        .hp-why-card:hover { box-shadow: var(--hp-shadow-lg); border-color: rgba(233,249,42,0.3); transform: translateY(-4px); }
        .hp-why-icon { width: 56px; height: 56px; background: linear-gradient(135deg, rgba(233,249,42,0.15), rgba(58,131,47,0.08)); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 22px; color: var(--hp-secondary); }
        .hp-why-card h3 { font-size: 1.1rem; font-weight: 800; margin-bottom: 10px; }
        .hp-why-card p { font-size: 0.88rem; color: #666; line-height: 1.7; }

        /* ===== FORM + FEATURES SPLIT ===== */
        .hp-split-section { padding: 80px 1rem; background: linear-gradient(180deg, #fff 0%, #f8f9fa 100%); }
        .hp-split-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: start; }
        .hp-split-left { position: sticky; top: 20px; }
        .hp-split-left h2 { font-family: 'Montserrat', sans-serif; font-size: 2rem; font-weight: 800; line-height: 1.2; margin-bottom: 16px; }
        .hp-split-left h2 .gradient { background: var(--hp-gradient-text); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
        .hp-split-left > p { color: #555; font-size: 1rem; line-height: 1.7; margin-bottom: 30px; }
        
        .hp-feature-mini { display: flex; gap: 16px; margin-bottom: 24px; padding: 20px; background: #fff; border-radius: 14px; border: 1px solid #eee; transition: all 0.3s ease; }
        .hp-feature-mini:hover { border-color: rgba(233,249,42,0.4); box-shadow: var(--hp-shadow); }
        .hp-feature-mini-icon { width: 44px; height: 44px; min-width: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; }
        .hp-feature-mini:nth-child(1) .hp-feature-mini-icon { background: linear-gradient(135deg, #E9F92A, #c5d600); color: #000; }
        .hp-feature-mini:nth-child(2) .hp-feature-mini-icon { background: linear-gradient(135deg, #74b9ff, #0984e3); color: #fff; }
        .hp-feature-mini:nth-child(3) .hp-feature-mini-icon { background: linear-gradient(135deg, #fd79a8, #e84393); color: #fff; }
        .hp-feature-mini:nth-child(4) .hp-feature-mini-icon { background: linear-gradient(135deg, #a29bfe, #6c5ce7); color: #fff; }
        .hp-feature-mini:nth-child(5) .hp-feature-mini-icon { background: linear-gradient(135deg, #55efc4, #00b894); color: #fff; }
        .hp-feature-mini-content h4 { font-size: 0.95rem; font-weight: 800; margin-bottom: 4px; }
        .hp-feature-mini-content p { font-size: 0.82rem; color: #777; line-height: 1.6; }

        /* ===== COMPACT FORM ===== */
        .hp-form-wrap { background: #fff; border-radius: 24px; padding: 32px; box-shadow: 0 20px 60px rgba(0,0,0,0.1), 0 0 0 1px rgba(255,255,255,0.5) inset; border: 1px solid #eee; position: relative; }
        .hp-form-wrap::before { content: ''; position: absolute; top: 0; left: 30px; right: 30px; height: 3px; background: var(--hp-gradient); border-radius: 0 0 3px 3px; }
        .hp-form-header { text-align: center; margin-bottom: 24px; }
        .hp-form-header h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 6px; }
        .hp-form-header p { font-size: 0.85rem; color: #888; }
        .hp-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
        .hp-form-grid .full { grid-column: 1 / -1; }
        .hp-form-group { display: flex; flex-direction: column; }
        .hp-form-group label { font-size: 0.78rem; font-weight: 700; color: #374151; margin-bottom: 6px; display: flex; align-items: center; gap: 4px; }
        .hp-form-group label .req { color: #dc2626; }
        .hp-form-group input, .hp-form-group select, .hp-form-group textarea { width: 100%; padding: 12px 14px; border: 2px solid #e5e7eb; border-radius: 12px; font-size: 0.9rem; font-family: 'Inter', sans-serif; font-weight: 500; color: #1f2937; background: #fafafa; transition: all 0.25s ease; outline: none; }
        .hp-form-group input:focus, .hp-form-group select:focus, .hp-form-group textarea:focus { border-color: var(--hp-secondary); background: #fff; box-shadow: 0 0 0 4px rgba(58,131,47,0.1); }
        .hp-form-group select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 36px; }
        .hp-form-group textarea { resize: vertical; min-height: 80px; }
        .hp-form-hint { font-size: 0.72rem; color: #888; margin-top: 4px; display: flex; align-items: center; gap: 4px; }
        .hp-form-hint i { color: var(--hp-secondary); font-size: 10px; }
        .hp-form-submit { grid-column: 1 / -1; width: 100%; padding: 14px 24px; background: var(--hp-gradient); color: #000; border: none; border-radius: 12px; font-weight: 800; font-size: 1rem; cursor: pointer; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 8px; box-shadow: 0 4px 20px rgba(233,249,42,0.35); }
        .hp-form-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(233,249,42,0.45); }
        .hp-form-submit:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }
        .hp-form-notice { grid-column: 1 / -1; display: flex; gap: 12px; background: linear-gradient(135deg, #fefce8 0%, #fef9c3 100%); border: 1.5px solid #fde047; border-radius: 12px; padding: 14px 16px; margin-top: 4px; }
        .hp-form-notice i { font-size: 1.2rem; color: #b45309; margin-top: 2px; }
        .hp-form-notice div h4 { font-size: 0.85rem; font-weight: 800; margin-bottom: 2px; }
        .hp-form-notice div p { font-size: 0.8rem; color: #57534e; line-height: 1.5; }
        .hp-success-box { text-align: center; padding: 30px 20px; }
        .hp-success-icon { width: 64px; height: 64px; background: var(--hp-gradient); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 1.5rem; color: #000; box-shadow: 0 8px 25px rgba(233,249,42,0.4); }
        .hp-success-box h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 8px; }
        .hp-success-box p { color: #666; font-size: 0.9rem; margin-bottom: 16px; }
        .hp-error-box { display: flex; gap: 10px; background: #fef2f2; border: 1.5px solid #fca5a5; border-radius: 12px; padding: 12px 16px; margin-bottom: 16px; color: #991b1b; font-size: 0.85rem; font-weight: 600; }
        .hp-error-box i { font-size: 1.1rem; margin-top: 2px; }

        /* ===== USE CASES ===== */
        .hp-use-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
        .hp-use-card { background: linear-gradient(135deg, #fff 0%, #fafafa 100%); border: 1.5px solid #f0f0f0; border-radius: 20px; padding: 28px 22px; transition: all 0.3s ease; position: relative; overflow: hidden; }
        .hp-use-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--hp-gradient); transform: scaleX(0); transition: transform 0.4s ease; }
        .hp-use-card:hover::before { transform: scaleX(1); }
        .hp-use-card:hover { box-shadow: var(--hp-shadow-lg); border-color: rgba(233,249,42,0.3); transform: translateY(-4px); }
        .hp-use-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 16px; }
        .hp-use-card:nth-child(1) .hp-use-icon { background: linear-gradient(135deg, #E9F92A, #c5d600); color: #000; }
        .hp-use-card:nth-child(2) .hp-use-icon { background: linear-gradient(135deg, #74b9ff, #0984e3); color: #fff; }
        .hp-use-card:nth-child(3) .hp-use-icon { background: linear-gradient(135deg, #fd79a8, #e84393); color: #fff; }
        .hp-use-card:nth-child(4) .hp-use-icon { background: linear-gradient(135deg, #a29bfe, #6c5ce7); color: #fff; }
        .hp-use-card:nth-child(5) .hp-use-icon { background: linear-gradient(135deg, #55efc4, #00b894); color: #fff; }
        .hp-use-card:nth-child(6) .hp-use-icon { background: linear-gradient(135deg, #fab1a0, #e17055); color: #fff; }
        .hp-use-card h3 { font-size: 1.05rem; font-weight: 800; margin-bottom: 8px; }
        .hp-use-card p { font-size: 0.85rem; color: #666; line-height: 1.7; margin-bottom: 14px; }
        .hp-use-tags { display: flex; flex-wrap: wrap; gap: 6px; }
        .hp-use-tag { font-size: 0.7rem; padding: 4px 10px; background: #f0f0f0; border-radius: 6px; color: #666; font-weight: 600; }

        /* ===== PERFORMANCE ===== */
        .hp-perf-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 50px; }
        .hp-perf-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 28px 16px; text-align: center; transition: all 0.3s ease; }
        .hp-perf-card:hover { background: rgba(255,255,255,0.07); border-color: rgba(233,249,42,0.2); }
        .hp-perf-num { font-size: 2.4rem; font-weight: 900; background: var(--hp-gradient-text); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 6px; }
        .hp-perf-label { font-size: 0.85rem; color: #aaa; font-weight: 600; }
        .hp-perf-demo { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; background: rgba(255,255,255,0.03); border-radius: 20px; padding: 36px; border: 1px solid rgba(255,255,255,0.06); }
        .hp-perf-demo h3 { font-size: 1.2rem; font-weight: 800; margin-bottom: 12px; }
        .hp-perf-demo p { color: #aaa; font-size: 0.9rem; line-height: 1.7; margin-bottom: 20px; }
        .hp-speed-row { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
        .hp-speed-label { width: 170px; font-size: 0.82rem; font-weight: 600; color: #ccc; flex-shrink: 0; }
        .hp-speed-bar { flex: 1; height: 8px; background: rgba(255,255,255,0.08); border-radius: 4px; overflow: hidden; }
        .hp-speed-fill { height: 100%; border-radius: 4px; }
        .hp-speed-fill.fast { width: 22%; background: var(--hp-gradient); }
        .hp-speed-fill.mid { width: 55%; background: linear-gradient(90deg, #f39c12, #e67e22); }
        .hp-speed-fill.slow { width: 72%; background: linear-gradient(90deg, #e74c3c, #c0392b); }
        .hp-speed-val { width: 60px; text-align: right; font-size: 0.85rem; font-weight: 700; color: #fff; flex-shrink: 0; }
        .hp-check-list { list-style: none; }
        .hp-check-list li { display: flex; align-items: center; gap: 10px; padding: 10px 0; font-size: 0.9rem; color: #ccc; border-bottom: 1px solid rgba(255,255,255,0.05); }
        .hp-check-list li:last-child { border-bottom: none; }
        .hp-check-list li i { color: var(--hp-primary); font-size: 12px; }

        /* ===== STEPS ===== */
        .hp-steps-grid { display: flex; align-items: stretch; gap: 0; position: relative; }
        .hp-step-card { flex: 1; text-align: center; padding: 36px 20px; position: relative; }
        .hp-step-num { width: 52px; height: 52px; background: var(--hp-gradient); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 1.2rem; font-weight: 900; color: #000; position: relative; z-index: 2; }
        .hp-step-card h3 { font-size: 1.05rem; font-weight: 800; margin-bottom: 8px; }
        .hp-step-card p { font-size: 0.85rem; color: #666; line-height: 1.7; }
        .hp-step-line { position: absolute; top: 60px; left: 20%; right: 20%; height: 2px; background: var(--hp-gradient); z-index: 1; opacity: 0.3; }

        /* ===== BENEFITS ===== */
        .hp-benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
        .hp-benefit-row { display: flex; gap: 18px; background: #fff; border-radius: 16px; padding: 24px; border: 1.5px solid #f0f0f0; transition: all 0.3s ease; }
        .hp-benefit-row:hover { border-color: rgba(233,249,42,0.3); box-shadow: var(--hp-shadow); }
        .hp-benefit-icon { width: 44px; height: 44px; min-width: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; }
        .hp-benefit-row:nth-child(1) .hp-benefit-icon { background: linear-gradient(135deg, #E9F92A, #c5d600); color: #000; }
        .hp-benefit-row:nth-child(2) .hp-benefit-icon { background: linear-gradient(135deg, #74b9ff, #0984e3); color: #fff; }
        .hp-benefit-row:nth-child(3) .hp-benefit-icon { background: linear-gradient(135deg, #fd79a8, #e84393); color: #fff; }
        .hp-benefit-row:nth-child(4) .hp-benefit-icon { background: linear-gradient(135deg, #a29bfe, #6c5ce7); color: #fff; }
        .hp-benefit-row:nth-child(5) .hp-benefit-icon { background: linear-gradient(135deg, #55efc4, #00b894); color: #fff; }
        .hp-benefit-row:nth-child(6) .hp-benefit-icon { background: linear-gradient(135deg, #fab1a0, #e17055); color: #fff; }
        .hp-benefit-content h3 { font-size: 1rem; font-weight: 800; margin-bottom: 6px; }
        .hp-benefit-content p { font-size: 0.85rem; color: #666; line-height: 1.7; }

        /* ===== FAQ ===== */
        .hp-faq-wrap { max-width: 800px; margin: 0 auto; }
        .hp-faq-item { background: #fff; border: 1.5px solid #f0f0f0; border-radius: 14px; margin-bottom: 10px; overflow: hidden; transition: all 0.3s ease; }
        .hp-faq-item:hover { border-color: rgba(233,249,42,0.3); }
        .hp-faq-item.active { border-color: rgba(233,249,42,0.4); box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
        .hp-faq-q { width: 100%; padding: 16px 20px; background: none; border: none; display: flex; align-items: center; gap: 12px; cursor: pointer; text-align: left; font-family: 'Inter', sans-serif; }
        .hp-faq-q-icon { width: 28px; height: 28px; min-width: 28px; background: var(--hp-gradient); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 0.75rem; color: #000; }
        .hp-faq-q-text { flex: 1; font-size: 0.92rem; font-weight: 700; color: var(--hp-black); }
        .hp-faq-arrow { color: #888; transition: transform 0.3s ease; font-size: 12px; }
        .hp-faq-item.active .hp-faq-arrow { transform: rotate(180deg); color: var(--hp-secondary); }
        .hp-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; }
        .hp-faq-item.active .hp-faq-a { max-height: 500px; }
        .hp-faq-a-inner { padding: 0 20px 18px 56px; font-size: 0.88rem; color: #555; line-height: 1.8; }
        .hp-faq-a-inner strong { color: var(--hp-black); }
        .hp-faq-a-inner code { background: #f4f4f4; padding: 2px 6px; border-radius: 4px; font-size: 0.8rem; }

        /* ===== CTA BANNER ===== */
        .hp-cta { background: linear-gradient(135deg, #1a1a1a 0%, #2d3436 100%); padding: 80px 1rem; text-align: center; position: relative; overflow: hidden; }
        .hp-cta::before { content: ''; position: absolute; top: -50%; left: 50%; transform: translateX(-50%); width: 800px; height: 800px; background: radial-gradient(circle, rgba(233,249,42,0.06) 0%, transparent 60%); }
        .hp-cta-container { max-width: 700px; margin: 0 auto; position: relative; z-index: 1; }
        .hp-cta h2 { font-family: 'Montserrat', sans-serif; font-size: 2.2rem; font-weight: 900; color: #fff; margin-bottom: 14px; }
        .hp-cta p { color: #aaa; font-size: 1.05rem; line-height: 1.7; margin-bottom: 28px; }

        /* ===== REVIEWS ===== */
        .hp-reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px; }
        .hp-review-card { background: var(--hp-gray); border-radius: 24px; padding: 28px; border: 1px solid rgba(0,0,0,0.04); transition: all 0.3s; position: relative; }
        .hp-review-card:hover { background: #fff; box-shadow: var(--hp-shadow); transform: translateY(-4px); }
        .hp-review-card::before { content: '\f10d'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; top: 16px; right: 20px; font-size: 32px; color: rgba(197,214,90,0.3); line-height: 1; }
        .hp-stars { display: flex; gap: 3px; margin-bottom: 14px; }
        .hp-stars i { color: #4fac0a; font-size: 13px; }
        .hp-review-text { font-size: 0.88rem; color: #555; line-height: 1.8; margin-bottom: 16px; font-style: italic; }
        .hp-review-author { display: flex; align-items: center; gap: 10px; }
        .hp-review-avatar { width: 36px; height: 36px; background: var(--hp-gradient); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; color: var(--hp-black); flex-shrink: 0; }
        .hp-review-info { display: flex; flex-direction: column; }
        .hp-review-info strong { font-size: 13px; color: var(--hp-black); }
        .hp-review-info span { font-size: 11px; color: #888; }
        .hp-aggregate { text-align: center; max-width: 500px; margin: 0 auto; }
        .hp-aggregate-stars { display: flex; justify-content: center; gap: 4px; margin-bottom: 8px; }
        .hp-aggregate-stars i { color: #80b22e; font-size: 22px; }
        .hp-aggregate-text { font-size: 15px; color: #555; font-weight: 600; }
        .hp-aggregate-text strong { font-size: 20px; color: var(--hp-black); }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 1100px) {
            .hp-hero-container { grid-template-columns: 1fr; gap: 40px; }
            .hp-hero h1 { font-size: 2.6rem; }
            .hp-hero-visual { order: -1; }
            .hp-hero-visual-inner { max-width: 400px; margin: 0 auto; }
            .hp-split-container { grid-template-columns: 1fr; }
            .hp-split-left { position: static; }
            .hp-why-grid, .hp-use-grid, .hp-reviews-grid { grid-template-columns: repeat(2, 1fr); }
            .hp-perf-grid { grid-template-columns: repeat(2, 1fr); }
            .hp-perf-demo { grid-template-columns: 1fr; }
            .hp-benefit-grid { grid-template-columns: 1fr; }
            .hp-steps-grid { flex-direction: column; }
            .hp-step-line { display: none; }
        }
        @media (max-width: 768px) {
            .hp-hero { padding: 40px 0 60px; }
            .hp-hero h1 { font-size: 1.9rem; }
            .hp-hero-checks { grid-template-columns: 1fr; }
            .hp-section { padding: 50px 1rem; }
            .hp-section-header h2 { font-size: 1.7rem; }
            .hp-why-grid, .hp-use-grid, .hp-reviews-grid, .hp-perf-grid { grid-template-columns: 1fr; }
            .hp-form-grid { grid-template-columns: 1fr; }
            .hp-form-wrap { padding: 24px 20px; }
            .hp-speed-label { width: 130px; font-size: 0.75rem; }
            .hp-cta h2 { font-size: 1.7rem; }
        }
        @media (max-width: 480px) {
            .hp-hero h1 { font-size: 1.6rem; }
            .hp-hero-ctas { flex-direction: column; }
            .hp-btn-primary, .hp-btn-secondary { width: 100%; justify-content: center; }
            .hp-author-inner { flex-direction: column; align-items: flex-start; }
            .hp-author-right { width: 100%; }
            .hp-trust-inner { gap: 16px; }
            .hp-trust-item { font-size: 0.75rem; }
        }
        
        
/* ============================================
   CREATIVE PERFORMANCE SECTION — WHITE BG
   ============================================ */
.hp-perf-creative {
    position: relative;
    background: #ffffff;
    padding: 100px 1.5rem;
    overflow: hidden;
    font-family: 'Inter', -apple-system, sans-serif;
}

.hp-perf-creative-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Floating decorations */
.perf-deco {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.15;
    pointer-events: none;
}
.perf-deco-1 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #E9F92A, #3A832F);
    top: -100px;
    right: -100px;
}
.perf-deco-2 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #74b9ff, #0984e3);
    bottom: 200px;
    left: -150px;
}

/* Header */
.hp-perf-creative-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}
.hp-perf-creative-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(233,249,42,0.15), rgba(58,131,47,0.08));
    border: 1.5px solid rgba(233,249,42,0.3);
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    color: #3A832F;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.hp-perf-creative-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1.5px;
    color: #1a1a1a;
    margin-bottom: 16px;
}
.perf-gradient-text {
    background: linear-gradient(135deg, #d0de25, #3A832F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hp-perf-creative-header p {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.7;
}

/* Animated Ring Stats */
.hp-perf-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 70px;
}
.perf-stat-card {
    text-align: center;
    position: relative;
}
.perf-stat-ring {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto 16px;
}
.perf-stat-ring svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}
.ring-bg {
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 8;
}
.ring-fill {
    fill: none;
    stroke: url(#perfGradient);
    stroke-width: 8;
    stroke-linecap: round;
    transition: stroke-dashoffset 2s ease;
}
.perf-stat-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.perf-stat-num {
    display: block;
    font-size: 1.8rem;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1;
}
.perf-stat-unit {
    font-size: 0.75rem;
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
}
.perf-stat-label {
    font-size: 0.85rem;
    color: #555;
    font-weight: 600;
}

/* SVG Gradient Definition */
.hp-perf-creative svg defs {
    display: none;
}

/* Speed Comparison Cards */
.hp-perf-compare-wrap {
    background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
    border-radius: 28px;
    padding: 40px;
    margin-bottom: 60px;
    border: 1px solid #eee;
    position: relative;
}
.perf-compare-header {
    text-align: center;
    margin-bottom: 36px;
}
.perf-compare-header h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 8px;
}
.perf-compare-header h3 i {
    color: #3A832F;
    margin-right: 8px;
}
.perf-compare-header p {
    font-size: 0.9rem;
    color: #888;
    max-width: 500px;
    margin: 0 auto;
}
.perf-compare-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 16px;
    align-items: stretch;
}
.perf-compare-card {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    border: 2px solid #eee;
    transition: all 0.3s ease;
    position: relative;
}
.perf-compare-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}
.perf-winner {
    border-color: #E9F92A;
    background: linear-gradient(135deg, #fff 0%, rgba(233,249,42,0.05) 100%);
    box-shadow: 0 8px 24px rgba(233,249,42,0.15);
}
.perf-winner-badge {
    position: absolute;
    top: -12px;
    right: 16px;
    background: linear-gradient(135deg, #E9F92A, #c5d600);
    color: #000;
    padding: 4px 14px;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 4px 12px rgba(233,249,42,0.3);
}
.perf-compare-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.perf-compare-flag {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #E9F92A, #3A832F);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
    flex-shrink: 0;
}
.perf-flag-orange { background: linear-gradient(135deg, #f39c12, #e67e22); color: #fff; }
.perf-flag-red { background: linear-gradient(135deg, #e74c3c, #c0392b); color: #fff; }
.perf-flag-gray { background: linear-gradient(135deg, #95a5a6, #7f8c8d); color: #fff; }
.perf-compare-info h4 {
    font-size: 1rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 2px;
}
.perf-compare-info span {
    font-size: 0.75rem;
    color: #888;
}
.perf-compare-metric {
    margin-bottom: 14px;
}
.perf-metric-value {
    font-size: 2rem;
    font-weight: 900;
    color: #1a1a1a;
    display: block;
    margin-bottom: 8px;
}
.perf-metric-value span {
    font-size: 1rem;
    color: #888;
    font-weight: 600;
}
.perf-metric-bar {
    height: 8px;
    background: #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
}
.perf-metric-fill {
    height: 100%;
    background: linear-gradient(90deg, #E9F92A, #3A832F);
    border-radius: 4px;
    transition: width 1.5s ease;
}
.perf-fill-orange { background: linear-gradient(90deg, #f39c12, #e67e22); }
.perf-fill-red { background: linear-gradient(90deg, #e74c3c, #c0392b); }
.perf-fill-gray { background: linear-gradient(90deg, #95a5a6, #7f8c8d); }
.perf-compare-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.perf-tag {
    font-size: 0.7rem;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 700;
    background: #f0f0f0;
    color: #666;
}
.perf-tag-green { background: linear-gradient(135deg, #E9F92A, #c5d600); color: #000; }
.perf-tag-warn { background: #fff3e0; color: #e65100; }
.perf-tag-bad { background: #ffebee; color: #c62828; }

/* Impact Section */
.hp-perf-impact-section {
    margin-bottom: 50px;
}
.perf-impact-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 36px;
}
.perf-impact-title i {
    color: #3A832F;
    margin-right: 8px;
}
.perf-impact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.perf-impact-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px 22px;
    border: 1.5px solid #f0f0f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.perf-impact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #E9F92A, #3A832F);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}
.perf-impact-card:hover::before {
    transform: scaleX(1);
}
.perf-impact-card:hover {
    box-shadow: 0 12px 32px rgba(0,0,0,0.08);
    border-color: rgba(233,249,42,0.3);
    transform: translateY(-4px);
}
.perf-impact-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
}
.perf-icon-rank { background: linear-gradient(135deg, #E9F92A, #c5d600); color: #000; }
.perf-icon-bounce { background: linear-gradient(135deg, #74b9ff, #0984e3); color: #fff; }
.perf-icon-cart { background: linear-gradient(135deg, #fd79a8, #e84393); color: #fff; }
.perf-icon-ads { background: linear-gradient(135deg, #a29bfe, #6c5ce7); color: #fff; }
.perf-impact-card h4 {
    font-size: 1rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 10px;
}
.perf-impact-card p {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 16px;
}
.perf-impact-stat {
    font-size: 1.4rem;
    font-weight: 900;
    color: #1a1a1a;
}
.perf-impact-stat span {
    display: block;
    font-size: 0.75rem;
    color: #888;
    font-weight: 600;
    margin-top: 2px;
}

/* Insight Bar */
.perf-insight-bar {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d3436 100%);
    border-radius: 20px;
    padding: 28px 32px;
    color: #fff;
}
.perf-insight-bar i {
    font-size: 1.5rem;
    color: #E9F92A;
    margin-top: 4px;
    flex-shrink: 0;
}
.perf-insight-bar p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #ccc;
    margin: 0;
}
.perf-insight-bar strong {
    color: #fff;
}
.perf-highlight {
    background: linear-gradient(135deg, #E9F92A, #c5d600);
    color: #000;
    padding: 2px 10px;
    border-radius: 6px;
    font-weight: 800;
}

/* SVG Gradient */
.hp-perf-creative::before {
    content: '';
    position: fixed;
    width: 0;
    height: 0;
}

/* Responsive */
@media (max-width: 1100px) {
    .hp-perf-stats-row { grid-template-columns: repeat(2, 1fr); gap: 40px; }
    .perf-compare-grid { grid-template-columns: repeat(2, 1fr); }
    .perf-impact-grid { grid-template-columns: repeat(2, 1fr); }
    .hp-perf-creative-header h2 { font-size: 2rem; }
}
@media (max-width: 768px) {
    .hp-perf-creative { padding: 60px 1rem; }
    .hp-perf-stats-row { grid-template-columns: 1fr 1fr; gap: 30px; }
    .perf-stat-ring { width: 130px; height: 130px; }
    .perf-stat-num { font-size: 1.4rem; }
    .perf-compare-grid { grid-template-columns: 1fr; }
    .perf-winner { order: -1; }
    .perf-impact-grid { grid-template-columns: 1fr; }
    .perf-insight-bar { flex-direction: column; text-align: center; }
    .hp-perf-creative-header h2 { font-size: 1.7rem; }
}        


/* ============================================
   HUMAN-CENTRIC FAQ — CREATIVE WHITE UI
   ============================================ */
.hp-faq-human {
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 50%, #ffffff 100%);
    padding: 100px 1.5rem;
    position: relative;
    overflow: hidden;
    font-family: 'Inter', -apple-system, sans-serif;
}

.hp-faq-human::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -100px;
    width: 500px;
       height: 500px;
    background: radial-gradient(circle, rgba(233,249,42,0.08) 0%, transparent 70%);
    pointer-events: none;
}

.hp-faq-human::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(58,131,47,0.06) 0%, transparent 70%);
    pointer-events: none;
}

.hp-faq-human-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Header */
.hp-faq-human-header {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 60px;
}

.hp-faq-human-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(233,249,42,0.15), rgba(58,131,47,0.08));
    border: 1.5px solid rgba(233,249,42,0.3);
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    color: #3A832F;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.hp-faq-human-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1.5px;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.faq-gradient {
    background: linear-gradient(135deg, #d0de25, #3A832F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hp-faq-human-header p {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.7;
}

/* FAQ Items */
.hp-faq-human-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hp-faq-human-item {
    background: #ffffff;
    border: 1.5px solid #f0f0f0;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.hp-faq-human-item:hover {
    border-color: rgba(233,249,42,0.3);
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.hp-faq-human-item.active {
    border-color: rgba(233,249,42,0.4);
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}

/* Question Button */
.hp-faq-human-q {
    width: 100%;
    padding: 20px 24px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    text-align: left;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
}

.hp-faq-human-q:hover {
    background: linear-gradient(135deg, rgba(233,249,42,0.03), rgba(58,131,47,0.02));
}

.faq-q-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.faq-q-num {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: linear-gradient(135deg, #E9F92A, #3A832F);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 900;
    color: #000;
    transition: all 0.3s ease;
}

.hp-faq-human-item.active .faq-q-num {
    background: linear-gradient(135deg, #1a1a1a, #2d3436);
    color: #E9F92A;
}

.faq-q-text {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.5;
    flex: 1;
}

.faq-q-toggle {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 12px;
    transition: all 0.3s ease;
}

.hp-faq-human-item.active .faq-q-toggle {
    background: linear-gradient(135deg, #E9F92A, #3A832F);
    color: #000;
    transform: rotate(45deg);
}

/* Answer */
.hp-faq-human-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
}

.hp-faq-human-item.active .hp-faq-human-a {
    max-height: 800px;
}

.hp-faq-human-a-inner {
    padding: 0 24px 24px 80px;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.9;
}

.hp-faq-human-a-inner p {
    margin-bottom: 14px;
}

.hp-faq-human-a-inner p:last-child {
    margin-bottom: 0;
}

.hp-faq-human-a-inner strong {
    color: #1a1a1a;
    font-weight: 700;
}

.hp-faq-human-a-inner code {
    background: #f4f4f4;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.85rem;
    color: #3A832F;
    font-weight: 600;
}

.hp-faq-human-a-inner em {
    color: #666;
    font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
    .hp-faq-human {
        padding: 60px 1rem;
    }
    .hp-faq-human-header h2 {
        font-size: 1.8rem;
    }
    .hp-faq-human-q {
        padding: 16px 18px;
    }
    .faq-q-num {
        width: 32px;
        height: 32px;
        font-size: 11px;
    }
    .faq-q-text {
        font-size: 0.85rem;
    }
    .hp-faq-human-a-inner {
        padding: 0 18px 18px 66px;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .hp-faq-human-header h2 {
        font-size: 1.5rem;
    }
    .faq-q-left {
        gap: 12px;
    }
    .faq-q-num {
        display: none;
    }
    .hp-faq-human-a-inner {
        padding: 0 18px 18px 18px;
    }
}