

/* ==========================================================================
   HIGH-END 100% FULL-WIDTH LUXURY E-COMMERCE TECHNOLOGIES MATRIX
   ========================================================================== */
.mwt-full-eco-tech-expert-sec {
    position: relative;
    width: 100%;
    padding: 30px;
    overflow: hidden;
    background: #F4F7FF; /* 100% Solid Pure Corporate White Base Canvas */
    border-bottom: 1px solid #f1f5f9;
}

/* 100% True Screen Stretch Fluid Container without Inner Box Barriers */
.mwt-true-edge-to-edge-fluid-container {
    width: 100%;
    padding: 0 4%; 
    margin: 0 auto;
}

/* Header Text Layout */
.mwt-eco-tech-master-head {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 75px auto;
}

.mwt-luxury-tag {
    display: inline-flex;
    align-items: center;
    background: #F4F7FF; 
    border: 1px solid rgba(11, 49, 103, 0.08);
    color: #0b3167;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 7px 18px;
    border-radius: 30px;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.mwt-luxury-main-title {
    color: #0b3167; 
    font-size: clamp(28px, 3.5vw, 46px);
    font-weight: 950;
    line-height: 1.25;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

/* .mwt-luxury-bar-line {
    width: 50px;
    height: 3px;
    background: #ff9f1c;
    margin: 22px auto 0 auto;
    border-radius: 2px;
} */

/* --- THE 100% WIDTH REVOLUTIONARY E-COMMERCE CLUSTER MESH --- */
.mwt-eco-tech-fluid-mesh {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Clean 3-Column matrix baseline allocation */
    gap: 35px;
    width: 100%;
    align-items: stretch;
}

.mwt-eco-prestige-slat {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 20px; /* Sophisticated modern clean curve profiles */
    padding: clamp(25px, 3.5vw, 45px);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(11, 49, 103, 0.006);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s, box-shadow 0.4s;
}

/* Dynamic Vertical Laser Shimmer Wire Track Component */
.mwt-eco-laser-shimmer-wire {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: #0b3167; 
    transition: height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.orange-wire-scheme {
    background: #ff9f1c; /* Brand corporate orange amber wire line track */
}

.mwt-eco-slat-inner-dock {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 100%;
}

/* Graphic Icon Vault Component */
.mwt-eco-icon-vault {
    width: 100px;
    height: 100px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    flex-shrink: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.3s;
}

.mwt-eco-icon-vault img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

/* Typography Content Vault */
.mwt-eco-text-vault {
    width: 100%;
}

.mwt-eco-text-vault h3 {
    color: #0b3167;
    font-size: clamp(17px, 1.4vw, 22px);
    font-weight: 900;
    margin: 0 0 12px 0;
    letter-spacing: -0.2px;
}

.mwt-eco-text-vault p {
    color: #475569;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    margin: 0;
    text-align: justify;
}

/* --- THE KINETIC INTERACTIVE HOVER ACTIONS --- */
.mwt-eco-prestige-slat:hover {
    transform: translateY(-5px);
    border-color: rgba(11, 49, 103, 0.12);
    box-shadow: 0 15px 35px rgba(11, 49, 103, 0.025);
}

.mwt-eco-prestige-slat:hover .mwt-eco-laser-shimmer-wire {
    height: 100%; /* Spans code tracker wire fully to bottom bounds on hover */
}

.mwt-eco-prestige-slat:hover .mwt-eco-icon-vault {
    transform: scale(1.06) rotate(3deg);
    background: #ffffff;
    border-color: rgba(255, 159, 28, 0.25);
}

/* ==========================================================================
   UNBREAKABLE MULTI-PLATFORM RESPONSIVE MATRIX Adaptations
   ========================================================================== */
@media (max-width: 1024px) {
    .mwt-eco-tech-fluid-mesh {
        grid-template-columns: repeat(2, 1fr); /* Splits row grids into balanced 2x2 grid blocks layout parameters */
    }
}

@media (max-width: 768px) {
    .mwt-full-eco-tech-expert-sec {
        padding: 55px 0;
    }
    .mwt-eco-tech-master-head {
        margin-bottom: 50px;
    }
}

@media (max-width: 600px) {
    .mwt-eco-tech-fluid-mesh {
        grid-template-columns: 1fr; /* Compresses layout parameters into single column line cascading lists natively */
        gap: 24px;
    }
    .mwt-eco-prestige-slat {
        padding: 30px 20px;
        border-radius: 16px;
    }
    .mwt-eco-icon-vault {
        margin-bottom: 20px;
    }
}