/* OffersWorks Custom Dark Landing Page Layout */
.offersworks-dark-theme {
    background-color: #0b0c0d !important;
    color: #ffffff !important;
}

.offersworks-hero {
    min-height: 80vh !important;
    padding: 160px 0 100px 0 !important;
    background: #111215 !important;
    margin: 0 !important;
}

.offersworks-glow {
    width: 400px;
    height: 400px;
    background: rgba(255, 193, 7, 0.08);
    filter: blur(100px);
    pointer-events: none;
}

.offersworks-badge {
    font-size: 0.75rem !important;
    letter-spacing: 0.05em !important;
    border: none !important;
}

.offersworks-headline {
    font-weight: 800 !important;
    color: #ffffff !important;
    line-height: 1.2;
}

.offersworks-headline span {
    color: #ffc107 !important;
}

.offersworks-lead {
    max-width: 620px;
    font-size: 1.15rem !important;
    font-weight: 300 !important;
    line-height: 1.6 !important;
    color: rgba(255,255,255,0.6) !important;
}

.offersworks-btn-primary {
    background-color: #ffc107 !important;
    border: none !important;
    color: #000000 !important;
}

.offersworks-btn-secondary {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.offersworks-steps-section {
    background: #0e0f11 !important;
    border-top: 1px solid rgba(255,255,255,0.05) !important;
    padding: 80px 0 !important;
    margin: 0 !important;
}

.offersworks-card {
    background: rgba(255, 255, 255, 0.02) !important;
}

.offersworks-icon-wrapper-warning {
    width: 64px;
    height: 64px;
    color: #ffc107 !important;
}

.offersworks-icon-wrapper-info {
    width: 64px;
    height: 64px;
    color: #0dcaf0 !important;
}

.offersworks-icon-wrapper-success {
    width: 64px;
    height: 64px;
    color: #198754 !important;
}

.offersworks-card-title {
    font-size: 1.3rem !important;
    color: #ffffff !important;
}

.offersworks-card-text {
    line-height: 1.6 !important;
    color: rgba(255,255,255,0.5) !important;
}

.offersworks-strip {
    background: #070809 !important;
    border-top: 1px solid rgba(255,255,255,0.05) !important;
    margin: 0 !important;
    padding: 25px 0 !important;
}

.offersworks-strip-text {
    font-size: 0.8rem;
    font-weight: 600;
}

.offersworks-strip-text span {
    color: #ffffff !important;
}

.offersworks-strip-text i.text-success {
    color: #198754 !important;
}

.offersworks-strip-text i.text-warning {
    color: #ffc107 !important;
}

.offersworks-strip-text i.text-info {
    color: #0dcaf0 !important;
}