.mct-home-hero {
    padding: 28px 0 18px;
}

.mct-home-hero__card {
    position: relative;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    min-height: 430px;
    overflow: hidden;
    border-radius: 28px;
    background:
        radial-gradient(circle at 83% 28%, rgba(18, 105, 211, .28), transparent 26%),
        linear-gradient(135deg, #061a39 0%, #082a59 52%, #073f80 100%);
    box-shadow: 0 20px 52px rgba(7, 26, 54, .18);
}

.mct-home-hero__card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image:
        linear-gradient(120deg, transparent 0 48%, rgba(255,255,255,.08) 49%, transparent 50%),
        linear-gradient(30deg, transparent 0 48%, rgba(255,255,255,.05) 49%, transparent 50%);
    background-size: 90px 90px;
    pointer-events: none;
}

.mct-home-hero__content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 54px 20px 54px 58px;
    color: #fff;
}

.mct-home-hero__badge {
    align-self: flex-start;
    margin-bottom: 18px;
    padding: 7px 12px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: #dcecff;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.mct-home-hero h1 {
    max-width: 700px;
    margin: 0;
    font-size: clamp(2.55rem, 5vw, 4.9rem);
    line-height: .99;
    letter-spacing: -.055em;
}

.mct-home-hero p {
    max-width: 680px;
    margin: 24px 0 0;
    color: #d9e8f7;
    font-size: 1.02rem;
    line-height: 1.75;
}

.mct-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.mct-home-btn {
    display: inline-flex;
    min-height: 49px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 18px;
    border-radius: 12px;
    font-size: .94rem;
    font-weight: 900;
    transition: transform .2s ease, box-shadow .2s ease;
}

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

.mct-home-btn--primary {
    background: #ef861b;
    color: #fff;
    box-shadow: 0 10px 24px rgba(239, 134, 27, .28);
}

.mct-home-btn--light {
    background: #fff;
    color: #0b2b55;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

.mct-home-hero__visual {
    position: relative;
    z-index: 2;
    min-height: 430px;
}

.mct-home-network {
    position: absolute;
    border: 1px dashed rgba(78, 182, 255, .38);
    border-radius: 50%;
}

.mct-home-network--one {
    width: 360px;
    height: 260px;
    left: 20px;
    top: 80px;
    transform: rotate(-8deg);
}

.mct-home-network--two {
    width: 280px;
    height: 210px;
    right: 10px;
    top: 120px;
    transform: rotate(15deg);
}

.mct-home-store {
    position: absolute;
    left: 50%;
    top: 52%;
    width: 170px;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 18px 18px rgba(0,0,0,.24));
}

.mct-home-store__roof {
    width: 146px;
    height: 42px;
    margin: 0 auto;
    transform: skewX(-10deg);
    border-radius: 8px 8px 3px 3px;
    background: linear-gradient(#f8fbff, #ccd8e5);
}

.mct-home-store__awning {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 158px;
    height: 42px;
    margin: -4px auto 0;
    overflow: hidden;
    border-radius: 5px 5px 12px 12px;
}

.mct-home-store__awning span:nth-child(odd) { background: #ef861b; }
.mct-home-store__awning span:nth-child(even) { background: #fff; }

.mct-home-store__body {
    position: relative;
    width: 142px;
    height: 126px;
    margin: -2px auto 0;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(135deg, #eaf0f6, #b9c7d8);
}

.mct-home-store__window {
    position: absolute;
    left: 14px;
    top: 29px;
    width: 70px;
    height: 55px;
    border: 6px solid #fff;
    background: linear-gradient(135deg, #55a7df, #0d4776);
}

.mct-home-store__door {
    position: absolute;
    right: 14px;
    bottom: 0;
    width: 34px;
    height: 75px;
    border: 5px solid #fff;
    background: #174e79;
}

.mct-home-device--laptop {
    position: absolute;
    right: 16px;
    bottom: 55px;
    width: 145px;
    transform: rotate(7deg);
}

.mct-home-device__screen {
    display: grid;
    place-items: center;
    height: 85px;
    border: 7px solid #8ca3ba;
    border-radius: 8px 8px 3px 3px;
    background: #102c53;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 950;
}

.mct-home-device__base {
    width: 165px;
    height: 14px;
    margin-left: -10px;
    transform: perspective(60px) rotateX(35deg);
    border-radius: 3px 3px 9px 9px;
    background: #bac8d7;
}

.mct-home-device--phone {
    position: absolute;
    right: 8px;
    top: 210px;
    width: 28px;
    height: 55px;
    transform: rotate(30deg);
    border: 4px solid #b7cae0;
    border-radius: 7px;
    background: #135087;
}

.mct-home-cart {
    position: absolute;
    left: 65px;
    bottom: 70px;
    font-size: 4.1rem;
    transform: rotate(-8deg);
    filter: drop-shadow(0 12px 10px rgba(0,0,0,.22));
}

.mct-home-floating {
    position: absolute;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 16px;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 950;
    box-shadow: 0 12px 26px rgba(0,0,0,.24);
}

.mct-home-floating--jobs { left: 72px; top: 45px; background: linear-gradient(135deg,#24c071,#0c8f4d); }
.mct-home-floating--academy { left: 50%; top: 16px; background: linear-gradient(135deg,#9a5fe0,#6235b2); }
.mct-home-floating--pay { right: 58px; top: 58px; background: linear-gradient(135deg,#2879e9,#1251b7); }
.mct-home-floating--money { right: 12px; top: 146px; background: linear-gradient(135deg,#ff9d1f,#e97000); }
.mct-home-floating--cloud { left: 0; top: 142px; background: linear-gradient(135deg,#30b9e8,#1b84bd); }
.mct-home-floating--ai { left: 54px; bottom: 12px; background: linear-gradient(135deg,#19b9be,#11828b); }

.mct-home-actions {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 0;
    margin-bottom: 50px;
}

.mct-home-action-card {
    display: flex;
    min-height: 218px;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    border: 1px solid #dce5ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(7, 26, 54, .07);
}

.mct-home-action-card__icon {
    min-height: 44px;
    font-size: 2rem;
}

.mct-home-action-card h2 {
    margin: 10px 0 7px;
    color: #0b2344;
    font-size: 1.08rem;
    line-height: 1.25;
}

.mct-home-action-card p {
    margin: 0;
    color: #667085;
    font-size: .91rem;
    line-height: 1.55;
}

.mct-home-action-card a {
    margin-top: auto;
    padding-top: 18px;
    color: #0871df;
    font-size: .91rem;
    font-weight: 900;
}

.mct-home-action-card a span {
    margin-left: 3px;
}

.mct-home-services {
    padding: 6px 0 50px;
}

.mct-home-section-title {
    margin-bottom: 24px;
    text-align: center;
}

.mct-home-section-title h2 {
    margin: 0;
    color: #0a2245;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.mct-home-section-title span {
    display: block;
    width: 42px;
    height: 3px;
    margin: 11px auto 0;
    border-radius: 999px;
    background: #1374df;
}

.mct-home-services__grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 12px;
}

.mct-home-service-card {
    display: flex;
    min-height: 188px;
    flex-direction: column;
    align-items: center;
    padding: 18px 12px;
    border: 1px solid #dce5ef;
    border-radius: 14px;
    background: #fff;
    text-align: center;
    box-shadow: 0 8px 22px rgba(7,26,54,.05);
}

.mct-home-service-card__icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg,#1673e4,#0853b9);
    color: #fff;
    font-size: 1.45rem;
}

.mct-home-service-card:nth-child(2) .mct-home-service-card__icon { background: linear-gradient(135deg,#2dbf6e,#0a8d4d); }
.mct-home-service-card:nth-child(3) .mct-home-service-card__icon { background: linear-gradient(135deg,#ff9d23,#e76f00); }
.mct-home-service-card:nth-child(4) .mct-home-service-card__icon { background: linear-gradient(135deg,#ffc01d,#e99c00); }
.mct-home-service-card:nth-child(5) .mct-home-service-card__icon { background: linear-gradient(135deg,#a05de2,#6236b9); }
.mct-home-service-card:nth-child(6) .mct-home-service-card__icon { background: linear-gradient(135deg,#27b5bd,#0b7e8d); }
.mct-home-service-card:nth-child(7) .mct-home-service-card__icon { background: linear-gradient(135deg,#3180ef,#1256c1); }
.mct-home-service-card:nth-child(8) .mct-home-service-card__icon { background: linear-gradient(135deg,#f15050,#cd2525); }

.mct-home-service-card h3 {
    margin: 12px 0 7px;
    color: #0a2245;
    font-size: .96rem;
}

.mct-home-service-card p {
    margin: 0;
    color: #59687b;
    font-size: .75rem;
    line-height: 1.45;
}

.mct-home-service-card a,
.mct-home-service-card > span {
    margin-top: auto;
    padding-top: 12px;
    color: #0871df;
    font-size: .76rem;
    font-weight: 900;
}

.mct-home-service-card > span {
    color: #8a96a8;
}

@media (max-width: 1120px) {
    .mct-home-services__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .mct-home-hero__card {
        grid-template-columns: 1fr;
    }

    .mct-home-hero__content {
        padding: 46px 32px 20px;
    }

    .mct-home-hero__visual {
        min-height: 350px;
    }

    .mct-home-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .mct-home-hero {
        padding-top: 16px;
    }

    .mct-home-hero__card {
        border-radius: 21px;
    }

    .mct-home-hero__content {
        padding: 34px 22px 12px;
    }

    .mct-home-hero__visual {
        min-height: 300px;
        transform: scale(.88);
        transform-origin: center top;
    }

    .mct-home-actions,
    .mct-home-services__grid {
        grid-template-columns: 1fr;
    }

    .mct-home-action-card {
        min-height: 190px;
    }

    .mct-home-service-card {
        min-height: 165px;
    }
}
