/* ========================================================
   BANNER + DESCRIPTION
   ======================================================== */
.dci-banner {
    position: relative;
    width: 100%;
    min-height: 400px;
    background: #1a1a2e;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.dci-banner img.banner-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.dci-banner .banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 60px 20px;
    text-align: center;
    color: #fff;
}
.dci-banner .banner-content h1 {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    font-weight: 700;
    letter-spacing: -0.5px;
    margin: 0;
    max-width: 900px;
    color: #ffffff;
    text-shadow: 0 4px 12px rgba(0,0,0,0.6), 0 2px 4px rgba(0,0,0,0.4);
    line-height: 1.15;
}
.dci-banner .banner-desktop { display: block; }
.dci-banner .banner-mobile  { display: none; }

@media (max-width: 767px) {
    .dci-banner { min-height: 240px; }
    .dci-banner .banner-desktop { display: none; }
    .dci-banner .banner-mobile  { display: block; }
    .dci-banner .banner-content { padding: 40px 16px; }
}

.dci-description {
    background: #f8f9fa;
    padding: 40px 0 32px;
    border-bottom: 1px solid #e9ecef;
}
.dci-desc-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.dci-description .desc-inner {
    font-size: 1.05rem;
    color: #444;
    line-height: 1.8;
    text-align: left;
}

.dci-section-divider {
    text-align: center;
    padding: 40px 0 28px;
    background: #f8f9fa;
}
.dci-section-divider h2 {
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #1a1a2e;
    margin: 0 0 8px;
}
.dci-section-divider p {
    color: #666;
    font-size: 1rem;
    margin: 0;
}

/* ========================================================
   SCOPED GRID ARCHITECTURE
   ======================================================== */
.plp-custom-scope { font-family: 'Outfit', sans-serif; }
.plp-custom-container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; box-sizing: border-box; }
.plp-custom-row { display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }
.plp-custom-col-12, .plp-custom-col-md-12, .plp-custom-col-md-6, .plp-custom-col-lg-5, .plp-custom-col-lg-7, .plp-custom-col-xl-3, .plp-custom-col-sm-6 { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; box-sizing: border-box; }

.plp-custom-col-12 { flex: 0 0 100%; max-width: 100%; }

.plp-custom-gap-3 { gap: 1rem !important; }
.plp-custom-mb-0 { margin-bottom: 0 !important; }
.plp-custom-mb-1 { margin-bottom: 0.25rem !important; }
.plp-custom-mb-15 { margin-bottom: 0.4rem !important; }
.plp-custom-mb-2 { margin-bottom: 0.5rem !important; }
.plp-custom-mb-3 { margin-bottom: 1.5rem !important; }
.plp-custom-mb-4 { margin-bottom: 1.5rem !important; }
.plp-custom-mb-5 { margin-bottom: 3rem !important; }
.plp-custom-mt-5 { margin-top: 3rem !important; }
.plp-custom-pt-4 { padding-top: 1.5rem !important; }
.plp-custom-mt-auto { margin-top: auto !important; }
.plp-custom-flex-grow-1 { flex-grow: 1 !important; }
.plp-custom-align-items-center { align-items: center !important; }
.plp-custom-justify-content-between { justify-content: space-between !important; }
.plp-custom-flex-wrap { flex-wrap: wrap !important; }
.plp-custom-text-center { text-align: center !important; }
.plp-custom-w-100 { width: 100% !important; }
.plp-custom-h-100 { height: 100% !important; }
.plp-custom-d-none { display: none !important; }
.plp-custom-fw-bold { font-weight: 700 !important; }
.plp-custom-small { font-size: .875em !important; }
.plp-custom-shadow-sm { box-shadow: 0 1px 3px rgba(0,0,0,0.05)!important; }
.plp-custom-img-fluid { max-width: 100%; height: auto; }
.plp-custom-fs-4 { font-size: 1.5rem !important; }
.plp-custom-fs-5 { font-size: 1.15rem !important; }
.plp-custom-text-primary { color: #0b4f8a !important; }
.plp-custom-px-3 { padding-left: 1rem !important; padding-right: 1rem !important; }

@media (min-width: 576px) {
    .plp-custom-col-sm-6 { flex: 0 0 50%; max-width: 50%; }
    .plp-custom-px-sm-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
    .plp-custom-container { max-width: 540px; }
}
@media (min-width: 768px) {
    .plp-custom-col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .plp-custom-d-md-block { display: block !important; }
    .plp-custom-d-md-none { display: none !important; }
    .plp-custom-px-md-5 { padding-left: 3rem !important; padding-right: 3rem !important; }
    .plp-custom-container { max-width: 720px; }
}
@media (min-width: 992px) {
    .plp-custom-col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .plp-custom-col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .plp-custom-col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
    .plp-custom-mb-lg-0 { margin-bottom: 0 !important; }
    .plp-custom-container { max-width: 960px; }
}
@media (min-width: 1200px) {
    .plp-custom-col-xl-3 { flex: 0 0 25%; max-width: 25%; }
    .plp-custom-container { max-width: 1140px; }
}
@media (min-width: 1400px) {
    .plp-custom-container { max-width: 1320px; }
}

/* ========================================================
   UX CARD ARCHITECTURE WITH THEME BORDERS
   ======================================================== */
.plp-card {
    background: #ffffff;
    border: 1px solid #0b4f8a;
    border-radius: 16px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    position: relative;
    box-sizing: border-box;
    min-width: 0;
    word-wrap: break-word;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}
.plp-card:hover {
    box-shadow: 0 20px 25px -5px rgba(11, 79, 138, 0.1), 0 10px 10px -5px rgba(11, 79, 138, 0.04);
    transform: translateY(-6px);
}

.plp-img-wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    background: #f9fafb;
    margin-bottom: 18px;
    border: 1px solid #f3f4f6;
    transition: background 0.3s ease;
}
.plp-card:hover .plp-img-wrap { background: #f3f4f6; }
.plp-img { display:flex; align-items:center; justify-content:center; height:210px; text-decoration:none !important; padding: 10px; }
.plp-img img { max-width:100%; max-height:100%; object-fit:contain; transition: transform 0.4s ease; }
.plp-card:hover .plp-img img { transform: scale(1.04); }

.plp-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    color: #1f2937 !important;
    text-decoration: none !important;
    margin-bottom: 10px;
    min-height: 44px;
    transition: color 0.2s ease;
    line-height: 1.4;
}
.plp-title:hover { color: #0b4f8a !important; }

.plp-specs-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-height: 28px;
    align-items: center;
}
.plp-spec-pill {
    font-size: 12px;
    font-weight: 500;
    color: #0b4f8a;
    background-color: #f0f6fb;
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid rgba(11, 79, 138, 0.15);
    white-space: nowrap;
}
.plp-spec-pill.highlight {
    color: #10b981;
    background-color: #ecfdf5;
    border-color: rgba(16, 185, 129, 0.15);
}

.plp-meta-pricing-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    gap: 8px;
    margin-top: 10px;
}
.plp-price { font-size: 20px; font-weight: 700; color: #0b4f8a; margin: 0; line-height: 1; }
.plp-price .unit { font-size: 12px; color: #6b7280; font-weight: 400; margin-left: 2px; }

.plp-moq-badge {
    font-size: 11px;
    font-weight: 600;
    color: #374151;
    background-color: #f3f4f6;
    padding: 4px 8px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.plp-btn-group.btn-row { display:flex; flex-direction: row; gap:10px; width: 100%; margin-top: auto; }
.btn-row a { text-decoration: none !important; width: 100%; display: inline-flex; flex: 1; }

.apply-btn, .cart-btn {
    padding: 11px 16px !important;
    min-height: 42px;
    min-width: 0;
    width: 100%;
    border-radius: 10px !important;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    flex: 1;
    white-space: nowrap;
}

.apply-btn { background: #0b4f8a !important; color: #ffffff !important; border: 1px solid #0b4f8a !important; box-shadow: 0 2px 4px rgba(11, 79, 138, 0.15); }
.apply-btn:hover { background-color: #083b68 !important; border-color: #083b68 !important; transform: translateY(-1px); color: #ffffff !important; }

.cart-btn { background: #0b4f8a !important; color: #ffffff !important; border: 1px solid #0b4f8a !important; box-shadow: 0 2px 4px rgba(11, 79, 138, 0.15); text-transform: none; line-height: 1.2 !important; }
.cart-btn:hover { background-color: #083b68 !important; border-color: #083b68 !important; transform: translateY(-1px); color: #ffffff !important; }
.cart-btn.loading { opacity: 0.7; }
.cart-btn.added::after { content: none !important; display: none !important; }

.plp-toggle-section { margin:10px 0; }
.plp-divider { width:100%; height:1px; background:#e5e7eb; }
.product-toggle-wrapper { padding:22px 0; }
.plp-toggle-btn { background:#0b4f8a !important; color:#fff !important; border:none; border-radius:10px; padding:12px 34px; font-weight:600; transition:0.3s; cursor: pointer; }
.plp-toggle-btn:hover { background-color: #083b68 !important; }

@media (max-width: 1260px) and (min-width: 992px) {
    .plp-card { padding: 18px; }
    .plp-btn-group.btn-row { flex-direction: column; gap: 8px; }
    .apply-btn, .cart-btn { width: 100%; font-size: 12px; padding: 10px 5px !important; flex: none; display: inline-flex !important; }
    .plp-title { font-size: 15px; }
}
@media (max-width: 768px) {
    .plp-custom-col-12 { width: 100%; flex: 0 0 100%; max-width: 100%; }
    .plp-btn-group.btn-row { flex-direction: column; gap: 8px; }
    .apply-btn, .cart-btn { width: 100%; flex: none; display: inline-flex !important; }
}
@media (max-width: 480px) {
    .plp-card { padding: 15px; }
    .plp-title { font-size: 14px; min-height: 40px; margin-bottom: 10px; }
    .plp-meta-pricing-row { margin-bottom: 12px; }
    .plp-price { font-size: 18px; }
    .apply-btn, .cart-btn { min-height: 38px; font-size: 12px; padding: 8px 12px !important; display: inline-flex !important; }
}