/* =============================================================================
   AshrithPay — public marketing site
   Layered on theme.css (reuses --brand orange tokens). Prefix: .mk-*
   ============================================================================= */

:root {
    --mk-ink: #201a12;
    --mk-body: #4a5163;          /* ≥4.5:1 on white */
    --mk-muted: #6b7280;
    --mk-tint: #fff7ee;          /* warm near-white band (chroma toward brand) */
    --mk-tint-2: #fff1e0;
    --mk-line: #efe4d6;
    --mk-ring: rgba(245, 141, 10, .18);
    --mk-ftr: #17130f;           /* deep warm near-black footer */
    --mk-ftr-2: #221a12;
    --z-nav: 1000;
    --z-drop: 1100;
}

.mk { color: var(--mk-body); font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif; }
.mk-container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 2rem); }
.mk h1, .mk h2, .mk h3, .mk h4 { color: var(--mk-ink); letter-spacing: -0.025em; text-wrap: balance; margin: 0; }
.mk p { text-wrap: pretty; }
.mk-eyebrow { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; font-size: .8rem; color: var(--brand-700); background: var(--mk-tint-2); border: 1px solid var(--mk-line); padding: .38rem .8rem; border-radius: 999px; }
.mk-lead { font-size: clamp(1.02rem, 1.6vw, 1.18rem); line-height: 1.7; color: var(--mk-body); max-width: 62ch; }

/* ---- Buttons -------------------------------------------------------------- */
.mk-btn { display: inline-flex; align-items: center; gap: .5rem; font-weight: 650; font-size: .96rem; padding: .8rem 1.4rem; border-radius: 12px; border: 1.5px solid transparent; cursor: pointer; transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s, background .2s, color .2s; text-decoration: none; }
.mk-btn:active { transform: translateY(1px); }
.mk-btn-primary { background: var(--brand); color: #fff; box-shadow: 0 12px 26px -12px rgba(245,141,10,.7); }
.mk-btn-primary:hover { background: var(--brand-700); color: #fff; box-shadow: 0 16px 32px -12px rgba(245,141,10,.8); transform: translateY(-2px); }
.mk-btn-ghost { background: #fff; color: var(--mk-ink); border-color: var(--mk-line); }
.mk-btn-ghost:hover { border-color: var(--brand); color: var(--brand-700); transform: translateY(-2px); }
.mk-btn-light { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.32); }
.mk-btn-light:hover { background: rgba(255,255,255,.24); color: #fff; }
.mk-btn-lg { padding: .95rem 1.7rem; font-size: 1rem; }

/* ---- Navbar --------------------------------------------------------------- */
.mk-nav { position: sticky; top: 0; z-index: var(--z-nav); background: rgba(255,255,255,.82); backdrop-filter: saturate(140%) blur(14px); border-bottom: 1px solid transparent; transition: box-shadow .3s, background .3s, border-color .3s; }
.mk-nav.scrolled { box-shadow: 0 8px 30px -18px rgba(20,16,10,.4); border-bottom-color: var(--mk-line); }
.mk-nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.mk-brand { display: inline-flex; align-items: center; text-decoration: none; }
.mk-brand img.mk-logo { width: 150px; height: 50px; object-fit: contain; object-position: left center; display: block; }
.mk-links { display: flex; align-items: center; gap: .3rem; list-style: none; margin: 0; padding: 0; }
.mk-links a { display: inline-block; padding: .55rem .9rem; border-radius: 9px; color: var(--mk-ink); font-weight: 600; font-size: .94rem; text-decoration: none; position: relative; transition: color .2s, background .2s; }
.mk-links a::after { content: ""; position: absolute; left: .9rem; right: .9rem; bottom: .3rem; height: 2px; background: var(--brand); border-radius: 2px; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.mk-links a:hover { color: var(--brand-700); }
.mk-links a:hover::after, .mk-links a.active::after { transform: scaleX(1); }
.mk-nav-cta { display: flex; align-items: center; gap: .6rem; }
.mk-login { position: relative; }
.mk-login-menu { position: absolute; right: 0; top: calc(100% + 10px); min-width: 240px; background: #fff; border: 1px solid var(--mk-line); border-radius: 14px; box-shadow: 0 20px 50px -20px rgba(20,16,10,.4); padding: 8px; z-index: var(--z-drop); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .2s, transform .2s, visibility .2s; }
.mk-login.open .mk-login-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.mk-login-menu a { display: flex; align-items: center; gap: .7rem; padding: .7rem .8rem; border-radius: 10px; text-decoration: none; color: var(--mk-ink); }
.mk-login-menu a:hover { background: var(--mk-tint); }
.mk-login-menu .ic { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; color: #fff; font-size: 1.05rem; flex: 0 0 auto; }
.mk-login-menu .ic.ins { background: linear-gradient(135deg, #f58d0a, #e07d08); }
.mk-login-menu .ic.edu { background: linear-gradient(135deg, #fb923c, #f58d0a); }
.mk-login-menu .t { font-weight: 700; font-size: .9rem; line-height: 1.1; }
.mk-login-menu .s { color: var(--mk-muted); font-size: .76rem; }
.mk-burger { display: none; width: 42px; height: 42px; border: 1px solid var(--mk-line); background: #fff; border-radius: 10px; color: var(--mk-ink); font-size: 1.2rem; cursor: pointer; }

/* ---- Section rhythm ------------------------------------------------------- */
.mk-section { padding: clamp(3.5rem, 8vw, 6rem) 0; }
.mk-section.tint { background: var(--mk-tint); }
.mk-shead { max-width: 46rem; margin: 0 auto clamp(2rem, 4vw, 3rem); text-align: center; }
.mk-shead h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); font-weight: 800; line-height: 1.08; }
.mk-shead p { margin-top: 1rem; color: var(--mk-body); font-size: 1.05rem; line-height: 1.65; }

/* ---- Auth (sign in) ------------------------------------------------------- */
.mk-auth {
    min-height: calc(100vh - 72px);
    display: flex; flex-direction: column; justify-content: center;
    padding: clamp(2.5rem, 6vw, 4.5rem) 0;
    background:
        radial-gradient(60% 55% at 85% 0%, rgba(245,141,10,.10), transparent 60%),
        radial-gradient(55% 50% at 0% 100%, rgba(251,146,60,.08), transparent 60%),
        var(--mk-tint);
}
.mk-authcard {
    width: 100%; max-width: 440px; margin: 0 auto;
    background: #fff; border: 1px solid var(--mk-line); border-radius: 18px;
    box-shadow: 0 30px 70px -35px rgba(20,16,10,.35);
    padding: clamp(1.6rem, 3.5vw, 2.4rem);
}
.mk-authcard-head { text-align: center; margin-bottom: 1.4rem; }
.mk-authcard-head h1 { font-size: 1.7rem; font-weight: 800; letter-spacing: -.02em; margin: .7rem 0 .3rem; }
.mk-authcard-head p { color: var(--mk-muted); font-size: .95rem; line-height: 1.5; margin: 0; }
.mk-authcard .form-label { font-weight: 600; font-size: .88rem; margin-bottom: .35rem; }
.mk-authcard .form-control, .mk-authcard .form-select { border-radius: 11px; padding-top: .6rem; padding-bottom: .6rem; }
.mk-authcard .btn-brand { border-radius: 12px; font-weight: 700; }

/* ---- Hero ----------------------------------------------------------------- */
.mk-hero { position: relative; overflow: hidden; padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(3.5rem, 8vw, 6rem); }
.mk-hero::before { content: ""; position: absolute; inset: 0; z-index: 0; background:
    radial-gradient(60% 55% at 88% 8%, rgba(245,141,10,.20), transparent 60%),
    radial-gradient(50% 45% at 6% 92%, rgba(251,146,60,.16), transparent 60%),
    linear-gradient(180deg, #fffaf4, #ffffff 60%); }
.mk-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.mk-hero h1 { font-size: clamp(2.3rem, 5.2vw, 3.7rem); font-weight: 850; line-height: 1.04; letter-spacing: -.03em; }
.mk-hero h1 .hl { color: var(--brand); }
.mk-hero .mk-lead { margin-top: 1.3rem; }
.mk-hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.mk-hero-trust { display: flex; flex-wrap: wrap; gap: .5rem 1.4rem; margin-top: 1.8rem; color: var(--mk-muted); font-size: .86rem; font-weight: 500; }
.mk-hero-trust span { display: inline-flex; align-items: center; gap: .4rem; }
.mk-hero-trust i { color: var(--brand); }

/* hero visual: framed photo + floating brand cards */
.mk-hero-visual { position: relative; }
.mk-hero-photo { border-radius: 20px; overflow: hidden; box-shadow: 0 40px 80px -30px rgba(20,16,10,.5); border: 6px solid #fff; transform: rotate(1.2deg); }
.mk-hero-photo img { display: block; width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3.3; }
.mk-orb { position: absolute; border-radius: 50%; filter: blur(6px); z-index: -1; }
.mk-orb.a { width: 200px; height: 200px; background: radial-gradient(circle, rgba(245,141,10,.5), transparent 70%); top: -40px; right: -30px; }
.mk-fcard { position: absolute; background: rgba(255,255,255,.92); backdrop-filter: blur(6px); border: 1px solid var(--mk-line); border-radius: 14px; padding: .7rem .9rem; box-shadow: 0 18px 40px -18px rgba(20,16,10,.45); display: flex; align-items: center; gap: .65rem; }
.mk-fcard .fi { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; color: #fff; font-size: 1.1rem; flex: 0 0 auto; }
.mk-fcard > span:last-child { display: flex; flex-direction: column; gap: 2px; }
.mk-fcard .fl { display: block; font-size: .72rem; color: var(--mk-muted); line-height: 1; }
.mk-fcard .fv { display: block; font-weight: 750; color: var(--mk-ink); font-size: .95rem; line-height: 1.1; }
.mk-fcard.one { left: -34px; top: 26%; animation: mk-float 6s ease-in-out infinite; }
.mk-fcard.two { right: -26px; bottom: 16%; animation: mk-float 6s ease-in-out infinite 1.5s; }
@keyframes mk-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ---- Logos / BBPS strip --------------------------------------------------- */
.mk-strip { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1rem 2.4rem; color: var(--mk-muted); font-weight: 600; font-size: .92rem; }
.mk-strip .chip { display: inline-flex; align-items: center; gap: .5rem; }
.mk-strip i { color: var(--brand); font-size: 1.1rem; }

/* ---- Feature rows (how it works) ------------------------------------------ */
.mk-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.2rem; counter-reset: step; }
.mk-step { position: relative; padding: 1.6rem 1.4rem; background: #fff; border: 1px solid var(--mk-line); border-radius: 16px; transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s; }
.mk-step:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -28px rgba(20,16,10,.4); }
.mk-step .n { counter-increment: step; font-weight: 800; font-size: .82rem; color: var(--brand); letter-spacing: .06em; }
.mk-step .n::before { content: "0" counter(step); }
.mk-step .si { width: 46px; height: 46px; border-radius: 13px; background: var(--mk-tint); color: var(--brand-700); display: grid; place-items: center; font-size: 1.3rem; margin: .7rem 0 .9rem; }
.mk-step h3 { font-size: 1.08rem; font-weight: 750; }
.mk-step p { margin: .5rem 0 0; font-size: .92rem; line-height: 1.6; color: var(--mk-body); }

/* ---- Service blocks (alternating image + copy) ---------------------------- */
.mk-svc { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.mk-svc + .mk-svc { margin-top: clamp(3rem, 6vw, 5rem); }
.mk-svc.rev .mk-svc-media { order: 2; }
.mk-svc-media { position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 34px 70px -34px rgba(20,16,10,.5); aspect-ratio: 5 / 4; }
.mk-svc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.mk-svc:hover .mk-svc-media img { transform: scale(1.05); }
.mk-svc-media .badge { position: absolute; top: 16px; left: 16px; background: rgba(255,255,255,.94); border-radius: 10px; padding: .35rem .7rem; font-weight: 700; font-size: .8rem; color: var(--brand-700); display: inline-flex; gap: .4rem; align-items: center; }
.mk-svc h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); font-weight: 800; }
.mk-svc .mk-lead { margin-top: 1rem; }
.mk-svc ul { list-style: none; padding: 0; margin: 1.3rem 0; display: grid; gap: .7rem; }
.mk-svc li { display: flex; gap: .65rem; align-items: flex-start; color: var(--mk-body); }
.mk-svc li i { color: var(--brand); margin-top: .15rem; }
.mk-svc-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.5rem; }

/* ---- Stat band ------------------------------------------------------------ */
.mk-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.4rem; }
.mk-stat { text-align: center; padding: 1.4rem 1rem; }
.mk-stat .num { font-size: clamp(2rem, 4.5vw, 2.9rem); font-weight: 850; color: var(--brand); letter-spacing: -.03em; line-height: 1; font-variant-numeric: tabular-nums; }
.mk-stat .lab { margin-top: .5rem; font-weight: 650; color: var(--mk-ink); }
.mk-stat .sub { color: var(--mk-muted); font-size: .84rem; margin-top: .2rem; }

/* ---- Split / about ------------------------------------------------------- */
.mk-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.mk-split-media { border-radius: 20px; overflow: hidden; box-shadow: 0 34px 70px -34px rgba(20,16,10,.5); aspect-ratio: 4 / 3; }
.mk-split-media img { width: 100%; height: 100%; object-fit: cover; }

/* ---- Value cards ---------------------------------------------------------- */
.mk-values { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.2rem; }
.mk-value { padding: 1.6rem; background: #fff; border: 1px solid var(--mk-line); border-radius: 16px; transition: transform .3s, box-shadow .3s; }
.mk-value:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -28px rgba(20,16,10,.4); }
.mk-value .vi { width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; font-size: 1.4rem; color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-700)); }
.mk-value h3 { font-size: 1.1rem; font-weight: 750; margin-top: 1rem; }
.mk-value p { margin: .5rem 0 0; font-size: .92rem; line-height: 1.6; color: var(--mk-body); }

/* ---- FAQ ------------------------------------------------------------------ */
.mk-faq { max-width: 760px; margin: 0 auto; }
.mk-faq details { border: 1px solid var(--mk-line); border-radius: 14px; background: #fff; padding: 0 1.2rem; margin-bottom: .8rem; transition: box-shadow .25s; }
.mk-faq details[open] { box-shadow: 0 18px 40px -24px rgba(20,16,10,.35); }
.mk-faq summary { list-style: none; cursor: pointer; padding: 1.1rem 0; font-weight: 700; color: var(--mk-ink); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.mk-faq summary::-webkit-details-marker { display: none; }
.mk-faq summary .chev { color: var(--brand); transition: transform .25s; flex: 0 0 auto; }
.mk-faq details[open] summary .chev { transform: rotate(180deg); }
.mk-faq .ans { padding: 0 0 1.1rem; color: var(--mk-body); line-height: 1.7; }

/* ---- CTA band ------------------------------------------------------------- */
.mk-cta { position: relative; overflow: hidden; border-radius: 24px; padding: clamp(2.5rem, 5vw, 4rem); background: linear-gradient(135deg, #f58d0a 0%, #e07d08 55%, #c56a06 100%); color: #fff; text-align: center; }
.mk-cta::after { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 80% at 90% 10%, rgba(255,255,255,.22), transparent 60%); pointer-events: none; }
.mk-cta h2 { color: #fff; font-size: clamp(1.7rem, 4vw, 2.6rem); font-weight: 850; position: relative; }
.mk-cta p { color: rgba(255,255,255,.92); margin: 1rem auto 0; max-width: 46ch; font-size: 1.06rem; position: relative; }
.mk-cta .acts { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; margin-top: 1.8rem; position: relative; }

/* ---- Contact -------------------------------------------------------------- */
.mk-contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 5vw, 3.5rem); align-items: start; }
.mk-cinfo { display: grid; gap: 1rem; }
.mk-cinfo .row { display: flex; gap: .9rem; align-items: flex-start; padding: 1.1rem 1.2rem; background: #fff; border: 1px solid var(--mk-line); border-radius: 14px; }
.mk-cinfo .row .ci { width: 44px; height: 44px; border-radius: 12px; background: var(--mk-tint); color: var(--brand-700); display: grid; place-items: center; font-size: 1.2rem; flex: 0 0 auto; }
.mk-cinfo .row .k { font-weight: 700; color: var(--mk-ink); }
.mk-cinfo .row .v { color: var(--mk-body); font-size: .92rem; margin-top: .15rem; word-break: break-word; }
.mk-cinfo .row a { color: var(--brand-700); text-decoration: none; }
.mk-form { background: #fff; border: 1px solid var(--mk-line); border-radius: 18px; padding: clamp(1.4rem, 3vw, 2rem); box-shadow: 0 24px 60px -34px rgba(20,16,10,.4); }
.mk-field { margin-bottom: 1rem; }
.mk-field label { display: block; font-weight: 600; font-size: .85rem; color: var(--mk-ink); margin-bottom: .35rem; }
.mk-field input, .mk-field textarea { width: 100%; border: 1px solid var(--border-strong); border-radius: 11px; padding: .7rem .85rem; font: inherit; color: var(--mk-ink); }
.mk-field input:focus, .mk-field textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(245,141,10,.15); }
.mk-map { border-radius: 16px; overflow: hidden; border: 1px solid var(--mk-line); box-shadow: 0 20px 50px -30px rgba(20,16,10,.4); }
.mk-map iframe { display: block; width: 100%; height: 320px; border: 0; }

/* ---- Page header (About / Contact / Services top) ------------------------- */
.mk-phead { position: relative; overflow: hidden; padding: clamp(3.2rem, 7vw, 5rem) 0 clamp(2.6rem, 5vw, 3.6rem); text-align: center; }
.mk-phead::before { content: ""; position: absolute; inset: 0; z-index: 0; background:
    radial-gradient(55% 60% at 80% 0%, rgba(245,141,10,.18), transparent 60%),
    radial-gradient(50% 60% at 10% 100%, rgba(251,146,60,.14), transparent 60%),
    linear-gradient(180deg, #fffaf4, #fff); }
.mk-phead > * { position: relative; z-index: 1; }
.mk-phead h1 { font-size: clamp(2.1rem, 5vw, 3.2rem); font-weight: 850; letter-spacing: -.03em; }
.mk-phead p { margin: 1rem auto 0; max-width: 52ch; color: var(--mk-body); font-size: 1.08rem; line-height: 1.6; }

/* ---- Footer --------------------------------------------------------------- */
.mk-footer { background: linear-gradient(180deg, var(--mk-ftr-2), var(--mk-ftr)); color: #cdbfae; padding: clamp(3rem, 6vw, 4.5rem) 0 1.6rem; }
.mk-footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 2rem; }
.mk-footer h4 { color: #fff; font-size: .95rem; font-weight: 750; margin: 0 0 1rem; }
.mk-footer a { color: #cdbfae; text-decoration: none; transition: color .2s; }
.mk-footer a:hover { color: var(--brand); }
.mk-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .6rem; font-size: .9rem; }
.mk-footer .fbrand { display: flex; align-items: center; gap: .6rem; margin-bottom: 1rem; }
.mk-footer .fbrand img { height: 32px; background: #fff; border-radius: 8px; padding: 3px 6px; }
.mk-footer .fbrand .n { font-weight: 800; color: #fff; font-size: 1.1rem; }
.mk-footer .fdesc { font-size: .9rem; line-height: 1.7; max-width: 34ch; }
.mk-footer .fcontact { display: grid; gap: .5rem; font-size: .88rem; margin-top: 1rem; }
.mk-footer .fcontact i { color: var(--brand); width: 1.1rem; }
.mk-social { display: flex; gap: .6rem; margin-top: 1.2rem; }
.mk-social a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); display: grid; place-items: center; color: #cdbfae; font-size: 1rem; }
.mk-social a:hover { background: var(--brand); border-color: var(--brand); color: #fff; }
.mk-newsletter { display: flex; gap: .5rem; margin-top: 1rem; }
.mk-newsletter input { flex: 1; min-width: 0; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.05); color: #fff; border-radius: 10px; padding: .65rem .8rem; font: inherit; }
.mk-newsletter input::placeholder { color: #8a8071; }
.mk-newsletter button { border: 0; background: var(--brand); color: #fff; border-radius: 10px; width: 46px; display: grid; place-items: center; cursor: pointer; }
.mk-footer-bottom { margin-top: 2.4rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.08); display: flex; flex-wrap: wrap; gap: .6rem 1.2rem; justify-content: space-between; align-items: center; font-size: .82rem; }
.mk-footer-bottom .pw { color: #fff; font-weight: 700; }
.mk-footer-bottom a { text-decoration: underline; text-underline-offset: 3px; }

/* ---- Scroll reveal -------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; }

/* ---- Responsive ----------------------------------------------------------- */
@media (max-width: 960px) {
    .mk-hero-grid, .mk-svc, .mk-svc.rev .mk-svc-media, .mk-split, .mk-contact-grid { grid-template-columns: 1fr; }
    .mk-svc.rev .mk-svc-media { order: 0; }
    .mk-footer-grid { grid-template-columns: 1fr 1fr; }
    .mk-links, .mk-nav-cta .mk-desktop-login { display: none; }
    .mk-burger { display: grid; place-items: center; }
    .mk-mobile { display: none; }
    .mk-mobile.open { display: block; }
    .mk-mobile { padding: .6rem 0 1rem; border-top: 1px solid var(--mk-line); }
    .mk-mobile a { display: block; padding: .7rem .4rem; font-weight: 600; color: var(--mk-ink); text-decoration: none; border-radius: 8px; }
    .mk-mobile a:hover { background: var(--mk-tint); }
    .mk-mobile .grp { color: var(--mk-muted); font-size: .74rem; text-transform: uppercase; letter-spacing: .06em; margin: .8rem .4rem .2rem; font-weight: 700; }
}
@media (min-width: 961px) { .mk-mobile, .mk-burger { display: none; } }
@media (max-width: 560px) {
    .mk-footer-grid { grid-template-columns: 1fr; }
    .mk-fcard { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
    .mk-fcard.one, .mk-fcard.two { animation: none; }
    .mk-btn, .mk-step, .mk-value, .mk-svc-media img { transition: none; }
    .mk-btn-primary:hover, .mk-btn-ghost:hover, .mk-step:hover, .mk-value:hover { transform: none; }
}
