:root{--fd-bg: #08141f;--fd-bg-alt: #0f2130;--fd-border: #1f3a4d;--fd-accent: #ff8c2a;--fd-accent-soft: rgba(255, 140, 42, .15);--fd-text: #f5f7fb;--fd-text-muted: #9ba9bb;--fd-danger: #ff4e4e;--fd-radius-lg: 14px;--fd-radius-md: 10px;--fd-shadow-soft: 0 18px 40px rgba(0, 0, 0, .35);--fd-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--fd-page-bg: radial-gradient(circle at top, #122234, #050c14);--fd-shell-bg: radial-gradient(circle at top left, #172a3e, #050c14);--fd-surface-1: #020617;--fd-surface-2: #050c14;--fd-surface-3: rgba(7, 18, 29, .98);--fd-header-bg: radial-gradient(circle at top left, #050c14, #020617);--fd-tabs-bg: rgba(10, 24, 38, .95);--fd-card-bg: rgba(6, 16, 25, .98);--fd-event-bg: rgba(148, 163, 184, .35);--fd-event-text: var(--fd-text);--fd-event-confirmed: rgba(34, 197, 94, .35);--fd-event-requested: rgba(249, 115, 22, .35);color-scheme:dark}:root[data-theme=light]{--fd-bg: #f6f8fb;--fd-bg-alt: #ffffff;--fd-border: #d7e0ea;--fd-accent: #ff8c2a;--fd-accent-soft: rgba(255, 140, 42, .12);--fd-text: #0f172a;--fd-text-muted: #475569;--fd-danger: #dc2626;--fd-page-bg: radial-gradient(circle at top, #ffffff, #eef2f7);--fd-shell-bg: radial-gradient(circle at top left, #ffffff, #eef2f7);--fd-surface-1: #ffffff;--fd-surface-2: #f1f5f9;--fd-surface-3: #ffffff;--fd-header-bg: linear-gradient(to bottom, #ffffff, #f8fafc);--fd-tabs-bg: rgba(255, 255, 255, .9);--fd-card-bg: #ffffff;--fd-shadow-soft: 0 14px 30px rgba(2, 6, 23, .1);--fd-event-bg: rgba(15, 23, 42, .1);--fd-event-text: #0f172a;--fd-event-confirmed: rgba(34, 197, 94, .18);--fd-event-requested: rgba(249, 115, 22, .18);color-scheme:light}*,*:before,*:after{box-sizing:border-box}html,body,#root{width:100%;height:100%;max-width:none;margin:0;padding:0}body{display:block;background:var(--fd-page-bg);font-family:var(--fd-font);color:var(--fd-text);overflow-x:hidden}img,video,canvas,svg{max-width:100%;height:auto;display:block}.fd-app{height:100vh;display:flex;flex-direction:column;font-family:var(--fd-font);color:var(--fd-text)}.fd-header{display:flex;align-items:center;justify-content:space-between;padding:10px 22px;background:var(--fd-header-bg);border-bottom:1px solid var(--fd-border);box-shadow:0 6px 22px #00000038;position:relative;z-index:10}:root[data-theme=light] .fd-header{box-shadow:0 10px 22px #0206171a}.fd-header-left{display:flex;align-items:center;gap:10px}.fd-logo{font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--fd-accent)}.fd-logo-mark{width:34px;height:34px;border-radius:12px;background:radial-gradient(circle at 10% 0,#ffd18f,#ff8c2a);color:#121212;font-weight:800;font-size:.9rem;letter-spacing:.08em;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px #0000002e}.fd-logo-text{display:flex;flex-direction:column}.fd-logo-title{font-size:.95rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.fd-logo-subtitle,.fd-header-tagline{font-size:.75rem;color:var(--fd-text-muted)}.fd-header-center{flex:1;display:flex;justify-content:center}.fd-header-right{display:flex;align-items:center;gap:10px}.fd-user-email,.fd-header-user{font-size:.85rem;color:var(--fd-text-muted)}.fd-logout-button{border-radius:999px;border:1px solid rgba(255,255,255,.18);background:transparent;color:var(--fd-text);padding:6px 12px;font-size:.8rem;cursor:pointer;font-family:var(--fd-font);transition:background .12s ease,transform .05s ease,box-shadow .12s ease}:root[data-theme=light] .fd-logout-button{border:1px solid rgba(15,23,42,.15)}.fd-logout-button:hover{background:#ffffff0f;transform:translateY(-1px);box-shadow:0 8px 18px #0000001f}:root[data-theme=light] .fd-logout-button:hover{background:#0f172a0a;box-shadow:0 10px 22px #0206171a}.fd-top-tabs{display:inline-flex;background:var(--fd-tabs-bg);border-radius:999px;padding:3px;border:1px solid rgba(255,255,255,.12);box-shadow:0 10px 24px #0000001f}:root[data-theme=light] .fd-top-tabs{border:1px solid rgba(15,23,42,.12);box-shadow:0 12px 26px #0206171a}.fd-tab-button{border-radius:999px;border:none;background:transparent;color:var(--fd-text-muted);font-size:.75rem;padding:6px 16px;cursor:pointer;font-family:var(--fd-font);letter-spacing:.08em;text-transform:uppercase;transition:background .12s ease,color .12s ease,transform .05s ease,box-shadow .12s ease}.fd-tab-button:hover{background:#0f172a0a;color:var(--fd-text)}:root[data-theme=dark] .fd-tab-button:hover{background:#ffffff0a}.fd-tab-button-active{background:linear-gradient(135deg,#ff8c2a,#ffb547);color:#121212;box-shadow:0 6px 18px #ff8c2a73;transform:translateY(-1px)}.fd-layout{flex:1;display:grid;grid-template-columns:260px minmax(0,1fr);background:var(--fd-shell-bg)}.fd-sidebar{border-right:1px solid var(--fd-border);background:var(--fd-surface-3);display:flex;flex-direction:column;padding:14px 16px;box-sizing:border-box;width:260px;flex-shrink:0}.fd-sidebar-header{padding:12px 14px;border-bottom:1px solid var(--fd-border);margin-bottom:12px}.fd-sidebar-header h2{margin:0;font-size:.9rem;font-weight:600}.fd-sidebar-loading,.fd-sidebar-empty{padding:14px;font-size:.85rem;color:var(--fd-text-muted)}.fd-status-filters{display:flex;gap:6px;margin-top:6px;margin-bottom:8px}.fd-status-chip{border-radius:999px;border:1px solid rgba(255,255,255,.18);background:transparent;color:var(--fd-text-muted);font-size:.7rem;padding:4px 10px;cursor:pointer;text-transform:uppercase;letter-spacing:.08em}:root[data-theme=light] .fd-status-chip{border:1px solid rgba(15,23,42,.14)}.fd-status-chip:hover{background:#0f172a0a;color:var(--fd-text)}:root[data-theme=dark] .fd-status-chip:hover{background:#ffffff0d}.fd-status-chip-active{background:linear-gradient(135deg,#ff8c2a,#ffb547);border-color:#ff8c2ae6;color:#121212;box-shadow:0 6px 14px #ff8c2a59}.fd-status-badge-small{font-size:.65rem;padding:2px 6px}.fd-conversation-list{list-style:none;margin:0;padding:6px;overflow-y:auto;flex:1}.fd-conversation-item{padding:10px;border-radius:10px;margin-bottom:6px;cursor:pointer;background:transparent;transition:background .12s ease,transform .05s ease,box-shadow .12s ease;border:1px solid transparent}.fd-conversation-item:hover{background:#0f172a0a}:root[data-theme=dark] .fd-conversation-item:hover{background:#ffffff08}.fd-conversation-item-active{background:var(--fd-accent-soft);border-color:var(--fd-accent);box-shadow:0 8px 18px #0000001f;transform:translateY(-1px)}.fd-conversation-subject{font-size:.9rem;margin-bottom:3px}.fd-conversation-meta{display:flex;justify-content:space-between;align-items:center}.fd-conversation-id{font-size:.75rem;color:var(--fd-text-muted)}.fd-main{display:flex;flex-direction:column;height:100%}.fd-main-header{padding:12px 16px;border-bottom:1px solid var(--fd-border);background:var(--fd-surface-1)}.fd-main-header h2{margin:0;font-size:.95rem;font-weight:600}.fd-main-subtitle{margin-top:4px;font-size:.8rem;display:flex;gap:8px;align-items:center;color:var(--fd-text-muted)}.fd-main-id{font-size:.75rem;opacity:.8}.fd-messages-container{flex:1;padding:12px 16px;overflow-y:auto;background:radial-gradient(circle at top,#0f172a8c,#020617 55%);border-radius:12px}:root[data-theme=light] .fd-messages-container{background:radial-gradient(circle at top,#fff,#f1f5f9 70%)}.fd-messages-empty{margin-top:30px;font-size:.9rem;color:var(--fd-text-muted)}.fd-message-bubble{max-width:74%;margin-bottom:10px;padding:12px 14px;border-radius:14px;background:#0b1a27f5;border:1px solid rgba(255,255,255,.04);box-shadow:0 6px 14px #0000001f;font-size:.92rem;line-height:1.35}:root[data-theme=light] .fd-message-bubble{background:#0f172a0a;border:1px solid rgba(15,23,42,.1);box-shadow:0 10px 20px #0206170f}.fd-message-visitor{margin-right:auto;background:#1e293bd9;border:1px solid rgba(255,255,255,.06);color:#e5e7eb}:root[data-theme=light] .fd-message-visitor{background:#0206170a;color:var(--fd-text)}.fd-message-agent{margin-left:auto;background:#ff8c2a40;border:1px solid rgba(255,140,42,.5);color:#fefefe;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}:root[data-theme=light] .fd-message-agent{color:#0f172a;background:#ff8c2a2e}.fd-message-ai{margin-left:auto;background:#22c55e38;border:1px solid rgba(34,197,94,.55);color:#eaffea;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}:root[data-theme=light] .fd-message-ai{color:#0f172a;background:#22c55e29}.fd-message-meta{display:flex;justify-content:space-between;margin-bottom:4px}.fd-message-sender{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--fd-text-muted)}.fd-message-time{font-size:.7rem;color:var(--fd-text-muted)}.fd-message-content{white-space:pre-wrap}.fd-message-input-bar,.fd-reply-bar{border-top:1px solid var(--fd-border);padding:10px 14px;display:flex;gap:8px;background:var(--fd-surface-1)}.fd-textarea,.fd-reply-input,.fd-input{border-radius:var(--fd-radius-md);border:1px solid var(--fd-border);background:var(--fd-surface-2);color:var(--fd-text);padding:8px 10px;font-family:var(--fd-font);font-size:.9rem}.fd-textarea{flex:1;min-height:40px;max-height:120px;resize:vertical}.fd-textarea:focus,.fd-reply-input:focus,.fd-input:focus{outline:none;border-color:var(--fd-accent);box-shadow:0 0 0 1px #ff8c2a59}.fd-reply-input::placeholder{color:var(--fd-text-muted)}.fd-button{border-radius:999px;border:none;padding:8px 14px;font-size:.85rem;cursor:pointer;font-family:var(--fd-font);transition:background .12s ease,transform .05s ease,box-shadow .12s ease}.fd-button-primary{background:linear-gradient(135deg,#ff8c2a,#ffb547);color:#121212;box-shadow:0 8px 18px #ff8c2a40}.fd-button-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 24px #ff8c2a59}.fd-button-secondary{background:transparent;color:var(--fd-text-muted);border:1px solid var(--fd-border)}.fd-button-secondary:hover:not(:disabled){background:#0f172a0a}:root[data-theme=dark] .fd-button-secondary:hover:not(:disabled){background:#ffffff0a}.fd-button:disabled{opacity:.6;cursor:default}.fd-send-button{align-self:flex-end}.fd-status-badge{border-radius:999px;padding:2px 8px;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em}.fd-status-open{background:#4caf5014;color:#7ee087}.fd-status-closed{background:#9e9e9e1f;color:#ccc}.fd-login-wrapper{height:100vh;display:flex;align-items:center;justify-content:center;background:var(--fd-shell-bg)}.fd-login-card{width:360px}.fd-card{background:var(--fd-card-bg);border-radius:var(--fd-radius-lg);padding:22px 20px 18px;border:1px solid rgba(255,255,255,.04);box-shadow:var(--fd-shadow-soft)}:root[data-theme=light] .fd-card{border:1px solid rgba(15,23,42,.1)}.fd-title{margin:0 0 4px;font-size:1.2rem}.fd-subtitle{margin:0 0 16px;font-size:.85rem;color:var(--fd-text-muted)}.fd-form{display:flex;flex-direction:column;gap:10px}.fd-label{display:flex;flex-direction:column;font-size:.8rem;color:var(--fd-text-muted);gap:4px}.fd-error{margin-bottom:8px;background:#ff4e4e1a;border:1px solid rgba(255,78,78,.7);color:#ffb5b5;border-radius:var(--fd-radius-md);padding:8px 10px;font-size:.8rem}.fd-main-placeholder,.fd-main-loading{flex:1;display:flex;align-items:center;justify-content:center;color:var(--fd-text-muted);background:var(--fd-shell-bg)}.fd-loading-screen{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-family:var(--fd-font);color:var(--fd-text-muted)}.fd-spinner{width:22px;height:22px;border-radius:50%;border:3px solid rgba(255,255,255,.2);border-top-color:var(--fd-accent);animation:fd-spin .8s linear infinite}:root[data-theme=light] .fd-spinner{border:3px solid rgba(15,23,42,.15);border-top-color:var(--fd-accent)}@keyframes fd-spin{to{transform:rotate(360deg)}}.fd-app-body{height:calc(100vh - 60px);display:flex;flex-direction:column}.fd-main-layout{flex:1;display:flex;overflow:hidden}.fd-main-panel{flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--fd-surface-1);padding:18px;box-sizing:border-box}.fd-messages-scroll{flex:1;overflow-y:auto}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0f172a2e}::-webkit-scrollbar-thumb{background:#64748b8c;border-radius:8px;border:2px solid rgba(15,23,42,.18)}::-webkit-scrollbar-thumb:hover{background:#64748bbf}*{scrollbar-width:thin;scrollbar-color:rgba(100,116,139,.65) rgba(15,23,42,.18)}select{background-color:var(--fd-surface-2);color:var(--fd-text);border:1px solid var(--fd-border);border-radius:var(--fd-radius-md);padding:8px 10px;font-family:var(--fd-font);font-size:.9rem}select:focus{outline:none;border-color:var(--fd-accent);box-shadow:0 0 0 1px #ff8c2a59}select option{background-color:var(--fd-bg-alt);color:var(--fd-text)}select:disabled{opacity:.65;cursor:not-allowed}.rbc-calendar,.rbc-time-view,.rbc-month-view{background:var(--fd-bg-alt);color:var(--fd-text)}.rbc-month-view,.rbc-time-view,.rbc-agenda-view{border:1px solid var(--fd-border);border-radius:12px;overflow:hidden}.rbc-header{background:#0f172a0a;color:var(--fd-text-muted);border-bottom:1px solid var(--fd-border);padding:8px 6px;font-weight:600}:root[data-theme=dark] .rbc-header{background:#ffffff08}.rbc-day-bg+.rbc-day-bg,.rbc-month-row+.rbc-month-row,.rbc-time-content>*+*{border-left:1px solid var(--fd-border)}.rbc-month-row{border-top:1px solid var(--fd-border)}.rbc-date-cell{padding:6px 8px;color:var(--fd-text-muted)}.rbc-off-range .rbc-date-cell,.rbc-off-range-bg{opacity:.45}.rbc-today{background:#ff8c2a14}:root[data-theme=light] .rbc-today{background:#ff8c2a1a}.rbc-event,.rbc-background-event{background:var(--fd-event-bg);color:var(--fd-event-text);border:1px solid rgba(100,116,139,.28);border-radius:999px;padding:2px 8px;box-shadow:none}.rbc-event:focus,.rbc-event.rbc-selected{outline:none;border-color:var(--fd-accent);box-shadow:0 0 0 2px #ff8c2a38}.rbc-toolbar button{border-radius:999px;border:1px solid var(--fd-border);background:var(--fd-bg-alt);color:var(--fd-text);padding:6px 10px;cursor:pointer}.rbc-toolbar button:hover{background:#0f172a0a}:root[data-theme=dark] .rbc-toolbar button:hover{background:#ffffff0a}.rbc-toolbar button.rbc-active{background:linear-gradient(135deg,#ff8c2a,#ffb547);color:#121212;border-color:#ff8c2ab3}.fd-landing{min-height:100vh;background:var(--fd-page-bg);color:var(--fd-text);display:flex;flex-direction:column}.fd-landing-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem;border-bottom:1px solid rgba(148,163,184,.25)}.fd-landing-header-left,.fd-landing-header-right{display:flex;align-items:center;gap:.75rem}.fd-landing-login-button{padding:.45rem 1.1rem;border-radius:999px;border:1px solid rgba(148,163,184,.7);background:transparent;color:var(--fd-text);font-size:.9rem;cursor:pointer}.fd-landing-login-button:hover{background:#0f172a0f}.fd-landing-main{flex:1;max-width:1120px;margin:0 auto;padding:2.5rem 1.5rem 3rem}.fd-landing-hero{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(0,1.2fr);gap:2.5rem;align-items:center;margin-bottom:3rem}.fd-landing-hero-copy h1{font-size:2.4rem;line-height:1.15;margin-bottom:1rem}.fd-landing-lead{font-size:1.02rem;color:var(--fd-text-muted);max-width:34rem;margin-bottom:1.5rem}.fd-landing-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}.fd-landing-primary-button,.fd-landing-secondary-button{padding:.7rem 1.4rem;border-radius:999px;border:none;cursor:pointer;font-size:.95rem;font-weight:500}.fd-landing-primary-button{background:linear-gradient(to right,#f97316,#facc15);color:#111827}.fd-landing-primary-button:hover{filter:brightness(1.07)}.fd-landing-secondary-button{background:transparent;border:1px solid rgba(148,163,184,.7);color:var(--fd-text)}.fd-landing-secondary-button:hover{background:#0f172a0f}.fd-landing-bullets{list-style:disc;padding-left:1.25rem;color:var(--fd-text);font-size:.95rem}.fd-landing-bullets li+li{margin-top:.25rem}.fd-landing-hero-visual{display:flex;flex-direction:column;gap:1.25rem}.fd-landing-card{background:#0f172a0f;border-radius:.9rem;border:1px solid rgba(148,163,184,.5);padding:.9rem 1rem;box-shadow:0 20px 40px #0000001f}:root[data-theme=dark] .fd-landing-card{background:#0f172ae6;box-shadow:0 20px 40px #00000073}.fd-landing-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.fd-landing-card-title{font-size:.9rem;font-weight:600}.fd-landing-card-badge{font-size:.75rem;padding:.15rem .6rem;border-radius:999px;background:#38bdf833;color:#0369a1}:root[data-theme=dark] .fd-landing-card-badge{color:#7dd3fc}.fd-landing-card-body{font-size:.8rem;color:var(--fd-text-muted)}.fd-landing-pill-row{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.6rem}.fd-landing-pill{padding:.2rem .6rem;border-radius:999px;border:1px solid rgba(148,163,184,.8);font-size:.75rem}.fd-landing-pill-active{background:#f8fafc1a}.fd-landing-box-row{height:.55rem;border-radius:.3rem;background:linear-gradient(to right,#94a3b866,#33415533);margin-bottom:.3rem}.fd-landing-bubble{max-width:18rem;padding:.5rem .7rem;border-radius:.75rem;font-size:.78rem;line-height:1.3;margin-bottom:.45rem}.fd-landing-bubble-visitor{background:#0f172a0f;border:1px solid rgba(148,163,184,.7)}:root[data-theme=dark] .fd-landing-bubble-visitor{background:#0f172ae6}.fd-landing-bubble-ai{background:linear-gradient(to right,#f97316,#facc15);color:#111827;margin-left:auto}.fd-landing-appointment-chip{display:inline-block;margin-top:.4rem;padding:.35rem .7rem;border-radius:999px;font-size:.75rem;border:1px dashed rgba(148,163,184,.8)}.fd-landing-section{margin-top:2.75rem}.fd-landing-section h2{font-size:1.5rem;margin-bottom:.75rem}.fd-landing-section p{color:var(--fd-text-muted);max-width:40rem;font-size:.96rem}.fd-landing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:1.5rem}.fd-landing-feature{padding:1rem 1.1rem;border-radius:.9rem;background:#0f172a0f;border:1px solid rgba(30,64,175,.25)}:root[data-theme=dark] .fd-landing-feature{background:#0f172ae6;border:1px solid rgba(30,64,175,.7)}.fd-landing-feature h3{font-size:1rem;margin-bottom:.4rem}.fd-landing-feature p{font-size:.9rem;color:var(--fd-text)}.fd-landing-highlight{padding:1.4rem 1.1rem;border-radius:1rem;background:linear-gradient(to right,#f9731614,#082f490f);border:1px solid rgba(249,115,22,.25)}:root[data-theme=dark] .fd-landing-highlight{background:linear-gradient(to right,#f973161a,#082f49e6);border:1px solid rgba(249,115,22,.45)}.fd-landing-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin-top:1.25rem}.fd-landing-step{background:#0f172a0f;border-radius:.9rem;padding:.9rem;border:1px solid rgba(30,64,175,.25);font-size:.9rem}:root[data-theme=dark] .fd-landing-step{background:#0f172af2;border:1px solid rgba(30,64,175,.7)}.fd-landing-step-number{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:999px;background:#f97316;color:#111827;font-size:.8rem;font-weight:600;margin-bottom:.4rem}.fd-landing-footer{padding:1rem 2rem 1.2rem;display:flex;justify-content:space-between;font-size:.85rem;color:var(--fd-text-muted);border-top:1px solid rgba(30,64,175,.25)}:root[data-theme=dark] .fd-landing-footer{border-top:1px solid rgba(30,64,175,.7)}.fd-landing-footer-link{background:none;border:none;color:var(--fd-text);text-decoration:underline;cursor:pointer;font-size:.85rem}@media(max-width:900px){.fd-landing-main{padding:1.75rem 1.25rem 2.5rem}.fd-landing-hero{grid-template-columns:minmax(0,1fr)}.fd-landing-hero-visual{order:-1}.fd-landing-grid,.fd-landing-steps{grid-template-columns:minmax(0,1fr)}.fd-landing-footer{flex-direction:column;gap:.4rem;text-align:center}}.fdp-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;font-weight:800;text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.fdp-btn-primary{background:#f59e0b;color:#0b1220;border:1px solid rgba(0,0,0,.08)}.fdp-btn-primary:hover{filter:brightness(.98)}.fdp-btn-ghost{opacity:1;background:#0f172a0a;color:#0f172a;border:1px solid rgba(15,23,42,.22)}.fdp-btn-ghost:hover{background:#0f172a12}.fdp-hero .fdp-btn-ghost{background:#ffffff0f;color:#e2e8f0f2;border:1px solid rgba(226,232,240,.22)}.fdp-hero .fdp-btn-ghost:hover{background:#ffffff1a}.fdp-btn:disabled,.fdp-btn[aria-disabled=true]{opacity:.45;pointer-events:none;cursor:not-allowed}.fdp-btn{box-sizing:border-box;min-height:48px;padding:14px 18px;font-size:16px;line-height:1;border-radius:999px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.fdp-btn-lg{min-height:54px;padding:16px 22px;font-size:17px}:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{height:100%;width:100%;margin:0;padding:0}body{display:block;min-height:100%;background:#070b12;color:#f1f5f9eb}#root{width:100%;min-height:100vh;max-width:none;margin:0;padding:0}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}:root{--fd-navy: #071226;--fd-navy2: #0a1833;--fd-ice: #2d8cff;--fd-fire: #f79a2e;--fd-text: rgba(241,245,249,.96);--fd-text-dim: rgba(241,245,249,.8);--fd-border: rgba(255,255,255,.14);--fd-glass: rgba(255,255,255,.1);--fd-glass2: rgba(255,255,255,.08)}.fdnx{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff}.fdnx-container{max-width:1180px;margin:0 auto;padding:0 18px}.fdnx-header{position:sticky;top:0;z-index:50;background:#071226eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}.fdnx-header-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 0}.fdnx-brand{display:flex;align-items:center;cursor:pointer;gap:10px}.fdnx-logo{height:96px;width:auto;object-fit:contain;filter:drop-shadow(0 10px 24px rgba(0,0,0,.55))}.fdnx-wordmark{display:flex;flex-direction:column;line-height:1.1}.fdnx-wordmark-top{font-weight:950;font-size:14px;letter-spacing:.14em;color:#f1f5f9eb}.fdnx-wordmark-sub{font-size:12px;color:#f1f5f9b3}.fdnx-nav{display:flex;align-items:center;gap:12px}.fdnx-navlink{background:transparent;border:1px solid transparent;padding:10px;font-size:14px;color:#f1f5f9e0;cursor:pointer;border-radius:10px}.fdnx-navlink:hover{background:#ffffff0f;border-color:#ffffff0f}.fdnx-header-actions{display:flex;align-items:center;gap:10px}.fdnx-btn{border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#f1f5f9eb;padding:10px 14px;font-size:14px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease,background .12s ease}.fdnx-btn:hover{transform:translateY(-1px);box-shadow:0 14px 30px #00000040}.fdnx-btn:active{transform:translateY(0);opacity:.92}.fdnx-btn-lg{padding:14px 22px;font-weight:800;font-size:15px}.fdnx-btn-primary{border:none;background:var(--fd-fire);color:#1b1206;font-weight:950}.fdnx-btn-primary:hover{background:#f5a13a}.fdnx-btn-outline{background:#ffffff14}.fdnx-btn-outline:hover{background:#ffffff1f}.fdnx-btn-soft{background:#ffffff24;border-color:#ffffff2e}.fdnx-btn-soft:hover{background:#ffffff2e}.fdnx-btn-wide{width:100%;margin-top:10px}.fdnx-hero{position:relative;overflow:hidden;padding:66px 0 72px;background:linear-gradient(180deg,#0b1a3a,#071226 55%,#06101f)}.fdnx-hero-bg{position:absolute;inset:0;background:radial-gradient(1100px 760px at 12% 55%,rgba(247,154,46,.22),transparent 62%),radial-gradient(1100px 760px at 58% 50%,rgba(45,140,255,.22),transparent 62%),radial-gradient(900px 520px at 92% 18%,rgba(255,255,255,.08),transparent 60%);filter:saturate(1.04)}.fdnx-hero-ink{position:absolute;inset:0;background:linear-gradient(180deg,#00000024,#00000052),radial-gradient(900px 520px at 50% 28%,#0000001a,#00000057);pointer-events:none}.fdnx-hero-inner{position:relative;z-index:2}.fdnx-hero-copy{text-align:center;color:var(--fd-text);max-width:980px;margin:0 auto}.fdnx-kicker{font-size:12px;letter-spacing:.18em;font-weight:950;opacity:.85;margin-bottom:10px}.fdnx-h1{margin:0 auto;font-size:66px;line-height:1.04;letter-spacing:-.045em;font-weight:980;text-shadow:0 18px 50px rgba(0,0,0,.45)}.fdnx-accent{color:var(--fd-fire)}.fdnx-sub{margin:14px auto 0;font-size:18px;line-height:1.6;color:var(--fd-text-dim);max-width:820px}.fdnx-cta{margin-top:22px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.fdnx-fine{margin-top:14px;font-size:13px;color:#f1f5f9bd}.fdnx-inline-link{margin-top:10px;font-size:13px;color:#f1f5f9b8}.fdnx-inline-link a{color:#f1f5f9e6;text-decoration:underline}.fdnx-hero-robot{position:absolute;right:-110px;bottom:-80px;width:720px;opacity:.42;pointer-events:none;filter:drop-shadow(0 30px 80px rgba(0,0,0,.45)) saturate(1.06);-webkit-mask-image:radial-gradient(circle at 28% 44%,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 72%);mask-image:radial-gradient(circle at 28% 44%,#000,#0000 72%)}.fdnx-highlights{background:#fff;padding:56px 0}.fdnx-hl-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.fdnx-hl-card{border-radius:20px;border:1px solid rgba(15,23,42,.12);background:#fff;box-shadow:0 14px 44px #0000000f;padding:22px}.fdnx-hl-title{font-size:12px;letter-spacing:.16em;font-weight:950;color:#0f172ac7}.fdnx-hl-text{margin-top:12px;font-size:15px;line-height:1.65;color:#0f172ab3}.fdnx-hl-accent{border-left:5px solid rgba(45,140,255,.55)}.fdnx-try{margin-top:18px;border-radius:18px;padding:14px;border:1px solid rgba(15,23,42,.1);background:#0f172a08;color:#0f172ad1;display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}.fdnx-try-title{font-weight:950}.fdnx-try-sub{margin-top:4px;font-size:13px;opacity:.8}.fdnx-chip-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.fdnx-chip{border-radius:999px;border:1px solid rgba(15,23,42,.14);background:#ffffffeb;color:#0f172ac7;font-size:12px;padding:8px 10px;cursor:pointer}.fdnx-chip:hover{background:#f79a2e29;border-color:#f79a2e47}.fdnx-toast{width:100%;margin-top:10px;font-size:12px;opacity:.9;border:1px solid rgba(15,23,42,.14);border-radius:14px;padding:8px 10px;background:#ffffffe6}.fdnx-proof{background:#fff;padding:64px 0}.fdnx-proof-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;flex-wrap:wrap}.fdnx-proof-kicker{font-size:12px;letter-spacing:.16em;font-weight:900;color:#0f172a99}.fdnx-proof-title{margin:8px 0 0;font-size:38px;line-height:1.1;letter-spacing:-.03em;font-weight:950;color:#0b1220}.fdnx-proof-sub{margin:10px 0 0;font-size:15px;line-height:1.6;color:#0f172ab8;max-width:640px}.fdnx-proof-tabs{display:flex;gap:10px;flex-wrap:wrap}.fdnx-tab{border-radius:999px;border:1px solid rgba(15,23,42,.14);background:#0f172a0a;padding:10px 14px;font-size:13px;cursor:pointer;color:#0f172ac7}.fdnx-tab.is-active{border-color:#f79a2e66;background:#f79a2e29;color:#0b1220;font-weight:900}.fdnx-proof-grid{margin-top:22px;display:grid;grid-template-columns:1.55fr .95fr;gap:18px;align-items:start}.fdnx-shot-wrap{position:relative;border-radius:22px;overflow:hidden;border:1px solid rgba(15,23,42,.12);box-shadow:0 18px 60px #0000001a;background:#0b1220}.fdnx-browserbar{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#ffffff0f;border-bottom:1px solid rgba(255,255,255,.1)}.fdnx-dot{width:10px;height:10px;border-radius:999px}.fdnx-dot.red{background:#ef4444cc}.fdnx-dot.yellow{background:#f59e0bd9}.fdnx-dot.green{background:#22c55ed9}.fdnx-urlpill{margin-left:8px;font-size:12px;color:#f1f5f9c7;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#0000002e}.fdnx-shot{display:block;width:100%;height:auto}.fdnx-float-card{position:absolute;right:14px;bottom:14px;width:min(340px,46%);border-radius:16px;border:1px solid rgba(255,255,255,.14);background:#ffffff1a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 20px 70px #0000004d;overflow:hidden}.fdnx-float-title{padding:10px 12px;font-size:12px;letter-spacing:.12em;font-weight:900;color:#f1f5f9d1;border-bottom:1px solid rgba(255,255,255,.1);background:#0000001f}.fdnx-float-img{display:block;width:100%;height:auto}.fdnx-proof-points{border-radius:22px;border:1px solid rgba(15,23,42,.12);background:#0f172a08;padding:18px}.fdnx-point-title{font-size:16px;font-weight:950;color:#0b1220}.fdnx-point-text{margin-top:8px;font-size:14px;line-height:1.6;color:#0f172ab8}.fdnx-pointlist{margin-top:14px;display:grid;gap:10px}.fdnx-pointitem{display:flex;gap:10px;align-items:center;font-size:14px;color:#0f172ac7}.fdnx-bullet{width:10px;height:10px;border-radius:999px;background:#f79a2ed9;flex:0 0 auto}.fdnx-proof-actions{margin-top:16px;display:flex;gap:10px;flex-wrap:wrap}.fdnx-proof-note{margin-top:12px;font-size:12px;color:#0f172a8c}.fdnx-flow{background:#fff;padding:70px 0;border-top:1px solid rgba(15,23,42,.08)}.fdnx-flow-head{max-width:860px}.fdnx-flow-title{margin:10px 0 0;font-size:42px;line-height:1.08;letter-spacing:-.03em;font-weight:980;color:#0b1220}.fdnx-flow-sub{margin-top:10px;font-size:15px;line-height:1.65;color:#0f172ab8}.fdnx-flow-grid{margin-top:22px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.fdnx-flow-card{border-radius:20px;border:1px solid rgba(15,23,42,.12);background:#fff;box-shadow:0 14px 44px #0000000f;padding:18px}.fdnx-flow-kicker{font-size:12px;letter-spacing:.16em;font-weight:950;color:#0f172a9e}.fdnx-flow-text{margin-top:10px;font-size:15px;line-height:1.6;color:#0f172ac2}.fdnx-flow-cta{margin-top:20px;display:flex;gap:12px;flex-wrap:wrap}.fdnx-pricing{background:#0f172a05;padding:76px 0;border-top:1px solid rgba(15,23,42,.08)}.fdnx-price-head{max-width:860px}.fdnx-price-title{margin:10px 0 0;font-size:42px;line-height:1.08;letter-spacing:-.03em;font-weight:980;color:#0b1220}.fdnx-price-sub{margin-top:10px;font-size:15px;line-height:1.65;color:#0f172ab8}.fdnx-price-grid{margin-top:22px;display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:start}.fdnx-price-card{border-radius:22px;border:1px solid rgba(15,23,42,.12);background:#fff;box-shadow:0 18px 60px #00000014;padding:22px}.fdnx-price-badge{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;letter-spacing:.12em;color:#0f172ac7;background:#f79a2e24;border:1px solid rgba(247,154,46,.22)}.fdnx-price-amount{margin-top:14px;font-size:56px;line-height:1;font-weight:980;letter-spacing:-.04em;color:#0b1220}.fdnx-price-amount span{font-size:16px;font-weight:800;color:#0f172a9e}.fdnx-price-includes{margin-top:16px;display:grid;gap:10px;color:#0f172ac7;font-size:14px}.fdnx-check{display:flex;gap:10px;align-items:flex-start}.fdnx-check i{width:10px;height:10px;border-radius:999px;background:#2d8cffb3;margin-top:6px;flex:0 0 auto}.fdnx-price-side{border-radius:22px;border:1px solid rgba(15,23,42,.12);background:#ffffffb3;padding:18px}.fdnx-price-side h3{margin:0;font-size:16px;font-weight:950;color:#0b1220}.fdnx-price-side p{margin:10px 0 0;font-size:14px;line-height:1.6;color:#0f172ab8}.fdnx-footer{background:#071226;color:#f1f5f9d1;border-top:1px solid rgba(255,255,255,.1);padding:44px 0 24px}.fdnx-footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:18px}.fdnx-footer-title{font-weight:980;letter-spacing:.1em;font-size:13px;color:#f1f5f9eb}.fdnx-footer-link{display:block;margin-top:10px;color:#f1f5f9bd;text-decoration:none;font-size:14px}.fdnx-footer-link:hover{color:#f1f5f9eb;text-decoration:underline}.fdnx-footer-bottom{margin-top:22px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);font-size:12px;color:#f1f5f9a8;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}.fdnx-modal-backdrop{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:16px;z-index:1000}.fdnx-modal{width:100%;max-width:520px;border-radius:20px;border:1px solid rgba(15,23,42,.12);background:#fff;box-shadow:0 30px 90px #00000059;padding:18px}.fdnx-modal-head{display:flex;justify-content:space-between;gap:12px;align-items:start}.fdnx-modal-title{font-size:16px;font-weight:950}.fdnx-modal-sub{margin-top:6px;font-size:13px;color:#0f172aad}.fdnx-modal-body{margin-top:12px;display:flex;flex-direction:column;gap:10px}.fdnx-label{font-size:12px;color:#0f172aad}.fdnx-input{padding:10px 12px;border-radius:12px;border:1px solid rgba(15,23,42,.14);background:#fff;color:#0b1220;outline:none;font-size:13px}.fdnx-textarea{min-height:90px;resize:vertical}.fdnx-muted{color:#0f172ab3;font-size:13px}.fdnx-error{color:#b91c1c;font-size:12px}@media(max-width:980px){.fdnx-nav{display:none}.fdnx-logo{height:78px}.fdnx-h1{font-size:44px}.fdnx-hero-robot{right:-260px;width:900px;opacity:.22}.fdnx-hl-grid,.fdnx-proof-grid,.fdnx-flow-grid,.fdnx-price-grid,.fdnx-footer-grid{grid-template-columns:1fr}}.fdp{width:100%;min-height:100vh;background:#fff;color:#0f172a;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.fdp-container{width:100%;max-width:1120px;margin:0 auto;padding:0 24px}.fdp-hero{position:relative;overflow:hidden;padding:84px 0 92px;color:#f1f5f9f2;background:radial-gradient(900px 520px at 70% 35%,rgba(37,99,235,.22),transparent 60%),radial-gradient(800px 520px at 30% 65%,rgba(2,6,23,.9),transparent 60%),#070b12}.fdp-hero-bg{display:none}.fdp-hero-inner{position:relative;z-index:2;text-align:center}.fdp-hero-robot{position:absolute;right:-40px;bottom:-60px;width:min(560px,40vw);max-width:600px;height:auto;z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.95;filter:drop-shadow(0 18px 40px rgba(0,0,0,.45))}.fdp-kicker{letter-spacing:.28em;font-weight:800;font-size:13px;text-transform:uppercase;color:#e2e8f0d9;margin-bottom:12px}.fdp-h1{margin:0;font-size:clamp(40px,5vw,74px);line-height:1.05;font-weight:900;color:#f1f5f9f5}.fdp-accent{color:#f79a2e}.fdp-sub{margin:16px auto 0;max-width:820px;font-size:18px;line-height:1.55;color:#e2e8f0e6}.fdp-hero-cta{margin-top:22px;display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.fdp-fine{margin-top:14px;font-size:14px;color:#e2e8f0cc}.fdp-btn:active{transform:translateY(1px)}.fdp-btn-lg{padding:12px 18px;font-size:16px}.fdp-btn-wide{width:100%}.fdp-pricing{background:#fff;padding:72px 0}.fdp-sectionkicker{letter-spacing:.28em;font-weight:900;font-size:12px;text-transform:uppercase;color:#0f172a8c;margin-bottom:10px}.fdp-h2{margin:0;font-size:clamp(34px,3.2vw,54px);line-height:1.08;font-weight:950;color:#0f172a}.fdp-p{margin:14px 0 0;font-size:16px;line-height:1.6;color:#0f172ac7}.fdp-p.small{font-size:14px;color:#0f172ab8}.fdp-pricing-head{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;flex-wrap:wrap}.fdp-priceBadge{flex:0 0 auto;float:none;width:280px;border-radius:18px;background:#fff;border:1px solid rgba(15,23,42,.12);box-shadow:0 14px 30px #0206170f;padding:18px;text-align:left}.fdp-priceBadge-top{display:flex;align-items:baseline;gap:10px}.fdp-priceBadge-amount{font-size:42px;font-weight:950;color:#0f172a}.fdp-priceBadge-term{font-size:18px;font-weight:800;color:#0f172aa6}.fdp-priceBadge-sub{margin-top:8px;color:#2563eb;font-weight:800}.fdp-cards{clear:both;margin-top:26px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:22px;align-items:start}.fdp-plan,.fdp-sidecard{background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:22px;box-shadow:0 16px 40px #0206170f}.fdp-plan{padding:28px}.fdp-plan-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.fdp-plan-name{font-size:34px;font-weight:950;color:#0f172a}.fdp-plan-tag{margin-top:6px;font-size:16px;font-weight:700;color:#0f172aad}.fdp-price{text-align:right;min-width:120px}.fdp-price-main{font-size:58px;font-weight:950;color:#0f172a;line-height:1}.fdp-price-sub{margin-top:6px;font-size:18px;font-weight:800;color:#0f172aa6}.fdp-trialline{margin-top:14px;font-size:18px;font-weight:900;color:#2563eb}.fdp-plan-actions{margin-top:18px;display:grid;grid-template-columns:1fr;gap:12px}.fdp-includes{margin-top:22px;padding-top:18px;border-top:1px solid rgba(15,23,42,.08)}.fdp-includes-title{font-weight:950;font-size:18px;margin-bottom:10px;color:#0f172a}.fdp-list{margin:0;padding-left:18px;color:#0f172ad1;line-height:1.7;font-weight:600}.fdp-list li+li{margin-top:8px}.fdp-note{margin-top:18px;padding-top:14px;border-top:1px solid rgba(15,23,42,.08);font-size:14px;color:#0f172aa6;font-weight:700}.fdp-side{display:flex;flex-direction:column;gap:16px}.fdp-sidecard{padding:20px}.fdp-side-title{font-size:20px;font-weight:950;color:#0f172a;margin-bottom:12px}.fdp-side-grid{display:flex;flex-wrap:wrap;gap:10px}.fdp-pill{border-radius:999px;padding:8px 12px;border:1px solid rgba(15,23,42,.12);background:#0f172a08;font-weight:800;color:#0f172ac7}.fdp-micro{display:flex;flex-direction:column;gap:12px}.fdp-micro-row{display:flex;align-items:flex-start;gap:10px;font-weight:700;color:#0f172ac7;line-height:1.5}.fdp-dot{width:10px;height:10px;border-radius:999px;background:#f79a2ee6;margin-top:6px;flex:0 0 auto}.fdp-sidecta{background:#f79a2e14;border:1px solid rgba(247,154,46,.18)}.fdp-faq{background:#fff;padding:20px 0 90px}.fdp-faqgrid{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.fdp-faqitem{border:1px solid rgba(15,23,42,.1);border-radius:16px;padding:14px;background:#fff;box-shadow:0 12px 28px #0206170d}.fdp-faqitem summary{cursor:pointer;font-weight:900;color:#0f172a}.fdp-faqbody{margin-top:10px;color:#0f172abf;font-weight:600;line-height:1.6}.fdp-bottomcta{margin-top:24px}.fdp-bottomcard{border-radius:22px;border:1px solid rgba(15,23,42,.1);background:#02061708;padding:20px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}.fdp-bottomtitle{font-weight:950;font-size:18px;color:#0f172a}.fdp-bottomactions{display:flex;gap:12px;flex-wrap:wrap}.fdp-modal-backdrop{position:fixed;inset:0;background:#020617b3;display:flex;align-items:center;justify-content:center;padding:18px;z-index:1000}.fdp-modal{width:min(560px,100%);background:#0b1220;border:1px solid rgba(148,163,184,.18);border-radius:18px;box-shadow:0 30px 90px #00000073;color:#f1f5f9f2}.fdp-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 16px 0}.fdp-modal-title{font-weight:950;font-size:18px}.fdp-modal-sub{margin-top:6px;color:#e2e8f0c7;font-weight:600;font-size:14px}.fdp-modal-body{padding:14px 16px 16px;display:grid;gap:10px}.fdp-label{font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:#e2e8f0c7}.fdp-input{border-radius:12px;border:1px solid rgba(148,163,184,.18);background:#0206178c;color:#f1f5f9f5;padding:10px 12px;font-weight:650}.fdp-textarea{min-height:90px;resize:vertical}.fdp-error{border:1px solid rgba(239,68,68,.5);background:#ef44441f;color:#fecacaf2;border-radius:12px;padding:10px 12px;font-weight:700}.fdp-muted{color:#e2e8f0c7;font-weight:700}@media(max-width:980px){.fdp-hero{padding:74px 0 78px}.fdp-hero-robot{opacity:.35;right:-120px;bottom:-90px;width:min(640px,72vw)}.fdp-cards{grid-template-columns:1fr}.fdp-priceBadge{width:100%}.fdp-faqgrid{grid-template-columns:1fr}}@media(max-width:520px){.fdp-container{padding:0 16px}.fdp-plan{padding:20px}.fdp-plan-top{flex-direction:column;align-items:flex-start}.fdp-price{text-align:left}}.fdp-pricing{width:100%;overflow-x:clip}.fdp-pricing .fdp-pricing-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap}.fdp-pricing .fdp-priceBadge{position:static!important;transform:none!important;inset:auto!important;margin-left:auto;flex:0 0 auto;max-width:100%;white-space:nowrap}.fdp-pricing .fdp-plan-cta{display:flex;flex-direction:column;gap:12px}.fdp-pricing .fdp-plan-cta .fdp-pricing .fdp-plan-cta .fdp-pricing .fdp-plan-cta .fdp-btn-ghost:hover{background:#0f172a0a}:root{--fd-bg0: #060b16;--fd-bg1: #071226;--fd-ice: #2d8cff;--fd-fire: #f79a2e;--fd-text: rgba(241,245,249,.96);--fd-text-dim: rgba(241,245,249,.82);--fd-border: rgba(255,255,255,.14)}.fdproduct{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0b1220}.fdproduct-container{max-width:1180px;margin:0 auto;padding:0 18px}.fdproduct-header{position:sticky;top:0;z-index:50;background:#060b16e0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}.fdproduct-header-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 0}.fdproduct-brand{display:flex;align-items:center;gap:14px;cursor:pointer}.fdproduct-logo{height:78px;width:auto;object-fit:contain;filter:drop-shadow(0 10px 24px rgba(0,0,0,.55))}.fdproduct-brandtext{display:flex;flex-direction:column;line-height:1.1}.fdproduct-brandtitle{font-weight:950;letter-spacing:.08em;font-size:14px;color:#f1f5f9eb}.fdproduct-brandsub{font-size:13px;color:#f1f5f9b8;margin-top:4px}.fdproduct-nav{display:flex;align-items:center;gap:10px}.fdproduct-navlink{background:transparent;border:1px solid transparent;padding:10px 12px;font-size:14px;color:#f1f5f9e0;cursor:pointer;border-radius:999px}.fdproduct-navlink:hover{background:#ffffff0f;border-color:#ffffff0f}.fdproduct-navlink.is-active{border-color:#f79a2e59;background:#f79a2e1a;color:#f1f5f9f2}.fdproduct-actions{display:flex;align-items:center;gap:10px}.fdproduct-btn{border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#f1f5f9eb;padding:10px 14px;font-size:14px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease,background .12s ease}.fdproduct-btn:hover{transform:translateY(-1px);box-shadow:0 14px 30px #00000040}.fdproduct-btn:active{transform:translateY(0);opacity:.92}.fdproduct-btn-lg{padding:14px 22px;font-weight:850}.fdproduct-btn-primary{border:none;background:var(--fd-fire);color:#08111e;font-weight:950}.fdproduct-btn-primary:hover{background:#f5a23e}.fdproduct-btn-soft{background:#ffffff24;border-color:#ffffff2e}.fdproduct-btn-soft:hover{background:#ffffff2e}.fdproduct-btn-outline{background:transparent;border-color:#ffffff2e}.fdproduct-btn-outline:hover{background:#ffffff14}.fdproduct-btn-wide{width:100%;margin-top:10px}.fdproduct-hero{position:relative;overflow:hidden;padding:64px 0 44px;background:linear-gradient(180deg,var(--fd-bg1),var(--fd-bg0))}.fdproduct-hero-bg{position:absolute;inset:0;background:radial-gradient(1200px 720px at 14% 55%,rgba(247,154,46,.55),transparent 60%),radial-gradient(1100px 680px at 62% 55%,rgba(45,140,255,.6),transparent 62%),linear-gradient(90deg,#060b16f2,#071226e0 55%,#060b16f2);filter:saturate(1.06) contrast(1.02)}.fdproduct-hero-robot{position:absolute;right:-160px;bottom:-60px;width:640px;opacity:.32;pointer-events:none;transform:rotate(-2deg);filter:contrast(1.05) saturate(1.08);-webkit-mask-image:radial-gradient(circle at 30% 45%,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 70%);mask-image:radial-gradient(circle at 30% 45%,#000,#0000 70%)}.fdproduct-hero-inner{position:relative;z-index:2}.fdproduct-hero-copy{text-align:center;color:var(--fd-text)}.fdproduct-kicker{font-size:12px;letter-spacing:.18em;font-weight:950;opacity:.88;text-shadow:0 12px 28px rgba(0,0,0,.45)}.fdproduct-h1{margin:14px auto 0;font-size:56px;line-height:1.06;letter-spacing:-.045em;font-weight:980;max-width:980px;text-shadow:0 18px 50px rgba(0,0,0,.55)}.fdproduct-accent{color:var(--fd-fire)}.fdproduct-sub{margin:12px auto 0;font-size:16px;line-height:1.65;color:var(--fd-text-dim);max-width:860px;text-shadow:0 14px 40px rgba(0,0,0,.55)}.fdproduct-cta{margin-top:18px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.fdproduct-fine{margin-top:12px;font-size:13px;color:#f1f5f9bd;text-shadow:0 14px 40px rgba(0,0,0,.55)}.fdproduct-cards{margin-top:28px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.fdproduct-card{border-radius:22px;padding:26px 22px 24px;border:1px solid var(--fd-border);background:#ffffff1a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 24px 90px #0000004d;color:#f1f5f9f2;min-height:170px}.fdproduct-card-mid{background:#2d8cff29;border-color:#2d8cff42}.fdproduct-card-title{font-size:12px;letter-spacing:.16em;font-weight:980;opacity:.94}.fdproduct-card-text{margin-top:14px;font-size:15px;line-height:1.7;opacity:.92;max-width:360px}.fdproduct-proof{background:#fff;padding:64px 0}.fdproduct-proof-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;flex-wrap:wrap}.fdproduct-proof-kicker{font-size:12px;letter-spacing:.16em;font-weight:900;color:#0f172a99}.fdproduct-proof-title{margin:8px 0 0;font-size:38px;line-height:1.1;letter-spacing:-.03em;font-weight:950;color:#0b1220}.fdproduct-proof-sub{margin:10px 0 0;font-size:15px;line-height:1.6;color:#0f172ab8;max-width:640px}.fdproduct-proof-tabs{display:flex;gap:10px;flex-wrap:wrap}.fdproduct-tab{border-radius:999px;border:1px solid rgba(15,23,42,.14);background:#0f172a0a;padding:10px 14px;font-size:13px;cursor:pointer;color:#0f172ac7}.fdproduct-tab.is-active{border-color:#f79a2e73;background:#f79a2e26;color:#0b1220;font-weight:850}.fdproduct-proof-grid{margin-top:22px;display:grid;grid-template-columns:1.55fr .95fr;gap:18px;align-items:start}.fdproduct-shot-wrap{position:relative;border-radius:22px;overflow:hidden;border:1px solid rgba(15,23,42,.12);box-shadow:0 18px 60px #0000001a;background:#0b1220}.fdproduct-browserbar{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#ffffff0f;border-bottom:1px solid rgba(255,255,255,.1)}.fdproduct-dot{width:10px;height:10px;border-radius:999px;background:#ffffff47}.fdproduct-dot.red{background:#ef4444cc}.fdproduct-dot.yellow{background:#f59e0bd9}.fdproduct-dot.green{background:#22c55ed9}.fdproduct-urlpill{margin-left:8px;font-size:12px;color:#f1f5f9c7;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#0000002e}.fdproduct-shot{display:block;width:100%;height:auto}.fdproduct-float-card{position:absolute;right:14px;bottom:14px;width:min(340px,46%);border-radius:16px;border:1px solid rgba(255,255,255,.14);background:#ffffff1a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 20px 70px #0000004d;overflow:hidden}.fdproduct-float-title{padding:10px 12px;font-size:12px;letter-spacing:.12em;font-weight:900;color:#f1f5f9d1;border-bottom:1px solid rgba(255,255,255,.1);background:#0000001f}.fdproduct-float-img{display:block;width:100%;height:auto}.fdproduct-proof-points{border-radius:22px;border:1px solid rgba(15,23,42,.12);background:#0f172a08;padding:18px}.fdproduct-point-title{font-size:16px;font-weight:950;color:#0b1220}.fdproduct-point-text{margin-top:8px;font-size:14px;line-height:1.6;color:#0f172ab8}.fdproduct-pointlist{margin-top:14px;display:grid;gap:10px}.fdproduct-pointitem{display:flex;gap:10px;align-items:center;font-size:14px;color:#0f172ac7}.fdproduct-bullet{width:10px;height:10px;border-radius:999px;background:#f79a2ee6;flex:0 0 auto}.fdproduct-proof-actions{margin-top:16px;display:flex;gap:10px;flex-wrap:wrap}.fdproduct-proof-note{margin-top:12px;font-size:12px;color:#0f172a8c}.fdproduct-footer{background:#060b16fa;border-top:1px solid rgba(255,255,255,.1);padding:26px 0;color:#f1f5f9db}.fdproduct-footer-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.fdproduct-footer-title{font-weight:950;letter-spacing:.02em}.fdproduct-footer-sub{margin-top:6px;color:#f1f5f9ad;font-size:13px}.fdproduct-footer-links{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.fdproduct-footer-link{border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#f1f5f9e0;padding:8px 12px;cursor:pointer;font-size:13px}.fdproduct-footer-link:hover{background:#ffffff1a}.fdproduct-footer-meta{color:#f1f5f9b3;font-size:13px;line-height:1.55;text-align:right}.fdproduct-modal-backdrop{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:16px;z-index:1000}.fdproduct-modal{width:100%;max-width:520px;border-radius:20px;border:1px solid rgba(15,23,42,.12);background:#fff;box-shadow:0 30px 90px #00000059;padding:18px}.fdproduct-modal-head{display:flex;justify-content:space-between;gap:12px;align-items:start}.fdproduct-modal-title{font-size:16px;font-weight:950}.fdproduct-modal-sub{margin-top:6px;font-size:13px;color:#0f172aad}.fdproduct-modal-body{margin-top:12px;display:flex;flex-direction:column;gap:10px}.fdproduct-label{font-size:12px;color:#0f172aad}.fdproduct-input{padding:10px 12px;border-radius:12px;border:1px solid rgba(15,23,42,.14);background:#fff;color:#0b1220;outline:none;font-size:13px}.fdproduct-textarea{min-height:90px;resize:vertical}.fdproduct-muted{color:#0f172ab3;font-size:13px}.fdproduct-error{color:#b91c1c;font-size:12px}@media(max-width:980px){.fdproduct-nav{display:none}.fdproduct-logo{height:64px}.fdproduct-h1{font-size:40px}.fdproduct-cards,.fdproduct-proof-grid{grid-template-columns:1fr}.fdproduct-float-card{position:static;width:100%;margin:12px}.fdproduct-hero-robot{right:-320px;width:860px;opacity:.18}.fdproduct-footer-meta{text-align:left}}
