/* ===================================================
   HERO PORTAL FRAME WORK BACKGROUND CANVAS
=================================================== */
.products-hero-wrapper {
    padding: 160px 0 80px 0 !important;
    background: radial-gradient(circle at 90% 10%, #f0f4ff 0%, #ffffff 60%) !important;
    width: 100%;
}

.premium-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #e0f2fe !important;
    color: #0369a1 !important;
    font-weight: 700;
    font-size: 13px !important;
    padding: 8px 18px !important;
    border-radius: 50px !important;
    margin-bottom: 22px;
    border: 1px solid rgba(3, 105, 161, 0.15);
}

.premium-page-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 54px !important;
    font-weight: 900 !important;
    color: #08142e !important;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
}
.premium-page-title span { color: #1e88ff; }

.premium-page-desc {
    font-family: 'Inter', sans-serif !important;
    font-size: 17px !important;
    line-height: 1.75 !important;
    color: #475569 !important;
    max-width: 680px;
    margin: 0 auto;
}

/* ===================================================
   HYBRID PRODUCT MASTER CARDS GRID TILES
=================================================== */
.products-portfolio-grid {
    padding: 40px 0 90px 0 !important;
    background-color: #f8fafc !important; /* Uniform SaaS tone background */
}

.pro-master-card {
    background: #ffffff !important;
    padding: 35px 30px !important;
    border-radius: 20px !important;
    border: 1px solid #e2e8f0 !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.02), 0 2px 4px -2px rgba(15, 23, 42, 0.02) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Card Top Header row alignment layout controls */
.pro-card-header-row {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    margin-bottom: 20px;
}

.pro-avatar-icon {
    width: 58px; height: 58px;
    border-radius: 14px !important;
    display: flex !important; align-items: center; justify-content: center;
    font-size: 24px !important; flex-shrink: 0;
}

/* Dynamic Translucent soft gradients mapping variables indicators */
.op-sh-blue { background-color: #e0f2fe; color: #0284c7; }
.op-sh-green { background-color: #dcfce7; color: #16a34a; }
.op-sh-red { background-color: #ffe4e6; color: #e11d48; }
.op-sh-purple { background-color: #f3e8ff; color: #7c3aed; }
.op-sh-teal { background-color: #ccfbf1; color: #0f766e; }
.op-sh-orange { background-color: #ffedd5; color: #ea580c; }
.op-sh-indigo { background-color: #e0e7ff; color: #4338ca; }
.op-sh-cyan { background-color: #ecfeff; color: #0891b2; }
.op-sh-pink { background-color: #fce7f3; color: #db2777; }
.op-sh-emerald { background-color: #ecfdf5; color: #059669; }
.op-sh-slate { background-color: #f1f5f9; color: #475569; }
.op-sh-rose { background-color: #fff1f2; color: #f43f5e; }

.pro-title-meta h3 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 21px !important;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 2px 0 !important;
}

.pro-category-tag {
    font-size: 11.5px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pro-card-description {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #475569 !important;
    margin-bottom: 22px !important;
}

/* Vector List Pointers Configurations */
.pro-bullet-points-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    flex-grow: 1 !important; /* Forces uniform card heights line up handles */
}

.pro-bullet-points-list li {
    font-size: 14px !important;
    font-weight: 500;
    color: #1e293b !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    text-align: left !important;
}

.pro-bullet-points-list li i {
    color: #16a34a !important; /* Vibrant pricing green checkmarks */
    font-size: 15px !important;
    flex-shrink: 0;
}

/* Action button configurations inside individual cards panels */
.pro-card-action-bar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-top: 1px solid #f1f5f9 !important;
    padding-top: 20px;
    width: 100%;
}

.pro-btn-learn {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1e88ff !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px;
    transition: all 0.2s ease;
}
.pro-btn-learn:hover { color: #0056b3 !important; gap: 9px; }

.pro-btn-demo {
    background-color: #f1f5f9 !important;
    color: #334155 !important;
    padding: 10px 22px !important;
    border-radius: 50px !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.2s ease;
    border: 1px solid #e2e8f0 !important;
}
.pro-btn-demo:hover {
    background-color: #1e88ff !important;
    color: #ffffff !important;
    border-color: #1e88ff !important;
    box-shadow: 0 4px 12px rgba(30, 136, 255, 0.2) !important;
}

/* Premium 3D Micro translation hover mechanics scales */
.pro-master-card:hover {
    transform: translateY(-6px);
    border-color: #1e88ff !important;
    box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.05), 0 8px 10px -6px rgba(15, 23, 42, 0.05) !important;
}

/* ===================================================
   CONVERSION CTA STRIP BAR AT FOOT
=================================================== */
.pro-cta-foot-strip {
    padding: 60px 0 !important;
    background-color: #ffffff !important;
}

.pro-cta-banner-wrapper {
    background: linear-gradient(135deg, #0f172a 0%, #020617 100%) !important; /* Dark Premium Corporate Backdrop */
    padding: 60px 40px !important;
    border-radius: 24px !important;
    color: #ffffff !important;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.15) !important;
}

.pro-cta-banner-wrapper h2 {
    color: #ffffff !important;
    font-size: 38px !important;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.pro-cta-banner-wrapper p {
    font-size: 16px;
    color: #94a3b8;
    max-width: 580px;
    margin: 8px auto 0 auto;
}

.pro-cta-btn-phone {
    display: inline-flex; background-color: #1e88ff; color: #ffffff !important;
    padding: 14px 30px; border-radius: 50px; font-weight: 800; font-size: 14.5px;
    text-decoration: none !important; box-shadow: 0 4px 15px rgba(30, 136, 255, 0.3);
    transition: all 0.2s ease; align-items: center;
}
.pro-cta-btn-phone:hover { background-color: #0d6efd !important; transform: translateY(-2px); }

.pro-cta-btn-wa {
    display: inline-flex; background-color: #25d366; color: #ffffff !important;
    padding: 14px 30px; border-radius: 50px; font-weight: 800; font-size: 14.5px;
    text-decoration: none !important; box-shadow: 0 4px 15px rgba(37, 211, 102, 0.25);
    transition: all 0.2s ease; align-items: center;
}
.pro-cta-btn-wa:hover { background-color: #128c7e !important; transform: translateY(-2px); }

/* ===================================================
   📱 MASTER ADAPTIVE RESPONSIVE INTERFACES (MOBILE)
=================================================== */
@media (max-width: 991px) {
    .products-hero-wrapper { padding: 120px 0 50px 0 !important; text-align: center !important; }
    .premium-page-title { font-size: 36px !important; letter-spacing: -0.5px !important; }
    .premium-page-desc { font-size: 15px !important; }
    
    .op-section-heading h2 { font-size: 30px !important; }
    .products-portfolio-grid { padding: 30px 0 60px 0 !important; }
    .pro-master-card { padding: 30px 20px !important; }
    
    .pro-cta-banner-wrapper { padding: 45px 20px !important; }
    .pro-cta-banner-wrapper h2 { font-size: 26px !important; }
    .pro-cta-banner-wrapper p { font-size: 14.5px; }
}

@media (max-width: 576px) {
    .premium-page-title { font-size: 30px !important; }
    .pro-card-header-row { flex-direction: column !important; text-align: center !important; gap: 12px !important; }
    .pro-bullet-points-list { margin-bottom: 25px !important; }
    .pro-card-action-bar { flex-direction: column !important; gap: 15px !important; text-align: center !important; }
    .pro-btn-demo, .pro-cta-btn-phone, .pro-cta-btn-wa { width: 100% !important; justify-content: center !important; }
}