
        
        .elv-hero { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 4rem; margin-bottom: 8rem; align-items: center; padding-top: 2rem; }
        .elv-hero-left h1 { font-size: 4.5rem; font-weight: 800; margin-bottom: 1.5rem; line-height: 1.1; color: #fff; letter-spacing: -1.5px; }
        .elv-hero-left h1 span { color: #3b82f6; text-shadow: 0 0 20px rgba(59,130,246,0.5); }
        .elv-hero-left p { font-size: 1.2rem; color: #94a3b8; margin-bottom: 3rem; line-height: 1.8; }
        .elv-hero-tags { display: flex; gap: 1rem; margin-bottom: 2rem; flex-wrap: wrap; }
        .elv-hero-actions { display: flex; gap: 1.5rem; margin-bottom: 4rem; }
        .elv-hero-feats { display: flex; gap: 2rem; }

        
        .elv-tilt-wrap { perspective: 1200px; transform-style: preserve-3d; width: 100%; display: flex; justify-content: center; }
        .elv-tilt-card { width: 100%; max-width: 480px; aspect-ratio: 4/5; background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01)); border-radius: 24px; border: 1px solid rgba(255,255,255,0.1); box-shadow: 0 30px 60px rgba(0,0,0,0.5); position: relative; transform-style: preserve-3d; transition: transform 0.1s; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(10px); }
        .elv-tilt-layer { position: absolute; transform: translateZ(0px); transition: transform 0.1s; }
        .elv-main-img { width: 80%; height: 60%; object-fit: cover; border-radius: 16px; box-shadow: 0 20px 40px rgba(0,0,0,0.4); }
        .elv-badge-tl { top: 20px; left: 20px; background: rgba(15,23,42,0.8); backdrop-filter: blur(5px); padding: 8px 16px; border-radius: 20px; font-size: 0.75rem; font-weight: 600; color: #cbd5e1; border: 1px solid rgba(255,255,255,0.1); }
        .elv-badge-tr { top: -20px; right: -20px; width: 80px; height: 80px; background: linear-gradient(135deg, #3b82f6, #6366f1); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 800; color: #fff; box-shadow: 0 10px 20px rgba(59,130,246,0.4); border: 4px solid #070913; }
        .elv-badge-bottom { bottom: -30px; left: 5%; width: 90%; background: rgba(21,23,34,0.9); backdrop-filter: blur(15px); padding: 1.5rem; border-radius: 16px; border: 1px solid rgba(255,255,255,0.1); box-shadow: 0 20px 40px rgba(0,0,0,0.6); }
        .elv-bb-title { font-size: 0.75rem; color: #3b82f6; font-weight: 700; margin-bottom: 1rem; letter-spacing: 1px; }
        .elv-badge-bottom ul { list-style: none; margin: 0; padding: 0; }
        .elv-badge-bottom li { margin-bottom: 0.5rem; font-weight: 600; color: #e2e8f0; font-size: 0.9rem; }
        .elv-bb-float { position: absolute; right: -20px; bottom: -20px; background: #fff; color: #0f172a; padding: 1rem; border-radius: 12px; font-size: 0.7rem; font-weight: 800; box-shadow: 0 10px 20px rgba(0,0,0,0.3); }
        .elv-bb-float strong { display: block; font-size: 1.5rem; }

        
        .elv-grid-section h2 { font-size: 2rem; margin-bottom: 2.5rem; color: #fff; display: flex; align-items: center; gap: 1rem; }
        .elv-grid-section h2::after { content: ''; flex: 1; height: 1px; background: linear-gradient(90deg, rgba(59, 130, 246, 0.3), transparent); }
        .elv-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 2.5rem; }
        .elv-card { background: rgba(21, 23, 34, 0.6); border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 16px; overflow: hidden; backdrop-filter: blur(10px); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); display: flex; flex-direction: column; position: relative; }
        .elv-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, transparent, rgba(37, 99, 235, 0.05)); opacity: 0; transition: opacity 0.4s; }
        .elv-card:hover { transform: translateY(-8px) scale(1.02); border-color: rgba(59, 130, 246, 0.4); box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5), 0 0 20px rgba(59, 130, 246, 0.1); }
        .elv-card:hover::before { opacity: 1; }
        .elv-card img { width: 100%; height: 220px; object-fit: cover; border-bottom: 1px solid rgba(255,255,255,0.05); transition: transform 0.5s; }
        .elv-card:hover img { transform: scale(1.05); }
        .elv-card-body { padding: 2rem; flex: 1; display: flex; flex-direction: column; z-index: 1; }
        .elv-card h3 { font-size: 1.5rem; margin-bottom: 0.75rem; color: #f8fafc; font-weight: 600; }
        .elv-card p { color: #94a3b8; font-size: 0.95rem; margin-bottom: 1.5rem; flex: 1; }

        
        .elv-detail-page { max-width: 1100px; margin: 0 auto; animation: fadeIn 0.6s ease; }
        .elv-detail-header { margin-bottom: 3rem; text-align: center; }
        .elv-detail-header h1 { font-size: 3.5rem; margin-bottom: 1rem; color: #fff; font-weight: 800; letter-spacing: -1px; }
        .elv-detail-hero { width: 100%; max-height: 500px; object-fit: cover; border-radius: 24px; margin-bottom: 4rem; box-shadow: 0 20px 40px rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.05); }
        .elv-detail-content { display: grid; grid-template-columns: 2fr 1fr; gap: 4rem; }
        .elv-detail-main h2 { font-size: 2rem; margin: 0 0 1.5rem 0; color: #fff; }
        .elv-detail-main h3 { font-size: 1.5rem; margin: 2.5rem 0 1rem 0; color: #e2e8f0; }
        .elv-detail-main ul { margin-left: 1.5rem; margin-bottom: 2rem; }
        .elv-detail-main li { margin-bottom: 0.75rem; color: #cbd5e1; position: relative; padding-left: 0.5rem; }
        .elv-detail-main li::marker { color: #3b82f6; }
        .elv-detail-main p { color: #cbd5e1; margin-bottom: 1.5rem; font-size: 1.1rem; line-height: 1.8; }

        .elv-cta-box { background: linear-gradient(145deg, rgba(37, 99, 235, 0.1), rgba(15, 23, 42, 0.8)); padding: 3rem; border-radius: 20px; border: 1px solid rgba(59, 130, 246, 0.2); margin-top: 4rem; text-align: center; box-shadow: inset 0 0 20px rgba(37, 99, 235, 0.05); }
        .elv-cta-box h3 { margin-top: 0; font-size: 1.8rem; color: #fff; }

        .elv-score-box { background: linear-gradient(135deg, rgba(30, 41, 59, 0.8), rgba(15, 23, 42, 0.9)); padding: 2.5rem; border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.05); margin-bottom: 2rem; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
        .elv-score-box h4 { font-size: 1rem; text-transform: uppercase; letter-spacing: 2px; color: #94a3b8; margin-bottom: 1rem; }
        .elv-score { font-size: 4rem; font-weight: 800; background: linear-gradient(135deg, #60a5fa, #a78bfa); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

        .elv-info-box { background: rgba(30, 41, 59, 0.5); padding: 2rem; border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.05); backdrop-filter: blur(10px); }
        .elv-info-box h4 { color: #fff; margin-bottom: 1rem; font-size: 1.2rem; }

        
        .elv-docs-layout { display: grid; grid-template-columns: 280px 1fr; gap: 4rem; padding-top: 2rem; align-items: flex-start; max-width: 1200px; margin: 0 auto; }
        .elv-docs-sidebar { position: sticky; top: 100px; }
        .elv-sidebar-sticky h3 { font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1.5px; color: #64748b; margin-bottom: 1.5rem; }
        .elv-toc { display: flex; flex-direction: column; gap: 1rem; border-left: 2px solid rgba(255,255,255,0.05); padding-left: 1rem; }
        .elv-toc a { color: #94a3b8; font-size: 0.95rem; font-weight: 500; transition: color 0.2s; }
        .elv-toc a:hover { color: #3b82f6; border-left: 2px solid #3b82f6; margin-left: -18px; padding-left: 16px; }
        .elv-docs-header h1 { font-size: 3.5rem; font-weight: 800; color: #fff; margin-bottom: 0.5rem; }
        .elv-docs-meta { font-size: 0.9rem; color: #64748b; font-family: monospace; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 2rem; margin-bottom: 2rem; }
        .elv-docs-intro { font-size: 1.2rem; color: #cbd5e1; line-height: 1.8; margin-bottom: 4rem; background: rgba(37, 99, 235, 0.05); padding: 2rem; border-radius: 16px; border-left: 4px solid #3b82f6; }
        .elv-docs-section { margin-bottom: 4rem; scroll-margin-top: 100px; }
        .elv-docs-section h2 { font-size: 1.8rem; color: #60a5fa; margin-bottom: 1.5rem; display: flex; align-items: center; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 1rem; }
        .elv-docs-section p { color: #cbd5e1; font-size: 1.1rem; line-height: 1.8; margin-bottom: 1.5rem; }

        
        .elv-dash-contact { max-width: 1000px; margin: 0 auto; }
        .elv-dash-header { text-align: center; margin-bottom: 4rem; }
        .elv-dash-header h1 { font-size: 3.5rem; font-weight: 800; color: #fff; margin-bottom: 1rem; }
        .elv-dash-header p { font-size: 1.2rem; color: #94a3b8; }
        .elv-dash-topbar { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin-bottom: 3rem; }
        .elv-dash-widget { background: rgba(15, 23, 42, 0.6); border: 1px solid rgba(255, 255, 255, 0.05); padding: 1.5rem; border-radius: 16px; display: flex; align-items: center; gap: 1.5rem; backdrop-filter: blur(10px); }
        .elv-dash-widget .elv-icon { font-size: 2rem; }
        .elv-dash-widget strong { display: block; color: #60a5fa; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.2rem; }
        .elv-dash-widget span:not(.icon) { color: #fff; font-weight: 600; }

        .elv-form-terminal { background: #0f172a; border-radius: 16px; border: 1px solid rgba(255,255,255,0.1); overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.4); }
        .elv-terminal-header { background: #1e293b; padding: 0.8rem 1.5rem; display: flex; align-items: center; gap: 0.5rem; border-bottom: 1px solid rgba(255,255,255,0.05); }
        .elv-dot { width: 12px; height: 12px; border-radius: 50%; }
        .dot.elv-red { background: #ef4444; } .dot.elv-yellow { background: #eab308; } .dot.elv-green { background: #22c55e; }
        .elv-terminal-header .title { margin-left: auto; color: #64748b; font-size: 0.8rem; font-family: monospace; letter-spacing: 1px; }
        .elv-dash-form { padding: 3rem; }
        .elv-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
        .elv-form-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 1rem; }
        .elv-form-note { color: #64748b; font-size: 0.85rem; }

        
        .elv-stats { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 2rem; background: linear-gradient(90deg, rgba(37,99,235,0.1), rgba(139,92,246,0.1)); padding: 4rem 2rem; border-radius: 24px; margin-bottom: 6rem; border: 1px solid rgba(59,130,246,0.2); }
        .elv-stat-item { text-align: center; }
        .elv-stat-num { font-size: 3.5rem; font-weight: 800; background: linear-gradient(135deg, #60a5fa, #c084fc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; margin-bottom: 0.5rem; }
        .elv-stat-label { color: #94a3b8; font-size: 1.1rem; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }

        .elv-mp-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; margin: 6rem 0; align-items: center; }
        .elv-mp-content h2 { font-size: 2.5rem; color: #fff; margin-bottom: 1.5rem; }
        .elv-mp-list { list-style: none; margin: 2rem 0; }
        .elv-mp-list li { margin-bottom: 1.5rem; padding-left: 2rem; position: relative; color: #cbd5e1; }
        .elv-mp-list li::before { content: '→'; position: absolute; left: 0; color: #3b82f6; font-weight: bold; }
        .mp-placeholder { width: 100%; height: 400px; background: linear-gradient(135deg, rgba(15,23,42,0.8), rgba(30,41,59,0.8)); border: 1px solid rgba(255,255,255,0.05); border-radius: 24px; display: flex; align-items: center; justify-content: center; color: #64748b; font-weight: 600; box-shadow: inset 0 0 40px rgba(0,0,0,0.5); }

        .elv-testimonials { margin: 6rem 0; }
        .elv-testimonials h2 { font-size: 2.5rem; color: #fff; text-align: center; margin-bottom: 3rem; }
        .elv-t-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }
        .elv-t-card { background: rgba(15,23,42,0.6); padding: 2.5rem; border-radius: 16px; border: 1px solid rgba(255,255,255,0.05); position: relative; }
        .elv-t-quote { font-size: 1.1rem; font-style: italic; color: #e2e8f0; margin-bottom: 1.5rem; line-height: 1.8; }
        .elv-t-author { color: #3b82f6; font-weight: 600; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; }

        .page-header { text-align: center; margin-bottom: 4rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,0.05); }
        .page-header h1 { font-size: 3.5rem; font-weight: 800; color: #fff; margin-bottom: 1rem; }
        .page-header p { font-size: 1.2rem; color: #94a3b8; max-width: 600px; margin: 0 auto; }
        