/* ==========================================================================
   RESELLER FEATURES - MODERN GLOW ACCENT DESIGN
   ========================================================================== */

.modern-services-section {
    background: #f8fafc;
    position: relative;
    padding-top: 100px !important;
    padding-bottom: 90px !important;
}

@media (max-width: 767px) {
    .modern-services-section {
        padding-top: 70px !important;
        padding-bottom: 60px !important;
    }
}

.section-badge {
    display: inline-block;
    background: rgba(255, 123, 44, 0.1);
    color: #ff7b2c;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
}

.section-heading h2 {
    font-size: 42px;
    font-weight: 800;
    color: #071a52;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.section-heading p {
    font-size: 17px;
    color: #64748b;
    line-height: 1.7;
}

/* Service Card Container */
.modern-service-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 30px;
    height: 100%;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

/* Creative Gradient Top Border Accent Line */
.modern-service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff7b2c, #ff5e00, #ff9e5e);
    opacity: 0.8;
    transition: all 0.35s ease;
}

/* Creative Card Hover (Warm Orange Depth Glow) */
.modern-service-card:hover {
    transform: translateY(-8px);
    border-color: #ffd6be;
    box-shadow: 0 22px 45px rgba(255, 123, 44, 0.12);
}

.modern-service-card:hover::before {
    height: 6px;
    opacity: 1;
}

/* Icon Box Styling */
.service-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, #ff7b2c 0%, #ff5e00 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 10px 22px rgba(255, 123, 44, 0.28);
}

.service-icon i {
    color: #ffffff;
    font-size: 26px;
}

.modern-service-card:hover .service-icon {
    transform: scale(1.08) rotate(-3deg);
}

.modern-service-card h4 {
    font-size: 20px;
    font-weight: 800;
    color: #071a52;
    margin-bottom: 12px;
}

.modern-service-card p {
    font-size: 14.5px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 24px;
}

/* Feature Checklist with Pill Accents */
.service-feature-list {
    list-style: none;
    padding: 0;
    margin: auto 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-top: 1px dashed #e2e8f0;
    padding-top: 20px;
}

.service-feature-list li {
    font-size: 13.5px;
    font-weight: 600;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-feature-list li i {
    color: #ff7b2c;
    background: rgba(255, 123, 44, 0.12);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
}

/* ==========================================================================
   FULL WIDTH CTA BANNER STYLES - FLAT SOLID COLOR EDITION
   ========================================================================== */

.reseller-cta-fullwidth {
    position: relative;
    background: #071a52 !important; /* Solid Brand Navy */
    padding: 100px 0 !important;
    overflow: hidden;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-pattern-overlay {
    display: none;
}

.cta-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 123, 44, 0.15);
    border: 1px solid #ff7b2c;
    color: #ff7b2c;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.cta-content-wrap h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.cta-subtitle {
    color: #e2e8f0;
    font-size: 17px;
    line-height: 1.7;
    max-width: 620px;
}

/* Flat Benefit Cards Grid */
.cta-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #0f256e;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 16px;
    border-radius: 12px;
    height: 100%;
    transition: all 0.2s ease;
}

.cta-benefit-item:hover {
    border-color: #ff7b2c;
    transform: translateY(-2px);
}

.cta-benefit-item i {
    color: #ff7b2c;
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.cta-benefit-item strong {
    display: block;
    color: #ffffff;
    font-size: 14.5px;
    font-weight: 700;
    margin-bottom: 3px;
}

.cta-benefit-item span {
    display: block;
    color: #cbd5e1;
    font-size: 12.5px;
    line-height: 1.45;
}

.cta-guarantee {
    color: #cbd5e1;
    font-size: 13.5px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .cta-content-wrap h2 {
        font-size: 32px;
    }
    .reseller-cta-fullwidth {
        padding: 70px 0 !important;
        text-align: center;
    }
    .cta-subtitle {
        margin: 0 auto;
    }
    .cta-benefit-item {
        text-align: left;
    }
}