.mkt-page{background:var(--card);margin:0;padding:0;max-width:none}body:has(>.mkt-header){padding-left:0;padding-top:0}.mkt-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:var(--card);border-bottom:1px solid var(--hairline)}.mkt-header-inner{max-width:1080px;margin:0 auto;padding:0 24px;height:64px;gap:20px}.mkt-header-inner,.mkt-logo{display:flex;align-items:center}.mkt-logo{flex-shrink:0}.mkt-logo img{height:34px;width:auto}.mkt-logo-light{display:block}.mkt-logo-dark{display:none}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .mkt-logo-light{display:none}:root:not([data-theme=light]) .mkt-logo-dark{display:block}}:root[data-theme=dark] .mkt-logo-light{display:none}:root[data-theme=dark] .mkt-logo-dark{display:block}.mkt-nav{display:flex;gap:2px;min-width:0}.mkt-nav a{color:var(--slate);font-weight:500;font-size:14px;padding:9px 13px;border-radius:var(--radius-pill);text-decoration:none;white-space:nowrap}.mkt-nav a:hover{background:var(--lime-tint);color:var(--brand-forest)}.mkt-header-right{margin-left:auto;display:flex;gap:8px;align-items:center;flex-shrink:0}.mkt-header-login{color:var(--slate);font-size:14px;font-weight:500;text-decoration:none;white-space:nowrap;padding:9px 8px}.mkt-header-login:hover{color:var(--text)}.mkt-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;padding:10px 16px;font-size:14px;font-weight:700;font-family:var(--font-sans);border:1px solid transparent;cursor:pointer;white-space:nowrap;text-decoration:none}.mkt-btn-primary{background:linear-gradient(150deg,#1d3021,#17251a 60%,#141a16);color:#fff;box-shadow:0 6px 18px rgba(23,37,26,.28)}.mkt-btn-primary:hover{background:linear-gradient(150deg,#243a29,#1c2d20 60%,#18201a)}.mkt-btn-ghost{background:var(--card);color:var(--text);border-color:var(--line)}.mkt-btn-ghost:hover{background:var(--gray-100)}.mkt-btn-lg{border-radius:var(--radius-pill);padding:18px 42px;font-size:16px}.mkt-hero{max-width:1080px;margin:0 auto;padding:74px 24px 84px;display:flex;flex-direction:column;align-items:center}.mkt-hero-eyebrow{display:inline-flex;align-items:center;gap:6px;background:var(--lime-tint);border-radius:var(--radius-pill);padding:9px 17px;font-size:13px;font-weight:700;color:var(--brand-forest);text-decoration:none;white-space:nowrap}.mkt-hero-title{font-size:50px;font-weight:700;letter-spacing:-.045em;line-height:1.25;margin:34px 0 0;text-align:center;word-break:keep-all}.mkt-hero-mark{color:var(--brand-forest);display:inline-block;padding:0 4px;transform:rotate(-.8deg);background:linear-gradient(101deg,transparent 0 2%,rgba(123,201,74,.16) 2% 5%,rgba(123,201,74,.34) 5% 95%,rgba(123,201,74,.15) 95% 98%,transparent 98%) no-repeat;background-size:100% .3em;background-position:0 88%}.mkt-hero-sub{font-size:16px;line-height:1.75;color:var(--text-muted);margin:20px 0 0;text-align:center;word-break:keep-all}.mkt-hero-cta{margin-top:34px;display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.mkt-hero-strip{display:inline-flex;align-items:center;gap:8px;background:var(--card);border:1px solid var(--line);border-radius:10px;margin-top:24px;padding:11px 18px;font-size:13.5px;font-weight:500;color:var(--text);text-decoration:none;white-space:nowrap}.mkt-hero-strip strong{font-size:12.5px;font-weight:700;color:var(--text-muted)}.mkt-hero-strip-div{width:1px;height:12px;background:var(--line)}.mkt-hero-menus{margin:46px 0 0;padding:0;list-style:none;width:100%;border:1px solid var(--line);border-radius:16px;overflow:hidden;display:grid;grid-template-columns:repeat(5,1fr);background:var(--line);grid-gap:1px;gap:1px}.mkt-hero-menus>li{background:var(--card);padding:18px 12px;justify-content:center;font-weight:500;white-space:nowrap}.mkt-hero-menus>li,.mkt-hero-signup{display:flex;align-items:center;font-size:13.5px}.mkt-hero-signup{margin-top:40px;flex-direction:column;gap:7px;color:var(--text-muted)}.mkt-hero-signup a{font-size:14.5px;font-weight:700;color:var(--brand-forest);text-decoration:none}.mkt-section{max-width:1080px;margin:0 auto;padding:72px 24px}.mkt-section-tint{max-width:none;background:var(--surface-app);display:flex;flex-direction:column;align-items:center}.mkt-section-tint>*{width:100%;max-width:1080px}.mkt-eyebrow{font-size:var(--fs-xs);color:var(--brand-forest);margin:0 0 10px}.mkt-eyebrow,.mkt-section-title{font-weight:700;text-align:center}.mkt-section-title{font-family:var(--font-display);font-size:32px;letter-spacing:-.035em;margin:0 0 14px;word-break:keep-all}.mkt-section-sub{font-size:14.5px;line-height:1.85;color:var(--text-muted);text-align:center;margin:0 auto 28px;max-width:640px;word-break:keep-all}.mkt-principles{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.mkt-principle{border:1px solid var(--line);border-radius:18px;padding:26px 22px;display:flex;flex-direction:column;gap:12px;text-align:center}.mkt-principle h3{font-size:15px;font-weight:700;margin:0;word-break:keep-all}.mkt-principle p{font-size:13px;line-height:1.8;color:var(--text-muted);margin:0;word-break:keep-all}.mkt-closing{background:var(--surface-app);padding:80px 24px;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.mkt-closing h2{font-family:var(--font-display);font-size:32px;font-weight:700;letter-spacing:-.035em;margin:0;word-break:keep-all}.mkt-closing p{font-size:14.5px;color:var(--text-muted);margin:0;word-break:keep-all}.mkt-footer{background:var(--surface-app);border-top:1px solid var(--line);color:var(--text-muted);padding:52px 0 40px}.mkt-footer-inner{max-width:1080px;margin:0 auto;padding:0 24px;display:flex;gap:36px;flex-wrap:wrap}.mkt-footer-brand{display:flex;flex-direction:column;gap:12px;min-width:240px;flex:1 1}.mkt-footer-brand img{height:38px;width:auto;align-self:flex-start}.mkt-footer-tagline{font-size:12.5px;line-height:1.8;margin:0;word-break:keep-all}.mkt-footer-col{display:flex;flex-direction:column;gap:9px;min-width:132px}.mkt-footer-col-title{font-size:12.5px;font-weight:700;color:var(--text);margin:0;white-space:nowrap}.mkt-footer-col a{font-size:12.5px;color:var(--slate);text-decoration:none;white-space:nowrap}.mkt-footer-col a:hover{color:var(--text);text-decoration:underline}.mkt-footer-soon{font-size:12.5px;color:var(--text-muted);white-space:nowrap;display:inline-flex;align-items:center;gap:6px}.mkt-footer-soon>em{font-style:normal;font-size:10px;border:1px solid var(--line);border-radius:var(--radius-pill);padding:1px 6px}.mkt-footer-legal{max-width:1080px;margin:36px auto 0;padding:24px 24px 0;border-top:1px solid var(--line)}.mkt-footer-copy{font-size:11.5px;color:var(--text-muted);margin:12px 0 0}@media (max-width:900px){.mkt-hero-title{font-size:34px}.mkt-hero-menus{grid-template-columns:repeat(2,1fr)}.mkt-principles{grid-template-columns:1fr}.mkt-closing h2,.mkt-section-title{font-size:24px}.mkt-nav{display:none}}.mkt-page-head{max-width:1080px;margin:0 auto;padding:56px 24px 8px;text-align:center}.mkt-faq{margin:0;max-width:760px}.mkt-faq>dt{font-size:14px;font-weight:700;margin-top:18px;word-break:keep-all}.mkt-faq>dt:first-child{margin-top:0}.mkt-faq>dd{margin:6px 0 0;font-size:13px;line-height:1.8;color:var(--text-muted);word-break:keep-all}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.auth-steps{border-top:1px solid var(--hairline);padding-top:16px;margin-top:4px;display:flex;flex-direction:column;gap:8px}.auth-steps-head{font-size:13px;font-weight:700;color:var(--text);margin:0;word-break:keep-all}.auth-steps-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.auth-steps-list>li{display:flex;gap:9px;font-size:12.5px;line-height:1.6;color:var(--text-muted);word-break:keep-all}.auth-steps-list>li>span{width:18px;height:18px;border-radius:6px;background:var(--lime-tint);color:var(--brand-forest);font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.auth-steps-foot{font-size:12px;color:var(--text-muted);margin:0;word-break:keep-all}.auth-steps-foot>strong{color:var(--text)}.mkt-assure-chip{display:inline-flex;align-items:center;gap:7px;margin:4px 0 0;font-size:var(--fs-sm);font-weight:var(--fw-medium);color:var(--brand-forest);background:var(--lime-tint);border:1px solid var(--lime-line);border-radius:var(--radius-pill);padding:6px 14px;white-space:nowrap}.seat-calc{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:18px;padding:20px 24px;background:var(--card);border:1px solid var(--hairline);border-radius:var(--radius-lg)}.seat-calc-label{display:flex;flex-direction:column;gap:3px;min-width:150px}.seat-calc-title{font-size:var(--fs-md);font-weight:var(--fw-bold);white-space:nowrap}.seat-calc-sub{font-size:var(--fs-xs);color:var(--text-muted);white-space:nowrap}.seat-calc-slider{flex:1 1 220px;min-width:200px;display:flex;align-items:center;gap:12px}.seat-calc-slider input{flex:1 1;min-width:0;accent-color:var(--primary)}.seat-calc-seats{font-size:var(--fs-md);font-weight:var(--fw-bold);font-feature-settings:var(--num);font-variant-numeric:var(--num);white-space:nowrap;min-width:48px;text-align:right}.seat-calc-out{display:flex;flex-direction:column;gap:3px;align-items:flex-end;min-width:170px;margin-left:auto}.seat-calc-price{font-size:22px;font-weight:var(--fw-bold);letter-spacing:-.03em;font-feature-settings:var(--num);font-variant-numeric:var(--num);white-space:nowrap}.seat-calc-per{font-size:var(--fs-sm);font-weight:var(--fw-regular);color:var(--text-muted)}.seat-calc-note{font-size:var(--fs-xs);color:var(--text-muted);white-space:nowrap}.seat-calc-note.on{color:var(--brand-forest);font-weight:var(--fw-bold)}.pricing-why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:16px;gap:16px}.pricing-why-card{border:1px solid var(--hairline);border-radius:var(--radius-lg);padding:24px 22px;background:var(--card)}.pricing-why-card h3{margin:0 0 10px;font-size:15.5px;font-weight:var(--fw-bold);word-break:keep-all}.pricing-why-card p{margin:0;font-size:var(--fs-sm);line-height:1.8;color:var(--text-muted);word-break:keep-all}@media (max-width:640px){.seat-calc-out{margin-left:0;align-items:flex-start}}.mkt-priceband{max-width:none;width:100%;box-sizing:border-box;background:linear-gradient(135deg,#17251a,#131a15 52%,#171917);padding:52px 24px;display:flex;gap:32px;align-items:center;justify-content:center;flex-wrap:wrap}.mkt-priceband-copy{display:flex;flex-direction:column;gap:9px;max-width:380px;min-width:280px}.mkt-priceband-eyebrow{margin:0;font-size:12.5px;font-weight:var(--fw-bold);letter-spacing:.03em;color:var(--accent-lime)}.mkt-priceband h2{margin:0;font-family:var(--font-heading);font-size:28px;font-weight:var(--fw-bold);letter-spacing:-.04em;line-height:1.4;color:#fff;word-break:keep-all}.mkt-priceband-sub{margin:0;font-size:var(--fs-md);line-height:1.8;color:#9aa6a1;word-break:keep-all}.mkt-priceband-cards{list-style:none;margin:0;padding:0;display:flex;gap:12px;flex-wrap:wrap}.mkt-priceband-card{position:relative;min-width:132px;padding:20px 22px;border-radius:16px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.12);display:flex;flex-direction:column;gap:6px}.mkt-priceband-card.on{padding:24px;background:linear-gradient(150deg,#9ade6e,#7bc94a 58%,#5fb033);border-color:hsla(0,0%,100%,.3);box-shadow:0 10px 28px rgba(123,201,74,.3);transform:translateY(-6px)}.mkt-priceband-badge{position:absolute;top:-11px;left:50%;transform:translateX(-50%);font-size:10.5px;letter-spacing:.02em;background:#fff;color:var(--brand-forest);border-radius:var(--radius-pill);padding:4px 11px;box-shadow:0 2px 8px rgba(0,0,0,.22)}.mkt-priceband-badge,.mkt-priceband-name{font-weight:var(--fw-bold);white-space:nowrap}.mkt-priceband-name{font-size:12.5px;color:#9aa6a1}.mkt-priceband-price{display:flex;align-items:baseline;gap:3px;font-family:var(--font-heading);font-size:26px;font-weight:var(--fw-bold);letter-spacing:-.04em;color:#fff;font-variant-numeric:var(--num-heading);font-feature-settings:"lnum" 1,"tnum" 1,var(--num-heading)}.mkt-priceband-price>span{font-family:var(--font-sans);font-size:12.5px;font-weight:var(--fw-medium);letter-spacing:0}.mkt-priceband-note{font-size:11.5px;color:#8b9793;white-space:nowrap}.mkt-priceband-card.on .mkt-priceband-name,.mkt-priceband-card.on .mkt-priceband-price{color:var(--on-accent-lime)}.mkt-priceband-card.on .mkt-priceband-note{color:rgba(14,15,12,.78)}.mkt-closing-chips{list-style:none;margin:14px 0 0;padding:0;display:flex;gap:22px;flex-wrap:wrap;justify-content:center}.mkt-closing-chips li{font-size:var(--fs-sm);color:var(--text-muted);white-space:nowrap}.mkt-hero-shot{margin-top:44px;width:100%;display:flex;flex-direction:column;align-items:center}.mkt-hero-shot-frame{width:100%;max-width:880px;background:linear-gradient(160deg,#2a3830,#1b241e);border-radius:18px;padding:12px;box-shadow:0 24px 60px rgba(20,26,22,.28);box-sizing:border-box}.mkt-hero-shot-bar{display:flex;align-items:center;gap:8px;padding:9px 13px;border-radius:10px 10px 0 0;background:var(--surface-subtle);border-bottom:1px solid var(--hairline)}.mkt-hero-shot-bar>span{width:9px;height:9px;border-radius:50%;flex:none}.mkt-hero-shot-bar>span:first-child{background:#e0483f}.mkt-hero-shot-bar>span:nth-child(2){background:#f2a20c}.mkt-hero-shot-bar>span:nth-child(3){background:#7bc94a}.mkt-hero-shot-bar>em{margin-left:8px;flex:1 1;max-width:300px;font-style:normal;font-size:11px;color:var(--text-muted);background:var(--card);border:1px solid var(--line);border-radius:var(--radius-pill);padding:4px 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mkt-hero-shot-frame>img{display:block;width:100%;height:auto;border-radius:0 0 10px 10px;background:var(--card)}.mkt-hero-shot-neck{width:88px;height:14px;background:linear-gradient(180deg,#2a3830,#202b24)}.mkt-hero-shot-foot{width:190px;height:9px;border-radius:0 0 8px 8px;background:linear-gradient(180deg,#202b24,#171d19)}.mkt-priceband-vat{width:100%;margin:14px 0 0;font-size:var(--fs-xs);color:#8b9793;text-align:center;white-space:nowrap}.seat-calc-vat{font-size:var(--fs-2xs);color:var(--text-muted);white-space:nowrap}.mkt-page-e{display:block;max-width:none;padding:0;gap:0}.mkt-e-wrap{max-width:1180px;margin:0 auto;padding:0 28px}.mkt-header-dark{background:var(--ink-landing);border-bottom-color:hsla(0,0%,100%,.1)}.mkt-header-dark .mkt-logo-light{display:none}.mkt-header-dark .mkt-logo-dark{display:block}.mkt-header-dark .mkt-header-login,.mkt-header-dark .mkt-nav a{color:hsla(0,0%,100%,.66)}.mkt-header-dark .mkt-nav a:hover{background:hsla(0,0%,100%,.08);color:#fff}.mkt-header-dark .mkt-header-login:hover{color:#fff}.mkt-e-hero{background:var(--ink-landing);padding-top:clamp(56px,7vw,104px);overflow:hidden}.mkt-e-eyebrow{margin:0 0 20px;font-size:12.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-lime);word-break:keep-all}.mkt-e-title{margin:0;font-size:clamp(46px,7.6vw,112px);font-weight:800;letter-spacing:-.05em;line-height:1.1;color:#fff;word-break:keep-all}.mkt-e-lead{margin:clamp(22px,2.4vw,32px) 0 0;max-width:620px;font-size:clamp(16px,1.5vw,20px);line-height:1.75;color:hsla(0,0%,100%,.66);word-break:keep-all}.mkt-e-cta-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:30px 0 0}.mkt-e-btn-lime{display:inline-flex;align-items:center;gap:8px;height:54px;padding:0 26px;border:none;border-radius:var(--radius-pill);background:linear-gradient(135deg,#b6ec84 0,var(--accent-lime) 55%,#6fae3c 100%);color:var(--on-accent-lime);font-size:16px;font-weight:800;letter-spacing:-.02em;white-space:nowrap;text-decoration:none;box-shadow:0 6px 20px rgba(123,201,74,.35)}.mkt-e-btn-lime:hover{filter:brightness(1.04)}.mkt-e-cta-note{font-size:13.5px;color:hsla(0,0%,100%,.45);white-space:nowrap;margin-left:4px}.mkt-e-nums{list-style:none;display:flex;flex-wrap:wrap;gap:clamp(30px,5vw,76px);margin:clamp(44px,5vw,72px) 0 0;padding:34px 0 0;border-top:1px solid hsla(0,0%,100%,.12)}.mkt-e-nums>li{display:flex;flex-direction:column;gap:7px;min-width:0}.mkt-e-num{display:flex;align-items:baseline;gap:2px;color:var(--accent-lime)}.mkt-e-num>b{font-family:var(--font-num);font-size:clamp(40px,5vw,74px);font-weight:700;letter-spacing:-.045em;line-height:.92;font-feature-settings:lining-nums tabular-nums;font-variant-numeric:lining-nums tabular-nums}.mkt-e-num>em{font-style:normal;font-size:clamp(17px,1.9vw,27px);font-weight:800;letter-spacing:-.02em}.mkt-e-num-plain .mkt-e-num{color:#fff}.mkt-e-num-label{font-size:13px;font-weight:500;color:hsla(0,0%,100%,.58);white-space:nowrap}.mkt-e-media-wrap{margin-top:clamp(58px,6.4vw,104px)}.mkt-e-media{position:relative;aspect-ratio:16/9;border-radius:16px 16px 0 0;overflow:hidden;background:#131711;box-shadow:0 -1px 0 hsla(0,0%,100%,.14),0 -24px 60px rgba(0,0,0,.5)}.mkt-e-media>img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}.mkt-e-section{padding-top:clamp(64px,7vw,110px)}.mkt-e-head{display:flex;flex-direction:column;gap:14px;max-width:660px;margin-bottom:34px}.mkt-e-head-center{align-items:center;text-align:center;margin-left:auto;margin-right:auto}.mkt-e-head>h2{margin:0;font-size:clamp(30px,3.6vw,50px);font-weight:800;letter-spacing:-.04em;line-height:1.14;color:var(--text);word-break:keep-all}.mkt-e-head>p:not(.mkt-e-eye){margin:0;font-size:16px;line-height:1.8;color:var(--text-muted);word-break:keep-all}.mkt-e-eye{margin:0;font-size:12.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--brand-forest)}.mkt-e-caps{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));padding-left:0;grid-gap:30px 26px;gap:30px 26px;padding-top:34px;border-top:1px solid var(--hairline)}.mkt-e-caps>li{flex-direction:column;text-align:center;gap:13px}.mkt-e-cap-icon,.mkt-e-caps>li{display:flex;align-items:center}.mkt-e-cap-icon{width:44px;height:44px;border-radius:13px;background:var(--lime-tint);color:var(--brand-forest);justify-content:center;flex-shrink:0}.mkt-e-caps h3{margin:0;font-size:21px;font-weight:800;letter-spacing:-.03em;word-break:keep-all}.mkt-e-caps p{margin:0;font-size:16px;line-height:1.8;color:var(--text-muted);word-break:keep-all}.mkt-e-solo{background:var(--ink-landing);margin-top:clamp(64px,7vw,110px);padding:clamp(56px,6.4vw,96px) 0}.mkt-e-solo-inner{display:flex;flex-direction:column;align-items:center;text-align:center}.mkt-e-solo-title{margin:0;font-size:clamp(34px,4.4vw,60px);font-weight:800;letter-spacing:-.045em;line-height:1.15;color:#fff;word-break:keep-all}.mkt-e-solo-lead{margin:20px 0 0;max-width:640px;font-size:20px;line-height:1.75;color:hsla(0,0%,100%,.66);word-break:keep-all}.mkt-e-note{width:396px;max-width:100%;margin-top:clamp(30px,3.4vw,44px);padding:26px 26px 30px;border-radius:4px;background:#fffdf2;text-align:left;transform:rotate(-1.4deg);box-shadow:0 14px 40px rgba(0,0,0,.45)}.mkt-e-note-head{margin:0 0 16px;font-size:12px;font-weight:700;letter-spacing:.1em;color:#a89b6d}.mkt-e-note>ul{list-style:none;display:flex;flex-direction:column;gap:11px}.mkt-e-note>ul>li{display:flex;align-items:flex-start;gap:9px;min-width:0}.mkt-e-note-box{width:15px;height:15px;margin-top:3px;border-radius:3px;border:1.5px solid #c9bf98;flex-shrink:0;display:flex;align-items:center;justify-content:center}.mkt-e-note>ul>li.done .mkt-e-note-box{border-color:transparent;background:var(--brand-forest);color:#fff}.mkt-e-note-text{font-size:15.5px;line-height:1.5;color:#3a3626;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.mkt-e-note>ul>li.done .mkt-e-note-text{color:#b3a988;text-decoration:line-through;text-decoration-thickness:1.5px}.mkt-e-note-foot{margin:18px 0 0;padding-top:14px;border-top:1px dashed #ded4ae;font-size:13.5px;font-weight:700;color:var(--brand-forest);word-break:keep-all}.mkt-e-solo-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));grid-gap:16px;gap:16px;width:100%;max-width:880px;margin-top:clamp(34px,3.6vw,52px)}.mkt-e-solo-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:13px;padding:28px 26px 30px;border-radius:20px;background:var(--card)}.mkt-e-solo-card h3{margin:0;font-size:25px;font-weight:800;letter-spacing:-.03em;color:var(--text);word-break:keep-all}.mkt-e-solo-card p{margin:0;font-size:17.5px;line-height:1.8;color:var(--text-muted);word-break:keep-all}.mkt-e-solo-chips{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:10px 26px;margin-top:clamp(28px,3vw,40px)}.mkt-e-solo-chips>li{display:inline-flex;align-items:center;gap:7px;font-size:14.5px;font-weight:500;color:hsla(0,0%,100%,.55);white-space:nowrap}.mkt-e-solo-chips svg{color:var(--accent-lime)}.mkt-e-versus{width:100%;border-collapse:collapse;table-layout:fixed}.mkt-e-versus th:first-child{width:22%}.mkt-e-versus th:nth-child(2){width:30%}.mkt-e-versus thead th{font-size:12.5px;font-weight:700;letter-spacing:.08em;color:var(--text-muted);text-align:left;padding:0 20px 12px 0;border-bottom:1px solid var(--line);vertical-align:bottom}.mkt-e-versus thead th.ours{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:800;letter-spacing:.06em;color:var(--brand-forest);padding:13px 22px;border-bottom:none;border-radius:16px 16px 0 0;background:linear-gradient(180deg,rgba(123,201,74,.22),rgba(123,201,74,.13))}.mkt-e-versus-dot{width:7px;height:7px;border-radius:50%;background:var(--brand-forest);flex-shrink:0}.mkt-e-versus tbody th{text-align:left;font-size:15px;font-weight:700;letter-spacing:-.02em}.mkt-e-versus tbody td,.mkt-e-versus tbody th{padding:18px 20px 18px 0;border-bottom:1px solid var(--hairline);word-break:keep-all;vertical-align:top}.mkt-e-versus tbody td{font-size:14.5px;line-height:1.7;color:var(--text-muted)}.mkt-e-versus tbody td.ours{font-size:16px;font-weight:700;color:var(--brand-deep);letter-spacing:-.015em;padding:18px 22px;background:rgba(123,201,74,.09);border-bottom:none;border-top:1px solid rgba(123,201,74,.22)}.mkt-e-versus tbody td.ours svg{float:left;margin:3px 10px 0 0;color:var(--brand-forest)}.mkt-e-versus tbody tr:last-child td.ours{border-radius:0 0 16px 16px}.mkt-e-plans{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:14px;gap:14px}.mkt-e-plans>li{display:flex;flex-direction:column;gap:14px;padding:26px 24px;border-radius:20px;border:1px solid var(--line);background:var(--card)}.mkt-e-plans>li.hot{border-color:rgba(123,201,74,.34);background:radial-gradient(120% 78% at 50% -14%,rgba(123,201,74,.26) 0,rgba(123,201,74,.07) 42%,hsla(0,0%,100%,0) 72%),linear-gradient(168deg,#1b2413 0,var(--ink-landing) 58%);box-shadow:0 0 0 1px rgba(123,201,74,.1),0 18px 50px -18px rgba(123,201,74,.42),0 10px 34px -12px rgba(0,0,0,.5)}.mkt-e-plan-name{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:800;letter-spacing:-.02em;color:var(--text)}.hot .mkt-e-plan-name{color:#fff}.mkt-e-plan-name>em{font-style:normal;font-size:11px;font-weight:800;border-radius:var(--radius-pill);padding:3px 9px;background:var(--accent-lime);color:var(--on-accent-lime);white-space:nowrap}.mkt-e-plan-price{display:flex;align-items:baseline;gap:4px;margin:0;color:var(--text)}.mkt-e-plan-price>b{font-family:var(--font-num);font-size:36px;font-weight:700;letter-spacing:-.045em;line-height:1;font-feature-settings:lining-nums tabular-nums;font-variant-numeric:lining-nums tabular-nums}.mkt-e-plan-price>span{font-size:16px;font-weight:700}.mkt-e-plan-price>i{font-style:normal;font-size:13px;color:var(--text-muted)}.hot .mkt-e-plan-price>b,.hot .mkt-e-plan-price>span{color:var(--accent-lime)}.hot .mkt-e-plan-price>i{color:hsla(0,0%,100%,.5)}.mkt-e-plan-who{margin:0;font-size:13px;color:var(--text-muted)}.hot .mkt-e-plan-who{color:hsla(0,0%,100%,.55)}.mkt-e-plan-feats{list-style:none;display:flex;flex-direction:column;gap:8px;padding-top:6px;border-top:1px solid var(--hairline)}.hot .mkt-e-plan-feats{border-top-color:hsla(0,0%,100%,.14)}.mkt-e-plan-feats>li{display:flex;gap:8px;align-items:flex-start;font-size:13.5px;line-height:1.65;color:var(--text-muted);word-break:keep-all}.mkt-e-plan-feats svg{color:var(--brand-forest);margin-top:2px}.hot .mkt-e-plan-feats>li{color:hsla(0,0%,100%,.8)}.hot .mkt-e-plan-feats svg{color:var(--accent-lime)}.mkt-e-vat{margin:16px 0 0;font-size:13px;color:var(--text-muted)}.mkt-e-vat a{color:var(--brand-forest);font-weight:600;text-decoration:none}.mkt-e-vat a:hover{text-decoration:underline}.mkt-e-limits{list-style:none;display:flex;flex-direction:column;gap:10px;max-width:820px}.mkt-e-limits>li{position:relative;padding:14px 18px 14px 38px;border-radius:14px;border:1px solid var(--hairline);background:var(--surface-subtle);font-size:14.5px;line-height:1.8;color:var(--text-muted);word-break:keep-all}.mkt-e-limits>li>b{display:block;margin-bottom:2px;font-size:15px;font-weight:700;line-height:1.5;color:var(--text)}.mkt-e-limits>li:before{content:"";position:absolute;left:18px;top:21px;width:6px;height:6px;border-radius:50%;background:var(--warn)}.mkt-e-faq{display:flex;flex-direction:column;gap:10px;max-width:820px}.mkt-e-faq>details{border-radius:18px;overflow:hidden;border:1px solid var(--hairline);background:var(--card)}.mkt-e-faq>details[open]{border-color:rgba(123,201,74,.34);box-shadow:0 6px 26px rgba(14,15,12,.07)}.mkt-e-faq summary{display:flex;align-items:center;gap:14px;padding:19px 20px;cursor:pointer;list-style:none}.mkt-e-faq summary::-webkit-details-marker{display:none}.mkt-e-faq-q{width:30px;height:30px;border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--lime-tint);color:var(--brand-forest);font-size:15px;font-weight:800;letter-spacing:-.02em}details[open]>summary .mkt-e-faq-q{background:var(--brand-forest);color:#fff}.mkt-e-faq-title{flex:1 1;font-size:17px;font-weight:600;letter-spacing:-.02em;color:var(--text);word-break:keep-all}.mkt-e-faq-sign{position:relative;width:17px;height:17px;flex-shrink:0}.mkt-e-faq-sign:after,.mkt-e-faq-sign:before{content:"";position:absolute;background:var(--text-muted);border-radius:1px}.mkt-e-faq-sign:before{left:0;right:0;top:8px;height:1.8px}.mkt-e-faq-sign:after{top:0;bottom:0;left:8px;width:1.8px}details[open]>summary .mkt-e-faq-sign:after{display:none}.mkt-e-faq-a{padding:0 20px 20px 64px}.mkt-e-faq-a>p{position:relative;margin:0;border-radius:4px 16px 16px 16px;background:var(--lime-tint);border:1px solid rgba(123,201,74,.26);padding:15px 18px;font-size:15px;line-height:1.85;color:var(--text);word-break:keep-all}.mkt-e-closing{background:var(--ink-landing);margin-top:clamp(64px,7vw,110px);padding:clamp(56px,6vw,96px) 0}.mkt-e-closing h2{margin:0;max-width:760px;font-size:clamp(32px,4.6vw,64px);font-weight:800;letter-spacing:-.045em;line-height:1.08;color:#fff;word-break:keep-all}.mkt-e-closing p{margin:20px 0 30px;font-size:17px;line-height:1.75;color:hsla(0,0%,100%,.6);word-break:keep-all}@media (max-width:760px){.mkt-e-wrap{padding:0 18px}.mkt-e-cta-row>.mkt-e-btn-lime{flex:1 1 auto;justify-content:center}.mkt-e-cta-note{margin-left:0}.mkt-e-nums{gap:26px 34px}.mkt-e-nums>li{flex:1 1 40%}.mkt-e-limits>li{padding:13px 15px 13px 30px;line-height:1.72}.mkt-e-limits>li:before{left:14px}.mkt-e-solo-chips{flex-direction:column;align-items:flex-start;width:max-content;max-width:100%;margin-inline:auto;gap:11px}.mkt-e-versus,.mkt-e-versus tbody,.mkt-e-versus td,.mkt-e-versus th,.mkt-e-versus tr{display:block;width:auto}.mkt-e-versus thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.mkt-e-versus tbody tr{margin-bottom:14px;border:1px solid var(--hairline);border-radius:18px;overflow:hidden}.mkt-e-versus th:first-child,.mkt-e-versus th:nth-child(2){width:auto}.mkt-e-versus tbody th{padding:18px 20px 2px;border-bottom:none;font-size:17px}.mkt-e-versus tbody td{display:flow-root;padding:6px 20px 16px 88px;font-size:15px;line-height:1.65;border-bottom:none}.mkt-e-versus tbody td:before{content:attr(data-label);float:left;width:62px;margin-left:-68px;font-size:11.5px;font-weight:700;letter-spacing:.04em;line-height:1.75;color:var(--text-muted);overflow-wrap:anywhere}.mkt-e-versus tbody td.ours{padding:16px 20px 16px 88px;border-top:1px solid rgba(123,201,74,.22);line-height:1.7}.mkt-e-versus tbody tr:last-child td.ours{border-radius:0}.mkt-e-versus tbody td.ours:before{color:var(--brand-forest)}.mkt-e-versus tbody td.ours>span{display:block;overflow:hidden}.mkt-e-faq summary{gap:11px;padding:16px 15px}.mkt-e-faq-a{padding:0 15px 16px}.mkt-e-solo-lead{font-size:17px}.mkt-e-solo-card h3{font-size:21px}.mkt-e-solo-card p{font-size:15.5px}}.mkt-header-right .account-menu-trigger{width:auto;padding:4px 8px;border-radius:var(--radius-md)}.mkt-header-right .account-menu-wrap{position:relative}.mkt-header-right .account-menu-dropdown{left:auto;right:0}.mkt-header-enter{font-size:14px;font-weight:600;color:var(--brand-forest);text-decoration:none;white-space:nowrap;padding:9px 8px}.mkt-header-enter:hover{text-decoration:underline}.mkt-header-dark .mkt-header-enter{color:var(--accent-lime)}.mkt-header-dark .account-menu-email{color:hsla(0,0%,100%,.62)}.mkt-header-dark .account-menu-role-text{color:#fff}.mkt-header-dark .account-menu-trigger:hover{background:hsla(0,0%,100%,.08)}.mkt-share-btn{width:34px;height:34px;border-radius:50%;border:none;background:var(--gray-100);color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.mkt-header-dark .mkt-share-btn{background:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.66)}.mkt-header-dark .mkt-share-btn-done,.mkt-share-btn-done,.mkt-share-done{color:var(--accent-lime)}.mkt-share-done{font-size:12.5px;font-weight:700;white-space:nowrap}.intro-motion{position:absolute;inset:0;overflow:hidden}.intro-motion-stage{transform-origin:top left}.intro-motion [data-om-starter=animations-v3]{pointer-events:none}.intro-motion [data-om-starter=animations-v3]>div:last-of-type{display:none!important}@keyframes intro-motion-in{0%{opacity:0}to{opacity:1}}.intro-motion-stage{animation:intro-motion-in .42s ease-out both}@media (prefers-reduced-motion:reduce){.intro-motion{display:none}}.mkt-e-caps,.mkt-e-limits,.mkt-e-nums,.mkt-e-plan-feats,.mkt-e-plans,.mkt-e-solo-chips{padding-inline:0}th:not(.notice-th-title){text-align:center}th>.listings-th-inner,th>button,th>span{justify-content:center}.diff-table th,.fee-matrix th,.landing-table th,.legal-table th,.pricing-table th{text-align:left}.fee-matrix thead th:not(:first-child){text-align:center}