:root {
    --vdh-bg-1: #dcd6ff;
    --vdh-bg-2: #f8f6ff;
    --vdh-text-dark: #0f172a;
    --vdh-text-muted: #4f4f5f;
    --vdh-primary: #3b82f6;
    --vdh-glass-bg: rgba(255, 255, 255, 0.4);
    --vdh-glass-border: rgba(255, 255, 255, 0.6);
    --vdh-chart-c1: #0A2540;
    --vdh-chart-c2: #0052FF;
    --vdh-accent-c: #00D18F;
}

.vdh-section-af2d9458 {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 120px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.vdh-bg-af2d9458 {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 0;
}

.vdh-bg-gradient-af2d9458 {
    background: linear-gradient(135deg, var(--vdh-bg-1) 0%, #ede9ff 35%, var(--vdh-bg-2) 70%, #ffffff 100%);
}

.vdh-orb-af2d9458 {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.6;
    animation: vdhFloatOrb-af2d9458 20s infinite alternate ease-in-out;
}

.vdh-orb-1-af2d9458 {
    width: 400px; height: 400px;
    background: #c4b5fd;
    top: -100px; right: -50px;
}

.vdh-orb-2-af2d9458 {
    width: 300px; height: 300px;
    background: #93c5fd;
    bottom: -50px; left: 10%;
    animation-delay: -5s;
}

.vdh-container-af2d9458 {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* LEFT CONTENT */
.vdh-badge-af2d9458 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: var(--vdh-glass-bg);
    border: 1px solid var(--vdh-glass-border);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--vdh-text-dark);
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.vdh-badge-icon-af2d9458 {
    width: 8px; height: 8px;
    background: var(--vdh-primary);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--vdh-primary);
}

.vdh-headline-af2d9458 {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 700;
    color: var(--vdh-text-dark);
    margin: 0 0 24px;
    letter-spacing: -0.02em;
}

.vdh-highlight-af2d9458 {
    background: linear-gradient(90deg, #3b82f6, #8b5cf6, #3b82f6);
    background-size: 200% auto;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: vdhShimmer-af2d9458 4s linear infinite;
}

.vdh-subheading-af2d9458 {
    font-size: 18px;
    line-height: 1.7;
    color: var(--vdh-text-muted);
    max-width: 560px;
    margin: 0 0 40px;
}

.vdh-features-af2d9458 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 40px;
}

.vdh-feature-card-af2d9458 {
    background: var(--vdh-glass-bg);
    border: 1px solid var(--vdh-glass-border);
    backdrop-filter: blur(16px);
    padding: 20px;
    border-radius: 16px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}

.vdh-feature-card-af2d9458:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.05);
    background: rgba(255,255,255,0.6);
    border-color: rgba(255,255,255,0.8);
}

.vdh-feature-icon-af2d9458 {
    font-size: 20px;
    color: var(--vdh-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px; height: 40px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.vdh-feature-icon-af2d9458 svg {
    width: 20px; height: 20px; fill: currentColor;
}

.vdh-feature-text-af2d9458 h4 {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 600;
    color: var(--vdh-text-dark);
}

.vdh-feature-text-af2d9458 p {
    margin: 0;
    font-size: 13px;
    color: var(--vdh-text-muted);
    line-height: 1.5;
}

.vdh-trust-af2d9458 {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    padding-top: 24px;
    border-top: 1px solid rgba(0,0,0,0.05);
}

.vdh-trust-item-af2d9458 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--vdh-text-muted);
    font-weight: 500;
}

.vdh-trust-item-af2d9458 svg, .vdh-trust-item-af2d9458 i {
    color: #94a3b8;
    fill: #94a3b8;
    width: 14px;
    height: 14px;
}

/* RIGHT VISUAL */
.vdh-visual-af2d9458 {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
}

.vdh-visual-inner-af2d9458 {
    position: relative;
    width: 100%;
    max-width: 540px;
    aspect-ratio: 540 / 420;
}

.vdh-dashboard-mockup-af2d9458 {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(24px);
    border-radius: 20px;
    border: 1px solid #ffffff;
    box-shadow: 0 30px 60px rgba(0,0,0,0.08), 0 0 0 1px rgba(255,255,255,0.4) inset;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: rotateY(-5deg) rotateX(5deg);
    transition: transform 0.5s ease;
}

.vdh-mockup-header-af2d9458 {
    height: 12%;
    min-height: 30px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    padding: 0 4%;
    gap: 2%;
    background: rgba(255,255,255,0.4);
}

.vdh-dot-af2d9458 {
    width: 2%; aspect-ratio: 1; min-width: 6px; border-radius: 50%; background: #e2e8f0;
}
.vdh-dot-af2d9458:nth-child(1) { background: #ff5f56; }
.vdh-dot-af2d9458:nth-child(2) { background: #ffbd2e; }
.vdh-dot-af2d9458:nth-child(3) { background: #27c93f; }

.vdh-mockup-body-af2d9458 {
    display: flex;
    flex: 1;
}

.vdh-mockup-sidebar-af2d9458 {
    width: 15%;
    border-right: 1px solid rgba(0,0,0,0.05);
    padding: 4%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: rgba(255,255,255,0.2);
}

.vdh-line-af2d9458 {
    height: 8px; border-radius: 4px; background: rgba(0,0,0,0.05); width: 100%;
}

.vdh-mockup-content-af2d9458 {
    flex: 1;
    padding: 6%;
    display: flex;
    flex-direction: column;
    gap: 5%;
}

.vdh-chart-card-af2d9458 {
    background: #ffffff;
    border-radius: 12px;
    padding: 5%;
    flex: 2;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
    display: flex;
    flex-direction: column;
}

.vdh-chart-title-af2d9458 {
    height: 12px; width: 30%; background: #f1f5f9; border-radius: 6px; margin-bottom: 20px;
}

.vdh-chart-bar-group-af2d9458 {
    display: flex; align-items: flex-end; gap: 5%; flex: 1;
}

.vdh-chart-bar-af2d9458 {
    flex: 1; 
    background: linear-gradient(180deg, var(--vdh-chart-c1) 0%, var(--vdh-chart-c2) 100%); 
    border-radius: 6px 6px 0 0; 
    opacity: 0.9;
    transition: height 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.vdh-stats-grid-af2d9458 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 5%; flex: 1;
}

.vdh-stat-card-af2d9458 {
    background: #ffffff; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}

.vdh-floating-card-af2d9458 {
    position: absolute;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(12px);
    border: 1px solid #ffffff;
    padding: 12px 20px;
    border-radius: 12px;
    box-shadow: 0 16px 32px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vdh-floating-card-af2d9458:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 24px 40px rgba(0,0,0,0.15);
}

.vdh-fc-1-af2d9458 { top: 15%; right: -5%; animation: vdhFloat-af2d9458 6s ease-in-out infinite; }
.vdh-fc-2-af2d9458 { bottom: 15%; left: -10%; animation: vdhFloat-af2d9458 7s ease-in-out infinite alternate-reverse; }

.vdh-fc-icon-af2d9458 {
    width: 32px; height: 32px; background: #e2e8f0; color: #64748b; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-size: 14px;
}

.vdh-fc-icon-revenue-af2d9458 {
    background: rgba(0, 209, 143, 0.15);
    color: var(--vdh-accent-c);
}

.vdh-fc-text-af2d9458 { font-size: 14px; font-weight: 600; color: #0f172a; white-space: nowrap; }

/* ANIMATIONS */
@keyframes vdhFloatOrb-af2d9458 {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(30px, 50px) scale(1.1); }
}

@keyframes vdhShimmer-af2d9458 {
    0% { background-position: 200% center; }
    100% { background-position: -200% center; }
}

@keyframes vdhFloat-af2d9458 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* Scroll Reveals */
.vdh-reveal-af2d9458 {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.vdh-reveal-af2d9458.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger delay logic via inline custom prop */
.vdh-reveal-af2d9458 {
    transition-delay: calc(var(--vdh-delay, 0) * 0.1s);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .vdh-section-af2d9458 { padding: 80px 0; }
    .vdh-headline-af2d9458 { font-size: 40px; }
    .vdh-container-af2d9458 { grid-template-columns: 1fr; gap: 60px; }
    .vdh-dashboard-mockup-af2d9458 { transform: none; }
    .vdh-visual-inner-af2d9458 { max-width: 480px; }
    .vdh-fc-1-af2d9458 { right: -5%; top: 10%; }
    .vdh-fc-2-af2d9458 { left: -5%; bottom: 10%; }
}

@media (max-width: 767px) {
    .vdh-section-af2d9458 { padding: 60px 0; }
    .vdh-headline-af2d9458 { font-size: 30px; }
    .vdh-features-af2d9458 { grid-template-columns: 1fr; }
    .vdh-visual-af2d9458 { display: flex; /* Ensure it stays visible */ padding: 20px 0;}
    .vdh-visual-inner-af2d9458 { max-width: 100%; margin: 0 10%; /* prevent floating cards from overflowing */ }
    .vdh-fc-1-af2d9458 { right: -10%; top: 5%; }
    .vdh-fc-2-af2d9458 { left: -10%; bottom: 5%; }
    .vdh-floating-card-af2d9458 { padding: 8px 12px; }
    .vdh-fc-text-af2d9458 { font-size: 12px; }
    .vdh-fc-icon-af2d9458 { width: 24px; height: 24px; font-size: 12px; }
}
