.alt-single,
.alt-archive-hero,
.alt-archive-container,
.alt-archive-cta { --alt-anchor-offset: 100px; font-family: Mulish, system-ui, sans-serif !important; }
html,
body { overflow-x: clip; }
.alt-single :is(h1, h2, h3, h4, h5, h6),
.alt-archive-hero__title,
.alt-archive-card__title { text-transform: none; font-family: Mulish, system-ui, sans-serif !important; }
.alt-single h1 { color: var(--hr-primary-color); margin: 10px 0 24px; font-size: clamp(30px, 4.5vw, 50px); font-weight: 800; letter-spacing: -.02em; }
.alt-single h2 { color: var(--hr-ink); padding: 0; margin: 36px 0 18px; font-size: clamp(24px, 4vw, 36px); }
.alt-single h3 { color: var(--hr-ink); padding: 0; margin: 28px 0 14px; font-size: clamp(20px, 3vw, 28px); }
.alt-single h4 { color: var(--hr-ink); padding: 0; margin: 24px 0 12px; font-size: clamp(18px, 2.2vw, 22px); }
.alt-single section[id],
.alt-single .alt-profile[id] { scroll-margin-top: var(--alt-anchor-offset); }
.alt-layout { display: grid; grid-template-columns: 1fr; gap: 30px; }
.alt-sidebar { display: none; }
.alt-main { min-width: 0; }
@media (min-width: 992px) {
	.alt-layout { grid-template-columns: 300px minmax(0, 1fr); }
	.alt-sidebar { display: block; }
}

@media (max-width: 991.98px) {
	.container.narrow { padding: 0; }
	.alt-hero__grid { grid-template-columns: 1fr !important; }
}

.alt-hero__eyebrow,
.alt-archive-hero__eyebrow { display: inline-block; margin-bottom: 20px; padding: 6px 16px; border-radius: 999px; background: rgba(var(--hr-navy-rgb), .08); color: var(--hr-navy); font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.alt-hero::before,
.alt-archive-hero::before { content: ""; position: absolute; top: -220px; left: 50%; transform: translateX(-50%); height: 480px; background: radial-gradient(50% 50% at 50% 50%, rgba(var(--hr-navy-rgb), .10) 0%, rgba(var(--hr-navy-rgb), 0) 70%); pointer-events: none; }
.alt-hero::before { width: 720px; }
.alt-archive-hero::before { width: 900px; }
.alt-hero { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--hr-wash-sky) 0%, var(--hr-wash) 25%, #ffffff 52%, var(--hr-wash) 75%, var(--hr-wash-sky) 100%); padding: 80px 0 60px; margin-bottom: 40px; }
.alt-hero .container { position: relative; z-index: 1; }
.alt-hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.alt-hero__content { text-align: left; }
.alt-hero__grid--no-visual .alt-hero__content { text-align: center; max-width: 720px; margin: 0 auto; }
.alt-hero__content .heading { text-align: left; }
.alt-hero__grid--no-visual .alt-hero__content .heading { text-align: center; }
.alt-hero .lead { max-width: 560px; margin: 18px 0 0; color: var(--hr-ink-soft); font-size: clamp(16px, 1.4vw, 18px); line-height: 1.65; }
.alt-hero__cta { margin-top: 32px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.alt-hero__cta-primary { display: inline-flex; align-items: center; gap: 8px; padding: 16px 32px; border-radius: 999px; background: var(--hr-blue); color: #fff; font-size: 16px; font-weight: 700; text-decoration: none; box-shadow: 0 14px 28px rgba(var(--hr-navy-rgb), .28); transition: transform .18s ease, box-shadow .18s ease; }
.alt-hero__cta-primary svg { transition: transform .18s ease; }
.alt-hero__cta-primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 18px 36px rgba(var(--hr-navy-rgb), .34); }
.alt-hero__cta-primary:hover svg { transform: translateX(3px); }
.alt-hero__cta-secondary { display: inline-flex; align-items: center; gap: 6px; color: var(--hr-ink); font-size: 15px; font-weight: 600; text-decoration: none; border-bottom: 2px solid transparent; transition: color .18s ease, border-color .18s ease; }
.alt-hero__cta-secondary:hover { color: var(--hr-navy); border-color: var(--hr-navy); }
.alt-hero__visual { position: relative; display: flex; align-items: center; justify-content: center; padding: 20px; }
.alt-hero__visual::before { content: ""; position: absolute; inset: 8%; z-index: 0; background: radial-gradient(60% 60% at 50% 45%, rgba(var(--hr-navy-rgb), .14) 0%, rgba(var(--hr-navy-rgb), .04) 55%, rgba(var(--hr-navy-rgb), 0) 75%); border-radius: 42% 58% 55% 45% / 45% 40% 60% 55%; filter: blur(2px); }
.alt-hero__visual-frame { position: relative; z-index: 1; border-radius: 28px; overflow: hidden; }
.alt-hero__visual-img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 28px; box-shadow: 0 24px 55px rgba(var(--hr-ink-strong-rgb), .16); }
.alt-hero__visual-fallback { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(145deg, var(--hr-pale-cool) 0%, var(--hr-wash-cool) 100%); border-radius: 28px; box-shadow: 0 24px 55px rgba(var(--hr-ink-strong-rgb), .1); }
.alt-hero__visual-logo { max-width: 50%; height: auto; opacity: .9; filter: drop-shadow(0 18px 30px rgba(var(--hr-ink-strong-rgb), .14)); }
.alt-intro p,
.alt-verdict p { font-size: 18px; line-height: 1.85; color: var(--hr-ink-soft); margin: 0 0 22px; }
.alt-intro p:last-child { margin-bottom: 0; }
.alt-intro strong { color: var(--hr-ink); font-weight: 700; }
.alt-intro a { color: var(--hr-navy); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(var(--hr-navy-rgb), .35); text-underline-offset: 3px; transition: text-decoration-color .18s ease; }
.alt-intro a:hover { text-decoration-color: var(--hr-navy); }
.alt-comparison__intro { max-width: 1080px; margin: 0 auto 24px; }
.alt-comparison__intro p { font-size: 18px; line-height: 1.85; color: var(--hr-ink-soft); margin: 0 0 22px; }
.alt-comparison__intro p:last-child { margin-bottom: 0; }
.alt-comparison__intro strong { color: var(--hr-ink); font-weight: 700; }
.alt-comparison__intro a { color: var(--hr-navy); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(var(--hr-navy-rgb), .35); text-underline-offset: 3px; transition: text-decoration-color .18s ease; }
.alt-comparison__intro a:hover { text-decoration-color: var(--hr-navy); }
.alt-comparison__intro :is(ul, ol) { margin: 0 0 14px; padding-left: 22px; }
.alt-comparison__intro li { margin-bottom: 8px; }
.alt-matrix-wrap { overflow-x: auto; max-width: 1080px; margin: 0 auto; border: 1px solid var(--hr-line-strong); border-radius: var(--hr-radius-soft); background: #fff; }
.alt-matrix { width: 100%; min-width: 760px; border-collapse: collapse; margin-bottom: 0; table-layout: fixed; }
.alt-matrix th,
.alt-matrix td { padding: 12px; text-align: center; vertical-align: middle; border-bottom: 1px solid var(--hr-line-strong); border-right: 1px solid var(--hr-line-strong); }
.alt-matrix th:last-child,
.alt-matrix td:last-child { border-right: none; }
.alt-matrix th:first-child,
.alt-matrix td:first-child { text-align: left; font-weight: 500; color: var(--hr-ink); }
.alt-matrix__header th { border-bottom: 2px solid var(--hr-line-strong); padding-top: 20px; background: var(--hr-wash-cool); }
.alt-matrix__header th:first-child { background: transparent; border-bottom: 1px solid var(--hr-line-strong); border-right: 1px solid var(--hr-line-strong); }
.glance-table-top { display: flex; align-items: center; justify-content: center; min-height: 50px; margin-bottom: 6px; }
.glance-table-top img { max-height: 40px; max-width: 100%; width: auto; object-fit: contain; }
.alt-matrix__header th p.mb-0 { font-weight: 700; font-size: 14px; margin: 0; color: var(--hr-ink); }
.alt-matrix__header th.is-us p.mb-0 { color: var(--hr-navy); }
.alt-matrix td.is-us,
.alt-matrix th.is-us,
.alt-matrix__row .is-us { background: var(--hr-tint); position: relative; box-shadow: inset 1px 0 0 var(--hr-navy), inset -1px 0 0 var(--hr-navy), inset 0 -3px 12px rgba(var(--hr-navy-rgb), .08); }
.hr-cell-dash { color: var(--hr-line-muted); }
.hr-cell-text { display: inline-block; max-width: 100%; color: var(--hr-ink-mid); font-size: 14px; overflow-wrap: break-word; hyphens: auto; text-wrap: pretty; }
@media (max-width: 576px) {
	.hr-cell-text { font-size: 13px; }
}

.hr-cell-caption { display: block; margin-top: 4px; font-size: 12px; color: var(--hr-ink-faint); }
.hr-cell-unverified { display: inline-block; padding: 3px 12px; border-radius: 999px; background: var(--hr-wash-slate); color: var(--hr-ink-muted); font-size: 12px; font-weight: 600; cursor: help; }
.hr-cell-icon { display: inline-block; vertical-align: middle; }
.hr-stars { position: relative; display: inline-block; font-size: 18px; line-height: 1; letter-spacing: 2px; }
.hr-stars__track { color: var(--hr-line-strong); }
.hr-stars__fill { position: absolute; top: 0; left: 0; overflow: hidden; white-space: nowrap; color: var(--hr-warning); }
.alt-accordion__header-td { padding: 0 !important; border-right: none; }
.alt-accordion__header-cell { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; box-sizing: border-box; text-align: left; background: var(--hr-pale); cursor: pointer; font-weight: 700; color: #1a3c74; padding: 14px 20px; user-select: none; }
.alt-accordion__header-cell:focus-visible { outline: 2px solid var(--hr-navy); outline-offset: -2px; }
.alt-accordion__label { font-size: 15px; }
.alt-accordion__chevron { flex-shrink: 0; transition: transform .25s ease; }
.alt-accordion__header.is-open .alt-accordion__chevron { transform: rotate(90deg); }
.alt-accordion__panel-cell { padding: 0 !important; border-right: none; }
.alt-accordion__collapse { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.alt-accordion__panel.is-open .alt-accordion__collapse { grid-template-rows: 1fr; }
.alt-accordion__collapse-inner { overflow: hidden; min-height: 0; }
.alt-matrix__row { display: grid; grid-template-columns: var(--alt-grid-cols); border-bottom: 1px solid var(--hr-line-strong); }
.alt-matrix__row:last-child { border-bottom: none; }
.alt-matrix__cell { padding: 12px 16px; text-align: center; border-right: 1px solid var(--hr-line-strong); display: flex; align-items: center; justify-content: center; }
.alt-matrix__cell:last-child { border-right: none; }
.alt-matrix__cell--label { justify-content: flex-start; text-align: left; font-weight: 500; color: var(--hr-ink); }
.alt-matrix__cta-row td { border-bottom: none; padding: 12px; }
.alt-matrix__cta-btn { display: inline-block; background: var(--hr-blue); color: #fff; font-size: 14px; font-weight: 600; padding: 8px; border-radius: 999px; text-decoration: none; transition: opacity .15s ease; }
.alt-matrix__cta-btn:hover { opacity: .9; color: #fff; }
.alt-pros-cons__grid { display: flex; flex-direction: column; gap: 24px; align-items: start; }
.fre-pros-box,
.fre-cons-box { border-radius: 16px; padding: 24px; border: 1px solid; background: #fff; width: 100%; }
.fre-pros-box { border-color: #22c55e80; }
.fre-cons-box { border-color: #f43f5e80; }
.pc-box__head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.pc-box__icon { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; line-height: 1; }
.pc-box__icon img { width: 100%; height: 100%; display: block; }
.pc-box__head .pc-box__title { font-size: 23px; font-weight: 700; color: var(--hr-ink-strong); white-space: nowrap; }
.pc-box__line { flex: 1; height: 1px; background: var(--hr-line); }
.fre-pros-box ul,
.fre-cons-box ul { list-style: none; margin: 0 0 20px; padding: 0; }
.fre-pros-box li,
.fre-cons-box li { position: relative; padding-left: 20px; margin-bottom: 16px; color: var(--hr-ink-mid); font-size: 18px; line-height: 1.6; }
.fre-pros-box li:last-child,
.fre-cons-box li:last-child { margin-bottom: 0; }
.fre-pros-box li::before,
.fre-cons-box li::before { content: ""; position: absolute; left: 2px; top: 10px; width: 7px; height: 7px; transform: rotate(45deg); }
.fre-pros-box li::before { background: #22c55e; }
.fre-cons-box li::before { background: #f43f5e; }
.users-feedback { position: relative; margin-top: 20px; padding: 20px; border-top: 1px solid rgba(var(--hr-navy-rgb), .09); }
.users-feedback .hr-stars { position: relative; font-size: 20px; }
.customer-feedback-dec { position: relative; }
.customer-feedback-dec__meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 0 0 10px; }
.customer-feedback-dec .user-name { margin: 0; padding: 0; background: none; border-radius: 0; color: var(--hr-ink-strong); font-size: 14.5px; font-weight: 700; letter-spacing: normal; text-transform: none; }
.customer-feedback-dec p:not(.user-name):not(.mb-0) { position: relative; margin: 0 0 14px; padding-left: 24px; color: var(--hr-ink-mid); font-size: 18px; font-style: italic; line-height: 1.6; }
.customer-feedback-dec p:not(.user-name):not(.mb-0)::before { content: "\201C"; position: absolute; left: -6px; top: -12px; font-size: 44px; font-style: normal; font-weight: 700; color: rgba(var(--hr-navy-rgb), .18); line-height: 1; }
.customer-feedback-dec p.mb-0 { display: inline-flex; align-items: center; gap: 6px; margin: 0; padding: 0; border-radius: 0; background: none; border: none; color: var(--hr-navy); font-size: 13px; font-weight: 700; font-style: normal; text-transform: uppercase; letter-spacing: .03em; }
.customer-feedback-dec p.mb-0::before { content: "\2713"; display: inline-flex; align-items: center; justify-content: center; width: 15px; height: 15px; border-radius: 50%; background: var(--hr-navy); color: #fff; font-size: 9px; font-weight: 800; font-style: normal; text-transform: none; letter-spacing: normal; }
.customer-feedback-dec p.mb-0 a { color: var(--hr-navy); text-decoration: none; font-weight: 700; }
.customer-feedback-dec p.mb-0 a:hover { text-decoration: underline; }
.alt-single .faq-list { text-align: left; }
.alt-single .faq-list details { border: 1px solid var(--line); border-radius: var(--hr-radius-soft); margin-bottom: 12px; background: #fff; overflow: hidden; }
.alt-single .faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 24px; font-weight: 600; font-size: 1rem; color: var(--hr-ink); }
.alt-single .faq-list summary::-webkit-details-marker { display: none; }
.alt-single .faq-list summary::after { content: "+"; font-size: 1.4rem; color: var(--hr-navy); transition: transform .2s; flex: none; }
.alt-single .faq-list details[open] summary::after { transform: rotate(45deg); }
.alt-single .faq-list .answer { padding: 0 24px 22px; font-size: 18px; color: var(--ink-soft); }
.alt-single .faq-list .answer p { margin: 0 0 14px; }
.alt-single .faq-list .answer p:last-child { margin-bottom: 0; }
.alt-single .faq-list .answer a { color: var(--hr-navy); font-weight: 600; }
.alt-archive-hero { position: relative; overflow: hidden; padding: 88px 0 64px; background: linear-gradient(180deg, #f7f9ff 0%, #ffffff 65%); text-align: center; }
.alt-archive-hero__inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.alt-archive-hero__title { font-size: clamp(30px, 3.6vw, 44px); font-weight: 800; line-height: 1.15; letter-spacing: -.02em; color: var(--hr-primary-color); margin: 0 0 18px; }
.alt-archive-hero__lead { max-width: 620px; margin: 0 auto; color: var(--hr-ink-soft); font-size: clamp(16px, 1.4vw, 18px); line-height: 1.65; }
.alt-archive-hero__search { max-width: 480px; margin: 32px auto 0; }
.alt-archive-hero__search .search-form { position: relative; display: block; }
.alt-archive-hero__search .search-group { display: flex; align-items: center; background: #fff; border: 1px solid var(--hr-line); border-radius: 999px; padding: 6px 6px 6px 22px; box-shadow: 0 14px 30px rgba(var(--hr-ink-strong-rgb), .08); }
.alt-archive-hero__search .search-field { flex: 1; min-width: 0; border: none; outline: none; background: none; font-size: 15px; color: var(--hr-ink); }
.alt-archive-hero__search .search-field::placeholder { color: var(--hr-ink-muted); }
.alt-archive-hero__search .search-form .search-group .btn-submit { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; padding: 0; border: none; border-radius: 50%; background: var(--hr-navy); color: #fff; cursor: pointer; transition: opacity .18s ease; }
.alt-archive-hero__search .search-form .search-group .btn-submit svg { width: 16px; height: 16px; color: #fff; }
.alt-archive-hero__search .search-form .search-group .btn-submit:hover { opacity: .9; }
.alt-archive-hero__stats { list-style: none; display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; margin: 28px 0 0; padding: 0; }
.alt-archive-hero__stats li { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; background: #fff; border: 1px solid var(--hr-line); border-radius: 999px; font-size: 13px; font-weight: 600; color: var(--hr-ink-soft); }
.alt-archive-hero__stats .hr-cell-icon { width: 16px; height: 16px; }
.alt-archive-container { padding: 64px 0; }
.alt-archive-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 32px; }
.alt-archive-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--hr-line); border-radius: var(--hr-radius-card); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.alt-archive-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(var(--hr-ink-strong-rgb), .1); border-color: var(--hr-line-strong); }
.alt-archive-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 10; background: linear-gradient(145deg, var(--hr-pale-cool) 0%, var(--hr-wash-cool) 100%); }
.alt-archive-card__img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.alt-archive-card:hover .alt-archive-card__img { transform: scale(1.05); }
.alt-archive-card__img-fallback { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.alt-archive-card__img-fallback-logo { max-width: 46%; height: auto; opacity: .9; }
.alt-archive-card__tag { position: absolute; bottom: 12px; left: 12px; max-width: calc(100% - 24px); background: rgba(var(--hr-navy-rgb), .92); color: #fff; font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 999px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; backdrop-filter: blur(4px); }
.alt-archive-card__body { display: flex; flex-direction: column; flex: 1; padding: 24px; }
.alt-archive-card__rating { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.alt-archive-card__rating .hr-stars { font-size: 15px; }
.alt-archive-card__rating span { font-size: 12.5px; font-weight: 600; color: var(--hr-ink-faint); }
.alt-archive-card__body .alt-archive-card__title { font-size: 20px; font-weight: 800; margin: 0 0 10px; }
.alt-archive-card__title a { color: var(--hr-ink-strong); text-decoration: none; }
.alt-archive-card__link { display: inline-flex; align-items: center; gap: 6px; color: var(--hr-navy); font-weight: 700; font-size: 14.5px; text-decoration: none; margin-top: auto; transition: gap .18s ease; }
.alt-archive-card__link svg { transition: transform .18s ease; }
.alt-archive-card:hover .alt-archive-card__link svg { transform: translateX(3px); }
.alt-archive-container .post-nav { display: flex; justify-content: center; margin-top: 48px; }
.alt-archive-container .pagination { display: flex; align-items: center; gap: 6px; list-style: none; margin: 0; padding: 0; }
.alt-archive-container .pagination li { display: flex; }
.alt-archive-container .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 8px; border-radius: 10px; background: #fff; border: 1px solid var(--hr-line); color: var(--hr-ink-soft); font-size: 14px; font-weight: 600; text-decoration: none; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.alt-archive-container a.page-numbers:hover { background: rgba(var(--hr-navy-rgb), .06); border-color: var(--hr-line-strong); color: var(--hr-navy); }
.alt-archive-container .page-numbers.current { background: var(--hr-navy); border-color: var(--hr-navy); color: #fff; }
.alt-archive-cta { padding: 0 0 88px; }
.alt-sidebar__sticky { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 20px; max-height: calc(100vh - 120px); }
.alt-toc { flex: 1 1 auto; min-height: 0; overflow-y: auto; padding-right: 4px; background: #fff; border: 1px solid var(--hr-line); border-radius: var(--hr-radius-card); padding: 22px 22px 18px; box-shadow: 0 14px 30px rgba(var(--hr-ink-strong-rgb), .06); }
.alt-toc::-webkit-scrollbar { width: 5px; }
.alt-toc::-webkit-scrollbar-thumb { background: var(--hr-line-grey); border-radius: 999px; }
.alt-toc__title { display: flex; align-items: center; gap: 8px; margin: 0 0 14px; font-size: 16px; font-weight: 800; color: var(--hr-ink-strong); }
.alt-toc__title svg { color: var(--hr-navy); flex-shrink: 0; }
.alt-toc ul { list-style: none; margin: 0; padding: 0; }
.alt-toc__link { display: block; padding: 6px 0; color: var(--hr-ink-soft); font-size: 14.5px; font-weight: 600; text-decoration: none; line-height: 1.4; transition: color .18s ease; }
.alt-toc__link--sub { margin-left: 14px; }
.alt-toc__link:hover { color: var(--hr-ink); }
.alt-toc__link.is-active { color: var(--hr-navy); }
.alt-sidebar__cta { position: relative; overflow: hidden; flex-shrink: 0; margin-bottom: 30px; padding: 26px; border-radius: var(--hr-radius-card); background: linear-gradient(150deg, var(--hr-navy) 0%, var(--hr-navy-light) 100%); box-shadow: 0 20px 40px rgba(var(--hr-navy-rgb), .24); }
.alt-sidebar__cta-heading { margin: 0 0 16px; color: #fff; font-size: 17px; font-weight: 700; line-height: 1.4; }
.alt-sidebar__cta-list { list-style: none; margin: 0 0 20px; padding: 0; }
.alt-sidebar__cta-list li { position: relative; padding-left: 24px; margin-bottom: 10px; color: rgba(255, 255, 255, .9); font-size: 13.5px; font-weight: 600; }
.alt-sidebar__cta-list li:last-child { margin-bottom: 0; }
.alt-sidebar__cta-list li::before { content: "\2713"; position: absolute; left: 0; top: 0; color: #fff; font-weight: 800; }
.alt-sidebar__cta .alt-sidebar__cta-btn { display: block; width: 100%; box-sizing: border-box; text-align: center; padding: 12px; border-radius: 999px; background: #fff; color: var(--hr-navy); box-shadow: 0 10px 22px rgba(0, 0, 0, .16); transition: transform .18s ease, box-shadow .18s ease; }
.alt-sidebar__cta .alt-sidebar__cta-btn:hover { color: var(--hr-navy); transform: translateY(-2px); box-shadow: 0 14px 28px rgba(0, 0, 0, .2); }
.alt-profiles__heading { text-align: left; margin-bottom: 0; }
.alt-profiles__heading h2 { margin-bottom: 0; }
.alt-profile { padding: 30px 0; text-align: left; }
.alt-profile__number { color: var(--hr-ink-strong); font-weight: 700; }
.alt-profile__heading { font-size: 26px; font-weight: 800; color: var(--hr-ink-strong); }
.alt-profile__screenshot { margin-bottom: 20px; }
.alt-profile__screenshot img { width: 100%; height: auto; border-radius: var(--hr-radius-soft); border: 1px solid var(--hr-line); display: block; }
.alt-profile__description { font-size: 18px; line-height: 1.8; color: var(--hr-ink-soft); margin: 0 0 20px; }
.alt-profile__subheading { font-size: 22px; font-weight: 700; color: var(--hr-ink); }
.alt-profile__best-for { padding: 20px; margin: 20px 0; border: 1px solid var(--hr-line); border-radius: var(--hr-radius-soft); background: var(--hr-tint); }
.alt-profile__best-for p { margin: 0; color: var(--hr-ink-soft); font-size: 18px; line-height: 1.7; }
.alt-profile__modules { list-style: none; margin: 0 0 8px; padding: 0; }
.alt-profile__modules li { position: relative; padding-left: 20px; margin-bottom: 16px; color: var(--hr-ink-mid); font-size: 18px; line-height: 1.6; }
.alt-profile__modules li::before { content: ""; position: absolute; left: 0; top: 10px; width: 7px; height: 7px; border-radius: 50%; background: var(--hr-navy); }
.alt-profile__rating { display: flex; align-items: center; gap: 10px; margin: 18px 0 24px; }
.alt-profile__best-for .alt-profile__rating { margin: 14px 0 0; }
.alt-profile__rating .hr-stars { font-size: 20px; }
.alt-profile__rating span { font-size: 14px; font-weight: 600; color: var(--hr-ink-soft); }
.alt-profile__experience { margin-top: 24px; padding: 20px 22px; border-left: 3px solid var(--hr-navy); border-radius: 0 var(--hr-radius-soft) var(--hr-radius-soft) 0; background: var(--hr-tint); }
.alt-profile__experience .alt-profile__subheading { margin-top: 0; }
.alt-profile__experience p { margin: 0 0 14px; color: var(--hr-ink-soft); font-size: 18px; line-height: 1.75; }
.alt-profile__experience p:last-child { margin-bottom: 0; }
.alt-mid-cta__box { padding: clamp(28px, 4vw, 40px); margin: 36px 0; border-radius: 16px; background: var(--hr-tint); border: 1px solid var(--hr-line-strong); box-shadow: 0 4px 18px rgba(var(--hr-ink-strong-rgb), .06); text-align: left; }
.alt-mid-cta__box p:first-child { color: var(--hr-ink-strong); font-size: clamp(24px, 3vw, 32px); font-weight: 800; line-height: 1.25; letter-spacing: -.02em; margin: 0 0 12px; text-wrap: balance; }
.alt-mid-cta__box p { color: var(--hr-ink-soft); margin: 0 0 26px; font-size: 17px; }
.alt-mid-cta__box .alt-hero__cta-primary { border-radius: 12px; }
.alt-mid-cta__box .alt-hero__cta-primary:hover { background: var(--hr-navy); color: #fff; box-shadow: 0 10px 22px rgba(var(--hr-navy-rgb), .26); }
.alt-mid-cta--inline .alt-mid-cta__box { margin: 24px 0; padding: clamp(24px, 3vw, 34px); }
.alt-mid-cta--inline .alt-mid-cta__box p:first-child { font-size: clamp(21px, 2.4vw, 26px); }
.alt-mid-cta--inline .alt-mid-cta__box p { margin-bottom: 22px; }
.alt-hero .lead p:last-child,
.alt-profile__description p:last-child { margin-bottom: 0; }
.alt-hero .lead strong,
.alt-profile__description strong { color: var(--hr-ink); font-weight: 700; }
.alt-hero .lead a,
.alt-profile__description a { color: var(--hr-navy); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(var(--hr-navy-rgb), .35); text-underline-offset: 3px; }
.alt-hero .lead a:hover,
.alt-profile__description a:hover { text-decoration-color: var(--hr-navy); }
.alt-profile__description :is(ul, ol) { margin: 0 0 14px; padding-left: 22px; }
.alt-profile__description li { margin-bottom: 8px; }
.alt-profile__best-for p+p { margin-top: 14px; }
.alt-profile__modules a,
.fre-pros-box li a,
.fre-cons-box li a,
.customer-feedback-dec p:not(.mb-0) a,
.alt-mid-cta__box p a:not(.alt-hero__cta-primary) { color: var(--hr-navy); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.alt-main .hr-author-bio-box { margin: 30px 0; }
.alt-single .common-content-box { display: block; }
.alt-single section.common-content-box { margin: 40px 0; padding: 24px; background: #fff5db; border: 1px solid #f0d99a; border-radius: 24px; box-shadow: 0 8px 24px rgba(180, 130, 30, 0.08); }
.alt-single section.common-content-box h2 { margin: 0 0 16px 0; }
.alt-single section.common-content-box p:last-child { margin-bottom: 0; }
.alt-single p.common-content-box { margin: 32px 0; padding: 24px 28px; background: #fff5db; border: 1px solid #f0d99a; border-radius: 16px; box-shadow: 0 6px 18px rgba(180, 130, 30, 0.07); font-size: 18px; text-align: left; }
@media (max-width: 767px) {
	.alt-mid-cta__box { padding: 28px 20px; }
	.alt-matrix { min-width: 640px; }
	.alt-matrix th,
	.alt-matrix td { padding: 10px; }
	.alt-matrix__cell { padding: 10px; }
	.alt-accordion__header-cell { padding: 12px !important; }
	.alt-accordion__label { font-size: 14px; }
	.users-feedback { padding: 16px; }
	.alt-hero__visual { display: none; }
	.alt-intro p,
	.alt-verdict p,
	.alt-comparison__intro p,
	.alt-profile__description,
	.alt-profile__best-for p,
	.alt-profile__modules li,
	.alt-profile__experience p,
	.fre-pros-box li,
	.fre-cons-box li,
	.customer-feedback-dec p:not(.user-name):not(.mb-0),
	.alt-single .faq-list .answer { font-size: 16px; }
	.alt-archive-hero { padding: 56px 0 40px; }
	.alt-archive-hero__search .search-group { padding: 6px 6px 6px 18px; }
	.alt-archive-container { padding: 48px 0; }
	.alt-archive-grid { grid-template-columns: 1fr; gap: 24px; }
	.alt-archive-cta { padding: 0 0 56px; }
	.alt-single section.common-content-box { margin: 28px 0; padding: 24px 20px; border-radius: 16px; box-shadow: 0 5px 16px rgba(180, 130, 30, 0.07); }
	.alt-single section.common-content-box p,
	.alt-single p.common-content-box { font-size: 16px; }
	.alt-single p.common-content-box { margin: 24px 0; padding: 18px 20px; }
}

@media (max-width: 576px) {
	.alt-hero__cta { flex-direction: column; gap: 16px; width: 100%; }
	.alt-hero__cta-primary { width: 100%; justify-content: center; }
	.fre-pros-box,
	.fre-cons-box { padding: 18px; }
	.alt-matrix { min-width: 560px; }
	.hr-stars { font-size: 13px; }
	.glance-table-top img { max-height: 30px; }
}

@media (prefers-reduced-motion: reduce) {

	.alt-hero__cta-primary,
	.alt-hero__cta-primary svg,
	.alt-hero__cta-secondary,
	.alt-accordion__chevron,
	.alt-accordion__collapse,
	.alt-archive-card,
	.alt-archive-card__img,
	.alt-archive-card__link,
	.alt-archive-card__link svg,
	.alt-archive-container .page-numbers,
	.alt-sidebar__cta .alt-sidebar__cta-btn,
	.alt-toc__link,
	.alt-matrix__cta-btn,
	.alt-single .faq-list summary::after { transition: none; }
	.alt-hero__cta-primary:hover,
	.alt-archive-card:hover,
	.alt-sidebar__cta .alt-sidebar__cta-btn:hover { transform: none; }
	.alt-archive-card:hover .alt-archive-card__img { transform: none; }
}

.alt-toc-mobile { display: none; }
.alt-toc-mobile.is-dismissed { display: none; }
@media (max-width: 991.98px) {
	.alt-toc-mobile { display: flex; align-items: stretch; position: sticky; top: calc(var(--hr-header-h, 80px) + 8px); z-index: 90; margin: 0 0 28px; border: 1px solid var(--hr-line); border-radius: var(--hr-radius-card); background: #fff; box-shadow: 0 8px 24px rgba(var(--hr-ink-strong-rgb), .1); }
	.alt-toc-mobile .alt-toc-mobile__toggle { display: flex; align-items: center; gap: 8px; flex: 1 1 auto; min-width: 0; padding: 15px 18px; border: 0; border-radius: var(--hr-radius-card) 0 0 var(--hr-radius-card); box-shadow: none; background: none; cursor: pointer; font-family: inherit; font-size: 15.5px; font-weight: 800; letter-spacing: normal; line-height: 1.3; color: var(--hr-ink-strong); text-align: left; }
	.alt-toc-mobile .alt-toc-mobile__toggle:focus-visible { outline: 2px solid var(--hr-navy); outline-offset: 2px; }
	.alt-toc-mobile .alt-toc-mobile__dismiss { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 44px; min-width: 0; padding: 0; border: 0; border-left: 1px solid var(--hr-line); border-radius: 0 var(--hr-radius-card) var(--hr-radius-card) 0; box-shadow: none; background: none; color: var(--hr-ink-faint); cursor: pointer; transition: color .18s ease, background-color .18s ease; }
	.alt-toc-mobile .alt-toc-mobile__dismiss svg { flex-shrink: 0; }
	.alt-toc-mobile .alt-toc-mobile__dismiss:hover,
	.alt-toc-mobile .alt-toc-mobile__dismiss:focus-visible { color: var(--hr-ink); background: var(--hr-tint); }
	.alt-toc-mobile .alt-toc-mobile__dismiss:focus-visible { outline: 2px solid var(--hr-navy); outline-offset: -2px; }
	.alt-toc-mobile__icon { display: inline-flex; flex-shrink: 0; color: var(--hr-navy); }
	.alt-toc-mobile__chevron { display: inline-flex; flex-shrink: 0; margin-left: auto; color: var(--hr-ink-soft); transition: transform .2s ease; }
	.alt-toc-mobile__toggle[aria-expanded="true"] .alt-toc-mobile__chevron { transform: rotate(180deg); }
	.alt-toc-mobile__panel { position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 2; max-height: min(56vh, 420px); padding: 12px 18px 14px; border: 1px solid var(--hr-line); border-radius: var(--hr-radius-card); background: #fff; box-shadow: 0 18px 40px rgba(var(--hr-ink-strong-rgb), .16); overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; transition: opacity .2s ease, transform .2s ease, visibility .2s; }
	.alt-toc-mobile__panel.is-collapsed { opacity: 0; visibility: hidden; transform: translateY(-8px); pointer-events: none; }
	.alt-toc-mobile__panel::-webkit-scrollbar { width: 4px; }
	.alt-toc-mobile__panel::-webkit-scrollbar-thumb { background: var(--hr-line-grey); border-radius: 999px; }
	.alt-toc-mobile__panel ul { list-style: none; margin: 0; padding: 0; }
	.alt-toc-mobile__panel li { margin: 0; padding: 0; }
	.alt-toc-mobile__panel li::before { content: none; }
	.alt-toc-mobile__panel .alt-toc__link { padding: 8px 0; }
}

@media (max-width: 480px) {
	.alt-toc-mobile .alt-toc-mobile__toggle { padding: 14px 16px; font-size: 15px; }
	.alt-toc-mobile__panel { padding: 10px 16px 12px; }
	.alt-toc-mobile .alt-toc-mobile__dismiss { width: 42px; }
}

@media (prefers-reduced-motion: reduce) {

	.alt-toc-mobile__chevron,
	.alt-toc-mobile .alt-toc-mobile__dismiss,
	.alt-toc-mobile__panel { transition: none; }
	.alt-toc-mobile__panel.is-collapsed { transform: none; }
}