.marketing{--gutter:clamp(16px, 4vw, 56px);--max:1200px}.marketing .container{max-width:var(--max);padding:0 var(--gutter);margin:0 auto}.mk-nav{z-index:50;background:color-mix(in srgb, var(--bg) 86%, transparent);-webkit-backdrop-filter:saturate(180%)blur(10px);border-bottom:1px solid var(--border);position:sticky;top:0}.mk-nav-inner{align-items:center;gap:24px;height:56px;display:flex}.mk-brand{letter-spacing:-.01em;color:var(--fg);align-items:center;gap:8px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.mk-brand .brand-mark{background:var(--accent);width:20px;height:20px;color:var(--accent-fg);font-family:var(--font-mono);border-radius:5px;place-items:center;font-size:12px;font-weight:700;display:grid}.mk-nav-links{gap:4px;margin-left:8px;display:none}@media (width>=880px){.mk-nav-links{display:flex}}.mk-nav-link{border-radius:var(--radius);height:28px;color:var(--fg-muted);align-items:center;padding:0 10px;font-size:13px;text-decoration:none;transition:color .12s,background .12s;display:inline-flex}.mk-nav-link:hover{color:var(--fg);background:var(--bg-subtle)}.mk-nav-actions{align-items:center;gap:6px;margin-left:auto;display:flex}.section{border-bottom:1px solid var(--border);padding:clamp(56px,10vw,112px) 0}.section.tight{padding:clamp(40px,7vw,72px) 0}.section-eyebrow{font-family:var(--font-mono);color:var(--fg-subtle);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:8px;font-size:11px;font-weight:500;display:inline-flex}.section-eyebrow:before{content:"";background:var(--fg-faint);width:16px;height:1px;display:inline-block}.section-title{letter-spacing:-.028em;text-wrap:balance;margin:14px 0 0;font-size:clamp(28px,4.2vw,44px);font-weight:500;line-height:1.05}.section-sub{color:var(--fg-muted);text-wrap:pretty;max-width:56ch;margin:16px 0 0;font-size:16px;line-height:1.55}.hero{border-bottom:1px solid var(--border);padding:clamp(56px,8vw,96px) 0 clamp(40px,6vw,64px)}.hero-pill{border:1px solid var(--border-strong);background:var(--bg-elevated);height:26px;color:var(--fg-muted);border-radius:999px;align-items:center;gap:8px;padding:0 10px 0 4px;font-size:12px;text-decoration:none;transition:background .12s,border-color .12s;display:inline-flex}.hero-pill:hover{background:var(--bg-hover);border-color:var(--fg-faint)}.hero-pill-tag{background:var(--fg);color:var(--bg);font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:2px 6px;font-size:10px;font-weight:600;line-height:1}.hero-pill-arrow{color:var(--fg-subtle);font-family:var(--font-mono);margin-left:2px;font-size:11px}.hero-headline{letter-spacing:-.04em;text-wrap:balance;max-width:18ch;margin:24px 0 0;font-size:clamp(40px,8vw,84px);font-weight:500;line-height:.96}.hero-headline .accent{color:var(--fg-muted)}.hero-sub{color:var(--fg-muted);text-wrap:pretty;max-width:58ch;margin:24px 0 0;font-size:clamp(16px,1.6vw,19px);line-height:1.5}.hero-ctas{flex-wrap:wrap;align-items:center;gap:8px;margin-top:32px;display:flex}.btn-lg{height:38px;padding:0 16px;font-size:14px}.btn-arrow{color:var(--fg-subtle);font-family:var(--font-mono);margin-left:2px;transition:transform .15s}.btn:hover .btn-arrow{transform:translate(2px)}.btn-primary .btn-arrow{color:color-mix(in srgb, var(--accent-fg) 65%, transparent)}.hero-trust{font-family:var(--font-mono);color:var(--fg-subtle);text-transform:uppercase;letter-spacing:.06em;flex-wrap:wrap;align-items:center;gap:18px 28px;margin-top:28px;font-size:11px;display:flex}.hero-trust .dot{background:var(--success);vertical-align:middle;border-radius:50%;width:5px;height:5px;margin-right:6px;display:inline-block}.hero-frame{border:1px solid var(--border);background:var(--bg-elevated);border-radius:12px;margin-top:clamp(40px,6vw,64px);position:relative;overflow:hidden;box-shadow:0 1px #0a0a0a05,0 12px 32px -16px #0a0a0a14}.hf-bar{border-bottom:1px solid var(--border);align-items:center;gap:8px;height:36px;padding:0 12px;display:flex}.hf-dots{gap:6px;display:flex}.hf-dots span{background:var(--bg-subtle);border:1px solid var(--border);border-radius:50%;width:10px;height:10px}.hf-url{font-family:var(--font-mono);color:var(--fg-subtle);background:var(--bg-subtle);border:1px solid var(--border);border-radius:4px;margin-left:8px;padding:2px 8px;font-size:11px;line-height:16px}.hf-grid{grid-template-columns:200px 1fr;min-height:480px;display:grid}@media (width<=880px){.hf-grid{grid-template-columns:1fr;min-height:0}.hf-side{display:none}}.hf-side{border-right:1px solid var(--border);background:var(--bg);padding:14px 10px}.hf-side .nav-item{padding:5px 10px;font-size:12.5px}.hf-side .nav-section-title{margin-bottom:4px;padding:4px 10px;font-size:10px}.hf-main{background:var(--bg-elevated);flex-direction:column;gap:20px;min-width:0;padding:clamp(20px,3vw,32px);display:flex}.hf-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-end;gap:16px;padding-bottom:16px;display:flex}.hf-head h2{letter-spacing:-.02em;margin:0;font-size:22px;font-weight:500}.hf-stats{border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.hf-stat{border-right:1px solid var(--border);flex-direction:column;gap:4px;min-width:0;padding:12px 16px;display:flex}.hf-stat:last-child{border-right:none}.hf-stat-label{color:var(--fg-muted);font-size:11px}.hf-stat-val{letter-spacing:-.018em;font-feature-settings:"tnum";font-size:18px;font-weight:500;font-family:var(--font-mono)}.hf-stat-meta{font-size:11px;font-family:var(--font-mono);color:var(--success)}@media (width<=720px){.hf-stats{grid-template-columns:repeat(2,1fr)}.hf-stat:nth-child(2){border-right:none}}.hf-cal{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-elevated);grid-template-columns:repeat(7,1fr);display:grid;overflow:hidden}.hf-cal-h{font-family:var(--font-mono);color:var(--fg-subtle);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--border);border-right:1px solid var(--border);background:var(--bg-subtle);padding:6px 8px;font-size:10px}.hf-cal-h:nth-child(7n){border-right:none}.hf-cal-c{border-right:1px solid var(--border);border-bottom:1px solid var(--border);min-height:64px;font-family:var(--font-mono);flex-direction:column;gap:3px;padding:6px;display:flex}.hf-cal-c:nth-child(7n){border-right:none}.hf-cal-d{color:var(--fg-subtle);font-size:10px}.hf-cal-c.dim{background:var(--bg-subtle)}.hf-cal-c.dim .hf-cal-d{color:var(--fg-faint)}.hf-cal-c.today .hf-cal-d{background:var(--accent);color:var(--accent-fg);text-align:center;border-radius:3px;width:18px}.hf-event{background:var(--bg-subtle);border-left:2px solid var(--fg);color:var(--fg);text-overflow:ellipsis;white-space:nowrap;border-radius:2px;padding:2px 4px;font-size:9.5px;overflow:hidden}.hf-event .t{color:var(--fg-subtle);margin-right:4px}.hf-event.tt{border-left-color:var(--tt)}.hf-event.ig{border-left-color:var(--ig)}.hf-event.yt{border-left-color:var(--yt)}.proof-strip{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px 56px;padding:36px 0;display:flex}.proof-strip .label{font-family:var(--font-mono);color:var(--fg-subtle);text-transform:uppercase;letter-spacing:.08em;margin-right:8px;font-size:11px}.proof-creator{color:var(--fg-muted);letter-spacing:-.005em;align-items:center;gap:8px;font-size:14px;font-weight:500;display:inline-flex}.feature-grid,.steps{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-elevated);grid-template-columns:repeat(3,1fr);margin-top:clamp(40px,5vw,56px);display:grid;overflow:hidden}@media (width<=880px){.feature-grid,.steps{grid-template-columns:1fr}}.feature{border-right:1px solid var(--border);flex-direction:column;gap:14px;padding:28px 28px 32px;display:flex}.feature:last-child{border-right:none}@media (width<=880px){.feature{border-right:none;border-bottom:1px solid var(--border)}.feature:last-child{border-bottom:none}}.feature-num{font-family:var(--font-mono);color:var(--fg-subtle);letter-spacing:.06em;font-size:11px}.feature-title{letter-spacing:-.015em;margin:0;font-size:18px;font-weight:500}.feature-body{color:var(--fg-muted);text-wrap:pretty;margin:0;font-size:14px;line-height:1.55}.feature-art{border-top:1px dashed var(--border);font-family:var(--font-mono);color:var(--fg-subtle);margin-top:auto;padding-top:20px;font-size:11px;line-height:1.7}.feature-art .row{justify-content:space-between;display:flex}.feature-art .row .v{color:var(--fg)}.steps{margin-top:16px}.step{border-right:1px solid var(--border);flex-direction:column;gap:10px;padding:24px 24px 28px;display:flex}.step:last-child{border-right:none}@media (width<=880px){.step{border-right:none;border-bottom:1px solid var(--border)}.step:last-child{border-bottom:none}}.step-num{font-family:var(--font-mono);color:var(--fg-subtle);font-size:11px}.step h3{letter-spacing:-.012em;margin:0;font-size:16px;font-weight:500}.step p{color:var(--fg-muted);margin:0;font-size:14px;line-height:1.55}.cal-showcase{grid-template-columns:320px 1fr;align-items:start;gap:32px;margin-top:clamp(40px,5vw,56px);display:grid}@media (width<=880px){.cal-showcase{grid-template-columns:1fr}}.cal-showcase .copy h2{letter-spacing:-.025em;text-wrap:balance;margin:14px 0;font-size:clamp(24px,3.4vw,36px);font-weight:500;line-height:1.05}.cal-showcase .copy p{color:var(--fg-muted);margin:0;font-size:15px;line-height:1.55}.cal-feature-list{flex-direction:column;gap:12px;margin:22px 0 0;padding:0;list-style:none;display:flex}.cal-feature-list li{color:var(--fg);border-bottom:1px dashed var(--border);align-items:flex-start;gap:10px;padding-bottom:12px;font-size:13.5px;display:flex}.cal-feature-list li:last-child{border-bottom:none}.cal-feature-list b{color:var(--fg);margin-right:4px;font-weight:500}.cal-feature-list .ico{width:14px;height:14px;color:var(--fg-subtle);flex-shrink:0;margin-top:2px}.cal-big{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-elevated);overflow:hidden}.cal-big-head{border-bottom:1px solid var(--border);align-items:center;gap:10px;height:44px;padding:0 16px;display:flex}.cal-big-head .month{font-size:13px;font-weight:500}.cal-big-head .nav{gap:4px;margin-left:auto;display:flex}.cal-big-head .nav button{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);width:26px;height:26px;color:var(--fg-muted);cursor:pointer;font-size:12px}.cal-big-grid{grid-template-columns:repeat(7,1fr);display:grid}.cal-big-grid .h{font-family:var(--font-mono);color:var(--fg-subtle);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--border);border-right:1px solid var(--border);background:var(--bg-subtle);padding:8px 10px;font-size:10px}.cal-big-grid .h:nth-child(7n){border-right:none}.cal-big-grid .c{border-right:1px solid var(--border);border-bottom:1px solid var(--border);flex-direction:column;gap:3px;min-height:92px;padding:6px 8px;display:flex}.cal-big-grid .c:nth-child(7n){border-right:none}.cal-big-grid .c.dim{background:var(--bg-subtle)}.cal-big-grid .c.dim .d{color:var(--fg-faint)}.cal-big-grid .c.today .d{background:var(--accent);color:var(--accent-fg)}.cal-big-grid .d{font-family:var(--font-mono);color:var(--fg-subtle);border-radius:3px;place-items:center;width:18px;height:18px;font-size:11px;display:grid}.cal-big-grid .ev{background:var(--bg-subtle);border-left:2px solid var(--fg);font-family:var(--font-mono);color:var(--fg);text-overflow:ellipsis;white-space:nowrap;border-radius:2px;padding:2px 6px;font-size:10px;overflow:hidden}.cal-big-grid .ev .t{color:var(--fg-subtle);margin-right:4px}.cal-big-grid .ev.tt{border-left-color:var(--tt)}.cal-big-grid .ev.ig{border-left-color:var(--ig)}.cal-big-grid .ev.yt{border-left-color:var(--yt)}.cal-big-grid .ev.draft{border:1px dashed var(--border-strong);color:var(--fg-muted);background:0 0;border-left-style:dashed}.pricing-grid{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-elevated);grid-template-columns:repeat(2,1fr);margin-top:clamp(40px,5vw,56px);display:grid;overflow:hidden}@media (width<=720px){.pricing-grid{grid-template-columns:1fr}}.price{border-right:1px solid var(--border);flex-direction:column;gap:16px;padding:28px 32px 32px;display:flex}.price:last-child{border-right:none}@media (width<=720px){.price{border-right:none;border-bottom:1px solid var(--border)}.price:last-child{border-bottom:none}}.price.featured{background:linear-gradient(180deg, var(--bg-subtle), transparent 70%)}.price-head{justify-content:space-between;align-items:center;display:flex}.price-name{letter-spacing:-.005em;font-size:14px;font-weight:500}.price-tag{font-family:var(--font-mono);color:var(--fg);text-transform:uppercase;letter-spacing:.06em;border:1px solid var(--border-strong);border-radius:3px;padding:2px 6px;font-size:10px}.price-amount{font-feature-settings:"tnum";align-items:baseline;gap:6px;display:flex}.price-amount .num{letter-spacing:-.03em;font-size:44px;font-weight:500;line-height:1}.price-amount .per{font-family:var(--font-mono);color:var(--fg-muted);font-size:12px}.price-blurb{color:var(--fg-muted);margin:0;font-size:13.5px;line-height:1.5}.price-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.price-list li{border-bottom:1px dashed var(--border);align-items:center;gap:10px;padding:10px 0;font-size:13.5px;display:flex}.price-list li:last-child{border-bottom:none}.price-list .ck{width:14px;height:14px;color:var(--fg-subtle);flex-shrink:0}.price-list .meta{font-family:var(--font-mono);color:var(--fg-subtle);margin-left:auto;font-size:11px}.faq{max-width:760px;margin:clamp(36px,5vw,48px) 0 0}.faq details{border-bottom:1px solid var(--border);padding:18px 0}.faq summary{cursor:pointer;letter-spacing:-.005em;color:var(--fg);justify-content:space-between;align-items:center;gap:16px;font-size:15px;font-weight:500;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-family:var(--font-mono);color:var(--fg-subtle);flex-shrink:0;font-size:16px;transition:transform .2s}.faq details[open] summary:after{content:"−"}.faq .a{color:var(--fg-muted);max-width:60ch;margin:12px 0 0;font-size:14px;line-height:1.6}.cta-end{text-align:center;border-bottom:1px solid var(--border);padding:clamp(72px,10vw,120px) 0}.cta-end h2{letter-spacing:-.035em;text-wrap:balance;margin:0;font-size:clamp(32px,5vw,56px);font-weight:500;line-height:1}.cta-end p{color:var(--fg-muted);max-width:48ch;margin:16px auto 28px;font-size:16px}.mk-foot{padding:48px 0 32px}.mk-foot-grid{grid-template-columns:1.4fr repeat(4,1fr);gap:32px;display:grid}@media (width<=880px){.mk-foot-grid{grid-template-columns:1fr 1fr}.mk-foot-grid .mk-foot-brand{grid-column:1/-1;margin-bottom:16px}}.mk-foot-brand p{color:var(--fg-muted);max-width:28ch;margin:12px 0 0;font-size:13px;line-height:1.55}.mk-foot h4{font-family:var(--font-mono);color:var(--fg-subtle);text-transform:uppercase;letter-spacing:.08em;margin:0 0 12px;font-size:11px;font-weight:500}.mk-foot ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.mk-foot a{color:var(--fg-muted);font-size:13px;text-decoration:none}.mk-foot a:hover{color:var(--fg)}.mk-foot-bot{border-top:1px solid var(--border);font-family:var(--font-mono);color:var(--fg-subtle);text-transform:uppercase;letter-spacing:.06em;justify-content:space-between;align-items:center;margin-top:56px;padding-top:20px;font-size:11px;display:flex}.mk-foot-bot .right{gap:24px;display:flex}.marketing .plat{width:16px;height:16px;font-size:9px}
