.lp-hero {
    padding: 140px 0 80px;
    text-align: center;
    background: linear-gradient(180deg, var(--lp-bg-alt) 0%, var(--lp-bg) 100%);
}

.admin-bar .lp-hero {
    padding-top: 172px;
}

.lp-hero-badge {
    display: inline-block;
    background: var(--lp-primary-bg);
    border: 1px solid var(--lp-primary-border);
    color: var(--lp-primary);
    font-size: 13px;
    font-weight: 600;
    padding: 6px 20px;
    border-radius: 50px;
    margin-bottom: 28px;
}

.lp-hero-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.lp-hero-num {
    font-size: 72px;
    color: var(--lp-primary);
    font-weight: 900;
    letter-spacing: -0.04em;
}

.lp-hero-sub {
    font-size: 17px;
    color: var(--lp-text-sub);
    max-width: 640px;
    margin: 0 auto 36px;
    line-height: 1.9;
}

.lp-hero-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.lp-hero-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    background: var(--lp-bg);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius-lg);
    padding: 28px 40px;
    max-width: 680px;
    margin: 0 auto;
    box-shadow: var(--lp-shadow);
}

.lp-stat {
    text-align: center;
    flex: 1;
}

.lp-stat-num {
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: var(--lp-primary);
    line-height: 1.2;
}

.lp-stat-label {
    display: block;
    font-size: 12px;
    color: var(--lp-text-light);
    margin-top: 4px;
    font-weight: 500;
}

.lp-stat-divider {
    width: 1px;
    height: 40px;
    background: var(--lp-border);
    margin: 0 8px;
}