:root{--fd-bg: #f8fafc;--fd-bg-cool: #f1f5f9;--fd-ink: #0f172a;--fd-ink-soft: #64748b;--fd-brand-dark: #0891b2;--fd-brand-dark-strong: #06b6d4;--fd-brand-teal: #06b6d4;--fd-panel: rgba(255, 255, 255, .92);--fd-line: rgba(226, 232, 240, 1);--fd-section-border: rgba(226, 232, 240, .6);--fd-card-bg: #ffffff;--fd-card-border: rgba(226, 232, 240, .7);--fd-card-shadow: 0 1px 3px rgba(15, 23, 42, .04);--fd-card-radius: 16px}.fd-section{width:100%;max-width:none;padding:4rem 0;background:#fff;animation:fd-section-rise .52s ease both;animation-delay:80ms}.fd-section--showcase{background:linear-gradient(180deg,#fff,#fafbfc);border-top:1px solid var(--fd-section-border);padding:5.5rem 0 5rem}@keyframes fd-section-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fd-legacy-anchor{position:relative;top:-100px;display:block;visibility:hidden}.fd-section-header{max-width:760px;margin:0 auto 2.5rem;padding:0 2rem;text-align:center}.fd-section-eyebrow{margin:0 0 .75rem;font-size:.78rem;font-family:Plus Jakarta Sans,Avenir Next,Segoe UI,sans-serif;text-transform:uppercase;letter-spacing:.14em;color:#0891b2;font-weight:700}.fd-section-title{margin:0 0 1rem;font-family:Plus Jakarta Sans,Avenir Next,Segoe UI,sans-serif;font-size:clamp(1.5rem,3vw,2.25rem);letter-spacing:-.025em;color:#0f172a;font-weight:800;line-height:1.15}.fd-section-description{margin:0 auto;color:#475569;font-size:1.05rem;line-height:1.6;max-width:56ch}.fd-section-inner{max-width:1200px;margin:0 auto;padding:0 2rem}.fd-how-it-works-layout{display:grid;gap:1.1rem}.fd-how-it-works-steps{margin:0;padding:0;list-style:none;display:grid;gap:.75rem}.fd-how-it-works-steps li{padding:.75rem .8rem .75rem 1rem;border-radius:0 12px 12px 0;border:1px solid rgba(15,23,42,.08);border-left:3px solid #06b6d4;background:#ffffffe6;display:grid;gap:.22rem}.fd-how-it-works-steps strong{font-family:Plus Jakarta Sans,Avenir Next,Segoe UI,sans-serif;font-size:.95rem;color:#0f172a}.fd-how-it-works-steps span{color:#475569;font-size:.94rem;line-height:1.45}.fd-how-it-works-media{display:flex;align-items:flex-start;gap:1.2rem;justify-content:center;padding-right:0;flex-wrap:nowrap;width:100%;max-width:720px;margin:0 auto}@media (min-width: 1100px){.fd-how-it-works-media{width:720px;max-width:720px;min-width:720px}.fd-how-it-works-media.is-admin-control{justify-content:center}.fd-how-it-works-media.is-admin-control .fd-device-stack--centered{flex:0 0 450px;width:450px;margin-left:auto;margin-right:auto}}.fd-how-it-works-demo-area{margin-top:1.15rem;padding:1.5rem;border:1px solid rgba(226,232,240,.5);border-radius:var(--fd-card-radius);background:#f8fafc80;box-shadow:0 2px 8px #0f172a08;outline:none}.fd-demo-toolbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.75rem;margin-bottom:1rem}.fd-demo-choice{display:flex;justify-content:center;min-width:0}.fd-demo-choice-group{display:inline-flex;gap:.35rem;padding:.3rem;border-radius:999px;background:#0f172a0a;border:1px solid rgba(15,23,42,.08)}.fd-demo-choice-btn{border:0;border-radius:999px;padding:.55rem .9rem;background:transparent;color:#334155;font:inherit;font-size:.88rem;font-weight:600;cursor:pointer}.fd-demo-choice-btn[aria-pressed=true]{background:#fff;color:#0f172a;box-shadow:0 4px 12px #0f172a14}.fd-demo-choice-btn:focus-visible{outline:2px solid #06b6d4;outline-offset:2px}.fd-demo-toolbar-spacer{min-width:0}.fd-demo-toolbar-actions{justify-self:end;display:inline-flex;align-items:center;gap:.45rem}.fd-demo-toolbar-btn{border:1px solid rgba(15,23,42,.1);background:#ffffffe6;color:#0f172a;border-radius:10px;padding:.45rem .6rem;font:inherit;font-size:.82rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;box-shadow:0 4px 12px #0f172a0d;white-space:nowrap}.fd-demo-toolbar-btn:hover{background:#fff}.fd-demo-toolbar-btn:focus-visible{outline:2px solid #06b6d4;outline-offset:2px}.fd-demo-toolbar-btn--replay{background:linear-gradient(120deg,#06b6d41a,#0891b21a);border-color:#06b6d459;color:#0891b2}.fd-demo-toolbar-btn--replay:hover{background:linear-gradient(120deg,#06b6d42e,#0891b22e)}.fd-demo-toolbar-btn--hidden{visibility:hidden;pointer-events:none}.fd-demo-toolbar-btn--loading{opacity:.7;cursor:wait}.fd-demo-toolbar-btn--loading span:first-child{display:inline-block;animation:fd-spin 1s linear infinite}@keyframes fd-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fd-demo-progress-bar{position:relative;width:100%;height:6px;background:#94a3b82e;border-radius:999px;cursor:pointer;margin-bottom:1rem;overflow:hidden;transition:height .15s ease,opacity .2s ease}.fd-demo-progress-bar--hidden{opacity:0;pointer-events:none}.fd-demo-progress-bar:hover{height:10px}.fd-demo-progress-fill{position:absolute;top:0;left:0;height:100%;border-radius:999px;background:linear-gradient(90deg,#22d3ee,#31d0bd);pointer-events:none}.fd-demo-progress-fill:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);width:14px;height:14px;border-radius:50%;background:#22d3ee;box-shadow:0 0 4px #22d3ee80;opacity:0;transition:opacity .15s ease}.fd-demo-progress-bar:hover .fd-demo-progress-fill:after{opacity:1}.fd-device{flex:0 0 auto}.fd-device-stack{display:flex;flex-direction:column;align-items:stretch;gap:.85rem}.fd-device-stack--ipad{flex:0 0 450px;width:450px;max-width:100%}.fd-device-stack--phone{margin-bottom:0}.fd-device-stack--phone .fd-device,.fd-device-stack--centered .fd-device{align-self:center}.fd-device-label{margin:0 0 .45rem;text-align:center;font-size:.8rem;line-height:1.2;font-weight:700;letter-spacing:.04em;color:#334155;text-transform:uppercase}.fd-device-frame{position:relative}.fd-device svg{display:block;width:100%;height:auto;filter:drop-shadow(0 12px 20px rgba(15,23,42,.1))}.fd-device--ipad{width:min(450px,100%)}.fd-device--iphone{width:min(250px,100%)}.fd-device-screen{position:absolute;overflow:hidden;background:linear-gradient(180deg,#f8fafce6,#f1f5f9e0);border:1px dashed rgba(100,116,139,.4);display:grid;place-items:center;text-align:center;color:#475569;font-size:.66rem;line-height:1.25;padding:.35rem}.fd-device-screen--video{background:#020617;border-style:solid;border-color:#94a3b873;padding:0}.fd-device-screen--video:before{display:none}.fd-demo-video{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:cover}.fd-device-screen:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(135deg,#ffffff1f,#fff0 45%)}.fd-device-screen span{position:relative;z-index:1;font-weight:600}.fd-device--ipad .fd-device-screen{left:6.2%;top:4.3%;width:87.6%;height:92.9%;border-radius:18px}.fd-device--iphone .fd-device-screen{left:9.3%;top:3%;width:81.4%;height:94%;border-radius:10.5%/4.8%;font-size:.58rem}.fd-how-it-works-demo-area:fullscreen{background:#fffffff5;padding:1.25rem;border-radius:18px}.fd-how-it-works-demo-area:fullscreen .fd-device--ipad{width:563px}.fd-how-it-works-demo-area:fullscreen .fd-device--iphone{width:313px}.fd-how-it-works-demo-area:fullscreen .fd-how-it-works-media{gap:1.2rem}.fd-how-it-works-demo-area:fullscreen .fd-device-label{font-size:1rem;margin-bottom:.6rem}.fd-how-it-works-demo-area:fullscreen .fd-demo-progress-fill{background:linear-gradient(90deg,#06b6d4,#0891b2)}.fd-how-it-works-demo-area:fullscreen .fd-demo-toolbar-btn--replay{color:#0891b2;border-color:#06b6d459;background:linear-gradient(120deg,#06b6d414,#0891b214)}.fd-section--branding{width:100%;max-width:none;padding:4.5rem 0 4rem;margin-top:0;background:linear-gradient(180deg,#0f172a,#1e293b)}.fd-section--branding:before{display:none}.fd-section--branding .fd-branding-eyebrow{color:#22d3ee}.fd-section--branding .fd-branding-title{color:#f8fafc}.fd-section--branding .fd-branding-description{color:#94a3b8}.fd-section--branding .fd-customization-preview-title{color:#cbd5e1}.fd-section--branding .fd-customization-preview-subtitle{color:#94a3b8}.fd-section--branding .fd-customization-workbench-cta{color:#cbd5e1}.fd-section--branding .fd-customization-action-message.is-success{background:#16a34a26;border-color:#22c55e4d;color:#86efac}.fd-section--branding .fd-customization-action-message.is-error{background:#ef444426;border-color:#ef44444d;color:#fca5a5}.fd-section--branding .fd-customization-controls{box-shadow:0 20px 40px #00000040,0 0 0 1px #ffffff0d}.fd-branding-header{max-width:760px;margin:0 auto 3rem;padding:0 2rem;text-align:center}.fd-branding-eyebrow{margin:0 0 .75rem;font-size:.78rem;font-family:Plus Jakarta Sans,Avenir Next,Segoe UI,sans-serif;text-transform:uppercase;letter-spacing:.14em;color:#0891b2;font-weight:700}.fd-branding-title{margin:0 0 1rem;font-family:Plus Jakarta Sans,Avenir Next,Segoe UI,sans-serif;font-size:clamp(1.5rem,3vw,2.25rem);letter-spacing:-.025em;color:#0f172a;font-weight:800;line-height:1.15}.fd-branding-description{margin:0 auto;color:#475569;font-size:1.05rem;line-height:1.6;max-width:56ch}.fd-branding-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:2.5rem;align-items:start}.fd-customization-workbench-preview{background:transparent;border:0;display:flex;align-items:flex-start;justify-content:center;padding:0}.fd-customization-preview-shell{width:100%;display:grid;justify-items:center;gap:.75rem}.fd-customization-preview-copy{text-align:center;max-width:420px}.fd-customization-preview-title{margin:0;font-family:Plus Jakarta Sans,Avenir Next,Segoe UI,sans-serif;font-size:.88rem;font-weight:700;color:#64748b;letter-spacing:.04em;text-transform:uppercase}.fd-customization-preview{display:flex;justify-content:center;align-items:center;width:100%;padding:.4rem .2rem .5rem}.fd-section--branding .fd-customization-preview .fd-device--ipad{width:min(81%,520px)}.fd-customization-preview .fd-device--ipad{width:min(430px,100%)}.fd-customization-preview .fd-device-label{margin-bottom:.55rem}.fd-customization-preview .fd-device--ipad .fd-device-screen{left:6.2%;top:4%;width:87.6%;height:91%;border-radius:18px}.fd-customization-device-screen{border:0;background:transparent;padding:0;text-align:initial;color:inherit;display:block}.fd-customization-device-screen:before{display:none}.fd-customization-screen{width:100%;height:100%;display:flex;flex-direction:column;padding:.58rem .64rem .72rem;border-radius:inherit;overflow:hidden}.fd-customization-main{flex:1;display:flex;align-items:center;justify-content:center;padding:.28rem .08rem}.fd-customization-panel{width:88%;max-width:384px;height:55%;min-height:55%;max-height:55%;--fd-customization-card-inset: 12%;--fd-customization-action-offset: 2rem;--fd-customization-action-min-height: 3.9rem;background:#fff;border-radius:16px;padding:1.28rem 0 .96rem;box-shadow:0 5px 12px #0f172a14;display:flex;flex-direction:column;position:relative;overflow:hidden}.fd-customization-panel-content{transform:scale(1.1);transform-origin:top center;min-height:100%;display:flex;flex-direction:column}.fd-customization-brand-wrap{width:min(88%,292px);aspect-ratio:865 / 234;flex:0 0 auto;min-height:0;display:flex;justify-content:center;align-items:center;margin-left:auto;margin-right:auto;margin-bottom:.62rem;border-radius:10px;border:0;background:#ffffffdb;overflow:hidden}.fd-customization-brand-wrap img{width:100%;height:100%;object-fit:contain;display:block}.fd-customization-heading{margin:0;padding:0 6%;text-align:center;color:#020617;font-size:clamp(.95rem,2.35vw,1.45rem);line-height:1.2;letter-spacing:-.01em;font-weight:500;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.fd-customization-heading-company{font-weight:800;display:inline-block;white-space:nowrap}.fd-customization-copy-action{margin-top:auto;margin-bottom:0;padding-bottom:calc(var(--fd-customization-action-min-height) + 6.6rem);display:flex;flex-direction:column}.fd-customization-copy-text{margin-top:0;transform:translateY(1.1rem)}.fd-customization-subtitle{margin:.5rem 0 0;padding:0 8%;text-align:center;color:#6b7280;font-size:clamp(.42rem,1.15vw,.68rem);line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.fd-customization-action{position:absolute;left:var(--fd-customization-card-inset);right:var(--fd-customization-card-inset);bottom:var(--fd-customization-action-offset);margin:0;width:auto;border:0;border-radius:13px;min-height:var(--fd-customization-action-min-height);padding:.68rem;font:inherit;font-size:clamp(1.24rem,2.5vw,1.6rem);font-weight:700;letter-spacing:-.01em;box-shadow:inset 0 1px #fff3}.fd-customization-controls{padding:0;overflow:hidden;border-radius:16px;border:1px solid rgba(226,232,240,.8);background:#fff;box-shadow:0 1px 3px #0f172a0a}.fd-branding-content>.fd-customization-controls{margin-top:3.206rem}.fd-customization-controls-head{padding:1.05rem 1.1rem .95rem;border-bottom:1px solid rgba(226,232,240,.6);background:transparent}.fd-customization-eyebrow{margin:0;font-size:.67rem;line-height:1;letter-spacing:.12em;text-transform:uppercase;color:#0f172a;font-weight:700;opacity:.7}.fd-customization-controls h3{margin:.42rem 0 0;font-size:1.12rem;line-height:1.2;letter-spacing:-.015em;color:#020617}.fd-customization-control-body{padding:.92rem 1.1rem 1.08rem;display:grid;gap:1rem}.fd-customization-control-section{display:grid;gap:.62rem}.fd-customization-section-title{margin:0;font-size:.72rem;line-height:1;letter-spacing:.1em;text-transform:uppercase;color:#334155;font-weight:700}.fd-customization-control-list{margin:0;display:grid;gap:.65rem}.fd-customization-color-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fd-customization-default-reset-row{grid-column:1 / -1;margin-top:-.2rem;display:flex;justify-content:flex-end}.fd-customization-default-reset-btn{border:0;background:transparent;color:#dc2626;padding:0;font:inherit;font-size:.74rem;font-weight:700;line-height:1.2;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.fd-customization-default-reset-btn:hover{color:#b91c1c}.fd-customization-default-reset-btn:focus-visible{outline:2px solid #06b6d4;outline-offset:2px;border-radius:4px}.fd-customization-control-row{border-radius:12px;border:1px solid rgba(15,23,42,.12);background:#ffffffe6;padding:.66rem .7rem;display:grid;gap:.48rem;box-shadow:0 6px 14px #0f172a0a;transition:border-color .15s ease,box-shadow .15s ease}.fd-customization-control-row:hover{border-color:#0f172a33;box-shadow:0 8px 16px #0f172a12}.fd-customization-control-row--logo{background:#f8fafceb}.fd-customization-control-meta{display:flex;align-items:center;justify-content:space-between;gap:.65rem}.fd-customization-control-label{margin:0;color:#0f172a;font-size:.82rem;font-weight:700}.fd-customization-text-input{width:100%;border:1px solid rgba(15,23,42,.18);border-radius:10px;padding:.58rem .68rem;background:#fffffff2;color:#0f172a;font-size:.88rem;line-height:1.2;font-family:inherit}.fd-customization-text-input::placeholder{color:#94a3b8}.fd-customization-text-input:focus-visible{outline:2px solid #06b6d4;outline-offset:2px;border-color:#06b6d48c}.fd-customization-control-note{margin:0;color:#64748b;font-size:.73rem;line-height:1;font-weight:600}.fd-customization-color-value{margin:0;width:7.4ch;border-radius:999px;background:#0f172a0d;border:1px solid rgba(15,23,42,.12);padding:.22rem .46rem;font-size:.68rem;line-height:1.2;color:#334155;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-weight:700;letter-spacing:.02em;text-align:center;text-transform:uppercase;outline:none}.fd-customization-color-value:focus-visible{border-color:#31d0bd;box-shadow:0 0 0 2px #06b6d440}.fd-customization-color-input{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;height:2rem;border:1px solid rgba(15,23,42,.2);border-radius:10px;cursor:pointer;background:#fffc;padding:.16rem}.fd-customization-color-input::-webkit-color-swatch-wrapper{padding:0}.fd-customization-color-input::-webkit-color-swatch{border:none;border-radius:7px}.fd-customization-color-input::-moz-color-swatch{border:none;border-radius:7px}.fd-customization-color-input:focus-visible{outline:2px solid #06b6d4;outline-offset:2px}.fd-customization-upload-slot{border:1.5px dashed rgba(100,116,139,.55);border-radius:11px;background:#ffffffe6;min-height:4.3rem;padding:.7rem .72rem;display:grid;align-content:center;gap:.14rem;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.fd-customization-upload-slot:hover{border-color:#06b6d499;background:#fffffffa}.fd-customization-upload-main{font-size:.79rem;line-height:1.2;color:#0f172a;font-weight:700;display:inline-flex;align-items:center;gap:.4rem;min-width:0}.fd-customization-upload-icon{flex:0 0 auto;width:1.05rem;height:1.05rem;border-radius:999px;background:#06b6d429;color:#0891b2;display:inline-flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:800}.fd-customization-upload-file{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fd-customization-upload-sub{font-size:.69rem;line-height:1.2;color:#64748b;font-weight:500}.fd-customization-logo-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.fd-customization-logo-input:focus-visible+.fd-customization-upload-slot,.fd-customization-upload-slot:focus-visible{outline:2px solid #06b6d4;outline-offset:2px}.fd-customization-logo-actions{margin-top:.36rem;display:flex;justify-content:flex-end}.fd-customization-logo-clear-btn{border:1px solid rgba(15,23,42,.16);background:#ffffffe0;color:#0f172a;border-radius:8px;padding:.38rem .56rem;font:inherit;font-size:.72rem;line-height:1;font-weight:700;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,color .14s ease}.fd-customization-logo-clear-btn:hover:not(:disabled){background:#fff;border-color:#0f172a42}.fd-customization-logo-clear-btn:disabled{opacity:.5;cursor:not-allowed}.fd-customization-logo-clear-btn:focus-visible{outline:2px solid #06b6d4;outline-offset:2px}.fd-customization-controls-foot{border-top:1px solid rgba(226,232,240,.6);padding:.78rem 1.1rem .9rem;display:grid;align-items:start;justify-items:stretch;gap:.62rem}.fd-customization-controls-foot .fd-customization-reset-btn{justify-self:start}.fd-customization-controls-foot .fd-customization-done-btn{margin-top:0;width:100%}.fd-customization-workbench-cta{max-width:1200px;margin:1.5rem auto 0;padding:0 2rem;display:grid;justify-items:center;gap:.64rem;border:0;background:transparent}.fd-customization-reset-btn{border:1px solid rgba(15,23,42,.2);background:#ffffffeb;color:#0f172a;border-radius:9px;padding:.48rem .72rem;font:inherit;font-size:.76rem;line-height:1;font-weight:700;cursor:pointer;transition:background-color .14s ease,border-color .14s ease}.fd-customization-reset-btn:hover{background:#fff;border-color:#0f172a52}.fd-customization-reset-btn:focus-visible{outline:2px solid #06b6d4;outline-offset:2px}.fd-customization-done-btn{border:1px solid rgba(6,182,212,.5);background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;border-radius:12px;width:min(100%,460px);padding:.7rem 1rem;font:inherit;font-size:.9rem;line-height:1.2;font-weight:800;text-align:center;letter-spacing:.01em;white-space:normal;cursor:pointer;transition:filter .14s ease,transform .14s ease;box-shadow:0 14px 26px #06b6d43d}.fd-customization-done-btn:hover{filter:brightness(1.03);transform:translateY(-1px)}.fd-customization-done-btn:focus-visible{outline:2px solid #06b6d4;outline-offset:2px}.fd-customization-action-message{margin:0;border-radius:10px;width:min(100%,460px);padding:.62rem .72rem;font-size:.78rem;font-weight:700;line-height:1.3}.fd-customization-action-message.is-success{color:#166534;background:#dcfce7f2;border:1px solid #86efac}.fd-customization-action-message.is-error{color:#991b1b;background:#fef2f2f2;border:1px solid #fecaca}.fd-branding-trial-callout{max-width:1200px;margin:1.1rem auto 0;padding:1rem 2rem 0}.fd-branding-trial-callout-eyebrow{margin:0;font-size:.7rem;line-height:1;letter-spacing:.13em;text-transform:uppercase;font-weight:700;color:#67e8f9}.fd-branding-trial-callout-title{margin:.48rem 0 0;font-family:Plus Jakarta Sans,Avenir Next,Segoe UI,sans-serif;font-size:clamp(1rem,2vw,1.35rem);line-height:1.2;letter-spacing:-.01em;color:#f8fafc}.fd-branding-trial-callout-copy{margin:.44rem 0 0;max-width:74ch;color:#cbd5e1;font-size:.92rem;line-height:1.55}.fd-branding-trial-callout-copy strong{color:#f0f9ff;font-weight:700}.fd-apply-customization-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:4300;background:#02061794;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:grid;place-items:center;padding:1rem}.fd-apply-customization-modal{width:min(540px,calc(100vw - 1.4rem));border-radius:16px;border:1px solid rgba(226,232,240,.8);background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 24px 46px #0f172a29;padding:1rem 1rem .95rem}.fd-apply-customization-title{margin:0;color:#0f172a;font-size:1rem;line-height:1.2;letter-spacing:-.01em}.fd-apply-customization-copy{margin:.42rem 0 0;color:#334155;font-size:.84rem;line-height:1.45}.fd-apply-customization-actions{margin-top:.88rem;display:flex;justify-content:flex-end;gap:.55rem;flex-wrap:wrap}.fd-apply-customization-btn{border-radius:10px;padding:.48rem .78rem;font:inherit;font-size:.78rem;font-weight:700;line-height:1;cursor:pointer}.fd-apply-customization-btn:disabled{opacity:.6;cursor:not-allowed}.fd-apply-customization-btn--cancel{border:1px solid rgba(15,23,42,.2);background:#fff;color:#334155}.fd-apply-customization-btn--confirm{border:1px solid rgba(6,182,212,.5);background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;box-shadow:0 10px 18px #06b6d433}.fd-logo-crop-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:4200;background:#0206179e;display:grid;place-items:center;padding:1.2rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.fd-logo-crop-modal{width:min(760px,calc(100vw - 1.4rem));border-radius:18px;border:1px solid rgba(226,232,240,.8);background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 24px 50px #0f172a2e;padding:1.15rem 1.15rem 1.05rem}.fd-logo-crop-title{margin:0;color:#020617;font-size:1.03rem;letter-spacing:-.015em;line-height:1.2}.fd-logo-crop-subtitle{margin:.35rem 0 0;color:#475569;font-size:.84rem;line-height:1.35}.fd-logo-crop-frame-wrap{margin-top:.85rem;border-radius:14px;border:1px solid rgba(6,182,212,.35);background:#ecfeffb3;padding:.75rem}.fd-logo-crop-frame{width:100%;aspect-ratio:865 / 234;border-radius:10px;border:1px solid rgba(33,59,114,.24);overflow:hidden;position:relative;touch-action:none;background:repeating-linear-gradient(-45deg,#e2e8f0d9 0,#e2e8f0d9 14px,#f1f5f9eb 14px,#f1f5f9eb 28px)}.fd-logo-crop-image-layer{position:absolute;top:0;right:0;bottom:0;left:0;cursor:grab;overflow:hidden}.fd-logo-crop-frame.is-move .fd-logo-crop-image-layer{cursor:grabbing}.fd-logo-crop-image-layer img{position:absolute;max-width:none;max-height:none;min-width:0;min-height:0;-webkit-user-select:none;user-select:none;pointer-events:none}.fd-logo-crop-outline{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.fd-logo-crop-outline-border{position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid rgba(6,182,212,.8);border-radius:10px;box-shadow:0 0 0 1px #cffafef5 inset;pointer-events:none}.fd-logo-crop-edge{position:absolute;pointer-events:auto;background:transparent}.fd-logo-crop-edge--top,.fd-logo-crop-edge--bottom{left:12px;right:12px;height:16px;cursor:ns-resize}.fd-logo-crop-edge--top{top:-8px}.fd-logo-crop-edge--bottom{bottom:-8px}.fd-logo-crop-edge--left,.fd-logo-crop-edge--right{top:12px;bottom:12px;width:16px;cursor:ew-resize}.fd-logo-crop-edge--left{left:-8px}.fd-logo-crop-edge--right{right:-8px}.fd-logo-crop-handle{position:absolute;width:14px;height:14px;border-radius:999px;border:2px solid #0891b2;background:#fff;box-shadow:0 2px 8px #0f172a40;pointer-events:auto}.fd-logo-crop-handle--nw{left:-7px;top:-7px;cursor:nwse-resize}.fd-logo-crop-handle--ne{right:-7px;top:-7px;cursor:nesw-resize}.fd-logo-crop-handle--sw{left:-7px;bottom:-7px;cursor:nesw-resize}.fd-logo-crop-handle--se{right:-7px;bottom:-7px;cursor:nwse-resize}.fd-logo-crop-frame.is-scale .fd-logo-crop-edge,.fd-logo-crop-frame.is-scale .fd-logo-crop-handle{cursor:nwse-resize}.fd-logo-crop-hint{margin:.62rem 0 0;color:#334155;font-size:.76rem;line-height:1.35}.fd-logo-crop-value{font-weight:700;color:#0f172a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.fd-logo-crop-error{margin:.65rem 0 0;border-radius:10px;border:1px solid #fecaca;background:#fef2f2;color:#991b1b;font-size:.78rem;line-height:1.3;padding:.48rem .55rem}.fd-logo-crop-actions{margin-top:.9rem;display:flex;justify-content:flex-end;gap:.55rem;flex-wrap:wrap}.fd-logo-crop-btn{border-radius:10px;border:1px solid rgba(15,23,42,.2);padding:.56rem .82rem;font:inherit;font-size:.82rem;font-weight:700;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.fd-logo-crop-btn--cancel{background:#fffffff5;color:#334155;border-color:#0f172a33}.fd-logo-crop-btn--cancel:hover{background:#f1f5f9e6}.fd-logo-crop-btn--confirm{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;border-color:#06b6d494;box-shadow:0 10px 20px #06b6d447}.fd-logo-crop-btn--confirm:hover{transform:translateY(-1px);box-shadow:0 12px 22px #06b6d457}.fd-logo-crop-btn:focus-visible{outline:2px solid #06b6d4;outline-offset:2px}@media (max-width: 1099px){.fd-how-it-works-media{flex-wrap:wrap;justify-content:center}.fd-demo-toolbar{grid-template-columns:1fr;justify-items:center}.fd-demo-toolbar-actions{justify-self:center}.fd-branding-content{grid-template-columns:1fr;gap:2rem;max-width:560px}.fd-branding-content>.fd-customization-controls{margin-top:0}.fd-customization-workbench-preview{padding:0}.fd-section--branding .fd-customization-preview .fd-device--ipad{width:min(420px,100%)}}@media (max-width: 700px){.fd-section{padding:3rem 0}.fd-section--showcase{padding:3.5rem 0 3rem}.fd-section-inner,.fd-section-header{padding:0 1.25rem}.fd-section-header{margin-bottom:2rem}.fd-section--branding{padding:3rem 0 2.5rem}.fd-branding-header{padding:0 1.25rem;margin-bottom:2rem}.fd-branding-title{font-size:clamp(1.25rem,5vw,1.65rem)}.fd-branding-description{font-size:.92rem}.fd-branding-content{padding:0 1.25rem}.fd-customization-workbench-cta{padding:0 1.25rem;gap:.55rem}.fd-branding-trial-callout{padding:.9rem 1.25rem 0}.fd-branding-trial-callout-eyebrow{font-size:.64rem}.fd-branding-trial-callout-title{font-size:1rem}.fd-branding-trial-callout-copy{font-size:.84rem}.fd-how-it-works-demo-area{padding:1rem}.fd-demo-toolbar{gap:.55rem;margin-bottom:.8rem}.fd-demo-choice-group{flex-wrap:wrap;justify-content:center}.fd-demo-choice-btn{padding:.5rem .75rem;font-size:.82rem}.fd-demo-toolbar-actions{width:100%;justify-content:center;flex-wrap:wrap}.fd-demo-toolbar-btn{white-space:normal;justify-content:center;text-align:center}.fd-how-it-works-media{flex-direction:column;align-items:center;gap:.9rem}.fd-customization-controls h3{font-size:.98rem}.fd-customization-controls-head{padding:.88rem .8rem .8rem}.fd-customization-preview-title{font-size:.76rem}.fd-customization-control-body{padding:.78rem .8rem .9rem;gap:.8rem}.fd-customization-section-title{font-size:.64rem}.fd-customization-control-row{padding:.58rem .55rem}.fd-customization-control-label{font-size:.76rem}.fd-customization-control-note{font-size:.64rem}.fd-customization-color-value{font-size:.62rem}.fd-customization-color-grid{grid-template-columns:1fr}.fd-customization-default-reset-btn{font-size:.68rem}.fd-customization-upload-slot{min-height:3.8rem;padding:.58rem .6rem}.fd-customization-upload-main{font-size:.72rem}.fd-customization-upload-sub{font-size:.64rem}.fd-customization-controls-foot{padding:.68rem .8rem .74rem}.fd-customization-reset-btn{font-size:.7rem;padding:.44rem .62rem}.fd-customization-done-btn{width:100%;font-size:.78rem;padding:.58rem .7rem;text-align:center}.fd-customization-action-message{width:100%;margin:0;font-size:.72rem}.fd-apply-customization-modal{width:min(540px,calc(100vw - .8rem));border-radius:14px;padding:.86rem .82rem .8rem}.fd-apply-customization-title{font-size:.92rem}.fd-apply-customization-copy{font-size:.77rem}.fd-apply-customization-actions{justify-content:stretch}.fd-apply-customization-btn{flex:1 1 0;min-width:0;text-align:center}.fd-customization-logo-clear-btn{font-size:.67rem;padding:.34rem .5rem}.fd-logo-crop-backdrop{padding:.7rem}.fd-logo-crop-modal{width:min(760px,calc(100vw - .7rem));border-radius:14px;padding:.82rem .78rem .78rem}.fd-logo-crop-title{font-size:.94rem}.fd-logo-crop-subtitle{font-size:.76rem}.fd-logo-crop-frame-wrap{padding:.5rem}.fd-logo-crop-handle{width:12px;height:12px}.fd-logo-crop-hint{font-size:.68rem}.fd-logo-crop-actions{margin-top:.75rem;justify-content:stretch}.fd-logo-crop-btn{flex:1 1 0;min-width:0;text-align:center}.fd-customization-preview{padding:.4rem .2rem .5rem}.fd-customization-panel{border-radius:14px;width:88%;height:45%;min-height:45%;max-height:45%;--fd-customization-card-inset: 11%;--fd-customization-action-offset: .16rem;--fd-customization-action-min-height: 2.72rem;padding:.96rem 0 .62rem}.fd-customization-action{left:var(--fd-customization-card-inset);right:var(--fd-customization-card-inset);bottom:var(--fd-customization-action-offset);margin:0;width:auto;border-radius:10px;min-height:var(--fd-customization-action-min-height);padding:.5rem .64rem}.fd-customization-copy-action{margin-bottom:0;padding-bottom:calc(var(--fd-customization-action-min-height) + .3rem)}.fd-customization-copy-text{margin-top:0;transform:translateY(.42rem)}.fd-customization-heading{font-size:clamp(.9rem,3.6vw,1.25rem);line-height:1.22}.fd-customization-subtitle{font-size:clamp(.7rem,2.5vw,.95rem);line-height:1.42}.fd-device-stack--phone{margin-bottom:0}.fd-device-label{margin-bottom:.35rem}.fd-device--ipad{width:min(100%,340px)}.fd-device--iphone{width:min(72vw,220px)}.fd-how-it-works-demo-area:fullscreen .fd-device--ipad{width:min(100%,360px)}.fd-how-it-works-demo-area:fullscreen .fd-device--iphone{width:min(72vw,230px)}}@media (prefers-reduced-motion: reduce){.fd-section{animation:none}}.fd-logo-loading-note{color:#94a3b8e6;animation:fd-logo-note-pulse 1.4s ease-in-out infinite}@keyframes fd-logo-note-pulse{0%,to{opacity:1}50%{opacity:.45}}.fd-logo-loading-pulse{animation:fd-logo-img-pulse 1.4s ease-in-out infinite}@keyframes fd-logo-img-pulse{0%,to{opacity:.55}50%{opacity:.25}}@media (prefers-reduced-motion: reduce){.fd-logo-loading-note,.fd-logo-loading-pulse{animation:none}}
