:root {
    --mct-bg: #f8fafc;
    --mct-white: #ffffff;
    --mct-primary: #0284c7;
    --mct-primary-dark: #0369a1;
    --mct-accent: #0ea5e9;
    --mct-text: #0f172a;
    --mct-muted: #475569;
    --mct-border: rgba(15, 23, 42, 0.08);
    --mct-soft: rgba(2, 132, 199, 0.10);
    --mct-radius: 24px;
    --mct-shadow: 0 18px 35px rgba(15, 23, 42, 0.10);
    --mct-container: 1120px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: var(--mct-bg);
    color: var(--mct-text);
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.mct-page {
    min-height: 100vh;
    overflow: hidden;
}

.mct-container {
    width: min(var(--mct-container), 92vw);
    margin: 0 auto;
}


/* HEADER */

.mct-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(248, 250, 252, 0.94);
    border-bottom: 1px solid var(--mct-border);
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.05);
}

.mct-header-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.mct-logo {
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -0.5px;
    white-space: nowrap;
}

.mct-logo strong {
    color: var(--mct-primary);
}

.mct-nav {
    display: flex;
    align-items: center;
    gap: 25px;
}

.mct-nav a {
    color: var(--mct-muted);
    font-size: 14px;
    font-weight: 600;
    transition: color .2s ease;
}

.mct-nav a:hover {
    color: var(--mct-primary);
}

.mct-header-phone {
    padding: 11px 20px;
    border-radius: 999px;
    background: linear-gradient(120deg, var(--mct-primary), var(--mct-accent));
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    box-shadow: var(--mct-shadow);
    white-space: nowrap;
}


/* HERO */

.mct-hero {
    position: relative;
    padding: 82px 0 65px;
    background:
        radial-gradient(circle at 10% 20%, rgba(14, 165, 233, .15), transparent 45%),
        linear-gradient(180deg, #eaf5ff, #f8fafc);
}

.mct-hero-inner {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 65px;
}

.mct-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    padding: 6px 13px;
    border: 1px solid rgba(2, 132, 199, .18);
    border-radius: 999px;
    background: rgba(255,255,255,.65);
    color: var(--mct-primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.mct-hero h1 {
    margin: 0;
    max-width: 690px;
    font-size: clamp(42px, 5vw, 65px);
    line-height: 1.04;
    letter-spacing: -2.5px;
    font-weight: 800;
}

.mct-hero h1 strong {
    display: block;
    margin-top: 8px;
    color: var(--mct-primary);
}

.mct-hero-content > p {
    max-width: 650px;
    margin: 24px 0 0;
    color: var(--mct-muted);
    font-size: 16px;
    line-height: 1.8;
}

.mct-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 28px;
}

.mct-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 25px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease;
}

.mct-btn:hover {
    transform: translateY(-2px);
}

.mct-btn-primary {
    background: linear-gradient(120deg, var(--mct-primary), var(--mct-accent));
    color: #fff;
    box-shadow: var(--mct-shadow);
}

.mct-btn-secondary {
    border: 1px solid var(--mct-border);
    background: #fff;
    color: var(--mct-text);
}

.mct-stats {
    display: flex;
    gap: 34px;
    margin-top: 35px;
}

.mct-stat {
    display: flex;
    flex-direction: column;
}

.mct-stat strong {
    font-size: 14px;
}

.mct-stat span {
    color: var(--mct-muted);
    font-size: 11px;
}


/* HERO VISUAL */

.mct-hero-visual {
    position: relative;
    min-height: 500px;
}

.mct-main-image {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border: 7px solid #fff;
    border-radius: var(--mct-radius);
    box-shadow: 0 28px 55px rgba(15, 23, 42, .16);
}

.mct-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mct-device-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 195px;
    padding: 14px 17px;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 16px;
    background: rgba(255,255,255,.95);
    box-shadow: 0 18px 35px rgba(15,23,42,.16);
}

.mct-device-one {
    top: 35px;
    left: -25px;
}

.mct-device-two {
    right: -25px;
    top: 190px;
}

.mct-device-three {
    left: -25px;
    bottom: 35px;
}

.mct-device-icon {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: var(--mct-soft);
    color: var(--mct-primary);
    font-size: 11px;
    font-weight: 900;
}

.mct-device-card div {
    display: flex;
    flex-direction: column;
}

.mct-device-card strong {
    font-size: 13px;
}

.mct-device-card small {
    color: var(--mct-muted);
    font-size: 10px;
}


/* SECTION */

.mct-services {
    padding-top: 100px;
    padding-bottom: 100px;
}

.mct-section-heading {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}

.mct-section-heading span,
.mct-contact-content > span {
    display: inline-block;
    color: var(--mct-primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.mct-section-heading h2 {
    margin: 9px 0 0;
    font-size: clamp(31px, 4vw, 45px);
    line-height: 1.15;
    letter-spacing: -1.3px;
}

.mct-section-heading p {
    margin: 14px auto 0;
    color: var(--mct-muted);
    font-size: 15px;
}


/* SERVICES */

.mct-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.mct-service-card {
    position: relative;
    padding: 28px 26px;
    border: 1px solid var(--mct-border);
    border-radius: var(--mct-radius);
    background: rgba(255,255,255,.95);
    box-shadow: var(--mct-shadow);
    transition: transform .3s ease, border-color .3s ease;
}

.mct-service-card:hover {
    transform: translateY(-9px);
    border-color: rgba(2,132,199,.35);
}

.mct-service-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 16px;
    background: linear-gradient(
        135deg,
        rgba(2,132,199,.18),
        rgba(14,165,233,.10)
    );
    color: var(--mct-primary);
    font-size: 12px;
    font-weight: 900;
}

.mct-service-card h3 {
    margin: 0 0 12px;
    font-size: 19px;
    line-height: 1.35;
}

.mct-service-card p {
    margin: 0;
    color: rgba(15,23,42,.65);
    font-size: 14px;
    line-height: 1.65;
}

.mct-service-card > span {
    display: inline-block;
    margin-top: 20px;
    color: var(--mct-primary);
    font-size: 13px;
    font-weight: 800;
}


/* BRANDS */

.mct-brand-slider {
    width: 100%;
    overflow: hidden;
}

.mct-brand-track {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 16px;
    will-change: transform;
}

.mct-brand-track span {
    flex: 0 0 auto;
    min-width: 145px;
    padding: 16px 24px;
    border: 1px solid rgba(2, 132, 199, .15);
    border-radius: 999px;
    background: #ffffff;
    color: #0f172a;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(15, 23, 42, .07);
}

/* ADVANTAGES */

.mct-advantages {
    padding-top: 100px;
    padding-bottom: 80px;
}

.mct-advantage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.mct-advantage-grid article {
    padding: 28px;
    border: 1px solid var(--mct-border);
    border-radius: var(--mct-radius);
    background: #fff;
    box-shadow: var(--mct-shadow);
    transition: transform .3s ease;
}

.mct-advantage-grid article:hover {
    transform: translateY(-8px);
}

.mct-advantage-number {
    margin-bottom: 22px;
    color: var(--mct-primary);
    font-size: 13px;
    font-weight: 900;
}

.mct-advantage-grid h3 {
    margin: 0 0 12px;
    font-size: 18px;
}

.mct-advantage-grid p {
    margin: 0;
    color: var(--mct-muted);
    font-size: 13px;
    line-height: 1.7;
}


/* CTA */

.mct-cta {
    padding: 55px 0;
    background: linear-gradient(
        120deg,
        rgba(2,132,199,.17),
        rgba(14,165,233,.12)
    );
}

.mct-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

.mct-cta span {
    color: var(--mct-primary);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.6px;
}

.mct-cta h2 {
    max-width: 700px;
    margin: 8px 0 0;
    font-size: clamp(30px,4vw,42px);
    line-height: 1.15;
}

.mct-cta p {
    margin: 12px 0 0;
    color: var(--mct-muted);
}

.mct-cta-button {
    flex-shrink: 0;
    padding: 15px 30px;
    border-radius: 999px;
    background: #fff;
    color: var(--mct-text);
    font-weight: 900;
    box-shadow: var(--mct-shadow);
}


/* TESTIMONIALS */

.mct-testimonials {
    padding-top: 105px;
    padding-bottom: 95px;
}

.mct-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.mct-testimonial-grid article {
    padding: 30px;
    border: 1px solid var(--mct-border);
    border-radius: var(--mct-radius);
    background: #fff;
    box-shadow: var(--mct-shadow);
}

.mct-testimonial-grid p {
    margin: 0;
    color: rgba(15,23,42,.72);
    font-size: 15px;
    line-height: 1.75;
}

.mct-testimonial-grid strong {
    display: block;
    margin-top: 20px;
    color: var(--mct-primary);
    font-size: 13px;
}


/* CONTACT */

.mct-contact {
    padding: 105px 0 120px;
    background: rgba(241,245,249,.9);
    border-top: 1px solid var(--mct-border);
}

.mct-contact-grid {
    display: grid;
    grid-template-columns: 1fr .8fr;
    align-items: start;
    gap: 70px;
}

.mct-contact-content h2 {
    max-width: 650px;
    margin: 9px 0 0;
    font-size: clamp(32px,4vw,45px);
    line-height: 1.15;
}

.mct-contact-content > p {
    max-width: 680px;
    margin: 20px 0 0;
    color: var(--mct-muted);
    line-height: 1.75;
}

.mct-contact-content ul {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 15px;
}

.mct-contact-content li {
    color: var(--mct-text);
    font-size: 14px;
}

.mct-contact-content li strong {
    margin-right: 6px;
}

.mct-contact-content li a {
    color: var(--mct-primary);
    font-weight: 700;
}

.mct-contact-box {
    display: grid;
    gap: 16px;
}

.mct-contact-box > div {
    padding: 23px;
    border: 1px solid rgba(2,132,199,.16);
    border-radius: var(--mct-radius);
    background: rgba(255,255,255,.95);
    box-shadow: var(--mct-shadow);
}

.mct-contact-box span {
    display: block;
    margin-bottom: 7px;
    color: var(--mct-muted);
    font-size: 11px;
}

.mct-contact-box a,
.mct-contact-box strong {
    color: var(--mct-text);
    font-size: 17px;
    font-weight: 800;
}


/* FOOTER */

.mct-footer {
    padding: 60px 0 0;
    background: #0f172a;
    color: #e2e8f0;
}

.mct-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 45px;
    padding-bottom: 55px;
}

.mct-footer-brand a {
    font-size: 20px;
    font-weight: 800;
}

.mct-footer-brand a strong {
    color: #38bdf8;
}

.mct-footer-brand p {
    max-width: 330px;
    margin-top: 15px;
    color: rgba(226,232,240,.65);
    font-size: 13px;
    line-height: 1.7;
}

.mct-footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.mct-footer-column h3 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 14px;
}

.mct-footer-column a,
.mct-footer-column span {
    color: rgba(226,232,240,.65);
    font-size: 12px;
}

.mct-footer-column a:hover {
    color: #38bdf8;
}

.mct-footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(148,163,184,.18);
    color: rgba(226,232,240,.55);
    font-size: 11px;
    text-align: center;
}


/* FLOAT CALL */

.mct-call-float {
    position: fixed;
    right: 20px;
    bottom: 22px;
    z-index: 200;
    padding: 13px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg,#0ea5e9,#0284c7);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 12px 30px rgba(0,0,0,.23);
}


/* TABLET */

@media (max-width: 950px) {

    .mct-header-inner {
        flex-wrap: wrap;
        padding: 14px 0;
    }

    .mct-nav {
        order: 3;
        width: 100%;
        justify-content: center;
    }

    .mct-hero-inner {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .mct-hero-content {
        text-align: center;
    }

    .mct-hero-content > p {
        margin-left: auto;
        margin-right: auto;
    }

    .mct-hero-buttons,
    .mct-stats {
        justify-content: center;
    }

    .mct-hero-visual {
        width: min(700px,100%);
        margin: auto;
    }

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

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

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


/* MOBILE */

@media (max-width: 650px) {

    .mct-container {
        width: 92vw;
    }

    .mct-header-inner {
        min-height: 70px;
        gap: 12px;
    }

    .mct-logo {
        font-size: 16px;
    }

    .mct-header-phone {
        padding: 9px 12px;
        font-size: 11px;
    }

    .mct-nav {
        justify-content: flex-start;
        gap: 20px;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .mct-nav a {
        flex-shrink: 0;
        font-size: 12px;
    }

    .mct-hero {
        padding: 55px 0;
    }

    .mct-hero h1 {
        font-size: 38px;
        letter-spacing: -1.5px;
    }

    .mct-hero-content > p {
        font-size: 14px;
    }

    .mct-hero-buttons {
        flex-direction: column;
    }

    .mct-btn {
        width: 100%;
    }

    .mct-stats {
        gap: 15px;
        justify-content: space-between;
    }

    .mct-stat {
        text-align: center;
    }

    .mct-stat strong {
        font-size: 11px;
    }

    .mct-stat span {
        font-size: 9px;
    }

    .mct-hero-visual {
        min-height: 400px;
    }

    .mct-main-image {
        border-width: 4px;
    }

    .mct-device-card {
        min-width: 150px;
        padding: 10px;
    }

    .mct-device-one {
        left: -5px;
        top: 20px;
    }

    .mct-device-two {
        right: -5px;
        top: 155px;
    }

    .mct-device-three {
        left: -5px;
        bottom: 20px;
    }

    .mct-device-icon {
        width: 35px;
        height: 35px;
    }

    .mct-device-card strong {
        font-size: 11px;
    }

    .mct-device-card small {
        font-size: 8px;
    }

    .mct-services,
    .mct-advantages,
    .mct-testimonials {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .mct-section-heading {
        margin-bottom: 32px;
    }

    .mct-section-heading h2 {
        font-size: 30px;
    }

    .mct-service-grid,
    .mct-testimonial-grid,
    .mct-advantage-grid {
        grid-template-columns: 1fr;
    }

    .mct-brand-list span {
        min-width: 125px;
        padding: 12px 15px;
        font-size: 12px;
    }

    .mct-cta {
        padding: 55px 0;
    }

    .mct-cta-inner {
        display: block;
        text-align: center;
    }

    .mct-cta h2 {
        font-size: 30px;
    }

    .mct-cta-button {
        display: inline-flex;
        margin-top: 25px;
    }

    .mct-contact {
        padding: 70px 0;
    }

    .mct-contact-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .mct-contact-content h2 {
        font-size: 31px;
    }

    .mct-footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
        padding-bottom: 40px;
    }

    .mct-call-float {
        right: 12px;
        bottom: 12px;
        left: 12px;
        text-align: center;
    }
}


/* SMALL MOBILE */

@media (max-width: 380px) {

    .mct-hero h1 {
        font-size: 33px;
    }

    .mct-header-phone {
        font-size: 10px;
    }

    .mct-device-card {
        min-width: 135px;
    }
}