/* =========================================================
   AI DEVELOPMENT PAGE - COMPLETE CSS
   Header and footer intentionally not included.
========================================================= */

*{
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    margin:0;
    overflow-x:hidden;
    font-family:Arial, Helvetica, sans-serif;
    color:#111;
    background:#fff;
}

img{
    max-width:100%;
}

.mt-top-shell{
    width:min(1400px, 90%);
    margin:0 auto;
}

/* =========================================================
   TOP SECTION 01 - SERVICE DETAILS
========================================================= */

.mt-top-hero{
    position:relative;
    overflow:hidden;
    padding:118px 0 130px;
    background:#101010;
    color:#fff;
}

.mt-top-hero::after{
    content:"";
    position:absolute;
    width:430px;
    height:430px;
    left:-260px;
    bottom:-330px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.06);
}

.mt-top-hero .mt-top-shell{
    display:grid;
    grid-template-columns:1.08fr .92fr;
    gap:120px;
    align-items:center;
}

.mt-top-kicker{
    display:inline-block;
    margin-bottom:24px;
    color:#9fa162;
    font-size:13px;
    font-weight:700;
    letter-spacing:1.6px;
    text-transform:uppercase;
}

.mt-top-hero-left h1{
    max-width:600px;
    margin:0;
    color:#fff;
    font-size:clamp(46px,4.2vw,72px);
    line-height:.97;
    font-weight:500;
    letter-spacing:-3.2px;
}

.mt-top-hero-left h1 span{
    display:block;
    color:#d7d7d7;
    font-weight:400;
}

.mt-top-scroll{
    width:72px;
    height:72px;
    margin-top:35px;
    border:1px solid #d0d0d0;
    border-radius:50%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:2px;
    color:#fff;
    text-decoration:none;
    transition:.3s ease;
}

.mt-top-scroll span{
    font-size:9px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.mt-top-scroll svg{
    width:18px;
    height:18px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.5;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.mt-top-scroll:hover{
    transform:translateY(4px);
    border-color:#20d7ff;
    color:#20d7ff;
}

.mt-top-hero-right{
    max-width:620px;
    justify-self:end;
}

.mt-top-hero-right h2{
    margin:0 0 28px;
    color:#fff;
    font-size:clamp(20px,1.65vw,29px);
    line-height:1.25;
    font-weight:600;
}

.mt-top-hero-right p{
    margin:0;
    max-width:590px;
    color:#b7b7b7;
    font-size:15px;
    line-height:1.85;
}

/* =========================================================
   TOP SECTION 02 - AI CAPABILITIES
========================================================= */

.mt-capabilities{
    position:relative;
    overflow:hidden;
    padding:118px 0 112px;
    color:#fff;
    background-color:#020406;
    background-image:linear-gradient(rgba(0,0,0,.72),rgba(0,0,0,.78)),url("../images/services/AI-Development-images/top-shape.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
}



.mt-capabilities-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(100px);
    pointer-events:none;
}

.mt-capabilities-glow-a{
    width:600px;
    height:220px;
    left:10%;
    bottom:40px;
    background:rgba(0,255,214,.22);
}

.mt-capabilities-glow-b{
    width:650px;
    height:260px;
    right:8%;
    bottom:60px;
    background:rgba(49,81,255,.3);
}

.mt-capabilities-inner{
    position:relative;
    z-index:2;
}

.mt-capabilities h2{
    max-width:980px;
    margin:0 auto 58px;
    text-align:center;
    color:#fff;
    font-size:clamp(32px,3vw,51px);
    line-height:1.05;
    font-family:Georgia, "Times New Roman", serif;
    font-weight:500;
}

.mt-capabilities h2 span{
    display:block;
    color:#8d9cff;
}

.mt-capabilities-grid{
    max-width:1120px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
}

.mt-capability-item{
    position:relative;
    min-height:180px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:19px;
    border-bottom:1px solid rgba(255,255,255,.28);
}

.mt-capability-item:nth-child(n+5){
    border-bottom:1px solid rgba(255,255,255,.28);
}

.mt-capability-icon{
    width:80px;
    height:80px;
    border-radius:17px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    background:linear-gradient(145deg,rgba(45,119,203,.9),rgba(28,62,108,.86));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.14),
        0 15px 30px rgba(0,93,255,.2);
    transition:.35s ease;
}

.mt-capability-item:hover .mt-capability-icon{
    transform:translateY(-6px) scale(1.03);
    box-shadow:0 20px 45px rgba(0,218,255,.28);
}

.mt-capability-icon svg{
    width:35px;
    height:35px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.mt-capability-item > span{
    color:#eee;
    font-size:15px;
    font-weight:500;
}

.mt-capabilities-footer{
    max-width:1120px;
    margin:0 auto;
    padding-top:27px;
    text-align:center;
    color:#fff;
    font-family:Georgia, "Times New Roman", serif;
    font-size:clamp(28px,2.6vw,42px);
    line-height:1.1;
}

/* =========================================================
   TOP SECTION 03 - WORK PROCESS
========================================================= */

.mt-process{
    position:relative;
    overflow:hidden;
    padding:104px 0 118px;
    background:#030303;
    color:#fff;
}

.mt-process-ribbon{
    position:absolute;
    left:-12%;
    width:125%;
    height:160px;
    border-radius:50%;
    transform:rotate(-12deg);
    background:linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,.01) 70%);
    filter:blur(.2px);
    opacity:.65;
}

.mt-process-ribbon-1{top:5px;}
.mt-process-ribbon-2{top:118px;opacity:.38;transform:rotate(-8deg);}
.mt-process-ribbon-3{bottom:20px;opacity:.22;transform:rotate(-16deg);}

.mt-process-inner{
    position:relative;
    z-index:2;
}

.mt-process-top{
    display:grid;
    grid-template-columns:1.08fr .92fr;
    gap:72px;
    align-items:center;
}

.mt-process-image{
    position:relative;
    height:420px;
}

.mt-process-image img{
    width:85%;
    height:320px;
    object-fit:cover;
    display:block;
}

.mt-process-image::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:53%;
    height:220px;
    background:linear-gradient(145deg,rgba(17,42,67,.72),rgba(0,0,0,.88));
    border-left:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
}

.mt-process-image-badge{
    position:absolute;
    z-index:2;
    left:42%;
    top:41%;
    width:78px;
    height:78px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(13,13,13,.85);
    color:#fff;
    font-size:18px;
    font-weight:700;
    box-shadow:0 0 0 11px rgba(255,255,255,.05);
}

.mt-process-copy{
    align-self:start;
    padding-top:28px;
}

.mt-process-label{
    display:inline-block;
    margin-bottom:20px;
    color:#d5ad57;
    font-size:12px;
    font-weight:700;
    letter-spacing:1.6px;
}

.mt-process-copy h2{
    max-width:570px;
    margin:0 0 24px;
    font-size:clamp(37px,3.5vw,58px);
    line-height:1.02;
    font-weight:500;
    letter-spacing:-2px;
}

.mt-process-copy p{
    max-width:570px;
    margin:0;
    color:#b3b3b3;
    font-size:15px;
    line-height:1.8;
}

.mt-process-steps{
    width:79%;
    margin:-45px 0 0 auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
}

.mt-process-step{
    position:relative;
    padding-top:34px;
    border-top:1px solid rgba(255,255,255,.16);
}

.mt-step-number{
    position:absolute;
    top:-16px;
    left:0;
    width:32px;
    height:32px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#242424;
    color:#fff;
    border:1px solid rgba(255,255,255,.15);
    font-size:12px;
}

.mt-process-step h3{
    margin:0 0 14px;
    color:#fff;
    font-size:18px;
    line-height:1.25;
    font-weight:500;
}

.mt-process-step p{
    margin:0;
    color:#a7a7a7;
    font-size:13px;
    line-height:1.7;
}

/* =========================================================
   TOP SECTION 04 - EMPOWERING BUSINESS
========================================================= */

.mt-empower{
    position:relative;
    overflow:hidden;
    padding:88px 0 96px;
    background-color:#fff;
    background-image:url("../images/services/AI-Development-images/bottom-shape.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
}

.mt-empower-glow{
    position:absolute;
    bottom:-120px;
    border-radius:50%;
    filter:blur(54px);
    pointer-events:none;
}

.mt-empower-glow-left{
    left:-3%;
    width:46%;
    height:220px;
    background:rgba(0,248,218,.52);
}

.mt-empower-glow-center{
    left:29%;
    width:45%;
    height:190px;
    background:rgba(34,74,255,.58);
}

.mt-empower-glow-right{
    right:-7%;
    width:42%;
    height:230px;
    background:rgba(0,247,222,.5);
}

.mt-empower-inner{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:.75fr 1.25fr;
    gap:62px;
    align-items:start;
}

.mt-empower-title h2{
    max-width:410px;
    margin:0 0 18px;
    color:#0b0b0b;
    font-size:clamp(36px,3.4vw,56px);
    line-height:.96;
    letter-spacing:-2.4px;
    font-weight:600;
}

.mt-empower-title p{
    max-width:390px;
    margin:0;
    color:#4a4a4a;
    font-size:15px;
    line-height:1.65;
}

.mt-empower-cards{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:28px;
}

.mt-empower-card{
    min-height:205px;
    padding:34px 35px 28px;
    background:rgba(255,255,255,.82);
    border:1px solid rgba(0,0,0,.05);
    box-shadow:0 12px 32px rgba(0,0,0,.04);
    backdrop-filter:blur(10px);
}

.mt-empower-card.is-active{
    box-shadow:0 18px 44px rgba(0,0,0,.12);
}

.mt-empower-card p{
    min-height:85px;
    margin:0;
    color:#727272;
    font-size:14px;
    line-height:1.7;
}

.mt-empower-card-line{
    width:35px;
    height:3px;
    margin:4px 0 13px;
    background:#32aaff;
}

.mt-empower-card h3{
    margin:0;
    color:#111;
    font-size:19px;
    font-weight:600;
}

/* =========================================================
   TOP SECTION 05 - ADVANCED AI SOLUTIONS
========================================================= */

.mt-advanced{
    padding:82px 0 104px;
    background:#fff;
}

.mt-advanced-heading{
    text-align:center;
}

.mt-pill-label{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:7px 12px;
    border:1px dashed #b5b5b5;
    border-radius:30px;
    color:#777;
    font-size:10px;
    letter-spacing:1.1px;
    text-transform:uppercase;
}

.mt-pill-label::before{
    content:"";
    width:7px;
    height:7px;
    border-radius:50%;
    background:#0f5d93;
}

.mt-advanced-heading h2{
    margin:20px 0 38px;
    color:#0d0d0d;
    font-size:clamp(38px,3.8vw,61px);
    line-height:1;
    font-weight:600;
    letter-spacing:-2.5px;
}

.mt-advanced-tabs{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:78px;
}

.mt-advanced-tabs span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:8px 18px;
    border:1px dashed #b6b6b6;
    border-radius:30px;
    color:#666;
    font-size:12px;
    white-space:nowrap;
}

.mt-advanced-tabs span.is-active{
    border-style:solid;
    border-color:#154c84;
    background:#154c84;
    color:#fff;
}

.mt-advanced-feature{
    max-width:1080px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:78px;
    align-items:center;
}

.mt-advanced-image{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:320px;
}

.mt-advanced-image img{
    width:100%;
    max-width:470px;
    height:300px;
    object-fit:cover;
    border-radius:8px;
}

.mt-advanced-content h3{
    margin:0 0 16px;
    color:#111;
    font-size:clamp(32px,2.7vw,45px);
    line-height:1.05;
    font-weight:600;
    letter-spacing:-1.5px;
}

.mt-advanced-content p{
    max-width:530px;
    margin:0 0 16px;
    color:#747474;
    font-size:15px;
    line-height:1.7;
}

.mt-advanced-content ul{
    margin:0;
    padding:0;
    list-style:none;
}

.mt-advanced-content li{
    position:relative;
    margin:8px 0;
    padding-left:23px;
    color:#36a9e8;
    font-size:15px;
    font-weight:600;
}

.mt-advanced-content li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:#111;
}

/* =========================================================
   TOP SECTION 06 - SUCCESS STORIES
========================================================= */

.mt-success{
    position:relative;
    overflow:hidden;
    padding:66px 0 82px;
    background:#fff;
}

.mt-success-glow{
    position:absolute;
    bottom:-120px;
    width:54%;
    height:320px;
    border-radius:50%;
    filter:blur(48px);
    pointer-events:none;
}

.mt-success-glow-left{
    left:-8%;
    background:rgba(0,246,218,.56);
}

.mt-success-glow-right{
    right:-8%;
    background:rgba(46,66,255,.46);
}

.mt-success-inner{
    position:relative;
    z-index:2;
}

.mt-success-heading{
    text-align:center;
    margin-bottom:42px;
}

.mt-success-heading h2{
    margin:18px 0 13px;
    color:#111;
    font-size:clamp(38px,3.6vw,57px);
    line-height:1;
    font-weight:600;
    letter-spacing:-2px;
}

.mt-success-heading p{
    max-width:700px;
    margin:0 auto;
    color:#777;
    font-size:14px;
    line-height:1.7;
}

.mt-success-frame{
    position:relative;
    max-width:970px;
    margin:0 auto;
    padding:18px;
    border-top:1px dashed rgba(0,0,0,.22);
    border-bottom:1px dashed rgba(0,0,0,.22);
}

.mt-success-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    overflow:hidden;
    border-radius:10px;
    background:#111;
}

.mt-success-person{
    height:170px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.08);
}

.mt-success-person img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.mt-success-person:nth-child(2n) img{
    transform:scaleX(-1);
}

.mt-success-play{
    position:absolute;
    left:50%;
    top:50%;
    width:56px;
    height:40px;
    transform:translate(-50%,-50%);
    border:0;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#ff0033;
    color:#fff;
    cursor:pointer;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
}

.mt-success-play svg{
    width:21px;
    height:21px;
    fill:currentColor;
}

/* =========================================================
   EXISTING LOWER SECTION 01 - AI HERO
========================================================= */

.mt-ai-hero{
    position:relative;
    overflow:hidden;
    padding:120px 0;
    background:#f1f7fb;
}

.mt-ai-container{
    width:min(1400px,90%);
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
    position:relative;
    z-index:2;
}

.mt-ai-bg-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
}

.glow-1{
    width:350px;
    height:350px;
    background:#00b7e8;
    opacity:.15;
    top:-100px;
    left:-100px;
}

.glow-2{
    width:450px;
    height:450px;
    background:#1554c4;
    opacity:.12;
    right:-150px;
    bottom:-150px;
}

.mt-ai-label{
    display:inline-flex;
    align-items:center;
    gap:12px;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#1554c4;
    margin-bottom:30px;
}

.mt-ai-label:before{
    content:"";
    width:40px;
    height:2px;
    background:#1554c4;
}

.mt-ai-content h2{
    margin:0 0 30px;
    font-size:clamp(42px,5vw,58px);
    line-height:1;
    letter-spacing:-3px;
}

.mt-ai-content h2 span{
    display:block;
    background:linear-gradient(135deg,#0A2F7A,#1554C4,#00B7E8,#27E6FF);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.mt-ai-content p{
    font-size:16px;
    line-height:1.8;
    color:#586879;
    margin:0 0 20px;
}

.mt-ai-btn{
    display:inline-flex;
    margin-top:20px;
    padding:16px 32px;
    border-radius:50px;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    background:linear-gradient(135deg,#0A2F7A,#1554C4,#00B7E8,#27E6FF);
    transition:.35s;
}

.mt-ai-btn:hover{
    color:#fff;
    transform:translateY(-4px);
}

.image-wrapper{
    position:relative;
}

.image-wrapper img{
    width:100%;
    display:block;
    border-radius:30px;
}

.floating-badge{
    position:absolute;
    padding:12px 18px;
    border-radius:50px;
    background:#fff;
    font-size:13px;
    font-weight:600;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.badge-1{top:10%;left:-30px;}
.badge-2{top:50%;right:-20px;}
.badge-3{bottom:12%;left:0;}

/* =========================================================
   EXISTING LOWER SECTION 02 - WHY CHOOSE US
========================================================= */

.ai-why-section{
    padding:120px 0;
    background:#111;
}

.ai-why-container{
    width:min(1400px,90%);
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:start;
}

.ai-why-image{
    position:sticky;
    top:120px;
    align-self:start;
}

.ai-why-image img{
    width:100%;
    display:block;
    border-radius:28px;
    box-shadow:0 25px 60px rgba(0,0,0,.08);
    transition:.5s;
}

.ai-why-image:hover img{
    transform:scale(1.03);
}

.section-tag{
    display:inline-block;
    margin-bottom:25px;
    color:#6d7882;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
}

.ai-why-content h2{
    margin:0 0 25px;
    color:#fff;
    font-size:clamp(38px,5vw,58px);
    line-height:1.05;
    letter-spacing:-2px;
}

.intro{
    margin:0 0 40px;
    color:#89939d;
    font-size:16px;
    line-height:1.8;
}

.why-grid{
    display:grid;
    gap:18px;
}

.why-card{
    padding:18px 20px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:20px;
    transition:.35s;
}

.why-card:hover{
    transform:translateY(-5px);
    border-color:rgba(255,255,255,.34);
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.why-card h3{
    margin:0 0 10px;
    color:#fff;
    font-size:20px;
}

.why-card p{
    margin:0;
    color:#89939d;
    font-size:16px;
    line-height:1.7;
}

/* =========================================================
   EXISTING LOWER SECTION 03 - AI SERVICES
========================================================= */

.mt-ai-services{
    position:relative;
    width:100%;
    padding:120px 0;
    background:#f7f7f7;
    overflow:hidden;
}

.mt-ai-services-container{
    width:min(1400px,90%);
    margin:0 auto;
}

.mt-ai-services-header{
    max-width:850px;
    margin-bottom:65px;
}

.mt-ai-services-label{
    display:inline-flex;
    align-items:center;
    gap:12px;
    margin-bottom:25px;
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#6b6f74;
}

.mt-ai-services-label::before{
    content:"";
    width:32px;
    height:1px;
    background:#111;
}

.mt-ai-services-header h2{
    margin:0;
    color:#111;
    font-size:clamp(38px,5vw,58px);
    line-height:1.05;
    font-weight:500;
    letter-spacing:-2.5px;
}

.mt-ai-services-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.mt-ai-service-card{
    position:relative;
    overflow:hidden;
    background:#fff;
    border:1px solid #e5e5e5;
    transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s ease,border-color .45s ease;
}

.mt-ai-service-card:hover{
    transform:translateY(-8px);
    border-color:#d1d1d1;
    box-shadow:0 25px 60px rgba(0,0,0,.09);
}

.mt-ai-service-card::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:3px;
    background:linear-gradient(90deg,#0A2F7A,#1554C4,#00B7E8);
    transition:width .45s ease;
}

.mt-ai-service-card:hover::after{
    width:100%;
}

.mt-ai-service-image{
    position:relative;
    width:100%;
    height:270px;
    overflow:hidden;
}

.mt-ai-service-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .7s cubic-bezier(.22,1,.36,1),filter .7s ease;
}

.mt-ai-service-card:hover .mt-ai-service-image img{
    transform:scale(1.07);
}

.mt-ai-service-image span{
    position:absolute;
    top:20px;
    left:20px;
    width:45px;
    height:45px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.92);
    color:#111;
    font-size:12px;
    font-weight:700;
    backdrop-filter:blur(8px);
}

.mt-ai-service-content{
    padding:30px 32px 35px;
}

.mt-ai-service-content h3{
    margin:0 0 16px;
    color:#111;
    font-size:25px;
    line-height:1.2;
    font-weight:600;
    letter-spacing:-.7px;
}

.mt-ai-service-content p{
    margin:0;
    color:#6c7278;
    font-size:16px;
    line-height:1.75;
}

.mt-ai-service-content strong{
    color:#111;
}

/* =========================================================
   EXISTING LOWER SECTION 04 - CTA
========================================================= */

.mt-ai-cta{
    position:relative;
    overflow:hidden;
    padding:85px 0;
    background:#071a38;
    color:#fff;
}

.mt-ai-cta-bg{
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(90deg,rgba(7,26,56,.98) 0%,rgba(7,26,56,.92) 48%,rgba(7,26,56,.65) 100%),
        url("../images/services/AI-Development-images/AI-DEVELOPMENT-LONDON-scaled.webp");
    background-size:cover;
    background-position:center;
    opacity:.9;
}

.mt-ai-cta-inner{
    width:min(1300px,90%);
    margin:auto;
    position:relative;
    z-index:2;
}

.mt-ai-cta-content{
    max-width:760px;
}

.mt-ai-cta-label{
    display:inline-flex;
    align-items:center;
    gap:12px;
    margin-bottom:20px;
    color:#b9c5d3;
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
}

.mt-ai-cta-label::before{
    content:"";
    width:32px;
    height:2px;
    background:#18c8e8;
}

.mt-ai-cta h2{
    margin:0 0 22px;
    color:#fff;
    font-size:clamp(34px,4vw,54px);
    line-height:1.08;
    font-weight:600;
    letter-spacing:-1.5px;
}

.mt-ai-cta h2 span{
    color:#18c8e8;
}

.mt-ai-cta p{
    max-width:720px;
    margin:0;
    color:#c3ccd7;
    font-size:16px;
    line-height:1.8;
}

.mt-ai-cta-btn{
    display:inline-flex;
    align-items:center;
    gap:14px;
    margin-top:32px;
    padding:15px 26px;
    border-radius:50px;
    background:linear-gradient(135deg,#0a2f7a,#1554c4,#00b7e8,#27e6ff);
    color:#fff;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    transition:.3s ease;
    box-shadow:0 10px 30px rgba(0,183,232,.2);
}

.mt-ai-cta-btn:hover{
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 15px 40px rgba(0,183,232,.35);
}

.mt-ai-cta-btn span{
    font-size:20px;
    transition:transform .3s ease;
}

.mt-ai-cta-btn:hover span{
    transform:translateX(5px);
}

/* =========================================================
   SIMPLE REVEAL ANIMATIONS
========================================================= */

.reveal-left{
    animation:slideLeft .9s ease both;
}

.reveal-right{
    animation:slideRight .9s .1s ease both;
}

@keyframes slideLeft{
    from{opacity:0;transform:translateX(-45px);}
    to{opacity:1;transform:translateX(0);}
}

@keyframes slideRight{
    from{opacity:0;transform:translateX(45px);}
    to{opacity:1;transform:translateX(0);}
}

/* =========================================================
   TABLET
========================================================= */

@media(max-width:1100px){
    .mt-top-hero .mt-top-shell{
        gap:70px;
    }

    .mt-process-steps{
        width:100%;
        margin:45px 0 0;
    }

    .mt-process-image{
        height:360px;
    }

    .mt-process-image img{
        height:290px;
    }

    .mt-success-person{
        height:150px;
    }
}

@media(max-width:991px){
    .mt-top-hero{
        padding:90px 0;
    }

    .mt-top-hero .mt-top-shell{
        grid-template-columns:1fr;
        gap:55px;
    }

    .mt-top-hero-right{
        justify-self:start;
    }

    .mt-capabilities{
        padding:90px 0;
    }

    .mt-capabilities-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .mt-process{
        padding:90px 0;
    }

    .mt-process-top{
        grid-template-columns:1fr;
        gap:45px;
    }

    .mt-process-image{
        height:410px;
    }

    .mt-process-image img{
        width:100%;
        height:330px;
    }

    .mt-process-steps{
        grid-template-columns:repeat(2,1fr);
        row-gap:48px;
    }

    .mt-empower-inner{
        grid-template-columns:1fr;
        gap:45px;
    }

    .mt-empower-title h2,
    .mt-empower-title p{
        max-width:680px;
    }

    .mt-advanced-feature{
        gap:45px;
    }

    .mt-ai-container,
    .ai-why-container{
        grid-template-columns:1fr;
        gap:55px;
    }

    .mt-ai-content{
        order:2;
    }

    .mt-ai-image{
        order:1;
    }

    .ai-why-image{
        position:static;
    }

    .mt-ai-services-grid{
        grid-template-columns:1fr;
    }

    .mt-ai-service-image{
        height:320px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width:767px){
    .mt-top-shell,
    .mt-ai-container,
    .ai-why-container,
    .mt-ai-services-container,
    .mt-ai-cta-inner{
        width:88%;
    }

    .mt-top-hero{
        padding:70px 0 78px;
    }

    .mt-top-hero-left h1{
        font-size:44px;
        letter-spacing:-2px;
    }

    .mt-top-hero-right h2{
        font-size:23px;
    }

    .mt-top-hero-right p{
        font-size:14px;
        line-height:1.75;
    }

    .mt-top-scroll{
        width:62px;
        height:62px;
        margin-top:28px;
    }

    .mt-capabilities{
        padding:76px 0 82px;
    }

    .mt-capabilities h2{
        margin-bottom:42px;
        font-size:32px;
    }

    .mt-capability-item{
        min-height:150px;
    }

    .mt-capability-icon{
        width:68px;
        height:68px;
        border-radius:15px;
    }

    .mt-capability-icon svg{
        width:30px;
        height:30px;
    }

    .mt-capabilities-footer{
        padding-top:23px;
        font-size:28px;
    }

    .mt-process{
        padding:72px 0 78px;
    }

    .mt-process-image{
        height:300px;
    }

    .mt-process-image img{
        height:235px;
    }

    .mt-process-image::after{
        height:155px;
    }

    .mt-process-image-badge{
        width:64px;
        height:64px;
        left:39%;
        top:40%;
    }

    .mt-process-copy h2{
        font-size:39px;
    }

    .mt-process-steps{
        grid-template-columns:1fr;
        gap:42px;
    }

    .mt-process-step{
        padding-top:28px;
    }

    .mt-empower{
        padding:70px 0 80px;
    }

    .mt-empower-title h2{
        font-size:40px;
    }

    .mt-empower-cards{
        grid-template-columns:1fr;
    }

    .mt-empower-card{
        min-height:auto;
    }

    .mt-empower-card p{
        min-height:auto;
        margin-bottom:25px;
    }

    .mt-advanced{
        padding:70px 0 82px;
    }

    .mt-advanced-heading h2{
        margin-bottom:30px;
        font-size:40px;
    }

    .mt-advanced-tabs{
        justify-content:flex-start;
        margin-bottom:50px;
    }

    .mt-advanced-feature{
        grid-template-columns:1fr;
        gap:34px;
    }

    .mt-advanced-image{
        min-height:250px;
    }

    .mt-advanced-image img{
        height:240px;
    }

    .mt-success{
        padding:58px 0 68px;
    }

    .mt-success-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .mt-success-person{
        height:135px;
    }

    .mt-ai-hero,
    .ai-why-section,
    .mt-ai-services{
        padding:75px 0;
    }

    .mt-ai-content h2,
    .ai-why-content h2,
    .mt-ai-services-header h2{
        font-size:38px;
        letter-spacing:-1.5px;
    }

    .mt-ai-content p,
    .intro,
    .why-card p,
    .mt-ai-service-content p{
        font-size:15px;
    }

    .floating-badge{
        display:none;
    }

    .why-card{
        padding:18px;
        border-radius:16px;
    }

    .mt-ai-service-image{
        height:225px;
    }

    .mt-ai-service-content{
        padding:24px 22px 28px;
    }

    .mt-ai-service-content h3{
        font-size:21px;
    }

    .mt-ai-cta{
        padding:65px 0;
    }

    .mt-ai-cta h2{
        font-size:36px;
    }

    .mt-ai-cta p{
        font-size:15px;
        line-height:1.7;
    }

    .reveal-left,
    .reveal-right{
        animation:none;
    }
}

@media(max-width:480px){
    .mt-top-hero-left h1{
        font-size:38px;
    }

    .mt-capabilities-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .mt-capability-item{
        min-height:138px;
    }

    .mt-capability-icon{
        width:60px;
        height:60px;
    }

    .mt-capability-item > span{
        font-size:13px;
    }

    .mt-process-copy h2,
    .mt-empower-title h2,
    .mt-advanced-heading h2,
    .mt-success-heading h2,
    .mt-ai-content h2,
    .ai-why-content h2,
    .mt-ai-services-header h2{
        font-size:34px;
    }

    .mt-success-person{
        height:112px;
    }
}

@media(prefers-reduced-motion:reduce){
    *,*::before,*::after{
        scroll-behavior:auto !important;
        animation-duration:.01ms !important;
        animation-iteration-count:1 !important;
        transition-duration:.01ms !important;
    }
}

/* =========================================================
   2026-09-08 REFERENCE-MATCH OVERRIDES
   Work process carousel, empowering carousel, interactive tabs,
   and YouTube video block.
========================================================= */

/* ---------- WORK PROCESS: reference image shape + 3/4 slider ---------- */
.mt-process{
    padding:96px 0 115px;
    min-height:720px;
    background:#000;
}

.mt-process-ribbon{
    height:210px;
    background:linear-gradient(180deg,rgba(255,255,255,.26),rgba(255,255,255,.025) 72%);
    filter:blur(.5px);
}

.mt-process-ribbon-1{top:-52px;transform:rotate(-11deg);opacity:.92;}
.mt-process-ribbon-2{top:162px;transform:rotate(-18deg);opacity:.42;}
.mt-process-ribbon-3{bottom:-35px;transform:rotate(-9deg);opacity:.26;}

.mt-process-top{
    grid-template-columns:56% 44%;
    gap:0;
    align-items:start;
}

.mt-process-image{
    height:400px;
    margin-left:-28px;
    z-index:3;
}

.mt-process-image-frame{
    width:92%;
    height:100%;
    overflow:hidden;
    border-radius:0 0 48px 0;
    background:#111;
}

.mt-process-image-frame img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    border-radius:0;
}

.mt-process-image::after,
.mt-process-image-badge{display:none !important;}

.mt-process-copy{
    padding:8px 0 0 36px;
}

.mt-process-label{
    margin-bottom:28px;
    color:#fff;
    font-size:13px;
    letter-spacing:1.5px;
}

.mt-process-label b{
    margin-right:10px;
    color:#ff4a16;
    font-weight:800;
}

.mt-process-copy h2{
    max-width:700px;
    margin-bottom:36px;
    font-size:clamp(42px,4vw,66px);
    line-height:.98;
    font-weight:300;
    letter-spacing:-2.8px;
}

.mt-process-copy h2 strong{font-weight:700;}

.mt-process-copy p{
    max-width:690px;
    color:#fff;
    font-size:16px;
    line-height:2;
    font-weight:600;
}

.mt-process-carousel{
    width:70.5%;
    margin:-26px 0 0 auto;
    overflow-x:auto;
    overflow-y:hidden;
    scrollbar-width:none;
    cursor:grab;
    touch-action:pan-y;
    scroll-snap-type:x mandatory;
    user-select:none;
    position:relative;
    z-index:5;
}
.mt-process-carousel::-webkit-scrollbar{display:none;}
.mt-process-carousel.is-dragging{cursor:grabbing;scroll-snap-type:none;}

.mt-process-track{
    display:flex;
    gap:0;
    min-width:max-content;
}

.mt-process-step{
    flex:0 0 calc((100vw * .705 - 2px) / 3);
    max-width:335px;
    min-width:290px;
    padding:70px 34px 0 0;
    border-top:1px solid rgba(255,255,255,.15);
    scroll-snap-align:start;
}

.mt-process-step:not(:last-child){margin-right:34px;}

.mt-step-number{
    top:-27px;
    width:58px;
    height:58px;
    font-size:20px;
    font-weight:700;
    background:rgba(61,61,61,.78);
    border:0;
    backdrop-filter:blur(8px);
}

.mt-process-step h3{
    margin:0 0 26px;
    font-size:25px;
    line-height:1.25;
    font-weight:600;
}

.mt-process-step p{
    max-width:260px;
    color:#fff;
    font-size:14px;
    line-height:1.9;
}

/* ---------- EMPOWERING: 2 visible / 5 total draggable slider ---------- */
.mt-empower{
    min-height:455px;
    padding:84px 0 104px;
}

.mt-empower-inner{
    grid-template-columns:34% 66%;
    gap:0;
    align-items:center;
}

.mt-empower-title{
    padding-left:28px;
    position:relative;
    z-index:5;
}

.mt-empower-title h2{
    max-width:500px;
    font-size:clamp(39px,3.4vw,59px);
    line-height:.94;
    letter-spacing:-2.5px;
}

.mt-empower-title p{
    max-width:480px;
    color:#090909;
    font-size:17px;
    line-height:1.55;
}

.mt-empower-carousel{
    overflow-x:auto;
    overflow-y:visible;
    scrollbar-width:none;
    cursor:grab;
    touch-action:pan-y;
    scroll-snap-type:x mandatory;
    padding:12px 4px 28px 0;
    user-select:none;
}
.mt-empower-carousel::-webkit-scrollbar{display:none;}
.mt-empower-carousel.is-dragging{cursor:grabbing;scroll-snap-type:none;}

.mt-empower-track{
    display:flex;
    gap:18px;
    width:max-content;
}

.mt-empower-card{
    flex:0 0 425px;
    min-height:230px;
    padding:38px 33px 32px;
    border:1px solid rgba(0,0,0,.025);
    border-radius:0 0 16px 16px;
    background:rgba(255,255,255,.63);
    box-shadow:0 15px 30px rgba(0,0,0,.045);
    scroll-snap-align:start;
}

.mt-empower-card.is-active,
.mt-empower-card:hover{
    background:rgba(255,255,255,.88);
    box-shadow:0 18px 42px rgba(0,0,0,.12);
}

.mt-empower-card p{
    min-height:104px;
    color:#7a7a7a;
    font-size:16px;
    line-height:1.65;
}

.mt-empower-card-line{
    width:45px;
    height:2px;
    margin:5px 0 24px;
    background:#287cff;
}

.mt-empower-card h3{
    font-family:Georgia,"Times New Roman",serif;
    font-size:20px;
    font-weight:500;
}

/* small indicator like reference */
.mt-empower-carousel::after{
    content:"";
    position:absolute;
}

/* ---------- ADVANCED TABS: real buttons + content transition ---------- */
.mt-advanced-tabs button{
    appearance:none;
    -webkit-appearance:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:8px 18px;
    border:1px dashed #b6b6b6;
    border-radius:30px;
    background:#fff;
    color:#666;
    font:inherit;
    font-size:12px;
    white-space:nowrap;
    cursor:pointer;
    transition:.25s ease;
}

.mt-advanced-tabs button:hover{
    border-color:#154c84;
    color:#154c84;
}

.mt-advanced-tabs button.is-active{
    border-style:solid;
    border-color:#154c84;
    background:#154c84;
    color:#fff;
}

.mt-advanced-feature{
    transition:opacity .18s ease,transform .18s ease;
}
.mt-advanced-feature.is-changing{
    opacity:0;
    transform:translateY(8px);
}

/* ---------- YOUTUBE VIDEO ---------- */
.mt-ai-video{
    position:relative;
    overflow:hidden;
    padding:36px 0 88px;
    background:#fff;
}

.mt-ai-video::before,
.mt-ai-video::after{
    content:"";
    position:absolute;
    bottom:-120px;
    width:48%;
    height:250px;
    border-radius:50%;
    filter:blur(55px);
    opacity:.45;
}
.mt-ai-video::before{left:-4%;background:#10e4c5;}
.mt-ai-video::after{right:-4%;background:#305fff;}

.mt-ai-video .mt-top-shell{position:relative;z-index:2;}
.mt-ai-video-heading{text-align:center;margin-bottom:34px;}
.mt-ai-video-heading h2{
    margin:16px 0 10px;
    font-size:clamp(34px,3vw,48px);
    line-height:1;
}
.mt-ai-video-heading p{
    max-width:650px;
    margin:0 auto;
    color:#777;
    font-size:14px;
    line-height:1.7;
}
.mt-ai-video-frame{
    max-width:920px;
    aspect-ratio:16/9;
    margin:0 auto;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 22px 55px rgba(23,45,80,.18);
    background:#050505;
}
.mt-ai-video-frame iframe{
    width:100%;
    height:100%;
    display:block;
    border:0;
}

/* ---------- RESPONSIVE FOR NEW INTERACTIONS ---------- */
@media (min-width:1200px){
    .mt-process-step{flex-basis:calc((min(1400px,90vw) * .705 - 68px)/3);max-width:none;}
}

@media (max-width:1100px){
    .mt-process-top{grid-template-columns:1fr 1fr;}
    .mt-process-image{margin-left:0;height:350px;}
    .mt-process-carousel{width:100%;margin:45px 0 0;}
    .mt-process-step{flex-basis:calc((90vw - 34px)/2);max-width:none;}
    .mt-empower-inner{grid-template-columns:1fr;gap:42px;}
    .mt-empower-title{padding-left:0;}
    .mt-empower-card{flex-basis:calc((90vw - 18px)/2);}
}

@media (max-width:767px){
    .mt-process{padding:70px 0 85px;min-height:auto;}
    .mt-process-top{grid-template-columns:1fr;gap:35px;}
    .mt-process-image{height:300px;}
    .mt-process-image-frame{width:100%;border-radius:0 0 34px 0;}
    .mt-process-copy{padding:0;}
    .mt-process-copy h2{font-size:42px !important;}
    .mt-process-copy p{font-size:14px;line-height:1.75;}
    .mt-process-carousel{margin-top:55px;}
    .mt-process-step{flex-basis:82vw;min-width:82vw;margin-right:20px !important;}
    .mt-process-step h3{font-size:23px;}

    .mt-empower{padding:68px 0 82px;}
    .mt-empower-title h2{font-size:42px !important;}
    .mt-empower-card{flex-basis:82vw;min-width:82vw;}

    .mt-advanced-tabs{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px;margin-bottom:50px;scrollbar-width:none;}
    .mt-advanced-tabs::-webkit-scrollbar{display:none;}
    .mt-advanced-tabs button{flex:0 0 auto;}

    .mt-ai-video{padding:25px 0 65px;}
    .mt-ai-video-frame{border-radius:12px;}
}


/* =========================================================
   FINAL REQUESTED FIXES
   1) Work Process slider lives inside the right column.
   2) Dragging is smoother for both draggable carousels.
   3) Only one Success Stories section remains and it uses YouTube.
========================================================= */

/* ---------- WORK PROCESS: left image matches complete right-column height ---------- */
@media (min-width:1101px){
    .mt-process-top{
        grid-template-columns:56% 44%;
        gap:0;
        align-items:stretch;
    }

    .mt-process-image{
        height:auto;
        min-height:100%;
        margin-left:-28px;
        align-self:stretch;
    }

    .mt-process-image-frame{
        width:92%;
        height:100%;
        min-height:610px;
        overflow:hidden;
        border-radius:0 0 48px 0;
    }

    .mt-process-image-frame img{
        width:100%;
        height:100%;
        object-fit:cover;
    }

    .mt-process-copy{
        min-width:0;
        padding:8px 0 0 36px;
        display:flex;
        flex-direction:column;
    }

    .mt-process-copy > p{
        margin-bottom:0;
    }

    .mt-process-copy .mt-process-carousel{
        width:100%;
        margin:32px 0 0;
        padding:0 0 8px;
        padding-top: 30px;
    }

    .mt-process-copy .mt-process-track{
        width:100%;
        min-width:100%;
        gap:24px;
    }

    .mt-process-copy .mt-process-step{
        flex:0 0 calc((100% - 48px) / 3);
        width:calc((100% - 48px) / 3);
        min-width:0;
        max-width:none;
        margin-right:0 !important;
        padding:62px 8px 0 0;
    }

    .mt-process-copy .mt-process-step h3{
        font-size:18px;
        line-height:1.25;
        margin-bottom:18px;
    }

    .mt-process-copy .mt-process-step p{
        max-width:none;
        font-size:12.5px;
        line-height:1.75;
    }

    .mt-process-copy .mt-step-number{
        top:-24px;
        width:52px;
        height:52px;
        font-size:18px;
    }
}

/* ---------- Smooth hold + drag behavior ---------- */
.mt-process-carousel,
.mt-empower-carousel{
    overscroll-behavior-inline:contain;
    -webkit-overflow-scrolling:touch;
    scroll-behavior:smooth;
}

.mt-process-carousel.is-dragging,
.mt-empower-carousel.is-dragging{
    scroll-behavior:auto;
    scroll-snap-type:none;
    cursor:grabbing;
}

.mt-process-track,
.mt-empower-track{
    will-change:transform;
}

.mt-process-step,
.mt-empower-card{
    user-select:none;
    -webkit-user-select:none;
}

/* ---------- SUCCESS STORIES: native YouTube player ---------- */
.mt-success-frame{
    position:relative;
    max-width:970px;
    aspect-ratio:16 / 9;
    margin:0 auto;
    padding:0;
    overflow:hidden;
    border:0;
    border-radius:16px;
    background:#050505;
    box-shadow:0 22px 55px rgba(23,45,80,.18);
}

.mt-success-frame iframe{
    width:100%;
    height:100%;
    display:block;
    border:0;
}

/* Old custom collage/play UI is no longer used. */
.mt-success-grid,
.mt-success-play{
    display:none !important;
}

@media (max-width:1100px){
    .mt-process-copy .mt-process-carousel{
        width:100%;
        margin:45px 0 0;
    }

    .mt-process-copy .mt-process-track{
        gap:22px;
    }

    .mt-process-copy .mt-process-step{
        flex:0 0 calc((100% - 22px) / 2);
        width:calc((100% - 22px) / 2);
        min-width:0;
        max-width:none;
        margin-right:0 !important;
    }
}

@media (max-width:767px){
    .mt-process-copy .mt-process-carousel{
        margin-top:28px;
        padding-top: 30px;
    }

    .mt-process-copy .mt-process-track{
        gap:18px;
    }

    .mt-process-copy .mt-process-step{
        flex:0 0 86%;
        width:86%;
        min-width:86%;
        margin-right:0 !important;
    }

    .mt-success-frame{
        border-radius:12px;
    }
}
