.mk-page{--ink:#101828;--muted:#667085;--line:#e4e7ec;--soft:#f8fafc;--brand:#1457d9;--brand-soft:#eef4ff;--green:#13a66f;--red:#e5484d;--yellow:#f2b33d;--dark:#0b1220;--white:#fff;width:100%;background:var(--white);color:var(--ink)}.mk-page *{box-sizing:border-box}.mk-wrap{width:min(1120px,calc(100% - 36px));margin:0 auto}.mk-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 19px;border-radius:8px;border:1px solid transparent;text-decoration:none;font-size:15px;font-weight:850;line-height:1;white-space:nowrap}.mk-btn-white{background:#fff;color:var(--dark)}.mk-btn-blue{background:var(--brand);color:#fff}.mk-btn-ghost{color:#fff;border-color:hsla(0,0%,100%,.25);background:transparent}.mk-hero{background:radial-gradient(circle at 78% 16%,rgba(19,166,111,.24),transparent 30%),linear-gradient(135deg,#0b1220,#111827 58%,#172033);color:#fff;padding:86px 0 76px;overflow:hidden}.mk-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center}.mk-label{display:inline-flex;align-items:center;gap:9px;margin-bottom:22px;color:hsla(0,0%,100%,.78);font-size:14px;font-weight:800}.mk-label span{width:9px;height:9px;border-radius:999px;background:var(--green);box-shadow:0 0 0 6px rgba(19,166,111,.16)}.mk-hero h1{margin:0;max-width:720px;font-size:clamp(38px,5.4vw,68px);line-height:1.03;letter-spacing:0;font-weight:950}.mk-hero p{margin:22px 0 0;max-width:640px;color:hsla(0,0%,100%,.74);font-size:18px;line-height:1.8}.mk-actions{display:flex;flex-wrap:wrap}.mk-actions,.mk-proof{gap:12px;margin-top:32px}.mk-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:680px}.mk-proof-item{border:1px solid hsla(0,0%,100%,.14);background:hsla(0,0%,100%,.07);border-radius:10px;padding:14px;color:hsla(0,0%,100%,.72);font-size:13px;line-height:1.45}.mk-proof-item strong{display:block;margin-bottom:4px;color:#fff;font-size:18px;line-height:1.2}.mk-app{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.16);border-radius:14px;padding:14px;box-shadow:0 34px 90px rgba(0,0,0,.34)}.mk-app-screen{background:#f9fafb;border-radius:10px;overflow:hidden;color:var(--ink)}.mk-app-top{min-height:54px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px}.mk-app-brand{font-weight:900;font-size:15px}.mk-app-nav{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.mk-pill{min-height:26px;padding:5px 10px;border-radius:999px;background:var(--brand-soft);color:var(--brand);display:inline-flex;align-items:center;font-size:12px;font-weight:850;line-height:1}.mk-app-body{padding:22px}.mk-app-title{font-size:13px;font-weight:900;color:var(--muted);margin-bottom:14px}.mk-module{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:start;background:#fff;border:1px solid var(--line);border-radius:10px;padding:14px;margin-top:10px}.mk-module:first-of-type{margin-top:0}.mk-module-num{width:42px;height:42px;border-radius:8px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand);font-weight:950}.mk-module h3{margin:0 0 4px;font-size:15px;line-height:1.35}.mk-module p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.mk-language-panel{margin-top:16px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:14px;border-radius:10px;background:#111827}.mk-lang{min-height:54px;border-radius:8px;display:grid;place-items:center;color:#fff;font-weight:900;font-size:13px;text-align:center;background:hsla(0,0%,100%,.1)}.mk-lang.zh{background:var(--brand)}.mk-lang.en{background:var(--green)}.mk-lang.jp{background:#fff;color:var(--dark)}.mk-lang.vi{background:var(--yellow);color:var(--dark)}.mk-section{padding:76px 0}.mk-section-soft{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.mk-head{max-width:800px;margin-bottom:34px}.mk-head h2{margin:0;font-size:clamp(30px,4vw,46px);line-height:1.12;letter-spacing:0;font-weight:950}.mk-head p{margin:14px 0 0;color:var(--muted);font-size:17px;line-height:1.75}.mk-target-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:16px;align-items:stretch}.mk-target-list,.mk-target-main{background:#fff;border:1px solid var(--line);border-radius:12px;padding:26px}.mk-target-list h3,.mk-target-main h3{margin:0 0 12px;font-size:24px;line-height:1.28}.mk-target-list p,.mk-target-main p{margin:0;color:var(--muted);line-height:1.75;font-size:15px}.mk-checks{display:grid;gap:12px;margin-top:20px}.mk-check{display:grid;grid-template-columns:26px 1fr;gap:10px;align-items:start;color:var(--ink);font-size:15px;line-height:1.55}.mk-check span{width:26px;height:26px;border-radius:999px;display:grid;place-items:center;background:#e9f8f1;color:var(--green);font-weight:950;font-size:13px}.mk-features{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.mk-feature{background:#fff;border:1px solid var(--line);border-radius:10px;padding:20px;min-height:220px}.mk-feature-mark{width:38px;height:38px;border-radius:8px;margin-bottom:18px;display:grid;place-items:center;color:#fff;font-weight:950;font-size:13px}.mk-feature h3{margin:0 0 10px;font-size:18px;line-height:1.3}.mk-feature p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.mk-feature a{display:inline-flex;margin-top:14px;color:var(--brand);text-decoration:none;font-weight:900;font-size:14px}.mk-mark-blue{background:var(--brand)}.mk-mark-green{background:var(--green)}.mk-mark-red{background:var(--red)}.mk-mark-yellow{background:var(--yellow);color:var(--ink)}.mk-mark-dark{background:var(--dark)}.mk-path{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.mk-step{background:#fff;border:1px solid var(--line);border-radius:10px;padding:22px}.mk-step-num{color:var(--brand);font-size:13px;font-weight:950;margin-bottom:18px}.mk-step h3{margin:0 0 10px;font-size:19px;line-height:1.35}.mk-step p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}.mk-stage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.mk-stage{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-top:3px solid var(--line);border-radius:12px;padding:22px;text-decoration:none;color:var(--ink);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.mk-stage:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(16,24,40,.1)}.mk-stage-step{font-size:13px;font-weight:950;margin-bottom:12px}.mk-stage h3{margin:0 0 8px;font-size:17px;line-height:1.4}.mk-stage p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.mk-stage-cta{margin-top:auto;padding-top:16px;font-weight:900;font-size:14px}.mk-stage-blue{border-top-color:var(--brand)}.mk-stage-blue .mk-stage-cta,.mk-stage-blue .mk-stage-step{color:var(--brand)}.mk-stage-yellow{border-top-color:var(--yellow)}.mk-stage-yellow .mk-stage-cta,.mk-stage-yellow .mk-stage-step{color:#b7791f}.mk-stage-green{border-top-color:var(--green)}.mk-stage-green .mk-stage-cta,.mk-stage-green .mk-stage-step{color:var(--green)}.mk-stage-red{border-top-color:var(--red)}.mk-stage-red .mk-stage-cta,.mk-stage-red .mk-stage-step{color:var(--red)}.mk-mobile-strip{display:none;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0}.mk-mobile-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mk-pricing{background:var(--dark);color:#fff}.mk-pricing .mk-head p{color:hsla(0,0%,100%,.68)}.mk-price-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.mk-price{border:1px solid hsla(0,0%,100%,.16);background:hsla(0,0%,100%,.07);border-radius:12px;padding:28px}.mk-price h3{margin:0 0 10px;font-size:24px}.mk-price p{margin:0;color:hsla(0,0%,100%,.7);line-height:1.7}.mk-price strong{display:block;margin:8px 0 20px;font-size:38px;line-height:1}.mk-price-badge{display:inline-flex;align-items:center;margin-top:18px;padding:4px 11px;border-radius:999px;background:rgba(229,72,77,.2);color:#ff9b9e;font-size:12px;font-weight:900}.mk-price-was{margin-right:12px;color:hsla(0,0%,100%,.5);font-size:.6em;font-weight:800;text-decoration:line-through}.mk-carousel{position:relative;overflow:hidden;border-radius:16px;box-shadow:0 34px 90px rgba(0,0,0,.34)}.mk-carousel-track{display:flex;transition:transform .5s ease}.mk-slide{flex:0 0 100%;min-width:100%}.mk-slide-card{display:flex;flex-direction:column;min-height:420px;padding:30px;text-decoration:none;color:#fff}.mk-slide-icon{font-size:40px;line-height:1}.mk-slide-eyebrow{align-self:flex-start;margin-top:18px;padding:5px 11px;border-radius:999px;background:hsla(0,0%,100%,.18);font-size:12px;font-weight:900}.mk-slide-card h3{margin:auto 0 10px;font-size:28px;line-height:1.2;font-weight:950}.mk-slide-card p{margin:0;color:hsla(0,0%,100%,.9);font-size:15px;line-height:1.65}.mk-slide-cta{margin-top:18px;font-weight:900;font-size:15px}.mk-slide-red{background:radial-gradient(circle at 82% 12%,hsla(0,0%,100%,.18),transparent 42%),linear-gradient(140deg,#f2603f,#d3283a)}.mk-slide-blue{background:radial-gradient(circle at 82% 12%,hsla(0,0%,100%,.18),transparent 42%),linear-gradient(140deg,#3b82f6,#1746b8)}.mk-slide-purple{background:radial-gradient(circle at 82% 12%,hsla(0,0%,100%,.18),transparent 42%),linear-gradient(140deg,#a06bff,#6d3fd6)}.mk-carousel-dots{position:absolute;bottom:16px;right:18px;display:flex;gap:6px}.mk-dot{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:hsla(0,0%,100%,.45);cursor:pointer;transition:width .2s ease,background .2s ease}.mk-dot.is-active{width:22px;background:#fff}.mk-final{text-align:center;padding:76px 0}.mk-final h2{margin:0;font-size:clamp(32px,4vw,50px);line-height:1.12;font-weight:950}.mk-final p{max-width:700px;margin:16px auto 0;color:var(--muted);font-size:17px;line-height:1.75}.mk-final .mk-actions{justify-content:center}@media (max-width:980px){.mk-hero-grid,.mk-price-grid,.mk-target-grid{grid-template-columns:1fr}.mk-features{grid-template-columns:repeat(2,1fr)}.mk-path{grid-template-columns:1fr 1fr}.mk-stage-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.mk-wrap{width:min(100% - 28px,1120px)}.mk-hero{padding:46px 0 40px}.mk-hero-grid{gap:34px}.mk-hero h1{font-size:clamp(34px,10vw,46px);line-height:1.08}.mk-hero p{font-size:16px;line-height:1.72}.mk-actions{display:grid;grid-template-columns:1fr}.mk-btn{width:100%;min-height:52px}.mk-proof{grid-template-columns:1fr}.mk-app{padding:10px;border-radius:12px}.mk-app-body{padding:16px}.mk-app-top{align-items:flex-start;flex-direction:column}.mk-module{grid-template-columns:36px 1fr;padding:12px}.mk-module-num{width:36px;height:36px}.mk-language-panel{grid-template-columns:1fr 1fr}.mk-section{padding:54px 0}.mk-head{margin-bottom:24px}.mk-head h2{font-size:clamp(28px,8vw,36px);line-height:1.16}.mk-head p{font-size:15px;line-height:1.72}.mk-feature,.mk-price,.mk-step,.mk-target-list,.mk-target-main{padding:18px}.mk-slide-card{min-height:300px;padding:22px}.mk-slide-card h3{font-size:24px}.mk-features,.mk-path,.mk-stage-grid{grid-template-columns:1fr}.mk-feature{min-height:auto}.mk-mobile-strip{display:block;position:sticky;top:3.5rem;z-index:8}.mk-mobile-actions .mk-btn{min-height:46px;font-size:14px}.mk-final{padding:58px 0}}