/**
 * Brand PK (Pakistan Living) Specific Styles
 * Only loaded for Pakistan brand
 */

/* PK-specific color overrides */
.brand-pk {
    --accent-pk: #16a34a;
}

/* Hero customization for PK */
.brand-pk .hero-section {
    /* Pakistan flag colors inspiration */
}

.brand-pk .action-pill:hover {
    background: rgba(22, 163, 74, 0.3) !important;
}

/* Promo boxes - PK emphasis */
.brand-pk .promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* Telecom packages - highlighted for PK */
.brand-pk .operator-card {
    border-width: 2px;
}

/* Markets section emphasis */
.brand-pk .market-card,
.brand-pk .shop-card {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

@media (max-width: 768px) {
    .brand-pk .hero-quick-actions {
        justify-content: center !important;
    }
}
