/* ==========================================================================
   Configurable business landing page
   --------------------------------------------------------------------------
   Page-specific layout only. Shared tokens, buttons, cards and containers live
   in components/marketing.css. Keep this file loaded last on the landing page.
   ========================================================================== */

.marketing-page {
    min-width: 0;
    overflow-x: hidden;
    overflow-x: clip;
}


/* ========================================================================== 
   Header
   ========================================================================== */

.marketing-page .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid transparent;
    background: rgba(255, 255, 255, 0.96);
    background: color-mix(in srgb, var(--mk-surface) 96%, transparent);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.marketing-page .site-header.is-scrolled {
    border-color: var(--mk-line);
    box-shadow: 0 8px 24px rgba(46, 24, 82, 0.06);
}

.marketing-page .site-header__inner {
    min-height: 104px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(18px, 2.4vw, 32px);
}

.marketing-page .site-brand {
    width: clamp(260px, 18vw, 340px);
    max-width: 100%;
    flex: 0 0 clamp(260px, 18vw, 340px);
    justify-content: flex-start;
    line-height: 0;
    text-decoration: none;
}

.marketing-page .site-header .site-brand-flyer {
    width: 100%;
    justify-content: flex-start;
}

.marketing-page .site-header .site-brand-flyer-image,
.marketing-page .site-header .site-brand img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 80px;
    display: block;
    object-fit: contain;
    object-position: left center;
}

.marketing-page .site-nav {
    justify-self: center;
    display: flex;
    align-items: center;
    gap: clamp(20px, 2.2vw, 30px);
}

.marketing-page .site-nav a {
    position: relative;
    padding-block: 8px;
    color: var(--mk-muted);
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: color 180ms ease;
}

.marketing-page .site-nav a::after {
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    height: 2px;
    border-radius: 999px;
    background: var(--mk-primary);
    content: "";
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 180ms ease;
}

.marketing-page .site-nav a:hover,
.marketing-page .site-nav a:focus-visible {
    color: var(--mk-ink);
}

.marketing-page .site-nav a:hover::after,
.marketing-page .site-nav a:focus-visible::after {
    transform: scaleX(1);
}

.marketing-page .site-header__actions {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 9px;
}

.marketing-page .site-header__actions .mk-button {
    min-height: 36px;
    padding-inline: 16px;
    font-size: 10px;
}

.marketing-page .site-menu-button {
    display: none;
}

.marketing-page .site-mobile-nav {
    border-top: 1px solid var(--mk-line);
    background: var(--mk-surface);
    box-shadow: 0 18px 30px rgba(31, 18, 44, 0.08);
}

.marketing-page .site-mobile-nav[hidden] {
    display: none !important;
}

.marketing-page .site-mobile-nav .mk-container {
    padding-block: 8px 18px;
    display: grid;
}

.marketing-page .site-mobile-nav a {
    padding: 12px 2px;
    border-bottom: 1px solid var(--mk-line);
    color: var(--mk-ink);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.marketing-page .site-mobile-nav a:last-child {
    border-bottom: 0;
}


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

.marketing-page .hero {
    padding-block: 44px 58px;
    background: var(--mk-section-tint);
}

.marketing-page .hero__grid {
    min-height: 486px;
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
    align-items: center;
    gap: clamp(46px, 6vw, 82px);
}

.marketing-page .hero__content {
    max-width: 630px;
    padding-block: 22px;
}

.marketing-page .hero__title {
    max-width: 610px;
    margin: 0;
    font-family: var(--mk-font-display);
    font-size: clamp(43px, 5vw, 64px);
    font-weight: 800;
    letter-spacing: -0.052em;
    line-height: 1.03;
}

.marketing-page .hero__title span {
    color: var(--mk-primary);
}

.marketing-page .hero__title--compact {
    display: none;
}

.marketing-page .hero__summary {
    max-width: 560px;
    margin: 19px 0 0;
    color: var(--mk-muted);
    font-size: 12px;
    line-height: 1.72;
}

.marketing-page .hero__actions {
    margin-top: 27px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
}

.marketing-page .hero-explore-action {
    display: none;
}

.marketing-page .hero__proof {
    margin: 24px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    color: var(--mk-faint);
    font-size: 9px;
    list-style: none;
}

.marketing-page .hero__proof i {
    color: var(--mk-primary);
}

.marketing-page .hero-visual {
    position: relative;
    width: min(100%, 378px);
    min-height: 446px;
    justify-self: end;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    border-radius: 24px 24px 74px 24px;
    background: var(--mk-primary);
    isolation: isolate;
}

.marketing-page .hero-visual::before,
.marketing-page .hero-visual::after {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 50%;
    content: "";
}

.marketing-page .hero-visual::before {
    width: 420px;
    height: 420px;
    top: -118px;
    left: -120px;
}

.marketing-page .hero-visual::after {
    width: 300px;
    height: 300px;
    right: -128px;
    bottom: -36px;
    background: rgba(255, 255, 255, 0.96);
}

.marketing-page .hero-visual img {
    position: relative;
    z-index: 1;
    width: min(90%, 330px);
    height: auto;
    max-height: 426px;
    display: block;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 16px 26px rgba(39, 13, 82, 0.22));
}

.marketing-page .hero-chip {
    position: absolute;
    z-index: 2;
    min-height: 35px;
    padding-inline: 13px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(31, 19, 43, 0.05);
    border-radius: 999px;
    color: var(--mk-ink);
    background: #fff;
    box-shadow: 0 9px 24px rgba(31, 15, 51, 0.13);
    font-size: 9px;
    font-weight: 800;
}

.marketing-page .hero-chip i {
    color: var(--mk-primary);
    font-size: 13px;
}

.marketing-page .hero-chip--airtime {
    top: 52px;
    left: 17px;
}

.marketing-page .hero-chip--data {
    top: 25px;
    right: 17px;
}

.marketing-page .hero-chip--bills {
    top: 244px;
    left: 17px;
}

.marketing-page .hero-chip--gifts {
    top: 180px;
    right: 14px;
}

.marketing-page .hero__wallet-preview {
    display: none;
}


/* ========================================================================== 
   Compact wallet preview
   ========================================================================== */

.marketing-page .wallet-preview {
    padding: 17px;
    border-radius: 16px;
    color: #fff;
    background: var(--mk-primary-deep);
    box-shadow: 0 15px 32px rgba(67, 23, 147, 0.18);
}

.marketing-page .wallet-preview__heading,
.marketing-page .wallet-preview__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 11px;
}

.marketing-page .wallet-preview__heading {
    color: rgba(255, 255, 255, 0.78);
    font-size: 9px;
    font-weight: 700;
}

.marketing-page .mk-status-dot {
    padding: 4px 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    font-size: 7px;
    text-transform: uppercase;
}

.marketing-page .wallet-preview > strong {
    margin: 12px 0 18px;
    display: block;
    font-family: var(--mk-font-display);
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
}

.marketing-page .wallet-preview__row {
    padding: 10px;
    border-radius: 9px;
    color: var(--mk-ink);
    background: #fff;
}

.marketing-page .wallet-preview__row > span:nth-child(2) {
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.marketing-page .wallet-preview__row small {
    font-size: 8px;
    font-weight: 700;
}

.marketing-page .wallet-preview__row b {
    font-size: 7px;
}

.marketing-page .wallet-preview__credit {
    color: var(--mk-primary);
    font-size: 9px !important;
}


/* ========================================================================== 
   Benefits and services
   ========================================================================== */

.marketing-page .benefits {
    padding-block: 34px 66px;
    background: var(--mk-section-tint);
}

.marketing-page .benefits__title {
    margin: 0 0 22px;
    text-align: center;
    font-family: var(--mk-font-display);
    font-size: clamp(22px, 2.6vw, 31px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.marketing-page .benefits__title--compact {
    display: none;
}

.marketing-page .benefits__grid,
.marketing-page .service-grid,
.marketing-page .steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.marketing-page .services-section {
    background: color-mix(
        in srgb,
        var(--mk-section-tint) 78%,
        var(--mk-canvas)
    );
}

.marketing-page .service-grid {
    align-items: stretch;
}

.marketing-page .steps-section {
    background: var(--mk-canvas);
}


/* ========================================================================== 
   Reliability
   ========================================================================== */

.marketing-page .reliability-section {
    background: color-mix(
        in srgb,
        var(--mk-section-tint) 78%,
        var(--mk-canvas)
    );
}

.marketing-page .reliability-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.78fr);
    align-items: center;
    gap: clamp(54px, 8vw, 108px);
}

.marketing-page .reliability-copy h2 {
    max-width: 560px;
    margin: 0;
    font-family: var(--mk-font-display);
    font-size: clamp(33px, 4vw, 50px);
    font-weight: 800;
    letter-spacing: -0.043em;
    line-height: 1.09;
}

.marketing-page .reliability-copy > p:not(.mk-eyebrow) {
    max-width: 540px;
    margin: 22px 0 0;
    color: var(--mk-muted);
    font-size: 12px;
    line-height: 1.72;
}

.marketing-page .check-list {
    margin: 28px 0 0;
    padding: 0;
    display: grid;
    gap: 17px;
    list-style: none;
}

.marketing-page .check-list li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px;
}

.marketing-page .check-list > li > i {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    color: var(--mk-primary);
    background: var(--mk-primary-soft);
    font-size: 12px;
}

.marketing-page .check-list span {
    display: grid;
    gap: 3px;
}

.marketing-page .check-list b {
    font-size: 11px;
}

.marketing-page .check-list small {
    color: var(--mk-muted);
    font-size: 9px;
    line-height: 1.5;
}

.marketing-page .device-preview {
    min-height: 448px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-radius: var(--mk-radius-lg);
    background: var(--mk-primary-soft);
}

.marketing-page .device-preview__card {
    width: 100%;
    max-width: 310px;
    padding: 23px;
    border: 1px solid rgba(104, 43, 224, 0.08);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--mk-shadow-card);
}

.marketing-page .device-preview__top {
    display: flex;
    justify-content: space-between;
    color: var(--mk-muted);
}

.marketing-page .device-preview__top small {
    font-size: 9px;
}

.marketing-page .device-preview__top span {
    color: var(--mk-primary);
    font-size: 8px;
    font-weight: 800;
}

.marketing-page .device-preview__card > strong {
    margin: 18px 0;
    display: block;
    font-family: var(--mk-font-display);
    font-size: 27px;
    font-weight: 800;
    line-height: 1;
}

.marketing-page .device-preview__buttons {
    display: flex;
    gap: 8px;
}

.marketing-page .device-preview__buttons span {
    flex: 1;
    padding: 9px 7px;
    border-radius: 8px;
    color: var(--mk-primary);
    background: var(--mk-primary-soft);
    text-align: center;
    font-size: 8px;
    font-weight: 700;
}

.marketing-page .device-preview__card hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid var(--mk-line);
}

.marketing-page .device-preview__card > b {
    font-size: 10px;
}

.marketing-page .device-preview__services {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
}

.marketing-page .device-preview__services span {
    display: grid;
    place-items: center;
    gap: 7px;
    color: var(--mk-primary);
    font-size: 7px;
}

.marketing-page .device-preview__services i {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: var(--mk-primary-soft);
    font-size: 14px;
}


/* ========================================================================== 
   Supporting blocks
   ========================================================================== */

.marketing-page .agent-section {
    display: none;
}

.marketing-page .trust-section {
    display: none;
}

.marketing-page .final-cta-section {
    padding-top: 72px;
    padding-bottom: 46px;
}

.marketing-page .final-cta {
    min-height: 200px;
    padding: 40px 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
    border-radius: 22px;
    color: #fff;
    background: var(--mk-primary-deep);
}

.marketing-page .final-cta .mk-eyebrow {
    color: rgba(255, 255, 255, 0.66);
}

.marketing-page .final-cta h2 {
    max-width: 570px;
    margin: 0;
    font-family: var(--mk-font-display);
    font-size: clamp(29px, 3.5vw, 44px);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.1;
}

.marketing-page .final-cta p:last-child {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 10px;
}


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

.marketing-page .site-footer {
    width: 100%;
    margin-top: 0;
    padding: 50px 0 28px;
    border-top: 0;
    color: #fff;
    background: var(--mk-primary-deep);
}

.marketing-page .footer-grid {
    display: grid;
    grid-template-columns: 1.55fr repeat(4, minmax(0, 1fr));
    gap: 38px;
}

.marketing-page .footer-brand {
    width: min(380px, 100%);
    filter: brightness(0) invert(1);
}

.marketing-page .footer-brand .site-brand-flyer {
    width: 100%;
}

.marketing-page .footer-brand .site-brand-flyer-image,
.marketing-page .footer-brand img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 95px;
    display: block;
    object-fit: contain;
    object-position: left center;
}

.marketing-page .footer-brand-column > p {
    max-width: 255px;
    margin: 16px 0 22px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 10px;
    line-height: 1.7;
}

.marketing-page .footer-brand-column address,
.marketing-page .footer-links-column {
    display: grid;
    align-content: start;
    gap: 9px;
    font-style: normal;
}

.marketing-page .footer-brand-column address b,
.marketing-page .footer-links-column b {
    margin-bottom: 3px;
    font-size: 10px;
}

.marketing-page .footer-brand-column address span,
.marketing-page .footer-brand-column address a,
.marketing-page .footer-links-column a {
    color: rgba(255, 255, 255, 0.64);
    font-size: 9px;
    text-decoration: none;
}

.marketing-page .footer-brand-column address a:hover,
.marketing-page .footer-links-column a:hover {
    color: #fff;
}

.marketing-page .footer-spacer {
    visibility: hidden;
}

.marketing-page .footer-bottom {
    margin-top: 40px;
    padding-top: 21px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.52);
    font-size: 8px;
}


/* ========================================================================== 
   Medium screens / tablets
   ========================================================================== */

@media (max-width: 1000px) {
    .marketing-page .site-header__inner {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 16px;
    }

    .marketing-page .site-nav {
        display: none;
    }

    .marketing-page .site-menu-button {
        display: inline-grid;
    }

    .marketing-page .hero__grid {
        min-height: 440px;
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.76fr);
        gap: 38px;
    }

    .marketing-page .hero__title {
        font-size: clamp(40px, 5.6vw, 53px);
    }

    .marketing-page .hero-visual {
        width: min(100%, 340px);
        min-height: 406px;
    }

    .marketing-page .hero-visual img {
        max-height: 390px;
    }

    .marketing-page .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .marketing-page .reliability-grid {
        grid-template-columns: minmax(0, 1fr) 310px;
        gap: 40px;
    }

    .marketing-page .footer-grid {
        grid-template-columns: 1.5fr repeat(3, minmax(0, 1fr));
    }

    .marketing-page .footer-links-column--secondary {
        display: none;
    }
}


/* ========================================================================== 
   Small tablets / large phones
   ========================================================================== */

@media (max-width: 760px) {
    .marketing-page .header-sign-in,
    .marketing-page .header-account-action {
        display: none;
    }

    .marketing-page .site-header__inner {
        min-height: 78px;
    }

    .marketing-page .site-brand {
        width: clamp(185px, 48vw, 230px);
        flex-basis: clamp(185px, 48vw, 230px);
    }

    .marketing-page .site-header .site-brand-flyer-image,
    .marketing-page .site-header .site-brand img {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 70px;
    }

    .marketing-page .hero {
        padding-block: 42px 26px;
    }

    .marketing-page .hero__grid {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .marketing-page .hero__content {
        max-width: 540px;
        margin-inline: auto;
        padding-block: 0;
        text-align: center;
    }

    .marketing-page .hero__title {
        max-width: 520px;
        margin-inline: auto;
        font-size: clamp(38px, 9vw, 50px);
    }

    .marketing-page .hero__summary {
        max-width: 470px;
        margin-inline: auto;
    }

    .marketing-page .hero__actions,
    .marketing-page .hero__proof {
        justify-content: center;
    }

    .marketing-page .hero-visual {
        width: min(100%, 460px);
        min-height: 472px;
        justify-self: center;
        border-radius: 22px 22px 70px 22px;
    }

    .marketing-page .hero-visual img {
        width: min(88%, 350px);
        max-height: 450px;
    }

    .marketing-page .benefits {
        padding-top: 18px;
    }

    .marketing-page .benefits__title {
        display: none;
    }

    .marketing-page .benefits__grid {
        width: min(100%, 460px);
        margin-inline: auto;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .marketing-page .steps-grid {
        grid-template-columns: 1fr;
    }

    .marketing-page .reliability-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .marketing-page .device-preview {
        width: min(100%, 460px);
        margin-inline: auto;
    }

    .marketing-page .final-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .marketing-page .footer-grid {
        grid-template-columns: 1.4fr repeat(2, minmax(0, 1fr));
    }

    .marketing-page .footer-links-column:last-child {
        display: none;
    }
}


/* ========================================================================== 
   Phones
   ========================================================================== */

@media (max-width: 480px) {
    .marketing-page .site-header__actions {
        gap: 7px;
    }

    .marketing-page .hero {
        padding-block: 36px 42px;
    }

    .marketing-page .hero__content {
        text-align: left;
    }

    .marketing-page .hero__title {
        margin-inline: 0;
        font-size: clamp(34px, 10vw, 39px);
        line-height: 1.04;
    }

    .marketing-page .hero__summary {
        margin-inline: 0;
        font-size: 11px;
    }

    .marketing-page .hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: stretch;
    }

    .marketing-page .hero__actions .mk-button {
        width: 100%;
    }

    .marketing-page .hero__proof {
        display: none;
    }

    .marketing-page .hero-visual {
        min-height: 390px;
    }

    .marketing-page .hero-visual img {
        max-height: 375px;
    }

    .marketing-page .hero-chip {
        min-height: 31px;
        padding-inline: 10px;
        font-size: 8px;
    }

    .marketing-page .hero-chip--airtime {
        top: 36px;
        left: 10px;
    }

    .marketing-page .hero-chip--data {
        top: 20px;
        right: 10px;
    }

    .marketing-page .hero-chip--bills {
        top: 226px;
        left: 10px;
    }

    .marketing-page .hero-chip--gifts {
        top: 158px;
        right: 8px;
    }

    .marketing-page .service-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .marketing-page .mk-service-card .mk-icon-tile {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
        font-size: 13px;
    }

    .marketing-page .mk-service-card b {
        font-size: 9px;
    }

    .marketing-page .steps-section {
        color: #fff;
        background: var(--mk-primary-deep);
    }

    .marketing-page .steps-section .mk-eyebrow,
    .marketing-page .steps-section .mk-section-heading > p:last-child {
        color: rgba(255, 255, 255, 0.66);
    }

    .marketing-page .steps-section .mk-step-card {
        color: var(--mk-ink);
    }

    .marketing-page .reliability-copy h2 {
        font-size: 33px;
    }

    .marketing-page .device-preview {
        min-height: 405px;
        padding: 18px;
        border-radius: 18px;
    }

    .marketing-page .agent-section {
        padding-block: 24px 64px;
        display: block;
    }

    .marketing-page .agent-card {
        padding: 22px;
        border: 1px solid var(--mk-line);
        border-radius: 16px;
        background: var(--mk-surface);
    }

    .marketing-page .agent-card h2 {
        margin: 0;
        font-family: var(--mk-font-display);
        font-size: 23px;
        font-weight: 800;
        letter-spacing: -0.03em;
        line-height: 1.16;
    }

    .marketing-page .agent-card > p:not(.mk-eyebrow),
    .marketing-page .agent-card li {
        color: var(--mk-muted);
        font-size: 10px;
        line-height: 1.6;
    }

    .marketing-page .agent-card ul {
        padding-left: 18px;
    }

    .marketing-page .agent-card li::marker {
        color: var(--mk-primary);
    }

    .marketing-page .final-cta-section {
        padding: 50px 0 38px;
    }

    .marketing-page .final-cta {
        min-height: 0;
        padding: 27px 21px;
        border-radius: 17px;
    }

    .marketing-page .final-cta h2 {
        font-size: 30px;
    }

    .marketing-page .final-cta .mk-button {
        width: 100%;
    }

    .marketing-page .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 18px;
    }

    .marketing-page .footer-brand-column {
        grid-column: 1 / -1;
    }

    .marketing-page .footer-links-column:last-child {
        display: grid;
    }

    .marketing-page .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }
}


/* ========================================================================== 
   Narrow phones: compact composition from the approved mobile mock
   ========================================================================== */

@media (max-width: 360px) {
    .marketing-page .hero__title--standard,
    .marketing-page .hero-visual {
        display: none;
    }

    .marketing-page .hero__title--compact,
    .marketing-page .hero__wallet-preview {
        display: block;
    }

    .marketing-page .hero__grid {
        gap: 14px;
    }

    .marketing-page .hero__wallet-preview {
        margin-top: 10px;
    }

    .marketing-page .hero__actions .mk-button--outline:not(.hero-explore-action),
    .marketing-page .hero__actions [data-pwa-install] {
        display: none;
    }

    .marketing-page .hero-explore-action {
        display: inline-flex;
    }

    .marketing-page .benefits {
        padding-top: 30px;
    }

    .marketing-page .benefits__title--default {
        display: none;
    }

    .marketing-page .benefits__title--compact {
        margin-bottom: 17px;
        display: block;
        text-align: left;
        font-size: 21px;
    }

    .marketing-page .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .marketing-page .trust-section {
        padding-bottom: 64px;
        display: block;
    }

    .marketing-page .trust-section h2 {
        margin: 0 0 18px;
        font-family: var(--mk-font-display);
        font-size: 22px;
        font-weight: 800;
        letter-spacing: -0.03em;
        line-height: 1.18;
    }

    .marketing-page .trust-card {
        margin: 0;
        padding: 20px;
        border: 1px solid var(--mk-line);
        border-radius: 14px;
        background: var(--mk-surface);
    }

    .marketing-page .trust-card blockquote {
        margin: 0;
        color: var(--mk-ink);
        font-size: 10px;
        font-weight: 650;
        line-height: 1.65;
    }

    .marketing-page .trust-card figcaption {
        margin-top: 14px;
        display: grid;
        gap: 1px;
        color: var(--mk-muted);
        font-size: 8px;
    }
}


/* ========================================================================== 
   Full-width lifestyle redesign — September 2026
   ========================================================================== */

.marketing-page .site-header__inner {
    min-height: 84px;
}

.marketing-page .site-brand {
    width: clamp(210px, 16vw, 278px);
    flex-basis: clamp(210px, 16vw, 278px);
}

.marketing-page .site-header .site-brand-flyer-image,
.marketing-page .site-header .site-brand img {
    max-height: 62px;
}

.marketing-page .hero {
    --hero-overlay: rgba(28, 11, 47, 0.82);
    position: relative;
    min-height: min(820px, calc(100svh - 84px));
    padding: 0;
    overflow: hidden;
    color: #fff;
    background-color: #261337;
    background-image:
        linear-gradient(90deg, var(--hero-overlay) 0%, rgba(28, 11, 47, 0.68) 34%, rgba(28, 11, 47, 0.14) 67%, rgba(28, 11, 47, 0.04) 100%),
        linear-gradient(0deg, rgba(22, 8, 38, 0.38) 0%, transparent 48%),
        var(--hero-image);
    background-position: center, center, center 46%;
    background-repeat: no-repeat;
    background-size: cover;
    isolation: isolate;
}

.marketing-page .hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(20, 7, 33, 0.08), rgba(20, 7, 33, 0.26));
    content: "";
    pointer-events: none;
}

.marketing-page .hero__grid {
    min-height: min(710px, calc(100svh - 194px));
    display: flex;
    align-items: center;
}

.marketing-page .hero__content {
    width: min(100%, 620px);
    max-width: 620px;
    padding: 74px 0 128px;
}

.marketing-page .hero .mk-eyebrow {
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.86);
    letter-spacing: 0.14em;
}

.marketing-page .hero__eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #bd77ff;
    box-shadow: 0 0 0 6px rgba(189, 119, 255, 0.14);
}

.marketing-page .hero__title {
    max-width: 620px;
    color: #fff;
    font-size: clamp(54px, 5.7vw, 78px);
    letter-spacing: -0.058em;
    line-height: 0.98;
    text-wrap: balance;
}

.marketing-page .hero__title span {
    color: #d9a6ff;
}

.marketing-page .hero__summary {
    max-width: 545px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.72;
}

.marketing-page .hero__actions {
    margin-top: 34px;
    gap: 11px;
}

.marketing-page .hero__actions .mk-button {
    min-height: 50px;
    padding-inline: 22px;
    border-radius: 12px;
    font-size: 12px;
}

.marketing-page .hero__actions .mk-button--primary {
    border-color: #fff;
    color: #48107c;
    background: #fff;
    box-shadow: 0 16px 34px rgba(12, 4, 23, 0.25);
}

.marketing-page .hero__actions .mk-button--primary:hover {
    color: #fff;
    background: var(--mk-primary);
    border-color: var(--mk-primary);
}

.marketing-page .mk-button--glass {
    display: inline-flex;
    border: 1px solid rgba(255, 255, 255, 0.52);
    color: #fff;
    background: rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.marketing-page .mk-button--glass:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.marketing-page .hero-install-action {
    color: rgba(255, 255, 255, 0.8);
}

.marketing-page .hero-install-action:hover {
    color: #fff;
}

.marketing-page .hero__proof {
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
}

.marketing-page .hero__proof i {
    color: #d9a6ff;
}

.marketing-page .hero__service-rail {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(24, 8, 39, 0.58);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.marketing-page .hero__service-rail-inner {
    min-height: 110px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
}

.marketing-page .hero__service-rail-inner > span {
    min-width: 0;
    padding: 0 28px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 13px;
}

.marketing-page .hero__service-rail-inner > span + span {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.marketing-page .hero__service-rail i {
    grid-row: 1 / 3;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #e1bbff;
    background: rgba(255, 255, 255, 0.12);
    font-size: 18px;
}

.marketing-page .hero__service-rail b {
    color: #fff;
    font-size: 11px;
}

.marketing-page .hero__service-rail small {
    margin-top: 2px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.62);
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marketing-page .benefits {
    padding-block: 68px 82px;
    background: var(--mk-canvas);
}

.marketing-page .benefits__title {
    margin-bottom: 30px;
    font-size: clamp(28px, 3vw, 38px);
}

.marketing-page .benefits__grid {
    gap: 20px;
}

.marketing-page .benefits .mk-mini-card {
    min-height: 126px;
    padding: 24px;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(65, 27, 92, 0.07);
}

.marketing-page .services-section {
    background: var(--mk-section-tint);
}

.marketing-page .mk-service-card {
    border-color: transparent;
    border-radius: 18px;
    box-shadow: 0 14px 36px rgba(65, 27, 92, 0.06);
}

.marketing-page .mk-service-card:hover {
    border-color: color-mix(in srgb, var(--mk-primary) 26%, transparent);
    transform: translateY(-4px);
}

.marketing-page .steps-section {
    background: var(--mk-surface);
}

.marketing-page .reliability-section {
    background: var(--mk-canvas);
}

.marketing-page .device-preview {
    border: 1px solid color-mix(in srgb, var(--mk-primary) 10%, transparent);
    background: color-mix(in srgb, var(--mk-primary-soft) 72%, var(--mk-surface));
}

.marketing-page .final-cta {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--mk-primary-gradient);
    box-shadow: 0 24px 62px rgba(70, 12, 117, 0.18);
}

@media (max-width: 1000px) {
    .marketing-page .hero {
        background-position: center, center, 57% center;
    }

    .marketing-page .hero__content {
        width: min(57%, 560px);
    }

    .marketing-page .hero__title {
        font-size: clamp(48px, 6.6vw, 66px);
    }

    .marketing-page .hero__service-rail-inner > span {
        padding-inline: 18px;
    }
}

@media (max-width: 760px) {
    .marketing-page .site-header__inner {
        min-height: 72px;
    }

    .marketing-page .site-brand {
        width: clamp(170px, 48vw, 210px);
        flex-basis: clamp(170px, 48vw, 210px);
    }

    .marketing-page .site-header .site-brand-flyer-image,
    .marketing-page .site-header .site-brand img {
        max-height: 52px;
    }

    .marketing-page .hero {
        --hero-overlay: rgba(24, 8, 40, 0.48);
        min-height: 760px;
        background-image:
            linear-gradient(180deg, rgba(19, 6, 32, 0.05) 26%, rgba(19, 6, 32, 0.3) 52%, rgba(19, 6, 32, 0.96) 100%),
            var(--hero-image);
        background-position: center, 56% center;
        background-size: cover;
    }

    .marketing-page .hero__grid {
        min-height: 650px;
        align-items: flex-end;
    }

    .marketing-page .hero__content {
        width: 100%;
        max-width: 590px;
        margin: 0;
        padding: 310px 0 42px;
        text-align: left;
    }

    .marketing-page .hero .mk-eyebrow {
        margin-bottom: 15px;
    }

    .marketing-page .hero__title {
        max-width: 570px;
        margin: 0;
        font-size: clamp(43px, 10vw, 58px);
    }

    .marketing-page .hero__summary {
        max-width: 540px;
        margin-inline: 0;
        font-size: 13px;
    }

    .marketing-page .hero__actions,
    .marketing-page .hero__proof {
        justify-content: flex-start;
    }

    .marketing-page .hero__service-rail-inner {
        min-height: 110px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .marketing-page .hero__service-rail-inner > span {
        padding-inline: 10px;
        grid-template-columns: 30px minmax(0, 1fr);
        column-gap: 8px;
    }

    .marketing-page .hero__service-rail i {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .marketing-page .hero__service-rail b {
        font-size: 9px;
    }

    .marketing-page .hero__service-rail small {
        font-size: 7px;
    }
}

@media (max-width: 480px) {
    .marketing-page .hero {
        min-height: 780px;
        background-position: center, 57% center;
    }

    .marketing-page .hero__grid {
        min-height: 666px;
    }

    .marketing-page .hero__content {
        padding: 330px 0 34px;
    }

    .marketing-page .hero__title {
        font-size: clamp(38px, 11vw, 48px);
        line-height: 1;
    }

    .marketing-page .hero__summary {
        margin-top: 18px;
        font-size: 12px;
        line-height: 1.6;
    }

    .marketing-page .hero__actions {
        margin-top: 24px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .marketing-page .hero__actions .mk-button {
        width: 100%;
        min-width: 0;
        padding-inline: 12px;
    }

    .marketing-page .hero__actions .hero-install-action {
        display: none;
    }

    .marketing-page .hero__proof {
        display: none;
    }

    .marketing-page .hero__service-rail-inner {
        min-height: 114px;
    }

    .marketing-page .hero__service-rail-inner > span {
        padding-inline: 7px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        text-align: center;
    }

    .marketing-page .hero__service-rail small {
        display: none;
    }

    .marketing-page .benefits {
        padding-block: 54px 66px;
    }

    .marketing-page .benefits__title--default {
        display: block;
        margin-bottom: 24px;
        text-align: left;
        font-size: 27px;
    }

    .marketing-page .benefits__grid {
        gap: 12px;
    }

    .marketing-page .benefits .mk-mini-card {
        min-height: 0;
        padding: 19px;
    }
}

@media (max-width: 360px) {
    .marketing-page .hero {
        min-height: 730px;
    }

    .marketing-page .hero__grid {
        min-height: 616px;
    }

    .marketing-page .hero__title {
        display: block;
        font-size: 37px;
    }

    .marketing-page .hero__actions {
        grid-template-columns: 1fr;
    }

    .marketing-page .hero__content {
        padding-top: 285px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .marketing-page .mk-service-card {
        transition: none;
    }
}


/* ==========================================================================
   Dark theme
   ========================================================================== */

[data-theme="dark"] .marketing-page,
.marketing-page[data-theme="dark"] {
    --mk-section-tint: color-mix(
        in srgb,
        var(--mk-primary) 9%,
        var(--mk-canvas)
    );
}

[data-theme="dark"] .marketing-page .site-header {
    background: color-mix(in srgb, var(--mk-surface) 94%, transparent);
}

[data-theme="dark"] .marketing-page .hero-visual {
    background:
        radial-gradient(
            circle at 22% 18%,
            rgba(196, 181, 253, 0.2),
            transparent 34%
        ),
        linear-gradient(145deg, #5630a0 0%, #321b61 58%, #21132f 100%);
    box-shadow:
        0 30px 72px rgba(0, 0, 0, 0.34),
        inset 0 0 0 1px rgba(216, 202, 255, 0.09);
}

[data-theme="dark"] .marketing-page .hero-visual::before {
    border-color: rgba(229, 220, 255, 0.16);
}

[data-theme="dark"] .marketing-page .hero-visual::after {
    border-color: rgba(196, 181, 253, 0.16);
    background: linear-gradient(
        145deg,
        rgba(52, 31, 78, 0.94),
        rgba(25, 16, 36, 0.98)
    );
}

[data-theme="dark"] .marketing-page .hero-chip {
    border-color: rgba(216, 202, 255, 0.2);
    color: #f8f5ff;
    background: rgba(25, 16, 36, 0.88);
    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

[data-theme="dark"] .marketing-page .hero-chip i {
    color: #c4b5fd;
}

[data-theme="dark"] .marketing-page .device-preview {
    background: color-mix(
        in srgb,
        var(--mk-primary) 14%,
        var(--mk-canvas)
    );
}

[data-theme="dark"] .marketing-page .device-preview__card {
    color: var(--mk-ink);
    background: var(--mk-surface);
}


/* ========================================================================== 
   Motion preferences
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
    .marketing-page .site-header,
    .marketing-page .site-nav a,
    .marketing-page .site-nav a::after {
        transition: none;
    }
}
