.mk-page-main {
    padding: 5rem 0 6rem;
}

.mk-page-shell {
    width: min(var(--mk-shell), calc(100% - 48px));
    margin: 0 auto;
}

.mk-page-shell--narrow {
    width: min(960px, calc(100% - 48px));
}

.mk-page-hero {
    position: relative;
    overflow: hidden;
    padding: 3rem;
    border: 1px solid var(--mk-line);
    border-radius: 12px;
    background: #fdfdfc;
    box-shadow: var(--mk-shadow-1);
}

.mk-page-hero--contrast {
    background: #17181a;
    color: #ffffff;
}

.mk-page-hero--contrast .mk-body,
.mk-page-hero--contrast .mk-lead,
.mk-page-hero--contrast .mk-page-meta,
.mk-page-hero--contrast .mk-page-pill,
.mk-page-hero--contrast .mk-eyebrow {
    color: rgba(255, 255, 255, 0.78);
}

.mk-page-grid {
    display: grid;
    gap: 1.5rem;
}

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

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

.mk-page-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mk-page-stack {
    display: grid;
    gap: 1.5rem;
}

.mk-page-stack--lg {
    gap: 2rem;
}

.mk-page-meta {
    margin: 0;
    color: var(--mk-muted);
    font-size: 0.95rem;
}

.mk-page-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.mk-page-pill {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 1rem;
    border: 1px solid rgba(16, 17, 20, 0.08);
    border-radius: var(--mk-radius-pill);
    background: rgba(255, 255, 255, 0.78);
    color: var(--mk-ink-soft);
    font-family: "Outfit", sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.mk-page-card {
    height: 100%;
    padding: 1.5rem;
    border: 1px solid var(--mk-line);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: var(--mk-shadow-1);
}

.mk-page-card h3,
.mk-page-card h4 {
    margin: 0 0 0.75rem;
    font-family: "Outfit", sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.mk-page-card p,
.mk-page-card li {
    margin: 0;
    color: var(--mk-muted);
}

.mk-page-card ul,
.mk-page-card ol {
    margin: 0;
    padding-left: 1.2rem;
}

.mk-page-section {
    padding-top: 2rem;
}

.mk-page-section-header {
    display: grid;
    gap: 0.9rem;
    margin-bottom: 1.5rem;
}

.mk-page-section-header--center {
    max-width: 720px;
    margin: 0 auto 1.5rem;
    text-align: center;
}

.mk-page-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--mk-line);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: var(--mk-shadow-1);
}

.mk-page-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
}

.mk-page-table th,
.mk-page-table td {
    padding: 1rem 1.1rem;
    border-bottom: 1px solid var(--mk-line);
    text-align: left;
    vertical-align: top;
}

.mk-page-table thead th {
    font-family: "Outfit", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: var(--mk-ink);
    background: #fcfcfb;
}

.mk-page-table tbody tr:last-child td {
    border-bottom: 0;
}

.mk-page-table td:first-child,
.mk-page-table th:first-child {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    color: var(--mk-ink);
}

.mk-step-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
}

.mk-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    background: var(--mk-accent-soft);
    color: var(--mk-ink);
    font-family: "Outfit", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    flex-shrink: 0;
}

.mk-compare-quote {
    padding: 1.5rem;
    border: 1px solid var(--mk-line);
    border-radius: 12px;
    background: #fafaf9;
    box-shadow: var(--mk-shadow-1);
}

.mk-compare-quote p {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 1.15rem;
    line-height: 1.45;
    letter-spacing: -0.02em;
}

.mk-compare-quote a,
.mk-link-inline {
    text-decoration: underline !important;
    text-underline-offset: 0.16em;
}

.mk-monitor {
    display: grid;
    justify-items: center;
}

.mk-monitor__frame {
    width: min(100%, 460px);
    border-radius: 16px;
    background: #15271c;
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 26px 54px rgba(0, 0, 0, 0.38);
    padding: 12px;
}

.mk-monitor__chrome {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.mk-monitor__chrome span {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
}

.mk-monitor__chrome span:nth-child(1) {
    background: #ff5f56;
}

.mk-monitor__chrome span:nth-child(2) {
    background: #ffbd2e;
}

.mk-monitor__chrome span:nth-child(3) {
    background: #27c93f;
}

.mk-monitor__screen {
    position: relative;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #f8f6f0;
    color: #1f241f;
    height: 300px;
    overflow: hidden;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.05);
}

.mk-monitor__feed {
    padding: 18px;
    display: grid;
    gap: 12px;
    animation: monitor-scroll 10s ease-in-out infinite;
}

.mk-monitor__feed p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

.mk-monitor__feed p:first-child,
.mk-monitor__feed p:nth-child(9) {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.mk-monitor__ad {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    z-index: 10;
}

.mk-ad-popup {
    background: #ffffff;
    border-radius: 8px;
    width: 85%;
    max-width: 320px;
    padding: 24px 20px 20px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
    color: #1c1b17;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mk-ad-popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: #f1f1f1;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
    color: #999;
}

.mk-ad-popup__title {
    font-size: 1.25rem;
    color: #d93838;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
}

.mk-ad-popup__text {
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.45;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 400;
}

.mk-ad-popup__btn {
    background: #d93838;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.95rem;
    margin-top: 4px;
    box-shadow: 0 4px 12px rgba(217, 56, 56, 0.25);
    font-family: "Outfit", sans-serif;
}

.mk-ad-popup__tiny {
    font-size: 0.7rem;
    color: #aaa;
    text-decoration: underline;
    margin-top: 6px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mk-ad-popup--video {
    padding: 8px;
    gap: 8px;
}

.mk-ad-popup__video-ui {
    background: #000;
    color: #fff;
    height: 120px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    font-family: "Outfit", sans-serif;
}

.mk-monitor__ad--one {
    animation: ad-hit 10s ease-in-out infinite;
}

.mk-monitor__ad--two {
    animation: ad-hit 10s ease-in-out infinite 2.7s;
}

.mk-monitor__ad--three {
    animation: ad-hit 10s ease-in-out infinite 5.4s;
}

@keyframes monitor-scroll {
    0% {
        transform: translateY(0);
    }
    14% {
        transform: translateY(-80px);
    }
    28% {
        transform: translateY(-80px);
    }
    44% {
        transform: translateY(-176px);
    }
    58% {
        transform: translateY(-176px);
    }
    74% {
        transform: translateY(-276px);
    }
    88% {
        transform: translateY(-276px);
    }
    100% {
        transform: translateY(-362px);
    }
}

@keyframes ad-hit {
    0%,
    20%,
    100% {
        opacity: 0;
        pointer-events: none;
    }
    23%,
    33% {
        opacity: 1;
        pointer-events: auto;
    }
    36%,
    99% {
        opacity: 0;
        pointer-events: none;
    }
}

.mk-monitor__stand {
    width: 210px;
    height: 14px;
    background: #15271c;
    border-radius: 999px;
    margin-top: 10px;
}

.mk-faq-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.mk-faq-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 1rem;
    border: 1px solid var(--mk-line);
    border-radius: 8px;
    background: #ffffff;
    font-family: "Outfit", sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
}

.mk-faq-list {
    display: grid;
    gap: 1rem;
}

.mk-faq-item {
    border: 1px solid var(--mk-line);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: var(--mk-shadow-1);
}

.mk-faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 1.1rem 1.25rem;
    font-family: "Outfit", sans-serif;
    font-size: 1.06rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.mk-faq-item summary::-webkit-details-marker {
    display: none;
}

.mk-faq-item[open] summary {
    border-bottom: 1px solid var(--mk-line);
}

.mk-faq-answer {
    padding: 0 1.25rem 1.2rem;
    color: var(--mk-muted);
}

.mk-faq-answer p,
.mk-faq-answer li {
    margin: 0;
}

.mk-faq-answer p + p,
.mk-faq-answer ul,
.mk-faq-answer ol {
    margin-top: 0.8rem;
}

.mk-copy-sections {
    display: grid;
    gap: 1.25rem;
}

.mk-copy-section {
    padding: 1.6rem;
    border: 1px solid var(--mk-line);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: var(--mk-shadow-1);
}

.mk-copy-section h2 {
    margin: 0 0 0.9rem;
    font-family: "Outfit", sans-serif;
    font-size: 1.55rem;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.mk-copy-section p,
.mk-copy-section li {
    margin: 0;
    color: var(--mk-muted);
}

.mk-copy-section ul,
.mk-copy-section ol {
    margin: 0.9rem 0 0;
    padding-left: 1.2rem;
}

.mk-copy-section p + p,
.mk-copy-section p + ul,
.mk-copy-section ul + p {
    margin-top: 0.9rem;
}

.mk-source-list {
    margin: 0;
    padding-left: 1.2rem;
    color: var(--mk-muted);
}

.mk-source-list li + li {
    margin-top: 0.6rem;
}

.mk-cta-band {
    padding: 2rem;
    border: 1px solid var(--mk-line);
    border-radius: 12px;
    background: #fafaf9;
    box-shadow: var(--mk-shadow-1);
}

.mk-cta-band__layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.mk-cta-band__layout .mk-heading {
    font-size: clamp(2rem, 3vw, 2.6rem);
}

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

    .mk-page-grid--2 {
        grid-template-columns: 1fr;
    }

    .mk-monitor {
        margin: 0;
        max-width: none;
    }
}

@media (max-width: 720px) {
    .mk-page-main {
        padding: 4rem 0 5rem;
    }

    .mk-page-shell,
    .mk-page-shell--narrow {
        width: min(100% - 32px, 100%);
    }

    .mk-page-hero,
    .mk-cta-band {
        padding: 1.5rem;
        border-radius: 12px;
    }

    .mk-page-grid--4,
    .mk-page-grid--3 {
        grid-template-columns: 1fr;
    }

    .mk-copy-section,
    .mk-page-card,
    .mk-compare-quote {
        padding: 1.2rem;
    }

    .mk-cta-band__layout {
        flex-direction: column;
        align-items: flex-start;
    }

    .mk-monitor__screen {
        min-height: 360px;
    }
}
