:root{--hx-primary-50:#f0f9ff;--hx-primary-100:#e0f2fe;--hx-primary-200:#bae6fd;--hx-primary-300:#7dd3fc;--hx-primary-400:#38bdf8;--hx-primary-500:#0ea5e9;--hx-primary-600:#0284c7;--hx-primary-700:#0369a1;--hx-primary-800:#075985;--hx-primary-900:#0c4a6e;--hx-secondary-400:#818cf8;--hx-secondary-500:#6366f1;--hx-secondary-600:#4f46e5;--hx-secondary-700:#4338ca;--hx-secondary-800:#3730a3;--hx-secondary-900:#312e81;--hx-deep-navy-950:#010715;--hx-deep-navy-900:#08101e;--hx-deep-navy-850:#0b1626;--hx-success:#22c55e;--hx-success-soft:rgba(34,197,94,.16);--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-gutter-xs:16px;--hx-gutter-sm:20px;--hx-gutter-md:24px;--hx-gutter-lg:32px;--hx-radius-page:16px;--hx-radius-pill:9999px;--hx-radius-card:14px;--hx-radius-icon-tile:8px;--hx-radius-btn:9999px;--hx-radius-card-sm:10px;--hx-radius-md:8px;--hx-radius-sm:6px;--hx-shadow-soft-card:0 10px 30px rgba(0,0,0,.35);--hx-shadow-hover-lift:0 16px 40px rgba(0,0,0,.45);--hx-shadow-sm:0 1px 2px rgba(0,0,0,.05);--hx-shadow-md:0 2px 8px rgba(0,0,0,.08);--hx-shadow-lg:0 4px 16px rgba(0,0,0,.12);--hx-shadow-card:0 2px 8px rgba(0,0,0,.06);--hx-shadow-card-hover:0 8px 24px rgba(0,0,0,.1);--hx-glow-cta:rgba(14,165,233,.22);--hx-glow-surface:rgba(79,70,229,.18);--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.2s;--hx-duration-slow:0.25s}:root,[data-theme=dark]{--hx-bg:var(--hx-deep-navy-950);--hx-bg-elevated:var(--hx-deep-navy-900);--hx-bg-card:hsla(0,0%,100%,.045);--hx-bg-surface:hsla(0,0%,100%,.04);--hx-bg-surface-strong:hsla(0,0%,100%,.06);--hx-bg-card-highlight:linear-gradient(135deg,var(--hx-secondary-800),var(--hx-deep-navy-900));--hx-border-subtle:hsla(0,0%,100%,.1);--hx-border:hsla(0,0%,100%,.12);--hx-text:hsla(0,0%,100%,.92);--hx-text-muted:hsla(0,0%,100%,.72);--hx-text-subtle:hsla(0,0%,100%,.55);--hx-primary:var(--hx-primary-500);--hx-primary-dark:var(--hx-primary-600);--hx-primary-light:var(--hx-primary-400);--hx-primary-soft:rgba(14,165,233,.16);--hx-primary-glow:var(--hx-glow-cta);--hx-accent:var(--hx-secondary-500);--hx-accent-dark:var(--hx-secondary-600);--hx-accent-light:var(--hx-secondary-400);--hx-accent-soft:rgba(79,70,229,.18);--hx-icon-tile-bg:rgba(14,165,233,.16);--hx-icon-tile-fg:var(--hx-primary-300);--hx-focus-ring:rgba(14,165,233,.4);--hx-section-wash:radial-gradient(circle at 50% 20%,rgba(79,70,229,.18),rgba(1,7,21,0) 55%)}[data-theme=light]{--hx-bg:#fff;--hx-bg-elevated:#f8fafc;--hx-bg-card:#fff;--hx-bg-surface:rgba(24,24,27,.03);--hx-bg-surface-strong:rgba(24,24,27,.05);--hx-bg-card-highlight:linear-gradient(135deg,rgba(79,70,229,.12),rgba(14,165,233,.08));--hx-border-subtle:rgba(24,24,27,.1);--hx-border:rgba(24,24,27,.14);--hx-text:rgba(10,10,11,.92);--hx-text-muted:rgba(10,10,11,.72);--hx-text-subtle:rgba(10,10,11,.55);--hx-primary:var(--hx-primary-600);--hx-primary-dark:var(--hx-primary-700);--hx-primary-light:var(--hx-primary-500);--hx-primary-soft:rgba(14,165,233,.1);--hx-primary-glow:rgba(14,165,233,.15);--hx-accent:var(--hx-secondary-600);--hx-accent-dark:var(--hx-secondary-700);--hx-accent-light:var(--hx-secondary-500);--hx-accent-soft:rgba(79,70,229,.1);--hx-icon-tile-bg:rgba(14,165,233,.1);--hx-icon-tile-fg:var(--hx-primary-600);--hx-focus-ring:rgba(79,70,229,.3);--hx-section-wash:radial-gradient(circle at 50% 0%,rgba(14,165,233,.1),hsla(0,0%,100%,0) 55%)}*,: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;width:100%;max-width:100vw}@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;width:100%;max-width:100vw;line-height:1.6}code,kbd{overflow-wrap:break-word;word-break:break-all}code,kbd,pre{max-width:100%}pre{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}pre code{display:block;word-break:normal;overflow-wrap:normal}.hx-bg-blobs,.hx-bg-mesh{display:none}body[data-starfield=true]{background:var(--hx-bg)}body[data-theme=light][data-starfield=true] .hx-starfield-dot{opacity:.08}.hx-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:transparent;padding:var(--hx-gutter-md)}@media (max-width:480px){.hx-header{padding:var(--hx-gutter-xs)}.hx-header.hx-header-pill .hx-header-inner{padding:8px 12px}.hx-header-actions .hx-btn-cta-pill{padding:8px 14px;font-size:.8125rem}}.hx-header-frame{max-width:1200px;margin:0 auto;min-width:0}.hx-header.hx-header-pill .hx-header-inner{display:flex;align-items:center;justify-content:space-between;gap:var(--hx-space-3);padding:10px 20px;background:var(--hx-bg-surface-strong);border:1px solid var(--hx-border-subtle);border-radius:var(--hx-radius-pill);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);min-width:0}.hx-logo{display:flex;align-items:center;gap:8px;text-decoration:none;transition:opacity var(--hx-duration) var(--hx-ease-out);flex-shrink:0}.hx-logo:hover{opacity:.9}.hx-logo:focus-visible{outline:2px solid var(--hx-focus-ring);outline-offset:4px;border-radius:var(--hx-radius-md)}.hx-logo-mark{width:28px;height:28px;border-radius:var(--hx-radius-icon-tile);background:linear-gradient(135deg,var(--hx-primary-500),var(--hx-primary-400))}.hx-logo-text{font-family:var(--font-heading),"Plus Jakarta Sans",system-ui,sans-serif;font-weight:700;letter-spacing:-.02em;font-size:1.05rem;color:var(--hx-text)}.hx-nav-pill{display:flex;align-items:center;gap:2px;padding:4px}.hx-nav-pill-item{display:inline-flex;align-items:center;gap:4px;padding:8px 16px;font-size:.875rem;font-weight:500;color:var(--hx-text-muted);text-decoration:none;border-radius:var(--hx-radius-pill);transition:all var(--hx-duration) var(--hx-ease-out)}.hx-nav-pill-item:hover{color:var(--hx-text)}.hx-nav-pill-item--active{color:var(--hx-text);background:var(--hx-bg-surface)}.hx-nav-chevron{opacity:.6;transition:transform .2s ease}.hx-nav-pill-dropdown{position:relative}.hx-nav-dropdown-menu{position:absolute;top:100%;left:0;margin-top:4px;min-width:200px;padding:8px;background:var(--hx-bg-card);border:1px solid var(--hx-border-subtle);border-radius:var(--hx-radius-card);box-shadow:var(--hx-shadow-soft-card);z-index:50}.hx-nav-dropdown-menu:before{content:"";position:absolute;top:-8px;left:0;right:0;height:8px}.hx-nav-dropdown-link{display:block;padding:10px 14px;font-size:.875rem;color:var(--hx-text);text-decoration:none;border-radius:var(--hx-radius-md);transition:background .15s ease}.hx-nav-dropdown-link:hover{background:var(--hx-primary-soft);color:var(--hx-primary)}.hx-header-actions{display:flex;align-items:center;gap:var(--hx-space-2);flex-shrink:0;min-width:0}.hx-theme-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:transparent;border:1px solid var(--hx-border-subtle);border-radius:50%;color:var(--hx-text-muted);cursor:pointer;transition:all var(--hx-duration) ease}.hx-theme-toggle:hover{color:var(--hx-text);border-color:var(--hx-border);background:var(--hx-bg-surface)}.hx-btn-cta-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(90deg,var(--hx-primary-600),var(--hx-primary-500));border:none;border-radius:var(--hx-radius-pill);text-decoration:none;box-shadow:0 0 20px var(--hx-glow-cta);transition:all var(--hx-duration) ease}.hx-btn-cta-pill:hover{opacity:.95;transform:translateY(-1px);box-shadow:0 0 28px var(--hx-glow-cta)}.hx-btn-cta-pill:focus-visible{outline:2px solid var(--hx-focus-ring);outline-offset:2px}.hx-btn-ghost-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;font-size:.875rem;font-weight:600;color:var(--hx-text);background:transparent;border:1px solid var(--hx-border-subtle);border-radius:var(--hx-radius-pill);text-decoration:none;transition:all var(--hx-duration) ease}.hx-btn-ghost-pill:hover{background:var(--hx-bg-surface);border-color:var(--hx-border)}.hx-btn-sm{padding:8px 16px;font-size:.8125rem}.hx-header-inner{max-width:1280px;margin:0 auto;padding:var(--hx-space-2) var(--hx-space-4);display:flex;align-items:center;justify-content:space-between;gap:var(--hx-space-3)}.hx-nav-mobile-label{padding:16px 0 8px;color:var(--hx-text-subtle)}.hx-nav-mobile-sublink{padding-left:20px!important;font-size:.9375rem!important;min-height:44px}.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}@media (max-width:767px){.hx-nav-pill,.hx-theme-toggle{display:none}.hx-header-actions .hx-btn-cta-pill,.hx-header-actions a.hx-btn{display:none!important}}.hx-nav-mobile-toggle{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)}@media (min-width:768px){.hx-nav-mobile-toggle{display:none}}.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}@media (max-width:767px){.hx-nav-mobile{display:flex;flex-direction:column;position:fixed;inset:0;z-index:100;min-height:100vh;min-height:100dvh;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s var(--hx-ease-out),visibility .2s var(--hx-ease-out)}.hx-nav-mobile--open{opacity:1;visibility:visible;pointer-events:auto}.hx-nav-mobile-backdrop{position:absolute;inset:0;background:transparent;cursor:default}.hx-nav-mobile-panel{position:relative;z-index:1;flex:1 1;display:flex;flex-direction:column;min-height:0;background:linear-gradient(180deg,var(--hx-secondary-900) 0,var(--hx-deep-navy-900) 35%,var(--hx-deep-navy-950) 70%,#030712 100%);box-shadow:0 0 80px rgba(99,102,241,.12);animation:hx-nav-mobile-slide .25s var(--hx-ease-out)}@keyframes hx-nav-mobile-slide{0%{opacity:0}to{opacity:1}}.hx-nav-mobile-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% 0,rgba(99,102,241,.14) 0,transparent 60%);pointer-events:none}}@media (min-width:768px){.hx-nav-mobile{display:none!important}}.hx-nav-mobile-header{display:flex;align-items:center;justify-content:space-between;padding:var(--hx-space-4) var(--hx-space-4);position:relative;z-index:1}.hx-nav-mobile-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--hx-text)}.hx-nav-mobile-brand .hx-logo-mark{width:32px;height:32px;flex-shrink:0}.hx-nav-mobile-brand-text-wrap{display:flex;flex-direction:column;gap:2px}.hx-nav-mobile-brand-text{font-family:var(--font-heading),"Plus Jakarta Sans",system-ui,sans-serif;font-weight:700;font-size:1.125rem;letter-spacing:-.02em}.hx-nav-mobile-brand-subtitle{font-size:.75rem;font-weight:500;color:var(--hx-text-muted)}.hx-nav-mobile-close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;min-height:44px;padding:0;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);border-radius:50%;color:var(--hx-text);cursor:pointer;transition:background .2s ease,color .2s ease,transform .15s ease}.hx-nav-mobile-close:hover{background:hsla(0,0%,100%,.12)}.hx-nav-mobile-close:active{transform:scale(.96)}.hx-nav-mobile-close:focus-visible{outline:2px solid var(--hx-primary);outline-offset:2px}.hx-nav-mobile-inner{display:flex;flex-direction:column;gap:0;padding:var(--hx-space-4) var(--hx-space-4);flex:1 1;min-height:0;overflow-y:auto;position:relative;z-index:1}.hx-nav-mobile-link{display:flex;align-items:center;justify-content:space-between;min-height:56px;padding:16px 0;font-size:1.125rem;font-weight:600;color:hsla(0,0%,100%,.9);text-decoration:none;transition:color .2s ease,opacity .2s ease;border-radius:var(--hx-radius-md)}.hx-nav-mobile-link:hover{color:var(--hx-primary-light);opacity:1}.hx-nav-mobile-link:active{opacity:.9}.hx-nav-mobile-link:focus-visible{outline:2px solid var(--hx-primary);outline-offset:2px}.hx-nav-mobile-chevron{flex-shrink:0;opacity:.6}.hx-nav-mobile-sublink{font-size:1rem;font-weight:500;min-height:52px;padding-left:24px}.hx-nav-mobile-link--primary{color:var(--hx-primary);font-weight:600}.hx-nav-mobile-label{display:block;padding:20px 0 8px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:hsla(0,0%,100%,.5)}.hx-nav-mobile-cta-wrap{margin-top:auto;padding:var(--hx-space-4) var(--hx-space-4) calc(var(--hx-space-4) + env(safe-area-inset-bottom, 0));position:relative;z-index:1}.hx-nav-mobile-cta{display:flex;align-items:center;justify-content:center;width:100%;min-height:56px;padding:0 var(--hx-space-4);font-size:1.0625rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--hx-secondary-600) 0,var(--hx-secondary-700) 50%,var(--hx-secondary-800) 100%);border:none;border-radius:var(--hx-radius-pill);text-decoration:none;box-shadow:0 4px 20px rgba(99,102,241,.35);transition:opacity .2s ease,transform .2s ease,box-shadow .2s ease}.hx-nav-mobile-cta:hover{opacity:.98;transform:translateY(-1px);box-shadow:0 6px 24px rgba(99,102,241,.4)}.hx-nav-mobile-cta:active{transform:translateY(0)}.hx-nav-mobile-cta:focus-visible{outline:2px solid var(--hx-primary);outline-offset:2px}.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%;max-width:100%;min-width:0;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);position:relative}.hx-dashboard-layout:before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(ellipse 80% 50% at 50% 0,var(--hx-accent-soft) 0,transparent 50%);z-index:0}[data-theme=light] .hx-dashboard-layout:before{background:radial-gradient(ellipse 80% 50% at 50% 0,rgba(79,70,229,.06) 0,transparent 50%)}.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-elevated);border-right:1px solid var(--hx-border-subtle);padding:16px 0;position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow-y:auto;display:flex;flex-direction:column;z-index:1;box-shadow:0 0 0 1px var(--hx-border-subtle)}.hx-dashboard-sidebar-brand{padding:0 16px 16px;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 auto}.hx-dashboard-sidebar-nav:first-of-type{flex:0 0 auto}.hx-dashboard-sidebar-nav-label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--hx-text-muted);margin-bottom:8px;padding:0 16px}.hx-dashboard-sidebar-nav--support{flex:0 0 auto;padding-top:8px}.hx-dashboard-sidebar-link{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;margin-bottom:4px;text-decoration:none;background:transparent;color:var(--hx-text-muted);font-weight:500;transition:all .16s var(--hx-ease-out);font-size:13px;position:relative}.hx-dashboard-sidebar-link:hover{background:var(--hx-bg-surface);color:var(--hx-text)}.hx-dashboard-sidebar-link--active{background:var(--hx-primary-soft);color:var(--hx-primary);font-weight:600;box-shadow:0 0 20px rgba(14,165,233,.15)}.hx-dashboard-sidebar-link--active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:20px;border-radius:0 4px 4px 0;background:var(--hx-primary)}.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:9999px;background:var(--hx-primary);color:#fff;font-size:11px;font-weight:600;min-width:20px;text-align:center}.hx-dashboard-sidebar-promo{margin:16px;padding:16px;border-radius:16px;background:linear-gradient(135deg,var(--hx-secondary-700) 0,var(--hx-secondary-800) 100%);border:1px solid var(--hx-border-subtle);text-decoration:none;display:flex;align-items:center;gap:12px;transition:transform .16s,box-shadow .16s}.hx-dashboard-sidebar-promo:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(79,70,229,.25)}.hx-dashboard-sidebar-promo-content{flex:1 1;min-width:0}.hx-dashboard-sidebar-promo-title{font-size:14px;font-weight:700;color:#fff;margin:0 0 4px;font-family:var(--font-heading),system-ui,sans-serif}.hx-dashboard-sidebar-promo-subtitle{font-size:12px;color:hsla(0,0%,100%,.8);margin:0 0 12px}.hx-dashboard-sidebar-promo-cta{font-size:12px;font-weight:600;color:var(--hx-primary-300)}.hx-dashboard-sidebar-promo-icon{font-size:28px;flex-shrink:0}.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-content-area{flex:1 1;display:flex;flex-direction:column;min-width:0;position:relative;z-index:1}.hx-dashboard-topbar{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:var(--hx-bg-elevated);border-bottom:1px solid var(--hx-border-subtle);flex-shrink:0}.hx-dashboard-topbar-left{display:flex;align-items:center;gap:24px}.hx-dashboard-topbar-brand{display:flex;align-items:center;gap:10px}.hx-dashboard-topbar-logo-mark{width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,var(--hx-primary) 0,var(--hx-accent) 100%);flex-shrink:0}.hx-dashboard-topbar-brand-name{font-size:18px;font-weight:700;color:var(--hx-text);font-family:var(--font-heading),system-ui,sans-serif}.hx-dashboard-topbar-context{padding-left:8px;border-left:1px solid var(--hx-border-subtle)}.hx-dashboard-topbar-title{font-size:18px;font-weight:700;color:var(--hx-text);margin:0;font-family:var(--font-heading),system-ui,sans-serif;line-height:1.2}.hx-dashboard-topbar-subtitle{font-size:12px;color:var(--hx-text-muted);margin:2px 0 0;font-weight:500}.hx-dashboard-topbar-right{display:flex;align-items:center;gap:12px}.hx-dashboard-topbar-btn{width:40px;height:40px;border-radius:12px;border:1px solid var(--hx-border-subtle);background:var(--hx-bg);color:var(--hx-text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .16s}.hx-dashboard-topbar-btn:hover{color:var(--hx-primary);border-color:var(--hx-primary);background:var(--hx-primary-soft)}.hx-dashboard-topbar-credits{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:9999px;border:1px solid var(--hx-border-subtle);background:var(--hx-bg);font-size:13px;font-weight:600;color:var(--hx-text)}.hx-dashboard-topbar-credits svg{color:var(--hx-primary)}.hx-dashboard-topbar-notify{position:relative;width:40px;height:40px;border-radius:12px;border:1px solid var(--hx-border-subtle);background:var(--hx-bg);color:var(--hx-text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .16s}.hx-dashboard-topbar-notify:hover{color:var(--hx-text)}.hx-dashboard-topbar-notify-badge{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;background:#fb7185;color:#fff;border-radius:9999px;display:flex;align-items:center;justify-content:center}.hx-dashboard-topbar-profile{display:flex;align-items:center;gap:10px;padding:6px 14px 6px 6px;border-radius:9999px;border:1px solid var(--hx-border-subtle);background:var(--hx-bg);min-height:40px}.hx-dashboard-topbar-avatar{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,var(--hx-primary) 0,var(--hx-accent) 100%);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.hx-dashboard-topbar-profile-name{font-size:13px;font-weight:600;color:var(--hx-text)}.hx-dashboard-main{flex:1 1;padding:24px;overflow-y:auto}.hx-dashboard-panel{max-width:1400px;width:100%;margin:0 auto;padding:24px;background:var(--hx-bg-elevated);border-radius:18px;border:1px solid var(--hx-border-subtle);box-shadow:0 4px 24px rgba(0,0,0,.12),inset 0 1px 0 hsla(0,0%,100%,.03)}[data-theme=light] .hx-dashboard-panel{box-shadow:0 2px 12px rgba(0,0,0,.06),inset 0 1px 0 hsla(0,0%,100%,.8)}.hx-dashboard-panel-inner{display:flex;flex-direction:column;gap:20px}.hx-dashboard-panel-controls-a{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.hx-dashboard-panel-search{position:relative;flex:1 1;min-width:200px;max-width:320px}.hx-dashboard-panel-search svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--hx-text-muted);pointer-events:none}.hx-dashboard-panel-search-input{width:100%;padding:10px 14px 10px 40px;border-radius:12px;border:1px solid var(--hx-border-subtle);background:var(--hx-bg);color:var(--hx-text);font-size:13px;transition:border-color var(--hx-duration),box-shadow var(--hx-duration)}.hx-dashboard-panel-search-input::placeholder{color:var(--hx-text-muted)}.hx-dashboard-panel-search-input:focus{outline:none;border-color:var(--hx-primary);box-shadow:0 0 0 3px var(--hx-primary-soft)}.hx-dashboard-panel-cta .hx-btn{white-space:nowrap}.hx-dashboard-panel-data{flex:1 1;min-width:0}.hx-dashboard-table-wrap{border-radius:16px;border:1px solid var(--hx-border-subtle);background:var(--hx-bg);overflow:hidden}@media (max-width:767px){.hx-dashboard-table-wrap{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.hx-dashboard-table{min-width:520px}}.hx-dashboard-table{width:100%;border-collapse:collapse;font-size:13px}.hx-dashboard-table th{text-align:left;padding:12px 16px;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--hx-text-muted);background:var(--hx-bg-elevated)}.hx-dashboard-table td,.hx-dashboard-table th{border-bottom:1px solid var(--hx-border-subtle)}.hx-dashboard-table td{padding:14px 16px;color:var(--hx-text)}.hx-dashboard-table tbody tr:hover{background:var(--hx-bg-surface)}.hx-dashboard-table tbody tr:last-child td{border-bottom:none}.hx-dashboard-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:9999px;font-size:11px;font-weight:600}.hx-dashboard-pill--success{background:rgba(34,197,94,.14);border:1px solid rgba(34,197,94,.22);color:var(--hx-success)}.hx-dashboard-pill--warning{background:rgba(245,158,11,.14);border:1px solid rgba(245,158,11,.22);color:var(--hx-warning)}.hx-dashboard-pill--info{background:var(--hx-primary-soft);border:1px solid rgba(14,165,233,.22);color:var(--hx-primary)}.hx-dashboard-pill-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.hx-dashboard-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(160px,100%),1fr));grid-gap:12px;gap:12px}.hx-dashboard-stat-card{padding:16px;border-radius:16px;border:1px solid var(--hx-border-subtle);background:var(--hx-bg);display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit;transition:all .16s}.hx-dashboard-stat-card:hover{border-color:var(--hx-primary);box-shadow:0 0 20px rgba(14,165,233,.1)}.hx-dashboard-stat-card-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hx-dashboard-stat-card-value{font-size:1.5rem;font-weight:700;font-family:var(--font-heading),system-ui,sans-serif;line-height:1.2}.hx-dashboard-stat-card-label{font-size:12px;color:var(--hx-text-muted)}.hx-dashboard-action-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(180px,100%),1fr));grid-gap:12px;gap:12px}.hx-dashboard-action-card{padding:20px;border-radius:16px;border:1px solid var(--hx-border-subtle);background:var(--hx-bg);text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:12px;transition:all .16s}.hx-dashboard-action-card:hover{border-color:var(--hx-primary);box-shadow:0 0 20px rgba(14,165,233,.1)}.hx-dashboard-action-card-title{font-weight:600;font-size:14px;color:var(--hx-text)}.hx-dashboard-action-card-desc{font-size:12px;color:var(--hx-text-muted)}.hx-dashboard-section{padding:28px;display:block}.hx-dashboard-empty,.hx-dashboard-section{border-radius:16px;border:1px solid var(--hx-border-subtle);background:var(--hx-bg)}.hx-dashboard-empty{text-align:center;padding:48px 24px}.hx-dashboard-empty-icon{font-size:48px;margin-bottom:16px;color:var(--hx-primary)}.hx-dashboard-empty-title{font-size:1.125rem;font-weight:700;color:var(--hx-text);margin:0 0 8px;font-family:var(--font-heading),system-ui,sans-serif}.hx-dashboard-empty-desc{font-size:.875rem;color:var(--hx-text-muted);max-width:400px;margin:0 auto 24px}.hx-dashboard-panel .hx-btn-primary{box-shadow:0 2px 12px rgba(14,165,233,.25)}.hx-dashboard-panel .hx-btn-primary:hover{box-shadow:0 4px 16px rgba(14,165,233,.35)}@media (min-width:1280px){.hx-dashboard-sidebar{width:300px}.hx-dashboard-panel{padding:28px}}@media (max-width:1024px){.hx-dashboard-main{padding:20px 16px}.hx-dashboard-panel{padding:20px}}@media (max-width:768px){.hx-dashboard-sidebar-toggle{display:flex}.hx-dashboard-sidebar-overlay{display:block}.hx-dashboard-topbar{padding:0 16px;flex-wrap:wrap}.hx-dashboard-topbar-left{flex:1 1;min-width:0}.hx-dashboard-topbar-context{display:none}.hx-dashboard-topbar-right{flex-wrap:wrap;gap:8px}.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:16px 12px 80px}.hx-dashboard-panel{padding:16px}}@media (max-width:480px){.hx-dashboard-sidebar{width:100%;max-width:100%}.hx-dashboard-topbar{height:auto;padding:12px}.hx-dashboard-main{padding:12px 8px 80px}.hx-dashboard-panel{padding:16px 12px}}.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(min(220px,100%),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(min(200px,100%),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;min-width:0}.hx-card-product:hover{transform:translateY(-2px);box-shadow:var(--hx-shadow-card-hover);border-color:var(--hx-primary)}.hx-auth-stack{max-width:min(480px,100%);margin:48px auto}.hx-auth-stack--narrow{max-width:min(420px,100%)}.hx-auth-container{max-width:min(480px,100%);margin:0 auto}.hx-auth-container--narrow{max-width:min(420px,100%)}.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{grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),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,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:min(720px,100%);min-width:0}.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:min(560px,100%)}.hx-stack{display:flex;flex-direction:column;gap:0;width:100%;min-width:0}.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)}.hx-footer-landing .hx-footer-frame{max-width:min(1200px,100%);margin:0 auto;min-width:0}.hx-footer-landing .hx-footer-brand{text-align:center;margin-bottom:var(--hx-space-4)}.hx-footer-landing .hx-footer-brand .hx-logo{justify-content:center}.hx-footer-landing .hx-footer-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(140px,100%),1fr));grid-gap:24px;gap:24px;margin-bottom:var(--hx-space-4)}@media (min-width:768px){.hx-footer-landing .hx-footer-columns{grid-template-columns:repeat(5,1fr)}}.hx-footer-landing .hx-footer-column-title{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--hx-text);margin:0 0 var(--hx-space-2)}.hx-footer-landing .hx-footer-links{display:flex;flex-direction:column;gap:8px}.hx-footer-landing .hx-footer-links a{font-size:.8125rem;color:var(--hx-text-muted);text-decoration:none;transition:color .15s ease}.hx-footer-landing .hx-footer-links a:hover{color:var(--hx-primary)}.hx-footer-landing .hx-footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:var(--hx-space-2);padding-top:var(--hx-space-3);border-top:1px solid var(--hx-border-subtle);font-size:.8125rem}.hx-footer-landing .hx-footer-email{display:inline-flex;align-items:center;gap:6px;color:var(--hx-text-muted);text-decoration:none;transition:color .15s ease;overflow-wrap:break-word;word-break:break-word}.hx-footer-landing .hx-footer-email:hover{color:var(--hx-primary)}.hx-footer-landing .hx-footer-payments{display:flex;align-items:center;gap:8px;color:var(--hx-text-subtle);font-size:.75rem}.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-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:min(1280px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(180px,100%),1fr));grid-gap:var(--hx-space-4);gap:var(--hx-space-4);min-width:0}.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:min(1280px,100%);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:space-between;flex-wrap:wrap;gap:var(--hx-space-3)}.hx-logo-footer{flex-shrink:0}.hx-footer-social-links{display:flex;gap:var(--hx-space-2);align-items:center}.hx-footer-social-icon{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;width:44px;height:44px;border-radius:var(--hx-radius-md);color:var(--hx-text-muted);transition:all var(--hx-duration) var(--hx-ease-out)}.hx-footer-social-icon:hover{color:var(--hx-primary);background:var(--hx-primary-soft)}.hx-footer-social-icon:focus-visible{outline:2px solid var(--hx-primary);outline-offset:2px}.hx-footer-bottom{max-width:min(1280px,100%);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-landing{position:relative;z-index:1;padding:0 var(--hx-gutter-md) var(--hx-space-5)}@media (max-width:480px){.hx-landing{padding:0 var(--hx-gutter-xs) var(--hx-space-4)}}.hx-landing-frame{max-width:1200px;margin:0 auto;background:var(--hx-bg);border-radius:var(--hx-radius-page);border:1px solid var(--hx-border-subtle);overflow:hidden;box-shadow:var(--hx-shadow-soft-card)}.hx-main .hx-landing-frame{margin-top:var(--hx-space-3)}.hx-hero-section{padding:var(--hx-space-5) var(--hx-gutter-lg);text-align:center;position:relative;background:var(--hx-section-wash)}@media (max-width:480px){.hx-hero-section{padding:var(--hx-space-4) var(--hx-gutter-md)}.hx-hero-headline{font-size:clamp(1.5rem,5vw,2rem)}.hx-hero-subheadline{font-size:.9375rem;margin-bottom:var(--hx-space-3)}}.hx-hero-promo-chip{display:inline-flex;align-items:center;padding:8px 16px;margin-bottom:var(--hx-space-3);font-size:.8125rem;font-weight:600;color:var(--hx-text-secondary,var(--hx-text-muted));background:var(--hx-bg-surface);border:1px solid var(--hx-border-subtle);border-radius:var(--hx-radius-pill)}.hx-hero-headline{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.15;margin:0 0 var(--hx-space-2);color:var(--hx-text)}.hx-hero-headline-accent{background:linear-gradient(90deg,var(--hx-primary-300),var(--hx-primary-400));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hx-hero-subheadline{font-size:1rem;color:var(--hx-text-muted);line-height:1.6;max-width:min(560px,100%);margin:0 auto var(--hx-space-4)}.hx-hero-cta-row{display:flex;flex-wrap:wrap;gap:var(--hx-space-2);justify-content:center}@media (max-width:480px){.hx-hero-cta-row{flex-direction:column;align-items:stretch}.hx-hero-cta-row .hx-btn-cta-pill,.hx-hero-cta-row .hx-btn-ghost-pill{width:100%;justify-content:center}}.hx-logos-section{padding:var(--hx-space-4) var(--hx-gutter-lg);border-bottom:1px solid var(--hx-border-subtle)}@media (max-width:480px){.hx-logos-section{padding:var(--hx-space-3) var(--hx-gutter-md)}}.hx-section-eyebrow{font-size:.875rem;font-weight:600;color:var(--hx-text-muted);text-align:center;margin:0 0 var(--hx-space-3)}.hx-logos-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}@media (max-width:480px){.hx-logo-pill{padding:10px 14px;font-size:.8125rem}}.hx-logo-pill{padding:12px 20px;font-size:.875rem;font-weight:600;color:var(--hx-text-muted);background:var(--hx-bg-card);border:1px solid var(--hx-border-subtle);border-radius:var(--hx-radius-pill)}.hx-products-section{padding:var(--hx-space-5) var(--hx-gutter-lg)}@media (max-width:480px){.hx-products-section{padding:var(--hx-space-4) var(--hx-gutter-md)}}.hx-section-chip{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--hx-primary);margin-bottom:var(--hx-space-2)}.hx-section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0 0 var(--hx-space-2);color:var(--hx-text)}.hx-section-subtitle{font-size:.9375rem;margin:0 0 var(--hx-space-4);max-width:min(560px,100%)}.hx-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(300px,100%),1fr));grid-gap:16px;gap:16px}@media (min-width:1024px){.hx-products-grid{grid-template-columns:repeat(3,1fr)}}.hx-product-card{position:relative;padding:20px;background:var(--hx-bg-card);border:1px solid var(--hx-border-subtle);border-radius:var(--hx-radius-card);text-decoration:none;transition:all var(--hx-duration) ease;display:flex;flex-direction:column;min-height:180px;min-width:0}.hx-product-card:hover{border-color:var(--hx-primary);transform:translateY(-4px);box-shadow:var(--hx-shadow-hover-lift)}.hx-product-card--highlight{background:var(--hx-bg-card-highlight)}.hx-product-badge{position:absolute;top:12px;left:12px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--hx-primary)}.hx-product-icon-tile{width:36px;height:36px;border-radius:var(--hx-radius-icon-tile);background:var(--hx-icon-tile-bg);color:var(--hx-icon-tile-fg);display:flex;align-items:center;justify-content:center;margin-bottom:var(--hx-space-2)}.hx-product-title{font-size:1rem;font-weight:600;margin:0 0 var(--hx-space-1);color:var(--hx-text)}.hx-product-desc{font-size:.875rem;color:var(--hx-text-muted);line-height:1.5;margin:0 0 auto;flex:1 1}.hx-product-arrow-btn{width:40px;height:40px;border-radius:50%;background:var(--hx-bg-surface-strong);border:1px solid var(--hx-border-subtle);display:flex;align-items:center;justify-content:center;color:var(--hx-text-muted);margin-top:var(--hx-space-2);align-self:flex-end;transition:all var(--hx-duration) ease}.hx-product-card:hover .hx-product-arrow-btn{color:var(--hx-primary);border-color:var(--hx-primary)}.hx-product-card .hx-btn-cta-pill{margin-top:var(--hx-space-2);align-self:flex-start}.hx-why-section{padding:var(--hx-space-5) var(--hx-gutter-lg);background:var(--hx-bg-elevated)}@media (max-width:480px){.hx-why-section{padding:var(--hx-space-4) var(--hx-gutter-md)}}.hx-why-section .hx-section-title{text-align:center;margin-bottom:var(--hx-space-4)}.hx-why-grid{display:grid;grid-gap:var(--hx-space-4);gap:var(--hx-space-4);grid-template-columns:1fr}@media (min-width:1024px){.hx-why-grid{grid-template-columns:1fr auto 1fr;align-items:start}}.hx-why-features{display:flex;flex-direction:column;gap:var(--hx-space-3)}.hx-why-feature{display:flex;gap:var(--hx-space-2);align-items:flex-start}.hx-icon-tile{width:36px;height:36px;flex-shrink:0;border-radius:var(--hx-radius-icon-tile);background:var(--hx-icon-tile-bg);color:var(--hx-icon-tile-fg);display:flex;align-items:center;justify-content:center}.hx-why-feature-title{font-size:.9375rem;font-weight:600;margin:0 0 4px;color:var(--hx-text)}.hx-why-feature-desc{font-size:.8125rem;color:var(--hx-text-muted);line-height:1.5;margin:0}.hx-why-brand-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--hx-space-4);background:var(--hx-bg-card-highlight);border:1px solid var(--hx-border-subtle);border-radius:var(--hx-radius-card)}.hx-why-brand-mark{width:48px;height:48px;border-radius:var(--hx-radius-icon-tile);background:linear-gradient(135deg,var(--hx-primary-500),var(--hx-primary-400));margin-bottom:var(--hx-space-2)}.hx-why-brand-text{font-size:.875rem;font-weight:600;color:var(--hx-text)}.hx-why-cta{text-align:center;margin-top:var(--hx-space-4)}.hx-testimonial-section{padding:var(--hx-space-5) var(--hx-gutter-lg)}@media (max-width:480px){.hx-testimonial-section{padding:var(--hx-space-4) var(--hx-gutter-md)}.hx-testimonial-card{padding:var(--hx-space-3)}}.hx-testimonial-section .hx-section-title{text-align:center;margin-bottom:var(--hx-space-4)}.hx-testimonial-card{max-width:700px;margin:0 auto;padding:var(--hx-space-4);background:var(--hx-bg-card-highlight);border:1px solid var(--hx-border-subtle);border-radius:var(--hx-radius-card);text-align:center}.hx-testimonial-avatars{display:flex;justify-content:center;gap:8px;margin-bottom:var(--hx-space-3)}.hx-testimonial-avatar{width:40px;height:40px;border-radius:50%;background:var(--hx-bg-surface-strong);border:1px solid var(--hx-border-subtle)}.hx-testimonial-more{width:40px;height:40px;border-radius:50%;background:var(--hx-bg-surface);display:flex;align-items:center;justify-content:center;font-size:.875rem;color:var(--hx-text-muted)}.hx-testimonial-quote{font-size:1rem;color:var(--hx-text);line-height:1.7;margin:0 0 var(--hx-space-2)}.hx-testimonial-stars{display:flex;justify-content:center;gap:4px;color:var(--hx-primary);margin-bottom:var(--hx-space-2)}.hx-testimonial-author{font-size:.875rem;color:var(--hx-text-muted);font-style:normal}.hx-advantages-section{padding:var(--hx-space-5) var(--hx-gutter-lg);background:var(--hx-bg-elevated)}@media (max-width:480px){.hx-advantages-section{padding:var(--hx-space-4) var(--hx-gutter-md)}}.hx-advantages-section .hx-section-title{text-align:center;margin-bottom:var(--hx-space-4)}.hx-advantages-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(260px,100%),1fr));grid-gap:16px;gap:16px}@media (min-width:1024px){.hx-advantages-grid{grid-template-columns:repeat(3,1fr)}}.hx-advantage-card{padding:20px;background:var(--hx-bg-card);border:1px solid var(--hx-border-subtle);border-radius:var(--hx-radius-card);transition:all var(--hx-duration) ease;min-width:0}.hx-advantage-card:hover{border-color:var(--hx-primary);transform:translateY(-2px);box-shadow:var(--hx-shadow-card-hover)}.hx-advantage-title{font-size:.9375rem;font-weight:600;margin:8px 0 4px;color:var(--hx-text)}.hx-advantage-desc{font-size:.8125rem;color:var(--hx-text-muted);line-height:1.5;margin:0}.hx-cta-banner-section{padding:var(--hx-space-4) var(--hx-gutter-lg)}@media (max-width:480px){.hx-cta-banner-section{padding:var(--hx-space-3) var(--hx-gutter-md)}}.hx-cta-banner{display:grid;grid-gap:var(--hx-space-4);gap:var(--hx-space-4);padding:var(--hx-space-4);background:var(--hx-bg-card-highlight);border:1px solid var(--hx-border-subtle);border-radius:var(--hx-radius-card)}@media (min-width:768px){.hx-cta-banner{grid-template-columns:1fr auto;align-items:center}}@media (max-width:480px){.hx-cta-banner{padding:var(--hx-space-3)}}.hx-cta-banner-title{font-size:clamp(1.25rem,4vw,1.5rem);font-weight:700;margin:0 0 var(--hx-space-2);color:var(--hx-text)}.hx-cta-banner-desc{font-size:.9375rem;color:var(--hx-text-muted);margin:0 0 var(--hx-space-3);line-height:1.6}.hx-cta-banner-actions{display:flex;flex-wrap:wrap;gap:var(--hx-space-2)}.hx-cta-banner-right{text-align:center}.hx-cta-badge{width:80px;height:80px;margin:0 auto var(--hx-space-2);display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:800;color:var(--hx-primary);background:var(--hx-icon-tile-bg);border-radius:var(--hx-radius-card)}.hx-cta-badge-headline{font-size:1rem;font-weight:600;color:var(--hx-text);margin:0}.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%;max-width:100%;min-width:0;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;box-sizing:border-box}.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:min(1280px,100%);margin:0 auto;padding:0 var(--hx-space-3);width:100%;min-width:0;box-sizing:border-box}.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:min(600px,100%);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:min(42rem,100%)}.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:min(560px,100%);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);overflow-wrap:break-word;word-wrap:break-word;max-width:100%;min-width:0}.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(min(240px,100%),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;min-width:0;max-width:min(1100px,100%);margin:0 auto}.hx-checkout-main,.hx-checkout-summary{min-width:0}@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);min-width:0;max-width:100%}.hx-checkout-form [role=group]{min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.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)}.hx-checkout-stripe-dev{min-width:0;max-width:100%;overflow-wrap:break-word}.hx-checkout-stripe-dev-list{margin:0;padding-left:1.25rem}.hx-checkout-stripe-dev-list li{margin-bottom:.5rem;overflow-wrap:break-word;word-break:break-word}#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:var(--hx-space-2) var(--hx-space-2);gap:var(--hx-space-2)}.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{display:flex}.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:var(--hx-space-2) 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: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-company-contact-block{margin-bottom:var(--hx-space-4)}.hx-company-contact-block .hx-section-heading{margin-bottom:var(--hx-space-3)}.hx-company-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));grid-gap:var(--hx-space-3);gap:var(--hx-space-3)}.hx-company-contact-grid .hx-contact-card{padding:var(--hx-space-3)}.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}@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}.hx-checkout-layout{padding-bottom:80px}.hx-checkout-summary{max-width:min(420px,calc(100% - 72px));margin-left:auto;margin-right:auto;padding-right:0}}@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"}