:root{--hx-bg:#fff;--hx-bg-elevated:#f8fafc;--hx-bg-card:#fff;--hx-border-subtle:#e2e8f0;--hx-border:#cbd5e1;--hx-text:#0f172a;--hx-text-muted:#64748b;--hx-text-subtle:#94a3b8;--hx-primary:#6366f1;--hx-primary-dark:#4f46e5;--hx-primary-light:#818cf8;--hx-primary-soft:rgba(99,102,241,.1);--hx-primary-glow:rgba(99,102,241,.2);--hx-accent:#8b5cf6;--hx-accent-dark:#7c3aed;--hx-accent-light:#a78bfa;--hx-accent-soft:rgba(139,92,246,.1);--hx-success:#10b981;--hx-warning:#f59e0b;--hx-error:#ef4444;--hx-info:#3b82f6;--hx-space-1:6px;--hx-space-2:12px;--hx-space-3:24px;--hx-space-4:48px;--hx-space-5:96px;--hx-radius-btn:8px;--hx-radius-card:12px;--hx-radius-card-sm:10px;--hx-radius-md:8px;--hx-radius-sm:6px;--hx-shadow-sm:0 1px 2px rgba(15,23,42,.04);--hx-shadow-md:0 2px 8px rgba(15,23,42,.06);--hx-shadow-lg:0 4px 16px rgba(15,23,42,.08);--hx-shadow-card:0 2px 8px rgba(15,23,42,.06);--hx-shadow-card-hover:0 8px 24px rgba(15,23,42,.1);--hx-ease-out:cubic-bezier(0.33,1,0.68,1);--hx-ease-in-out:cubic-bezier(0.65,0,0.35,1);--hx-duration:0.3s}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}@keyframes hx-fade-up{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes hx-scale-in{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes hx-spin{to{transform:translateY(-50%) rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.hx-animate-fade-up{opacity:0;animation:hx-fade-up .4s var(--hx-ease-out) forwards}.hx-animate-stagger-1{animation-delay:.05s}.hx-animate-stagger-2{animation-delay:.1s}.hx-animate-stagger-3{animation-delay:.15s}.hx-animate-stagger-4{animation-delay:.2s}.hx-animate-stagger-5{animation-delay:.25s}body.hx-body{margin:0;min-height:100vh;background:var(--hx-bg);color:var(--hx-text);font-family:var(--font-inter),"Inter",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;position:relative;overflow-x:hidden;line-height:1.6}.hx-bg-blobs,.hx-bg-mesh{display:none}.hx-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:var(--hx-bg);border-bottom:1px solid var(--hx-border-subtle)}.hx-header-inner{max-width:1280px;margin:0 auto;padding:8px var(--hx-space-4);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:var(--hx-space-3);gap:var(--hx-space-3);grid-row-gap:0;row-gap:0}.hx-header-inner .hx-logo{grid-column:1;justify-self:start}.hx-header-inner .hx-nav{grid-column:2;justify-self:center;flex-wrap:nowrap;gap:10px}.hx-header-inner .hx-nav-actions{grid-column:3;justify-self:end;margin-left:0;flex-wrap:nowrap}.hx-logo{display:flex;align-items:center;text-decoration:none;transition:opacity var(--hx-duration) var(--hx-ease-out)}.hx-logo:hover{opacity:.85}.hx-logo:focus-visible{outline:2px solid var(--hx-primary);outline-offset:4px}.hx-logo-img{width:min(252px,68vw);max-width:100%;height:auto;object-fit:contain;object-position:left center;display:block}.hx-logo-img--footer{width:min(168px,70vw);max-width:100%;height:auto}.hx-logo-img--dashboard{width:min(152px,85%);max-width:100%;height:auto;margin-bottom:4px}@media (max-width:640px){.hx-logo-img{width:min(210px,72vw);height:auto}.hx-logo-img--footer{width:min(148px,75vw);height:auto}.hx-logo-img--dashboard{width:min(136px,88%);height:auto}}.hx-logo-text{font-family:var(--font-heading),"Plus Jakarta Sans",system-ui,sans-serif;font-weight:800;letter-spacing:-.02em;font-size:1.1rem;background:linear-gradient(135deg,var(--hx-primary) 0,var(--hx-accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hx-nav{display:flex;gap:var(--hx-space-2);font-size:.9rem;flex-wrap:wrap;justify-content:center}.hx-nav a{color:var(--hx-text-muted);text-decoration:none;padding:var(--hx-space-1) var(--hx-space-2);border-radius:var(--hx-radius-md);transition:all var(--hx-duration) var(--hx-ease-in-out)}.hx-nav a:hover{color:var(--hx-text);background:var(--hx-primary-soft)}.hx-nav a:focus-visible{outline:2px solid var(--hx-primary);outline-offset:2px}.hx-nav-actions{display:flex;gap:var(--hx-space-2);align-items:center;flex-wrap:wrap}.hx-nav-mobile-toggle{display:none;align-items:center;justify-content:center;width:44px;min-height:44px;padding:0;background:none;border:none;border-radius:var(--hx-radius-md);color:var(--hx-text);cursor:pointer;transition:background var(--hx-duration) var(--hx-ease-out)}.hx-nav-mobile-toggle:hover{background:var(--hx-primary-soft);color:var(--hx-primary)}.hx-nav-mobile-toggle:focus-visible{outline:2px solid var(--hx-primary);outline-offset:2px}.hx-nav-mobile{display:none;position:fixed;inset:0;top:70px;z-index:25;background:var(--hx-bg);overflow-y:auto;opacity:0;visibility:hidden;transition:opacity var(--hx-duration) var(--hx-ease-out),visibility var(--hx-duration) var(--hx-ease-out)}.hx-nav-mobile--open{opacity:1;visibility:visible}.hx-nav-mobile-inner{display:flex;flex-direction:column;gap:0;padding:var(--hx-space-4)}.hx-nav-mobile-link{display:block;padding:14px 0;font-size:1rem;font-weight:500;color:var(--hx-text);text-decoration:none;border-bottom:1px solid var(--hx-border-subtle);transition:color var(--hx-duration) var(--hx-ease-out)}.hx-nav-mobile-link:hover{color:var(--hx-primary)}.hx-nav-mobile-link--primary{color:var(--hx-primary);font-weight:600}.hx-nav-mobile-cta{margin-top:var(--hx-space-3);width:100%;justify-content:center;min-height:48px;font-size:1rem}.hx-link-muted{color:var(--hx-text-muted);text-decoration:none;font-size:.86rem;transition:all var(--hx-duration) var(--hx-ease-in-out);border-bottom:1px solid transparent}.hx-link-muted:hover{color:var(--hx-primary);border-bottom-color:var(--hx-primary)}.hx-link-muted:focus-visible{outline:2px solid var(--hx-primary);outline-offset:2px}a:not(.hx-btn):not(.hx-link-muted):not(.hx-footer-links a):not(.hx-nav a){color:var(--hx-primary);text-decoration:none;transition:all var(--hx-duration) var(--hx-ease-in-out);border-bottom:1px solid transparent;font-weight:500}a:not(.hx-btn):not(.hx-link-muted):not(.hx-footer-links a):not(.hx-nav a):hover{color:var(--hx-primary-light);border-bottom-color:var(--hx-primary)}div a:not(.hx-btn):not(.hx-link-muted),li a,p a{color:var(--hx-primary);text-decoration:none;border-bottom:1px solid transparent;transition:all var(--hx-duration) var(--hx-ease-in-out);font-weight:500}div a:not(.hx-btn):not(.hx-link-muted):hover,li a:hover,p a:hover{color:var(--hx-primary-light);border-bottom-color:var(--hx-primary)}.hx-btn{border-radius:var(--hx-radius-btn);padding:10px 20px;border:1px solid transparent;font-size:.875rem;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:var(--hx-space-1);transition:all var(--hx-duration) var(--hx-ease-in-out);font-weight:600}.hx-btn:focus-visible{outline:2px solid var(--hx-primary);outline-offset:2px}.hx-btn-primary{background:var(--hx-primary);color:#fff;border:1px solid var(--hx-primary)}.hx-btn-primary:hover{background:var(--hx-primary-dark);opacity:.95}.hx-btn-secondary{background:transparent;border:1px solid var(--hx-border);color:var(--hx-text)}.hx-btn-secondary:hover{border-color:var(--hx-primary);color:var(--hx-primary);background:var(--hx-primary-soft)}.hx-main{width:100%;padding:var(--hx-space-4) var(--hx-space-3) var(--hx-space-4);position:relative;z-index:1}.hx-section{background:var(--hx-bg)}.hx-section,.hx-section-alt{width:100%;padding:var(--hx-space-5) 0}.hx-section-alt{background:var(--hx-bg-elevated)}.hx-section-compact{padding:var(--hx-space-3) 0!important}.hx-card{background:transparent;border:none;padding:var(--hx-space-4) 0}.hx-card-plan{background:var(--hx-bg-card);border:1px solid var(--hx-border-subtle);border-radius:var(--hx-radius-card);padding:var(--hx-space-4);box-shadow:var(--hx-shadow-card);transition:all var(--hx-duration) var(--hx-ease-in-out);display:flex;flex-direction:column;height:100%}.hx-card-plan:hover{transform:translateY(-2px);box-shadow:var(--hx-shadow-card-hover);border-color:var(--hx-border)}.hx-card-plan.hx-card-plan-highlight{border-left:3px solid var(--hx-primary);background:var(--hx-primary-soft)}.hx-card-feature{background:var(--hx-bg-card);border:1px solid var(--hx-border-subtle);border-radius:var(--hx-radius-card);padding:var(--hx-space-4);box-shadow:var(--hx-shadow-card);transition:all var(--hx-duration) var(--hx-ease-in-out)}.hx-card-feature:hover{transform:translateY(-2px);box-shadow:var(--hx-shadow-card-hover);border-color:var(--hx-border)}.hx-feature-title{font-size:1rem;font-weight:600;margin:0 0 var(--hx-space-1);color:var(--hx-text)}.hx-feature-desc{font-size:.875rem;color:var(--hx-text-muted);margin:0;line-height:1.5}.hx-card-faq{background:var(--hx-bg-card);border:1px solid var(--hx-border-subtle);border-radius:var(--hx-radius-card);padding:var(--hx-space-4);box-shadow:var(--hx-shadow-sm)}.hx-card-faq-question{font-size:1.125rem;font-weight:600;margin:0 0 var(--hx-space-2);color:var(--hx-text)}.hx-card-faq-answer{color:var(--hx-text-muted);margin:0;line-height:1.7}.hx-faq-grid{display:grid;grid-gap:var(--hx-space-3);gap:var(--hx-space-3);max-width:800px;margin:0 auto}.hx-faq-toggle{width:100%;padding:0;background:none;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:flex-start;gap:var(--hx-space-3)}.hx-faq-toggle .hx-card-faq-question{margin:0}.hx-faq-chevron{font-size:.75rem;color:var(--hx-primary);transition:transform .2s ease}.hx-card-faq .hx-card-faq-answer{margin-top:var(--hx-space-2)}.hx-card-support{background:var(--hx-bg-card);border:1px solid var(--hx-border-subtle);border-radius:var(--hx-radius-card);padding:var(--hx-space-4);box-shadow:var(--hx-shadow-card);transition:all var(--hx-duration) var(--hx-ease-in-out)}.hx-card-support:hover{transform:translateY(-2px);box-shadow:var(--hx-shadow-card-hover);border-color:var(--hx-border)}.hx-card-support-title{font-size:1rem;font-weight:600;margin:0 0 var(--hx-space-2);color:var(--hx-text)}.hx-card-support-desc{font-size:.9375rem;color:var(--hx-text-muted);margin:0;line-height:1.6}.hx-card-support-highlight{background:var(--hx-primary-soft);border-color:var(--hx-primary)}.hx-list-unstyled{list-style:none;padding:0;margin:0}.hx-jobs-list{display:grid;grid-gap:var(--hx-space-3);gap:var(--hx-space-3)}.hx-job-card{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:var(--hx-space-3);padding:var(--hx-space-4);background:var(--hx-bg-card);border:1px solid var(--hx-border-subtle);border-radius:var(--hx-radius-card);box-shadow:var(--hx-shadow-sm)}.hx-dashboard-layout{display:flex;min-height:100vh;background:var(--hx-bg-elevated)}.hx-dashboard-sidebar-toggle{display:none;position:fixed;bottom:24px;left:24px;z-index:40;width:56px;height:56px;border-radius:50%;background:var(--hx-primary);color:#fff;border:none;box-shadow:var(--hx-shadow-lg);cursor:pointer;align-items:center;justify-content:center;transition:transform var(--hx-duration) var(--hx-ease-out),box-shadow var(--hx-duration) var(--hx-ease-out)}.hx-dashboard-sidebar-toggle:hover{transform:scale(1.05);box-shadow:0 8px 24px rgba(99,102,241,.35)}.hx-dashboard-sidebar-toggle:focus-visible{outline:2px solid var(--hx-primary);outline-offset:2px}.hx-dashboard-sidebar-overlay{display:none;position:fixed;inset:0;z-index:35;background:rgba(15,23,42,.4);opacity:0;visibility:hidden;transition:opacity var(--hx-duration) var(--hx-ease-out),visibility var(--hx-duration) var(--hx-ease-out)}.hx-dashboard-sidebar-overlay--open{opacity:1;visibility:visible}.hx-dashboard-sidebar{width:280px;flex-shrink:0;background:var(--hx-bg-card);border-right:1px solid var(--hx-border-subtle);padding:32px 0;position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow-y:auto;display:flex;flex-direction:column}.hx-dashboard-sidebar-brand{padding:0 24px 32px;margin-bottom:0;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.hx-dashboard-sidebar-logo{text-decoration:none;display:flex;flex-direction:column;gap:2px}.hx-dashboard-sidebar-logo-text{font-family:var(--font-heading),"Plus Jakarta Sans",system-ui,sans-serif;font-weight:700;font-size:1.25rem;background:linear-gradient(135deg,var(--hx-primary) 0,var(--hx-accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hx-dashboard-sidebar-logo-sub{font-size:.7rem;color:var(--hx-text-muted);text-transform:uppercase;letter-spacing:.12em}.hx-dashboard-sidebar-close{display:none}.hx-dashboard-sidebar-nav{padding:0 16px;flex:1 1}.hx-dashboard-sidebar-link{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:var(--hx-radius-md);margin-bottom:4px;text-decoration:none;background:transparent;color:var(--hx-text-muted);font-weight:400;transition:all .2s;font-size:.9375rem}.hx-dashboard-sidebar-link:hover{background:var(--hx-bg-elevated);color:var(--hx-text)}.hx-dashboard-sidebar-link--active{background:var(--hx-primary-soft);color:var(--hx-primary);font-weight:600}.hx-dashboard-sidebar-link-icon{font-size:1.125rem;display:flex;align-items:center}.hx-dashboard-sidebar-link-label{flex:1 1}.hx-dashboard-sidebar-link-badge{padding:2px 8px;border-radius:12px;background:var(--hx-primary);color:#fff;font-size:.75rem;font-weight:600;min-width:20px;text-align:center}.hx-dashboard-sidebar-footer{padding:24px 16px;margin-top:auto;border-top:1px solid var(--hx-border-subtle)}.hx-dashboard-sidebar-user{margin-bottom:12px;font-size:.8125rem;color:var(--hx-text-muted)}.hx-dashboard-sidebar-email{font-size:.75rem;color:var(--hx-text-subtle);margin-bottom:16px}.hx-dashboard-sidebar-logout{width:100%;padding:10px 16px;background:var(--hx-bg-elevated);border:1px solid var(--hx-border-subtle);border-radius:var(--hx-radius-sm);color:var(--hx-text);cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s;min-height:44px}.hx-dashboard-sidebar-logout:hover{background:var(--hx-error);color:#fff;border-color:var(--hx-error)}.hx-dashboard-main{flex:1 1;padding:40px;max-width:1400px;width:100%}@media (max-width:1024px){.hx-dashboard-main{padding:24px 20px}}@media (max-width:768px){.hx-dashboard-sidebar-toggle{display:flex}.hx-dashboard-sidebar-overlay{display:block}.hx-dashboard-sidebar{position:fixed;top:0;left:0;height:100vh;z-index:36;width:280px;max-width:85vw;transform:translateX(-100%);transition:transform var(--hx-duration) var(--hx-ease-out);box-shadow:4px 0 24px rgba(15,23,42,.12)}.hx-dashboard-sidebar--open{transform:translateX(0)}.hx-dashboard-sidebar-brand{padding:24px;border-bottom:1px solid var(--hx-border-subtle)}.hx-dashboard-sidebar-close{display:flex;align-items:center;justify-content:center;width:44px;min-height:44px;padding:0;background:none;border:none;border-radius:var(--hx-radius-md);color:var(--hx-text);cursor:pointer;transition:background var(--hx-duration) var(--hx-ease-out)}.hx-dashboard-sidebar-close:hover{background:var(--hx-primary-soft);color:var(--hx-primary)}.hx-dashboard-main{padding:20px 16px 80px}}@media (max-width:480px){.hx-dashboard-sidebar{width:100%;max-width:100%}.hx-dashboard-main{padding:16px 12px 80px}}.hx-dashboard-loading{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:var(--hx-space-4)}.hx-dashboard-loading-inner{text-align:center}.hx-dashboard-loading-spinner{width:64px;height:64px;margin:0 auto var(--hx-space-4);display:flex;align-items:center;justify-content:center;background:var(--hx-primary-soft);border-radius:var(--hx-radius-lg);color:var(--hx-primary);animation:hx-pulse 1.5s ease-in-out infinite}@keyframes hx-pulse{0%,to{opacity:1}50%{opacity:.6}}.hx-dashboard-loading-text{font-size:1rem;font-weight:500;color:var(--hx-text);margin:0 0 var(--hx-space-2)}.hx-dashboard-loading-hint{font-size:.875rem;color:var(--hx-text-muted);margin:0}.hx-dashboard-loading-hint a{color:var(--hx-primary);text-decoration:none;font-weight:500}.hx-dashboard-loading-hint a:hover{text-decoration:underline}.hx-support-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:var(--hx-space-4)}.hx-steps-grid,.hx-support-grid{display:grid;gap:var(--hx-space-4)}.hx-steps-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:var(--hx-space-4);max-width:800px;margin:0 auto}.hx-step-item{text-align:center;padding:var(--hx-space-4) var(--hx-space-3)}.hx-step-number{width:48px;height:48px;border-radius:50%;background:var(--hx-primary-soft);color:var(--hx-primary);display:flex;align-items:center;justify-content:center;margin:0 auto var(--hx-space-3);font-weight:700;font-size:1.25rem}.hx-step-title{font-size:1rem;font-weight:600;margin:0 0 var(--hx-space-2);color:var(--hx-text)}.hx-step-desc{font-size:.875rem;color:var(--hx-text-muted);margin:0;line-height:1.5}.hx-card-product{background:var(--hx-bg-card);border:1px solid var(--hx-border-subtle);border-radius:var(--hx-radius-card);padding:var(--hx-space-4);box-shadow:var(--hx-shadow-card);transition:all var(--hx-duration) var(--hx-ease-in-out);text-decoration:none;display:block;color:inherit}.hx-card-product:hover{transform:translateY(-2px);box-shadow:var(--hx-shadow-card-hover);border-color:var(--hx-primary)}.hx-auth-stack{max-width:480px;margin:48px auto}.hx-auth-stack--narrow{max-width:420px}.hx-auth-container{max-width:480px;margin:0 auto}.hx-auth-container--narrow{max-width:420px}.hx-auth-header{text-align:center;margin-bottom:var(--hx-space-4)}.hx-auth-subtitle{color:var(--hx-text-muted);font-size:1rem;margin:0}.hx-auth-icon{width:64px;height:64px;border-radius:999px;margin:0 auto var(--hx-space-4);display:flex;align-items:center;justify-content:center;font-size:2rem}.hx-auth-icon-success{background:linear-gradient(135deg,var(--hx-success) 0,var(--hx-success) 100%)}.hx-auth-icon-error{background:var(--hx-error);color:#fff}.hx-auth-footer{margin-top:var(--hx-space-4);padding-top:var(--hx-space-4);border-top:1px solid var(--hx-border-subtle);text-align:center}.hx-auth-btn-full{width:100%;padding:14px 24px;font-size:1rem;font-weight:600}.hx-auth-center{text-align:center}.hx-card-auth{background:var(--hx-bg-card);border:1px solid var(--hx-border-subtle);border-radius:var(--hx-radius-card);padding:var(--hx-space-4);box-shadow:var(--hx-shadow-md)}.hx-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:var(--hx-space-4);gap:var(--hx-space-4)}.hx-card-blog{background:var(--hx-bg-card);border:1px solid var(--hx-border-subtle);border-radius:var(--hx-radius-card);padding:var(--hx-space-4);box-shadow:var(--hx-shadow-card);transition:all var(--hx-duration) var(--hx-ease-in-out);height:100%;display:flex;flex-direction:column}.hx-card-blog:hover{transform:translateY(-2px);box-shadow:var(--hx-shadow-card-hover);border-color:var(--hx-primary)}.hx-plans-grid{grid-template-columns:repeat(3,1fr);grid-gap:var(--hx-space-4)}.hx-features-grid,.hx-plans-grid{display:grid;gap:var(--hx-space-4)}.hx-features-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:var(--hx-space-4)}.hx-overline{font-family:ui-monospace,JetBrains Mono,Fira Code,monospace;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--hx-text-muted)}.hx-prose{max-width:720px}.hx-prose-center{margin:0 auto;text-align:center}.hx-overline-primary{color:var(--hx-primary);margin:0}.hx-plan-section{margin-bottom:var(--hx-space-5)}.hx-plan-section-header{margin-bottom:var(--hx-space-4)}.hx-plan-subtitle{font-size:.9375rem;color:var(--hx-text-muted);margin:0;line-height:1.6}.hx-hero-product{display:flex;gap:var(--hx-space-4);justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.hx-hero-product-content{flex:1 1;min-width:0}.hx-hero-price-block{text-align:right;flex-shrink:0}.hx-hero-price-label{font-size:.8rem;color:var(--hx-text-muted);margin:0 0 var(--hx-space-1)}.hx-hero-price-value{font-family:var(--font-heading),"Plus Jakarta Sans",system-ui,sans-serif;font-size:2rem;font-weight:700;color:var(--hx-text);margin:0 0 var(--hx-space-2)}.hx-hero-price-unit{font-size:.9rem;color:var(--hx-text-muted);font-weight:400}@media (max-width:640px){.hx-hero-product{flex-direction:column;align-items:stretch}.hx-hero-price-block{text-align:center;padding-top:var(--hx-space-2);border-top:1px solid var(--hx-border-subtle)}}.hx-prose-narrow{max-width:560px}.hx-stack{display:flex;flex-direction:column;gap:0;width:100%}.hx-footer{background:var(--hx-bg-elevated);padding:var(--hx-space-5) var(--hx-space-3) var(--hx-space-4);color:var(--hx-text-muted);position:relative;z-index:1;margin-top:var(--hx-space-3)}.hx-hero{min-height:85vh;display:flex;align-items:center;padding:var(--hx-space-5) 0;position:relative}.hx-hero-content{max-width:100%}.hx-hero-title{font-size:clamp(2.5rem,6vw,4rem)}.hx-hero-split{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,460px);grid-gap:clamp(var(--hx-space-3),4vw,var(--hx-space-5));gap:clamp(var(--hx-space-3),4vw,var(--hx-space-5));align-items:center;width:100%}.hx-marketing-hero-copy{text-align:left}.hx-marketing-hero-copy .hx-page-title{margin-top:0}@media (max-width:900px){.hx-marketing-hero-copy{text-align:center}.hx-marketing-hero-copy .hx-page-intro{margin-left:auto;margin-right:auto}}.hx-hero-illustration{position:relative;width:100%;max-width:460px;justify-self:end}.hx-hero-illustration-img{width:100%;height:auto;object-fit:contain;display:block;filter:drop-shadow(0 20px 48px rgba(15,23,42,.22))}@media (max-width:1024px) and (min-width:769px){.hx-hero-split{grid-template-columns:minmax(0,1fr) minmax(260px,360px)}.hx-hero-illustration{max-width:360px}}@media (max-width:768px){.hx-hero-split{grid-template-columns:1fr;gap:var(--hx-space-4)}.hx-hero-illustration{max-width:280px;justify-self:center}}@media (max-width:480px){.hx-hero-illustration{max-width:240px}}.hx-home-domain-section{padding:var(--hx-space-3) 0;border-top:1px solid var(--hx-border-subtle);background:linear-gradient(180deg,var(--hx-bg-elevated) 0,var(--hx-bg) 100%)}.hx-home-domain{max-width:560px;margin:0 auto;text-align:center}.hx-home-domain-eyebrow{margin:0 0 var(--hx-space-2);font-size:.6875rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--hx-text-subtle)}.hx-home-domain-bar{display:flex;align-items:center;gap:0;border-radius:999px;border:1px solid var(--hx-border-subtle);background:var(--hx-bg-card);box-shadow:var(--hx-shadow-sm);padding-right:6px;transition:border-color .2s ease,box-shadow .2s ease}.hx-home-domain-bar:focus-within{border-color:color-mix(in srgb,var(--hx-primary) 38%,var(--hx-border-subtle));box-shadow:0 0 0 3px var(--hx-primary-soft)}.hx-home-domain-bar-icon{display:flex;align-items:center;justify-content:center;padding-left:20px;color:var(--hx-text-muted);flex-shrink:0}.hx-home-domain-input{flex:1 1;min-width:0;border:none;background:transparent;padding:15px 14px 15px 10px;font-size:1rem;font-family:inherit;color:var(--hx-text);outline:none}.hx-home-domain-input::placeholder{color:var(--hx-text-subtle)}.hx-home-domain-spinner{flex-shrink:0;width:20px;height:20px;margin-right:16px;border:2px solid var(--hx-border-subtle);border-top-color:var(--hx-primary);border-radius:50%;animation:hx-spin .75s linear infinite}.hx-home-domain-hint{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px;margin-top:var(--hx-space-2);font-size:.8125rem;color:var(--hx-text-subtle)}.hx-home-domain-hint-dot{opacity:.45;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hx-home-domain-status{margin:var(--hx-space-2) 0 0;font-size:.875rem;line-height:1.5;color:var(--hx-text)}.hx-home-domain-status--muted{color:var(--hx-text-muted)}.hx-home-domain-status strong{color:var(--hx-text);font-weight:600}.hx-home-domain-results{list-style:none;margin:var(--hx-space-3) 0 0;padding:0;text-align:left;border:1px solid var(--hx-border-subtle);border-radius:var(--hx-radius-card-sm);overflow:hidden;background:var(--hx-bg-card);box-shadow:var(--hx-shadow-sm)}.hx-home-domain-row{display:flex;align-items:center;justify-content:space-between;gap:var(--hx-space-2);padding:14px 16px;border-bottom:1px solid var(--hx-border-subtle);margin:0}.hx-home-domain-row:last-child{border-bottom:none}.hx-home-domain-row-main{min-width:0;display:flex;flex-direction:column;gap:2px}.hx-home-domain-row-name{font-size:.9375rem;font-weight:600;color:var(--hx-text);word-break:break-word}.hx-home-domain-row-meta{font-size:.75rem;color:var(--hx-text-muted)}.hx-home-domain-cta{flex-shrink:0;padding:8px 16px;border-radius:999px;font-size:.8125rem;font-weight:600;text-decoration:none;color:var(--hx-primary);background:var(--hx-primary-soft);border:1px solid transparent;transition:background .15s ease,color .15s ease}.hx-home-domain-cta:hover{background:var(--hx-primary);color:#fff}.hx-home-domain-footer{margin-top:var(--hx-space-2)}.hx-home-domain-link-all{font-size:.8125rem;font-weight:500;color:var(--hx-text-muted);text-decoration:none;border-bottom:1px solid transparent;transition:color .15s ease,border-color .15s ease}.hx-home-domain-link-all:hover{color:var(--hx-primary);border-bottom-color:color-mix(in srgb,var(--hx-primary) 35%,transparent)}.hx-hero-gradient{position:absolute;top:-20%;right:-10%;width:60%;height:80%;background:radial-gradient(ellipse at center,var(--hx-primary-soft) 0,transparent 70%);pointer-events:none}.hx-footer-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:var(--hx-space-4);gap:var(--hx-space-4)}.hx-footer-section h3{font-family:var(--font-heading),"Plus Jakarta Sans",system-ui,sans-serif;font-size:.8125rem;font-weight:600;color:var(--hx-text);margin-bottom:var(--hx-space-2);text-transform:uppercase;letter-spacing:.2em}.hx-footer-links{display:flex;flex-direction:column;gap:var(--hx-space-1)}.hx-footer-links a{color:var(--hx-text-muted);text-decoration:none;font-size:.8125rem;transition:color var(--hx-duration) var(--hx-ease-out)}.hx-footer-links a:hover{color:var(--hx-text)}.hx-footer-social{max-width:1280px;margin:var(--hx-space-4) auto 0;padding-top:var(--hx-space-3);border-top:1px solid var(--hx-border-subtle)}.hx-footer-social-inner{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:var(--hx-space-3)}.hx-logo-footer{flex-shrink:0}.hx-footer-bottom{max-width:1280px;margin:var(--hx-space-3) auto 0;padding-top:var(--hx-space-3);border-top:1px solid var(--hx-border-subtle);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--hx-space-2);font-size:.8125rem}.hx-footer-bottom-links{display:flex;gap:var(--hx-space-3)}.hx-footer-bottom-links a{color:var(--hx-text-muted);text-decoration:none;transition:color var(--hx-duration) var(--hx-ease-out)}.hx-footer-bottom-links a:hover{color:var(--hx-text)}.hx-label{display:block;font-size:.8rem;color:var(--hx-text-muted);margin-bottom:var(--hx-space-1);font-weight:500}.hx-input,.hx-select{width:100%;padding:14px 18px;border-radius:var(--hx-radius-md);border:1px solid var(--hx-border-subtle);background:var(--hx-bg);color:var(--hx-text);font-size:.875rem;transition:all var(--hx-duration) var(--hx-ease-in-out);font-family:inherit}.hx-input:focus,.hx-select:focus{outline:none;border-color:var(--hx-primary);box-shadow:0 0 0 3px var(--hx-primary-soft);background:var(--hx-bg)}.hx-input::placeholder{color:var(--hx-text-muted);opacity:.6}.hx-auth-form{width:100%}.hx-auth-form .hx-input:invalid:not(:placeholder-shown){border-color:var(--hx-error)}.hx-auth-form .hx-input:valid:not(:placeholder-shown){border-color:var(--hx-success)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading),"Plus Jakarta Sans",system-ui,sans-serif;line-height:1.25;color:var(--hx-text);margin:0}h1{font-weight:800;letter-spacing:-.02em;font-size:clamp(2rem,5vw,3rem)}h2{font-weight:600;letter-spacing:-.01em;font-size:clamp(1.5rem,4vw,2rem)}h3{font-weight:500;font-size:clamp(1.125rem,2vw,1.375rem)}.hx-container{max-width:1280px;margin:0 auto;padding:0 var(--hx-space-3);width:100%}.hx-btn,a.hx-btn,button.hx-btn{min-height:44px}.hx-grid{display:grid;grid-gap:var(--hx-space-3);gap:var(--hx-space-3)}.hx-grid-2{grid-template-columns:repeat(2,1fr)}.hx-grid-3{grid-template-columns:repeat(3,1fr)}.hx-grid-4{grid-template-columns:repeat(4,1fr)}.hx-text-center{text-align:center}.hx-section-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:600;margin-bottom:var(--hx-space-2)}.hx-section-subtitle{font-size:1rem;color:var(--hx-text-muted);max-width:600px;margin:0 auto}.hx-page-title{font-family:var(--font-heading),"Plus Jakarta Sans",system-ui,sans-serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--hx-text);margin:0 0 var(--hx-space-2);line-height:1.2}.hx-page-intro{font-size:1rem;color:var(--hx-text-muted);line-height:1.7;margin:0 0 var(--hx-space-4);max-width:42rem}.hx-page-intro--tight{margin-bottom:var(--hx-space-3)}.hx-section-heading{font-family:var(--font-heading),"Plus Jakarta Sans",system-ui,sans-serif;font-size:1.25rem;font-weight:600;color:var(--hx-text);margin:0 0 var(--hx-space-3)}.hx-cta-block{padding:var(--hx-space-3) 0;text-align:center}.hx-cta-block-inner{max-width:560px;margin:0 auto}.hx-cta-block-title{font-family:var(--font-heading),"Plus Jakarta Sans",system-ui,sans-serif;font-size:1.25rem;font-weight:600;color:var(--hx-text);margin:0 0 var(--hx-space-2);line-height:1.3}.hx-cta-block-desc{font-size:.9375rem;color:var(--hx-text-muted);margin:0 0 var(--hx-space-3);line-height:1.6}.hx-cta-block-actions{display:flex;flex-wrap:wrap;gap:var(--hx-space-2);justify-content:center}.hx-legal-meta{font-size:.9rem;color:var(--hx-text-muted);margin:0 0 var(--hx-space-4)}.hx-prose-article{font-size:.9375rem;line-height:1.8;color:var(--hx-text)}.hx-prose-article h2{font-size:1.5rem;font-weight:700;margin-top:var(--hx-space-4)}.hx-prose-article h2,.hx-prose-article h3{font-family:var(--font-heading),"Plus Jakarta Sans",system-ui,sans-serif;margin-bottom:var(--hx-space-2);color:var(--hx-text)}.hx-prose-article h3{font-size:1.125rem;font-weight:600;margin-top:var(--hx-space-3)}.hx-prose-article p,.hx-prose-article ul{margin-bottom:var(--hx-space-3)}.hx-prose-article ul{padding-left:1.5rem}.hx-prose-article li{margin-bottom:var(--hx-space-1)}.hx-prose-article-callout{margin-top:var(--hx-space-4);padding:var(--hx-space-4);background:var(--hx-bg-elevated);border-radius:var(--hx-radius-md);border:1px solid var(--hx-border-subtle)}.hx-prose-article-callout p{margin:0;font-size:.875rem;color:var(--hx-text-muted);line-height:1.7}.hx-trust-bar{padding:var(--hx-space-3) 0!important;background:var(--hx-bg-elevated)!important}.hx-trust-bar-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--hx-space-2)}.hx-trust-bar-left{flex:0 0 auto}.hx-trust-eyebrow{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--hx-text-muted);margin-bottom:2px}.hx-trust-headline{font-family:var(--font-heading),"Plus Jakarta Sans",system-ui,sans-serif;font-weight:700;font-size:1.5rem;color:var(--hx-text);margin:0}.hx-trust-bar-center{display:flex;flex-direction:column;align-items:center;gap:4px}.hx-trust-stars{display:flex;gap:2px;align-items:center}.hx-trust-rating-text{font-size:.8125rem;color:var(--hx-text-muted);margin:0}.hx-trust-bar-right{flex:0 0 auto}.hx-trust-brand{font-size:.8125rem;color:var(--hx-text-muted)}.hx-tab-nav{display:flex;gap:var(--hx-space-1);margin-bottom:var(--hx-space-4);flex-wrap:wrap;border-bottom:1px solid var(--hx-border-subtle);padding-bottom:0}.hx-tab-btn{display:inline-flex;align-items:center;gap:var(--hx-space-1);padding:var(--hx-space-2) var(--hx-space-3);background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;font-size:.9rem;font-weight:500;color:var(--hx-text-muted);cursor:pointer;transition:all var(--hx-duration) var(--hx-ease-out);font-family:inherit}.hx-tab-btn:hover{color:var(--hx-text)}.hx-tab-btn-active{color:var(--hx-primary);border-bottom-color:var(--hx-primary)}.hx-tab-panel{margin-top:0}.hx-product-tabs-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--hx-space-4);gap:var(--hx-space-4)}.hx-card-product-tab{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--hx-space-3);padding:var(--hx-space-4);background:var(--hx-bg-card);border:1px solid var(--hx-border-subtle);border-radius:var(--hx-radius-card);box-shadow:var(--hx-shadow-card);text-decoration:none;color:inherit;transition:all var(--hx-duration) var(--hx-ease-in-out)}.hx-card-product-tab:hover{border-color:var(--hx-primary);box-shadow:var(--hx-shadow-card-hover)}.hx-card-product-tab-content{flex:1 1;min-width:0}.hx-card-product-tab-heading{font-size:1.125rem;font-weight:600;margin:0 0 var(--hx-space-1)}.hx-card-product-tab-desc{font-size:.9rem;color:var(--hx-text-muted);margin:0 0 var(--hx-space-2);line-height:1.5}.hx-card-product-tab-cta{display:inline-block;margin-top:var(--hx-space-1)}.hx-card-product-tab-arrow{flex-shrink:0;color:var(--hx-primary);font-size:1.25rem;font-weight:600}.hx-rtb-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:var(--hx-space-4);gap:var(--hx-space-4)}.hx-rtb-card{padding:var(--hx-space-4);background:var(--hx-bg-card);border:1px solid var(--hx-border-subtle);border-radius:var(--hx-radius-card);box-shadow:var(--hx-shadow-card);transition:all var(--hx-duration) var(--hx-ease-in-out)}.hx-rtb-card:hover{border-color:var(--hx-border);box-shadow:var(--hx-shadow-card-hover)}.hx-rtb-card-icon{display:flex;flex-direction:column;align-items:flex-start;gap:var(--hx-space-2)}.hx-rtb-card-icon-wrap{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--hx-radius-card-sm);background:var(--hx-primary-soft)}.hx-rtb-card-text{font-size:.9rem;color:var(--hx-text);margin:0;line-height:1.5}.hx-faq-list{max-width:720px;margin:0 auto}.hx-faq-item{border-bottom:1px solid var(--hx-border-subtle)}.hx-faq-item:last-child{border-bottom:none}.hx-faq-summary{display:flex;align-items:center;justify-content:space-between;gap:var(--hx-space-2);padding:var(--hx-space-3) 0;cursor:pointer;list-style:none;font-family:inherit}.hx-faq-summary::-webkit-details-marker{display:none}.hx-faq-question{font-size:1rem;font-weight:600;margin:0;flex:1 1;text-align:left}.hx-faq-chevron{flex-shrink:0;color:var(--hx-text-muted);transition:transform var(--hx-duration) var(--hx-ease-out)}.hx-faq-item[open] .hx-faq-chevron{transform:rotate(180deg)}.hx-faq-answer{padding:0 0 var(--hx-space-3);font-size:.9rem;color:var(--hx-text-muted);line-height:1.6}.hx-checkout-card{padding:var(--hx-space-3);background:var(--hx-bg-card);border:1px solid var(--hx-border-subtle);border-radius:var(--hx-radius-card);margin-bottom:var(--hx-space-3)}.hx-checkout-card-title{font-size:1.125rem;font-weight:600;margin:0 0 var(--hx-space-2);color:var(--hx-text)}.hx-checkout-card-desc{font-size:.875rem;color:var(--hx-text-muted);margin:0 0 var(--hx-space-3);line-height:1.5}.hx-checkout-fields,.hx-checkout-form-row{display:grid;grid-gap:var(--hx-space-2);gap:var(--hx-space-2)}.hx-checkout-fields{grid-template-columns:1fr}@media (min-width:480px){.hx-checkout-fields{grid-template-columns:1fr 1fr}}.hx-checkout-form-row{grid-template-columns:1fr 1fr;margin-bottom:18px}.hx-checkout-form-field{margin-bottom:16px}.hx-checkout-form-field:last-of-type{margin-bottom:20px}.hx-input-hint{display:block;font-size:.8125rem;color:var(--hx-text-muted);margin-top:4px}.hx-required{color:var(--hx-error)}.hx-checkout-product{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--hx-space-2);padding:var(--hx-space-2) 0;border-bottom:1px solid var(--hx-border-subtle);margin-bottom:var(--hx-space-2)}.hx-checkout-product-info h3{font-size:1rem;margin:0 0 4px}.hx-checkout-product-meta{font-size:.875rem;color:var(--hx-text-muted)}.hx-checkout-product-price{font-weight:600;color:var(--hx-text);white-space:nowrap}.hx-checkout-product-old{display:block;font-size:.8125rem;font-weight:400;color:var(--hx-text-muted);text-decoration:line-through}.hx-checkout-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:.875rem;color:var(--hx-text-muted)}.hx-checkout-row-value{font-weight:500;color:var(--hx-text)}.hx-checkout-total{display:flex;justify-content:space-between;align-items:center;padding:var(--hx-space-2) 0;margin-top:var(--hx-space-2);border-top:2px solid var(--hx-border-subtle);font-size:1rem;font-weight:600;color:var(--hx-text)}.hx-checkout-total-value{font-size:1.25rem;color:var(--hx-primary)}.hx-checkout-promo-success{display:flex;align-items:center;justify-content:space-between;gap:var(--hx-space-2);padding:12px 16px;background:linear-gradient(135deg,var(--hx-success) 0,#059669 100%);color:#fff;border-radius:var(--hx-radius-md);font-size:.875rem}.hx-checkout-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1.2fr);grid-gap:var(--hx-space-4);gap:var(--hx-space-4);align-items:start}@media (max-width:968px){.hx-checkout-layout{grid-template-columns:1fr}}.StripeElement{background:var(--hx-bg);padding:var(--hx-space-2);border-radius:var(--hx-radius-md);border:1px solid var(--hx-border-subtle)}.StripeElement--focus{border-color:var(--hx-primary);box-shadow:0 0 0 3px var(--hx-primary-soft)}.StripeElement--invalid{border-color:var(--hx-error)}.StripeElement--complete{border-color:var(--hx-success)}#tawkchat-container,div[id*=tawk],iframe[title*="Tawk.to"],iframe[title*="chat widget"]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}@media (max-width:1024px){.hx-main{padding:var(--hx-space-4) var(--hx-space-2) var(--hx-space-5)}.hx-card{padding:var(--hx-space-3)}.hx-footer-inner{grid-template-columns:repeat(2,1fr)}.hx-section,.hx-section-alt{padding:var(--hx-space-4) 0}.hx-container{padding:0 var(--hx-space-2)}}@media (max-width:768px){.hx-header-inner{grid-template-columns:1fr auto;grid-template-rows:auto;padding:8px var(--hx-space-2);gap:var(--hx-space-2);row-gap:0}.hx-header-inner .hx-logo{grid-column:1;grid-row:1}.hx-nav-action-dashboard,.hx-nav-action-login,.hx-nav-action-signup,.hx-nav-action-support,.hx-nav-cta,.hx-nav-desktop{display:none!important}.hx-nav-mobile-toggle{display:flex}.hx-nav-mobile{display:block}.hx-header-inner .hx-nav-actions{grid-column:2;grid-row:1;justify-self:end}.hx-main{padding:var(--hx-space-3) var(--hx-space-2) var(--hx-space-4)}.hx-card{padding:var(--hx-space-3) 0}.hx-footer{padding:var(--hx-space-4) var(--hx-space-2) var(--hx-space-3);margin-top:var(--hx-space-3)}.hx-footer-inner{gap:var(--hx-space-3)}.hx-footer-bottom{flex-direction:column;text-align:center;gap:var(--hx-space-2)}}@media (max-width:640px){.hx-header-inner{padding:8px var(--hx-space-2)}.hx-nav{width:100%;overflow-x:auto;gap:var(--hx-space-1);padding-bottom:4px;-webkit-overflow-scrolling:touch}.hx-nav a{white-space:nowrap;padding:var(--hx-space-2) 0}.hx-main{padding:var(--hx-space-3) var(--hx-space-2) var(--hx-space-4)}.hx-card{padding:var(--hx-space-3)}.hx-footer-inner{grid-template-columns:1fr;gap:var(--hx-space-3)}}@media (max-width:480px){.hx-header-inner{padding:8px var(--hx-space-2)}.hx-nav a{font-size:.8125rem}.hx-main{padding:var(--hx-space-2) var(--hx-space-2) var(--hx-space-3)}.hx-card{padding:var(--hx-space-3) var(--hx-space-2)}.hx-checkout-layout{gap:var(--hx-space-3)}.hx-checkout-fields,.hx-checkout-form-row,.hx-checkout-layout{grid-template-columns:1fr!important}.hx-checkout-form-row{margin-bottom:16px}.hx-btn{padding:12px 20px;font-size:.875rem}.hx-auth-form>div[style*=grid]{grid-template-columns:1fr!important}.hx-auth-form input[type=email],.hx-auth-form input[type=password],.hx-auth-form input[type=text]{font-size:16px}.hx-auth-form .hx-btn,.hx-auth-form a.hx-btn{width:100%;min-height:44px}.hx-section,.hx-section-alt{padding:var(--hx-space-3) 0}.hx-container{padding:0 var(--hx-space-2)}.hx-plans-grid,.hx-products-grid{gap:var(--hx-space-3)}}.hx-contact-form-field{margin-bottom:20px}.hx-contact-form-field .hx-label{margin-bottom:6px}.hx-contact-hero{padding:var(--hx-space-4) 0 var(--hx-space-3)}.hx-contact-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:var(--hx-primary-soft);color:var(--hx-primary);border-radius:999px;font-size:.875rem;font-weight:500;margin-bottom:var(--hx-space-2)}.hx-contact-layout{display:grid;grid-template-columns:1fr 340px;grid-gap:var(--hx-space-5);gap:var(--hx-space-5);align-items:start}@media (max-width:900px){.hx-contact-layout{grid-template-columns:1fr}}.hx-contact-quick{display:flex;flex-wrap:wrap;gap:var(--hx-space-2) var(--hx-space-4);margin-bottom:var(--hx-space-4)}.hx-contact-quick a{display:inline-flex;align-items:center;gap:8px;font-size:.9375rem;color:var(--hx-text-muted);text-decoration:none;transition:color var(--hx-duration) var(--hx-ease-out)}.hx-contact-quick a:hover{color:var(--hx-primary)}.hx-contact-sidebar{display:flex;flex-direction:column;gap:var(--hx-space-3)}.hx-contact-card{padding:var(--hx-space-3);background:var(--hx-bg-card);border:1px solid var(--hx-border-subtle);border-radius:var(--hx-radius-card);box-shadow:var(--hx-shadow-sm)}.hx-contact-card-title{font-size:1rem;font-weight:600;margin:0 0 var(--hx-space-2);color:var(--hx-text)}.hx-contact-detail{display:flex;gap:var(--hx-space-2);padding:var(--hx-space-2) 0;border-bottom:1px solid var(--hx-border-subtle)}.hx-contact-detail:last-child{border-bottom:none;padding-bottom:0}.hx-contact-detail:first-of-type{padding-top:0}.hx-contact-detail-icon{flex-shrink:0;color:var(--hx-primary);margin-top:2px}.hx-contact-detail-label{display:block;font-size:.75rem;font-weight:500;color:var(--hx-text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px}.hx-contact-detail-value{font-size:.9375rem;color:var(--hx-text);line-height:1.5;font-style:normal}.hx-contact-link{color:var(--hx-primary);text-decoration:none;transition:color var(--hx-duration) var(--hx-ease-out)}.hx-contact-link:hover{color:var(--hx-primary-dark)}.hx-contact-links{display:flex;flex-direction:column;gap:var(--hx-space-2)}.hx-contact-link-item{display:flex;align-items:flex-start;gap:var(--hx-space-2);padding:var(--hx-space-2);border-radius:var(--hx-radius-md);text-decoration:none;color:var(--hx-text);transition:background var(--hx-duration) var(--hx-ease-out)}.hx-contact-link-item:hover{background:var(--hx-primary-soft)}.hx-contact-link-item span{font-size:.875rem;line-height:1.5}.hx-contact-link-item strong{display:block;font-size:.8125rem;font-weight:600;color:var(--hx-text-muted);margin-bottom:2px}.hx-contact-link-item:hover strong{color:var(--hx-primary)}.hx-contact-link-icon{flex-shrink:0;color:var(--hx-text-muted)}.hx-contact-link-item:hover .hx-contact-link-icon{color:var(--hx-primary)}.hx-contact-cta{padding:var(--hx-space-4) 0}.hx-company-wrap{margin-top:var(--hx-space-4);margin-bottom:var(--hx-space-4);max-width:960px;margin-left:auto;margin-right:auto;padding-left:max(var(--hx-space-2),16px);padding-right:max(var(--hx-space-2),16px);box-sizing:border-box;width:100%;min-width:0}.hx-company-card{background:var(--hx-bg-card);border:1px solid var(--hx-border-subtle);border-radius:12px;box-shadow:var(--hx-shadow-card);padding:var(--hx-space-3);overflow:hidden;min-width:0}@media (min-width:768px){.hx-company-card{padding:var(--hx-space-4)}}.hx-company-card-header{margin-bottom:var(--hx-space-3);padding-bottom:0}.hx-company-card-title{font-size:1.375rem;font-weight:700;color:var(--hx-text);margin:0;line-height:1.3}.hx-company-info-grid{display:grid;grid-template-columns:1fr;grid-gap:var(--hx-space-4);gap:var(--hx-space-4);min-width:0}@media (min-width:768px){.hx-company-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--hx-space-4)}}@media (min-width:1024px){.hx-company-info-grid{gap:var(--hx-space-5)}}.hx-company-col{min-width:0}.hx-company-col-header{display:flex;align-items:center;gap:var(--hx-space-2);padding-bottom:var(--hx-space-2);margin-bottom:var(--hx-space-2);border-bottom:1px solid var(--hx-border-subtle);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--hx-text-muted)}.hx-company-col-header svg{flex-shrink:0;width:18px;height:18px;color:var(--hx-primary)}.hx-company-rows{list-style:none;padding:0;margin:0}.hx-company-row{display:grid;grid-template-columns:40px minmax(0,1fr);grid-gap:var(--hx-space-2);gap:var(--hx-space-2);align-items:flex-start;min-height:48px;padding:var(--hx-space-2) 0;border-bottom:1px solid var(--hx-border-subtle);box-sizing:border-box;min-width:0}.hx-company-row:last-child{border-bottom:none}.hx-company-row-icon{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:var(--hx-radius-md);background:var(--hx-primary-soft);color:var(--hx-primary)}.hx-company-row-icon svg{display:block;width:20px;height:20px}.hx-company-row-body{min-width:0;display:flex;flex-direction:column;gap:2px;overflow:hidden}.hx-company-row-label{font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--hx-text-muted);line-height:1.2;flex-shrink:0}.hx-company-row-value{font-size:.9375rem;line-height:1.5;color:var(--hx-text);word-break:break-word;overflow-wrap:break-word;min-width:0}.hx-company-link{color:var(--hx-primary);text-decoration:none;transition:color var(--hx-duration) var(--hx-ease-out),-webkit-text-decoration-color var(--hx-duration) var(--hx-ease-out);transition:color var(--hx-duration) var(--hx-ease-out),text-decoration-color var(--hx-duration) var(--hx-ease-out);transition:color var(--hx-duration) var(--hx-ease-out),text-decoration-color var(--hx-duration) var(--hx-ease-out),-webkit-text-decoration-color var(--hx-duration) var(--hx-ease-out);display:inline-block;max-width:100%}.hx-company-link:hover{text-decoration:underline;color:var(--hx-primary-dark)}.hx-company-link:focus-visible{outline:2px solid var(--hx-primary);outline-offset:2px;border-radius:2px}.hx-company-features{margin-top:var(--hx-space-4);max-width:960px;margin-left:auto;margin-right:auto;padding-left:max(var(--hx-space-2),16px);padding-right:max(var(--hx-space-2),16px);box-sizing:border-box;width:100%;min-width:0}.hx-features-grid-company{display:grid;grid-template-columns:1fr;grid-gap:var(--hx-space-3);gap:var(--hx-space-3);min-width:0}@media (min-width:768px){.hx-features-grid-company{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--hx-space-4)}}@media (min-width:1024px){.hx-features-grid-company{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--hx-space-4)}}.hx-card-feature-company{position:relative;padding-top:var(--hx-space-3);min-width:0}.hx-card-feature-company:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--hx-primary),var(--hx-accent));border-radius:3px 3px 0 0}.hx-card-feature-company:hover{transform:translateY(-2px);box-shadow:var(--hx-shadow-card-hover)}@supports (padding:max(0px,env(safe-area-inset-bottom))){.hx-dashboard-sidebar-toggle{bottom:max(24px,env(safe-area-inset-bottom));left:max(24px,env(safe-area-inset-left))}}@media (max-width:900px){.hx-plans-grid{grid-template-columns:1fr}}@media (max-width:640px){.hx-features-grid{grid-template-columns:1fr}.hx-trust-bar-inner{flex-direction:column;text-align:center}.hx-product-tabs-grid,.hx-rtb-grid{grid-template-columns:1fr}}@media (max-width:768px){.hx-hero{min-height:auto;padding:var(--hx-space-4) 0}.hx-hero .hx-prose{text-align:center}.hx-hero .hx-prose p[style*=maxWidth]{margin-left:auto;margin-right:auto}.hx-hero .hx-prose>div:last-of-type{justify-content:center}.hx-hero h1,.hx-hero-title{font-size:clamp(1.75rem,6vw,2.5rem)!important;line-height:1.2}.hx-hero .hx-overline{font-size:.7rem}}@media (max-width:480px){.hx-hero{padding:var(--hx-space-3) 0}.hx-hero h1,.hx-hero-title{font-size:clamp(1.5rem,7vw,2rem)!important}.hx-hero .hx-prose p{font-size:1rem}}#tawkchat-container{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}@keyframes hx-chat-pulse{0%,to{box-shadow:0 0 0 0 rgba(99,102,241,.7)}50%{box-shadow:0 0 0 6px rgba(99,102,241,0)}}@keyframes hx-chat-typing{0%,60%,to{opacity:.3}30%{opacity:1}}.hx-chat-button{animation:hx-chat-pulse 2s infinite}@media (max-width:640px){.hx-chat-window{width:calc(100% - 24px)!important;max-width:calc(100vw - 24px)!important;height:calc(100vh - 24px)!important;bottom:12px!important;right:12px!important}.hx-chat-button{bottom:16px!important;right:max(16px,env(safe-area-inset-right))!important;width:56px!important;height:56px!important}}@font-face{font-family:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Plus_Jakarta_Sans_Fallback_7c98a1;src:local("Arial");ascent-override:98.88%;descent-override:21.15%;line-gap-override:0.00%;size-adjust:104.98%}.__className_7c98a1{font-family:__Plus_Jakarta_Sans_7c98a1,__Plus_Jakarta_Sans_Fallback_7c98a1;font-style:normal}.__variable_7c98a1{--font-heading:"__Plus_Jakarta_Sans_7c98a1","__Plus_Jakarta_Sans_Fallback_7c98a1"}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_37ef13;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_37ef13{font-family:__Inter_37ef13,__Inter_Fallback_37ef13;font-style:normal}.__variable_37ef13{--font-inter:"__Inter_37ef13","__Inter_Fallback_37ef13"}