/* Shared Micro Tech London header + footer */
:root {
    --mtl-cyan: #28c2df;
    --mtl-cyan-deep: #0db7d2;
    --mtl-navy: #163d70;
    --mtl-black: #090909;
    --mtl-white: #fff;
    --mtl-muted: #a7a7a7
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0
}

body.mtl-menu-open {
    overflow: hidden
}

.mtl-site-header,
.mtl-site-header *,
.mtl-site-footer,
.mtl-site-footer * {
    box-sizing: border-box
}

.mtl-site-header {
    height: 74px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 clamp(18px, 3vw, 52px);
    background: #fff;
    position: relative;
    z-index: 5000;
    font-family: Arial, Helvetica, sans-serif
}

.mtl-header-logo {
    display: flex;
    align-items: center;
    flex: 0 0 auto
}

.mtl-header-logo img {
    width: 160px;
    height: auto;
    display: block
}

.mtl-main-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: clamp(26px, 4vw, 60px)
}

.mtl-main-nav a {
    color: #111;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: color .25s ease
}

.mtl-main-nav a:hover,
.mtl-main-nav a.active {
    color: var(--mtl-navy)
}

.mtl-ask-ai {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 126px;
    padding: 12px 26px;
    border-radius: 999px;
    background: var(--mtl-navy);
    color: #fff !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700
}

.mtl-menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    padding: 8px;
    cursor: pointer
}

.mtl-menu-toggle span {
    display: block;
    height: 2px;
    width: 100%;
    background: var(--mtl-navy);
    margin: 6px 0;
    transition: .3s ease
}

.mtl-menu-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg)
}

.mtl-menu-toggle.active span:nth-child(2) {
    opacity: 0
}

.mtl-menu-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg)
}

.mtl-mobile-nav-logo {
    display: none
}

.mtl-site-footer {
    position: relative;
    background: linear-gradient(to bottom, var(--mtl-black) 0, var(--mtl-black) 82%, #04a9c0 100%);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 42px 42px 0 0;
    overflow: hidden
}

.mtl-footer-main {
    padding: 90px clamp(24px, 4vw, 62px) 48px;
    max-width: 1600px;
    margin: 0 auto
}

.mtl-footer-contact-grid {
    display: grid;
    grid-template-columns: .9fr 1.25fr;
    gap: 70px;
    min-height: 400px;
    align-items: start;
    position: relative
}

.mtl-footer-kicker {
    font-size: 12px;
    letter-spacing: .25em;
    color: #ff512f;
    font-weight: 700;
    text-transform: uppercase
}

.mtl-footer-contact-copy h2 {
    font-size: clamp(36px, 4.4vw, 70px);
    line-height: .96;
    margin: 20px 0 40px;
    letter-spacing: -.04em
}

.mtl-footer-art-circles {
    display: none;
    align-items: center;
    margin-top: 30px;
    opacity: .75
}

.mtl-footer-art-circles span {
    display: block;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: #1b1b1b;
    margin-right: -24px
}

.mtl-footer-form-wrap {
    position: relative;
    padding-top: 20px;
    min-height: 350px
}

.mtl-footer-form {
    width: min(100%, 650px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    position: relative;
    z-index: 2
}

.mtl-footer-form input,
.mtl-footer-form textarea {
    width: 100%;
    border: 0;
    outline: none;
    background: #2a2a2a;
    color: #fff;
    padding: 16px 20px;
    border-radius: 26px;
    font-size: 13px
}

.mtl-footer-form textarea {
    grid-column: 1/-1;
    min-height: 150px;
    resize: vertical;
    border-radius: 22px
}

.mtl-footer-form input::placeholder,
.mtl-footer-form textarea::placeholder {
    color: #f2f2f2
}

.mtl-footer-send-row {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    gap: 8px
}

.mtl-footer-send {
    min-width: 176px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 999px;
    padding: 15px 24px;
    font-weight: 700;
    cursor: pointer
}

.mtl-footer-send-arrow {
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: grid;
    place-items: center
}

.mtl-footer-star {
    position: absolute;
    width: 360px;
    right: -45px;
    top: -30px;
    z-index: 3;
    pointer-events: none;
    will-change: transform;
    transform-origin: center;
    transition: transform .06s linear;
    filter: drop-shadow(0 0 18px rgba(47, 205, 255, .45))
}

.mtl-footer-star img {
    width: 100%;
    height: auto;
    display: block
}

.mtl-footer-bigline {
    display: flex;
    align-items: baseline;
    gap: 28px;
    white-space: nowrap;
    margin: 45px 0 68px;
    line-height: 1
}

.mtl-footer-bigline .outline {
    font-size: clamp(38px, 5vw, 80px) !important;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px #454545;
    letter-spacing: -.04em
}

.mtl-footer-bigline .number {
    font-size: clamp(38px, 5vw, 80px) !important;
    font-weight: 800;
    letter-spacing: -.05em
}

.mtl-footer-bottom {
    display: grid;
    grid-template-columns: 1.5fr .65fr .65fr;
    gap: 70px;
    align-items: start
}

.mtl-footer-reach h3 {
    font-size: 25px;
    line-height: 1.05;
    text-transform: uppercase;
    max-width: 320px;
    margin: 0 0 6px
}

.mtl-footer-reach .small {
    font-size: 11px;
    line-height: 1.35;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 340px
}

.mtl-footer-cert-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 18px 0
}

.mtl-footer-cert-row img {
    object-fit: contain;
    display: block
}

.mtl-footer-cert-row .ico {
    width: 78px;
    height: 78px
}

.mtl-footer-cert-row .aip {
    width: 86px;
    height: 78px
}

.mtl-footer-reach .gdpr {
    font-size: 12px;
    line-height: 1.5;
    max-width: 650px;
    color: #f0f0f0
}

.mtl-footer-col h4 {
    font-size: 14px;
    color: #7b7b7b;
    margin: 0 0 22px
}

.mtl-footer-col a,
.mtl-footer-col p {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 7px;
    font-weight: 600
}

.mtl-social-row {
    display: flex;
    gap: 8px;
    margin-top: 12px
}

.mtl-social-row a {
    margin: 0
}

.mtl-social-row img {
    width: 22px;
    height: 22px;
    object-fit: contain
}

.mtl-footer-copyright {
    min-height: 80px;
    border-top: 1px solid rgba(255, 255, 255, .18);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 184, 207, .58);
    font-size: 12px;
    font-weight: 700;
    padding: 18px 70px;
    text-align: center
}

.mtl-whatsapp-dot {
    position: absolute;
    right: 25px;
    bottom: 22px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #25d366;
    display: grid;
    place-items: center;
    font-weight: 900;
    font-size: 19px;
    color: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .22)
}

@media(max-width:1024px) {
    .mtl-site-header {
        height: 70px
    }

    .mtl-header-logo img {
        width: 152px
    }

    .mtl-main-nav {
        position: fixed;
        inset: 0 auto 0 0;
        width: min(380px, 86vw);
        height: 100dvh;
        transform: translateX(-105%);
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 28px;
        padding: 112px 38px 45px;
        box-shadow: 10px 0 35px rgba(0, 0, 0, .15);
        transition: transform .4s cubic-bezier(.2, .8, .2, 1);
        z-index: 5001
    }

    .mtl-main-nav.show {
        transform: translateX(0)
    }

    .mtl-main-nav a {
        font-size: 20px
    }

    .mtl-mobile-nav-logo {
        display: block;
        position: absolute;
        top: 24px;
        left: 38px
    }

    .mtl-mobile-nav-logo img {
        width: 150px
    }

    .mtl-ask-ai {
        display: none
    }

    .mtl-menu-toggle {
        display: block;
        position: relative;
        z-index: 5002
    }

    .mtl-footer-contact-grid {
        grid-template-columns: 1fr;
        gap: 25px
    }

    .mtl-footer-contact-copy h2 {
        margin-bottom: 15px
    }

    .mtl-footer-art-circles {
        display: none
    }

    .mtl-footer-form-wrap {
        min-height: 360px
    }

    .mtl-footer-form {
        width: 100%
    }

    .mtl-footer-star {
        width: 300px;
        right: -50px;
        top: 80px;
        opacity: .9
    }

    .mtl-footer-bigline {
        white-space: normal;
        flex-wrap: wrap;
        margin-top: 35px
    }

    .mtl-footer-bottom {
        grid-template-columns: 1.2fr .8fr;
        gap: 45px
    }

    .mtl-footer-col:last-child {
        grid-column: 2
    }

    .mtl-footer-reach {
        grid-row: 1/3
    }
}

@media(max-width:680px) {
    .mtl-site-header {
        padding: 0 18px
    }

    .mtl-header-logo img {
        width: 135px
    }

    .mtl-footer-main {
        padding: 65px 20px 38px
    }

    .mtl-site-footer {
        border-radius: 28px 28px 0 0
    }

    .mtl-footer-contact-copy h2 {
        font-size: 38px
    }

    .mtl-footer-form {
        grid-template-columns: 1fr
    }

    .mtl-footer-form textarea,
    .mtl-footer-send-row {
        grid-column: 1
    }

    .mtl-footer-form-wrap {
        min-height: 430px
    }

    .mtl-footer-star {
        width: 240px;
        right: -85px;
        top: 165px;
        opacity: .72
    }

    .mtl-footer-bigline {
        gap: 8px;
        margin: 15px 0 50px
    }

    .mtl-footer-bigline .outline,
    .mtl-footer-bigline .number {
        font-size: 48px
    }

    .mtl-footer-bottom {
        grid-template-columns: 1fr;
        gap: 34px
    }

    .mtl-footer-reach,
    .mtl-footer-col:last-child {
        grid-column: 1;
        grid-row: auto
    }

    .mtl-footer-copyright {
        min-height: 70px;
        padding: 18px 75px 18px 20px
    }

    .mtl-whatsapp-dot {
        right: 16px;
        bottom: 10px
    }

    .mtl-footer-cert-row .ico {
        width: 65px;
        height: 65px
    }

    .mtl-footer-cert-row .aip {
        width: 73px;
        height: 65px
    }
}

.mtl-footer-kicker p{
    font-size: 16px;
    color: white;
}