:root{--fb-teal:#1a6ea5;--fb-teal-dark:#145680;--fb-link:#1a6ea5;--fb-link-hover:#145680;--fb-btn:#3a5f7a;--fb-btn-dark:#2f4f66;--fb-ink:#2a3238;--fb-ink-soft:#3f4a52;--fb-red:#c45c2a;--fb-text:#2a3238;--fb-muted:#667a88;--fb-bg:#f7f7f7;--fb-bg-alt:#f2f6f7;--fb-bg-news:#e4e6e8;--fb-surface:#ffffff;--fb-line:#eaeaea;--fb-input:#f2f6f7;--fb-soft-blue:#e4eef5;--fb-soft-blue-border:#b7c9d6;--font:"Plus Jakarta Sans", "Helvetica Neue", Arial, sans-serif;--max:1240px;--narrow:780px;--radius:8px;--shadow:0 8px 28px rgba(42, 50, 56, 0.08)}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--fb-text);background:var(--fb-bg);line-height:1.65;min-height:100vh;font-size:16px}a{color:var(--fb-link);text-decoration:none}a:hover{color:var(--fb-link-hover)}.prose a,.content a{color:var(--fb-link);font-weight:600;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:.2em;text-decoration-color:rgba(26,110,165,.45)}.prose a:hover,.content a:hover{color:var(--fb-link-hover);text-decoration-color:var(--fb-link-hover)}.prose a.btn,.content a.btn,.prose .btn,.content .btn,a.btn{font-weight:700;text-decoration:none;text-decoration-color:transparent}a.btn-primary,.prose a.btn-primary,.content a.btn-primary{color:#fff}a.btn-primary:hover,.prose a.btn-primary:hover,.content a.btn-primary:hover{color:#fff;text-decoration:none}a.btn-ghost,.prose a.btn-ghost,.content a.btn-ghost{color:var(--fb-btn)}a.btn-ghost:hover,.prose a.btn-ghost:hover,.content a.btn-ghost:hover{color:#fff;text-decoration:none}img{max-width:100%;height:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.container{width:min(100% - 2rem,var(--max));margin-inline:auto}.container.narrow{width:min(100% - 2rem,var(--narrow))}.site-header{background:var(--fb-surface);position:sticky;top:0;z-index:100;box-shadow:0 1px 0 var(--fb-line),0 8px 24px rgba(42,50,56,4%)}.header-top{background:var(--fb-ink);color:rgba(255,255,255,.78);font-size:.78rem}.header-top-inner{display:flex;align-items:center;justify-content:flex-end;gap:1.25rem;min-height:34px}.header-top .lang-switcher a{color:rgba(255,255,255,.72);text-transform:uppercase;font-size:.72rem;font-weight:600;padding:.15rem .3rem;border-radius:4px}.header-top .lang-switcher a:hover,.header-top .lang-switcher a[aria-current=true]{color:#fff;background:rgba(58,95,122,.55)}.lang-dropdown{position:relative}.lang-dropdown__btn{display:inline-flex;align-items:center;gap:.4rem;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,6%);color:#fff;font:inherit;font-size:.78rem;font-weight:600;line-height:1;padding:.28rem .55rem;border-radius:6px;cursor:pointer}.lang-dropdown__btn:hover,.lang-dropdown.is-open .lang-dropdown__btn{background:rgba(58,95,122,.55);border-color:rgba(255,255,255,.35)}.lang-dropdown__caret{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid;opacity:.85}.lang-dropdown__menu{position:absolute;top:calc(100% + 6px);right:0;z-index:50;min-width:11rem;max-height:min(70vh,22rem);overflow:auto;margin:0;padding:.35rem;list-style:none;background:#fff;color:var(--fb-ink);border:1px solid var(--fb-line);border-radius:var(--radius);box-shadow:var(--shadow)}.lang-dropdown__menu a{display:block;padding:.45rem .65rem;border-radius:6px;color:var(--fb-ink-soft);font-size:.86rem;font-weight:500;text-decoration:none;text-transform:none}.lang-dropdown__menu a:hover,.lang-dropdown__menu a[aria-current=true]{background:var(--fb-soft-blue);color:var(--fb-teal)}.header-contact{color:#fff!important;font-weight:600;font-size:.78rem}.header-contact:hover{color:#d7e4ec!important}.header-main{background:#fff}.header-main-inner{display:flex;align-items:center;gap:1.25rem;min-height:72px}.brand{font-family:var(--font);font-weight:800;font-size:1.45rem;color:var(--fb-ink);letter-spacing:-.04em;line-height:1;flex-shrink:0}.brand span{color:var(--fb-teal)}.site-nav{flex:1}.site-nav ul{display:flex;flex-wrap:wrap;gap:.15rem;list-style:none;margin:0;padding:0;justify-content:center}.site-nav>ul>li{position:relative}.site-nav a{display:block;color:var(--fb-ink);font-weight:600;font-size:.92rem;padding:.55rem .85rem;border-radius:999px;text-decoration:none;transition:color .15s ease,background .15s ease}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--fb-teal);background:var(--fb-soft-blue)}.site-nav .nav-sub{display:none;position:absolute;top:calc(100% - 2px);left:0;min-width:280px;max-width:360px;padding:.45rem;margin:0;list-style:none;background:var(--fb-surface);border:1px solid var(--fb-line);border-radius:var(--radius);box-shadow:var(--shadow);z-index:40;flex-direction:column;gap:.1rem}.site-nav .has-children:hover>.nav-sub,.site-nav .has-children:focus-within>.nav-sub{display:flex}.site-nav .nav-sub a{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;border-radius:6px;font-weight:500;font-size:.86rem;line-height:1.35;white-space:normal}.site-nav .nav-sub__name{font-weight:600;color:inherit}.site-nav .nav-sub__desc{color:var(--fb-ink);font-size:.78rem;font-weight:400;line-height:1.35;opacity:.85}.site-nav .nav-sub__rich a{padding-top:.55rem;padding-bottom:.55rem}.site-nav .nav-sub__highlight{margin-top:.35rem;padding-top:.35rem;border-top:1px solid var(--fb-line)}.site-nav .nav-sub__highlight a{font-weight:700;color:var(--fb-btn);background:var(--fb-soft-blue)}.site-nav .nav-sub__highlight a:hover,.site-nav .nav-sub__highlight a[aria-current=page]{color:#fff;background:var(--fb-btn)}.site-nav .nav-sub__highlight .nav-sub__desc{color:inherit;opacity:.9}.header-search{display:flex;gap:0;flex-shrink:0;max-width:280px;width:100%}.header-search input{flex:1;height:42px;border:1px solid var(--fb-line);border-right:0;border-radius:999px 0 0 999px;background:var(--fb-input);padding:0 14px;font:inherit;color:var(--fb-text)}.header-search input:focus{outline:none;background:#fff;box-shadow:0 0 0 3px rgba(58,95,122,.18)}.header-search button{height:42px;border:0;border-radius:0 999px 999px 0;background:var(--fb-btn);color:#fff;font:inherit;font-weight:700;padding:0 1.05rem;cursor:pointer}.header-search button:hover{background:var(--fb-btn-dark)}.lang-switcher{display:flex;flex-wrap:wrap;gap:.25rem;align-items:center;list-style:none;margin:0;padding:0}.nav-toggle{display:none;background:0 0;border:0;cursor:pointer;padding:.55rem;margin-left:auto}.nav-toggle span{display:block;width:22px;height:2px;background:var(--fb-ink);margin:5px 0}.header-right{display:flex;align-items:center;gap:.75rem;padding-right:.5rem}.header-right a{color:var(--fb-muted);font-size:.85rem;font-weight:500}.header-right a:hover{color:var(--fb-teal)}.hero{padding:2.25rem 0 1.5rem;background:var(--fb-bg)}.hero-grid{display:grid;grid-template-columns:1.35fr .85fr;gap:1.75rem;align-items:stretch}.hero-copy{background:var(--fb-surface);border:1px solid var(--fb-line);border-radius:8px;padding:1.75rem 1.75rem 1.5rem;box-shadow:var(--shadow)}.eyebrow{font-weight:600;color:var(--fb-btn);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;margin:0 0 .65rem}.hero h1,.page-header h1,h1,h2,h3,h5{font-family:var(--font);letter-spacing:-.02em;line-height:1.25;color:var(--fb-ink)}.hero h1{font-size:clamp(1.7rem,3.2vw,2.35rem);margin:0 0 .85rem;font-weight:700}.lead{font-size:1.05rem;color:var(--fb-muted);margin:0 0 1.25rem;max-width:38em}.hero-cta{display:flex;flex-wrap:wrap;gap:.65rem}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font);font-weight:700;border-radius:var(--radius);padding:.7rem 1.35rem;text-decoration:none;border:2px solid transparent;transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease}.btn-primary{background:var(--fb-btn);color:#fff;border-color:var(--fb-btn);box-shadow:0 6px 18px rgba(58,95,122,.28)}.btn-primary:hover{background:var(--fb-btn-dark);border-color:var(--fb-btn-dark);color:#fff;box-shadow:0 8px 22px rgba(58,95,122,.35);text-decoration:none}.btn-ghost{background:0 0;border-color:var(--fb-btn);color:var(--fb-btn);box-shadow:none}.btn-ghost:hover{background:var(--fb-btn);color:#fff;text-decoration:none}.hero-visual{min-height:180px}.hero-panel{height:100%;min-height:180px;border-radius:12px;background:var(--fb-ink);box-shadow:var(--shadow);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:1.5rem;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.hero-panel:hover{transform:translateY(-2px);box-shadow:0 14px 36px rgba(42,50,56,.18);color:inherit;text-decoration:none}.hero-logo{position:relative;z-index:1;width:min(100%,280px);height:auto;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.25));background:rgba(255,255,255,.95);border-radius:8px;padding:.75rem 1rem}.value-grid{padding:.5rem 0 2rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.value-card{background:var(--fb-surface);border:1px solid var(--fb-line);border-radius:8px;padding:1.15rem 1.2rem;color:inherit;box-shadow:var(--shadow);transition:border-color .15s ease,transform .15s ease}.value-card:hover{border-color:var(--fb-btn);transform:translateY(-2px);color:inherit;text-decoration:none}.value-card h2{margin:0 0 .4rem;font-size:1.05rem}.value-card p{margin:0;color:var(--fb-muted);font-size:.92rem}.home-products{padding:1.5rem 0 2.25rem;background:var(--fb-bg)}.product-block{background:var(--fb-surface);border:1px solid var(--fb-line);border-radius:8px;box-shadow:var(--shadow);overflow:hidden}.product-block--hqbird{display:grid;grid-template-columns:minmax(200px,320px)1fr;gap:0;margin-bottom:1.25rem}.product-block--hqbird .product-block__media{display:flex;align-items:center;justify-content:center;padding:1.25rem;background:var(--fb-bg-alt);border-right:1px solid var(--fb-line)}.product-block--hqbird .product-block__media img{width:min(100%,280px);height:auto;border-radius:6px}.product-block__body{padding:1.35rem 1.5rem 1.5rem}.product-block__body h2{margin:0 0 .75rem;font-size:clamp(1.15rem,2vw,1.45rem)}.product-block__body p{margin:0 0 .85rem;color:var(--fb-text)}.product-block__body ul{margin:0 0 1.1rem;padding-left:1.15rem}.product-block__body li{margin:.25rem 0}.btn-block{display:flex;width:100%;text-align:center;border-radius:var(--radius)}.product-pair{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:stretch}.product-block--feature{display:grid;grid-template-columns:110px 1fr;gap:0;min-height:100%}.product-block--feature .product-block__media{display:flex;align-items:flex-start;justify-content:center;padding:1.25rem .5rem 1.25rem 1rem;background:var(--fb-bg-alt);border-right:1px solid var(--fb-line)}.product-block--feature .product-block__media img{width:96px;height:auto;object-fit:contain}.product-block--feature .product-block__body{display:flex;flex-direction:column}.product-block--feature .product-block__body .btn-block{margin-top:auto}.page-header{margin-bottom:1.25rem}.home-content,.page{padding:1rem 0 2.5rem}.page-header h1{margin:0;font-size:clamp(1.5rem,2.8vw,2rem)}.prose{font-size:1.02rem}.prose h2,.prose h3,.prose h4{margin-top:1.6em}.prose table{width:100%;border-collapse:collapse;margin:1.1rem 0;font-size:.94rem;background:var(--fb-surface)}.prose th,.prose td{border:1px solid var(--fb-line);padding:.5rem .65rem;text-align:left;vertical-align:top}.prose th{background:var(--fb-bg-alt)}.prose pre{background:var(--fb-ink);color:#e4eef0;padding:1rem;border-radius:6px;overflow-x:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em}.prose code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em}.article-kicker{margin:0 0 .4rem;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--fb-muted)}.article-kicker a{color:var(--fb-muted)}.article-kicker a:hover{color:var(--fb-link)}.article-page .prose{max-width:46rem;color:var(--fb-ink-soft);line-height:1.62}.article-page .prose>*:first-child{margin-top:0}.article-page .prose img{display:block;max-width:100%;height:auto;margin:1rem 0;border:1px solid var(--fb-line);background:var(--fb-surface)}.article-page .prose img[src*=firebird-logo-90]{float:left;width:56px;margin:.15rem .9rem .4rem 0;border:0;background:0 0}.article-page .prose a[id]:empty{display:block;height:0;margin:0;padding:0;overflow:hidden}.article-page .prose figure{margin:1.15rem 0}.article-page .prose li{margin:.35rem 0}.article-page .fbconf-cta.article-cta{margin-top:2rem;max-width:46rem}.article-page .fbconf-cta .products-actions{flex-shrink:0}.breadcrumbs{font-size:.9rem;color:var(--fb-muted);margin-bottom:1rem}.breadcrumbs a{color:var(--fb-muted)}.breadcrumbs a:hover{color:var(--fb-teal)}.breadcrumbs .sep{margin:0 .35rem;opacity:.5}.hub-children{list-style:none;padding:0;margin:1.5rem 0 0;display:grid;gap:.45rem}.hub-children a{display:block;padding:.8rem 1rem;background:var(--fb-surface);border:1px solid var(--fb-line);border-radius:6px;color:var(--fb-ink)}.hub-children a:hover{border-color:var(--fb-teal);background:var(--fb-soft-blue);color:var(--fb-teal)}.customers-lead{margin:0 0 1.25rem;max-width:42rem;color:var(--fb-ink-soft);font-size:1.08rem;line-height:1.55}.linkedin-invite{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;margin:0 0 2rem;padding:1.15rem 1.35rem;background:var(--fb-soft-blue);border:1px solid var(--fb-soft-blue-border);border-left:4px solid #0a66c2;border-radius:var(--radius)}.linkedin-invite__text{min-width:0}.linkedin-invite__text strong{display:block;margin:0 0 .25rem;color:var(--fb-ink);font-size:1.05rem}.linkedin-invite__text p{margin:0;color:var(--fb-muted);font-size:.95rem}.linkedin-invite__btn{flex-shrink:0;white-space:nowrap;background:#0a66c2!important;border-color:#0a66c2!important;box-shadow:0 6px 18px rgba(10,102,194,.28)!important}.linkedin-invite__btn:hover{background:#004182!important;border-color:#004182!important}.customer-logos h2,.testimonials h2,.testimonial-submit h2{margin:0 0 1rem;font-size:1.25rem}.customer-logo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;list-style:none;margin:0 0 2.25rem;padding:0}.customer-logo-grid a{display:flex;align-items:center;justify-content:center;min-height:88px;padding:.85rem;background:var(--fb-surface);border:1px solid var(--fb-line);border-radius:var(--radius);transition:border-color .15s ease,box-shadow .15s ease}.customer-logo-grid a:hover{border-color:var(--fb-soft-blue-border);box-shadow:var(--shadow)}.customer-logo-grid img{max-width:100%;max-height:52px;width:auto;height:auto;object-fit:contain}.testimonials{margin-top:.5rem}.testimonial{margin:0 0 1.15rem;padding:1.15rem 1.25rem 1.2rem;background:var(--fb-surface);border:1px solid var(--fb-line);border-radius:var(--radius)}.testimonial blockquote{margin:0 0 .95rem;padding:0 0 0 .95rem;border-left:3px solid var(--fb-teal);color:var(--fb-ink-soft)}.testimonial blockquote p{margin:0 0 .75rem;line-height:1.6}.testimonial blockquote p:last-child{margin-bottom:0}.testimonial figcaption{display:grid;gap:.15rem;padding-top:.15rem}.testimonial__role{font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--fb-muted)}.testimonial__name{font-weight:700;color:var(--fb-ink);font-size:1.02rem}.testimonial__meta{color:var(--fb-muted);font-size:.92rem}.testimonial__meta a{font-weight:600}.testimonial-submit{margin-top:1.75rem;padding:1.1rem 1.25rem;background:var(--fb-bg-alt);border-radius:var(--radius)}.testimonial-submit p{margin:0;color:var(--fb-ink-soft)}.page .prose .customers-page>:first-child{margin-top:0}.contacts-lead{margin:0 0 1.25rem;max-width:44rem;color:var(--fb-ink-soft);font-size:1.08rem;line-height:1.55}.contacts-primary{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;margin:0 0 2rem;padding:1.2rem 1.35rem;background:var(--fb-bg-alt);border:1px solid var(--fb-line);border-left:4px solid var(--fb-btn);border-radius:var(--radius)}.contacts-primary__text strong{display:block;margin:0 0 .2rem;color:var(--fb-ink);font-size:1.05rem}.contacts-primary__text p{margin:0;font-size:1.15rem;font-weight:700}.contacts-primary__text a{color:var(--fb-link)}.contacts-primary__actions{display:flex;flex-wrap:wrap;gap:.55rem;flex-shrink:0}.contacts-channels h2,.contacts-checklist h2,.contacts-partners h2,.contacts-form-section h2,.contacts-about h2,.contacts-address h2{margin:0 0 .85rem;font-size:1.25rem}.contact-channel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;list-style:none;margin:0 0 2rem;padding:0}.contact-channel{margin:0;padding:1rem 1.1rem;background:var(--fb-surface);border:1px solid var(--fb-line);border-radius:var(--radius)}.contact-channel__label{display:block;margin-bottom:.35rem;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--fb-muted)}.contact-channel>a{display:inline-block;margin-bottom:.35rem;font-weight:700;font-size:1.02rem;color:var(--fb-ink)}.contact-channel p{margin:0;color:var(--fb-muted);font-size:.92rem;line-height:1.45}.contacts-checklist{margin:0 0 2rem;padding:1.15rem 1.25rem;background:var(--fb-bg-alt);border-radius:var(--radius)}.contacts-checklist p{margin:0 0 .65rem;color:var(--fb-ink-soft)}.contacts-checklist ul{margin:0;padding-left:1.2rem;color:var(--fb-ink-soft)}.contacts-checklist li{margin:.35rem 0}.partner-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin:0 0 2rem}.partner-card{margin:0;padding:1.05rem 1.15rem;background:var(--fb-surface);border:1px solid var(--fb-line);border-radius:var(--radius)}.partner-card h3{margin:0 0 .55rem;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--fb-muted)}.partner-card p{margin:.2rem 0;line-height:1.4}.partner-card__name{font-weight:700;color:var(--fb-ink)}.partner-card__mail,.partner-card__phone{font-size:.94rem}.contacts-form-section{margin:0 0 2.25rem;padding:1.25rem 1.35rem;background:var(--fb-surface);border:1px solid var(--fb-line);border-radius:var(--radius)}.contacts-form-section>p{margin:0 0 1rem;color:var(--fb-muted)}.contacts-form-section .site-form{max-width:32rem}.contacts-about{display:grid;grid-template-columns:1.4fr .8fr;gap:1.5rem;align-items:start}.contacts-about__copy p{color:var(--fb-ink-soft);line-height:1.6}.contacts-address{padding:1.15rem 1.25rem;background:var(--fb-bg-alt);border-radius:var(--radius);text-align:center}.contacts-address img{display:block;margin:0 auto .85rem;max-width:122px;height:auto}.contacts-address p{margin:.35rem 0;color:var(--fb-ink-soft);line-height:1.45}.contacts-duns{margin-top:.85rem!important;font-size:.9rem}.purchase-lead{margin:0 0 1.5rem;max-width:44rem;color:var(--fb-ink-soft);font-size:1.08rem;line-height:1.55}.purchase-section{margin:0 0 2rem}.purchase-section__head{margin-bottom:.9rem;max-width:44rem}.purchase-section__head h2{margin:0 0 .35rem;font-size:1.3rem}.purchase-section__head p{margin:0;color:var(--fb-muted)}.price-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.price-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.price-card{display:flex;flex-direction:column;margin:0;padding:1.15rem 1.2rem 1.25rem;background:var(--fb-surface);border:1px solid var(--fb-line);border-radius:var(--radius)}.price-card h3{margin:0 0 .25rem;font-size:1.08rem;color:var(--fb-ink)}.price-card__meta{margin:0 0 .55rem;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--fb-muted)}.price-card__desc{margin:0 0 1rem;color:var(--fb-ink-soft);font-size:.95rem;line-height:1.5;flex:1}.price-card__price{margin:0 0 .85rem;font-size:1.55rem;font-weight:800;letter-spacing:-.03em;color:var(--fb-ink)}.price-card__alt{font-size:.95rem;font-weight:600;color:var(--fb-muted)}.price-card .btn{align-self:flex-start}.purchase-custom{margin:.5rem 0 0;padding:1.1rem 1.25rem;background:var(--fb-bg-alt);border-radius:var(--radius)}.purchase-custom strong{display:block;margin-bottom:.3rem;color:var(--fb-ink)}.purchase-custom p{margin:0;color:var(--fb-ink-soft)}.plans-lead{margin:0 0 1.35rem;max-width:46rem;color:var(--fb-ink-soft);font-size:1.08rem;line-height:1.55}.plans-section{margin:0 0 1.85rem}.plans-section>h2{margin:0 0 .75rem;font-size:1.28rem}.plans-section>p{color:var(--fb-ink-soft);line-height:1.55}.plans-note{margin:.85rem 0 0;max-width:48rem;font-size:.92rem;color:var(--fb-muted);line-height:1.5}.price-card--featured{border-color:var(--fb-teal);box-shadow:0 8px 22px rgba(26,110,165,.12)}.plans-page .fbconf-cta .products-actions{flex-shrink:0}.fbconf-cta--quote{align-items:stretch}.plans-quote-calc{display:grid;grid-template-columns:minmax(8rem,11rem)minmax(10rem,1fr)auto;gap:.75rem 1rem;align-items:end;max-width:46rem;margin-top:.75rem}.plans-quote-calc .form-field{display:grid;gap:.35rem;margin:0}.plans-quote-calc label{font-weight:600;color:var(--fb-ink);font-size:.88rem}.plans-quote-calc input{font:inherit;padding:.55rem .75rem;border:1px solid var(--fb-line);border-radius:var(--radius);background:var(--fb-surface);color:var(--fb-text);width:100%}.plans-quote-result{display:grid;gap:.15rem}.plans-quote-result[hidden]{display:none}.plans-quote-result__label{font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--fb-muted)}.plans-quote-result__price{font-size:1.35rem;line-height:1.2;color:var(--fb-ink)}.plans-quote-result__per-server{font-size:.88rem;color:var(--fb-ink-soft)}.plans-quote-calc .btn{align-self:end;white-space:nowrap}.migrate-calc{margin:1.25rem 0 1.75rem;padding:1.15rem 1.25rem 1.35rem;border:1px solid var(--fb-line);border-radius:var(--radius);background:var(--fb-bg-alt)}.migrate-calc__title{margin:0 0 .35rem;font-size:1.15rem;color:var(--fb-ink)}.migrate-calc__lead{margin:0 0 1rem;color:var(--fb-ink-soft);max-width:40rem}.migrate-calc__row{display:grid;grid-template-columns:minmax(10rem,16rem)auto;gap:.75rem 1rem;align-items:end;max-width:28rem}.migrate-calc__row .form-field{display:grid;gap:.35rem;margin:0}.migrate-calc__row label{font-weight:600;color:var(--fb-ink);font-size:.88rem}.migrate-calc__row input{font:inherit;padding:.55rem .75rem;border:1px solid var(--fb-line);border-radius:var(--radius);background:var(--fb-surface);color:var(--fb-text);width:100%}.migrate-calc__result{margin-top:1.15rem}.migrate-calc__result[hidden]{display:none}.migrate-calc__qty-msg{margin:0 0 .65rem;font-weight:600;color:var(--fb-ink)}.migrate-calc__table-wrap{margin:0}.migrate-calc__table th.num,.migrate-calc__table td.num{text-align:right;font-variant-numeric:tabular-nums}.migrate-calc__footer{display:flex;flex-wrap:wrap;gap:.85rem 1.25rem;align-items:center;justify-content:space-between;margin-top:.9rem}.migrate-calc__total-block{display:grid;gap:.1rem}.migrate-calc__total-label{font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--fb-muted)}.migrate-calc__total{font-size:1.45rem;line-height:1.2;color:var(--fb-ink)}.plans-table-wrap{margin-top:.5rem}.plans-table th[scope=row]{font-weight:500;min-width:16rem;color:var(--fb-ink)}.plans-table th[scope=row] strong{display:inline;font-weight:700}.plans-table tr.plans-group th{background:var(--fb-ink);color:#fff;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;padding:.4rem .7rem}.plans-topics{margin:0;padding-left:1.2rem;color:var(--fb-ink-soft);line-height:1.55;max-width:48rem}.plans-topics li{margin:.4rem 0}.services-lead{margin:0 0 1.35rem;max-width:46rem;color:var(--fb-ink-soft);font-size:1.08rem;line-height:1.55}.services-section{margin:0 0 1.75rem}.services-section>h2{margin:0 0 .85rem;font-size:1.28rem}.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.service-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.service-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.service-card{display:flex;flex-direction:column;margin:0 0 .9rem;padding:1.15rem 1.2rem 1.2rem;background:var(--fb-surface);border:1px solid var(--fb-line);border-radius:var(--radius)}.service-grid .service-card{margin-bottom:0}.service-card--featured{margin-bottom:.9rem;padding:1.55rem 1.6rem 1.65rem;min-height:12rem;border-left:4px solid var(--fb-btn);box-shadow:var(--shadow)}.service-card--featured h3{font-size:1.35rem;margin-bottom:.55rem}.service-card--featured>p{font-size:1.02rem;max-width:44rem;margin-bottom:1.1rem}.service-card--featured .btn{align-self:flex-start}.service-card__kicker{margin:0 0 .35rem;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--fb-muted)}.service-card--recovery{margin-top:.9rem;margin-bottom:0}.service-card h3{margin:0 0 .45rem;font-size:1.08rem}.service-card h3 a{color:var(--fb-ink);text-decoration:none}.service-card h3 a:hover{color:var(--fb-link)}.service-card>p{margin:0 0 .85rem;color:var(--fb-ink-soft);font-size:.95rem;line-height:1.5;flex:1}.service-card__link{align-self:flex-start;font-weight:700;font-size:.92rem}.services-more{margin:0;padding:0;list-style:none;color:var(--fb-ink-soft);line-height:1.55}.services-more li{margin:0;padding:.55rem 0;border-top:1px solid var(--fb-line)}.services-more li:last-child{border-bottom:1px solid var(--fb-line)}.services-more a{font-weight:600}.pack-lead,.training-lead,.quest-lead{margin:0 0 1.35rem;max-width:46rem;color:var(--fb-ink-soft);font-size:1.08rem;line-height:1.55}.pack-page .fbconf-cta .products-actions,.training-page .fbconf-cta .products-actions,.quest-page .fbconf-cta .products-actions{flex-shrink:0}.pack-section,.training-section,.quest-section{margin:0 0 1.75rem}.pack-section>h2,.training-section>h2,.quest-section>h2{margin:0 0 .75rem;font-size:1.28rem}.pack-section>p,.training-section>p,.quest-section>p{color:var(--fb-ink-soft);line-height:1.55}.training-meta{margin:0 0 .85rem;color:var(--fb-muted);font-size:.92rem}.training-syllabus,.training-syllabus ul{margin:.35rem 0 .55rem;padding-left:1.2rem;color:var(--fb-ink-soft);line-height:1.5}.training-syllabus>li{margin:.45rem 0}.training-syllabus ul{margin:.25rem 0 .35rem}.quest-list{margin:0;padding-left:1.2rem;color:var(--fb-ink-soft);line-height:1.55}.quest-list li{margin:.4rem 0}.quest-section ol.quest-list{padding-left:1.25rem}.products-lead{margin:0 0 1.35rem;max-width:46rem;color:var(--fb-ink-soft);font-size:1.08rem;line-height:1.55}.products-actions{display:flex;flex-wrap:wrap;gap:.55rem}.products-page .service-card--featured .products-actions{margin-top:.15rem}.hqbird-lead{margin:0 0 1.35rem;max-width:46rem;color:var(--fb-ink-soft);font-size:1.08rem;line-height:1.55}.hqbird-section{margin:0 0 1.75rem}.hqbird-section>h2{margin:0 0 .75rem;font-size:1.28rem}.hqbird-section>p{color:var(--fb-ink-soft);line-height:1.55}.hqbird-meta{margin-top:.85rem;font-size:.95rem;color:var(--fb-muted)}.hqbird-page .fbconf-cta .products-actions,.hqbird-download-page .fbconf-cta .products-actions{flex-shrink:0}.hqbird-page .fbconf-table-wrap{margin:.75rem 0 .25rem}.hqbird-steps{margin:0 0 .85rem;padding-left:1.2rem;color:var(--fb-ink-soft);font-size:.95rem;line-height:1.5}.hqbird-steps li{margin:.3rem 0}.hqbird-download-page .service-card .btn{align-self:flex-start;margin-top:auto}.hqbird-support-page .fbconf-cta .products-actions{flex-shrink:0}.hqbird-support-page .fbconf-table-wrap{margin:.75rem 0 .25rem}.hqbird-support-page .hqbird-section>h3{margin:1.1rem 0 .55rem;font-size:1.05rem}.hqbird-subnav{display:flex;flex-wrap:wrap;gap:.35rem .85rem;margin:0 0 1.5rem;padding:.75rem .9rem;list-style:none;background:var(--fb-surface);border:1px solid var(--fb-line);font-size:.88rem}.hqbird-subnav a{font-weight:600}.hqbird-subnav a[aria-current=page]{color:var(--fb-ink);text-decoration:none}.license-text{margin:0;padding:1rem 1.1rem;overflow-x:auto;background:var(--fb-surface);border:1px solid var(--fb-line);font-size:.82rem;line-height:1.45;white-space:pre-wrap;color:var(--fb-ink)}.hqbird-support-page .freetools-shot{margin:1rem 0 0}.firstaid-lead{margin:0 0 1.35rem;max-width:46rem;color:var(--fb-ink-soft);font-size:1.08rem;line-height:1.55}.firstaid-section{margin:0 0 1.75rem}.firstaid-section>h2{margin:0 0 .75rem;font-size:1.28rem}.firstaid-section>p{color:var(--fb-ink-soft);line-height:1.55}.firstaid-steps{margin:0;padding-left:1.25rem;color:var(--fb-ink-soft);line-height:1.55}.firstaid-steps li{margin:.45rem 0}.firstaid-howto__grid{display:grid;grid-template-columns:minmax(11.5rem,14rem)minmax(0,1fr);gap:1rem;align-items:stretch}.firstaid-guides{display:flex;flex-direction:column;margin:0;padding:.9rem .95rem 1rem;background:var(--fb-surface);border:1px solid var(--fb-line);aspect-ratio:1/1;max-height:16rem}.firstaid-guides h2{margin:0 0 .55rem;font-size:1rem}.firstaid-guides__list{list-style:none;margin:0;padding:0;display:grid;gap:.45rem;font-size:.88rem;line-height:1.35}.firstaid-guides__list li{display:grid;grid-template-columns:4.6rem auto auto auto;gap:.2rem .35rem;align-items:baseline}.firstaid-guides__lang{color:var(--fb-ink);font-weight:600;font-size:.8rem}.firstaid-guides__sep{color:var(--fb-muted)}.firstaid-howto__main h2{margin:0 0 .75rem;font-size:1.28rem}.firstaid-code{margin:0 0 .75rem;padding:.75rem .9rem;overflow-x:auto;background:var(--fb-surface);border:1px solid var(--fb-line);border-radius:6px;font-size:.88rem;line-height:1.45}.firstaid-page .fbconf-cta .products-actions{flex-shrink:0}.firstaid-page .fbconf-table-wrap{margin:.75rem 0 .5rem}.firstaid-shot{margin:1rem 0 0;width:100%;max-width:none}.firstaid-shot img{display:block;width:100%;height:auto;border:1px solid var(--fb-line);border-radius:0;background:var(--fb-surface)}.firstaid-shot figcaption{margin-top:.45rem;color:var(--fb-muted);font-size:.92rem}.firstaid-video{position:relative;width:100%;max-width:none;aspect-ratio:16/9;overflow:hidden;border:1px solid var(--fb-line);border-radius:0;background:#000}.firstaid-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.undelete-lead{margin:0 0 1.35rem;max-width:46rem;color:var(--fb-ink-soft);font-size:1.08rem;line-height:1.55}.undelete-section{margin:0 0 1.75rem}.undelete-section>h2{margin:0 0 .75rem;font-size:1.28rem}.undelete-section>p{color:var(--fb-ink-soft);line-height:1.55}.undelete-howto__grid{display:grid;grid-template-columns:minmax(11.5rem,14rem)minmax(0,1fr);gap:1rem;align-items:start}.undelete-side{margin:0;padding:.9rem .95rem 1rem;background:var(--fb-surface);border:1px solid var(--fb-line);aspect-ratio:1/1;max-height:16rem}.undelete-side h2{margin:0 0 .55rem;font-size:1rem}.undelete-side__list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem;font-size:.9rem;line-height:1.35}.undelete-side__list a{font-weight:600}.undelete-howto__main h2{margin:0 0 .55rem;font-size:1.28rem}.undelete-howto__main>p{margin:0 0 .65rem;color:var(--fb-ink-soft);line-height:1.55}.undelete-steps{margin:0;padding-left:1.25rem;color:var(--fb-ink-soft);line-height:1.55}.undelete-steps li{margin:.45rem 0}.undelete-shot{margin:0;width:100%;max-width:none}.undelete-shot img{display:block;width:100%;height:auto;border:1px solid var(--fb-line);background:var(--fb-surface)}.undelete-shot figcaption{margin-top:.45rem;color:var(--fb-muted);font-size:.92rem}.undelete-page .fbconf-cta .products-actions{flex-shrink:0}.freetools-lead{margin:0 0 1.35rem;max-width:46rem;color:var(--fb-ink-soft);font-size:1.08rem;line-height:1.55}.freetools-section{margin:0 0 1.75rem}.freetools-section>h2{margin:0 0 .75rem;font-size:1.28rem}.freetools-section>p{color:var(--fb-ink-soft);line-height:1.55}.freetools-steps{margin:.35rem 0 .85rem;padding-left:1.25rem;color:var(--fb-ink-soft);line-height:1.55}.freetools-steps li{margin:.4rem 0}.freetools-shots{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1rem 0 0}.freetools-shot{margin:1rem 0 0;width:100%;max-width:none}.freetools-shots .freetools-shot{margin:0}.freetools-shot img{display:block;width:100%;height:auto;border:1px solid var(--fb-line);background:var(--fb-surface)}.freetools-shot figcaption{margin-top:.45rem;color:var(--fb-muted);font-size:.92rem}.freetools-faq{margin:1rem 0 0;padding:0;display:grid;gap:.75rem}.freetools-faq>div{margin:0;padding:.75rem .9rem;background:var(--fb-surface);border:1px solid var(--fb-line)}.freetools-faq dt{margin:0 0 .25rem;color:var(--fb-ink);font-weight:600;font-size:.95rem}.freetools-faq dd{margin:0;color:var(--fb-ink-soft);line-height:1.5}.freetools-page .fbconf-cta .products-actions{flex-shrink:0}.migrate-lead{margin:0 0 1.35rem;max-width:46rem;color:var(--fb-ink-soft);font-size:1.08rem;line-height:1.55}.migrate-section{margin:0 0 1.75rem}.migrate-section>h2{margin:0 0 .75rem;font-size:1.28rem}.migrate-section>p{color:var(--fb-ink-soft);line-height:1.55}.migrate-note{margin-top:.85rem;color:var(--fb-ink-soft);font-size:.95rem;line-height:1.5}.migrate-code{margin:0 0 .75rem;padding:.75rem .9rem;overflow-x:auto;background:var(--fb-surface);border:1px solid var(--fb-line);border-radius:6px;font-size:.88rem;line-height:1.45}.migrate-page .fbconf-table-wrap{margin:1rem 0 0}.migrate-page .purchase-section .price-grid{margin-bottom:.25rem}.migrate-page .firstaid-video{margin:1rem 0 .25rem}.migrate-page .fbconf-cta .products-actions{flex-shrink:0}.migrate-infographic{margin:0 0 1.15rem}.migrate-infographic img{display:block;width:100%;height:auto;border:1px solid var(--fb-line);border-radius:var(--radius);background:var(--fb-surface)}.migrate-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin:1rem 0}.migrate-stats>div{padding:1rem 1.1rem;background:var(--fb-surface);border:1px solid var(--fb-line);border-radius:var(--radius)}.migrate-stats strong{display:block;font-size:1.35rem;color:var(--fb-teal);letter-spacing:-.02em}.migrate-stats span{display:block;margin-top:.25rem;color:var(--fb-muted);font-size:.92rem}.tests-lead{margin:0 0 1.35rem;max-width:46rem;color:var(--fb-ink-soft);font-size:1.08rem;line-height:1.55}.tests-section{margin:0 0 1.75rem}.tests-section>h2{margin:0 0 .85rem;font-size:1.28rem}.oltp-lead{margin:0 0 1.35rem;max-width:46rem;color:var(--fb-ink-soft);font-size:1.08rem;line-height:1.55}.oltp-section{margin:0 0 1.75rem}.oltp-section>h2{margin:0 0 .75rem;font-size:1.28rem}.oltp-section>p{color:var(--fb-ink-soft);line-height:1.55}.oltp-credit{margin-top:.85rem;font-size:.92rem;color:var(--fb-ink-soft)}.oltp-code{margin:.5rem 0 .75rem;padding:.75rem .9rem;overflow-x:auto;background:var(--fb-surface);border:1px solid var(--fb-line);border-radius:6px;font-size:.88rem;line-height:1.45}.oltp-page .service-card .oltp-code{margin-top:.35rem;margin-bottom:0}.oltp-steps{margin:0;padding-left:1.25rem;color:var(--fb-ink-soft);line-height:1.55}.oltp-steps li{margin:.4rem 0}.oltp-page .fbconf-table-wrap{margin:.75rem 0 1rem}.oltp-page .fbconf-cta .products-actions{flex-shrink:0}.dml-lead{margin:0 0 1.35rem;max-width:46rem;color:var(--fb-ink-soft);font-size:1.08rem;line-height:1.55}.dml-section{margin:0 0 1.75rem}.dml-section>h2{margin:0 0 .75rem;font-size:1.28rem}.dml-section>p{color:var(--fb-ink-soft);line-height:1.55}.dml-steps{margin:0;padding-left:1.25rem;color:var(--fb-ink-soft);line-height:1.55}.dml-steps li{margin:.4rem 0}.dml-figure{margin:0}.dml-figure img{display:block;max-width:100%;height:auto;border:1px solid var(--fb-line);background:var(--fb-surface)}.dml-figure figcaption{margin-top:.5rem;font-size:.92rem;color:var(--fb-muted)}.dml-page .fbconf-cta .products-actions{flex-shrink:0}.dml-page .service-card .copy-block{margin:.35rem 0 0}.copy-block{margin:.5rem 0 0;border:1px solid var(--fb-line);border-radius:6px;background:var(--fb-surface);overflow:hidden}.copy-block__bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.4rem .65rem .4rem .9rem;background:var(--fb-bg-alt);border-bottom:1px solid var(--fb-line)}.copy-block__label{font-size:.78rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--fb-muted)}.copy-btn{appearance:none;cursor:pointer;border:1px solid var(--fb-line);background:var(--fb-surface);color:var(--fb-ink);border-radius:4px;padding:.22rem .65rem;font:inherit;font-size:.82rem;font-weight:600;line-height:1.3}.copy-btn:hover{border-color:var(--fb-teal);color:var(--fb-teal)}.copy-btn.is-copied{border-color:var(--fb-teal);background:var(--fb-soft-blue);color:var(--fb-teal)}.copy-block__code{margin:0;padding:.75rem .9rem;overflow-x:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.86rem;line-height:1.45;background:0 0;border:0;border-radius:0}.copy-block--tall .copy-block__code{max-height:28rem;overflow:auto}.prose .copy-block,.article-page .copy-block,.dml-page .copy-block,.oltp-page .copy-block,.firstaid-page .copy-block,.crypt-demo-page .copy-block,.hqbird-support-page .copy-block,.migrate-page .copy-block{margin:1rem 0}.prose .copy-block pre,.prose .copy-block__code,.prose pre.copy-block__code,.article-page .prose .copy-block__code,.dml-page .prose .copy-block__code,.dml-page .prose pre.copy-block__code{margin:0;background:0 0;color:inherit;border:0;border-radius:0}.service-card .copy-block{margin:.35rem 0 0}.enc-lead{margin:0 0 1.35rem;max-width:46rem;color:var(--fb-ink-soft);font-size:1.08rem;line-height:1.55}.enc-section{margin:0 0 1.75rem}.enc-section>h2{margin:0 0 .75rem;font-size:1.28rem}.enc-section>p{color:var(--fb-ink-soft);line-height:1.55}.enc-features{margin:0;padding-left:1.2rem;color:var(--fb-ink-soft);line-height:1.55}.enc-features li{margin:.4rem 0}.enc-phase{margin:0 0 1rem;padding:1.1rem 1.2rem;background:var(--fb-surface);border:1px solid var(--fb-line);border-radius:var(--radius)}.enc-phase h3{margin:0 0 .55rem;font-size:1.05rem}.enc-phase ol,.enc-phase p{color:var(--fb-ink-soft);line-height:1.55}.enc-phase ol{margin:0 0 .75rem;padding-left:1.2rem}.enc-phase li{margin:.35rem 0}.enc-phase .btn{margin-top:.25rem}.enc-contact{margin:0;padding:1rem 1.15rem;background:var(--fb-bg-alt);border-radius:var(--radius);color:var(--fb-ink-soft)}.crypt-demo-page .fbconf-cta .products-actions{flex-shrink:0}.crypt-demo-page .fbconf-table-wrap{margin:.75rem 0 .25rem}.crypt-demo-page .enc-section>h3{margin:1.1rem 0 .55rem;font-size:1.05rem}.crypt-demo-toc{margin:0 0 1.75rem;padding:1rem 1.15rem;background:var(--fb-surface);border:1px solid var(--fb-line)}.crypt-demo-toc h2{margin:0 0 .55rem;font-size:1rem}.crypt-demo-toc ol{margin:0;padding-left:1.2rem;color:var(--fb-ink-soft);line-height:1.55}.crypt-demo-toc li{margin:.3rem 0}.crypt-demo-toc a{font-weight:600}.crypt-demo-code{margin:.35rem 0 .75rem;padding:.75rem .9rem;overflow-x:auto;background:var(--fb-bg-alt);border:1px solid var(--fb-line);border-radius:6px;font-size:.85rem;line-height:1.45}.crypt-demo-code code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;white-space:pre}.crypt-demo-shots{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1rem 0 0}.crypt-demo-shots .freetools-shot{margin:0}.crypt-demo-page .freetools-shot{margin:1rem 0 0}.hqcenter-page .fbconf-cta .products-actions{flex-shrink:0}.hqcenter-lead{margin:0 0 1.35rem;max-width:48rem;color:var(--fb-ink-soft);font-size:1.08rem;line-height:1.55}.hqcenter-toc{margin:0 0 1.75rem;padding:1rem 1.15rem;background:var(--fb-surface);border:1px solid var(--fb-line);border-radius:var(--radius)}.hqcenter-toc h2{margin:0 0 .55rem;font-size:1.05rem}.hqcenter-toc ul{margin:0;padding-left:1.15rem;color:var(--fb-ink-soft)}.hqcenter-toc li{margin:.3rem 0}.hqcenter-section{margin:0 0 1.75rem}.hqcenter-section>h2{margin:0 0 .75rem;font-size:1.28rem}.hqcenter-section>h3{margin:1.1rem 0 .45rem;font-size:1.05rem}.hqcenter-section>p,.hqcenter-section>ul,.hqcenter-section>ol{color:var(--fb-ink-soft);line-height:1.55}.hqcenter-section li{margin:.35rem 0}.hqcenter-section img{display:block;width:100%;max-width:100%;height:auto;border:1px solid var(--fb-line);border-radius:var(--radius);background:var(--fb-surface)}.hqcenter-section img.hqcenter-popup{width:50%}.hqcenter-note{margin:1rem 0 0;padding:.85rem 1rem;background:var(--fb-bg-alt);border-radius:var(--radius)}.hqcenter-page .firstaid-video{margin:1rem 0 .25rem}.hqcenter-page .fbconf-table-wrap{margin:.75rem 0 1rem}.hqcenter-shot{margin:.85rem 0 1rem}.hqcenter-shot img{display:block;max-width:100%;height:auto;border:1px solid var(--fb-line);border-radius:var(--radius);background:var(--fb-surface)}.hqcenter-shot figcaption{margin-top:.45rem;color:var(--fb-muted);font-size:.92rem}.recovery-lead{margin:0 0 1.35rem;max-width:48rem;color:var(--fb-ink-soft);font-size:1.08rem;line-height:1.55}.recovery-section{margin:0 0 1.75rem}.recovery-section>h2{margin:0 0 .75rem;font-size:1.28rem}.recovery-section>h3{margin:1.15rem 0 .55rem;font-size:1.08rem}.recovery-section>p{color:var(--fb-ink-soft);line-height:1.55}.recovery-service-page .fbconf-cta .products-actions{flex-shrink:0}.recovery-service-page .fbconf-table-wrap{margin:.75rem 0 1.25rem}.library-lead{margin:0 0 1.35rem;max-width:46rem;color:var(--fb-ink-soft);font-size:1.08rem;line-height:1.55}.library-topics{margin:0 0 1.75rem;padding:1.1rem 1.2rem 1.2rem;background:var(--fb-surface);border:1px solid var(--fb-line);border-radius:var(--radius)}.library-topics h2{margin:0 0 .75rem;font-size:1.15rem}.library-topics ul{display:flex;flex-wrap:wrap;gap:.45rem .55rem;list-style:none;margin:0;padding:0}.library-topics li{margin:0}.library-topics a{display:inline-block;padding:.35rem .7rem;background:var(--fb-bg-alt);border:1px solid var(--fb-line);border-radius:var(--radius);color:var(--fb-ink);font-size:.9rem;font-weight:600;text-decoration:none}.library-topics a:hover{border-color:var(--fb-link);color:var(--fb-link)}.library-page .content>h2,.library-page h2{margin-top:1.75rem;padding-top:.35rem;border-top:1px solid var(--fb-line)}.library-page .library-topics h2,.library-page .fbconf-cta+.library-topics h2{margin-top:0;padding-top:0;border-top:0}.library-page h2:first-of-type{border-top:0;padding-top:0}.opt-lead{margin:0 0 1.5rem;max-width:46rem;color:var(--fb-ink-soft);font-size:1.08rem;line-height:1.55}.opt-offer{margin:0 0 1.5rem;padding:1.25rem 1.35rem 1.35rem;background:var(--fb-surface);border:1px solid var(--fb-line);border-radius:var(--radius)}.opt-offer--full{border-left:4px solid var(--fb-btn)}.opt-offer__badge{margin:0 0 .35rem;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--fb-muted)}.opt-offer__head h2{margin:0 0 .35rem;font-size:1.28rem}.opt-offer__price{margin:0 0 .85rem;font-size:1.45rem;font-weight:800;letter-spacing:-.03em;color:var(--fb-ink)}.opt-offer__price span{display:inline-block;margin-left:.35rem;font-size:.92rem;font-weight:600;color:var(--fb-muted)}.opt-offer>p{color:var(--fb-ink-soft);line-height:1.55}.opt-offer__note{margin-top:.75rem!important;font-size:.92rem;color:var(--fb-muted)!important}.opt-offer h3{margin:1.15rem 0 .55rem;font-size:1.05rem}.opt-deliverables{margin:0 0 .85rem;padding-left:1.2rem;color:var(--fb-ink-soft)}.opt-deliverables li{margin:.4rem 0;line-height:1.5}.opt-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:1rem 0 1.15rem}.opt-step{margin:0;padding:.9rem 1rem;background:var(--fb-bg-alt);border-radius:var(--radius)}.opt-step h3{margin:0 0 .35rem;font-size:.98rem}.opt-step p{margin:0;color:var(--fb-ink-soft);font-size:.92rem;line-height:1.45}.opt-fee{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin:.5rem 0}.opt-fee__vat{color:var(--fb-muted);font-size:.9rem}.opt-cta{margin:.5rem 0 0;padding:1.1rem 1.25rem;background:var(--fb-bg-alt);border-radius:var(--radius)}.opt-cta strong{display:block;margin-bottom:.3rem;color:var(--fb-ink)}.opt-cta p{margin:0;color:var(--fb-ink-soft)}.fbconf-lead{margin:0 0 1.35rem;max-width:46rem;color:var(--fb-ink-soft);font-size:1.08rem;line-height:1.55}.fbconf-cta{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;margin:0 0 1.75rem;padding:1.15rem 1.3rem;background:var(--fb-bg-alt);border:1px solid var(--fb-line);border-left:4px solid var(--fb-btn);border-radius:var(--radius)}.fbconf-cta strong{display:block;margin-bottom:.25rem;color:var(--fb-ink)}.fbconf-cta p{margin:0;color:var(--fb-ink);font-size:.95rem;line-height:1.5}.fbconf-cta .btn{flex-shrink:0;white-space:nowrap}.fbconf-version{margin:0 0 1.75rem;padding:1.15rem 1.25rem 1.25rem;background:var(--fb-surface);border:1px solid var(--fb-line);border-radius:var(--radius)}.fbconf-version>h2{margin:0 0 .55rem;font-size:1.28rem}.fbconf-version>p{margin:0 0 1rem;color:var(--fb-ink-soft)}.fbconf-arch{margin:0 0 1rem;padding:.95rem 1.05rem;background:var(--fb-bg-alt);border-radius:var(--radius)}.fbconf-arch:last-child{margin-bottom:0}.fbconf-arch h3{margin:0 0 .4rem;font-size:1.05rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.fbconf-recommended{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--fb-btn);background:rgba(58,95,122,.12);padding:.2rem .45rem;border-radius:999px}.fbconf-arch>p{margin:0 0 .65rem;color:var(--fb-ink-soft);font-size:.95rem;line-height:1.5}.fbconf-downloads{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}.fbconf-downloads li{display:grid;gap:.2rem;padding:.65rem .75rem;background:var(--fb-surface);border:1px solid var(--fb-line);border-radius:6px;font-size:.94rem}.fbconf-downloads__label{color:var(--fb-muted);font-size:.84rem;font-weight:600}.fbconf-downloads--compact{gap:.2rem}.fbconf-downloads--compact li{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem;padding:.28rem 0;background:0 0;border:0;border-radius:0;border-bottom:1px solid var(--fb-line);font-size:.92rem}.fbconf-downloads--compact li:last-child{border-bottom:0}.fbconf-downloads--compact .fbconf-downloads__label{min-width:6.5rem;color:var(--fb-ink)}.fbconf-howto{margin:0 0 1.75rem;padding:1.15rem 1.25rem;background:var(--fb-surface);border:1px solid var(--fb-line);border-radius:var(--radius)}.fbconf-howto h2{margin:0 0 .65rem;font-size:1.28rem}.fbconf-howto h3{margin:1rem 0 .45rem;font-size:1.05rem}.fbconf-howto ol,.fbconf-howto ul{color:var(--fb-ink-soft);line-height:1.55}.fbconf-howto li{margin:.35rem 0}.fbconf-callout{margin:1rem 0;padding:.95rem 1.05rem;background:var(--fb-bg-alt);border-left:4px solid var(--fb-teal);border-radius:var(--radius)}.fbconf-callout strong{display:block;margin-bottom:.35rem;color:var(--fb-ink)}.fbconf-callout p{margin:.35rem 0;color:var(--fb-ink-soft);font-size:.95rem}.fbconf-table-wrap{overflow-x:auto;margin-top:.75rem}.fbconf-table-wrap table{width:100%;border-collapse:collapse;font-size:.92rem;background:var(--fb-surface)}.fbconf-table-wrap th,.fbconf-table-wrap td{border:1px solid var(--fb-line);padding:.55rem .7rem;text-align:left;vertical-align:top}.fbconf-table-wrap th{background:var(--fb-bg-alt)}.calc-options .price-card .btn{margin-top:.25rem}.calc-api-langs{display:flex;flex-wrap:wrap;gap:.45rem 1.1rem;list-style:none;margin:.75rem 0 0;padding:0}.calc-api-langs li{margin:0}.calc-api-langs a{font-weight:600}.fbconf-telegram{margin:0;padding:1rem 1.15rem;background:var(--fb-bg-alt);border-radius:var(--radius);color:var(--fb-ink-soft)}.fbconf-telegram p{margin:0;color:var(--fb-ink-soft)}@media(max-width:720px){.fbconf-cta{flex-direction:column;align-items:stretch}.fbconf-cta .btn{width:100%;text-align:center}.plans-quote-calc{grid-template-columns:1fr;max-width:none}.plans-quote-calc .btn{width:100%}.migrate-calc__row{grid-template-columns:1fr;max-width:none}.migrate-calc__row .btn{width:100%}.migrate-calc__footer{flex-direction:column;align-items:stretch}.migrate-calc__footer .btn{width:100%}.firstaid-howto__grid{grid-template-columns:1fr}.firstaid-guides{aspect-ratio:auto;max-height:none}.firstaid-guides__list li{grid-template-columns:5rem auto auto auto}.undelete-howto__grid{grid-template-columns:1fr}.undelete-side{aspect-ratio:auto;max-height:none}.freetools-shots,.crypt-demo-shots{grid-template-columns:1fr}}@media(max-width:900px){.customer-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.partner-grid{grid-template-columns:1fr}.contacts-about{grid-template-columns:1fr}.contact-channel-grid{grid-template-columns:1fr}.price-grid,.price-grid--3,.service-grid,.service-grid--2,.service-grid--3{grid-template-columns:1fr}.migrate-stats{grid-template-columns:1fr}.opt-steps{grid-template-columns:1fr}}@media(max-width:720px){.linkedin-invite,.contacts-primary{flex-direction:column;align-items:stretch}.linkedin-invite__btn,.contacts-primary__actions .btn{width:100%;text-align:center}.customer-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.news-strip,.news-list-section{padding:1.5rem 0 3rem;background:var(--fb-bg-news);border-top:1px solid var(--fb-line)}.section-head{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1.25rem}.section-head h2,.section-head h5{margin:0;font-size:1.15rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.custom-green{color:var(--fb-teal)!important;font-weight:600;font-size:.78rem;text-transform:uppercase}.news-item{display:grid;grid-template-columns:96px 1fr;gap:1rem;padding:1.1rem 0;border-bottom:1px solid var(--fb-line)}.news-thumb{width:96px;height:72px;border-radius:6px;overflow:hidden;background:var(--fb-btn);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.75rem}.news-meta{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.25rem}.news-date{color:var(--fb-muted);font-size:.88rem;display:inline-flex;align-items:center;gap:.3rem}.news-item h2,.news-item h3{margin:0 0 .35rem;font-size:1.1rem;font-weight:600}.news-item h2 a,.news-item h3 a{color:var(--fb-ink)}.news-item h2 a:hover,.news-item h3 a:hover{color:var(--fb-teal)}.news-item .summary{margin:0;color:var(--fb-muted);font-size:.95rem}.news-preview{list-style:none;padding:0;margin:0}.news-preview .news-item{background:0 0}.page .news-list{background:0 0}.page .news-list .news-item{grid-template-columns:1fr;padding:1.35rem 0}.back-link{margin-top:2rem}.sitemap-page .page-lead{margin:.35rem 0 0;color:var(--fb-muted);font-size:1.05rem;max-width:40rem}.sitemap-empty{color:var(--fb-muted)}.sitemap-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem 1.5rem;margin:1.75rem 0 2.5rem;align-items:start}.sitemap-group{background:var(--fb-surface);border:1px solid var(--fb-line);border-radius:var(--radius);padding:1.1rem 1.2rem 1.15rem;box-shadow:var(--shadow)}.sitemap-group__title{margin:0 0 .65rem;font-size:1.05rem;line-height:1.3;letter-spacing:-.01em}.sitemap-group__title a{color:var(--fb-ink);text-decoration:none;font-weight:700}.sitemap-group__title a:hover{color:var(--fb-teal)}.sitemap-group__list{list-style:none;margin:0;padding:0;display:grid;gap:.28rem}.sitemap-group__list:empty{display:none}.sitemap-group__item a{display:block;color:var(--fb-ink-soft);font-size:.92rem;line-height:1.4;text-decoration:none;padding:.15rem 0;border-radius:4px}.sitemap-group__item a:hover{color:var(--fb-teal)}.sitemap-group__item.depth-2{padding-left:0}.sitemap-group__item.depth-3{padding-left:.85rem}.sitemap-group__item.depth-4{padding-left:1.7rem}.sitemap-group__item.depth-3 a,.sitemap-group__item.depth-4 a{color:var(--fb-muted);font-size:.88rem}.sitemap-section{padding:2rem 0 3rem;background:var(--fb-bg-alt);border-top:1px solid var(--fb-line)}.sitemap-title{margin-top:0;font-size:1.1rem;text-transform:uppercase;letter-spacing:.04em}.sitemap-tree{list-style:none;padding:0;margin:0;columns:2;column-gap:2rem}.sitemap-tree li{break-inside:avoid;margin:.18rem 0}.sitemap-tree a{color:var(--fb-ink-soft);font-size:.92rem}.sitemap-tree a:hover{color:var(--fb-teal)}.sitemap-tree .depth-1{font-weight:700;margin-top:.7rem;color:var(--fb-ink)}.sitemap-tree .depth-2{padding-left:.75rem}.sitemap-tree .depth-3{padding-left:1.5rem}.sitemap-tree .depth-4{padding-left:2.25rem}.search-box input{width:100%;font:inherit;height:50px;padding:0 1rem;border-radius:var(--radius);border:0;background:var(--fb-input)}.search-box input:focus{outline:2px solid rgba(58,95,122,.35);background:#fff}.search-results{margin-top:1.25rem}.search-hit{display:block;padding:1rem;margin-bottom:.65rem;background:var(--fb-surface);border:1px solid var(--fb-line);border-radius:6px;color:inherit}.search-hit:hover{border-color:var(--fb-btn);background:var(--fb-soft-blue);text-decoration:none}.search-hit h3{margin:0 0 .3rem;font-size:1.05rem;color:var(--fb-ink)}.search-hit p{margin:0;color:var(--fb-muted);font-size:.92rem}.search-hit mark{background:rgba(58,95,122,.14);color:var(--fb-btn-dark);padding:0 .15em}.error-404{text-align:center;padding:3.5rem 0 1.5rem}.error-404 h1{font-size:4rem;margin:0;color:var(--fb-ink)}.site-form{display:grid;gap:1rem;max-width:36rem}.site-form .form-field{display:grid;gap:.35rem}.site-form label{font-weight:600;color:var(--fb-ink);font-size:.92rem}.site-form input,.site-form textarea,.site-form select{font:inherit;padding:.65rem .85rem;border:1px solid var(--fb-line);border-radius:var(--radius);background:var(--fb-surface);color:var(--fb-text)}.site-form textarea{min-height:8rem;resize:vertical}.site-form .hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.site-form .form-status{margin:0;font-size:.95rem}.site-form .form-status.is-success{color:var(--fb-teal-dark)}.site-form .form-status.is-error{color:#a11818}.mt-notice{background:var(--fb-soft-blue);border-bottom:1px solid var(--fb-soft-blue-border);padding:.65rem 0;font-size:.92rem;color:var(--fb-ink-soft)}.mt-notice a{font-weight:600}.cookie-notice{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:1000;max-width:480px;margin-inline:auto;background:var(--fb-ink);color:rgba(255,255,255,.9);border-radius:8px;padding:1rem 1.15rem;box-shadow:0 12px 40px rgba(42,50,56,.35);display:none;align-items:center;justify-content:space-between;gap:1rem}.cookie-notice.is-visible{display:flex}.cookie-notice p{margin:0;font-size:.9rem}.cookie-notice button{flex-shrink:0;border:0;border-radius:var(--radius);background:var(--fb-btn);color:#fff;font:inherit;font-weight:600;padding:.55rem 1rem;cursor:pointer}.cookie-notice button:hover{background:var(--fb-btn-dark)}.home-matrix{padding:1.5rem 0 2.25rem;background:var(--fb-bg)}.home-matrix__preview-note{margin:0 0 1rem;padding:.55rem .85rem;background:var(--fb-bg-alt);border:1px dashed var(--fb-line);border-radius:var(--radius);color:var(--fb-muted);font-size:.88rem}.home-matrix__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.home-matrix__card{display:flex;flex-direction:column;margin:0;padding:1.2rem 1.25rem 1.3rem;background:var(--fb-surface);border:1px solid var(--fb-line);border-radius:var(--radius);box-shadow:var(--shadow)}.home-matrix__card--wide{grid-column:1/-1}.home-matrix__card--accent{border-left:4px solid var(--fb-btn)}.home-matrix__card--calc{border-left:4px solid var(--fb-link)}.home-matrix__card--product{display:grid;grid-template-columns:96px 1fr;gap:1rem;align-items:stretch;height:100%;padding:1.15rem 1.2rem}.home-matrix__kicker{margin:0 0 .35rem;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--fb-muted)}.home-matrix__card h2{margin:0 0 .55rem;font-size:1.15rem}.home-matrix__card h2 a{color:var(--fb-ink);text-decoration:none;font-weight:700}.home-matrix__card h2 a:hover{color:var(--fb-link)}.home-matrix__card>p:not(.home-matrix__kicker),.home-matrix__body>p:not(.home-matrix__kicker){margin:0 0 .95rem;color:var(--fb-ink-soft);font-size:.95rem;line-height:1.5;flex:1}.home-matrix__link{align-self:flex-start;font-weight:700;font-size:.92rem}.home-matrix__media{display:flex;align-items:center;justify-content:center;min-height:72px}.home-matrix__media img{max-width:100%;height:auto;object-fit:contain}.home-matrix__body{display:flex;flex-direction:column;min-width:0}.home-matrix__card--product .home-matrix__body{display:grid;grid-template-rows:auto auto 1fr auto;align-self:stretch;height:100%}.home-matrix__body .btn,.home-matrix__card>.btn{align-self:flex-start}.home-matrix__card--product .home-matrix__body .btn{align-self:start;margin-top:0}.home-matrix__actions{display:flex;flex-wrap:wrap;gap:.55rem}.home-matrix__card--product .home-matrix__body>p:not(.home-matrix__kicker){margin-bottom:.95rem}@media(max-width:960px){.home-matrix__grid{grid-template-columns:1fr}.home-matrix__card--wide{grid-column:auto}.home-matrix__card--product{grid-template-columns:72px 1fr}}.site-footer{background:var(--fb-ink);color:rgba(255,255,255,.72);padding:3rem 0 1.5rem;margin-top:0}.site-footer a{color:rgba(255,255,255,.78)}.site-footer a:hover{color:#fff}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:2rem;margin-bottom:1.75rem}.footer-brand{font-size:1.35rem;font-weight:700;color:#fff;letter-spacing:-.02em}.footer-list{list-style:none;padding:0;margin:0}.footer-list li{margin:.35rem 0}.site-footer h3{color:#fff;font-size:.85rem;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.05em}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1rem;font-size:.88rem}@media(max-width:1100px){.sitemap-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:960px){.hero-grid,.grid-4,.footer-grid,.product-pair,.product-block--hqbird,.product-block--feature{grid-template-columns:1fr}.product-block--hqbird .product-block__media,.product-block--feature .product-block__media{border-right:0;border-bottom:1px solid var(--fb-line)}.sitemap-tree{columns:1}.sitemap-grid{grid-template-columns:1fr}.header-main-inner{flex-wrap:wrap;min-height:64px}.header-search{max-width:none;width:100%;order:4}.nav-toggle{display:block}.site-nav{display:none;width:100%;order:3;padding:.5rem 0 .75rem;border-top:1px solid var(--fb-line)}.site-nav.is-open{display:block}.site-nav ul{flex-direction:column;justify-content:flex-start}.site-nav a{border-radius:8px}.site-nav .nav-sub{display:none;position:static;box-shadow:none;border:0;padding:0 0 0 .75rem;min-width:0;max-width:none}.site-nav .has-children.is-open>.nav-sub,.site-nav .has-children:focus-within>.nav-sub{display:flex}.news-item{grid-template-columns:1fr}.news-thumb{width:100%;height:100px}.cookie-notice{flex-direction:column;align-items:stretch}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}}