/* MK Trading China default theme */

:root {
    --mk-navy: #001f4a;
    --mk-navy-deep: #001632;
    --mk-gold: #c99119;
    --mk-gold-light: #f2bd52;
    --mk-text: #071f47;
    --mk-muted: #5d6672;
    --mk-white: #ffffff;
}

body {
    color: var(--mk-text);
    background: #ffffff;
    font-family: "Segoe UI", Arial, sans-serif;
}

.mk-site-header {
    position: relative;
    z-index: 20;
    background: linear-gradient(90deg, var(--mk-navy-deep), #002b62);
    box-shadow: 0 6px 18px rgba(0, 22, 50, 0.24);
}

.mk-top-bar {
    color: rgba(255, 255, 255, 0.9);
    background: rgba(0, 15, 34, 0.55);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.mk-top-bar-inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 8px 52px;
}

.mk-top-address {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.mk-top-address i {
    flex: 0 0 auto;
    color: var(--mk-gold-light);
}

.mk-top-address span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mk-language-control {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mk-language-label {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.mk-language-select {
    min-width: 74px;
    min-height: 32px;
    padding: 4px 28px 4px 10px;
    border: 1px solid rgba(242, 189, 82, 0.7);
    border-radius: 4px;
    color: var(--mk-white);
    background-color: rgba(0, 31, 74, 0.9);
    font-size: 13px;
    font-weight: 800;
}

.mk-language-select:focus {
    outline: 2px solid rgba(242, 189, 82, 0.8);
    outline-offset: 2px;
}

.mk-google-translate,
.goog-te-banner-frame,
.skiptranslate {
    display: none !important;
}

body {
    top: 0 !important;
}

.mk-main-nav {
    min-height: 123px;
    padding: 0;
    background: var(--mk-white);
    border-bottom: 1px solid rgba(7, 31, 71, 0.12);
}

.mk-nav-inner {
    min-height: 123px;
    padding: 0 52px;
}

.mk-brand {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--mk-text);
    text-decoration: none;
    min-width: 400px;
}

.mk-brand:hover {
    color: var(--mk-navy);
}

.mk-logo-image {
    max-height: 72px;
    width: auto;
}

.mk-logo-mark {
    display: inline-flex;
    align-items: center;
    color: var(--mk-gold-light);
    font-size: 64px;
    font-weight: 900;
    line-height: 1;
}

.mk-logo-copy {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
}

.mk-logo-title {
    color: var(--mk-text);
    font-size: 31px;
    font-weight: 800;
    line-height: 1;
}

.mk-logo-title strong {
    color: var(--mk-gold);
    font-weight: 900;
}

.mk-logo-subtitle {
    margin-top: 7px;
    color: var(--mk-muted);
    font-size: 15px;
    font-weight: 500;
}

.mk-nav-menu {
    align-items: center;
    gap: 24px;
}

.mk-nav-menu .nav-link {
    position: relative;
    padding: 48px 0 42px;
    color: var(--mk-text);
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}

.mk-nav-menu .nav-link:hover,
.mk-nav-menu .nav-link:focus,
.mk-nav-menu .nav-link.active {
    color: var(--mk-gold);
}

.mk-nav-menu .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 28px;
    height: 3px;
    background: var(--mk-gold);
}

.mk-navbar-toggler {
    border-color: rgba(7, 31, 71, 0.28);
}

.mk-navbar-toggler .navbar-toggler-icon {
    filter: none;
}

.mk-market-strip {
    min-height: 58px;
    padding: 7px 18px;
    color: #111111;
    background: #ffffff;
    border-bottom: 1px solid rgba(7, 31, 71, 0.12);
}

.mk-market-strip-inner {
    width: min(100%, 1400px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.mk-market-search {
    position: relative;
    flex: 0 1 760px;
    min-width: 260px;
    max-width: 760px;
    height: 38px;
    display: flex;
    align-items: center;
    overflow: visible;
    border: 1px solid #171717;
    border-radius: 999px;
    background: #ffffff;
}

.mk-market-search input {
    min-width: 0;
    flex: 1 1 auto;
    height: 100%;
    padding: 0 18px;
    border: 0;
    outline: 0;
    color: #111111;
    background: transparent;
    font-size: 14px;
}

.mk-market-search input::placeholder {
    color: #a4a7ad;
}

.mk-market-scan,
.mk-market-search-button {
    flex: 0 0 auto;
    width: 48px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
}

.mk-market-scan {
    color: #111111;
    background: transparent;
    font-size: 17px;
}

.mk-market-search-button {
    width: 54px;
    margin: 2px;
    height: calc(100% - 4px);
    border-radius: 999px;
    color: #ffffff;
    background: #1f2328;
    font-size: 18px;
}

.mk-ai-search-bar {
    position: relative;
    z-index: 40;
}

.mk-ajax-search-results {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 120;
    display: none;
    max-height: min(430px, 72vh);
    overflow-y: auto;
    padding: 8px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
}

.mk-ajax-search-results.is-open {
    display: block;
}

.mk-ajax-search-item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 8px;
    border-radius: 8px;
    color: #111111;
    text-decoration: none;
}

.mk-ajax-search-item:hover,
.mk-ajax-search-item:focus {
    color: #111111;
    background: #f5f6f8;
    text-decoration: none;
}

.mk-ajax-search-thumb {
    width: 52px;
    height: 52px;
    overflow: hidden;
    border-radius: 7px;
    background: #f1f1f1;
}

.mk-ajax-search-thumb img,
.mk-ajax-search-thumb span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    color: #8b919b;
}

.mk-ajax-search-copy {
    min-width: 0;
}

.mk-ajax-search-copy span,
.mk-ajax-search-copy small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mk-ajax-search-copy span {
    color: #171717;
    font-size: 13px;
    font-weight: 850;
}

.mk-ajax-search-copy small {
    margin-top: 3px;
    color: #687080;
    font-size: 11px;
    font-weight: 700;
}

.mk-ajax-search-item strong {
    color: #ff4d00;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.mk-ajax-search-all,
.mk-ajax-search-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-top: 4px;
    border-radius: 8px;
    color: #111111;
    background: #f5f6f8;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.mk-ajax-search-all:hover {
    color: #ff4d00;
    text-decoration: none;
}

.mk-market-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 26px;
}

.mk-market-action {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    color: #111111;
    background: transparent;
    text-decoration: none;
    white-space: nowrap;
}

.mk-market-action:hover,
.mk-market-action:focus {
    color: #111111;
}

.mk-market-user span {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.08;
}

.mk-market-locale {
    gap: 4px;
    font-size: 13px;
}

.mk-market-locale strong {
    font-size: 13px;
}

.mk-market-user i {
    font-size: 28px;
}

.mk-market-user small {
    color: #555b64;
    font-size: 11px;
    font-weight: 700;
}

.mk-market-user strong,
.mk-market-cart strong {
    color: #111111;
    font-size: 13px;
    font-weight: 900;
}

.mk-market-cart {
    gap: 7px;
}

.mk-market-cart-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.mk-market-cart-icon i {
    font-size: 25px;
}

.mk-market-cart-icon em {
    position: absolute;
    top: -10px;
    right: -13px;
    min-width: 22px;
    height: 16px;
    padding: 0 6px;
    border-radius: 999px;
    color: #ffffff;
    background: #111111;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
    line-height: 16px;
    text-align: center;
}

.mk-hero {
    position: relative;
    min-height: 675px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--mk-white);
}

.mk-hero-static {
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.82) 38%, rgba(255, 255, 255, 0.22) 56%, rgba(255, 255, 255, 0.02) 72%),
        url("../images/mk-trading-hero-scene.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.mk-hero-dynamic {
    display: block;
}

.mk-hero-carousel,
.mk-hero-carousel .carousel-inner,
.mk-hero-carousel .carousel-item,
.mk-hero-slide {
    min-height: inherit;
}

.mk-hero-slide {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.84) 38%, rgba(255, 255, 255, 0.28) 58%, rgba(255, 255, 255, 0.04) 78%),
        var(--mk-hero-image);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.mk-hero-slide-image-only {
    background-image: var(--mk-hero-image);
}

.mk-hero-indicators {
    bottom: 22px;
    margin-bottom: 0;
}

.mk-hero-indicators [data-bs-target] {
    width: 34px;
    height: 4px;
    border: 0;
    border-radius: 999px;
    background-color: rgba(7, 31, 71, 0.34);
    opacity: 1;
}

.mk-hero-indicators .active {
    background-color: var(--mk-gold);
}

.mk-hero-control {
    top: auto;
    bottom: 22px;
    left: auto;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(7, 31, 71, 0.14);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.84);
    opacity: 1;
}

.mk-hero-carousel .carousel-control-prev {
    right: 82px;
}

.mk-hero-carousel .carousel-control-next {
    right: 28px;
}

.mk-hero-control:hover,
.mk-hero-control:focus {
    background: rgba(255, 255, 255, 0.96);
}

.mk-hero-control .carousel-control-prev-icon,
.mk-hero-control .carousel-control-next-icon {
    width: 18px;
    height: 18px;
    filter: invert(14%) sepia(32%) saturate(1788%) hue-rotate(184deg) brightness(88%) contrast(95%);
}

.mk-hero-content {
    position: relative;
    width: min(860px, 58vw);
    margin-left: clamp(32px, 4vw, 66px);
    padding-top: 18px;
}

.mk-hero-kicker {
    width: 104px;
    height: 4px;
    margin-bottom: 26px;
    background: var(--mk-gold);
}

.mk-hero h1 {
    margin: 0 0 32px;
    color: var(--mk-navy-deep);
    font-size: clamp(54px, 5.15vw, 86px);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.mk-hero h1 span {
    color: var(--mk-gold);
}

.mk-hero h2 {
    margin: 0 0 22px;
    color: var(--mk-text);
    font-size: clamp(28px, 2.5vw, 41px);
    font-weight: 760;
    line-height: 1.15;
}

.mk-hero-services {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 22px;
    margin-bottom: 28px;
    color: var(--mk-text);
    font-size: clamp(18px, 1.8vw, 25px);
    font-weight: 760;
}

.mk-hero-services span:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 22px;
    border-radius: 50%;
    background: var(--mk-gold);
    vertical-align: middle;
}

.mk-hero p {
    margin: 0 0 30px;
    color: var(--mk-muted);
    font-size: clamp(18px, 1.45vw, 22px);
    line-height: 1.45;
    font-weight: 400;
}

.mk-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.mk-btn {
    min-width: 250px;
    min-height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 28px;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 850;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.mk-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.mk-btn-primary {
    color: var(--mk-white);
    background: var(--mk-navy);
    box-shadow: 0 12px 28px rgba(0, 31, 74, 0.28);
}

.mk-btn-primary:hover {
    color: var(--mk-white);
    background: #002e6d;
}

.mk-btn-outline {
    color: var(--mk-text);
    background: rgba(255, 255, 255, 0.82);
    border: 2px solid var(--mk-gold);
}

.mk-btn-outline:hover {
    color: var(--mk-text);
    background: #fff8ea;
}

.mk-btn i:first-child {
    font-size: 30px;
}

.mk-btn-outline i {
    color: var(--mk-gold);
}

.mk-trust-strip {
    display: grid;
    grid-template-columns: 1fr 1fr 1.08fr 1fr 1.45fr;
    align-items: center;
    min-height: 145px;
    padding: 24px 62px 28px;
    color: var(--mk-white);
    background: linear-gradient(90deg, var(--mk-navy-deep), #00295f);
}

.mk-trust-item {
    min-height: 74px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.mk-trust-item i,
.mk-trust-cta i {
    color: var(--mk-gold-light);
    font-size: 45px;
}

.mk-trust-item strong {
    display: block;
    margin-bottom: 6px;
    color: var(--mk-white);
    font-size: 14px;
    font-weight: 850;
    text-transform: uppercase;
}

.mk-trust-item span {
    display: block;
    max-width: 190px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    line-height: 1.45;
}

.mk-trust-cta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    min-height: 88px;
    padding-left: 40px;
    color: var(--mk-white);
}

.mk-trust-cta i {
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 5px solid rgba(242, 189, 82, 0.95);
    border-radius: 50%;
    font-size: 42px;
}

.mk-trust-cta strong {
    font-size: 22px;
    line-height: 1.18;
}

.mk-trust-cta span {
    color: var(--mk-gold-light);
}

.section-title {
    color: var(--mk-text);
    font-weight: 800;
}

.featured-categories,
.featured-products {
    padding-top: 32px;
}

.mansa-footer.mk-footer-old {
    display: none !important;
}

footer.mansa-footer.mk-footer {
    padding: 0 !important;
    color: #d9dbe2 !important;
    background: #3f424d !important;
}

.mk-footer-main {
    max-width: 1140px;
    margin: 0 auto;
    padding: 48px 28px 44px;
}

.mk-footer-grid {
    display: grid;
    grid-template-columns: 1.15fr 1.15fr 1.15fr 1.15fr 1.28fr;
    gap: 36px;
}

.mk-footer-stack {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

footer.mansa-footer.mk-footer .mk-footer-column h6,
footer.mansa-footer.mk-footer .mk-footer-action h6 {
    margin: 0 0 14px;
    padding-bottom: 12px;
    color: #ffffff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
}

.mk-footer-column ul {
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 0;
    margin: 0;
    list-style: none;
}

footer.mansa-footer.mk-footer .mk-footer-column a {
    color: rgba(255, 255, 255, 0.62) !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
}

footer.mansa-footer.mk-footer .mk-footer-column a:hover,
footer.mansa-footer.mk-footer .mk-footer-social-icons a:hover {
    color: #ffffff !important;
}

.mk-footer-action {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

footer.mansa-footer.mk-footer .mk-footer-subscribe {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 14px;
    margin-bottom: 18px;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
}

footer.mansa-footer.mk-footer .mk-footer-subscribe:hover {
    color: #3f424d !important;
    background: #ffffff;
}

.mk-footer-social,
.mk-footer-payments {
    width: 100%;
}

.mk-footer-social {
    margin-bottom: 28px;
}

.mk-footer-social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

footer.mansa-footer.mk-footer .mk-footer-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: #ffffff !important;
    font-size: 15px;
    text-decoration: none;
}

.mk-payment-grid {
    display: grid;
    grid-template-columns: repeat(4, 42px);
    gap: 7px;
}

footer.mansa-footer.mk-footer .mk-payment-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 23px;
    padding: 3px 4px;
    color: #1f376f !important;
    background: #ffffff;
    border-radius: 2px;
    font-size: 8px;
    font-weight: 900;
    line-height: 1;
}

footer.mansa-footer.mk-footer .mk-payment-grid span:nth-child(2) {
    color: #ffffff !important;
    background: linear-gradient(90deg, #ec1c24 0 50%, #f7941d 50%);
}

footer.mansa-footer.mk-footer .mk-payment-grid span:nth-child(4) {
    color: #7a2549 !important;
    background: #f6d8e6;
}

footer.mansa-footer.mk-footer .mk-payment-grid span:nth-child(7) {
    color: #ffffff !important;
    background: #2473bd;
}

.mk-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 44px;
    padding: 10px 24px;
    color: rgba(255, 255, 255, 0.45);
    background: #3b3e49;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.mk-footer-divider {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.24);
}

@media (max-width: 1280px) {
    .mk-top-bar-inner {
        padding: 8px 28px;
    }

    .mk-footer-main {
        max-width: 100%;
        padding-inline: 34px;
    }

    .mk-footer-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 30px;
    }

    .mk-footer-action {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 220px 1fr 1fr;
        align-items: start;
        gap: 22px 34px;
    }

    .mk-footer-action .mk-footer-subscribe {
        grid-column: 1;
    }

    .mk-footer-social {
        grid-column: 2;
        margin-bottom: 0;
    }

    .mk-footer-payments {
        grid-column: 3;
    }

    .mk-nav-inner {
        padding: 0 28px;
    }

    .mk-market-strip {
        padding-inline: 28px;
    }

    .mk-market-strip-inner {
        gap: 18px;
    }

    .mk-market-actions {
        gap: 18px;
    }

    .mk-brand {
        min-width: 330px;
    }

    .mk-logo-title {
        font-size: 25px;
    }

    .mk-nav-menu {
        gap: 16px;
    }

    .mk-nav-menu .nav-link {
        font-size: 15px;
    }

    .mk-trust-strip {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .mk-trust-item {
        border-right: 0;
    }

    .mk-trust-cta {
        justify-content: flex-start;
        grid-column: span 2;
        padding-left: 0;
    }
}

@media (max-width: 991.98px) {
    .mk-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mk-footer-action {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mk-footer-action .mk-footer-subscribe {
        grid-column: 1;
    }

    .mk-footer-social,
    .mk-footer-payments {
        grid-column: 2;
    }

    .mk-main-nav,
    .mk-nav-inner {
        min-height: 92px;
    }

    .mk-nav-inner {
        padding: 14px 22px;
    }

    .mk-market-strip {
        padding: 10px 22px 14px;
    }

    .mk-market-strip-inner {
        flex-wrap: wrap;
        gap: 12px;
    }

    .mk-market-search {
        flex-basis: 100%;
        max-width: none;
        order: 2;
    }

    .mk-market-actions {
        width: 100%;
        order: 1;
        justify-content: space-between;
        gap: 12px;
    }

    .mk-market-action {
        min-height: 34px;
    }

    .mk-brand {
        min-width: 0;
    }

    .mk-logo-mark {
        font-size: 42px;
    }

    .mk-logo-title {
        font-size: 21px;
    }

    .mk-logo-subtitle {
        font-size: 11px;
    }

    .mk-nav-menu {
        align-items: flex-start;
        gap: 0;
        padding: 20px 0 8px;
    }

    .mk-nav-menu .nav-link {
        padding: 12px 0;
    }

    .mk-nav-menu .nav-link.active::after {
        bottom: 4px;
        width: 52px;
        right: auto;
    }

    .mk-hero {
        min-height: 620px;
        background-position: 64% center;
    }

    .mk-hero-content {
        width: min(720px, calc(100% - 48px));
        margin-left: 24px;
    }

    .mk-trust-strip {
        padding: 24px;
    }
}

@media (max-width: 767.98px) {
    .mk-footer-main {
        padding: 36px 22px 34px;
    }

    .mk-footer-grid,
    .mk-footer-action {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .mk-footer-action .mk-footer-subscribe,
    .mk-footer-social,
    .mk-footer-payments {
        grid-column: 1;
    }

    .mk-payment-grid {
        grid-template-columns: repeat(4, minmax(38px, 46px));
    }

    .mk-footer-bottom {
        flex-direction: column;
        gap: 6px;
    }

    .mk-footer-divider {
        display: none;
    }

    .mk-top-bar-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        padding: 10px 22px;
    }

    .mk-top-address {
        width: 100%;
    }

    .mk-top-address span {
        white-space: normal;
    }

    .mk-language-control {
        width: 100%;
        justify-content: space-between;
    }

    .mk-language-select {
        min-width: 86px;
    }

    .mk-hero {
        min-height: auto;
        padding: 78px 0 70px;
    }

    .mk-hero-static {
        background-image:
            linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 62%, rgba(255, 255, 255, 0.32) 100%),
            url("../images/mk-trading-hero-scene.png");
        background-position: 70% center;
    }

    .mk-hero-dynamic {
        padding: 0;
    }

    .mk-hero-slide {
        min-height: 540px;
        padding: 78px 0 70px;
        background-image:
            linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 62%, rgba(255, 255, 255, 0.32) 100%),
            var(--mk-hero-image);
        background-position: 70% center;
    }

    .mk-hero-slide-image-only {
        background-image: var(--mk-hero-image);
    }

    .mk-hero-carousel .carousel-control-prev {
        right: 70px;
    }

    .mk-hero-carousel .carousel-control-next {
        right: 16px;
    }

    .mk-hero-content {
        width: calc(100% - 32px);
        margin-left: 16px;
    }

    .mk-hero h1 {
        font-size: clamp(44px, 15vw, 70px);
        white-space: normal;
    }

    .mk-hero-services {
        gap: 10px 14px;
    }

    .mk-hero-services span:not(:last-child)::after {
        margin-left: 14px;
    }

    .mk-hero-actions {
        gap: 16px;
    }

    .mk-btn {
        width: 100%;
        min-width: 0;
        min-height: 62px;
    }

    .mk-trust-strip {
        grid-template-columns: 1fr;
    }

    .mk-trust-item,
    .mk-trust-cta {
        grid-column: auto;
        padding: 0;
    }
}

@media (max-width: 520px) {
    .mk-logo-copy {
        display: none;
    }

    .mk-market-strip {
        padding-inline: 14px;
    }

    .mk-market-actions {
        gap: 10px;
    }

    .mk-market-locale {
        display: none;
    }

    .mk-market-user {
        min-width: 0;
        flex: 1 1 auto;
    }

    .mk-market-user span {
        min-width: 0;
    }

    .mk-market-user strong {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mk-hero-kicker {
        margin-bottom: 18px;
    }

    .mk-hero h1 {
        margin-bottom: 22px;
    }

    .mk-hero p br {
        display: block;
    }
}
