/* ===================================================
   HERO SECTIONS ACCENT BLUE BACKDROPS CANVAS
=================================================== */
.pharma-hero-wrapper {
    padding: 165px 0 90px 0 !important;
    background: radial-gradient(circle at 90% 10%, #e0f2fe 0%, #ffffff 65%) !important;
    width: 100%;
}

.ph-top-trust-row {
    margin-bottom: 22px;
}

.ph-hero-badge {
    display: inline-flex;
    align-items: center;
    background-color: #ffe4e6 !important;
    color: #e11d48 !important;
    font-weight: 700;
    font-size: 12.5px !important;
    padding: 8px 18px !important;
    border-radius: 50px !important;
    border: 1px solid rgba(225, 29, 72, 0.15);
}

.ph-bank-integration {
    font-family: 'Inter', sans-serif;
    font-size: 13.5px;
    background: #f1f5f9;
    padding: 6px 16px;
    border-radius: 50px;
    border: 1px solid #e2e8f0;
}

.ph-hero-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 56px !important;
    font-weight: 900 !important;
    color: #034f84 !important; /* Premium medical sapphire color map */
    line-height: 1.15 !important;
    letter-spacing: -1.5px;
    margin-bottom: 8px !important;
}
.ph-hero-title span { color: #10b981; } /* Clean clinical light green mapping */

.ph-hero-subtitle {
    font-family: 'Outfit', sans-serif !important;
    font-size: 18px !important;
    font-weight: 600;
    color: #334155;
    margin-bottom: 20px !important;
}

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

/* Operational Call Actions button sets */
.ph-btn-demo {
    background-color: #034f84 !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(3, 79, 132, 0.25);
    transition: all 0.25s ease;
}
.ph-btn-demo:hover { background-color: #003366 !important; transform: translateY(-2px); }

.ph-btn-whatsapp {
    background-color: #25d366 !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(37, 211, 102, 0.15);
    transition: all 0.25s ease;
}
.ph-btn-whatsapp:hover { background-color: #128c7e !important; transform: translateY(-2px); }

.ph-hero-img {
    max-width: 450px; width: 100%; height: auto;
    filter: drop-shadow(0 20px 30px rgba(15, 23, 42, 0.08));
}

/* ===================================================
   3X5 GRID TILES SYSTEM FOR 15 CARDS MATRIX
=================================================== */
.ph-matrix-grid-section {
    padding: 95px 0 !important; background-color: #ffffff !important;
}
.ph-section-heading { margin-bottom: 60px; }
.ph-mini-tag { font-size: 11px; font-weight: 800; color: #034f84; letter-spacing: 1.5px; text-transform: uppercase; display: block; margin-bottom: 6px; }
.ph-section-heading h2 { font-size: 38px !important; font-weight: 800; color: #08142e; letter-spacing: -0.5px; }
.ph-section-heading p { font-size: 16px; color: #64748b; max-width: 600px; margin: 6px auto 0 auto; }

.ph-matrix-card {
    background: #ffffff !important; padding: 25px 18px !important; border-radius: 16px !important;
    border: 1px solid #edf2f7 !important; height: 100% !important; text-align: center !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.01) !important;
    display: flex; flex-direction: column; align-items: center;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.ph-matrix-card:hover { transform: translateY(-5px); border-color: #034f84 !important; box-shadow: 0 15px 30px rgba(3, 79, 132, 0.06) !important; }

/* Dynamic Circle Icon colors structures maps matches requested layout assets */
.ph-matrix-icon {
    width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 20px; margin-bottom: 16px; background-color: #f0fdf4; color: #16a34a;
    transition: all 0.25s ease;
}
.ph-matrix-card:hover .ph-matrix-icon { transform: scale(1.1); }

/* Color classes profiles overrides for cards icons indicators */
.icon-warn { background-color: #fff7ed; color: #ea580c; }
.icon-sms { background-color: #f0f9ff; color: #0284c7; }
.icon-excel { background-color: #ecfdf5; color: #059669; }
.icon-gst { background-color: #fef2f2; color: #dc2626; }
.icon-secure { background-color: #fdf2f8; color: #db2777; }
.icon-user { background-color: #faf5ff; color: #9333ea; }
.icon-cheque { background-color: #f0fdfa; color: #0d9488; }
.icon-finance { background-color: #eff6ff; color: #2563eb; }
.icon-format { background-color: #f8fafc; color: #475569; }
.icon-narcotic { background-color: #fff1f2; color: #e11d48; }
.icon-backup { background-color: #f5f5f4; color: #57534e; }
.icon-user-friendly { background-color: #fefce8; color: #ca8a04; }
.icon-fast { background-color: #fff7ed; color: #d97706; }

.ph-matrix-card h4 { font-size: 15.5px !important; font-weight: 700; color: #0f172a; margin-bottom: 6px; }
.ph-matrix-card p { color: #64748b !important; font-size: 12.5px !important; line-height: 1.45; margin: 0; }

/* ===================================================
   BOTTOM CTA CONVERSION ACTIONS LAYOUT PANEL
=================================================== */
.ph-cta-bottom-strip { padding: 60px 0 !important; background-color: #ffffff !important; }
.ph-cta-box-wrapper { background: linear-gradient(135deg, #034f84 0%, #002244 100%) !important; padding: 60px 30px !important; border-radius: 20px !important; color: #ffffff !important; box-shadow: 0 15px 35px rgba(3, 79, 132, 0.15) !important; }
.ph-cta-box-wrapper h2 { color: #ffffff !important; font-size: 38px !important; font-weight: 800; letter-spacing: -0.5px; }
.ph-cta-box-wrapper p { font-size: 16px; color: #94a3b8; max-width: 580px; margin: 8px auto 0 auto; }
.ph-cta-action-pill { display: inline-block; background-color: #ffffff; color: #034f84 !important; padding: 15px 36px; border-radius: 50px; font-weight: 800; font-size: 14.5px; text-decoration: none !important; margin-top: 20px; transition: all 0.2s ease; }
.ph-cta-action-pill:hover { background-color: #f8fafc; transform: scale(1.02); }

/* ===================================================
   📱 RESPONSIVE SYSTEM MEDIA BREAKPOINTS (MOBILE)
=================================================== */
@media (max-width: 991px) {
    .pharma-hero-wrapper { padding: 120px 0 50px 0 !important; text-align: center !important; }
    .ph-hero-title { font-size: 38px !important; letter-spacing: -0.5px !important; }
    .ph-hero-desc { font-size: 15px !important; margin-left: auto; margin-right: auto; }
    .ph-hero-btns { justify-content: center !important; }
    .ph-top-trust-row { justify-content: center !important; gap: 10px; }
    .ph-hero-right { margin-top: 40px !important; }
    
    .ph-section-heading h2 { font-size: 30px !important; }
    .ph-matrix-grid-section { padding: 50px 0 !important; }
    .ph-cta-box-wrapper { padding: 45px 20px !important; }
    .ph-cta-box-wrapper h2 { font-size: 26px !important; }
}

@media (max-width: 576px) {
    .ph-hero-title { font-size: 32px !important; }
    .ph-btn-demo, .ph-btn-whatsapp, .ph-cta-action-pill { width: 100% !important; justify-content: center !important; }
    .ph-matrix-card { padding: 20px 12px !important; }
}