.fl-fp{--teal:#045d63;--teal-dark:#045d63;--teal-mid:#118f8c;--teal-light:#1ab5b0;--gold:#f7ab42;--amber:#ce781b;--mint:#eff8f7;--dark:#0d1f22;--darker:#05191b;--gray:#556575;--light-gray:#94a3b8;--border:#e2e8f0;--bg:#f8fafc;--white:#fff;--maxw:1120px;--r-card:18px;--r-pill:50px;--shadow:0 12px 30px #045d6314;--shadow-lift:0 22px 50px #045d6326}.fl-fp *{box-sizing:border-box;margin:0;padding:0}.fl-fp{scroll-behavior:smooth;color:var(--dark);background:var(--white);-webkit-font-smoothing:antialiased;font-family:Poppins,system-ui,sans-serif;line-height:1.6;overflow-x:clip}.fl-fp img,.fl-fp svg{max-width:100%;display:block}.fl-fp a{color:inherit;text-decoration:none}.fl-fp .wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}.fl-fp :focus-visible{outline:3px solid var(--teal-light);outline-offset:3px;border-radius:6px}.fl-fp nav{-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);z-index:100;background:#f8fafcf2;justify-content:space-between;align-items:center;height:68px;padding:0 48px;display:flex;position:fixed;top:0;left:0;right:0}.fl-fp .logo-full{width:auto;height:34px;display:block}.fl-fp .nav-links{align-items:center;gap:6px;display:flex}.fl-fp .nav-item{position:relative}.fl-fp .nav-link{color:var(--dark);cursor:pointer;border-radius:8px;align-items:center;gap:5px;padding:9px 14px;font-size:14px;font-weight:500;transition:all .15s;display:inline-flex}.fl-fp .nav-link:hover{background:var(--mint);color:var(--teal)}.fl-fp .nav-link svg{width:11px;height:11px;transition:transform .2s}.fl-fp .nav-item:hover .nav-link svg{transform:rotate(180deg)}.fl-fp .nav-dropdown{border:1px solid var(--border);opacity:0;visibility:hidden;z-index:90;background:#fff;border-radius:16px;gap:4px;width:300px;padding:14px;transition:all .18s;display:grid;position:absolute;top:calc(100% + 8px);left:0;transform:translateY(-6px);box-shadow:0 16px 48px #045d631f}.fl-fp .nav-item:hover .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.fl-fp .dd-link{color:var(--dark);border-radius:10px;gap:11px;padding:10px 12px;transition:background .15s;display:flex}.fl-fp .dd-link:hover{background:var(--mint)}.fl-fp .dd-ic{background:var(--mint);width:32px;height:32px;color:var(--teal);border-radius:9px;flex:none;justify-content:center;align-items:center;display:flex}.fl-fp .dd-link-title{font-size:13.5px;font-weight:600}.fl-fp .dd-link-sub{color:var(--gray);font-size:11.5px;line-height:1.4}.fl-fp .nav-actions{align-items:center;gap:10px;display:flex}.fl-fp .btn-login{color:var(--dark);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:9px 16px;font-family:inherit;font-size:14px;font-weight:500}.fl-fp .btn-login:hover{background:var(--mint);color:var(--teal)}.fl-fp .btn-demo{color:var(--teal);border:1.5px solid var(--teal);cursor:pointer;background:#fff;border-radius:50px;padding:9px 18px;font-family:inherit;font-size:13.5px;font-weight:600;transition:all .15s}.fl-fp .btn-demo:hover{background:var(--teal);color:#fff}.fl-fp .btn-nav{background:linear-gradient(135deg, var(--teal), var(--teal-mid));color:#fff;cursor:pointer;border:none;border-radius:50px;padding:10px 22px;font-family:inherit;font-size:13.5px;font-weight:600;transition:all .15s;box-shadow:0 4px 14px #045d6340}.fl-fp .btn-nav:hover{transform:translateY(-1px)}.fl-fp .nav-burger{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;gap:5px;width:42px;padding:8px;display:none}.fl-fp .nav-burger span{background:var(--dark);border-radius:2px;width:24px;height:2.5px;transition:all .25s;display:block}.fl-fp .nav-burger.open span:first-child{transform:translateY(7.5px)rotate(45deg)}.fl-fp .nav-burger.open span:nth-child(2){opacity:0}.fl-fp .nav-burger.open span:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}.fl-fp .mobile-nav{border-bottom:1px solid var(--border);z-index:99;background:#fff;flex-direction:column;padding:12px 20px 22px;display:none;position:fixed;top:68px;left:0;right:0;box-shadow:0 22px 44px #045d6324}.fl-fp .mobile-nav.open{display:flex}.fl-fp .mobile-nav>a{border-bottom:1px solid var(--border);padding:15px 6px;font-size:16px;font-weight:600}.fl-fp .mobile-nav-actions{flex-direction:column;gap:10px;margin-top:18px;display:flex}.fl-fp .mobile-nav-actions button{cursor:pointer;border:none;border-radius:50px;width:100%;padding:14px;font-family:inherit;font-size:15px;font-weight:600}.fl-fp .mobile-nav-actions .btn-login{background:var(--mint);color:var(--teal)}@media (max-width:900px){.fl-fp nav{padding:0 20px}.fl-fp nav .nav-links,.fl-fp nav .nav-actions{display:none}.fl-fp .nav-burger{display:flex}}.fl-fp .btn{cursor:pointer;white-space:nowrap;border:0;border-radius:50px;justify-content:center;align-items:center;gap:9px;font-family:inherit;font-weight:600;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.fl-fp .btn-pri{background:linear-gradient(135deg, var(--teal), var(--teal-mid));color:#fff;padding:15px 30px;font-size:15px;box-shadow:0 8px 24px #045d6342}.fl-fp .btn-pri:hover{transform:translateY(-2px);box-shadow:0 14px 32px #045d6357}.fl-fp .btn-ghost{color:var(--teal);border:1.5px solid var(--teal);background:#fff;padding:15px 26px;font-size:15px}.fl-fp .btn-ghost:hover{background:var(--mint)}.fl-fp .btn-sm{padding:12px 22px;font-size:14px}.fl-fp .btn-play svg{width:16px;height:16px}.fl-fp .eyebrow{letter-spacing:.15em;text-transform:uppercase;color:var(--teal);align-items:center;gap:9px;font-size:12.5px;font-weight:700;display:inline-flex}.fl-fp .eyebrow:before{content:"";background:var(--gold);border-radius:50%;width:7px;height:7px}.fl-fp .grad{background:linear-gradient(100deg, var(--teal) 0%, var(--teal-light) 42%, var(--gold) 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.fl-fp .rlink{color:var(--teal);align-items:center;gap:8px;font-size:14.5px;font-weight:700;display:inline-flex}.fl-fp .rlink svg{width:13px;height:13px;transition:transform .18s}.fl-fp .rlink:hover svg{transform:translate(3px)}.fl-fp .hero{text-align:center;background:linear-gradient(180deg, var(--mint) 0%, var(--white) 94%);padding:84px 0 12px}.fl-fp .hero .eyebrow{margin-bottom:10px}.fl-fp .hero h1{letter-spacing:-.03em;max-width:22ch;margin:0 auto 9px;font-size:clamp(25px,2.9vw,39px);font-weight:800;line-height:1.08}.fl-fp .hero .lede{color:var(--gray);max-width:58ch;margin:0 auto 16px;font-size:clamp(14.5px,1.5vw,16.5px);line-height:1.5}.fl-fp .hero-cta{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.fl-fp .hero-trust{color:var(--gray);margin-top:10px;font-size:12.5px}.fl-fp .showcase-hero{background:linear-gradient(180deg, var(--white), var(--bg));padding:6px 0 4px}.fl-fp .frame{border:1px solid var(--border);max-width:1040px;box-shadow:var(--shadow-lift);background:#fff;border-radius:16px;margin:0 auto;position:relative;overflow:hidden}.fl-fp .frame-bar{background:var(--bg);border-bottom:1px solid var(--border);align-items:center;gap:7px;padding:10px 14px;display:flex}.fl-fp .frame-bar i{background:var(--border);border-radius:50%;width:9px;height:9px}.fl-fp .frame-bar i:first-child{background:#f0a8a0}.fl-fp .frame-bar span{color:var(--gray);white-space:nowrap;margin-left:8px;font-size:12px;font-weight:600}.fl-fp .frame iframe{aspect-ratio:1440/720;background:var(--bg);border:0;width:100%;height:auto;display:block}.fl-fp .frame video{aspect-ratio:16/9;background:#0d1f22;border:0;width:100%;height:auto;display:block}.fl-fp .frame-ph{aspect-ratio:16/9;color:#cfe6e4;text-align:center;background:linear-gradient(135deg,#0d1f22,#0a2a2e);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:22px;display:flex;position:relative;overflow:hidden}.fl-fp .frame-ph .ph-play{background:#fffffff2;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;display:flex;box-shadow:0 8px 28px #00000059}.fl-fp .frame-ph .ph-play:before{content:"";border-style:solid;border-width:10px 0 10px 16px;border-color:transparent transparent transparent var(--teal-dark);margin-left:4px}.fl-fp .frame-ph .ph-note{letter-spacing:.06em;text-transform:uppercase;color:#ffffff80;font-size:11.5px;font-weight:700}.fl-fp .frame-ph .ph-title{color:#fff;font-size:15px;font-weight:600}.fl-fp .frame-click{cursor:pointer;z-index:3;background:0 0;border:none;position:absolute;inset:0}.fl-fp .frame-proto{letter-spacing:.07em;text-transform:uppercase;color:var(--teal);background:var(--mint);white-space:nowrap;border:1px solid #d4ebe9;border-radius:999px;align-items:center;gap:6px;margin-left:auto;padding:3px 9px;font-size:10px;font-weight:700;display:inline-flex}.fl-fp .frame-proto:before{content:"";background:var(--teal-light);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite flfp-protoPulse}@keyframes flfp-protoPulse{0%,to{opacity:1}50%{opacity:.35}}.fl-fp .frame-expand{color:var(--gray);border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:7px;align-items:center;gap:5px;margin-left:8px;padding:4px 9px;font-family:inherit;font-size:11.5px;font-weight:700;transition:all .15s;display:inline-flex}.fl-fp .frame-expand:hover{color:var(--teal);border-color:var(--teal-light);background:var(--mint)}.fl-fp .frame-expand svg{stroke:currentColor;stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:12px;height:12px}.fl-fp .frame-hint{text-align:center;max-width:840px;color:var(--gray);margin:10px auto 0;font-size:12.5px}.fl-fp .frame-hint b{color:var(--teal);font-weight:700}.fl-fp .frame-hint-btn{font-family:inherit;font-size:inherit;color:var(--teal);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-weight:700;text-decoration:underline}@media (max-width:600px){.fl-fp .frame-proto{display:none}.fl-fp .frame-expand{margin-left:auto}}.fl-fp .metrics{border:1px solid var(--border);max-width:720px;box-shadow:var(--shadow);background:#fff;border-radius:14px;grid-template-columns:repeat(3,1fr);margin:34px auto 0;display:grid;overflow:hidden}.fl-fp .metric{text-align:center;border-right:1px solid var(--border);padding:16px}.fl-fp .metric:last-child{border-right:0}.fl-fp .metric b{color:var(--teal);letter-spacing:-.02em;font-size:17px;font-weight:800;line-height:1.15;display:block}.fl-fp .metric span{color:var(--gray);font-size:11.5px;font-weight:500;line-height:1.4}.fl-fp .metrics{grid-template-columns:repeat(var(--metric-cols,3), 1fr)}.fl-fp section[id]{scroll-margin-top:92px}.fl-fp .sec{padding:74px 0}.fl-fp .sec-mint{background:var(--mint)}.fl-fp .sec-bg{background:var(--bg)}.fl-fp .sec-head{text-align:center;max-width:680px;margin:0 auto 20px}.fl-fp .sec-head .eyebrow{margin-bottom:14px}.fl-fp .sec-head h2{letter-spacing:-.025em;margin-bottom:12px;font-size:clamp(26px,3.4vw,38px);font-weight:800;line-height:1.12}.fl-fp .sec-head p{color:var(--gray);font-size:16.5px}.fl-fp .overview-cta{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:34px;display:flex}.fl-fp .pillars{grid-template-columns:repeat(3,1fr);gap:18px;max-width:940px;margin:14px auto 0;display:grid}.fl-fp .pillars-2,.fl-fp .pillars-4{grid-template-columns:repeat(2,1fr);max-width:620px}.fl-fp .pillars-1{grid-template-columns:1fr;max-width:301px}.fl-fp .pillar{border:1px solid var(--border);text-align:left;box-shadow:var(--shadow);background:#fff;border-radius:16px;padding:26px 24px;transition:transform .18s,box-shadow .18s}.fl-fp .pillar:hover{box-shadow:var(--shadow-lift);transform:translateY(-3px)}.fl-fp .pillar .pic{background:var(--mint);width:46px;height:46px;color:var(--teal);border-radius:12px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.fl-fp .pillar .pic svg{stroke:currentColor;stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:23px;height:23px}.fl-fp .pillar h3{letter-spacing:-.01em;margin-bottom:6px;font-size:17px;font-weight:700}.fl-fp .pillar p{color:var(--gray);font-size:13.5px;line-height:1.55}@media (max-width:760px){.fl-fp .pillars{grid-template-columns:1fr}}.fl-fp .showcase-grid{grid-template-columns:.42fr 1fr;align-items:start;gap:48px;display:grid}.fl-fp .showcase-steps{flex-direction:column;display:flex}.fl-fp .sc-step{border-left:2px solid var(--border);opacity:.5;margin-left:4px;padding:40px 0 40px 22px;transition:opacity .3s,border-color .3s}.fl-fp .sc-step:first-child{padding-top:6px}.fl-fp .sc-step.active{opacity:1;border-left-color:var(--teal)}.fl-fp .sc-step .sc-n{background:var(--mint);width:28px;height:28px;color:var(--teal);border-radius:50%;justify-content:center;align-items:center;margin-bottom:10px;font-size:13px;font-weight:800;transition:all .3s;display:inline-flex}.fl-fp .sc-step.active .sc-n{background:linear-gradient(135deg, var(--teal), var(--teal-mid));color:#fff}.fl-fp .sc-step h3{letter-spacing:-.01em;margin-bottom:7px;font-size:17px;font-weight:700}.fl-fp .sc-step p{color:var(--gray);font-size:13.5px;line-height:1.6}.fl-fp .sc-step .sc-detail{flex-wrap:wrap;gap:6px;margin-top:11px;display:flex}.fl-fp .sc-step .sc-tag{color:var(--teal-dark);background:var(--mint);border:1px solid #d4ebe9;border-radius:999px;padding:4px 9px;font-size:10.5px;font-weight:600}.fl-fp .showcase-sticky{position:sticky;top:100px}.fl-fp .showcase-visual{aspect-ratio:16/10;border:1px solid var(--border);box-shadow:var(--shadow-lift);background:#fff;border-radius:18px;position:relative;overflow:hidden}.fl-fp .sc-vis{opacity:0;justify-content:center;align-items:center;transition:opacity .45s,transform .45s;display:flex;position:absolute;inset:0;transform:translateY(10px)}.fl-fp .sc-vis.on{opacity:1;transform:none}.fl-fp .sc-vis iframe{border:0;width:100%;height:100%}.fl-fp .sc-ph{color:#cfe6e4;text-align:center;background:linear-gradient(135deg,#0d1f22,#0a2a2e);flex-direction:column;justify-content:center;align-items:center;gap:14px;width:100%;height:100%;padding:26px;display:flex;position:relative;overflow:hidden}.fl-fp .sc-ph .ph-ic{background:#ffffff1a;border-radius:15px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.fl-fp .sc-ph .ph-ic svg{stroke:#8fe3de;stroke-width:1.6px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:27px;height:27px}.fl-fp .sc-ph .ph-lbl{letter-spacing:.1em;text-transform:uppercase;color:#ffffff73;font-size:11px;font-weight:700}.fl-fp .sc-ph .ph-cap{color:#fff;max-width:34ch;font-size:16px;font-weight:600}.fl-fp .sc-ph .ph-anim{background:radial-gradient(460px at 30% 20%,#1ab5b02e,#0000 60%),radial-gradient(460px at 80% 90%,#f7ab421f,#0000 60%);animation:5s ease-in-out infinite flfp-phGlow;position:absolute;inset:0}@keyframes flfp-phGlow{0%,to{opacity:.6}50%{opacity:1}}.fl-fp #scMobile{display:none}.fl-fp .scm-item{margin:0 0 32px}.fl-fp .scm-item:last-child{margin-bottom:0}.fl-fp .scm-vis{aspect-ratio:16/10;border:1px solid var(--border);box-shadow:var(--shadow-lift);background:#fff;border-radius:16px;margin-bottom:14px;position:relative;overflow:hidden}.fl-fp .scm-vis iframe{border:0;width:100%;height:100%;display:block}.fl-fp .scm-txt .sc-n{background:linear-gradient(135deg, var(--teal), var(--teal-mid));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;margin-bottom:10px;font-size:14px;font-weight:800;display:inline-flex}.fl-fp .scm-txt h3{letter-spacing:-.01em;margin-bottom:7px;font-size:19px;font-weight:700}.fl-fp .scm-txt p{color:var(--gray);font-size:15px;line-height:1.6}.fl-fp .scm-txt .sc-detail{flex-wrap:wrap;gap:7px;margin-top:12px;display:flex}.fl-fp .scm-txt .sc-tag{color:var(--teal-dark);background:var(--mint);border:1px solid #d4ebe9;border-radius:999px;padding:5px 11px;font-size:11.5px;font-weight:600}.fl-fp .lb-rotate{z-index:4;background:var(--dark);color:#fff;text-align:center;justify-content:center;align-items:center;gap:9px;padding:11px 46px 11px 16px;font-size:12.5px;font-weight:600;display:none;position:absolute;top:0;left:0;right:0}.fl-fp .lb-rotate svg{stroke:currentColor;stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:17px;height:17px}.fl-fp .midcta{padding:46px 0 8px}.fl-fp .midcta-inner{max-width:var(--maxw);background:var(--mint);border:1.5px solid #d7ebe9;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:26px;margin:0 auto;padding:26px 32px;display:flex}.fl-fp .midcta-inner h3{letter-spacing:-.01em;margin-bottom:4px;font-size:20px;font-weight:800}.fl-fp .midcta-inner p{color:var(--gray);max-width:56ch;font-size:14.5px}.fl-fp .midcta-btns{flex-wrap:wrap;flex-shrink:0;gap:10px;display:flex}.fl-fp .banner{grid-template-columns:1fr 1.05fr;grid-template-areas:"visual cat""visual content";align-items:center;gap:8px 52px;display:grid}.fl-fp .banner.no-visual{grid-template-columns:1fr;grid-template-areas:"cat""content";gap:8px}.fl-fp .banner-cat{grid-area:cat;align-self:end}.fl-fp .banner-visual{grid-area:visual}.fl-fp .banner-content{grid-area:content}.fl-fp .banner-visual{border-radius:var(--r-card);box-shadow:var(--shadow-lift);background:linear-gradient(157deg,#0e6b62 0%,#0a4842 50%,#063230 100%);flex-direction:column;justify-content:flex-end;min-height:360px;padding:30px 26px;display:flex;position:relative;overflow:hidden}.fl-fp .banner-visual .constellation{opacity:.55;pointer-events:none;height:58%;position:absolute;top:0;left:0;right:0}.fl-fp .banner-visual .badge{z-index:3;background:var(--amber);color:#3a2a06;letter-spacing:0;text-transform:none;border-radius:12px;padding:9px 16px;font-size:13px;font-weight:800;position:absolute;top:30px;right:22px;box-shadow:0 12px 26px #f7ab4266}.fl-fp .banner .badge-inline{background:var(--amber);color:#3a2a06;letter-spacing:0;text-transform:none;border-radius:12px;place-self:start;width:fit-content;margin:0 0 14px;padding:9px 16px;font-size:13px;font-weight:800;display:inline-block;position:static;box-shadow:0 12px 26px #f7ab4266}.fl-fp .bqcard{z-index:2;background:#fff;border-radius:16px;padding:20px;position:relative;box-shadow:0 26px 60px #0000004d}.fl-fp .bqcard .bq-head{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:3px;display:flex}.fl-fp .bqcard .bq-title{color:var(--dark);letter-spacing:-.01em;font-size:16px;font-weight:800}.fl-fp .bqcard .bq-active{color:#12885a;background:#e7f6ef;border-radius:999px;align-items:center;gap:5px;padding:3px 9px;font-size:11px;font-weight:700;display:inline-flex}.fl-fp .bqcard .bq-active i{background:#12b76a;border-radius:50%;width:6px;height:6px}.fl-fp .bqcard .bq-conn{color:var(--gray);margin-bottom:2px;font-size:11.5px}.fl-fp .bqcard .bq-metrics{border-top:1px solid var(--border);grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px;padding:15px 0;display:grid}.fl-fp .bqcard .bq-k{letter-spacing:.07em;color:var(--light-gray);margin-bottom:4px;font-size:8.5px;font-weight:800}.fl-fp .bqcard .bq-v{letter-spacing:-.02em;color:var(--dark);font-size:17px;font-weight:800;line-height:1}.fl-fp .bqcard .bq-v.teal{color:var(--teal)}.fl-fp .bqcard .bq-foot{background:var(--mint);border-radius:10px;padding:11px 14px}.fl-fp .bqcard .bq-foot b{color:var(--dark);margin-bottom:2px;font-size:12.5px;font-weight:800;display:block}.fl-fp .bqcard .bq-foot span{color:var(--gray);font-size:11px}@media (max-width:820px){.fl-fp .banner{grid-template-columns:1fr;grid-template-areas:"cat""visual""content";gap:16px}.fl-fp .banner-visual{min-height:320px}.fl-fp .banner-cat{margin-bottom:0}}.fl-fp .banner-cat{letter-spacing:.12em;text-transform:uppercase;color:var(--teal);align-items:center;margin-bottom:16px;font-size:11px;font-weight:700;display:inline-flex}.fl-fp .banner-cat:before{content:"";background:var(--teal);width:24px;height:1px;margin-right:14px}.fl-fp .banner h2{letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(24px,3vw,34px);font-weight:800;line-height:1.14}.fl-fp .banner p{color:var(--gray);margin-bottom:14px;font-size:16px;line-height:1.8}.fl-fp .banner .banner-arrow{margin-top:8px}.fl-fp .faq{max-width:820px;margin:0 auto}.fl-fp .faq-item{border-bottom:1px solid var(--border)}.fl-fp .faq-q{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:18px;width:100%;padding:22px 0;font-family:inherit;display:flex}.fl-fp .faq-q h3{color:var(--dark);margin:0;font-size:17.5px;font-weight:600;line-height:1.35}.fl-fp .faq-q:hover h3{color:var(--teal)}.fl-fp .faq-ic{width:28px;height:28px;color:var(--teal);border:1.5px solid #045d6340;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:19px;line-height:1;transition:transform .25s,background .2s;display:flex}.fl-fp .faq-item.open .faq-ic{background:var(--mint);transform:rotate(45deg)}.fl-fp .faq-a{max-height:0;transition:max-height .4s;overflow:hidden}.fl-fp .faq-item.open .faq-a{max-height:460px}.fl-fp .faq-a p{color:var(--gray);max-width:74ch;padding-bottom:22px;font-size:15.5px;line-height:1.8}.fl-fp .related{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.fl-fp .related-2,.fl-fp .related-4{grid-template-columns:repeat(2,1fr)}.fl-fp .related-1{grid-template-columns:1fr}.fl-fp .relcard{border:1px solid var(--border);background:#fff;border-radius:16px;padding:24px;transition:all .18s}.fl-fp .relcard:hover{box-shadow:var(--shadow);border-color:#cfe5e3;transform:translateY(-3px)}.fl-fp .relcard .relic{background:var(--mint);width:42px;height:42px;color:var(--teal);border-radius:11px;justify-content:center;align-items:center;margin-bottom:14px;display:flex}.fl-fp .relcard .relic svg{stroke:currentColor;stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.fl-fp .relcard h3{letter-spacing:-.01em;margin-bottom:5px;font-size:16px;font-weight:700}.fl-fp .relcard p{color:var(--gray);margin-bottom:12px;font-size:13px;line-height:1.5}.fl-fp .signup{padding:20px 0 84px}.fl-fp .signup-inner{max-width:var(--maxw);background:linear-gradient(135deg, var(--dark) 0%, #0a2a2e 45%, #0d3f45 100%);text-align:center;border-radius:26px;margin:0 auto;padding:56px 40px;position:relative;overflow:hidden}.fl-fp .signup-inner:before{content:"";pointer-events:none;background:radial-gradient(520px at 50% -25%,#1ab5b033,#0000 60%),radial-gradient(440px at 88% 130%,#f7ab4226,#0000 55%);position:absolute;inset:0}.fl-fp .signup-inner h2{color:#fff;letter-spacing:-.02em;z-index:1;margin-bottom:10px;font-size:clamp(24px,3.2vw,34px);font-weight:800;position:relative}.fl-fp .signup-inner p{color:#ffffffb8;z-index:1;margin-bottom:22px;font-size:15.5px;position:relative}.fl-fp .signup-rolelabel{letter-spacing:.08em;text-transform:uppercase;color:#ffffff8c;z-index:1;margin-bottom:10px;font-size:12px;font-weight:700;display:block;position:relative}.fl-fp .signup-roles{z-index:1;flex-wrap:wrap;justify-content:center;gap:8px;margin:0 auto 18px;display:inline-flex;position:relative}.fl-fp .su-role3{color:#fff;cursor:pointer;background:#ffffff0f;border:1.5px solid #ffffff47;border-radius:50px;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:600;transition:all .15s}.fl-fp .su-role3:hover{border-color:#fff9}.fl-fp .su-role3[aria-pressed=true]{color:var(--teal);background:#fff;border-color:#fff}.fl-fp .signup-err{color:#ffd7a8;z-index:1;min-height:18px;margin-top:12px;font-size:13px;font-weight:600;display:block;position:relative}.fl-fp .signup-form{z-index:1;flex-wrap:wrap;justify-content:center;gap:10px;max-width:480px;margin:0 auto;display:flex;position:relative}.fl-fp .signup-form input{color:#fff;background:#ffffff14;border:1.5px solid #ffffff40;border-radius:50px;flex:1;min-width:220px;padding:15px 18px;font-family:inherit;font-size:15px}.fl-fp .signup-form input::placeholder{color:#ffffff8c}.fl-fp .signup-form input:focus{border-color:var(--teal-light);background:#ffffff24;outline:none}.fl-fp .signup-form .btn{color:var(--teal);box-shadow:none;background:#fff}.fl-fp .signup-form .btn:hover{background:var(--mint)}.fl-fp .signup-secondary{color:#fff;z-index:1;background:0 0;border:1.5px solid #ffffff59;margin-top:16px;display:inline-flex;position:relative}.fl-fp .signup-secondary:hover{color:#fff;background:#ffffff1a;border-color:#fff9}.fl-fp .signup-fine{color:#ffffff80;z-index:1;margin-top:14px;font-size:12.5px;position:relative}.fl-fp footer{background:var(--darker);color:#7a9295;padding:52px 48px 28px}.fl-fp .footer-inner{max-width:1200px;margin:0 auto}.fl-fp .footer-top{border-bottom:1px solid #ffffff0f;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:40px;margin-bottom:24px;padding-bottom:36px;display:grid}.fl-fp .footer-logo{height:30px;margin-bottom:14px}.fl-fp .footer-tag{max-width:320px;margin-bottom:16px;font-size:14px;line-height:1.6}.fl-fp .footer-email{color:#a7bcbe;font-size:13px}.fl-fp .footer-col h5{color:#fff;text-transform:uppercase;letter-spacing:.12em;margin-bottom:16px;font-size:11.5px;font-weight:700}.fl-fp .footer-col a{color:#7a9295;margin-bottom:9px;font-size:13.5px;display:block}.fl-fp .footer-col a:hover{color:#fff}.fl-fp .footer-bottom{color:#5a7274;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;font-size:12px;display:flex}.fl-fp .footer-bottom-links{align-items:center;gap:18px;display:flex}.fl-fp .footer-bottom-links a{color:#5a7274;cursor:pointer;display:inline-flex}.fl-fp .footer-bottom-links svg{width:20px;height:20px;fill:var(--gold)}@media (max-width:820px){.fl-fp .footer-top{grid-template-columns:1fr 1fr;gap:28px 24px}}.fl-fp .rv{opacity:0;transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1);transform:translateY(20px)}.fl-fp .rv.on{opacity:1;transform:none}.fl-fp .lb{z-index:200;justify-content:center;align-items:center;padding:24px;display:none;position:fixed;inset:0}.fl-fp .lb.open{display:flex}.fl-fp .lb-back{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0d1f22b3;position:absolute;inset:0}.fl-fp .proto-shell{aspect-ratio:1180/720;background:#fff;border-radius:20px;width:100%;max-width:1120px;max-height:86vh;position:relative;overflow:hidden;box-shadow:0 40px 90px #00000080}.fl-fp .proto-shell #protoBody{position:absolute;inset:0}.fl-fp .proto-shell iframe{background:var(--bg);border:0;width:100%;height:100%}.fl-fp .proto-shell video{background:#000;border:0;width:100%;height:100%}.fl-fp .lb-x{z-index:5;color:#fff;cursor:pointer;background:#0d1f22d9;border:none;border-radius:50%;width:38px;height:38px;font-size:22px;position:absolute;top:14px;right:16px}.fl-fp .su-card{background:#fff;border-radius:22px;width:100%;max-width:452px;padding:36px 32px 28px;position:relative;box-shadow:0 30px 80px #041f2266}.fl-fp .su-x{border:1px solid var(--border);width:34px;height:34px;color:var(--gray);cursor:pointer;background:#fff;border-radius:50%;font-size:20px;position:absolute;top:15px;right:16px}.fl-fp .su-card h2{letter-spacing:-.02em;margin-bottom:7px;font-size:24px;font-weight:800}.fl-fp .su-sub{color:var(--gray);margin-bottom:22px;font-size:14px}.fl-fp .su-roles{grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:20px;display:grid}.fl-fp .su-role{border:1.5px solid var(--border);cursor:pointer;background:#fff;border-radius:14px;flex-direction:column;align-items:center;gap:8px;padding:15px 6px;font-family:inherit;font-size:12px;font-weight:600;transition:all .15s;display:flex}.fl-fp .su-role svg{width:20px;height:20px;stroke:var(--teal);stroke-width:1.7px;fill:none;stroke-linecap:round;stroke-linejoin:round}.fl-fp .su-role:hover{border-color:var(--teal-light)}.fl-fp .su-role[aria-checked=true]{border-color:var(--teal);background:var(--mint)}.fl-fp .su-fld{letter-spacing:.06em;text-transform:uppercase;color:var(--gray);margin-bottom:8px;font-size:12px;font-weight:700;display:block}.fl-fp #suEmail{border:1.5px solid var(--border);border-radius:12px;width:100%;margin-bottom:16px;padding:14px 15px;font-family:inherit;font-size:15px}.fl-fp #suEmail:focus{border-color:var(--teal);outline:none}.fl-fp .su-err{color:#c0392b;min-height:16px;margin-bottom:12px;font-size:13px;font-weight:600}.fl-fp .su-go{background:linear-gradient(135deg, var(--teal), var(--teal-mid));color:#fff;cursor:pointer;border:none;border-radius:50px;width:100%;padding:15px;font-family:inherit;font-size:15px;font-weight:700}.fl-fp .su-fine{color:var(--gray);text-align:center;margin-top:14px;font-size:12.5px}@media (max-width:760px){.fl-fp #demo{display:none!important}.fl-fp .lb{padding:14px}.fl-fp .proto-shell{max-height:92vh}}@media (max-width:760px) and (orientation:portrait){.fl-fp .lb-rotate{display:flex}}@media (max-width:560px){.fl-fp .hero{padding:90px 0 14px}.fl-fp .hero h1{max-width:18ch;font-size:29px}.fl-fp .hero .lede{margin-bottom:18px;font-size:15.5px}.fl-fp .hero-cta{flex-direction:column;gap:10px}.fl-fp .hero-cta .btn{width:100%}.fl-fp .overview-cta{flex-direction:column;gap:10px}.fl-fp .overview-cta .btn{width:100%}.fl-fp .sec-head h2{font-size:27px}.fl-fp .sec-head p{font-size:15px}.fl-fp .pillar{padding:22px 20px}.fl-fp .pillar h3{font-size:18px}.fl-fp .pillar p{font-size:14.5px}.fl-fp .midcta-btns{flex-direction:column;width:100%}.fl-fp .midcta-btns .btn{width:100%}.fl-fp .faq-q h3{font-size:16px}.fl-fp .banner h2{font-size:24px}}@media (max-width:860px){.fl-fp .showcase-grid{display:none}.fl-fp #scMobile{display:block}.fl-fp .related{grid-template-columns:1fr}.fl-fp .midcta-inner{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.fl-fp .hero{padding:96px 0 18px}.fl-fp .sec{padding:52px 0}.fl-fp .metrics{grid-template-columns:1fr}.fl-fp .metric{border-right:0;border-bottom:1px solid var(--border)}.fl-fp .metric:last-child{border-bottom:0}.fl-fp .signup-inner{padding:44px 22px}.fl-fp .signup-form input{width:100%;min-width:0}.fl-fp .signup-form .btn,.fl-fp .midcta-inner .btn,.fl-fp .midcta-btns{width:100%}.fl-fp .midcta-btns .btn{flex:1}.fl-fp footer{padding:44px 20px 24px}.fl-fp .su-roles{grid-template-columns:1fr}.fl-fp .su-role{flex-direction:row;justify-content:flex-start;gap:12px;padding:14px 16px;font-size:14px}}@media (prefers-reduced-motion:reduce){.fl-fp *,.fl-fp :before,.fl-fp :after{transition:none!important;animation:none!important}.fl-fp{scroll-behavior:auto}.fl-fp .rv,.fl-fp .sc-vis{opacity:1;transform:none}}
/*# sourceMappingURL=23g3yhmlfjrb4.css.map*/