/* ==========================================================================
   HIGH-END 100% FULL-WIDTH PURE WHITE E-COMMERCE HERO INTERFACE
   ========================================================================== */
.mwt-full-hero-split-sec {
    position: relative;
    width: 100%;
    padding: 30px;
    overflow: hidden;
    background: #ffffff; /* 100% Pure White Canvas Base */
    border-bottom: 1px solid #f1f5f9;
}

.mwt-edge-to-edge-container {
    width: 100%;
    padding: 0 5%; 
    margin: 0 auto;
}

.mwt-full-flex-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mwt-full-flex-col { width: 50%; }

/* Typography Core Design */
.text-dock-left { padding-right: 60px; text-align: left; }

.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-title { color: #0b3167; font-size: clamp(32px, 4vw, 54px); font-weight: 950; line-height: 1.15; margin-bottom: 16px; text-transform: uppercase; letter-spacing: -0.5px; }
.mwt-gradient-orange { color: #ff9f1c; }

.mwt-luxury-price-tag { color: #475569; font-size: clamp(15px, 1.3vw, 19px); font-weight: 600; margin-bottom: 22px; }
.mwt-luxury-price-tag strong { color: #0b3167; font-weight: 900; }

.mwt-luxury-desc { color: #475569; font-size: 15px; line-height: 1.8; font-weight: 500; margin-bottom: 30px; text-align: justify; }

/* Checkpoints Track */
.mwt-luxury-checkpoints { display: flex; flex-direction: column; gap: 12px; margin-bottom: 35px; }
.mwt-check-item { display: flex; align-items: center; gap: 10px; }
.mwt-check-item i { color: #0b3167; font-size: 15px; }
.mwt-check-item span { color: #334155; font-size: 14px; font-weight: 700; }

/* Buttons Deck */
.mwt-luxury-action-row { display: flex; align-items: center; gap: 16px; }
.mwt-luxury-cta-btn {
    display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; font-size: 13px; font-weight: 850;
    text-transform: uppercase; text-decoration: none; border-radius: 30px; transition: 0.3s;
    background: #0b3167; color: #ffffff; box-shadow: 0 6px 20px rgba(11, 49, 103, 0.12);
}
.mwt-luxury-cta-btn:hover { background: #ff9f1c; color: #0b3167; transform: translateY(-2px); }
.btn-scheme-secondary { background: transparent; color: #ff9f1c; border: 1px solid rgba(255, 159, 28, 0.4); box-shadow: none; }

/* Right Visual Canvas */
.visual-dock-right { display: flex; justify-content: flex-end; }
.mwt-browser-mockup-wrap { 
    width: 100%;
    /* max-width: 500px;  */
}
.mwt-responsive-vector-img { width: 140%; height: auto; animation: mwt_float 6s ease-in-out infinite; }

@keyframes mwt_float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

/* Responsive Matrix */
@media (max-width: 991px) {
    .mwt-full-flex-row { flex-direction: column-reverse; }
    .mwt-full-flex-col { width: 100%; }
    .text-dock-left { padding-right: 0; text-align: center; margin-top: 45px; }
    .mwt-luxury-desc, .mwt-luxury-checkpoints { align-items: center; text-align: center; }
    .mwt-luxury-action-row { justify-content: center; }
    .visual-dock-right { justify-content: center; }
}

/* ==========================================================================
   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;
    }
}