.hero-dbc3085b {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: #0d0d0d;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    display: flex;
    overflow: hidden;
}

.hero-bg-dbc3085b {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.35;
    z-index: 1;
}

.hero-overlay-dbc3085b {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(90deg, #0d0d0d 45%, transparent 100%);
    z-index: 2;
}

.hero-scroll-track-dbc3085b {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #1a1a1a;
    z-index: 10;
}

.hero-scroll-fill-dbc3085b {
    width: 4px;
    height: 0%;
    background-color: #f97316;
    border-radius: 0 0 2px 2px;
    transition: height 0.1s ease;
}

.hero-container-dbc3085b {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
    padding: 150px 44px 70px 56px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.hero-content-dbc3085b {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.hero-label-dbc3085b {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    text-align: left;
}

.hero-label-line-dbc3085b {
    display: inline-block;
    width: 32px;
    height: 2px;
    background-color: #f97316;
    margin-right: 12px;
}

.hero-label-text-dbc3085b {
    color: #f97316;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: left;
}

.hero-headline-dbc3085b {
    font-size: 52px;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin: 0 0 22px 0;
    text-align: left;
}

.hero-h1-white-dbc3085b { color: #ffffff; text-align: left; display: inline-block; }
.hero-h1-orange-dbc3085b { color: #f97316; text-align: left; display: inline-block; }

.hero-subheading-dbc3085b {
    font-size: 15px;
    line-height: 1.75;
    color: #9ca3af;
    font-weight: 400;
    max-width: 500px;
    margin: 0 0 28px 0;
    text-align: left;
}

.hero-badges-dbc3085b {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 30px;
    text-align: left;
}

.hero-badge-dbc3085b {
    display: flex;
    align-items: center;
    border: 1px solid #2a2a2a;
    border-radius: 6px;
    padding: 6px 13px;
    background: transparent;
    text-align: left;
}

.hero-badge-icon-dbc3085b {
    color: #f97316;
    margin-right: 8px;
    display: flex;
    align-items: center;
}
.hero-badge-icon-dbc3085b svg {
    fill: currentColor;
    width: 13px; height: 13px;
}

.hero-badge-text-dbc3085b {
    color: #d1d5db;
    font-size: 12.5px;
    font-weight: 500;
    text-align: left;
}

.hero-buttons-dbc3085b {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 32px;
    text-align: left;
}

.hero-btn-dbc3085b {
    padding: 14px 24px;
    border-radius: 6px;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.hero-btn-primary-dbc3085b {
    background-color: #f97316;
    color: #ffffff;
    font-weight: 700;
    border: none;
}

.hero-btn-secondary-dbc3085b {
    background-color: transparent;
    color: #ffffff;
    border: 1.5px solid #333333;
    font-weight: 600;
}

.hero-trust-dbc3085b {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.hero-avatars-dbc3085b {
    display: flex;
    margin-right: 18px;
}

.hero-avatar-dbc3085b {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #0d0d0d;
    margin-right: -9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
    color: #ffffff;
}

.hero-trust-info-dbc3085b {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.hero-stars-dbc3085b {
    color: #f97316;
    font-size: 13px;
    margin-bottom: 2px;
    text-align: left;
}

.hero-trust-text-dbc3085b {
    color: #9ca3af;
    font-size: 12px;
    text-align: left;
}

.hero-stat-card-dbc3085b {
    position: absolute;
    bottom: 48px;
    right: 48px;
    background: #1a1a1c;
    border: 1px solid #2a2a2a;
    border-radius: 10px;
    padding: 18px 22px;
    min-width: 190px;
    z-index: 4;
}

.hero-stat-number-dbc3085b {
    color: #f97316;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 6px;
    text-align: left;
}

.hero-stat-text-dbc3085b {
    color: #9ca3af;
    font-size: 11px;
    line-height: 1.5;
    max-width: 150px;
    text-align: left;
}

.hero-stat-progress-dbc3085b {
    width: 100%;
    height: 3px;
    background-color: #2a2a2a;
    border-radius: 2px;
    margin-top: 14px;
}

.hero-stat-progress-fill-dbc3085b {
    width: 65%;
    height: 100%;
    background-color: #f97316;
    border-radius: 2px;
}

@media (max-width: 1023px) {
    .hero-bg-dbc3085b {
        opacity: 0.2;
    }
    .hero-container-dbc3085b {
        padding: 150px 40px 70px 40px;
    }
    .hero-headline-dbc3085b {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .hero-dbc3085b {
        min-height: auto;
    }
    .hero-bg-dbc3085b {
        opacity: 0.15;
    }
    .hero-container-dbc3085b {
        padding: 150px 20px 50px 20px;
        flex-direction: column;
    }
    .hero-headline-dbc3085b {
        font-size: 30px;
    }
    .hero-subheading-dbc3085b {
        font-size: 14px;
    }
    .hero-badges-dbc3085b {
        flex-wrap: wrap;
    }
    .hero-badge-dbc3085b {
        width: calc(50% - 4px);
    }
    .hero-buttons-dbc3085b {
        flex-direction: column;
    }
    .hero-btn-dbc3085b {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .hero-stat-card-dbc3085b {
        display: none;
    }
}