.mkt{--mkt-bg:#0c0c14;--mkt-surface:#14142a;--mkt-surface-2:#1c1c34;--mkt-border:hsla(0,0%,100%,.07);--mkt-text:#eeeef8;--mkt-text-2:rgba(238,238,248,.5);--mkt-accent:#c8953a;--mkt-cta:#6b59e0;--mkt-cta-hover:#7d6ef5;--mkt-radius:12px;--mkt-gap:clamp(1.5rem,3vw,2.5rem);--mkt-section-pad:clamp(4rem,8vw,8rem);--mkt-max-w:1140px;font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--mkt-bg);color:var(--mkt-text);min-height:100vh}.mkt *,.mkt :after,.mkt :before{box-sizing:border-box}.mkt a{color:inherit;text-decoration:none}.mkt h1,.mkt h2,.mkt h3,.mkt h4,.mkt p{margin:0}.mkt-hero__headline,.mkt-section__title{font-family:"Instrument Serif",Georgia,Times New Roman,serif;font-weight:400;line-height:1.08;letter-spacing:-.025em}.mkt-inner{max-width:var(--mkt-max-w);margin-left:auto;margin-right:auto;padding-left:clamp(1.25rem,4vw,3rem);padding-right:clamp(1.25rem,4vw,3rem)}.mkt-section{padding-top:var(--mkt-section-pad);padding-bottom:var(--mkt-section-pad)}.mkt-section__title{font-size:clamp(2rem,4vw,3rem);color:var(--mkt-text);margin-bottom:.5rem}.mkt-section__sub{font-size:1.125rem;color:var(--mkt-text-2);margin-bottom:clamp(2.5rem,5vw,4rem)}.mkt-btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background .18s,transform .12s;border:none;text-decoration:none;white-space:nowrap}.mkt-btn:active{transform:scale(.97)}.mkt-btn--primary{background:var(--mkt-cta);color:#fff}.mkt-btn--primary:hover{background:var(--mkt-cta-hover)}.mkt-btn--outline{background:transparent;color:var(--mkt-text);border:1px solid var(--mkt-border)}.mkt-btn--outline:hover{background:var(--mkt-surface)}.mkt-btn--ghost{background:transparent;color:var(--mkt-text-2)}.mkt-btn--ghost:hover{color:var(--mkt-text)}.mkt-nav{position:fixed;top:0;left:0;right:0;z-index:100;height:64px;display:flex;align-items:center;padding:0 clamp(1.25rem,4vw,3rem);transition:background .2s,border-color .2s;border-bottom:1px solid transparent}.mkt-nav--scrolled{background:rgba(12,12,20,.9);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-color:var(--mkt-border)}.mkt-nav__inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:var(--mkt-max-w);margin:0 auto}.mkt-nav__logo{font-family:"Instrument Serif",Georgia,serif;font-size:1.25rem;color:var(--mkt-text);letter-spacing:-.01em}.mkt-nav__links{display:flex;align-items:center;gap:2rem}.mkt-nav__links a{font-size:.875rem;color:var(--mkt-text-2);transition:color .15s}.mkt-nav__links a:hover{color:var(--mkt-text)}.mkt-nav__cta{background:var(--mkt-cta)!important;color:#fff!important;padding:.5rem 1.25rem;border-radius:7px;font-weight:500}.mkt-nav__cta:hover{background:var(--mkt-cta-hover)!important}.mkt-nav__hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.mkt-nav__hamburger span{display:block;width:22px;height:2px;background:var(--mkt-text);border-radius:2px;transition:transform .2s,opacity .2s}@media (max-width:768px){.mkt-nav__hamburger{display:flex}.mkt-nav__links{display:none;position:fixed;top:64px;left:0;right:0;flex-direction:column;gap:0;background:var(--mkt-surface);border-bottom:1px solid var(--mkt-border);padding:1.5rem clamp(1.25rem,4vw,3rem)}.mkt-nav__links--open{display:flex}.mkt-nav__links a{padding:.75rem 0;font-size:1rem}.mkt-nav__cta{margin-top:.5rem}}.mkt-hero{padding-top:calc(64px + clamp(4rem, 10vw, 8rem));padding-bottom:clamp(4rem,8vw,8rem);text-align:center}.mkt-hero__eyebrow{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--mkt-accent);background:rgba(200,149,58,.1);border:1px solid rgba(200,149,58,.2);border-radius:100px;padding:.3rem 1rem;margin-bottom:1.5rem}.mkt-hero__headline{font-size:clamp(2.75rem,7vw,5.5rem);color:var(--mkt-text);margin-bottom:1.25rem}.mkt-hero .mkt-hero__sub{font-size:clamp(1rem,1.5vw,1.25rem);color:var(--mkt-text-2);max-width:560px;margin:0 auto 2.5rem;text-align:center;line-height:1.65}.mkt-hero__actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem}.mkt-hero__note{font-size:.8125rem;color:var(--mkt-text-2)}.mkt-how{background:var(--mkt-surface)}.mkt-how__steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:var(--mkt-gap);gap:var(--mkt-gap);margin-top:clamp(2.5rem,5vw,4rem)}.mkt-how__step{position:relative;padding:2rem;background:var(--mkt-bg);border:1px solid var(--mkt-border);border-radius:var(--mkt-radius)}.mkt-how__num{display:block;font-family:"Instrument Serif",Georgia,serif;font-size:3rem;color:var(--mkt-accent);line-height:1;margin-bottom:1rem;opacity:.7}.mkt-how__step h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--mkt-text)}.mkt-how__step p{font-size:.9375rem;color:var(--mkt-text-2);line-height:1.6}.mkt-widgets__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1px;gap:1px;background:var(--mkt-border);border:1px solid var(--mkt-border);border-radius:var(--mkt-radius);overflow:hidden;margin-top:clamp(2.5rem,5vw,4rem)}.mkt-widget-card{background:var(--mkt-bg);padding:1.25rem 1.5rem;transition:background .15s}.mkt-widget-card:hover{background:var(--mkt-surface)}.mkt-widget-card__name{font-size:.9375rem;font-weight:600;color:var(--mkt-text);margin-bottom:.25rem}.mkt-widget-card__desc{font-size:.8125rem;color:var(--mkt-text-2);line-height:1.5}.mkt-features{background:var(--mkt-surface)}.mkt-features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:var(--mkt-gap);gap:var(--mkt-gap);margin-top:clamp(2.5rem,5vw,4rem)}.mkt-feature{padding:1.75rem 2rem;background:var(--mkt-bg);border:1px solid var(--mkt-border);border-radius:var(--mkt-radius)}.mkt-feature h3{font-size:1rem;font-weight:600;color:var(--mkt-text);margin-bottom:.5rem}.mkt-feature p{font-size:.9rem;color:var(--mkt-text-2);line-height:1.65}.mkt-pricing-preview{text-align:center}.mkt-pricing-preview__cards{display:flex;align-items:stretch;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-top:clamp(2.5rem,5vw,4rem);margin-bottom:1.5rem}.mkt-plan-card{position:relative;width:260px;padding:2rem 2rem 2.5rem;background:var(--mkt-surface);border:1px solid var(--mkt-border);border-radius:var(--mkt-radius);text-align:center}.mkt-plan-card--featured{border-color:var(--mkt-cta);background:linear-gradient(160deg,rgba(107,89,224,.12) 0,var(--mkt-surface) 60%)}.mkt-plan-card__badge{position:absolute;top:-1px;left:50%;transform:translateX(-50%);background:var(--mkt-cta);color:#fff;font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.3rem .9rem;border-radius:0 0 8px 8px}.mkt-plan-card h3{font-size:.875rem;font-weight:500;color:var(--mkt-text-2);text-transform:uppercase;letter-spacing:.07em;margin-bottom:.75rem;margin-top:.5rem}.mkt-plan-card__price{font-size:1rem;color:var(--mkt-text-2);margin-bottom:.25rem}.mkt-plan-card__amount{font-family:"Instrument Serif",Georgia,serif;font-size:3.5rem;color:var(--mkt-text);line-height:1}.mkt-plan-card__save{font-size:.8125rem;color:var(--mkt-accent);margin-bottom:1.25rem}.mkt-plan-card .mkt-btn{width:100%;margin-top:1.25rem}.mkt-pricing-preview__note{font-size:.875rem;color:var(--mkt-text-2)}.mkt-faq-preview{background:var(--mkt-surface)}.mkt-faq-preview__list{max-width:700px;margin:clamp(2.5rem,5vw,4rem) auto 2rem}.mkt-faq-item{border-bottom:1px solid var(--mkt-border)}.mkt-faq-item:first-child{border-top:1px solid var(--mkt-border)}.mkt-faq-item summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;font-size:1rem;font-weight:500;cursor:pointer;color:var(--mkt-text)}.mkt-faq-item summary::-webkit-details-marker{display:none}.mkt-faq-item summary:after{content:"+";font-size:1.25rem;color:var(--mkt-text-2);flex-shrink:0;margin-left:1rem;transition:transform .2s}.mkt-faq-item[open] summary:after{transform:rotate(45deg)}.mkt-faq-item__a{padding:0 0 1.25rem;font-size:.9375rem;color:var(--mkt-text-2);line-height:1.65}.mkt-faq-preview__more{display:block;text-align:center;font-size:.9375rem;color:var(--mkt-cta);margin-top:2rem}.mkt-faq-preview__more:hover{color:var(--mkt-cta-hover)}.mkt-footer{border-top:1px solid var(--mkt-border);padding:3rem clamp(1.25rem,4vw,3rem)}.mkt-footer__inner{max-width:var(--mkt-max-w);margin:0 auto;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;align-items:flex-start}.mkt-footer__logo{font-family:"Instrument Serif",Georgia,serif;font-size:1.125rem;display:block;margin-bottom:.5rem}.mkt-footer__tagline{font-size:.875rem;color:var(--mkt-text-2)}.mkt-footer__links{display:flex;flex-wrap:wrap;gap:1.5rem}.mkt-footer__links a{font-size:.875rem;color:var(--mkt-text-2);transition:color .15s}.mkt-footer__links a:hover{color:var(--mkt-text)}.mkt-footer__legal{width:100%;font-size:.8125rem;padding-top:2rem;border-top:1px solid var(--mkt-border)}.mkt-footer__legal,.mkt-footer__legal a{color:var(--mkt-text-2)}.mkt-footer__legal a:hover{color:var(--mkt-text)}.mkt-pricing-page{padding-top:calc(64px + clamp(3rem, 6vw, 5rem));padding-bottom:var(--mkt-section-pad);text-align:center}.mkt-pricing-page__headline{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1rem}.mkt-pricing-page__sub{font-size:1.125rem;color:var(--mkt-text-2);margin-bottom:2.5rem}.mkt-toggle{display:inline-flex;background:var(--mkt-surface);border:1px solid var(--mkt-border);border-radius:100px;padding:4px;gap:4px;margin-bottom:3rem}.mkt-toggle__btn{padding:.5rem 1.5rem;border-radius:100px;font-size:.875rem;font-weight:500;background:none;border:none;cursor:pointer;color:var(--mkt-text-2);transition:background .15s,color .15s}.mkt-toggle__btn--active{background:var(--mkt-cta);color:#fff}.mkt-pricing-page__cards{display:flex;align-items:stretch;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:2rem}.mkt-pricing-page__card{width:300px;padding:2.5rem 2rem;background:var(--mkt-surface);border:1px solid var(--mkt-border);border-radius:var(--mkt-radius);text-align:center}.mkt-pricing-page__card--featured{border-color:var(--mkt-cta);background:linear-gradient(160deg,rgba(107,89,224,.1) 0,var(--mkt-surface) 60%)}.mkt-pricing-page__card h3{font-size:.875rem;font-weight:500;color:var(--mkt-text-2);text-transform:uppercase;letter-spacing:.07em;margin-bottom:1rem}.mkt-pricing-page__amount{font-family:"Instrument Serif",Georgia,serif;font-size:4rem;color:var(--mkt-text);line-height:1;display:block;margin-bottom:.25rem}.mkt-pricing-page__period{font-size:.9rem;color:var(--mkt-text-2);margin-bottom:.5rem}.mkt-pricing-page__save{display:inline-block;font-size:.8125rem;color:var(--mkt-accent);background:rgba(200,149,58,.1);border-radius:100px;padding:.25rem .75rem;margin-bottom:1.5rem}.mkt-pricing-page__features{list-style:none;padding:0;margin:0 0 2rem;text-align:left}.mkt-pricing-page__features li{font-size:.9rem;color:var(--mkt-text-2);padding:.5rem 0;border-bottom:1px solid var(--mkt-border);display:flex;gap:.75rem}.mkt-pricing-page__features li:before{content:"✓";color:var(--mkt-accent);flex-shrink:0}.mkt-pricing-page__card .mkt-btn{width:100%}.mkt-pricing-page__note{font-size:.875rem;color:var(--mkt-text-2);margin-top:1rem}.mkt-faq-page{padding-top:calc(64px + clamp(3rem, 6vw, 5rem));padding-bottom:var(--mkt-section-pad)}.mkt-faq-page__headline{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:.75rem}.mkt-faq-page__sub{font-size:1.0625rem;color:var(--mkt-text-2);margin-bottom:clamp(2.5rem,5vw,4rem)}.mkt-faq-group{max-width:720px;margin:0 auto 3rem}.mkt-faq-group__title{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--mkt-accent);margin-bottom:1rem}.mkt-faq-page__cta{max-width:720px;margin:0 auto;padding:2rem;background:var(--mkt-surface);border:1px solid var(--mkt-border);border-radius:var(--mkt-radius);text-align:center}.mkt-faq-page__cta p{color:var(--mkt-text-2);margin-bottom:1.25rem}