.demo-phone-wrap{justify-content:center;width:100%;margin-top:1.25rem;padding:.5rem;display:flex}.demo-phone{width:min(100%,420px)}.demo-phone__bezel{background:linear-gradient(155deg,#3a3a40 0%,#121214 42%,#08080a 100%);border:1px solid #ffffff1c;border-radius:52px;width:100%;padding:16px 14px 14px;box-shadow:0 32px 64px #00000080,inset 0 1px #ffffff24,inset 0 -2px #0000008c}.demo-phone__notch{background:#050506;border-radius:0 0 18px 18px;width:132px;height:28px;margin:0 auto 12px;box-shadow:inset 0 -1px #ffffff0a}.demo-phone__screen{aspect-ratio:9/19.5;background:#000;border:1px solid #ffffff12;border-radius:40px;width:100%;position:relative;overflow:hidden}.demo-phone__screen iframe{background:#09090b;border:0;width:100%;height:100%;position:absolute;inset:0}.demo-phone__home-bar{background:#ffffff4d;border-radius:999px;width:120px;height:5px;margin:14px auto 4px}.demo-phone-caption{text-align:center;color:#71717a;margin-top:.875rem;font-size:.8125rem}@media (width>=640px){.demo-phone{width:min(100%,480px)}}@media (width>=1024px){.demo-phone{width:min(100%,540px)}.demo-phone__bezel{border-radius:56px;padding:18px 16px 16px}.demo-phone__notch{width:148px;height:30px}.demo-phone__screen{border-radius:44px}}.page-main{padding:138px 0 90px}.page-main h1{margin-bottom:18px;font-size:clamp(28px,4vw,44px)}.page-main>h2,.page-main .section h2{margin-bottom:12px;font-size:clamp(22px,2.6vw,28px)}.page-main .lead{margin-bottom:8px}.page-main .muted{color:var(--dim);font-size:.9375rem}.section{margin-top:3rem}.center{text-align:center}.btn-primary,.btn-ghost{letter-spacing:-.01em;cursor:pointer;white-space:nowrap;transition:transform .25s var(--ease), background .25s, border-color .25s, box-shadow .25s, color .25s;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:14px 22px;font-family:Bricolage Grotesque,sans-serif;font-size:15.5px;font-weight:700;text-decoration:none;display:inline-flex}.btn-primary{background:var(--accent);color:var(--accent-ink);box-shadow:0 1px 0 #fff6 inset, 0 10px 30px -10px var(--accent-glow)}.btn-primary:hover{box-shadow:0 1px 0 #ffffff80 inset, 0 18px 44px -12px var(--accent-glow);transform:translateY(-2px)}.btn-ghost{background:var(--panel-2);color:var(--text);border-color:var(--line-2);backdrop-filter:blur(8px)}.btn-ghost:hover{background:#ffffff12;border-color:#ffffff57;transform:translateY(-2px)}.btn-row{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.breadcrumb{color:var(--faint);margin-bottom:1.5rem;font-size:.875rem}.breadcrumb a{color:var(--dim);text-decoration:none}.breadcrumb a:hover{color:var(--text)}.hero-img{aspect-ratio:21/9;object-fit:cover;border-radius:var(--radius);border:1px solid var(--line);width:100%;margin-bottom:2rem}.card-grid{gap:1.5rem;margin-top:2rem;display:grid}@media (width>=640px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.card-grid{grid-template-columns:repeat(3,1fr)}}.use-case-card{border-radius:var(--radius);border:1px solid var(--line);background:var(--bg-1);transition:transform .35s var(--ease), border-color .35s, box-shadow .35s;padding:1.25rem;text-decoration:none;display:block}.use-case-card:hover{border-color:var(--line-2);transform:translateY(-4px);box-shadow:0 30px 60px -30px #000c}.use-case-card h3{color:var(--text);margin:0 0 .5rem;font-size:1rem}.use-case-card-img{aspect-ratio:16/9;object-fit:cover;border-radius:.6rem;width:100%;margin-bottom:1rem;display:block}.pill-list{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.pill-list li{border:1px solid var(--line);color:var(--dim);border-radius:999px;padding:.25rem .75rem;font-size:.75rem}.featured-plan-badge{letter-spacing:.04em;text-transform:uppercase;border-style:solid;border-width:1px;border-radius:9999px;align-items:center;padding:.2rem .65rem;font-size:11px;font-weight:600;line-height:1.2;display:inline-flex}.featured-plan-badge--free{color:#d1fae5;background:#10b98138;border-color:#34d39973}.featured-plan-badge--pro{color:#fef3c7;background:#f59e0b3d;border-color:#fbbf2480}.featured-plan-badge--studio{color:#ede9fe;background:#8b5cf63d;border-color:#a78bfa80}.featured-plan-badge--default{color:#d4d4d8;background:#ffffff0f;border-color:#ffffff24}.content-list{gap:.5rem;max-width:48rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=640px){.content-list{grid-template-columns:repeat(2,1fr)}}.content-list li{border:1px solid var(--line);background:var(--bg-1);border-radius:.75rem;padding:.75rem 1rem;font-size:.875rem}.content-list-hint{color:var(--faint);font-weight:400}.faq details{border-bottom:1px solid var(--line);padding:.75rem 0}.faq summary{cursor:pointer;color:var(--text);font-weight:500}.benefit-pullquote{max-width:48rem;color:var(--text);border-left:3px solid var(--accent);margin-top:1.5rem;padding-left:1rem;font-size:1.125rem;font-weight:500;line-height:1.55}.embed-note{color:var(--faint);margin-top:.75rem;font-size:.8125rem}.embed-video{aspect-ratio:16/9;border:1px solid var(--line);background:#000;border-radius:.75rem;width:100%;margin-top:1.25rem;position:relative;overflow:hidden}.embed-video iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.pricing-grid{gap:1.25rem;margin-top:1.5rem;display:grid}@media (width>=900px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}.plan-card{border-radius:var(--radius);border:1px solid var(--line);background:var(--bg-1);padding:1.5rem}.plan-card.highlighted{border-color:#ffbb0059;box-shadow:0 0 0 1px #ffbb001f}.plan-badge{color:var(--accent);margin:0 0 .5rem;font-size:.75rem}.plan-price{margin:.5rem 0;font-size:1.75rem;font-weight:600}.plan-card ul{color:var(--dim);margin:1rem 0;padding-left:1.1rem;font-size:.875rem}.plan-note{margin-top:.75rem;font-size:.75rem}.feature-list{margin-top:2rem}.feature-article{border-bottom:1px solid var(--line);padding-bottom:2rem;scroll-margin-top:9rem}.feature-card{background:#181818;border:1px solid #242424;border-radius:1rem;margin-bottom:2rem;scroll-margin-top:9rem;overflow:hidden}.feature-card__header{border-bottom:1px solid #242424;padding:1.25rem 1.5rem;position:relative}.feature-card__video-chip{color:#d4d4d8;background:#1e1e1e;border:1px solid #2a2a2a;border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.6875rem;font-weight:500;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex;position:absolute;top:1rem;right:1rem}.feature-card__video-chip:hover{color:#f4f4f5;border-color:#f5a62366}.feature-card__video-icon{color:#f5a623;width:.875rem;height:.875rem}.feature-card h2{margin:.5rem 0 0;padding-right:6rem;font-size:.9375rem;font-weight:500;line-height:1.4}.feature-card__description{color:#606060;white-space:pre-line;max-width:32.5rem;margin:.75rem 0 0;font-size:.75rem;line-height:1.65}.feature-card__shortcuts{margin-top:.75rem}.feature-card__shortcuts-label{letter-spacing:.08em;text-transform:uppercase;color:#383838;margin:0 0 .5rem;font-size:.625rem;font-weight:600}.feature-card__shortcut-chips{flex-wrap:wrap;gap:.35rem;display:flex}.feature-card__shortcut-chip{color:#a1a1aa;background:#141414;border:1px solid #2a2a2a;border-radius:.375rem;padding:.15rem .5rem;font-family:ui-monospace,monospace;font-size:.625rem}.feature-step-flow{border-top:1px solid #242424;padding:1.25rem 1.5rem}.feature-step-flow__label{letter-spacing:.14em;text-transform:uppercase;color:#383838;margin:0 0 .75rem;font-size:.5625rem;font-weight:600}.feature-step-flow__row{scrollbar-width:thin;align-items:center;gap:.5rem;padding-bottom:.15rem;display:flex;overflow-x:auto}@media (width<=639px){.feature-step-flow__row{flex-direction:column;align-items:stretch;gap:.5rem;padding-bottom:0;overflow-x:visible}.feature-step-flow__arrow{align-self:center;width:1.25rem;height:1.25rem;transform:rotate(90deg)}.feature-step-image{flex:none;width:100%;min-width:0}}.feature-step-flow__arrow{color:#2a2a2a;flex-shrink:0;width:1rem;height:1rem}.feature-step-image{aspect-ratio:4/3;background:#0e0e0e;border:1px solid #2a2a2a;border-radius:7px;flex:1 1 0;min-width:4.5rem;position:relative;overflow:hidden}@media (width>=640px){.feature-step-image{min-width:0}}.feature-step-image img{object-fit:cover;width:100%;max-width:none;height:100%;position:absolute;top:0;left:0}.feature-step-image__placeholder{color:#52525b;justify-content:center;align-items:center;font-size:.6875rem;display:flex;position:absolute;inset:0}.feature-step-image__badge{z-index:1;color:#000;background:#f5a623;border-radius:999px;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;font-size:.625rem;font-weight:700;display:flex;position:absolute;top:.375rem;left:.375rem}.feature-step-image--zoomable{font:inherit;color:inherit;cursor:zoom-in;text-align:left;padding:0;transition:border-color .15s}.feature-step-image--zoomable:hover,.feature-step-image--zoomable:focus-visible{border-color:#3a3a3a;outline:none}.feature-step-image--zoomable:focus-visible{outline-offset:2px;outline:2px solid #f5a623}.feature-step-lightbox{z-index:130;background:#000000f5;flex-direction:column;display:flex;position:fixed;inset:0}.feature-step-lightbox[hidden]{display:none!important}.feature-step-lightbox__toolbar{padding:.75rem .75rem max(.75rem, env(safe-area-inset-top));justify-content:space-between;align-items:center;gap:.75rem;display:flex}.feature-step-lightbox__caption{text-overflow:ellipsis;white-space:nowrap;color:#a1a1aa;min-width:0;margin:0;font-size:.875rem;overflow:hidden}.feature-step-lightbox__close{color:#f4f4f5;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:999px;flex-shrink:0;width:2.75rem;height:2.75rem;font-size:1.5rem;line-height:1}.feature-step-lightbox__stage{min-height:0;padding:0 .5rem max(1rem, env(safe-area-inset-bottom));flex:1;justify-content:center;align-items:center;display:flex;position:relative}.feature-step-lightbox__img{object-fit:contain;user-select:none;width:auto;max-width:min(100%,56rem);height:auto;max-height:min(100dvh - 6rem,90vh)}.feature-step-lightbox__nav{z-index:1;color:#f4f4f5;cursor:pointer;backdrop-filter:blur(4px);background:#0000008c;border:1px solid #ffffff26;border-radius:999px;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;font-size:1.75rem;line-height:1;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.feature-step-lightbox__nav[hidden]{display:none}.feature-step-lightbox__nav--prev{left:.5rem}.feature-step-lightbox__nav--next{right:.5rem}.features-search{margin-top:1.5rem}.feature-article .pill-list--badges{margin-bottom:.75rem}.feature-media-img{border:1px solid var(--line);border-radius:.75rem;width:100%;max-width:720px;margin-top:1.25rem;display:block}.feature-help-link{margin-top:.75rem}.feature-help-link a{color:var(--accent);text-decoration:none}.feature-help-link a:hover{text-decoration:underline}.shortcuts-block{white-space:pre-wrap;border:1px solid var(--line);color:var(--dim);background:#00000059;border-radius:.75rem;padding:1rem;font-family:ui-monospace,monospace;font-size:.8125rem}.help-search{margin-top:1.5rem}.help-search-input{border:1px solid var(--line);background:var(--bg-1);width:100%;max-width:28rem;color:var(--text);border-radius:999px;padding:.75rem 1rem;font-family:Hanken Grotesk,sans-serif;font-size:.9375rem}.help-search-input:focus{border-color:var(--accent);outline:none}.help-index{margin:0;padding:0;list-style:none}.help-index li{border-bottom:1px solid var(--line);padding:1rem 0}.help-index a{color:var(--text);font-weight:500;text-decoration:none}.help-index a:hover{color:var(--accent)}.help-demo-link{margin-top:.375rem}.help-demo-link a{color:var(--accent);font-size:.8125rem;font-weight:500;text-decoration:none}.help-demo-link a:hover{text-decoration:underline}@media (width<=1000px){.page-main{padding-top:118px}}
