:root{--hj-blue:#0066c0;--hj-blue-dark:#004a8c;--hj-orange:#ff9900;--hj-ink:#172033;--hj-text:#344054;--hj-muted:#667085;--hj-soft:#f7f9fc;--hj-border:#e4e7ec;--hj-green:#087443;--hj-red:#b42318;--hj-radius-sm:12px;--hj-radius-md:18px;--hj-radius-lg:24px;--hj-radius-xl:30px;--hj-shadow-sm:0 8px 22px rgba(15, 23, 42, 0.045);--hj-shadow-md:0 12px 30px rgba(15, 23, 42, 0.06);--hj-shadow-lg:0 18px 45px rgba(16, 24, 40, 0.08);--hj-content:760px;--hj-wide:1180px;--hj-header-height:72px}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}body{margin:0;background:#fff;color:var(--hj-text);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.68;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:var(--hj-blue);text-decoration-thickness:1.4px;text-underline-offset:3px}a:hover{color:var(--hj-blue-dark)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid rgb(0 102 192 / .28);outline-offset:3px;border-radius:8px}img{max-width:100%;height:auto}button,input,select,textarea{font:inherit}.hj-skip-link{position:absolute;left:-999px;top:12px;z-index:9999;padding:10px 14px;background:var(--hj-blue);color:#fff;border-radius:999px}.hj-skip-link:focus{left:12px;color:#fff}.hj-site-header{position:sticky;top:0;z-index:50;background:rgb(255 255 255 / .92);border-bottom:1px solid rgb(228 231 236 / .9);backdrop-filter:blur(16px)}.admin-bar .hj-site-header{top:32px}.hj-header-inner{max-width:var(--hj-wide);margin:0 auto;min-height:var(--hj-header-height);padding:10px 18px;display:flex;align-items:center;justify-content:space-between;gap:20px}.hj-brand{display:inline-flex;align-items:center;gap:10px;color:var(--hj-ink);text-decoration:none;font-weight:900;letter-spacing:-.02em}.hj-brand img{max-height:42px;width:auto}.hj-brand-text{display:grid;line-height:1.05}.hj-brand-name{font-size:1.2rem}.hj-brand-tagline{font-size:.76rem;font-weight:700;color:var(--hj-muted);letter-spacing:0}.hj-nav-wrap{display:flex;align-items:center;gap:18px}.hj-menu-toggle{display:none;border:1px solid var(--hj-border);background:#fff;color:var(--hj-ink);border-radius:999px;padding:9px 12px;font-weight:800;cursor:pointer}.hj-primary-menu,.hj-primary-menu ul{list-style:none;margin:0;padding:0}.hj-primary-menu{display:flex;align-items:center;gap:4px}.hj-primary-menu a{display:inline-flex;align-items:center;min-height:42px;padding:8px 11px;border-radius:999px;color:var(--hj-ink);text-decoration:none;font-weight:750;font-size:.95rem}.hj-primary-menu a:hover,.hj-primary-menu .current-menu-item>a,.hj-primary-menu .current-menu-ancestor>a{background:#eef7ff;color:var(--hj-blue-dark)}.hj-header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 15px;border-radius:999px;background:var(--hj-blue);color:#fff!important;text-decoration:none!important;font-weight:850;box-shadow:0 10px 22px rgb(0 102 192 / .18)}.hj-header-cta:hover{background:var(--hj-blue-dark)}.hj-site-main{min-height:65vh}.hj-container{max-width:var(--hj-content);margin-inline:auto;padding-inline:18px}.hj-wide{max-width:var(--hj-wide);margin-inline:auto;padding-inline:18px}.hj-narrow{max-width:680px;margin-inline:auto;padding-inline:18px}.hj-section{margin-block:42px}.hj-section-tight{margin-block:26px}.hj-page-header,.hj-archive-header,.hj-single-header{max-width:var(--hj-wide);margin:0 auto;padding:clamp(32px, 5vw, 62px) 18px 26px}.hj-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--hj-blue);font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin:0 0 14px}.hj-eyebrow::before{content:"";width:28px;height:3px;background:var(--hj-orange);border-radius:99px;display:inline-block}.hj-title{max-width:920px;color:var(--hj-ink);font-size:clamp(2.15rem, 5vw, 4rem);line-height:1.04;letter-spacing:-.045em;margin:0 0 14px}.hj-subtitle{max-width:780px;color:#475467;font-size:clamp(1.06rem, 2vw, 1.22rem);line-height:1.65;margin:0}.hj-content{max-width:var(--hj-content);margin:0 auto;padding:10px 18px 56px}.hj-content>*:first-child{margin-top:0}.hj-content h2,.hj-content h3,.hj-content h4{color:var(--hj-ink);letter-spacing:-.02em;line-height:1.2}.hj-content h2{font-size:clamp(1.55rem, 3vw, 2.15rem);margin-top:2.1em}.hj-content h3{font-size:clamp(1.25rem, 2vw, 1.5rem);margin-top:1.7em}.hj-content p{margin:0 0 1.1em}.hj-content ul,.hj-content ol{padding-left:1.25rem}.hj-content li{margin-bottom:.45rem}.hj-content table{width:100%;border-collapse:collapse;margin:1.25rem 0}.hj-content th,.hj-content td{border:1px solid var(--hj-border);padding:12px 14px;text-align:left;vertical-align:top}.hj-content th{background:#f8fafc;color:var(--hj-ink);font-weight:850}.hj-content blockquote{margin:1.5rem 0;padding:18px 20px;border-left:5px solid var(--hj-orange);background:#fff8ec;border-radius:0 var(--hj-radius-md) var(--hj-radius-md) 0;color:#3f4652}.hj-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.hj-card{position:relative;overflow:hidden;background:#fff;border:1px solid var(--hj-border);border-radius:var(--hj-radius-lg);padding:22px;box-shadow:var(--hj-shadow-md)}.hj-card::before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,var(--hj-blue),var(--hj-orange))}.hj-card h2,.hj-card h3{margin-top:0}.hj-card p:last-child{margin-bottom:0}.hj-card--soft{background:var(--hj-soft)}.hj-card--dark{background:#0f172a;color:#dbe5f2;border-color:rgb(255 255 255 / .12)}.hj-card--dark h2,.hj-card--dark h3{color:#fff}.hj-btn,.wp-block-button__link,.hj-content .wp-block-button__link{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 18px;border-radius:999px;background:var(--hj-blue);color:#fff!important;font-weight:850;text-decoration:none!important;box-shadow:0 10px 22px rgb(0 102 192 / .22);transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease;border:0}.hj-btn:hover,.wp-block-button__link:hover{background:var(--hj-blue-dark);color:#fff!important;transform:translateY(-1px);box-shadow:0 13px 26px rgb(0 74 140 / .25)}.hj-btn--secondary{background:#fff;color:var(--hj-blue-dark)!important;border:1px solid var(--hj-border);box-shadow:none}.hj-btn--secondary:hover{background:#f3f7fb;color:var(--hj-blue-dark)!important}.hj-btn--accent{background:var(--hj-orange);color:#111827!important;box-shadow:0 10px 22px rgb(255 153 0 / .22)}.hj-btn--accent:hover{background:#e88900;color:#111827!important}.hj-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.hj-disclosure,.hj-note{background:#f8fafc;border:1px solid var(--hj-border);border-radius:var(--hj-radius-md);padding:14px 16px;color:#4b5563;font-size:.95rem}.hj-disclosure strong{color:var(--hj-ink)}.hj-badge{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:999px;padding:7px 11px;background:#fff6e3;color:#7a4500;font-weight:850;font-size:.82rem}.hj-badge--blue{background:#eef7ff;color:var(--hj-blue-dark)}.hj-badge--green{background:#edfdf5;color:var(--hj-green)}.hj-badge--red{background:#fff1f1;color:var(--hj-red)}.hj-table-wrap{overflow-x:auto;border:1px solid var(--hj-border);border-radius:var(--hj-radius-md);background:#fff;margin:1.25rem 0}.hj-table{width:100%;min-width:760px;border-collapse:collapse}.hj-table th,.hj-table td{padding:15px 16px;border-bottom:1px solid var(--hj-border);text-align:left;vertical-align:top}.hj-table th{background:#f8fafc;font-weight:900;color:var(--hj-ink)}.hj-table tr:last-child td{border-bottom:0}.hj-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;max-width:var(--hj-wide);margin:0 auto;padding:20px 18px 60px}.hj-post-card{display:flex;flex-direction:column;min-height:100%;overflow:hidden;border:1px solid var(--hj-border);border-radius:var(--hj-radius-lg);background:#fff;box-shadow:var(--hj-shadow-sm);color:inherit;text-decoration:none}.hj-post-card:hover{transform:translateY(-2px);box-shadow:var(--hj-shadow-md)}.hj-post-thumb{aspect-ratio:16/9;background:var(--hj-soft);overflow:hidden}.hj-post-thumb img{width:100%;height:100%;object-fit:cover;display:block}.hj-post-body{padding:18px;display:grid;gap:10px}.hj-post-body h2,.hj-post-body h3{margin:0;font-size:1.15rem;line-height:1.25;color:var(--hj-ink)}.hj-post-body p{margin:0;color:#4b5563;font-size:.96rem}.hj-post-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:var(--hj-muted);font-size:.86rem}.hj-single-layout{max-width:var(--hj-wide);margin:0 auto;padding:0 18px 64px;display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:34px;align-items:start}.hj-single-layout .hj-content{padding:0;max-width:760px;margin:0}.hj-sidebar{position:sticky;top:calc(var(--hj-header-height) + 24px);display:grid;gap:18px}.hj-sidebar-card{background:#fff;border:1px solid var(--hj-border);border-radius:var(--hj-radius-lg);padding:18px;box-shadow:var(--hj-shadow-sm)}.hj-sidebar-card h2,.hj-sidebar-card h3{font-size:1.05rem;margin:0 0 10px;color:var(--hj-ink)}.hj-sidebar-card ul{margin:0;padding-left:1.05rem}.hj-sidebar-card li{margin-bottom:.5rem}.hj-related{max-width:var(--hj-wide);margin:0 auto;padding:18px 18px 64px}.hj-related h2{color:var(--hj-ink);font-size:clamp(1.5rem, 3vw, 2.1rem);margin:0 0 16px}.hj-site-footer{background:#0f172a;color:#dbe5f2;margin-top:40px}.hj-footer-inner{max-width:var(--hj-wide);margin:0 auto;padding:40px 18px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(220px,.8fr);gap:32px}.hj-footer-brand{color:#fff;font-weight:900;font-size:1.25rem;margin-bottom:8px}.hj-footer-inner a{color:#fff}.hj-footer-menu{list-style:none;padding:0;margin:0;display:grid;gap:8px}.hj-footer-note{border-top:1px solid rgb(255 255 255 / .12);max-width:var(--hj-wide);margin:0 auto;padding:16px 18px 26px;color:#b9c5d6;font-size:.92rem}.hj-hub{max-width:var(--hj-wide);margin:0 auto;padding:28px 18px 60px}.hj-hub-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.75fr);gap:24px;align-items:stretch;margin:10px 0 30px}.hj-hub-main{position:relative;overflow:hidden;background:linear-gradient(135deg,#eef7ff 0%,#ffffff 58%,#fff8ec 100%);border:1px solid var(--hj-border);border-radius:30px;padding:clamp(28px, 5vw, 54px);box-shadow:var(--hj-shadow-lg)}.hj-hub-main::after{content:"";position:absolute;right:-80px;top:-80px;width:210px;height:210px;border-radius:999px;background:rgb(255 153 0 / .17)}.hj-hub-title{display:block;max-width:820px;color:var(--hj-ink);font-size:clamp(2.15rem, 5vw, 4rem);line-height:1.05;letter-spacing:-.045em;margin:0 0 16px}.hj-hub-side{display:grid;gap:14px}.hj-stat{background:#fff;border:1px solid var(--hj-border);border-radius:var(--hj-radius-lg);padding:20px;box-shadow:var(--hj-shadow-md)}.hj-stat strong{display:block;color:var(--hj-blue-dark);font-size:1.35rem;line-height:1;margin-bottom:7px}.hj-stat span{display:block;color:var(--hj-muted);font-size:.95rem;line-height:1.45}.hj-chips{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 34px}.hj-chip{display:inline-flex;align-items:center;border:1px solid var(--hj-border);border-radius:999px;padding:9px 13px;background:#fff;color:#334155!important;text-decoration:none!important;font-weight:760;font-size:.92rem}.hj-chip:hover{border-color:#b7c9dd;background:#f7fbff}.hj-guide-list{display:grid;gap:14px;margin-top:18px}.hj-guide-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;background:#fff;border:1px solid var(--hj-border);border-radius:var(--hj-radius-md);padding:18px 20px;box-shadow:var(--hj-shadow-sm)}.hj-guide-row h3{margin:0 0 5px;color:var(--hj-ink);font-size:1.07rem}.hj-guide-row p{margin:0;color:#4b5563;font-size:.96rem}.hj-dark-panel{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:20px;background:#0f172a;color:#fff;border-radius:var(--hj-radius-lg);padding:28px;margin-top:18px}.hj-dark-panel h2,.hj-dark-panel h3{color:#fff}.hj-dark-panel p,.hj-dark-panel li{color:#dbe5f2}.hj-dark-panel ul{margin:0;padding-left:18px;line-height:1.65}.hj-faq{display:grid;gap:12px;margin-top:18px}.hj-faq details{background:#fff;border:1px solid var(--hj-border);border-radius:var(--hj-radius-md);padding:17px 18px}.hj-faq summary{cursor:pointer;font-weight:900;color:var(--hj-ink)}.hj-faq p{margin:10px 0 0;color:#4b5563}.hj-cta-panel{background:linear-gradient(135deg,#0f172a 0%,#004a8c 100%);color:#fff;border-radius:var(--hj-radius-lg);padding:28px;margin-top:30px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center}.hj-cta-panel h2{color:#fff;margin:0 0 8px}.hj-cta-panel p{color:#e6edf7;margin:0}.hj-cta-panel .hj-btn{background:var(--hj-orange);color:#111827!important;box-shadow:0 12px 24px rgb(255 153 0 / .25)}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.alignwide{max-width:var(--hj-wide);margin-left:auto;margin-right:auto}.alignfull{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}@media (max-width:1000px){.hj-single-layout{grid-template-columns:1fr}.hj-sidebar{position:static;max-width:var(--hj-content)}.hj-post-grid,.hj-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hj-hub-hero,.hj-dark-panel,.hj-cta-panel{grid-template-columns:1fr}}@media (max-width:782px){.admin-bar .hj-site-header{top:0}}@media (max-width:760px){:root{--hj-header-height:64px}.hj-menu-toggle{display:inline-flex}.hj-nav-wrap{position:fixed;inset:var(--hj-header-height) 12px auto 12px;display:none;background:#fff;border:1px solid var(--hj-border);border-radius:var(--hj-radius-lg);padding:12px;box-shadow:var(--hj-shadow-lg)}.hj-nav-wrap.is-open{display:grid}.hj-primary-menu{display:grid;align-items:stretch;gap:4px}.hj-primary-menu a{width:100%;border-radius:var(--hj-radius-sm)}.hj-header-cta{width:100%;margin-top:8px}.hj-post-grid,.hj-card-grid{grid-template-columns:1fr}.hj-footer-inner{grid-template-columns:1fr}.hj-guide-row{grid-template-columns:1fr}.hj-cta-panel{text-align:left}.hj-actions,.hj-cta-panel .hj-btn,.hj-btn{width:100%}.hj-actions .hj-btn{width:100%}}:root{--hj-navy:#062f3a;--hj-navy-2:#082b33;--hj-deep:#042b34;--hj-teal:#0b6f78;--hj-blue:#0066c0;--hj-blue-dark:#004a8c;--hj-orange:#ff9900;--hj-brown:#aa6a3c;--hj-ink:#1f2937;--hj-muted:#667085;--hj-border:#e6e9ef;--hj-card:#ffffff;--hj-soft:#f7f9fc;--hj-wide:1240px;--hj-radius:24px}body{background:#fff;color:var(--hj-ink)}.hj-site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid rgb(228 231 236 / .9);box-shadow:0 8px 28px rgb(15 23 42 / .06)}.admin-bar .hj-site-header{top:32px}.hj-topbar{background:linear-gradient(90deg,#16472f 0%,#004454 55%,#003a40 100%);color:#dcecf1;font-size:.9rem}.hj-topbar-inner{max-width:var(--hj-wide);margin:0 auto;padding:10px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px}.hj-topbar-note{display:flex;align-items:center;gap:9px;font-weight:760;white-space:nowrap}.hj-topbar-note span{color:var(--hj-orange);font-size:1.2rem;line-height:1}.hj-topbar-nav{display:flex;align-items:center;gap:22px;white-space:nowrap}.hj-topbar-nav a{color:#dcecf1;text-decoration:none;font-weight:650;opacity:.95}.hj-topbar-nav a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}.hj-header-shell{background:#fff}.hj-header-inner{max-width:var(--hj-wide);margin:0 auto;padding:18px;display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:104px}.hj-brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;color:var(--hj-ink);flex:0 0 auto}.hj-brand img,.hj-brand .custom-logo{display:block;width:auto;max-width:220px;max-height:74px;object-fit:contain}.hj-brand-mark{width:56px;height:56px;display:grid;place-items:center;border-radius:999px;background:var(--hj-teal);color:#fff;font-weight:900;box-shadow:0 0 0 5px rgb(11 111 120 / .16)}.hj-brand-name{display:block;font-weight:900;font-size:1.45rem;letter-spacing:.04em;text-transform:uppercase;color:#08727c}.hj-brand-tagline{display:block;font-size:.78rem;color:var(--hj-muted);margin-top:2px}.hj-nav-wrap{display:flex;align-items:center;gap:24px;flex:1;justify-content:flex-end}.hj-primary-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:10px}.hj-primary-menu li{position:relative;margin:0}.hj-primary-menu a{display:inline-flex;align-items:center;min-height:46px;padding:10px 14px;border-radius:999px;text-decoration:none;color:#344054;font-weight:760;line-height:1.1;transition:background-color .16s ease,color .16s ease,box-shadow .16s ease}.hj-primary-menu>li.current-menu-item>a,.hj-primary-menu>li.current-menu-ancestor>a,.hj-primary-menu a:hover{background:var(--hj-blue);color:#fff;box-shadow:0 10px 22px rgb(0 102 192 / .18)}.hj-primary-menu .sub-menu{display:none;position:absolute;top:100%;left:0;min-width:245px;list-style:none;margin:8px 0 0;padding:10px;background:#fff;border:1px solid var(--hj-border);border-radius:18px;box-shadow:0 18px 45px rgb(15 23 42 / .14)}.hj-primary-menu li:hover>.sub-menu,.hj-primary-menu li:focus-within>.sub-menu{display:block}.hj-primary-menu .sub-menu a{display:flex;width:100%;border-radius:12px;justify-content:flex-start;min-height:40px;box-shadow:none;background:#fff0;color:#344054}.hj-primary-menu .sub-menu a:hover{background:#f3f7fb;color:var(--hj-blue-dark);box-shadow:none}.hj-header-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:13px 22px;border-radius:999px;background:var(--hj-brown);color:#fff!important;text-decoration:none!important;font-weight:850;box-shadow:0 18px 40px rgb(170 106 60 / .24);white-space:nowrap}.hj-header-cta:hover{background:#8f552e;transform:translateY(-1px)}.hj-menu-toggle{display:none;border:1px solid var(--hj-border);background:#fff;color:var(--hj-ink);border-radius:999px;padding:10px 14px;font-weight:800}.hj-site-main{min-height:55vh}.hj-home-hero{background:radial-gradient(circle at 18% 0%,rgb(255 153 0 / .18),transparent 28%),linear-gradient(135deg,#f8fbff 0%,#ffffff 58%,#fff8ee 100%);border-bottom:1px solid var(--hj-border)}.hj-home-hero-inner{max-width:var(--hj-wide);margin:0 auto;padding:70px 18px;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.72fr);gap:30px;align-items:center}.hj-home-copy h1{font-size:clamp(2.55rem,5vw,5rem);line-height:1.02;letter-spacing:-.055em;margin:0 0 18px;color:#111827;max-width:820px}.hj-home-lede{font-size:clamp(1.08rem,1.9vw,1.32rem);line-height:1.68;color:#475467;max-width:770px;margin:0 0 24px}.hj-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--hj-blue-dark);font-size:.82rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase;margin:0 0 14px}.hj-eyebrow:before{content:"";width:28px;height:3px;background:var(--hj-orange);border-radius:99px;display:inline-block}.hj-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.hj-home-panel{display:grid;gap:14px}.hj-stat{background:#fff;border:1px solid var(--hj-border);border-radius:22px;padding:22px;box-shadow:0 14px 34px rgb(15 23 42 / .075)}.hj-stat strong{display:block;color:var(--hj-blue-dark);font-size:1.18rem;margin-bottom:6px}.hj-stat span{display:block;color:#5f6b7a;line-height:1.55}.hj-section{max-width:var(--hj-wide);margin:0 auto;padding:58px 18px}.hj-section--wide h2{font-size:clamp(2rem,3.4vw,3.2rem);line-height:1.08;letter-spacing:-.04em;margin:0 0 16px;color:#111827;max-width:850px}.hj-card-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.hj-category-card h3 a{text-decoration:none;color:#172033}.hj-category-card h3 a:hover{color:var(--hj-blue)}.hj-home-split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,.8fr);gap:28px;align-items:center;background:#fff}.hj-home-split p{color:#475467;line-height:1.75;font-size:1.06rem}.hj-method-list{display:grid;gap:14px}.hj-method-list>div{background:#fff;border:1px solid var(--hj-border);border-radius:22px;padding:22px;box-shadow:0 12px 28px rgb(15 23 42 / .055)}.hj-method-list strong{display:block;color:#172033;font-size:1.08rem;margin-bottom:5px}.hj-method-list span{color:#5f6b7a;line-height:1.55}.hj-site-footer{background:radial-gradient(circle at 17% 0%,rgb(255 153 0 / .12),transparent 26%),linear-gradient(135deg,#052e38 0%,#092d34 55%,#183b2a 100%);color:#dcecf1;margin-top:40px}.hj-footer-inner{max-width:var(--hj-wide);margin:0 auto;padding:66px 18px 44px;display:grid;grid-template-columns:minmax(300px,.92fr) minmax(0,1.95fr);gap:36px;align-items:start}.hj-footer-brand-card{background:rgb(255 255 255 / .09);border:1px solid rgb(255 255 255 / .14);border-radius:28px;padding:26px;box-shadow:0 22px 55px rgb(0 0 0 / .18)}.hj-footer-logo{display:inline-flex;align-items:center;justify-content:center;background:#fff;border-radius:26px;padding:12px 18px;margin-bottom:22px;text-decoration:none;max-width:300px}.hj-footer-logo img,.hj-footer-logo .custom-logo{max-width:220px;max-height:70px;width:auto;height:auto;object-fit:contain;display:block}.hj-footer-logo-text{font-size:1.4rem;font-weight:900;color:#08727c;text-transform:uppercase}.hj-footer-brand-card p{font-size:1rem;line-height:1.7;color:#d5e7ec;margin:0 0 18px}.hj-footer-disclosure{border:1px solid rgb(255 153 0 / .35);background:rgb(255 153 0 / .08);border-radius:22px;padding:18px;margin:18px 0 22px;color:#fff}.hj-footer-disclosure strong{display:block;margin-bottom:8px;color:#fff}.hj-footer-disclosure span{display:block;line-height:1.6;color:#fff3dc}.hj-site-footer .search-form{display:flex;gap:10px;margin-top:18px}.hj-site-footer .search-field{width:100%;min-height:46px;border-radius:999px;border:1px solid rgb(255 255 255 / .18);background:rgb(255 255 255 / .10);color:#fff;padding:0 18px;outline:none}.hj-site-footer .search-field::placeholder{color:#b9ccd2}.hj-site-footer .search-submit{min-height:46px;border:0;border-radius:999px;background:#fff;color:var(--hj-blue-dark);font-weight:850;padding:0 20px;cursor:pointer}.hj-footer-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.hj-footer-col h2{font-family:Georgia,serif;font-size:1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;margin:0 0 18px}.hj-footer-col ul,.hj-footer-menu{list-style:none;margin:0;padding:0;display:grid;gap:15px}.hj-footer-col li,.hj-footer-menu li{position:relative;padding-left:18px;color:#b9ccd2}.hj-footer-col li:before,.hj-footer-menu li:before{content:"";position:absolute;left:0;top:.72em;width:7px;height:7px;border-radius:999px;background:rgb(255 255 255 / .28)}.hj-footer-col:first-child li:first-child:before{background:var(--hj-orange)}.hj-footer-col a,.hj-footer-menu a{color:#dcecf1;text-decoration:none;font-size:1rem;line-height:1.35}.hj-footer-col a:hover,.hj-footer-menu a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}.hj-footer-mini-card{margin-top:26px;background:rgb(255 255 255 / .10);border:1px solid rgb(255 255 255 / .13);border-radius:24px;padding:18px;color:#dcecf1;max-width:300px}.hj-footer-mini-card strong{display:block;color:#fff;font-size:1.05rem;margin-bottom:7px}.hj-footer-mini-card span{display:block;color:#bfd3d9;line-height:1.58}.hj-footer-bottom{max-width:var(--hj-wide);margin:0 auto;padding:18px;border-top:1px solid rgb(255 255 255 / .14);display:flex;align-items:center;justify-content:space-between;gap:18px;color:#b9ccd2;font-size:.94rem}.hj-footer-bottom nav{display:flex;flex-wrap:wrap;gap:18px}.hj-footer-bottom a{color:#dcecf1;text-decoration:none}.hj-footer-bottom a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}@media(max-width:1100px){.hj-topbar-inner{flex-direction:column;align-items:flex-start;gap:8px}.hj-topbar-nav{gap:16px;flex-wrap:wrap}.hj-nav-wrap{gap:12px}.hj-primary-menu{gap:4px}.hj-primary-menu a{padding:9px 10px}.hj-card-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}.hj-footer-inner{grid-template-columns:1fr}.hj-footer-columns{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:782px){.admin-bar .hj-site-header{top:0}.hj-topbar-nav{display:none}.hj-header-inner{min-height:auto;padding:14px 18px;align-items:center}.hj-brand img,.hj-brand .custom-logo{max-width:170px;max-height:58px}.hj-menu-toggle{display:inline-flex}.hj-nav-wrap{display:none;position:absolute;left:14px;right:14px;top:100%;background:#fff;border:1px solid var(--hj-border);border-radius:22px;padding:16px;box-shadow:0 18px 45px rgb(15 23 42 / .18);align-items:stretch}.hj-nav-wrap.is-open{display:grid}.hj-primary-menu{display:grid;gap:6px}.hj-primary-menu .sub-menu{display:grid;position:static;margin:6px 0 0;box-shadow:none;border-radius:14px}.hj-header-cta{width:100%;margin-top:8px}.hj-home-hero-inner,.hj-home-split{grid-template-columns:1fr;padding-top:44px;padding-bottom:44px}.hj-footer-columns{grid-template-columns:1fr}.hj-footer-bottom{flex-direction:column;align-items:flex-start}.hj-card-grid--four{grid-template-columns:1fr}}.hj-site-header{position:sticky!important;top:0!important;z-index:1000!important;background:#fff!important;border-bottom:1px solid rgb(15 23 42 / .08)!important;box-shadow:0 8px 24px rgb(15 23 42 / .055)!important}.admin-bar .hj-site-header{top:32px!important}.hj-topbar{min-height:30px!important;background:linear-gradient(90deg,#173f30 0%,#064852 58%,#033941 100%)!important;color:#e5f2f5!important;font-size:14px!important}.hj-topbar-inner{max-width:var(--hj-wide)!important;min-height:30px!important;margin:0 auto!important;padding:4px 18px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important}.hj-topbar-note{display:flex!important;align-items:center!important;gap:8px!important;margin:0!important;font-size:14px!important;line-height:1.2!important;font-weight:650!important;white-space:nowrap!important}.hj-topbar-note span{color:var(--hj-orange)!important;font-size:16px!important;line-height:1!important}.hj-topbar-nav{display:flex!important;align-items:center!important;gap:18px!important;margin:0!important;white-space:nowrap!important}.hj-topbar-nav a{color:#e5f2f5!important;text-decoration:none!important;font-size:14px!important;font-weight:650!important;line-height:1.2!important}.hj-topbar-nav a:hover{text-decoration:underline!important;text-underline-offset:4px!important;color:#fff!important}.hj-header-shell{background:#fff!important}.hj-header-inner{max-width:var(--hj-wide)!important;min-height:72px!important;height:72px!important;margin:0 auto!important;padding:8px 18px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important}.hj-brand{display:inline-flex!important;align-items:center!important;gap:10px!important;flex:0 0 auto!important;min-width:190px!important;max-width:260px!important;text-decoration:none!important}.hj-brand img,.hj-brand .custom-logo{display:block!important;width:auto!important;max-width:205px!important;max-height:54px!important;object-fit:contain!important}.hj-brand-mark{width:42px!important;height:42px!important;font-size:15px!important}.hj-brand-name{font-size:1.05rem!important;line-height:1!important}.hj-brand-tagline{font-size:.7rem!important;line-height:1.05!important;max-width:210px!important}.hj-nav-wrap{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:16px!important;flex:1 1 auto!important;min-width:0!important}.hj-primary-nav{display:flex!important;align-items:center!important;min-width:0!important}.hj-primary-menu{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;list-style:none!important;margin:0!important;padding:0!important}.hj-primary-menu li{position:relative!important;margin:0!important;padding:0!important}.hj-primary-menu>li{display:flex!important;align-items:center!important}.hj-primary-menu a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;padding:9px 12px!important;border-radius:999px!important;color:#1f2937!important;text-decoration:none!important;font-weight:760!important;font-size:15px!important;line-height:1.05!important;box-shadow:none!important;white-space:nowrap!important}.hj-primary-menu>li.current-menu-item>a,.hj-primary-menu>li.current-menu-ancestor>a,.hj-primary-menu>li>a:hover{background:#eef7ff!important;color:var(--hj-blue-dark)!important;box-shadow:none!important}.hj-header-cta{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:42px!important;padding:10px 18px!important;border-radius:999px!important;background:#b36f3d!important;color:#fff!important;font-size:15px!important;font-weight:850!important;line-height:1.05!important;text-decoration:none!important;white-space:nowrap!important;box-shadow:0 10px 22px rgb(179 111 61 / .18)!important}.hj-header-cta:hover{background:#965b31!important;color:#fff!important;transform:none!important}.hj-primary-menu .sub-menu,.hj-site-header .sub-menu,.hj-site-header nav ul ul{display:block!important;position:absolute!important;top:calc(100% + 8px)!important;left:0!important;z-index:1002!important;min-width:230px!important;max-width:280px!important;height:auto!important;max-height:none!important;overflow:visible!important;list-style:none!important;margin:0!important;padding:8px!important;background:#fff!important;border:1px solid var(--hj-border)!important;border-radius:16px!important;box-shadow:0 18px 35px rgb(15 23 42 / .16)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(6px)!important;transition:opacity .14s ease,transform .14s ease,visibility .14s ease!important}.hj-primary-menu li:hover>.sub-menu,.hj-primary-menu li:focus-within>.sub-menu,.hj-site-header li:hover>.sub-menu,.hj-site-header li:focus-within>.sub-menu,.hj-site-header nav li:hover>ul,.hj-site-header nav li:focus-within>ul{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}.hj-primary-menu .sub-menu li,.hj-site-header .sub-menu li{display:block!important;width:100%!important}.hj-primary-menu .sub-menu a,.hj-site-header .sub-menu a{display:block!important;width:100%!important;min-height:38px!important;padding:10px 12px!important;border-radius:10px!important;color:#344054!important;background:transparent!important;justify-content:flex-start!important;text-align:left!important;font-size:14px!important;white-space:nowrap!important}.hj-primary-menu .sub-menu a:hover,.hj-site-header .sub-menu a:hover{background:#f3f7fb!important;color:var(--hj-blue-dark)!important}.hj-primary-menu .sub-menu .sub-menu,.hj-site-header .sub-menu .sub-menu{left:100%!important;top:0!important}.hj-menu-toggle{display:none!important}.hj-site-main{padding-top:0!important}.hj-home-hero{margin-top:0!important}.hj-home-hero-inner{padding-top:42px!important;padding-bottom:48px!important}@media(max-width:1080px){.hj-topbar-nav{display:none!important}.hj-header-inner{height:auto!important;min-height:68px!important}.hj-brand{min-width:auto!important}.hj-brand img,.hj-brand .custom-logo{max-width:180px!important;max-height:48px!important}.hj-menu-toggle{display:inline-flex!important}.hj-nav-wrap{display:none!important;position:absolute!important;left:14px!important;right:14px!important;top:100%!important;background:#fff!important;border:1px solid var(--hj-border)!important;border-radius:20px!important;padding:14px!important;box-shadow:0 18px 45px rgb(15 23 42 / .18)!important;align-items:stretch!important}.hj-nav-wrap.is-open{display:grid!important}.hj-primary-menu{display:grid!important;gap:6px!important;justify-content:stretch!important}.hj-primary-menu>li{display:block!important}.hj-primary-menu a{justify-content:flex-start!important;width:100%!important}.hj-site-header .sub-menu,.hj-site-header nav ul ul{position:static!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;box-shadow:none!important;border-radius:14px!important;margin:6px 0 0!important;display:block!important}.hj-header-cta{width:100%!important;margin-top:8px!important}}@media(max-width:782px){.admin-bar .hj-site-header{top:0!important}}.hj-brand-mark,.hj-brand-text,.hj-footer-logo-text{display:none!important}.hj-brand{min-width:168px!important;max-width:230px!important}.hj-brand img,.hj-brand .custom-logo,.hj-brand .hj-fallback-logo{width:auto!important;max-width:200px!important;max-height:54px!important;display:block!important;object-fit:contain!important}.hj-header-inner{min-height:70px!important;height:70px!important;padding-top:7px!important;padding-bottom:7px!important}.hj-primary-menu a{font-size:14.5px!important;font-weight:720!important;padding:8px 11px!important}.hj-header-cta{min-height:40px!important;padding:9px 16px!important;font-size:14.5px!important}.hj-site-footer{margin-top:32px!important;background:radial-gradient(circle at 18% 0%,rgb(255 153 0 / .08),transparent 26%),linear-gradient(135deg,#052b34 0%,#082d34 54%,#153526 100%)!important}.hj-footer-inner{max-width:var(--hj-wide)!important;padding-top:48px!important;padding-bottom:34px!important;gap:32px!important;grid-template-columns:minmax(280px,.82fr) minmax(0,2.08fr)!important}.hj-footer-brand-card{border-radius:24px!important;padding:22px!important;background:rgb(255 255 255 / .075)!important;border-color:rgb(255 255 255 / .12)!important}.hj-footer-logo{display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#fff!important;border-radius:18px!important;padding:10px 14px!important;margin-bottom:18px!important;max-width:238px!important;box-shadow:0 10px 24px rgb(0 0 0 / .12)!important}.hj-footer-logo img,.hj-footer-logo .custom-logo,.hj-footer-logo .hj-fallback-logo{max-width:200px!important;max-height:62px!important;display:block!important;object-fit:contain!important}.hj-footer-brand-card p{font-size:.92rem!important;line-height:1.62!important;color:#d7e6ea!important;margin-bottom:14px!important}.hj-footer-disclosure{border-radius:18px!important;padding:14px 15px!important;margin:16px 0 18px!important;background:rgb(255 153 0 / .07)!important;border-color:rgb(255 153 0 / .28)!important}.hj-footer-disclosure strong{font-size:.92rem!important;margin-bottom:5px!important}.hj-footer-disclosure span{font-size:.88rem!important;line-height:1.55!important}.hj-site-footer .search-form{gap:8px!important;margin-top:14px!important}.hj-site-footer .search-field,.hj-site-footer .search-submit{min-height:42px!important;font-size:.92rem!important}.hj-site-footer .search-submit{padding:0 16px!important}.hj-footer-columns{gap:26px!important}.hj-footer-col h2{font-size:.82rem!important;letter-spacing:.13em!important;margin-bottom:14px!important;font-family:Georgia,serif!important}.hj-footer-col ul,.hj-footer-menu{gap:11px!important}.hj-footer-col li,.hj-footer-menu li{padding-left:16px!important}.hj-footer-col li:before,.hj-footer-menu li:before{top:.7em!important;width:5px!important;height:5px!important;background:rgb(255 255 255 / .30)!important}.hj-footer-col:first-child li:first-child:before{background:rgb(255 255 255 / .30)!important}.hj-footer-col li:hover:before,.hj-footer-menu li:hover:before{background:var(--hj-orange)!important}.hj-footer-col a,.hj-footer-menu a{color:#dbe8ec!important;font-size:.93rem!important;line-height:1.35!important;font-weight:560!important}.hj-footer-col a:hover,.hj-footer-menu a:hover{color:#fff!important;text-decoration:none!important}.hj-footer-mini-card{margin-top:18px!important;border-radius:18px!important;padding:14px 15px!important;max-width:270px!important;background:rgb(255 255 255 / .075)!important}.hj-footer-mini-card strong{font-size:.94rem!important;margin-bottom:5px!important}.hj-footer-mini-card span{font-size:.88rem!important;line-height:1.5!important}.hj-footer-bottom{padding-top:14px!important;padding-bottom:14px!important;font-size:.86rem!important}.hj-footer-bottom nav{gap:14px!important}@media(max-width:1080px){.hj-footer-inner{grid-template-columns:1fr!important;padding-top:38px!important}.hj-footer-columns{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:782px){.hj-brand img,.hj-brand .custom-logo,.hj-brand .hj-fallback-logo{max-width:170px!important;max-height:48px!important}.hj-footer-columns{grid-template-columns:1fr!important}.hj-footer-inner{padding-top:32px!important}}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;color:#263348!important}.hj-site-main{background:#fff!important}.hj-kicker-line{display:inline-flex;align-items:center;gap:10px;margin:0 0 12px;color:#0066c0;font-size:.82rem;line-height:1.2;font-weight:860;letter-spacing:.08em;text-transform:uppercase}.hj-kicker-line:before{content:"";display:inline-block;width:28px;height:3px;border-radius:99px;background:#f90}.hj-home-v2{max-width:var(--hj-wide);margin:0 auto;padding:50px 18px 38px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.82fr);gap:28px;align-items:stretch}.hj-home-v2__copy{position:relative;overflow:hidden;border:1px solid #e6edf5;border-radius:30px;background:linear-gradient(135deg,#f4f9ff 0%,#fff 58%,#fff7ea 100%);padding:clamp(30px,4.2vw,56px);box-shadow:0 20px 54px rgb(15 23 42 / .075)}.hj-home-v2__copy:after{content:"";position:absolute;right:-82px;top:-96px;width:230px;height:230px;border-radius:999px;background:rgb(255 153 0 / .13)}.hj-home-v2 h1{position:relative;z-index:1;max-width:780px;margin:0 0 16px;color:#172033;font-size:clamp(2.35rem,5.1vw,5.15rem);line-height:.98;letter-spacing:-.065em;font-weight:860}.hj-home-v2__lede{position:relative;z-index:1;max-width:760px;margin:0;color:#475467;font-size:clamp(1.05rem,1.55vw,1.3rem);line-height:1.65}.hj-home-v2__actions{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.hj-home-v2__panel{display:grid;gap:14px}.hj-home-v2__panel>div{position:relative;min-height:0;border:1px solid #e6edf5;border-radius:24px;background:#fff;padding:22px 22px 20px;box-shadow:0 14px 34px rgb(15 23 42 / .055)}.hj-home-v2__panel span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:#eef7ff;color:#0066c0;font-size:.8rem;font-weight:900;margin-bottom:13px}.hj-home-v2__panel strong{display:block;color:#172033;font-size:1.05rem;line-height:1.2;margin-bottom:6px}.hj-home-v2__panel p{margin:0;color:#5d6b7f;font-size:.95rem;line-height:1.58}.hj-home-section{max-width:var(--hj-wide);margin:0 auto;padding:54px 18px}.hj-home-section--tight{padding-top:32px}.hj-section-head{max-width:780px;margin-bottom:22px}.hj-section-head h2{margin:0 0 10px;color:#172033;font-size:clamp(1.85rem,3.4vw,3.25rem);line-height:1.05;letter-spacing:-.05em;font-weight:850}.hj-section-head p:not(.hj-kicker-line){margin:0;color:#5d6b7f;font-size:1.04rem;line-height:1.65}.hj-section-head--row{max-width:none;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.hj-section-head--row>div{max-width:780px}.hj-home-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.hj-home-category{display:flex;flex-direction:column;min-height:196px;padding:20px;border:1px solid #e5eaf2;border-radius:24px;background:#fff;text-decoration:none;box-shadow:0 12px 30px rgb(15 23 42 / .05);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.hj-home-category:hover{transform:translateY(-2px);border-color:#bdd7ef;box-shadow:0 18px 38px rgb(15 23 42 / .085)}.hj-home-category span{align-self:flex-start;margin-bottom:18px;padding:6px 10px;border-radius:999px;background:#fff7e8;color:#965b00;font-size:.77rem;font-weight:850;line-height:1}.hj-home-category strong{color:#172033;font-size:1.08rem;line-height:1.22;margin-bottom:8px}.hj-home-category em{color:#5d6b7f;font-style:normal;font-size:.94rem;line-height:1.55}.hj-home-path-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.hj-home-path-card{border-radius:26px;padding:24px;border:1px solid #dfe9f5;background:linear-gradient(180deg,#fff 0%,#f9fbfe 100%);box-shadow:0 14px 34px rgb(15 23 42 / .055)}.hj-home-path-card h3{margin:0 0 10px;color:#172033;font-size:1.22rem;line-height:1.2}.hj-home-path-card p{min-height:96px;margin:0 0 18px;color:#5d6b7f;font-size:.97rem;line-height:1.62}.hj-home-path-card a{display:inline-flex;align-items:center;gap:8px;color:#0066c0;font-weight:850;text-decoration:none}.hj-home-path-card a:hover{color:#004a8c;text-decoration:underline;text-underline-offset:4px}.hj-home-latest{background:#f8fafc;max-width:none;padding-left:max(18px,calc((100vw - var(--hj-wide))/2 + 18px));padding-right:max(18px,calc((100vw - var(--hj-wide))/2 + 18px));border-top:1px solid #eef2f6;border-bottom:1px solid #eef2f6}.hj-post-grid--home{padding:0!important}.hj-home-trust{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,.9fr);gap:26px;align-items:center}.hj-home-trust__copy{border-radius:28px;padding:34px;background:#0b3340;color:#fff;box-shadow:0 20px 50px rgb(8 27 35 / .18)}.hj-home-trust__copy .hj-kicker-line{color:#d9edf2}.hj-home-trust__copy h2{margin:0 0 12px;color:#fff;font-size:clamp(1.9rem,3.4vw,3.4rem);line-height:1.04;letter-spacing:-.05em}.hj-home-trust__copy p{margin:0 0 22px;color:#d5e7ec;font-size:1.04rem;line-height:1.7}.hj-home-trust__cards{display:grid;gap:14px}.hj-home-trust__cards>div{border:1px solid #e5eaf2;border-radius:22px;padding:20px 22px;background:#fff;box-shadow:0 12px 30px rgb(15 23 42 / .05)}.hj-home-trust__cards strong{display:block;margin-bottom:6px;color:#172033;font-size:1.05rem}.hj-home-trust__cards span{color:#5d6b7f;line-height:1.58}@media(max-width:1080px){.hj-home-v2,.hj-home-trust{grid-template-columns:1fr}.hj-home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hj-home-path-grid{grid-template-columns:1fr}.hj-home-path-card p{min-height:auto}}@media(max-width:782px){.hj-home-v2{padding-top:28px;padding-bottom:24px}.hj-home-v2__copy,.hj-home-trust__copy{border-radius:22px;padding:24px}.hj-home-v2 h1{font-size:clamp(2.1rem,12vw,3.4rem)}.hj-home-category-grid{grid-template-columns:1fr}.hj-section-head--row{align-items:flex-start;flex-direction:column}.hj-home-section{padding-top:36px;padding-bottom:36px}.hj-home-category{min-height:auto}}:root{--hj-font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--hj-font-display:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--hj-soft-blue:#f3f8ff;--hj-soft-green:#eff9f4}body{font-family:var(--hj-font-sans)}.hj-topbar{min-height:30px;background:linear-gradient(90deg,#173b2f,#064552)}.hj-topbar-inner{padding-top:5px;padding-bottom:5px}.hj-topbar-note,.hj-topbar-nav a{font-size:13px;font-weight:500;color:rgb(255 255 255 / .78);letter-spacing:.005em}.hj-topbar-note span{opacity:.5;transform:scale(.78)}.hj-topbar-nav a{position:relative;text-decoration:none;transition:color .18s ease}.hj-topbar-nav a:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:rgb(255 255 255 / .75);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.hj-topbar-nav a:hover{color:#fff}.hj-topbar-nav a:hover:after{transform:scaleX(1)}.hj-header-shell{border-bottom:1px solid rgb(15 23 42 / .08)}.hj-header-inner{min-height:68px;padding-top:8px;padding-bottom:8px}.hj-brand img,.hj-footer-logo img,.hj-fallback-logo{max-height:42px;width:auto;display:block}.hj-brand .custom-logo-link img,.hj-footer-logo .custom-logo-link img{max-height:42px;width:auto}.hj-nav-wrap{gap:10px}.hj-primary-menu>li>a,.hj-primary-nav a,.hj-header-cats__button{font-size:14px;font-weight:560;color:#314155;padding:9px 11px;border-radius:999px;transition:background-color .18s ease,color .18s ease,transform .18s ease}.hj-primary-menu>li>a:hover,.hj-primary-menu>.current-menu-item>a,.hj-header-cats:hover .hj-header-cats__button,.hj-header-cats:focus-within .hj-header-cats__button{background:#edf6ff;color:#0066c0;transform:translateY(-1px)}.hj-header-cta{min-height:38px;padding:9px 15px;font-size:14px;font-weight:680;box-shadow:0 8px 20px rgb(179 111 61 / .14)}.hj-header-cats{position:relative;display:flex;align-items:center}.hj-header-cats__button{display:inline-flex;align-items:center;gap:5px;border:0;background:#fff0;cursor:pointer;font-family:inherit}.hj-header-cats__button span{font-size:13px;transition:transform .18s ease}.hj-header-cats:hover .hj-header-cats__button span,.hj-header-cats:focus-within .hj-header-cats__button span{transform:rotate(180deg)}.hj-header-cats__menu{position:absolute;top:calc(100% + 12px);left:0;width:270px;padding:10px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 22px 42px rgb(15 23 42 / .16);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;z-index:1000;display:grid;gap:3px}.hj-header-cats:hover .hj-header-cats__menu,.hj-header-cats:focus-within .hj-header-cats__menu{opacity:1;visibility:visible;transform:translateY(0)}.hj-header-cats__menu a{display:flex;align-items:center;justify-content:space-between;padding:10px 11px;border-radius:12px;color:#344054;text-decoration:none;font-size:14px;font-weight:530;transition:background-color .18s ease,color .18s ease,transform .18s ease}.hj-header-cats__menu a:after{content:"→";opacity:0;transform:translateX(-4px);transition:opacity .18s ease,transform .18s ease}.hj-header-cats__menu a:hover{background:#f3f8ff;color:#0066c0;transform:translateX(2px)}.hj-header-cats__menu a:hover:after{opacity:1;transform:translateX(0)}.hj-page-shell{padding:0}.hj-front-content>.wp-block-group:first-child,.hj-front-content>.wp-block-cover:first-child,.hj-front-content>.hj-home-hero:first-child{margin-top:0}.hj-empty-home{padding:56px 18px}.hj-empty-home h1{font-weight:650;letter-spacing:-.04em}.hj-section-head h1,.hj-section-head h2,.hj-home-section h2,.hj-home-v2 h1,.hj-home-trust__copy h2{font-weight:620;letter-spacing:-.04em}.hj-home-category strong,.hj-home-path-card h3{font-weight:620}.hj-home-category,.hj-home-path-card,.hj-post-card,.hj-card{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.hj-home-category:hover,.hj-home-path-card:hover,.hj-post-card:hover,.hj-card:hover{transform:translateY(-3px)}.hj-reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.hj-reveal.is-visible{opacity:1;transform:none}.hj-site-footer{padding-top:42px;background:#081e28}.hj-footer-inner{gap:28px}.hj-footer-brand-card{padding:22px;border-radius:24px;background:rgb(255 255 255 / .05);border:1px solid rgb(255 255 255 / .09)}.hj-footer-brand-card p{font-size:.94rem;line-height:1.62;color:rgb(255 255 255 / .7)}.hj-footer-disclosure{padding:13px 14px;border-radius:16px;background:rgb(255 255 255 / .06);border:1px solid rgb(255 255 255 / .08)}.hj-footer-disclosure strong{font-size:.78rem;font-weight:650;color:rgb(255 255 255 / .78);letter-spacing:.04em;text-transform:uppercase}.hj-footer-disclosure span{font-size:.9rem;color:rgb(255 255 255 / .66);line-height:1.55}.hj-footer-col h2{font-size:.86rem;font-weight:650;letter-spacing:.08em;text-transform:uppercase;color:rgb(255 255 255 / .72)}.hj-footer-col a,.hj-footer-menu a{font-size:.94rem;font-weight:470;color:rgb(255 255 255 / .72);text-decoration:none;position:relative;transition:color .18s ease,transform .18s ease}.hj-footer-col a:before,.hj-footer-menu a:before{content:"";width:5px;height:5px;border-radius:999px;background:#f90;position:absolute;left:-14px;top:50%;transform:translateY(-50%) scale(.3);opacity:0;transition:opacity .18s ease,transform .18s ease}.hj-footer-col a:hover,.hj-footer-menu a:hover{color:#fff;transform:translateX(3px)}.hj-footer-col a:hover:before,.hj-footer-menu a:hover:before{opacity:1;transform:translateY(-50%) scale(1)}.hj-footer-mini-card{padding:14px;border-radius:16px;background:rgb(255 255 255 / .045);border:1px solid rgb(255 255 255 / .08)}.hj-footer-mini-card strong{font-size:.88rem;font-weight:620;color:rgb(255 255 255 / .78)}.hj-footer-mini-card span{font-size:.86rem;color:rgb(255 255 255 / .6);line-height:1.55}.hj-footer-bottom{font-size:.86rem;font-weight:420;color:rgb(255 255 255 / .5);border-top:1px solid rgb(255 255 255 / .08);padding:16px 18px}.hj-footer-bottom a{font-size:.86rem;font-weight:430;color:rgb(255 255 255 / .56);text-decoration:none;transition:color .18s ease}.hj-footer-bottom a:hover{color:#fff}@media(max-width:980px){.hj-header-cats{display:none}.hj-topbar-nav a{font-size:12px}.hj-topbar-note{font-size:12px}.hj-header-inner{min-height:62px}.hj-brand img,.hj-fallback-logo{max-height:38px}}@media (prefers-reduced-motion:reduce){.hj-reveal,.hj-home-category,.hj-home-path-card,.hj-post-card,.hj-card,.hj-primary-menu>li>a,.hj-header-cats__menu,.hj-footer-col a,.hj-footer-menu a{transition:none!important;transform:none!important}.hj-reveal{opacity:1!important}}:root{--hj-text-soft:#556174;--hj-text-softer:#667085;--hj-nav-weight:460;--hj-title-weight:560}.hj-topbar{min-height:28px!important;background:linear-gradient(90deg,#183d31,#064553)!important}.hj-topbar-inner{padding-top:5px!important;padding-bottom:5px!important}.hj-topbar-note,.hj-topbar-nav a{font-size:13px!important;font-weight:430!important;color:rgb(255 255 255 / .68)!important;letter-spacing:0!important}.hj-topbar-note span{opacity:.42!important;transform:scale(.68)!important}.hj-topbar-nav a:hover{color:rgb(255 255 255 / .94)!important}.hj-header-inner{min-height:66px!important}.hj-brand img,.hj-brand .custom-logo,.hj-brand .custom-logo-link img,.hj-fallback-logo{max-height:46px!important}.hj-theme-menu{display:flex!important;align-items:center!important;gap:8px!important;list-style:none!important;margin:0!important;padding:0!important}.hj-theme-menu li{margin:0!important;padding:0!important}.hj-theme-menu>li>a,.hj-mega-trigger{min-height:40px!important;padding:9px 13px!important;border-radius:999px!important;font-size:15px!important;font-weight:480!important;line-height:1.1!important;color:#344054!important;background:transparent!important;text-decoration:none!important;border:0!important;font-family:inherit!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;gap:7px!important;transition:background-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease!important}.hj-theme-menu>.current-menu-item>a,.hj-theme-menu>li>a:hover,.hj-theme-menu>li:focus-within>a,.hj-mega-wrap:hover .hj-mega-trigger,.hj-mega-wrap:focus-within .hj-mega-trigger{background:#eef6ff!important;color:#0066c0!important;transform:translateY(-1px)!important;box-shadow:none!important}.hj-mega-trigger span{font-size:13px!important;opacity:.75!important;transition:transform .18s ease!important}.hj-mega-wrap:hover .hj-mega-trigger span,.hj-mega-wrap:focus-within .hj-mega-trigger span{transform:rotate(180deg)!important}.hj-mega-wrap{position:relative!important}.hj-mega-menu{position:absolute!important;top:calc(100% + 12px)!important;left:50%!important;width:min(820px,calc(100vw - 36px))!important;transform:translate(-50%,8px)!important;z-index:1000!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px 14px!important;padding:18px!important;border:1px solid rgb(226 232 240 / .95)!important;border-radius:22px!important;background:rgb(255 255 255 / .96)!important;box-shadow:0 18px 44px rgb(15 23 42 / .13)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .18s ease,transform .18s ease,visibility .18s ease!important;backdrop-filter:blur(10px)!important}.hj-mega-menu:before{content:"";position:absolute;top:-8px;left:50%;width:16px;height:16px;background:rgb(255 255 255 / .96);border-left:1px solid rgb(226 232 240 / .95);border-top:1px solid rgb(226 232 240 / .95);transform:translateX(-50%) rotate(45deg)}.hj-mega-wrap:hover .hj-mega-menu,.hj-mega-wrap:focus-within .hj-mega-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%,0)!important}.hj-mega-item{display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;grid-template-areas:"icon title" "icon desc"!important;column-gap:12px!important;align-items:center!important;min-height:74px!important;padding:12px!important;border-radius:16px!important;color:#1f2937!important;text-decoration:none!important;transition:background-color .18s ease,transform .18s ease,box-shadow .18s ease!important}.hj-mega-item span{grid-area:icon!important;width:38px!important;height:38px!important;border-radius:14px!important;display:grid!important;place-items:center!important;background:#f1f8ff!important;color:#0066c0!important;font-size:15px!important;font-weight:500!important}.hj-mega-item strong{grid-area:title!important;display:block!important;margin:0 0 4px!important;color:#202b3d!important;font-size:15px!important;font-weight:540!important;letter-spacing:-.012em!important;line-height:1.25!important}.hj-mega-item em{grid-area:desc!important;display:block!important;color:#758195!important;font-size:13px!important;font-weight:380!important;font-style:normal!important;line-height:1.35!important}.hj-mega-item:hover,.hj-mega-item:focus{background:#f8fbff!important;transform:translateY(-1px)!important;box-shadow:0 10px 24px rgb(15 23 42 / .07)!important}.hj-mega-item:hover strong,.hj-mega-item:focus strong{color:#0066c0!important}.hj-header-cats,.hj-header-cats__menu{display:none!important}.hj-header-cta{font-size:15px!important;font-weight:560!important;min-height:42px!important;padding:10px 18px!important;background:#b36f3d!important;box-shadow:0 10px 24px rgb(179 111 61 / .16)!important}.hj-header-cta:hover{transform:translateY(-1px)!important;box-shadow:0 14px 30px rgb(179 111 61 / .22)!important}.hj-home-v2 h1{font-weight:540!important;letter-spacing:-.052em!important}.hj-section-head h1,.hj-section-head h2,.hj-home-section h2,.hj-home-trust__copy h2{font-weight:540!important;letter-spacing:-.035em!important}.hj-kicker-line{font-weight:600!important;color:#0066c0!important;letter-spacing:.07em!important}.hj-home-v2__lede,.hj-section-head p,.hj-home-path-card p,.hj-home-trust__copy p,.hj-home-category em,.hj-home-trust__cards span{font-weight:380!important;color:#596579!important}.hj-home-category strong,.hj-home-path-card h3,.hj-home-trust__cards strong,.hj-home-v2__panel strong{font-weight:540!important;color:#202b3d!important}.hj-btn,.wp-block-button__link,.hj-content .wp-block-button__link{font-weight:620!important}.hj-site-footer{background:radial-gradient(circle at 14% 0%,rgb(255 153 0 / .08),transparent 26%),linear-gradient(135deg,#062a34 0%,#092b33 62%,#153728 100%)!important}.hj-footer-inner{padding-top:40px!important;padding-bottom:34px!important}.hj-footer-brand-card{background:rgb(255 255 255 / .045)!important;border-color:rgb(255 255 255 / .075)!important;box-shadow:0 16px 40px rgb(0 0 0 / .12)!important}.hj-footer-logo{padding:9px 14px!important;border-radius:18px!important;margin-bottom:16px!important}.hj-footer-logo img,.hj-footer-logo .custom-logo,.hj-footer-logo .custom-logo-link img,.hj-footer-logo .hj-fallback-logo{max-height:42px!important;max-width:190px!important}.hj-footer-brand-card p{font-size:.9rem!important;font-weight:360!important;color:rgb(255 255 255 / .66)!important}.hj-footer-disclosure strong{font-weight:520!important}.hj-footer-col h2{font-size:.78rem!important;font-weight:560!important;color:rgb(255 255 255 / .62)!important;letter-spacing:.105em!important}.hj-footer-col li,.hj-footer-menu li{padding-left:14px!important}.hj-footer-col li:before,.hj-footer-menu li:before,.hj-footer-col:first-child li:first-child:before{background:rgb(255 255 255 / .20)!important;width:5px!important;height:5px!important;top:.68em!important;transition:background-color .18s ease,transform .18s ease,opacity .18s ease!important}.hj-footer-col li:hover:before,.hj-footer-menu li:hover:before,.hj-footer-col:first-child li:first-child:hover:before{background:#ff9900!important;transform:scale(1.1)!important;opacity:1!important}.hj-footer-col a,.hj-footer-menu a{font-size:.9rem!important;font-weight:380!important;color:rgb(255 255 255 / .68)!important}.hj-footer-col a:hover,.hj-footer-menu a:hover{color:#fff!important;transform:translateX(3px)!important}.hj-footer-mini-card strong{font-weight:520!important}.hj-footer-mini-card span{font-weight:360!important}.hj-footer-bottom,.hj-footer-bottom a{font-size:.82rem!important;font-weight:350!important;color:rgb(255 255 255 / .46)!important}.hj-footer-bottom a:hover{color:rgb(255 255 255 / .86)!important}@media(max-width:1100px){.hj-theme-menu>li>a,.hj-mega-trigger{font-size:14px!important;padding-left:10px!important;padding-right:10px!important}.hj-mega-menu{width:min(760px,calc(100vw - 28px))!important}}@media(max-width:980px){.hj-theme-menu{display:grid!important;gap:6px!important}.hj-theme-menu>li>a,.hj-mega-trigger{width:100%!important;justify-content:space-between!important}.hj-mega-wrap{display:block!important}.hj-mega-menu{position:static!important;width:100%!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;box-shadow:none!important;border-radius:16px!important;margin-top:8px!important;grid-template-columns:1fr!important;display:grid!important;background:#f8fbff!important;padding:10px!important}.hj-mega-menu:before{display:none!important}.hj-mega-item{min-height:0!important}.hj-header-cta{width:100%!important}}@media (prefers-reduced-motion:reduce){.hj-mega-menu,.hj-mega-item,.hj-theme-menu>li>a,.hj-mega-trigger{transition:none!important;transform:none!important}}@media (min-width:981px){.hj-mega-wrap:hover .hj-mega-trigger,.hj-mega-wrap:focus-within .hj-mega-trigger{background:transparent!important;color:#344054!important;transform:none!important;box-shadow:none!important}.hj-mega-wrap:hover .hj-mega-trigger span,.hj-mega-wrap:focus-within .hj-mega-trigger span{transform:none!important}.hj-mega-wrap:hover .hj-mega-menu,.hj-mega-wrap:focus-within .hj-mega-menu{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translate(-50%,8px)!important}.hj-mega-wrap.is-mega-open .hj-mega-trigger{background:#eef6ff!important;color:#0066c0!important;transform:translateY(-1px)!important;box-shadow:none!important}.hj-mega-wrap.is-mega-open .hj-mega-trigger span{transform:rotate(180deg)!important}.hj-mega-wrap.is-mega-open .hj-mega-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%,0)!important}}.hj-theme-menu>.current-menu-item>a,.hj-theme-menu>.current-menu-item>.hj-mega-trigger{background:#0066c0!important;color:#fff!important;box-shadow:0 10px 24px rgb(0 102 192 / .18)!important}.hj-theme-menu>.current-menu-item>a:hover,.hj-theme-menu>.current-menu-item>.hj-mega-trigger:hover,.hj-theme-menu>.current-menu-item:focus-within>a,.hj-theme-menu>.current-menu-item:focus-within>.hj-mega-trigger{background:#005aa8!important;color:#fff!important}.hj-theme-menu>.current-menu-item>.hj-mega-trigger span{color:inherit!important;opacity:.8!important}@media (min-width:981px){.hj-mega-wrap{position:relative!important}.hj-mega-menu{position:absolute!important;top:calc(100% + 10px)!important;left:0!important;right:auto!important;width:370px!important;max-width:calc(100vw - 28px)!important;min-width:0!important;padding:9px!important;display:grid!important;grid-template-columns:1fr!important;gap:3px!important;border-radius:18px!important;background:rgb(255 255 255 / .98)!important;border:1px solid rgb(226 232 240 / .98)!important;box-shadow:0 16px 34px rgb(15 23 42 / .13)!important;backdrop-filter:blur(10px)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(8px)!important;overflow:visible!important}.hj-mega-menu:before{content:""!important;position:absolute!important;top:-7px!important;left:42px!important;width:14px!important;height:14px!important;background:rgb(255 255 255 / .98)!important;border-left:1px solid rgb(226 232 240 / .98)!important;border-top:1px solid rgb(226 232 240 / .98)!important;transform:rotate(45deg)!important}.hj-mega-wrap:hover .hj-mega-menu,.hj-mega-wrap:focus-within .hj-mega-menu{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(8px)!important}.hj-mega-wrap.is-mega-open .hj-mega-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}.hj-mega-item{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;grid-template-areas:"icon title" "icon desc"!important;column-gap:10px!important;row-gap:1px!important;align-items:center!important;width:100%!important;min-height:0!important;padding:10px 11px!important;border-radius:13px!important;background:transparent!important;color:#243044!important;text-decoration:none!important;overflow:hidden!important;box-shadow:none!important}.hj-mega-item span{grid-area:icon!important;width:34px!important;height:34px!important;min-width:34px!important;border-radius:12px!important;display:grid!important;place-items:center!important;background:#f0f7ff!important;color:#0066c0!important;font-size:14px!important;line-height:1!important;margin:0!important}.hj-mega-item strong{grid-area:title!important;display:block!important;min-width:0!important;margin:0!important;padding:0!important;color:#263244!important;font-size:14px!important;font-weight:540!important;line-height:1.25!important;letter-spacing:-.01em!important;white-space:normal!important;overflow-wrap:anywhere!important}.hj-mega-item em{grid-area:desc!important;display:block!important;min-width:0!important;margin:2px 0 0!important;padding:0!important;color:#748094!important;font-size:12px!important;font-weight:360!important;font-style:normal!important;line-height:1.32!important;white-space:normal!important;overflow-wrap:anywhere!important}.hj-mega-item:hover,.hj-mega-item:focus{background:#f5f9ff!important;transform:translateX(2px)!important;box-shadow:none!important}.hj-mega-item:hover strong,.hj-mega-item:focus strong{color:#0066c0!important}}@media (max-width:980px){.hj-mega-menu{grid-template-columns:1fr!important;gap:4px!important}.hj-mega-item{display:grid!important;grid-template-columns:32px minmax(0,1fr)!important;grid-template-areas:"icon title" "icon desc"!important;column-gap:9px!important;min-height:0!important}.hj-mega-item strong,.hj-mega-item em{white-space:normal!important;overflow-wrap:anywhere!important}}.hj-single-layout,.hj-single-layout--content-only{max-width:min(1240px, calc(100vw - 28px));margin:0 auto;padding:0 18px 64px;display:block}.hj-single-layout .hj-content,.hj-content--article{max-width:min(1120px, 100%);margin:0 auto;padding:0}.hj-single-layout>.hj-sidebar,.hj-sidebar[aria-label="Guide sidebar"]{display:none!important}.hj-content--article>.hamejur-article,.hj-content--article>.hj-or-article{max-width:none;width:100%;margin:0 auto}.hamejur-article-shell,.hj-or-shell{width:100%;max-width:none;margin:0 auto;padding:22px 0 54px}.hamejur-article-layout,.hj-or-layout{display:grid;grid-template-columns:minmax(0,900px) 210px;justify-content:center;align-items:start;gap:26px;width:100%}.hamejur-article-main,.hj-or-content{min-width:0}.hamejur-article-nav,.hj-or-aside{min-width:0}.hamejur-sticky-nav,.hj-or-sticky-nav{position:sticky;top:calc(var(--hj-header-height, 72px) + 22px);display:grid;gap:14px;padding:16px;border:1px solid rgb(228 231 236 / .95);border-radius:22px;background:rgb(255 255 255 / .88);box-shadow:0 14px 34px rgb(15 23 42 / .075);backdrop-filter:blur(14px)}.hj-or-progress{display:grid;gap:8px}.hj-or-progress-label{display:flex;justify-content:space-between;gap:10px;color:#667085;font-size:.78rem;font-weight:650;line-height:1.25}.hj-or-progress-track{position:relative;overflow:hidden;height:7px;border-radius:999px;background:#e8eef7}.hj-or-progress-fill{display:block;min-width:0;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--hj-blue,#0066c0),var(--hj-orange,#ff9900));transition:width .18s ease}.hamejur-topic-nav{display:grid;gap:6px}.hj-or-toc-link,.hj-or-jump-link{display:flex;align-items:center;gap:8px;color:#344054;text-decoration:none!important;border-radius:12px;font-size:.88rem;line-height:1.25;font-weight:650;padding:9px 10px;transition:background-color .16s ease,color .16s ease,transform .16s ease}.hj-or-toc-link::before,.hj-or-jump-link::before{content:"";width:6px;height:6px;border-radius:999px;background:#c9d5e4;flex:0 0 auto;transition:background-color .16s ease,transform .16s ease}.hj-or-toc-link:hover,.hj-or-toc-link:focus-visible,.hj-or-jump-link:hover,.hj-or-jump-link:focus-visible{background:#eef7ff;color:var(--hj-blue-dark,#004a8c);transform:translateX(2px)}.hj-or-toc-link:hover::before,.hj-or-toc-link:focus-visible::before,.hj-or-jump-link:hover::before,.hj-or-jump-link:focus-visible::before{background:var(--hj-orange,#ff9900);transform:scale(1.15)}.hamejur-mobile-jump,.hj-or-jump-nav{display:none}.hamejur-section,.hj-or-section{margin:34px 0}.hamejur-section-head,.hj-or-section-head{display:grid;gap:8px;margin:0 0 18px}.hamejur-kicker,.hj-or-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--hj-blue-dark,#004a8c);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;font-weight:750}.hamejur-kicker::before,.hj-or-kicker::before{content:"";width:24px;height:3px;border-radius:99px;background:var(--hj-orange,#ff9900)}.hamejur-card-grid,.hj-or-card-grid,.hamejur-card-grid-two,.hj-or-card-grid-two{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.hamejur-card,.hj-or-card,.hamejur-product-card,.hamejur-verdict-card,.hamejur-spec-card,.hamejur-decision-card,.hamejur-tradeoff-card,.hamejur-callout,.hamejur-faq-card{background:#fff;border:1px solid var(--hj-border,#e6e9ef);border-radius:22px;padding:20px;box-shadow:0 10px 26px rgb(15 23 42 / .055)}.hamejur-soft-panel,.hj-or-soft-panel{background:#f7f9fc;border:1px solid var(--hj-border,#e6e9ef);border-radius:24px;padding:22px}.hamejur-dark-panel,.hj-or-dark-panel{background:linear-gradient(135deg,#0f172a 0%,#073a49 100%);color:#e6edf7;border-radius:24px;padding:24px}.hamejur-dark-panel h2,.hamejur-dark-panel h3,.hj-or-dark-panel h2,.hj-or-dark-panel h3{color:#fff}.hamejur-cta-row,.hj-or-cta-row{display:flex;flex-wrap:wrap;gap:10px;align-items:stretch;margin-top:16px}.hamejur-cta-button,.hj-or-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;min-width:178px;max-width:100%;padding:11px 18px;border-radius:999px;background:linear-gradient(135deg,var(--hj-blue,#0066c0),var(--hj-blue-dark,#004a8c));color:#fff!important;border:2px solid var(--hj-blue,#0066c0);box-shadow:0 10px 20px rgb(0 102 192 / .16);text-decoration:none!important;font-weight:750;font-size:.92rem;line-height:1.25;text-align:center}.hamejur-cta-button::after,.hj-or-button::after{content:"›";margin-left:8px;font-size:1.15rem;line-height:1}.hamejur-cta-button:hover,.hj-or-button:hover,.hamejur-cta-button:focus-visible,.hj-or-button:focus-visible{background:linear-gradient(135deg,var(--hj-blue-dark,#004a8c),#003b73);border-color:var(--hj-blue-dark,#004a8c);color:#fff!important;transform:translateY(-1px)}.hj-or-button-secondary,.hamejur-button-secondary{background:#fff;color:var(--hj-blue,#0066c0)!important;border-color:#bfdbfe;box-shadow:0 8px 18px rgb(15 23 42 / .07)}.hj-or-button-secondary:hover,.hamejur-button-secondary:hover,.hj-or-button-secondary:focus-visible,.hamejur-button-secondary:focus-visible{background:#eff6ff;color:var(--hj-blue-dark,#004a8c)!important;border-color:var(--hj-blue,#0066c0)}.hj-or-product-title-link,.hj-or-table-product-link{color:var(--hj-blue,#0066c0);text-decoration:none!important;font-weight:750}.hj-or-product-title-link{border-bottom:2px solid rgb(255 153 0 / .38)}.hj-or-product-title-link:hover,.hj-or-product-title-link:focus-visible,.hj-or-table-product-link:hover,.hj-or-table-product-link:focus-visible{color:var(--hj-blue-dark,#004a8c);border-bottom-color:var(--hj-orange,#ff9900);text-decoration:none!important}.hamejur-table-wrap,.hj-or-table-wrap{overflow-x:auto;border:1px solid var(--hj-border,#e6e9ef);border-radius:18px;background:#fff;margin:18px 0}.hamejur-table,.hj-or-table,.hamejur-compare-table{width:100%;min-width:740px;border-collapse:collapse}.hamejur-table th,.hamejur-table td,.hj-or-table th,.hj-or-table td,.hamejur-compare-table th,.hamejur-compare-table td{padding:14px 15px;border-bottom:1px solid var(--hj-border,#e6e9ef);text-align:left;vertical-align:top}.hamejur-table th,.hj-or-table th,.hamejur-compare-table th{background:#f8fafc;color:var(--hj-ink,#172033);font-weight:750}.hamejur-figure,.hj-or-figure{margin:22px 0}.hamejur-figure img,.hj-or-figure img{display:block;width:100%;border-radius:22px;border:1px solid var(--hj-border,#e6e9ef);box-shadow:0 12px 30px rgb(15 23 42 / .06)}.hamejur-caption,.hj-or-caption,.hamejur-figure figcaption,.hj-or-figure figcaption{color:#667085;font-size:.88rem;line-height:1.45;margin-top:8px}.hamejur-badge,.hj-or-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:6px 10px;background:#eef7ff;color:var(--hj-blue-dark,#004a8c);font-weight:700;font-size:.78rem}.hamejur-badge-positive{background:#edfdf5;color:#087443}.hamejur-badge-tradeoff{background:#fff1f1;color:#b42318}.hamejur-badge-neutral{background:#f2f4f7;color:#475467}@media (max-width:1120px){.hamejur-article-layout,.hj-or-layout{grid-template-columns:1fr}.hamejur-article-nav,.hj-or-aside{display:none}.hamejur-mobile-jump,.hj-or-jump-nav{display:flex;overflow-x:auto;gap:8px;padding:10px 0 16px;margin:0 0 10px;scrollbar-width:thin}.hj-or-jump-link{flex:0 0 auto;border:1px solid var(--hj-border,#e6e9ef);background:#fff;white-space:nowrap}}@media (max-width:680px){.hj-single-layout,.hj-single-layout--content-only{max-width:calc(100vw - 18px);padding-inline:9px}.hamejur-cta-row,.hj-or-cta-row{display:grid;grid-template-columns:1fr}.hamejur-cta-button,.hj-or-button{width:100%;min-width:0}.hamejur-card,.hj-or-card,.hamejur-product-card,.hamejur-verdict-card,.hamejur-spec-card,.hamejur-decision-card,.hamejur-tradeoff-card,.hamejur-callout,.hamejur-faq-card{border-radius:18px;padding:16px}}body.single-post .hj-single-layout,body.single-post .hj-single-layout--content-only{width:min(1180px, calc(100vw - 32px));max-width:min(1180px, calc(100vw - 32px));margin-inline:auto;padding-inline:0}body.single-post .hj-content--article{width:100%;max-width:100%;margin-inline:auto}body.single-post .hj-content--article .hamejur-article,body.single-post .hj-content--article .hj-or-article{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;left:auto!important;transform:none!important}body.single-post .hj-content--article .hamejur-article-shell,body.single-post .hj-content--article .hj-or-shell{width:100%;max-width:100%;padding:18px 0 54px}body.single-post .hj-content--article .hamejur-article-layout,body.single-post .hj-content--article .hj-or-layout{display:grid;grid-template-columns:minmax(0,860px) minmax(176px,196px);justify-content:center;gap:22px;max-width:1084px;margin-inline:auto;align-items:start}body.single-post .hj-content--article .hamejur-article-main,body.single-post .hj-content--article .hj-or-content{min-width:0;max-width:860px}body.single-post .hj-content--article .hamejur-article-nav,body.single-post .hj-content--article .hj-or-aside{max-width:196px;min-width:0}body.single-post .hj-content--article .hamejur-sticky-nav,body.single-post .hj-content--article .hj-or-sticky-nav{top:118px;padding:13px;border-radius:18px}body.single-post .hj-content--article .hj-or-toc-link,body.single-post .hj-content--article .hamejur-topic-nav a{font-size:.86rem;font-weight:650;line-height:1.25;padding:8px 9px}@media (max-width:1120px){body.single-post .hj-content--article .hamejur-article-layout,body.single-post .hj-content--article .hj-or-layout{grid-template-columns:1fr;max-width:min(900px, 100%)}body.single-post .hj-content--article .hamejur-article-nav,body.single-post .hj-content--article .hj-or-aside{display:none}}.hj-single-layout--theme-nav{width:min(1180px, calc(100vw - 32px))!important;max-width:min(1180px, calc(100vw - 32px))!important;margin:0 auto!important;padding:0 0 64px!important;display:grid!important;grid-template-columns:minmax(0,calc(100% - var(--hj-article-nav-width, 210px) - 24px)) var(--hj-article-nav-width,210px)!important;gap:24px!important;align-items:start!important;justify-content:center!important}.hj-single-layout--theme-nav>.hj-content--article{min-width:0!important;width:100%!important;max-width:920px!important;margin:0!important;padding:0!important}.hj-single-layout--theme-nav .hamejur-article,.hj-single-layout--theme-nav .hj-or-article,.hj-single-layout--theme-nav .hamejur-article-shell,.hj-single-layout--theme-nav .hj-or-shell{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;left:auto!important;right:auto!important;transform:none!important}.hj-single-layout--theme-nav .hamejur-article-shell,.hj-single-layout--theme-nav .hj-or-shell{padding-left:0!important;padding-right:0!important}.hj-single-layout--theme-nav .hj-content--article .hamejur-article-layout,.hj-single-layout--theme-nav .hj-content--article .hj-or-layout{display:block!important;width:100%!important;max-width:100%!important;margin:0!important}.hj-single-layout--theme-nav .hj-content--article .hamejur-article-nav,.hj-single-layout--theme-nav .hj-content--article .hj-or-aside,.hj-single-layout--theme-nav .hj-content--article .hamejur-mobile-jump,.hj-single-layout--theme-nav .hj-content--article .hj-or-jump-nav{display:none!important}.hj-theme-article-nav{min-width:0;width:100%;align-self:start}.hj-theme-sticky-nav{position:sticky;top:var(--hj-article-nav-top,112px);display:grid;gap:14px;padding:15px;border:1px solid rgb(226 232 240 / .95);border-radius:22px;background:rgb(255 255 255 / .88);box-shadow:0 14px 30px rgb(15 23 42 / .07);backdrop-filter:blur(14px)}.hj-theme-article-nav--soft .hj-theme-sticky-nav{border-radius:18px;background:rgb(248 251 255 / .9)}.hj-theme-article-nav--square .hj-theme-sticky-nav{border-radius:12px;box-shadow:0 8px 22px rgb(15 23 42 / .055)}.hj-theme-progress{display:grid;gap:8px}.hj-theme-progress-label{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#667085;font-size:.76rem;line-height:1.25;font-weight:560}.hj-theme-progress-label strong{color:#344054;font-size:.76rem;font-weight:650}.hj-theme-progress-track{position:relative;height:7px;overflow:hidden;border-radius:999px;background:#edf2f8}.hj-theme-progress-fill{display:block;min-width:0;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--hj-article-nav-accent,var(--hj-blue,#0066c0)),var(--hj-orange,#ff9900));transition:width .18s ease}.hj-theme-topic-nav{display:grid;gap:5px}.hj-theme-topic-link{display:flex;align-items:center;gap:8px;min-height:34px;padding:8px 9px;border-radius:12px;color:#475467!important;text-decoration:none!important;font-size:.84rem;line-height:1.25;font-weight:570;transition:background-color .16s ease,color .16s ease,transform .16s ease}.hj-theme-topic-link::before{content:"";width:6px;height:6px;flex:0 0 auto;border-radius:999px;background:#cbd5e1;transition:background-color .16s ease,transform .16s ease}.hj-theme-topic-link--h3{padding-left:19px;font-size:.8rem;color:#667085!important}.hj-theme-topic-link:hover,.hj-theme-topic-link:focus-visible,.hj-theme-topic-link.is-active{background:#eef7ff;color:var(--hj-article-nav-accent,var(--hj-blue-dark,#004a8c))!important;transform:translateX(2px)}.hj-theme-topic-link:hover::before,.hj-theme-topic-link:focus-visible::before,.hj-theme-topic-link.is-active::before{background:var(--hj-orange,#ff9900);transform:scale(1.16)}.hj-theme-back-top{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border-radius:999px;background:#f8fafc;color:#667085!important;border:1px solid #e5e7eb;text-decoration:none!important;font-size:.78rem;font-weight:590;transition:background-color .16s ease,color .16s ease,transform .16s ease}.hj-theme-back-top:hover,.hj-theme-back-top:focus-visible{background:#eef7ff;color:var(--hj-article-nav-accent,#0066c0)!important;transform:translateY(-1px)}.hj-theme-mobile-topics{display:none}@media (max-width:1120px){.hj-single-layout--theme-nav{display:block!important;width:min(920px, calc(100vw - 28px))!important;max-width:min(920px, calc(100vw - 28px))!important}.hj-single-layout--theme-nav>.hj-content--article{max-width:100%!important;margin:0 auto!important}.hj-theme-article-nav{display:none!important}.hj-theme-mobile-topics{display:flex;gap:8px;overflow-x:auto;padding:0 0 12px;margin:0 0 18px;scrollbar-width:thin}.hj-theme-mobile-topic{display:inline-flex;align-items:center;flex:0 0 auto;min-height:38px;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid #e5e7eb;color:#344054!important;text-decoration:none!important;font-size:.84rem;font-weight:580;box-shadow:0 5px 14px rgb(15 23 42 / .045)}.hj-theme-mobile-topic:hover,.hj-theme-mobile-topic:focus-visible{border-color:#bfdbfe;color:var(--hj-article-nav-accent,#0066c0)!important;background:#eef7ff}}@media (max-width:680px){.hj-single-layout--theme-nav{width:calc(100vw - 18px)!important;max-width:calc(100vw - 18px)!important}}.hj-single-layout--theme-nav{overflow:visible!important;align-items:start!important}.hj-theme-article-nav{position:sticky!important;top:var(--hj-article-nav-top,112px)!important;align-self:start!important;height:fit-content!important;max-height:calc(100vh - var(--hj-article-nav-top, 112px) - 18px)!important;overflow:visible!important;z-index:10}.hj-theme-sticky-nav{position:relative!important;top:auto!important;max-height:calc(100vh - var(--hj-article-nav-top, 112px) - 18px)!important;overflow-y:auto!important;overflow-x:hidden!important;scrollbar-width:thin}.hj-theme-topic-nav{gap:4px!important}.hj-theme-topic-link{width:100%;min-height:32px!important;padding:7px 8px!important;font-size:.79rem!important;font-weight:540!important;line-height:1.18!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hj-theme-topic-link--h3{padding-left:17px!important;font-size:.76rem!important}.hj-theme-progress-label,.hj-theme-progress-label strong{font-weight:540!important}.hj-theme-back-top{font-weight:540!important}.hj-theme-mobile-topic{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:1120px){.hj-theme-article-nav{display:none!important}}:root{--hj-article-anchor-offset:calc(var(--hj-header-height, 122px) + var(--hj-admin-offset, 0px) + 26px)}body.single-post .hj-content--article h2[id],body.single-post .hj-content--article h3[id],body.single-post .hamejur-article h2[id],body.single-post .hamejur-article h3[id],body.single-post .hj-or-article h2[id],body.single-post .hj-or-article h3[id]{scroll-margin-top:var(--hj-article-anchor-offset)!important}body.single-post .hj-theme-topic-link--h3,body.single-post .hj-theme-mobile-topic[data-hj-level="3"]{display:none!important}body.single-post .hj-theme-topic-link{min-height:36px!important;padding:8px 10px!important;white-space:nowrap!important}body.single-post .hj-theme-topic-nav{gap:5px!important}.hj-single-layout--theme-nav,.hj-single-layout--theme-nav>.hj-content--article,.hj-single-layout--theme-nav .hamejur-article,.hj-single-layout--theme-nav .hj-or-article{overflow:visible!important}body.single-post .hj-theme-article-nav{position:sticky!important;top:var(--hj-article-nav-dynamic-top,var(--hj-article-nav-top,164px))!important;align-self:start!important;height:fit-content!important;max-height:calc(100vh - var(--hj-article-nav-dynamic-top, var(--hj-article-nav-top, 164px)) - 18px)!important;z-index:20}body.single-post .hj-theme-sticky-nav{max-height:calc(100vh - var(--hj-article-nav-dynamic-top, var(--hj-article-nav-top, 164px)) - 18px)!important;overflow-y:auto!important;overflow-x:hidden!important;padding:15px!important;border-color:var(--hj-article-nav-border,#e5e7eb)!important;border-radius:var(--hj-article-nav-radius,22px)!important;background:color-mix(in srgb,var(--hj-article-nav-bg,#ffffff) 92%,transparent)!important;box-shadow:var(--hj-article-nav-shadow,0 14px 30px rgb(15 23 42 / .07))!important;backdrop-filter:blur(14px)}@supports not (background:color-mix(in srgb,#fff 90%,transparent)){body.single-post .hj-theme-sticky-nav{background:var(--hj-article-nav-bg,#ffffff)!important}}body.single-post .hj-theme-progress-label,body.single-post .hj-theme-progress-label strong{color:var(--hj-article-nav-muted,#667085)!important}body.single-post .hj-theme-progress-track{height:var(--hj-article-nav-progress-height,7px)!important}body.single-post .hj-theme-progress-fill{background:linear-gradient(90deg,var(--hj-article-nav-progress-start,var(--hj-article-nav-accent,#0066c0)),var(--hj-article-nav-progress-end,#ff9900))!important}body.single-post .hj-theme-topic-link{color:var(--hj-article-nav-text,#475467)!important;border-radius:var(--hj-article-nav-link-radius,12px)!important;font-size:var(--hj-article-nav-font-size,13px)!important;font-weight:540!important}body.single-post .hj-theme-topic-link:hover,body.single-post .hj-theme-topic-link:focus-visible,body.single-post .hj-theme-topic-link.is-active{background:var(--hj-article-nav-active-bg,#eef7ff)!important;color:var(--hj-article-nav-accent,#0066c0)!important}body.single-post .hj-theme-topic-link:hover::before,body.single-post .hj-theme-topic-link:focus-visible::before,body.single-post .hj-theme-topic-link.is-active::before{background:var(--hj-article-nav-progress-end,#ff9900)!important}body.single-post .hj-theme-back-top{border-color:var(--hj-article-nav-border,#e5e7eb)!important;border-radius:var(--hj-article-nav-link-radius,12px)!important;color:var(--hj-article-nav-muted,#667085)!important}body.single-post .hj-theme-back-top:hover,body.single-post .hj-theme-back-top:focus-visible{background:var(--hj-article-nav-active-bg,#eef7ff)!important;color:var(--hj-article-nav-accent,#0066c0)!important}body.single-post .hj-content--article h2[id],body.single-post .hj-content--article h3[id],body.single-post .hamejur-article h2[id],body.single-post .hamejur-article h3[id],body.single-post .hj-or-article h2[id],body.single-post .hj-or-article h3[id]{scroll-margin-top:calc(var(--hj-article-nav-dynamic-top, var(--hj-article-nav-top, 164px)) + 18px)!important}