/* ==========================================================================
   HUDULY RESELLER HERO STYLES (CENTERED STANDALONE LANDING)
   ========================================================================== */

.huduly-hero-section {
    background: linear-gradient(180deg, #040d21 0%, #030816 100%);
    padding-top: 150px;
    padding-bottom: 110px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.hero-grid-pattern {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 36px 36px;
    pointer-events: none;
    z-index: 1;
}

.hero-partner-badge-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.hero-partner-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(43, 108, 238, 0.1);
    border: 1px solid rgba(43, 108, 238, 0.35);
    color: #3b82f6;
    padding: 7px 18px;
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.huduly-hero-section h1 {
    font-size: 58px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1.5px;
    color: #ffffff !important;
    margin-bottom: 22px;
}

.huduly-hero-section h1 span {
    color: #3b82f6;
}

.huduly-hero-section p {
    font-size: 18px;
    color: #94a3b8;
    line-height: 1.65;
    margin-bottom: 36px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.btn-hero-blue {
    background: #2563eb;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 34px;
    border-radius: 12px;
    text-decoration: none !important;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.4);
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-hero-blue:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.55);
}

@media (max-width: 991px) {
    .huduly-hero-section { padding-top: 120px; padding-bottom: 80px; }
    .huduly-hero-section h1 { font-size: 42px; }
    .huduly-hero-section p { font-size: 16px; }
}

@media (max-width: 575px) {
    .huduly-hero-section h1 { font-size: 32px; }
    .btn-hero-blue { width: 100%; text-align: center; }
}