/* ===== Mediakit Page ===== */


/* Logo and burger always white on mediakit */

.mk-header__logo {
    color: #ffffff;
}

.mk-burger__icon,
.mk-burger__close {
    color: #ffffff;
}

.mk-nav-overlay__top .mk-header__logo {
    color: #ffffff;
}


/* ===== Banner section ===== */

.mk-banner {
    position: relative;
    width: 100%;
    background: #51D71B;
    height: 650px;
}

.mk-banner__inner {
    max-width: 1280px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 108px 80px 60px;
}

.mk-banner__title {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 67.17px;
    line-height: 1;
    letter-spacing: -0.06em;
    color: #041C1C;
}

.mk-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 60px;
    overflow-x: hidden;
}

.mk-container {
    width: 100%;
    max-width: 315px;
    padding: 0;
    margin: 0 auto;
}

@media (min-width: 769px) {
    .mk-container {
        max-width: 380px;
        padding: 0;
    }
}

@media (min-width: 1280px) {
    .mk-banner__inner {
        padding-left: 0;
        padding-right: 0;
    }
}


/* ===== Sections ===== */

.mk-section {
    width: 100%;
    padding: 25px 0;
    border-top: 1px solid var(--line);
}

.mk-section--reviews {
    overflow: visible;
}

#formats,
#placement {
    color: #041C1C;
    border-top: none;
    scroll-margin-top: 90px;
}

#placement {
    padding-bottom: 20px !important;
}

#formats .mk-section__title {
    color: #041C1C;
    margin-bottom: 30px;
}

#formats .mk-format-item:first-child .mk-format-btn {
    padding-top: 0;
}

#formats .mk-format-item:last-child .mk-format-btn{
    padding-bottom: 0;
}

#formats .mk-container,
#placement .mk-container {
    background: #ffffff;
    border-radius: 16px;
    padding: 44px 32px 44px;
    color: #041C1C;
}

#audience {
    border-top: none;
    padding-top: 25px;
    scroll-margin-top: 90px;
}

#audience .mk-section__title {
    margin-bottom: 40px;
}

#audience .mk-container {
    border: 1px solid #1C3B3B;
    border-radius: 20px;
    padding: 44px 32px;
    background: none;
}

.mk-section__title {
    margin: 0 0 20px;
    font-family: Arial, sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.06em;
    color: #ffffff;
}

.mk-section__text {
    margin: 0 0 32px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.6);
}

#engagement .mk-section__text {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: #ffffff;
    margin-bottom: 30px;
}

#engagement,
#reviews {
    border-top: none;
}

#reviews {
    padding-bottom: 10px;
}

#reviews .mk-section__text {
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: #ffffff;
    margin-bottom: 40px;
}

#reviews .mk-section__title {
    margin-bottom: 20px;
}

#engagement .mk-section__title {
    margin-bottom: 20px;
}


/* ===== Hero ===== */

.mk-hero {
    width: 100%;
    padding: 50px 0 25px;
}

.mk-hero .mk-container {
    background: #FFFFFF1A;
    border-radius: 16px;
    padding: 44px 32px;
    overflow: hidden;
}

.mk-eyebrow {
    margin: 0 0 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #42A5F5;
    font-family: var(--font-foot);
}

.mk-hero__title {
    margin: 0 0 20px;
    font-family: Arial, sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.06em;
    color: #ffffff;
}

.mk-hero__body {
    display: flex;
}

.mk-hero__info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.mk-hero__name-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mk-hero__name {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.mk-hero__handle {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: -0.02em;
}

.mk-hero__bio {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: #ffffff80;
}

.mk-hero__bio+.mk-hero__bio {
    margin-top: 10px;
}

.mk-hero [data-i18n="mk-s1-bio"] {
    font-size: 16px;
    color: #ffffff;
}

.mk-readmore[hidden] {
    display: none;
}

.mk-readmore {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    color: #42A5F5;
    background: none;
    border: none;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.03em;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s;
    -webkit-tap-highlight-color: transparent;
}

.mk-hero .mk-readmore {
    color: #ffffff;
    margin-top: 20px;
    transition: opacity 0.2s, margin-top 0.4s ease;
}

.mk-hero .mk-readmore[aria-expanded="true"] {
    margin-top: 0;
}

.mk-readmore:hover {
    opacity: 0.75;
}

.mk-readmore::after {
    content: '';
    display: inline-block;
    flex-shrink: 0;
    width: 13px;
    height: 15px;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='15' viewBox='0 0 13 15' fill='none'%3E%3Cpath d='M12.2778 7.94434L6.49999 13.7221L0.722216 7.94434' stroke='black' stroke-width='1.44444' stroke-linecap='round'/%3E%3Cpath d='M7.22222 0.722168C7.22222 0.323296 6.89887 -5.42402e-05 6.5 -5.42402e-05C6.10113 -5.42402e-05 5.77778 0.323296 5.77778 0.722168L6.5 0.722168L7.22222 0.722168ZM6.5 0.722168L5.77778 0.722168L5.77778 12.9999H6.5H7.22222L7.22222 0.722168L6.5 0.722168Z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='15' viewBox='0 0 13 15' fill='none'%3E%3Cpath d='M12.2778 7.94434L6.49999 13.7221L0.722216 7.94434' stroke='black' stroke-width='1.44444' stroke-linecap='round'/%3E%3Cpath d='M7.22222 0.722168C7.22222 0.323296 6.89887 -5.42402e-05 6.5 -5.42402e-05C6.10113 -5.42402e-05 5.77778 0.323296 5.77778 0.722168L6.5 0.722168L7.22222 0.722168ZM6.5 0.722168L5.77778 0.722168L5.77778 12.9999H6.5H7.22222L7.22222 0.722168L6.5 0.722168Z' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: transform 0.3s ease;
}

.mk-readmore[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

#bio-toggle[aria-expanded="true"]::after {
    display: none;
}

#bio-toggle[aria-expanded="true"] .mk-readmore__text {
    display: none;
}


/* Bio expandable block */

.mk-bio-extra {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 0.4s ease;
    margin-top: 10px;
}

.mk-bio-extra.is-open {
    grid-template-rows: 1fr;
}

.mk-bio-extra__inner {
    min-height: 0;
    overflow: hidden;
}

@media (max-width: 768px) {
    .mk-bio-extra.is-open .mk-bio-extra__inner {
        padding-bottom: 12px;
    }
}

.mk-bio-brands {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-top: 28px;
    overflow-x: auto;
    scrollbar-width: none;
    width: calc(100% + 64px);
    margin-left: -32px;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    user-select: none;
    -webkit-user-select: none;
    cursor: grab;
}

.mk-bio-brands[hidden] {
    display: none;
}

.mk-bio-brands::-webkit-scrollbar {
    display: none;
}

.mk-bio-brand {
    object-fit: contain;
    flex-shrink: 0;
    pointer-events: none;
}

.mk-bio-brand--paysend {
    width: 98px;
    height: 19px;
}

.mk-bio-brand--cocacola {
    width: 89px;
    height: 28px;
}

.mk-bio-brand--westernunion {
    width: 90px;
    height: 21px;
}

.mk-bio-brand--aviasales {
    width: 134px;
    height: 28px;
}

.mk-bio-brand--unicef {
    width: 108px;
    height: 26px;
}

.mk-bio-brand--samsung {
    width: 98px;
    height: 15px;
}

.mk-bio-brand--sberbank {
    width: 130px;
    height: 20px;
}


/* ===== Audience Stats ===== */

.mk-audience {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.mk-stat-block__title {
    margin: 0 0 20px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.03em;
    text-transform: none;
    color: #ffffff66;
}


/* Age rows */

.mk-age-rows {
    display: flex;
    flex-direction: column;
    box-shadow: 0 -1px 0 0 var(--line);
}

.mk-age-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0 15px;
    box-shadow: 0 1px 0 0 var(--line);
}

.mk-age-row__gender {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.mk-age-row__range {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--text);
}


/* Alt bar colour for females */

.mk-bar-fill--alt {
    background: rgba(255, 255, 255, 0.45);
}


/* Accent colour for Tajikistan */

.mk-bar-fill.mk-bar-fill--accent {
    background: #51D71B;
}

.mk-bar-row__val.mk-bar-row__val--accent {
    color: #51D71B;
}


/* Geo tabs (Страны / Города) */

.mk-geo-tabs {
    position: relative;
    display: flex;
    gap: 4px;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 100px;
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.mk-geo-indicator {
    position: absolute;
    top: 4px;
    left: 4px;
    height: calc(100% - 8px);
    border-radius: 100px;
    background: white;
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1), width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.mk-geo-tab {
    flex: 1;
    padding: 8px 20px;
    border: none;
    border-radius: 100px;
    background: transparent;
    color: rgba(255, 255, 255, 0.45);
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.02em;
    cursor: pointer;
    position: relative;
    transition: color 0.3s;
    -webkit-tap-highlight-color: transparent;
}

.mk-geo-tab.active {
    background: transparent;
    color: #041C1C;
}

.mk-geo-panel[hidden] {
    display: none;
}

.mk-geo-panel .mk-bar-row__label {
    font-size: 14px;
}

.mk-geo-panel .mk-bar-row {
    gap: 6px;
}

.mk-geo-panel .mk-bars {
    gap: 17.5px;
}


/* Bars */

.mk-bars {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mk-bar-row {
    display: flex;
    flex-direction: column;
    gap: 6.5px;
}

.mk-bar-row__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mk-bar-row__label {
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.mk-bar-row__val {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.mk-bar-track {
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 100px;
    overflow: hidden;
}

.mk-bar-fill {
    height: 100%;
    background: #ffffff;
    border-radius: 100px;
    width: 0;
    transition: width 3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (prefers-reduced-motion: reduce) {
    .mk-bar-fill {
        transition: none;
    }
}


/* ===== CTA Section ===== */

.mk-cta-section {
    width: 100%;
    padding: 25px 0;
}

.mk-cta-card {
    background: linear-gradient(180deg, #1D3232 0%, rgba(29, 50, 50, 0) 100%);
    border: 1px solid rgba(66, 165, 245, 0.25);
    border-radius: 24px;
    padding: 44px 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mk-cta-card__title {
    margin: 0 0 12px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.06em;
    text-align: center;
    color: #51D71B;
}

.mk-cta-card__sub {
    margin: 0 0 20px;
    font-family: Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.06em;
    text-align: center;
    color: #ffffff;
}

.mk-cta-card__text {
    margin: 0 0 32px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.03em;
    text-align: center;
    color: #ffffff;
}

.mk-cta-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 15px;
    width: 316px;
    height: 75px;
    padding: 0;
    background: #51D71B;
    color: #041C1C;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    border-radius: 100px;
    transition: opacity 0.2s, transform 0.15s;
}

.mk-cta-card__btn:hover {
    opacity: 0.9;
}

.mk-cta-card__note {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.03em;
    text-align: center;
    color: #ffffff4d;
}


/* ===== Engagement Split Block ===== */

.mk-engagement-split {
    display: flex;
    flex-direction: column;
}

.mk-engagement-top {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-bottom: 32px;
    border-bottom: 1px solid #1C3B3B;
}

.mk-engagement-top__label {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: #FFFFFF4D;
}

.mk-engagement-top__value {
    font-family: 'Manrope', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #51D71B;
}

.mk-engagement-bottom {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "label label" "value sub";
    gap: 12px 12px;
    align-items: end;
    padding-top: 32px;
}

.mk-engagement-bottom__left {
    display: contents;
}

.mk-engagement-bottom__label {
    grid-area: label;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #FFFFFF4D;
}

.mk-engagement-bottom__value {
    grid-area: value;
    font-family: 'Manrope', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #ffffff;
    white-space: nowrap;
}

.mk-engagement-bottom__sub {
    grid-area: sub;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #FFFFFF4D;
    text-align: left;
    max-width: none;
}


/* ===== Engagement Grid ===== */

/* Mobile: match container width so slides are same width as other blocks */
.mk-engagement-grid {
    width: 100%;
    max-width: 315px;
    margin: 0 auto;
}

/* Desktop: override Swiper, show all 3 as static row */
@media (min-width: 769px) {
    .mk-engagement-grid.swiper {
        overflow: visible;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .mk-engagement-grid .swiper-wrapper {
        display: flex;
        gap: 12px;
        justify-content: center;
        transform: none !important;
        transition: none !important;
    }
    .mk-engagement-slide {
        flex: 0 0 380px;
        width: 380px;
        min-width: 0;
    }
}

.mk-engagement-slide {
    flex-shrink: 0;
    min-width: 100%;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #1C3B3B;
    border-radius: 20px;
    padding: 44px 32px;
    background: #132A2A;
}


/* ===== Engagement Stats ===== */

.mk-stats-row {
    display: flex;
    gap: 40px;
    margin-top: 32px;
}

.mk-stat {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mk-stat__value {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.06em;
    color: #42A5F5;
    line-height: 1;
}

.mk-stat__label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    font-family: var(--font-foot);
    font-weight: 500;
}


/* ===== Ad Formats ===== */

.mk-formats {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.mk-format-item {
    border-bottom: 1px solid #041C1C1A;
}

.mk-format-item:last-of-type{
    border: 0;
}


/* Static rows (no accordion) */

.mk-format-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
    gap: 16px;
}

.mk-format-row__name {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.mk-format-row__price {
    font-size: 17px;
    font-weight: 700;
    color: #42A5F5;
    letter-spacing: -0.03em;
    flex-shrink: 0;
}


/* Currency tabs (USD / TJS) */

.mk-currency-tabs {
    position: relative;
    display: flex;
    background: #DFDFDF;
    border-radius: 100px;
    height: 40px;
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.mk-currency-indicator {
    position: absolute;
    top: 4px;
    left: 4px;
    height: 32px;
    border-radius: 50px;
    background: #FFFFFF;
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1), width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.mk-currency-tab {
    flex: 1;
    height: 32px;
    border-radius: 50px;
    border: none;
    background: transparent;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #041C1C;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}

.mk-currency-tab.active {
    background: transparent;
}


/* Expandable row */

.mk-format-btn {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 17px 0 17px;
    background: none;
    border: none;
    color: #041C1C;
    cursor: pointer;
    font-family: Arial, sans-serif;
    text-align: left;
    gap: 16px;
    -webkit-tap-highlight-color: transparent;
}

.mk-format-btn__info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.mk-format-btn__name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: #041C1C;
}

.mk-format-btn__price {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: #041C1C66;
}

.mk-format-btn__toggle {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transform: translate(5px, -5px);
    font-size: 22px;
    font-weight: 300;
    color: #041C1C;
    line-height: 1;
}

.mk-format-btn__toggle::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M6 0V12' stroke='%23041C1C' stroke-width='1.5'/%3E%3Cpath d='M12 6L0 6' stroke='%23041C1C' stroke-width='1.5'/%3E%3C/svg%3E");
}

.mk-format-btn[aria-expanded="true"] .mk-format-btn__toggle::before {
    width: 12px;
    height: 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='2' viewBox='0 0 12 2' fill='none'%3E%3Cpath d='M12 0.75L0 0.75' stroke='%23041C1C' stroke-width='1.5'/%3E%3C/svg%3E");
}

.mk-format-btn__arrow {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.mk-format-btn[aria-expanded="true"] .mk-format-btn__arrow {
    transform: rotate(180deg);
}


/* Accordion body */

.mk-format-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
}

.mk-format-btn[aria-expanded="true"]+.mk-format-body {
    grid-template-rows: 1fr;
}

.mk-format-body__inner {
    min-height: 0;
    overflow: hidden;
}

.mk-format-body__price {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    color: #041C1C;
    letter-spacing: -0.03em;
}

.mk-format-body__inner p {
    margin: 0;
    padding: 0 0 24px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: #041C1C66;
}


/* All formats button */

.mk-outline-btn {
    display: block;
    width: fit-content;
    margin: 37px auto 0;
    background: none;
    border: none;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #041C1C;
    text-decoration: underline;
    text-decoration-style: solid;
    cursor: pointer;
    transition: opacity 0.2s;
}

.mk-outline-btn:hover {
    opacity: 0.7;
}

.mk-outline-btn[hidden] {
    display: none;
}


/* ===== Reviews Carousel ===== */

.mk-carousel-wrap {
    position: relative;
}

.mk-carousel-outer {
    width: 100%;
    overflow: visible !important;
    margin-top: 8px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: pan-y;
    cursor: grab;
}
.mk-carousel-outer:active {
    cursor: grabbing;
}
#reviews-pagination {
    display: none;
}

#reviews {
    overflow-x: clip;
    scroll-margin-top: 90px;
}

@media (min-width: 769px) {
    #engagement,
    #reviews {
        overflow-x: visible;
    }
}

.mk-carousel__track {
    display: grid;
    align-items: start;
}
.mk-carousel__track > .mk-review-card {
    grid-area: 1 / 1; /* stack every card in one cell for the crossfade */
}

.mk-review-card {
    width: 100%;
    background: linear-gradient(180deg, #1D3232 0%, rgba(29, 50, 50, 0) 100%);
    border-radius: 20px;
    padding: 44px 32px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}
.mk-review-card.is-active {
    opacity: 1;
    pointer-events: auto;
}

.mk-review-card__stars {
    display: flex;
    gap: 4px;
    margin-bottom: 20px;
}

.mk-review-card__text {
    margin: 0 0 20px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.mk-review-card__reactions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: auto;
}

.mk-reaction {
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 56px;
    height: 30px;
    border-radius: 90px;
    background: #507EBF;
    flex-shrink: 0;
}

.mk-reaction__emoji,
.mk-reaction__avatar {
    justify-self: center;
}

.mk-reaction__emoji.love{
    margin-top: 2px
}

.firecracker{
    margin-right: -2px;
    margin-bottom: 2px;
}

.mk-reaction__emoji {
    display: inline-block;
    width: 15px;
    height: 21px;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
}

.mk-reaction__avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
    flex-shrink: 0;
}


/* Carousel controls */

.mk-carousel__controls {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.mk-carousel__dots {
    display: flex;
    gap: 6px;
    align-items: center;
}

.mk-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    padding: 0;
    transition: background 0.2s, width 0.2s, height 0.2s;
}

.mk-dot.active {
    width: 12px;
    height: 12px;
    background: white;
}


/* ===== Ad Placement / Refuse Block ===== */

.mk-refuse-block {
    margin-top: 40px;
    padding: 32px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--line);
    border-radius: 20px;
}

.mk-refuse-block__title {
    margin: 0 0 10px;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.mk-refuse-block__sub {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: -0.01em;
}

.mk-refuse-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mk-refuse-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.65);
}

.mk-refuse-item::before {
    content: '';
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(255, 80, 80, 0.15);
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9M9 1L1 9' stroke='%23FF6060' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}


/* ===== Placement section overrides (white bg) ===== */

#placement .mk-section__title {
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.06em;
    color: #041C1C;
    margin-bottom: 16px;
}

#placement .mk-s7-text1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: #041C1C;
    margin: 0 0 12px;
}

#placement .mk-s7-text2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: #041C1C80;
    margin: 0 0 20px;
}

#placement .mk-readmore {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: #041C1C;
    margin-top: 0;
}

.mk-refuse-divider {
    width: 100%;
    height: 0;
    border: none;
    border-top: 1px solid #041C1C1A;
    margin: 40px 0 40px;
}

#placement .mk-refuse-block__title {
    margin-top: 0;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.06em;
    color: #041C1C;
    margin: 0 0 20px;
}

#placement .mk-refuse-block__sub {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: #041C1C;
    margin: 0 0 40px;
}

#placement .mk-refuse-list {
    counter-reset: refuse-counter;
    gap: 0;
}

#placement .mk-refuse-item {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: #041C1C;
    counter-increment: refuse-counter;
    padding: 25px 0;
    border-top: 1px solid #041C1C1A;
}

#placement .mk-refuse-item:first-child {
    border-top: none;
    padding-top: 0;
}

#placement .mk-refuse-item:last-child {
    padding-bottom: 0;
}

#placement .mk-refuse-item {
    gap: 16px;
    align-items: flex-start;
}

#placement .mk-refuse-item::before {
    content: "0" counter(refuse-counter);
    width: auto;
    height: auto;
    background: none;
    background-image: none;
    border-radius: 0;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: #041C1C;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}


/* ===== Socials override ===== */

.mk-socials-wrap {
    width: 100%;
}

.mk-socials {
    margin-top: 64px;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    justify-content: center;
}

.mk-socials::-webkit-scrollbar {
    display: none;
}

    p[data-i18n="mk-f7-desc"]{
        padding-bottom: 0;
        padding-top: 17px;
    }

/* ===== Footer override ===== */

.mk-footer {
    max-width: 680px;
    padding: 0 32px;
    width: 100%;
}
.mk-footer .footer__divider {
    width: 100vw;
}


/* ===== Responsive ===== */

@media (max-width: 768px) {
    .mk-banner__inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .mk-container {
        max-width: 315px;
        padding: 0;
    }
    .mk-hero {
        padding: 50px 0 25px;
    }
    .mk-hero__title {
        font-size: 27px;
    }
    .mk-hero__body {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    .mk-hero__info {
        align-items: flex-start;
        width: 100%;
    }
    .mk-hero__name-row {
        justify-content: flex-start;
    }
    .mk-hero [data-i18n="mk-s1-bio2"] {
        margin-top: 10px;
    }
    .mk-hero__photo {
        width: 130px;
        height: 130px;
    }
    .mk-section {
        padding: 25px 0;
    }
    .mk-section__title {
        font-size: 27px;
    }
    .mk-cta-card {
        padding: 44px 24px 36px;
    }
    .mk-cta-card__title {
        font-size: 16px;
    }
    .mk-cta-card__btn {
        padding: 0;
        width: 251px;
        height: 75px;
    }
    .mk-stats-row {
        gap: 24px;
    }
    .mk-stat__value {
        font-size: 32px;
    }
    .mk-hero .mk-container {
        padding: 40px 32px;
        overflow: hidden;
    }
    #formats .mk-container,
    #placement .mk-container {
        padding: 44px 32px;
    }
    .mk-engagement-top__label {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: -0.03em;
    }
    .mk-engagement-top__value {
        font-family: 'Manrope', sans-serif;
        font-size: 50px;
        letter-spacing: -0.03em;
    }
    .mk-format-btn__name {
        font-size: 15px;
    }
    .mk-format-row__name {
        font-size: 15px;
    }
    .mk-format-btn__price {
        font-size: 14px;
    }
    .mk-format-row__price {
        font-size: 15px;
    }
    .mk-refuse-block {
        padding: 24px 20px;
    }
    .mk-footer {
        padding: 0 24px;
    }
    .mk-socials {
        margin-top: 25px;
        width: fit-content;
        justify-content: unset;
    }
    .mk-socials-wrap {
        width: 100vw;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        padding: 0 46px;
        box-sizing: border-box;
    }
    .mk-socials-wrap::-webkit-scrollbar {
        display: none;
    }

    .mk-engagement-bottom__value{
        width: 123px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mk-format-body,
    .mk-format-btn__arrow {
        transition: none;
    }
}

/* ===== Mobile: engagement is a static block (no swiper, no scroll/drag) ===== */
@media (max-width: 768px) {
    .mk-engagement-grid.swiper {
        overflow: visible;
        width: 100%;
        max-width: 315px;
        margin: 0 auto;
        touch-action: auto;
    }
    .mk-engagement-grid .swiper-wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        padding: 0;
        transform: none !important;
        transition: none !important;
    }
    .mk-engagement-grid .mk-engagement-slide {
        flex: 0 0 auto;
        width: 100%;
        min-width: 0;
        max-width: none;
    }
}
