.mk-page{min-height:100vh;display:flex;flex-direction:column;position:relative;isolation:isolate}.mk-page:before{inset:0 0 auto;height:900px;z-index:-2;background-image:linear-gradient(to right,var(--grid-line) 1px,transparent 1px),linear-gradient(to bottom,var(--grid-line) 1px,transparent 1px);background-size:64px 64px;-webkit-mask-image:linear-gradient(180deg,#000 0,#000 40%,transparent);mask-image:linear-gradient(180deg,#000 0,#000 40%,transparent)}.mk-page:after,.mk-page:before{content:"";position:absolute;pointer-events:none}.mk-page:after{top:-280px;left:50%;width:min(1100px,130vw);height:620px;transform:translateX(-50%);z-index:-1;background:radial-gradient(ellipse at center,var(--brand-glow) 0,transparent 62%);filter:blur(60px)}.mk-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;justify-content:space-between;gap:1rem;padding:.85rem 1.5rem;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--bg) 78%,transparent);-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px)}.mk-header,.mk-nav{display:flex;align-items:center}.mk-nav{gap:.35rem}.mk-nav__link{padding:.4rem .7rem;border-radius:var(--radius);color:var(--fg-muted);text-decoration:none;font-size:.88rem;transition:color .12s ease}.mk-nav__link:hover{color:var(--fg)}.mk-main{flex:1 1}.mk-wrap{max-width:1080px;margin:0 auto;padding-inline:1.5rem}.mk-section{padding-block:5.5rem;border-top:1px solid var(--border)}.mk-section--flush{border-top:none}.mk-section__head{max-width:640px;margin-bottom:2.75rem}.mk-section__title{font-size:clamp(1.65rem,3.6vw,2.35rem);margin:.8rem 0 .7rem;text-wrap:balance}.mk-section__lead{color:var(--fg-muted);margin:0;font-size:1.02rem;max-width:58ch}.mk-hero{padding-block:6rem 4rem;max-width:880px;margin:0 auto}.mk-eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.28rem .75rem .28rem .55rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);font-family:var(--font-mono);font-size:.74rem;color:var(--fg-muted);margin-bottom:1.75rem}.mk-eyebrow__dot{width:6px;height:6px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 3px var(--brand-wash);flex:none}.mk-hero__title{font-size:clamp(2.6rem,7vw,4.4rem);font-weight:600;letter-spacing:-.045em;line-height:1.02;text-wrap:balance;margin-bottom:1.5rem}.mk-hero__title em{font-style:normal;color:var(--brand)}.mk-hero__sub{font-size:clamp(1.02rem,2.1vw,1.18rem);color:var(--fg-muted);max-width:60ch;margin:0 0 2.25rem}.mk-hero__actions{display:flex;gap:.65rem;flex-wrap:wrap;align-items:center}.mk-hero__meta{display:flex;gap:1.25rem;flex-wrap:wrap;margin-top:1.5rem;font-family:var(--font-mono);font-size:.76rem;color:var(--fg-faint)}.mk-bento{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:1rem;gap:1rem}.mk-tile{grid-column:span 2;display:flex;flex-direction:column;gap:.6rem;padding:1.4rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);transition:border-color .16s ease,background .16s ease;min-width:0}.mk-tile:hover{border-color:var(--border-hover)}.mk-tile--wide{grid-column:span 3}.mk-tile--full{grid-column:1/-1}.mk-tile__icon{color:var(--brand);display:flex}.mk-tile__title{font-size:1rem;font-weight:550;letter-spacing:-.02em}.mk-tile__text{color:var(--fg-muted);font-size:.9rem;margin:0}.mk-tile__num{font-family:var(--font-mono);font-size:.72rem;color:var(--brand);letter-spacing:.1em}.mk-split{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1rem;gap:1rem}.mk-panel{border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;background:var(--surface)}.mk-panel--accent{border-color:color-mix(in srgb,var(--brand) 35%,var(--border));background:linear-gradient(180deg,var(--brand-wash) 0,transparent 55%),var(--surface)}.mk-panel__head{display:flex;align-items:center;gap:.55rem;margin-bottom:1rem}.mk-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem;color:var(--fg-muted);font-size:.92rem}.mk-list li{display:grid;grid-template-columns:1.1rem 1fr;grid-gap:.6rem;gap:.6rem;align-items:start}.mk-list__glyph{font-family:var(--font-mono);color:var(--fg-faint);line-height:1.5}.mk-list__glyph--yes{color:var(--brand)}.mk-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:var(--surface)}.mk-stat{padding:1.6rem 1.4rem;border-right:1px solid var(--border)}.mk-stat:last-child{border-right:none}.mk-stat__value{font-size:2.1rem;font-weight:600;letter-spacing:-.04em;line-height:1.1;display:block}.mk-stat__value em{font-style:normal;color:var(--brand)}.mk-stat__label{color:var(--fg-muted);font-size:.86rem;margin:.35rem 0 0}.mk-plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));grid-gap:1rem;gap:1rem;max-width:780px}.mk-plan{display:flex;flex-direction:column;gap:1.1rem;position:relative;border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.6rem;background:var(--surface)}.mk-plan--featured{border-color:color-mix(in srgb,var(--brand) 45%,var(--border));box-shadow:0 0 0 1px var(--brand-wash),0 24px 60px var(--brand-wash)}.mk-plan__badge{position:absolute;top:-.65rem;right:1.4rem;background:var(--btn-bg);color:var(--btn-ink);font-family:var(--font-mono);font-size:.66rem;letter-spacing:.08em;text-transform:uppercase;padding:.16rem .55rem;border-radius:999px}.mk-plan__price{font-size:2.6rem;font-weight:600;letter-spacing:-.045em;line-height:1}.mk-plan__period{font-size:.88rem;font-weight:400;color:var(--fg-faint);letter-spacing:0}.mk-plan__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem;font-size:.9rem;color:var(--fg-muted);flex:1 1}.mk-plan__list li{display:grid;grid-template-columns:1rem 1fr;grid-gap:.55rem;gap:.55rem}.mk-plan__check{color:var(--brand);font-family:var(--font-mono)}.mk-cta{position:relative;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-lg);padding:3.5rem 1.75rem;text-align:center;background:var(--surface)}.mk-cta:before{content:"";position:absolute;top:-160px;left:50%;width:620px;height:320px;transform:translateX(-50%);background:radial-gradient(ellipse at center,var(--brand-glow) 0,transparent 65%);filter:blur(50px);pointer-events:none}.mk-cta>*{position:relative}.mk-footer{border-top:1px solid var(--border);padding-block:2rem}.mk-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;color:var(--fg-faint);font-size:.84rem}.mk-footer__links{display:flex;gap:1.1rem;flex-wrap:wrap}.mk-footer__links a{color:var(--fg-muted);text-decoration:none}.mk-footer__links a:hover{color:var(--fg)}@media (max-width:860px){.mk-bento{grid-template-columns:repeat(2,1fr)}.mk-tile,.mk-tile--wide{grid-column:span 2}.mk-stat{border-right:none;border-bottom:1px solid var(--border)}.mk-stat:last-child{border-bottom:none}}@media (max-width:560px){.mk-section{padding-block:3.5rem}.mk-hero{padding-block:3.5rem 2.5rem}.mk-bento{grid-template-columns:1fr}.mk-tile,.mk-tile--wide{grid-column:span 1}}