/* ==========================================================================
   HIGH-END 100% FULL-WIDTH PURE WHITE CMS HERO SPLIT INTERFACE
   ========================================================================== */
.mwt-full-hero-split-sec {
    position: relative;
    width: 100%;
    padding: 30px;
    overflow: hidden;
    background: #ffffff; /* 100% Solid Pure Corporate White Base Canvas Space */
    border-bottom: 1px solid #f1f5f9;
}

/* 100% Screen Stretch Fluid Edge Container Bounds mapping */
.mwt-edge-to-edge-container {
    width: 100%;
    padding: 0 5%; 
    margin: 0 auto;
}

/* --- FLEX MASTER ROW INFRASTRUCTURE --- */
.mwt-full-flex-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mwt-full-flex-col {
    width: 50%;
}

/* --- LEFT COLUMN: TYPOGRAPHY CORE DESK --- */
.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;
    line-height: 1.4;
    margin-bottom: 22px;
}

/* .mwt-luxury-price-tag strong {
    color: #0b3167;
    font-weight: 900;
    background: rgba(11, 49, 103, 0.03);
    padding: 3px 12px;
    border-radius: 6px;
    border: 1px solid rgba(11, 49, 103, 0.05);
} */

.mwt-luxury-price-tag span {
    color: #ff9f1c;
    font-size: 16px;
    vertical-align: super;
}

.mwt-luxury-desc {
    color: #475569;
    font-size: clamp(14px, 1.15vw, 16.5px);
    line-height: 1.75;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: justify;
}

/* Checkpoints Matrix Track List */
.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: 14.5px;
    font-weight: 700;
}

/* Action Gate Interaction Buttons deck mapping rules */
.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: 13.5px;
    font-weight: 850;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    border-radius: 30px;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.3s;
    background: #0b3167; 
    color: #ffffff; 
    box-shadow: 0 6px 20px rgba(11, 49, 103, 0.12);
}

.mwt-luxury-cta-btn i { font-size: 12px; transition: transform 0.3s; }
.mwt-luxury-cta-btn:hover { background: #ff9f1c; color: #0b3167; box-shadow: 0 8px 22px rgba(255, 159, 28, 0.25); transform: translateY(-2px); }
.mwt-luxury-cta-btn:hover i { transform: scale(1.1) rotate(10deg); }

.btn-scheme-secondary { background: transparent; color: #ff9f1c; border: 1px solid rgba(255, 159, 28, 0.4); box-shadow: none; }
.btn-scheme-secondary:hover { background: rgba(255, 159, 28, 0.05); border-color: #ff9f1c; transform: translateY(-2px); }
.btn-scheme-secondary:hover i { transform: translateY(2px); }

/* --- RIGHT COLUMN: CYBER BROWSER MOCKUP CANVAS --- */
.visual-dock-right {
    display: flex;
    justify-content: flex-end;
    padding-left: 20px;
}

/* .mwt-browser-mockup-wrap {
    position: relative;
    width: 100%;
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mwt-browser-window {
    position: relative;
    z-index: 5;
    width: 100%;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 15px 45px rgba(11, 49, 103, 0.02);
} */

.mwt-responsive-vector-img {
    width: 150%;
    height: auto;
    /* max-height: 380px; */
    object-fit: contain;
    /* Soft flotation animation layer */
    animation: mwt_cms_float 6s ease-in-out infinite;
}

@keyframes mwt_cms_float {
    0%   { transform: translateY(0px); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

/* ==========================================================================
   UNBREAKABLE MULTI-PLATFORM RESPONSIVE MATRIX Adaptations
   ========================================================================== */
@media (max-width: 991px) {
    .mwt-full-flex-row {
        flex-direction: column-reverse; /* Smart single asset flow order matching: vector image floats code on top on tablets viewport layers natively */
    }
    .mwt-full-flex-col {
        width: 100%;
    }
    .text-dock-left {
        padding-right: 0;
        text-align: center;
        margin-top: 45px;
    }
    .mwt-luxury-desc {
        text-align: center;
    }
    .mwt-luxury-checkpoints {
        align-items: center;
    }
    .mwt-luxury-action-row {
        justify-content: center;
    }
    .visual-dock-right {
        padding-left: 0;
        justify-content: center;
    }
}

@media (max-width: 530px) {
    .mwt-luxury-action-row {
        flex-direction: column; /* Flips links blocks buttons profiles vertically layout targets */
        gap: 12px;
    }
    .mwt-luxury-cta-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   HIGH-END 100% TRUE FULL-WIDTH LUXURY CMS EXPERT TECHNOLOGIES GRID
   ========================================================================== */
.mwt-full-tech-expert-sec {
    position: relative;
    width: 100%;
    padding: 30px;
    overflow: hidden;
    background: #F4F7FF; /* 100% Solid Pure Corporate White Base Canvas Space */
    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%; /* Zero tight boundaries layout real estate allocations */
    margin: 0 auto;
}

/* Header Typography Setup */
.mwt-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: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
} */

.mwt-luxury-sub-text {
    color: #475569;
    font-size: clamp(14px, 1.15vw, 16.5px);
    line-height: 1.7;
    font-weight: 500;
    margin: 0;
}

/* .mwt-luxury-bar-line {
    width: 50px;
    height: 3px;
    background: #ff9f1c; 
    margin: 24px auto 0 auto;
    border-radius: 2px;
} */

/* --- THE 100% WIDTH REVOLUTIONARY TECH CLUSTER MESH --- */
.mwt-tech-cluster-fluid-mesh {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Clean 3-Column matrix baseline deployment rules */
    gap: 35px;
    width: 100%;
    align-items: stretch;
}

.mwt-tech-prestige-slat {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 20px; /* Sophisticated minimalist smooth curves corner radius 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 Component */
.mwt-tech-laser-shimmer-wire {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: #0b3167; /* Royal navy branding tone baseline wire track */
    transition: height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.orange-wire-scheme {
    background: #ff9f1c; /* Alternative core corporate orange amber identity wire line track */
}

.mwt-tech-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-tech-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;
    /* box-shrink: 0; */
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.3s;
}

.mwt-tech-icon-vault img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

/* Typography Elements */
.mwt-tech-text-vault {
    width: 100%;
}

.mwt-tech-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-tech-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-tech-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-tech-prestige-slat:hover .mwt-tech-laser-shimmer-wire {
    height: 100%; /* Spans the tracking lines fully to bottom boundaries on hover configurations */
}

.mwt-tech-prestige-slat:hover .mwt-tech-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-tech-cluster-fluid-mesh {
        grid-template-columns: repeat(2, 1fr); /* Adjusts wide row grids into balanced 2x2 grid blocks layout parameters */
    }
}

@media (max-width: 768px) {
    .mwt-full-tech-expert-sec {
        padding: 55px 0;
    }
    .mwt-tech-master-head {
        margin-bottom: 50px;
    }
}

@media (max-width: 600px) {
    .mwt-tech-cluster-fluid-mesh {
        grid-template-columns: 1fr; /* Compresses layout structures into clean straight single column lines cascading lists natively */
        gap: 24px;
    }
    .mwt-tech-prestige-slat {
        padding: 30px 20px;
        border-radius: 16px;
    }
    .mwt-tech-icon-vault {
        margin-bottom: 20px;
    }
}

/* ==========================================================================
   HIGH-END 100% TRUE FULL-WIDTH LUXURY CMS ADVANTAGES ARCHITECTURE SUITE
   ========================================================================== */
.mwt-full-cms-advantages-sec {
    position: relative;
    width: 100%;
    background: #ffffff; /* 100% Solid Pure Corporate White Base Canvas Space */
    overflow: hidden;
    border-bottom: 1px solid #f1f5f9;
}

/* 100% Screen Stretch Fluid Edge Container Without Inner Box Barriers */
.mwt-true-edge-to-edge-fluid-row {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.mwt-fluid-layout-half {
    width: 50%;
    position: relative;
}

/* --- LEFT COLUMN: BRANDING COPYWRITING INFRASTRUCTURE --- */
.advantages-visual-left-wing {
    padding: clamp(30px, 8vw, 30px) 5% clamp(30px, 8vw, 30px) 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mwt-visual-sticky-vault {
    position: sticky;
    top: 40px;
    text-align: left;
    width: 100%;
}

.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(28px, 3.5vw, 46px);
    font-weight: 950;
    line-height: 1.25;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.mwt-gradient-orange { color: #ff9f1c; }

/* Graphic Ambient Canvas Asset */
.mwt-advantages-image-canvas {
    position: relative;
    width: 100%;
    max-width: 440px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mwt-canvas-blur-orb {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(11, 49, 103, 0.04);
    filter: blur(40px);
    z-index: 1;
}

.mwt-advantages-responsive-img {
    position: relative;
    z-index: 5;
    width: 100%;
    height: auto;
    object-fit: contain;
    animation: mwt_adv_float 6s ease-in-out infinite;
}

@keyframes mwt_adv_float {
    0%   { transform: translateY(0px); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

/* --- RIGHT COLUMN: KINETIC LINEAR STEPPER TIMELINE --- */
.advantages-content-right-wing {
    padding: clamp(60px, 8vw, 110px) 7% clamp(60px, 8vw, 110px) 5%;
    border-left: 1px solid #f1f5f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mwt-advantages-linear-pipeline {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.mwt-advantage-slat-step {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
}

/* Step Indicator Mechanical Rail System */
.mwt-step-indicator-rail {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.mwt-step-index {
    font-family: monospace;
    font-size: 14px;
    font-weight: 900;
    color: #0b3167;
    background: #F4F7FF;
    border: 1px solid rgba(11, 49, 103, 0.05);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.4s, color 0.4s, border-color 0.4s;
}

.mwt-step-line-wire {
    width: 1.5px;
    height: 90px; /* Rigid uniform spacing wire between steps metrics */
    background: #f1f5f9;
    transition: background 0.4s;
}

.mwt-advantage-slat-step:last-child .mwt-step-line-wire {
    display: none; /* Trims last wire hanging end nodes */
}

/* Step Text Architecture blocks */
.mwt-step-text-block {
    text-align: left;
    padding-top: 6px;
    padding-bottom: 25px;
}

.mwt-step-text-block h3 {
    color: #0b3167;
    font-size: clamp(17px, 1.4vw, 21px);
    font-weight: 900;
    margin: 0 0 12px 0;
    letter-spacing: -0.2px;
    transition: color 0.3s;
}

.mwt-step-text-block p {
    color: #475569;
    font-size: 14.5px;
    line-height: 1.75;
    font-weight: 500;
    margin: 0;
    text-align: justify;
}

/* --- THE KINETIC INTERACTIVE HOVER CONTROLS --- */
.mwt-advantage-slat-step:hover .mwt-step-index {
    background: #ff9f1c; /* Activates brand orange focus shifts seamlessly */
    color: #0b3167;
    border-color: #ff9f1c;
}

.mwt-advantage-slat-step:hover .mwt-step-line-wire {
    background: #ff9f1c;
}

.mwt-advantage-slat-step:hover .mwt-step-text-block h3 {
    color: #ff9f1c;
}

/* ==========================================================================
   UNBREAKABLE MULTI-PLATFORM RESPONSIVE MATRIX Adaptations
   ========================================================================== */
@media (max-width: 950px) {
    .mwt-true-edge-to-edge-fluid-row {
        display: block; /* Drops horizontal split layouts directly vertically stack list */
    }
    .mwt-fluid-layout-half {
        width: 100%;
    }
    .advantages-visual-left-wing {
        padding: 55px 5%;
    }
    .mwt-advantages-image-canvas {
        margin: 30px auto 0 auto;
    }
    .advantages-content-right-wing {
        padding: 45px 5% 55px 5%;
        border-left: none;
        border-top: 1px solid #f1f5f9;
    }
    .mwt-visual-sticky-vault {
        position: relative;
        top: 0;
    }
    .mwt-step-line-wire {
        height: 70px; /* Compresses rail wires spacing layout on standard tablets viewport layers */
    }
}

@media (max-width: 500px) {
    .mwt-advantage-slat-step {
        gap: 16px;
    }
    .mwt-step-index {
        width: 34px;
        height: 34px;
        font-size: 12px;
    }
    .mwt-step-line-wire {
        height: 110px; /* Stretches wire spaces vertically to secure single text block extensions on mobile sizes */
    }
    .mwt-advantages-image-canvas {
        display: none !important; /* Clears visual vectors blocks on tiny phone configurations to secure data reading spaces */
    }
}

