:root{--mk-bg: #0d0f0d;--mk-surface: #101a15;--mk-surface-soft: #162820;--mk-primary: #03a66a;--mk-primary-2: #3df2b0;--mk-text: #eafff6;--mk-muted: rgba(220, 255, 243, .72);--mk-border: rgba(61, 242, 176, .2)}*{box-sizing:border-box}body.mk-body{margin:0;font-family:Manrope,sans-serif;color:var(--mk-text);background:radial-gradient(circle at 0% 0%,rgba(61,242,176,.15),transparent 35%),radial-gradient(circle at 100% 10%,rgba(3,166,106,.2),transparent 38%),linear-gradient(150deg,#050806,#012619 42%,#060a08)}body.mk-mobile-locked{overflow:hidden}.container{width:min(1200px,92vw);margin-inline:auto}.mk-header{position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#050c09d1;border-bottom:1px solid var(--mk-border)}.mk-header-inner{display:flex;justify-content:space-between;align-items:center;min-height:72px;gap:1rem}.mk-brand{color:var(--mk-text);text-decoration:none;font-family:Space Grotesk,sans-serif;font-weight:700;display:inline-flex;align-items:center;gap:.55rem}.mk-brand-dot{width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,var(--mk-primary-2),var(--mk-primary));box-shadow:0 0 0 5px #3df2b033}.mk-nav{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.mk-nav a{color:var(--mk-muted);text-decoration:none;font-weight:600}.mk-nav a:hover{color:var(--mk-text)}.mk-theme-toggle{cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:.45rem}.mk-theme-toggle__icon{display:inline-flex;width:1.15rem;justify-content:center;font-size:1rem;line-height:1}.mk-menu-toggle{display:none;width:2.6rem;height:2.6rem;border-radius:.75rem;border:1px solid var(--mk-border);background:#03a66a24;align-items:center;justify-content:center;gap:.24rem;flex-direction:column;cursor:pointer}.mk-menu-toggle span{display:block;width:1.2rem;height:2px;border-radius:999px;background:var(--mk-text);transition:transform .2s ease,opacity .2s ease}.mk-menu-toggle.is-active span:nth-child(1){transform:translateY(6px) rotate(45deg)}.mk-menu-toggle.is-active span:nth-child(2){opacity:0}.mk-menu-toggle.is-active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mk-btn{border:1px solid transparent;border-radius:.8rem;padding:.62rem .95rem;text-decoration:none;font-weight:700;color:#052117;background:linear-gradient(135deg,var(--mk-primary-2),var(--mk-primary))}.mk-btn--ghost{color:var(--mk-text);background:#03a66a26;border-color:var(--mk-border)}.mk-hero{padding:4.5rem 0 2.4rem}.mk-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:1.4rem;align-items:start}.mk-kicker{display:inline-block;border:1px solid var(--mk-border);border-radius:999px;padding:.28rem .7rem;color:var(--mk-primary-2);font-weight:700;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase}h1,h2,h3{font-family:Space Grotesk,sans-serif;letter-spacing:-.01em}.mk-hero h1{font-size:clamp(1.9rem,4vw,3rem);margin:.8rem 0;max-width:18ch}.mk-hero p{color:var(--mk-muted);max-width:58ch}.mk-cta-row{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.mk-meta-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.mk-meta-list span{font-size:.83rem;padding:.35rem .65rem;border-radius:999px;background:#03a66a26;border:1px solid var(--mk-border)}.mk-hero-card,.mk-card,.mk-price-card{background:linear-gradient(145deg,#101a15f2,#090f0cf2);border:1px solid var(--mk-border);border-radius:1rem;padding:1.1rem;box-shadow:0 18px 38px #00000057}.mk-hero-card ul,.mk-card ul{margin:0;padding-left:1.05rem;color:var(--mk-muted)}.mk-hero-card li,.mk-card li{margin-bottom:.45rem}.mk-section{padding:1.6rem 0}.mk-section--top{padding:3rem 0 1.6rem}.mk-section--alt{background:linear-gradient(145deg,#0126195c,#020b0824);border-block:1px solid var(--mk-border)}.mk-lead{color:var(--mk-muted)}.mk-cards-3,.mk-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.mk-guide-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem}.mk-guide-step h2{margin-top:0}.mk-guide-shot{margin-top:.7rem;min-height:210px;border:1px dashed var(--mk-border);border-radius:.85rem;background:linear-gradient(145deg,#03a66a1f,#01261933),repeating-linear-gradient(45deg,#3df2b014 0 10px,#01261929 10px 20px);display:flex;align-items:center;justify-content:center;text-align:center;color:var(--mk-muted);padding:.8rem;font-weight:700}.mk-guide-note{margin-top:1rem}.mk-guide-note code{background:#03a66a24;border:1px solid var(--mk-border);border-radius:.45rem;padding:.12rem .35rem}.mk-step-badge{display:inline-flex;width:2rem;height:2rem;align-items:center;justify-content:center;border-radius:999px;font-weight:800;margin-bottom:.55rem;background:linear-gradient(135deg,var(--mk-primary-2),var(--mk-primary));color:#052117}.mk-final-cta{text-align:center}.mk-final-cta p{margin-inline:auto;max-width:65ch}.mk-faq{display:grid;gap:.85rem}.mk-faq article{border:1px solid var(--mk-border);border-radius:.85rem;padding:.9rem;background:#01261942}.mk-faq p{color:var(--mk-muted);margin:.35rem 0 0}.mk-pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1.2rem;align-items:stretch}.mk-price-card{display:flex;flex-direction:column;height:100%}.mk-price-card.js-plan-card{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.mk-price-card.js-plan-card:hover{transform:translateY(-2px);border-color:#3df2b05c}.mk-price-card.js-plan-card:focus-visible{outline:2px solid rgba(61,242,176,.6);outline-offset:2px}.mk-price-card h2{margin-top:0}.mk-price{font-size:1.8rem;font-weight:800;margin-bottom:.6rem}.mk-price small{font-size:.95rem;color:var(--mk-muted);font-weight:600}.mk-price-card ul{padding-left:1rem;color:var(--mk-muted);margin:0 0 1rem;flex:1}.mk-price-card .mk-btn{margin-top:auto;width:100%;text-align:center}.mk-plan-form{margin-top:auto}.mk-plan-form .mk-btn{display:inline-flex;justify-content:center}.mk-plan-details-btn{width:100%;margin:0 0 .65rem;text-align:center}.mk-price-card--featured{border-color:#3df2b073}.mk-badge{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;border-radius:999px;padding:.28rem .6rem;background:#3df2b033;border:1px solid rgba(61,242,176,.45);margin-bottom:.5rem}.mk-contact-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:1rem}.mk-contact-list{list-style:none;padding:0;margin:1rem 0 0}.mk-contact-list li{margin-bottom:.45rem;color:var(--mk-muted)}.mk-contact-list a{color:var(--mk-primary-2)}.mk-auth-wrap{max-width:560px;margin:0 auto}.mk-auth-layout{max-width:1040px;display:grid;grid-template-columns:minmax(300px,.9fr) minmax(460px,1fr);gap:1.2rem;align-items:stretch}.mk-auth-visual{display:none;padding:0;background:transparent;border:0;box-shadow:none;height:100%}.mk-auth-visual img{width:100%;height:100%;max-height:none;object-fit:cover;object-position:center;border-radius:1rem;display:block}.mk-auth-card{height:100%}.mk-auth-card h1{margin-top:0;margin-bottom:.35rem}.mk-form{display:grid;gap:.9rem;margin-top:1rem}.mk-form--spaced{margin-top:1.1rem}.mk-form-actions{margin-top:.65rem}.mk-social-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;width:100%;border:1px solid var(--mk-border);border-radius:.8rem;padding:.68rem .9rem;background:#03a66a1f;color:var(--mk-text);text-decoration:none;font-weight:700}.mk-social-btn:hover{filter:brightness(1.06)}.mk-social-btn__mark{display:inline-flex;width:1.5rem;height:1.5rem;border-radius:999px;align-items:center;justify-content:center;font-size:.88rem;font-weight:800;background:linear-gradient(135deg,var(--mk-primary-2),var(--mk-primary));color:#072217}.mk-or-divider{position:relative;margin-top:.95rem;text-align:center}.mk-or-divider:before{content:"";position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);border-top:1px solid var(--mk-border)}.mk-or-divider span{position:relative;padding:0 .55rem;background:var(--mk-surface);color:var(--mk-muted);font-size:.84rem}.mk-label{font-weight:700;font-size:.9rem;display:inline-block;margin-bottom:.35rem}.mk-input{width:100%;border:1px solid var(--mk-border);border-radius:.75rem;background:#01261942;color:var(--mk-text);padding:.72rem .82rem;font:inherit}textarea.mk-input{resize:vertical;min-height:130px}.mk-input:focus{outline:none;border-color:#3df2b08c;box-shadow:0 0 0 3px #3df2b029}.mk-input.is-invalid{border-color:#ff5a5ab3}.mk-error{color:#ff8f8f;font-size:.84rem;margin-top:.35rem}.mk-btn.mk-btn--full{width:100%;justify-content:center;display:inline-flex}.mk-between{display:flex;justify-content:space-between;align-items:center;gap:.6rem}.mk-small-link{color:var(--mk-primary-2);font-size:.85rem;text-decoration:none}.mk-check{display:inline-flex;align-items:center;gap:.5rem;color:var(--mk-muted);font-size:.92rem}.mk-check input{accent-color:var(--mk-primary)}.mk-auth-alt{margin:1rem 0 0;color:var(--mk-muted)}.mk-auth-alt a{color:var(--mk-primary-2);text-decoration:none}.mk-alert{border:1px solid var(--mk-border);border-radius:.75rem;padding:.72rem .9rem;margin-bottom:1rem}.mk-alert--success{border-color:#3df2b073;background:#03a66a2e;color:#c8ffe9}.mk-alert--error{border-color:#ff5a5a73;background:#ff5a5a24;color:#ffd3d3}.mk-cart-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:1rem}.mk-order-row{display:flex;justify-content:space-between;align-items:center;padding:.45rem 0;border-bottom:1px solid var(--mk-border)}.mk-order-row--total{margin-top:.35rem;padding-top:.7rem;font-size:1.08rem;border-bottom:0}.mk-inline-form{display:grid;grid-template-columns:1fr auto;gap:.6rem}.mk-cta-row--spaced{margin-top:1.1rem}.mk-coupon-chip{margin-top:.8rem;border:1px solid var(--mk-border);border-radius:.7rem;padding:.5rem .65rem;color:var(--mk-muted);background:#03a66a1f}.mk-hp-wrap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.mk-legal{max-width:900px}.mk-legal p,.mk-legal li{color:var(--mk-muted)}.mk-legal h2{margin-top:1.2rem}.mk-footer{margin-top:2rem;border-top:1px solid var(--mk-border);background:#030906bf}.mk-footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:1.2rem;padding:1.4rem 0}.mk-footer-title{font-weight:800;margin-bottom:.55rem}.mk-footer p{color:var(--mk-muted)}.mk-footer ul{list-style:none;padding:0;margin:0}.mk-footer li{margin-bottom:.4rem}.mk-footer a{color:var(--mk-primary-2);text-decoration:none}.mk-footer-copy{color:#dcfff38c;border-top:1px solid var(--mk-border);padding:.75rem 0 1rem;font-size:.85rem}.mk-consent{position:fixed;inset:auto 1rem 1rem;z-index:80;display:none}.mk-consent.is-open{display:block}.mk-consent-card{max-width:860px;margin:0 auto;border:1px solid var(--mk-border);border-radius:1rem;padding:1rem;background:linear-gradient(145deg,#101a15fa,#090f0cfa);box-shadow:0 20px 45px #00000073}.mk-consent-card p{color:var(--mk-muted);margin-top:.45rem}.mk-consent-card a{color:var(--mk-primary-2)}.mk-consent-options{display:grid;gap:.55rem;margin-top:.6rem}.mk-consent-options label{display:inline-flex;gap:.5rem;align-items:flex-start;color:var(--mk-muted)}.mk-consent-options input{accent-color:var(--mk-primary);margin-top:.2rem}.mk-consent-actions{display:flex;justify-content:flex-end;gap:.55rem;flex-wrap:wrap;margin-top:.8rem}body.mk-modal-open{overflow:hidden}.mk-plan-modal{position:fixed;inset:0;z-index:95;display:none}.mk-plan-modal.is-open{display:block}.mk-plan-modal__backdrop{position:absolute;inset:0;background:#020705a3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mk-plan-modal__card{position:relative;width:min(860px,100vw - 2rem);max-height:calc(100vh - 2rem);overflow:auto;margin:1rem auto;border:1px solid var(--mk-border);border-radius:1rem;padding:1.15rem;background:linear-gradient(145deg,#101a15fa,#090f0cfa);box-shadow:0 22px 48px #0000007a}.mk-plan-modal__close{position:absolute;top:.55rem;right:.7rem;border:1px solid var(--mk-border);background:#03a66a1a;color:var(--mk-text);width:2rem;height:2rem;border-radius:999px;font-size:1.2rem;line-height:1;cursor:pointer}.mk-plan-modal__head{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.35rem;padding-right:2.2rem}.mk-plan-modal__head h2{margin:0}.mk-plan-modal__price{font-size:1.2rem;font-weight:800;color:var(--mk-primary-2);white-space:nowrap}.mk-plan-modal__meta{display:flex;flex-wrap:wrap;gap:.6rem;margin:.8rem 0 1rem}.mk-plan-modal__meta span{padding:.32rem .62rem;border:1px solid var(--mk-border);border-radius:999px;background:#03a66a24;color:var(--mk-muted);font-size:.85rem}.mk-plan-modal__meta strong{color:var(--mk-text)}.mk-plan-modal__grid{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.mk-plan-modal__grid h3{margin-top:0;margin-bottom:.35rem;font-size:1rem}.mk-plan-modal__grid ul{margin:0;padding-left:1rem;color:var(--mk-muted)}.mk-plan-modal__grid li{margin-bottom:.42rem}[data-theme=light],body.mk-body.mk-theme-light{--mk-bg: #f1fff9;--mk-surface: #f8fffc;--mk-surface-soft: #e4f9f0;--mk-text: #113c2c;--mk-muted: rgba(17, 60, 44, .72);--mk-border: rgba(3, 140, 90, .2)}[data-theme=light] body.mk-body,body.mk-body.mk-theme-light{background:radial-gradient(circle at 0% 0%,rgba(3,166,106,.12),transparent 35%),radial-gradient(circle at 100% 10%,rgba(61,242,176,.16),transparent 40%),linear-gradient(150deg,#f3fff9,#e4f9ef 42%,#fafffd)}[data-theme=light] .mk-header,body.mk-body.mk-theme-light .mk-header{background:#f5fffae6;border-bottom-color:#038c5a33}[data-theme=light] .mk-nav a,body.mk-body.mk-theme-light .mk-nav a{color:#0f4a34c7}[data-theme=light] .mk-nav a:hover,body.mk-body.mk-theme-light .mk-nav a:hover{color:#0d4c35}[data-theme=light] .mk-menu-toggle,body.mk-body.mk-theme-light .mk-menu-toggle{background:#ffffffeb;border-color:#038c5a3d}[data-theme=light] .mk-menu-toggle span,body.mk-body.mk-theme-light .mk-menu-toggle span{background:#0f5a3f}[data-theme=light] .mk-btn,body.mk-body.mk-theme-light .mk-btn{color:#f4fffa;background:linear-gradient(135deg,#038c5a,#03a66a)}[data-theme=light] .mk-btn--ghost,body.mk-body.mk-theme-light .mk-btn--ghost{color:#0f4d36;background:#03a66a1f;border-color:#038c5a40}[data-theme=light] .mk-kicker,body.mk-body.mk-theme-light .mk-kicker{color:#0f6647;background:#3df2b024}[data-theme=light] .mk-meta-list span,body.mk-body.mk-theme-light .mk-meta-list span{background:#03a66a1f;color:#0f5a3f}[data-theme=light] .mk-hero-card,[data-theme=light] .mk-card,[data-theme=light] .mk-price-card,[data-theme=light] .mk-faq article,body.mk-body.mk-theme-light .mk-hero-card,body.mk-body.mk-theme-light .mk-card,body.mk-body.mk-theme-light .mk-price-card,body.mk-body.mk-theme-light .mk-faq article{background:linear-gradient(145deg,#fffffffa,#effff8fa);border-color:#038c5a2e;box-shadow:0 14px 30px #038c5a24}[data-theme=light] .mk-price-card.js-plan-card:hover,body.mk-body.mk-theme-light .mk-price-card.js-plan-card:hover{border-color:#038c5a4d}[data-theme=light] .mk-section--alt,body.mk-body.mk-theme-light .mk-section--alt{background:linear-gradient(145deg,#e2faef8c,#fafffccc)}[data-theme=light] .mk-footer,body.mk-body.mk-theme-light .mk-footer{background:#f0fff9d6;border-top-color:#038c5a33}[data-theme=light] .mk-footer a,body.mk-body.mk-theme-light .mk-footer a{color:#0f5d41}[data-theme=light] .mk-footer-copy,body.mk-body.mk-theme-light .mk-footer-copy{color:#104531a6}[data-theme=light] .mk-consent-card,body.mk-body.mk-theme-light .mk-consent-card{background:linear-gradient(145deg,#fffffffa,#effff8fa);box-shadow:0 14px 30px #038c5a29}[data-theme=light] .mk-plan-modal__card,body.mk-body.mk-theme-light .mk-plan-modal__card{background:linear-gradient(145deg,#fffffffc,#effff8fc);box-shadow:0 18px 36px #038c5a33}[data-theme=light] .mk-plan-modal__close,body.mk-body.mk-theme-light .mk-plan-modal__close{color:#0f4d36;background:#03a66a14;border-color:#038c5a3d}[data-theme=light] .mk-plan-modal__meta span,body.mk-body.mk-theme-light .mk-plan-modal__meta span{background:#03a66a1f;color:#1b5f44}[data-theme=light] .mk-plan-modal__meta strong,body.mk-body.mk-theme-light .mk-plan-modal__meta strong{color:#0f4d36}[data-theme=light] .mk-guide-shot,body.mk-body.mk-theme-light .mk-guide-shot{background:linear-gradient(145deg,#03a66a14,#ffffffdb),repeating-linear-gradient(45deg,#03a66a12 0 10px,#038c5a0d 10px 20px)}[data-theme=light] .mk-consent-card a,body.mk-body.mk-theme-light .mk-consent-card a{color:#0f5d41}[data-theme=light] .mk-input,body.mk-body.mk-theme-light .mk-input{background:#ffffffe0;color:#124835;border-color:#038c5a3d}[data-theme=light] .mk-input:focus,body.mk-body.mk-theme-light .mk-input:focus{border-color:#038c5a80;box-shadow:0 0 0 3px #03a66a2e}[data-theme=light] .mk-social-btn,body.mk-body.mk-theme-light .mk-social-btn{background:#03a66a14;color:#124835;border-color:#038c5a3d}[data-theme=light] .mk-or-divider span,body.mk-body.mk-theme-light .mk-or-divider span{background:#fffffff2}[data-theme=light] .mk-alert--success,body.mk-body.mk-theme-light .mk-alert--success{color:#0f5138;background:#03a66a29}[data-theme=light] .mk-alert--error,body.mk-body.mk-theme-light .mk-alert--error{color:#8d1e1e;background:#ff5a5a24}[data-theme=light] .mk-error,body.mk-body.mk-theme-light .mk-error{color:#b52d2d}@media(max-width:992px){.mk-hero-grid,.mk-contact-grid,.mk-cart-grid,.mk-process-grid,.mk-guide-grid,.mk-plan-modal__grid,.mk-cards-3,.mk-footer-grid{grid-template-columns:1fr}.mk-auth-layout{max-width:560px;grid-template-columns:1fr}.mk-auth-visual{display:none!important}.mk-header-inner{position:relative;min-height:64px}.mk-menu-toggle{display:inline-flex;margin-left:auto}.mk-nav{display:none;position:absolute;top:calc(100% + .45rem);left:0;right:0;z-index:45;flex-direction:column;align-items:stretch;gap:.45rem;padding:.7rem;border:1px solid var(--mk-border);border-radius:.9rem;background:linear-gradient(145deg,#101a15fa,#090f0cfa);box-shadow:0 20px 38px #00000061}.mk-nav.is-open{display:flex}[data-theme=light] .mk-nav,body.mk-body.mk-theme-light .mk-nav{background:linear-gradient(145deg,#fffffffc,#eefef7fc);border-color:#038c5a33;box-shadow:0 16px 34px #038c5a29}.mk-nav a,.mk-nav .mk-btn,.mk-nav .mk-theme-toggle{width:100%;justify-content:center;text-align:center}}@media(min-width:993px){.mk-menu-toggle{display:none}.mk-nav{display:flex!important;position:static}.mk-auth-visual{display:block}}@media(max-width:640px){.mk-header-inner{align-items:flex-start;padding:.6rem 0}.mk-inline-form{grid-template-columns:1fr}.mk-consent{inset:auto .5rem .5rem}.mk-consent-actions{justify-content:stretch}.mk-consent-actions .mk-btn{width:100%;text-align:center;justify-content:center}}
