/* ===================================================
   ISOLATED HERO SECTIONS CANVAS ENGINE
=================================================== */
.oneplus-hero-section {
    padding: 160px 0 90px 0 !important;
    background: radial-gradient(circle at 10% 20%, #f0fdf4 0%, #ffffff 55%) !important;
    width: 100%;
}

.op-hero-badge {
    display: inline-flex;
    align-items: center;
    background-color: #dcfce7 !important;
    color: #15803d !important;
    font-weight: 700;
    font-size: 12.5px !important;
    padding: 8px 18px !important;
    border-radius: 50px !important;
    margin-bottom: 25px;
    border: 1px solid rgba(21, 128, 61, 0.15);
}

.op-hero-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 52px !important;
    font-weight: 900 !important;
    color: #08142e !important;
    line-height: 1.18 !important;
    letter-spacing: -1.5px;
    margin-bottom: 22px;
}
.op-hero-title span { color: #1e88ff; }

.op-hero-desc {
    font-family: 'Inter', sans-serif !important;
    font-size: 16.5px !important;
    line-height: 1.75 !important;
    color: #475569 !important;
    max-width: 620px;
    margin-bottom: 35px;
}

/* Dynamic Action Buttons */
.op-primary-btn {
    background-color: #1e88ff !important;
    color: #ffffff !important;
    padding: 15px 34px !important;
    border-radius: 50px !important;
    font-weight: 700;
    font-size: 15px !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 8px 20px rgba(30, 136, 255, 0.2);
    transition: all 0.25s ease;
}
.op-primary-btn:hover { background-color: #0d6efd !important; transform: translateY(-2px); }

.op-secondary-btn {
    padding: 15px 34px !important;
    border-radius: 50px !important;
    border: 2px solid #cbd5e1 !important;
    background-color: transparent !important;
    font-weight: 700;
    font-size: 15px !important;
    text-decoration: none !important;
    color: #334155 !important;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
}
.op-secondary-btn:hover { background-color: #f8fafc !important; border-color: #94a3b8; }

.op-hero-features { margin-top: 40px; }
.op-badge-item {
    font-size: 13.5px; font-weight: 600; color: #475569;
    display: flex; align-items: center; gap: 8px;
}
.op-badge-item i { color: #16a34a; font-size: 15px; }

.op-main-mockup {
    max-width: 580px; width: 100%; height: auto;
    border-radius: 20px; box-shadow: 0 25px 60px rgba(8, 20, 46, 0.08);
}

/* ===================================================
   SYSTEM FEATURES STYLES STRUCTURE
=================================================== */
.op-features-section { padding: 90px 0 !important; background-color: #ffffff !important; }
.op-section-heading { margin-bottom: 55px; }
.op-mini-tag { font-size: 11px; font-weight: 800; color: #1e88ff; letter-spacing: 1.5px; text-transform: uppercase; display: block; margin-bottom: 6px; }
.op-section-heading h2 { font-size: 38px !important; font-weight: 800; color: #08142e; }
.op-section-heading p { font-size: 16px; color: #64748b; margin-top: 6px; }

.op-feature-card {
    background: #ffffff !important; padding: 35px 24px !important; border-radius: 20px !important;
    border: 1px solid #edf2f7 !important; height: 100% !important; text-align: center !important;
    transition: all 0.25s ease-in-out;
}
.op-feature-card:hover { transform: translateY(-5px); border-color: #1e88ff !important; box-shadow: 0 15px 30px rgba(30, 136, 255, 0.04) !important; }

.op-feat-icon {
    width: 60px; height: 60px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
    font-size: 24px; margin: 0 auto 20px auto;
}
.ic-red { background-color: #ffe4e6; color: #e11d48; }
.ic-green { background-color: #dcfce7; color: #16a34a; }
.ic-blue { background-color: #e0f2fe; color: #0284c7; }
.ic-gold { background-color: #fef3c7; color: #d97706; }

.op-feature-card h4 { font-size: 19px !important; font-weight: 700; color: #08142e; margin-bottom: 10px; }
.op-feature-card p { color: #64748b !important; font-size: 13.5px !important; line-height: 1.55; margin: 0; }

/* ===================================================
   INDUSTRIES TILES ARRAYS CODES
=================================================== */
.op-trade-section { padding: 90px 0 !important; background-color: #f8fafc !important; }

.op-trade-card-tile {
    background-color: #ffffff !important; padding: 25px 20px !important; border-radius: 16px !important;
    border: 1px solid #e2e8f0 !important; display: flex !important; align-items: center !important;
    gap: 16px !important; height: 100% !important; position: relative;
    transition: all 0.2s ease;
}
.op-trade-card-tile:hover { transform: translateY(-3px); border-color: #1e88ff !important; box-shadow: 0 10px 20px rgba(30, 136, 255, 0.04) !important; }

.op-trade-avatar {
    width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
    font-size: 18px; flex-shrink: 0;
}
.op-trade-card-tile h5 { font-size: 15.5px !important; font-weight: 700; color: #0f172a; margin: 0; }

/* Dynamic Variant Colors Maps for Avatar Icons */
.op-t-indigo { background-color: #e0e7ff; color: #4338ca; }
.op-t-red { background-color: #ffe4e6; color: #e11d48; }
.op-t-blue { background-color: #e0f2fe; color: #0284c7; }
.op-t-green { background-color: #dcfce7; color: #16a34a; }
.op-t-gold { background-color: #fef3c7; color: #d97706; }
.op-t-teal { background-color: #ccfbf1; color: #0f766e; }
.op-t-orange { background-color: #ffedd5; color: #ea580c; }
.op-t-pink { background-color: #fce7f3; color: #db2777; }
.op-t-cyan { background-color: #ecfeff; color: #0891b2; }
.op-t-emerald { background-color: #ecfdf5; color: #059669; }
.op-t-purple { background-color: #f3e8ff; color: #7c3aed; }
.op-t-slate { background-color: #f1f5f9; color: #475569; }

/* ===================================================
   CONVERSION BOOSTING CLOSING CTA BAR
=================================================== */
.op-cta-section { padding: 60px 0 !important; background-color: #ffffff !important; }
.op-cta-box { background: linear-gradient(135deg, #1e88ff 0%, #0056b3 100%) !important; padding: 60px 30px !important; border-radius: 24px !important; color: #ffffff !important; }
.op-cta-box h2 { color: #ffffff !important; font-size: 38px !important; font-weight: 800; letter-spacing: -0.5px; }
.op-cta-box p { font-size: 16.5px; color: #e0f2fe; max-width: 580px; margin: 8px auto 0 auto; }

.op-cta-pill-btn {
    display: inline-block; background-color: #ffffff; color: #1e88ff !important;
    padding: 15px 36px; border-radius: 50px; font-weight: 800; font-size: 15px;
    text-decoration: none !important; margin-top: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
}
.op-cta-pill-btn:hover { background-color: #f8fafc; transform: scale(1.02); }

/* ===================================================
   📱 RESPONSIVE ADJUSTMENTS ENGINE BREAKPOINTS
=================================================== */
@media (max-width: 991px) {
    .oneplus-hero-section { padding: 120px 0 50px 0 !important; text-align: center !important; }
    .op-hero-title { font-size: 36px !important; letter-spacing: -0.5px !important; }
    .op-hero-desc { font-size: 15px !important; margin-left: auto; margin-right: auto; }
    .op-hero-btns { justify-content: center !important; }
    .op-hero-features { justify-content: center !important; }
    .op-hero-right { margin-top: 40px !important; }
    
    .op-section-heading h2 { font-size: 30px !important; }
    .op-features-section { padding: 50px 0 !important; }
    .op-trade-section { padding: 50px 0 !important; }
    .op-cta-box { padding: 45px 20px !important; }
    .op-cta-box h2 { font-size: 26px !important; }
}

@media (max-width: 576px) {
    .op-hero-title { font-size: 30px !important; }
    .op-primary-btn, .op-secondary-btn, .op-cta-pill-btn { width: 100% !important; justify-content: center !important; }
    .op-hero-features { flex-direction: column !important; gap: 10px !important; align-items: center; }
}