/* =============================================================================
   HXC Academy — inner pages (catalog, program, about, contact, policies, auth)
   Tokens/components come from redesign.css + hxc.css; this file adds page kits.
   ============================================================================= */

/* ---- page shell ---------------------------------------------------------- */
.hx-page { position: relative; padding: 64px 0 100px; }
.hx-page__pattern { position: absolute; left: 0; top: -20px; width: 29px; height: 560px; background: url('../images/hxc/hero-side-pattern.png') repeat-y left top / 29px auto; opacity: .9; pointer-events: none; }
.hx-crumbs { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--hx-muted); margin: 0 0 20px; }
.hx-crumbs a { color: var(--hx-muted); text-decoration: none; }
.hx-crumbs .is-current { color: var(--hx-blue); font-weight: 500; }
.hx-h1 { font-size: 36px; font-weight: 700; line-height: 1.15; color: var(--hx-ink); margin: 0 0 16px; }
.hx-lead { font-size: 15px; line-height: 1.7; color: var(--hx-body); max-width: 432px; margin: 0 0 40px; }

/* ---- catalog toolbar ------------------------------------------------------ */
.hx-search { display: block; margin: 0 0 54px; }
.hx-search input { width: 100%; height: 50px; border: 1px solid #edf1f6; border-radius: 12px; background: #f7f9fc; padding: 0 20px; font: 400 14px var(--hx-font); color: var(--hx-ink); outline: 0; }
.hx-search input::placeholder { color: var(--hx-muted); }
.hx-search input:focus { border-color: var(--hx-blue); box-shadow: 0 0 0 3px rgba(21, 125, 229, .12); }
.hx-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0 0 40px; }
.hx-toolbar__title { display: flex; align-items: center; gap: 12px; }
.hx-toolbar__title h2 { font-size: 24px; font-weight: 700; color: var(--hx-ink); margin: 0; }
.hx-count { display: inline-flex; align-items: center; height: 26px; padding: 0 10px; border-radius: 999px; background: var(--hx-tint); color: var(--hx-blue); font: 500 13px/1 var(--hx-font); }
.hx-toolbar__tools { display: flex; gap: 12px; }
.hx-tool { display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 14px; border: 1px solid var(--hx-line); border-radius: 10px; background: #fff; font: 500 14px var(--hx-font); color: var(--hx-ink); cursor: pointer; }
.hx-tool svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.hx-sort span { color: var(--hx-body); font-weight: 400; }
.hx-sort select { appearance: none; -webkit-appearance: none; border: 0; background: transparent; font: 500 14px var(--hx-font); color: var(--hx-ink); padding: 0; cursor: pointer; outline: 0; }
.hx-cards.is-loading { opacity: .5; pointer-events: none; }
.hx-card h3 a { color: inherit; text-decoration: none; }
.hx-specs--2 { grid-template-columns: 1fr 1fr; }
.hx-empty { grid-column: 1 / -1; text-align: center; padding: 64px 24px; border: 1px dashed var(--hx-line); border-radius: var(--hx-radius); }
.hx-empty h3 { font-size: 20px; color: var(--hx-ink); margin: 0 0 8px; }
.hx-empty p { color: var(--hx-body); margin: 0; }

/* ---- pagination ---------------------------------------------------------- */
.hx-pagination { display: flex; justify-content: center; align-items: center; gap: 12px; margin: 48px 0 0; }
.hx-pagination a, .hx-pagination span { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-width: 32px; height: 32px; padding: 0 8px; border: 1px solid var(--hx-line); border-radius: 8px; background: #fff; color: var(--hx-ink); font: 500 14px/1 var(--hx-font); text-decoration: none; }
.hx-pagination .hx-pagination__nav { padding: 0 12px; }
.hx-pagination .is-active { background: var(--hx-blue); border-color: var(--hx-blue); color: #fff; }
.hx-pagination .is-disabled { opacity: .45; }
.hx-pagination svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; }

/* ---- cross-sell banner ---------------------------------------------------- */
.hx-cta { position: relative; margin-top: 100px; min-height: 433px; border-radius: var(--hx-radius-lg); background: #1a6be6 url('../images/hxc/cta-bg.jpg') center / cover no-repeat; color: #fff; display: flex; align-items: center; padding: 60px 88px; clip-path: inset(-80px 0 0 0 round var(--hx-radius-lg)); }
.hx-cta__copy { max-width: 506px; }
.hx-cta__copy h2 { font-size: 48px; font-weight: 700; line-height: 1.25; margin: 0 0 20px; }
.hx-cta__copy p { font-size: 16px; line-height: 1.6; color: rgba(255, 255, 255, .92); margin: 0 0 40px; max-width: 461px; }
.hx-cta__person { position: absolute; left: 125px; bottom: 0; height: 522px; width: auto; pointer-events: none; }

/* ---- filter drawer -------------------------------------------------------- */
.hx-drawer { position: fixed; inset: 0; z-index: 1200; display: flex; }
.hx-drawer[hidden] { display: none; }
.hx-drawer__backdrop { flex: 1; background: rgba(0, 25, 61, .45); }
.hx-drawer__panel { width: 320px; max-width: 90vw; height: 100%; background: #fff; display: flex; flex-direction: column; box-shadow: 0 0 40px rgba(0, 25, 61, .2); }
.hx-drawer__head { height: 66px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; border-bottom: 1px solid var(--hx-line); }
.hx-drawer__head h3 { font-size: 17px; font-weight: 700; margin: 0; color: var(--hx-ink); }
.hx-drawer__head button { border: 0; background: none; padding: 4px; color: var(--hx-muted); cursor: pointer; }
.hx-drawer__head svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.hx-drawer__body { flex: 1; overflow: auto; padding: 24px; }
.hx-drawer__group { padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid var(--hx-line); }
.hx-drawer__group:last-child { border: 0; }
.hx-drawer__group h4 { font-size: 15px; font-weight: 700; color: var(--hx-ink); margin: 0 0 12px; }
.hx-check { display: flex; align-items: center; gap: 10px; padding: 5px 0; font-size: 14px; color: var(--hx-body); cursor: pointer; }
.hx-check input { width: 18px; height: 18px; accent-color: var(--hx-blue); margin: 0; }
.hx-drawer__foot { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 20px 24px; border-top: 1px solid var(--hx-line); }
.hx-drawer__foot .hx-btn { justify-content: center; }

/* ---- program page --------------------------------------------------------- */
.hx-show { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 55px; align-items: start; }
.hx-show__main { min-width: 0; }
.hx-show__pills { display: flex; gap: 8px; margin: 28px 0 16px; }
.hx-show__title { font-size: 40px; font-weight: 700; line-height: 1.3; color: var(--hx-ink); margin: 0 0 12px; }
.hx-show__lead { font-size: 15px; line-height: 1.8; color: var(--hx-body); max-width: 606px; margin: 0 0 32px; }
.hx-specs--4 { grid-template-columns: repeat(4, 1fr); margin-bottom: 40px; }
.hx-panel { background: var(--hx-tint); border-radius: var(--hx-radius); padding: 40px 40px 32px; margin-bottom: 48px; }
.hx-panel h2 { font-size: 24px; font-weight: 700; color: var(--hx-ink); margin: 0 0 24px; }
.hx-panel h3 { font-size: 14px; font-weight: 700; color: var(--hx-ink); margin: 24px 0 14px; }
.hx-rich { font-size: 14px; line-height: 1.9; color: var(--hx-body); }
.hx-rich * { font-family: inherit !important; font-size: inherit !important; color: inherit !important; line-height: inherit !important; background: transparent !important; }
.hx-rich p { margin: 0 0 12px; }
.hx-rich ul, .hx-rich ol { padding-inline-start: 20px; margin: 0 0 12px; }
.hx-rich h1, .hx-rich h2, .hx-rich h3, .hx-rich h4 { font-weight: 700 !important; color: var(--hx-ink) !important; margin: 20px 0 10px; }
.hx-checks { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.hx-checks li { position: relative; padding-inline-start: 28px; font-size: 13px; line-height: 1.7; color: var(--hx-body); }
.hx-checks li::before { content: ''; position: absolute; inset-inline-start: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23157de5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E") center / 10px no-repeat; border: 1px solid var(--hx-line); }
.hx-checks--sm li { font-size: 12px; }
.hx-checks--sm li::before { width: 16px; height: 16px; top: 2px; background-size: 9px; }
.hx-h2-bar { position: relative; font-size: 24px; font-weight: 700; color: var(--hx-ink); margin: 0 0 8px; padding-inline-start: 14px; }
.hx-h2-bar::before { content: ''; position: absolute; inset-inline-start: 0; top: 4px; bottom: 4px; width: 3px; border-radius: 2px; background: var(--hx-blue); }
.hx-block { margin-bottom: 48px; }
.hx-block__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.hx-block__sub { font-size: 14px; color: var(--hx-body); margin: 0 0 24px; padding-inline-start: 14px; }
.hx-outcomes { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hx-outcome { display: flex; gap: 14px; align-items: flex-start; padding: 22px 24px; border: 1px solid var(--hx-line); border-radius: var(--hx-radius); background: #fff; }
.hx-outcome span { font-size: 22px; font-weight: 700; color: #cfd8e3; line-height: 1; }
.hx-outcome h4 { font-size: 14px; font-weight: 700; color: var(--hx-ink); margin: 2px 0 0; line-height: 1.6; }
.hx-modules { display: grid; gap: 14px; }
.hx-module { border: 1px solid var(--hx-line); border-radius: var(--hx-radius); background: #fff; padding: 0 24px; }
.hx-module[open] { background: var(--hx-tint); }
.hx-module summary { list-style: none; display: flex; align-items: center; gap: 14px; padding: 20px 0; cursor: pointer; }
.hx-module summary::-webkit-details-marker { display: none; }
.hx-module__n { font-size: 12px; font-weight: 700; color: var(--hx-muted); }
.hx-module summary h3 { font-size: 15px; font-weight: 700; color: var(--hx-ink); margin: 0 0 4px; }
.hx-module summary small { font-size: 12px; color: var(--hx-muted); }
.hx-module__chev { margin-inline-start: auto; width: 28px; height: 28px; border-radius: 50%; background: var(--hx-blue); color: #fff; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.hx-module__chev svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2.5; transition: transform .2s; }
.hx-module[open] .hx-module__chev svg { transform: rotate(180deg); }
.hx-lessons { list-style: none; margin: 0; padding: 4px 0 20px; display: grid; gap: 8px; }
.hx-lessons li { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #fff; border: 1px solid var(--hx-line); border-radius: 10px; padding: 12px 16px; font-size: 13px; color: var(--hx-ink); }
.hx-lessons li small { font-size: 12px; color: var(--hx-muted); white-space: nowrap; }

.hx-side { position: sticky; top: 24px; }
.hx-side__media { position: relative; height: 295px; border-radius: var(--hx-radius); overflow: hidden; background: var(--hx-tint); }
.hx-side__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hx-side__media .hx-pill { position: absolute; top: 20px; inset-inline-end: 20px; }
.hx-side__card { margin-top: 16px; background: #fff; border: 1px solid var(--hx-line); border-radius: var(--hx-radius); overflow: hidden; box-shadow: 0 8px 30px rgba(0, 25, 61, .06); }
.hx-side__strip { height: 24px; background: #1256e8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 24'%3E%3Cpath d='M-4 26 40 2l44 24' fill='none' stroke='%23fff' stroke-width='7'/%3E%3C/svg%3E") repeat-x center / 80px 24px; }
.hx-side__body { padding: 24px 20px; }
.hx-side__price { display: flex; align-items: baseline; justify-content: center; gap: 12px; }
.hx-side__price b { font-size: 32px; font-weight: 700; color: var(--hx-blue); }
.hx-side__price s { font-size: 16px; color: var(--hx-muted); }
.hx-side__note { display: block; text-align: center; font-size: 10px; color: var(--hx-muted); margin: 2px 0 16px; }
.hx-side .hx-date { margin: 0 0 16px; }
.hx-btn--block { width: 100%; justify-content: center; }
.hx-side__inc { margin-top: 20px; }
.hx-side__inc h4 { font-size: 12px; font-weight: 500; color: var(--hx-ink); margin: 0 0 10px; }

/* ---- about ---------------------------------------------------------------- */
.hx-eyebrow { display: block; font-size: 14px; color: var(--hx-blue); margin: 0 0 14px; }
.hx-eyebrow--bold { font-weight: 700; }
.hx-eyebrow--light { color: #9ec9ff; font-size: 10px; font-weight: 700; letter-spacing: .5px; }
.hx-about { padding-top: 0; padding-bottom: 0; }
.hx-about__hero { position: relative; margin: 64px -20px 100px; padding: 100px 40px 108px; border-radius: 32px; text-align: center; background: #f6f9fe; overflow: hidden; }
.hx-about__hero::before, .hx-about__hero::after { content: ''; position: absolute; border-radius: 50%; filter: blur(40px); opacity: .55; pointer-events: none; }
.hx-about__hero::before { width: 520px; height: 520px; right: -120px; top: -160px; background: radial-gradient(circle, #dbe9fb 0%, rgba(219, 233, 251, 0) 70%); }
.hx-about__hero::after { width: 460px; height: 460px; left: -100px; bottom: -200px; background: radial-gradient(circle, #e5eefc 0%, rgba(229, 238, 252, 0) 70%); }
.hx-about__hero > * { position: relative; }
.hx-about__hero h1 { font-size: 72px; font-weight: 700; line-height: 1.22; color: var(--hx-ink); margin: 0 0 40px; }
.hx-about__hero h1 span, .hx-about__hero h1 em { display: block; font-style: normal; }
.hx-about__hero h1 em { color: var(--hx-blue); }
.hx-about__hero p { max-width: 855px; margin: 0 auto 36px; font-size: 16px; line-height: 1.7; color: var(--hx-body); }
.hx-about__split { display: grid; grid-template-columns: minmax(0, 1fr) 483px; gap: 120px; align-items: center; margin-bottom: 100px; }
.hx-about__split--fields { gap: 238px; }
.hx-about__photo { margin: 0; height: 636px; border-radius: 24px; overflow: hidden; }
.hx-about__photo--short { height: 527px; }
.hx-about__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hx-about__big { font-size: 60px; font-weight: 700; line-height: 1.25; color: var(--hx-ink); margin: 0 0 28px; }
.hx-about__big span { display: block; color: #c9d3e0; }
.hx-about__copy p { font-size: 18px; line-height: 1.7; color: var(--hx-body); margin: 0 0 18px; max-width: 531px; }
.hx-about__h2 { font-size: 40px; font-weight: 700; line-height: 1.45; color: var(--hx-ink); margin: 0 0 40px; }
.hx-about__philosophy { background: #f6f9fe; padding: 80px 0; margin-bottom: 100px; }
.hx-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hx-pillar { background: #fff; border: 1px solid var(--hx-line); border-radius: 20px; padding: 32px 28px 28px; min-height: 200px; }
.hx-pillar__icon { width: 20px; height: 20px; fill: var(--hx-blue); display: block; margin-bottom: 24px; }
.hx-pillar h3 { font-size: 32px; font-weight: 900; color: var(--hx-ink); margin: 0 0 10px; }
.hx-pillar p { font-size: 14px; line-height: 1.75; color: var(--hx-body); margin: 0; max-width: 284px; }
.hx-pillar--dark { background: var(--hx-ink); border-color: var(--hx-ink); color: #fff; }
.hx-pillar--dark h3, .hx-pillar--dark p { color: #fff; }
.hx-pillar--dark .hx-pillar__icon { fill: #fff; }
.hx-chips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px 10px; max-width: 480px; }
.hx-chip { display: inline-flex; align-items: center; gap: 10px; height: 44px; padding: 0 14px; border: 1px solid var(--hx-line); border-radius: 12px; background: #fff; font: 500 15px var(--hx-font); color: var(--hx-ink); white-space: nowrap; }
.hx-chip b { font-size: 11px; color: var(--hx-muted); }
.hx-chip.is-active { background: var(--hx-blue); border-color: var(--hx-blue); color: #fff; font-weight: 700; }
.hx-chip.is-active b { color: rgba(255, 255, 255, .8); }
.hx-about__why { background: var(--hx-ink); color: #fff; padding: 80px 0; margin-bottom: 100px; }
.hx-about__why-grid { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 120px; align-items: start; }
.hx-about__why h2 { font-size: 40px; font-weight: 700; line-height: 1.33; margin: 0; color: #fff; }
.hx-why { list-style: none; margin: 0; padding: 0; max-width: 580px; }
.hx-why li { display: flex; justify-content: space-between; gap: 24px; padding: 32px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.hx-why li:first-child { padding-top: 0; }
.hx-why h3 { font-size: 26px; font-weight: 700; margin: 0 0 10px; color: #fff; }
.hx-why p { font-size: 14px; line-height: 1.8; color: rgba(255, 255, 255, .75); margin: 0; max-width: 520px; }
.hx-why span { font-size: 13px; font-weight: 700; color: rgba(255, 255, 255, .5); padding-top: 8px; }
.hx-about__partners { padding-bottom: 100px; }
.hx-about__partners > p { font-size: 16px; color: var(--hx-body); margin: -20px 0 40px; }
.hx-partner-card { display: inline-flex; align-items: center; gap: 20px; padding: 16px 24px; border-radius: 16px; background: #f6f9fe; }
.hx-partner-card img { height: 42px; width: auto; }
.hx-partner-card b { display: block; font-size: 15px; font-weight: 500; color: var(--hx-ink); }
.hx-partner-card small { font-size: 12px; color: var(--hx-muted); }
.hx-partner-soon { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; margin-top: 40px; }
.hx-partner-soon span { display: flex; align-items: center; justify-content: center; height: 80px; border: 1px dashed var(--hx-line); border-radius: 14px; background: #fafbfd; font-size: 11px; color: var(--hx-muted); }

/* ---- contact -------------------------------------------------------------- */
.hx-contact { background: linear-gradient(180deg, #f5f8fd 0%, #fff 640px); padding-top: 56px; }
.hx-contact__head { margin: 40px 0 60px; }
.hx-contact__head h1 { font-size: 60px; font-weight: 700; line-height: 1.25; color: var(--hx-ink); margin: 0 0 20px; }
.hx-contact__head p { font-size: 18px; line-height: 1.6; color: var(--hx-body); max-width: 518px; margin: 0; }
.hx-contact__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 64px; margin-bottom: 100px; }
.hx-ccard { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 48px 32px 44px; background: #fff; border-radius: 20px; box-shadow: 0 10px 40px rgba(0, 25, 61, .06); text-decoration: none; color: var(--hx-ink); overflow: hidden; }
.hx-ccard::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 18px; background: #1256e8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 24'%3E%3Cpath d='M-4 26 40 2l44 24' fill='none' stroke='%23fff' stroke-width='7'/%3E%3C/svg%3E") repeat-x center / 60px 18px; }
.hx-ccard__icon { width: 48px; height: 48px; border-radius: 50%; background: var(--hx-tint); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.hx-ccard__icon svg { width: 22px; height: 22px; fill: var(--hx-blue); }
.hx-ccard h3 { font-size: 18px; font-weight: 700; margin: 0 0 8px; }
.hx-ccard p { font-size: 14px; color: var(--hx-body); margin: 0 0 28px; }
.hx-ccard__link { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 500; color: var(--hx-blue); }
.hx-ccard__link svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; }
.hx-contact__form { background: #f4f8fe; border-radius: 24px; padding: 60px; margin-bottom: 100px; }
.hx-contact__form h2 { font-size: 36px; font-weight: 700; color: var(--hx-ink); margin: 0 0 12px; }
.hx-contact__form-sub { font-size: 20px; color: var(--hx-body); margin: 0 0 40px; }
.hx-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hx-field { display: block; margin-bottom: 20px; }
.hx-field > span { display: block; font-size: 14px; font-weight: 500; color: var(--hx-ink); margin-bottom: 10px; }
.hx-field input, .hx-field textarea, .hx-field select { width: 100%; border: 1px solid var(--hx-line); border-radius: 10px; background: #fff; padding: 0 16px; height: 48px; font: 400 13px var(--hx-font); color: var(--hx-ink); outline: 0; }
.hx-field textarea { height: auto; padding: 14px 16px; resize: vertical; }
.hx-field input:focus, .hx-field textarea:focus, .hx-field select:focus { border-color: var(--hx-blue); box-shadow: 0 0 0 3px rgba(21, 125, 229, .12); }
.hx-field input::placeholder, .hx-field textarea::placeholder { color: var(--hx-muted); }
.hx-field small { display: block; margin-top: 6px; font-size: 12px; color: #d63b3b; }
.hx-phone { display: flex; align-items: center; border: 1px solid var(--hx-line); border-radius: 10px; background: #fff; }
.hx-phone b { padding: 0 14px; font-size: 14px; color: var(--hx-ink); border-inline-end: 1px solid var(--hx-line); height: 48px; display: inline-flex; align-items: center; }
.hx-phone input { border: 0 !important; box-shadow: none !important; }
.hx-select { position: relative; }
.hx-select select { appearance: none; -webkit-appearance: none; padding-inline-end: 40px; }
.hx-select svg { position: absolute; inset-inline-end: 14px; top: 50%; width: 16px; height: 16px; transform: translateY(-50%); fill: none; stroke: var(--hx-muted); stroke-width: 2; pointer-events: none; }
.hx-form__actions { display: flex; justify-content: flex-end; }
.hx-btn--wide { min-width: 232px; justify-content: center; }
.hx-alert { padding: 14px 18px; border-radius: 10px; background: #e6f7ec; color: #1d7a3e; font-size: 14px; margin-bottom: 20px; }
.hx-contact__faq { max-width: 832px; margin: 0 auto 60px; }

/* ---- policies ------------------------------------------------------------- */
.hx-policy { background: linear-gradient(180deg, #f5f8fd 0%, #fff 520px); padding-top: 56px; }
.hx-policy__title { font-size: 60px; font-weight: 700; color: var(--hx-ink); margin: 24px 0 56px; }
.hx-policy__body { max-width: 690px; }
.hx-policy__body h2 { font-size: 24px; font-weight: 700; color: var(--hx-ink); margin: 32px 0 20px; }
.hx-policy__body p, .hx-policy__body li { font-size: 18px; line-height: 1.7; color: var(--hx-body); margin: 0 0 4px; }
.hx-policy__body ul { padding-inline-start: 22px; margin: 0 0 8px; }
.hx-policy__body .hx-rich * { font-size: 18px !important; line-height: 1.7 !important; }

/* ---- auth shell ----------------------------------------------------------- */
body.hx-auth *, body.hx-auth *::before, body.hx-auth *::after { box-sizing: border-box; }
body.hx-auth { margin: 0; min-height: 100vh; display: flex; flex-direction: column; position: relative; overflow-x: hidden; background: linear-gradient(135deg, #e9f0fb 0%, #f5f8fd 45%, #fff 100%); font-family: var(--hx-font); color: var(--hx-ink); }
.hx-auth__mark { position: absolute; left: 0; top: 210px; width: 360px; height: 565px; background: url('../images/hxc/auth-mark.svg') no-repeat left top / contain; pointer-events: none; }
.hx-auth__logo { position: absolute; top: 26px; right: 105px; width: 64px; z-index: 2; }
.hx-auth__logo img { display: block; width: 64px; height: auto; }
.hx-auth__body { position: relative; flex: 1; display: grid; grid-template-columns: 630px minmax(0, 1fr); gap: 60px; align-items: center; width: min(1240px, 100% - 48px); margin: 0 auto; padding: 120px 0 40px; }
.hx-auth__copy { max-width: 457px; }
.hx-auth__copy h1 { font-size: 48px; font-weight: 700; line-height: 1.2; color: var(--hx-ink); margin: 0 0 24px; }
.hx-auth__copy p { font-size: 18px; line-height: 1.6; color: var(--hx-body); margin: 0 0 24px; }
.hx-auth__chips { display: flex; gap: 12px; font-size: 16px; font-weight: 500; color: var(--hx-blue); }
.hx-auth__chips i { font-style: normal; color: var(--hx-muted); }
.hx-auth__card { background: #fff; border-radius: 16px; box-shadow: 0 20px 60px rgba(0, 25, 61, .08); padding: 32px 32px 28px; }
.hx-auth__card h2 { font-size: 24px; font-weight: 700; color: var(--hx-ink); margin: 0 0 8px; }
.hx-auth__sub { font-size: 13px; line-height: 1.7; color: var(--hx-body); margin: 0 0 24px; }
.hx-auth__row { display: flex; align-items: center; justify-content: space-between; margin: -6px 0 20px; }
.hx-auth__link-sm { font-size: 12px; font-weight: 500; color: var(--hx-blue); text-decoration: none; }
.hx-auth__foot { text-align: center; font-size: 13px; color: var(--hx-body); margin: 20px 0 0; }
.hx-auth__foot a { color: var(--hx-blue); font-weight: 700; text-decoration: none; }
.hx-auth__links { position: relative; display: flex; justify-content: center; gap: 40px; padding: 20px; font-size: 13.5px; }
.hx-auth__links a { color: var(--hx-muted); text-decoration: none; }
.hx-auth__sent { text-align: center; padding: 24px 0 8px; }
.hx-auth__sent img { display: block; margin: 0 auto 24px; }
.hx-auth__sent h2 { margin-bottom: 12px; }
.hx-auth__sent p { font-size: 18px; line-height: 1.6; color: var(--hx-body); margin: 0 0 28px; }
.hx-pass { position: relative; }
.hx-pass input { padding-inline-end: 44px; }
.hx-pass button { position: absolute; inset-inline-end: 12px; top: 50%; transform: translateY(-50%); border: 0; background: none; padding: 4px; color: var(--hx-muted); cursor: pointer; }
.hx-pass button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.hx-pass button.is-on { color: var(--hx-blue); }
.hx-otp { display: flex; gap: 10px; direction: ltr; justify-content: center; }
.hx-otp input { width: 56px; height: 56px; text-align: center; font-size: 20px; font-weight: 700; padding: 0; }
.hx-alert--error { background: #fdecec; color: #c0392b; }

/* ---- responsive ----------------------------------------------------------- */
@media (max-width: 1100px) {
  .hx-policy__title { font-size: 38px; }
  .hx-auth__body { grid-template-columns: 1fr; padding: 100px 0 24px; }
  .hx-auth__copy { display: none; }
  .hx-auth__mark { display: none; }
  .hx-auth__logo { right: 24px; }
  .hx-about__hero { margin-inline: 0; padding: 64px 24px; }
  .hx-about__hero h1 { font-size: 44px; }
  .hx-about__split, .hx-about__split--fields { grid-template-columns: 1fr; gap: 40px; }
  .hx-about__photo, .hx-about__photo--short { height: 380px; }
  .hx-about__big { font-size: 38px; }
  .hx-about__h2 { font-size: 30px; }
  .hx-pillars { grid-template-columns: 1fr; }
  .hx-about__why-grid { grid-template-columns: 1fr; gap: 40px; }
  .hx-partner-soon { grid-template-columns: repeat(3, 1fr); }
  .hx-contact__head h1 { font-size: 38px; }
  .hx-contact__cards { grid-template-columns: 1fr; gap: 24px; }
  .hx-contact__form { padding: 32px 24px; }
  .hx-form__row { grid-template-columns: 1fr; gap: 0; }
  .hx-show { grid-template-columns: 1fr; }
  .hx-side { position: static; order: -1; }
  .hx-specs--4 { grid-template-columns: 1fr 1fr; }
  .hx-outcomes { grid-template-columns: 1fr; }
  .hx-show__title { font-size: 30px; }
  .hx-panel { padding: 28px 24px; }
  .hx-page { padding-top: 40px; }
  .hx-cta { padding: 48px 40px; }
  .hx-cta__copy h2 { font-size: 36px; }
  .hx-cta__person { height: 380px; left: 20px; }
}
@media (max-width: 760px) {
  .hx-h1 { font-size: 28px; }
  .hx-toolbar { flex-direction: column; align-items: flex-start; }
  .hx-cta { min-height: 0; padding: 40px 24px; clip-path: none; overflow: hidden; }
  .hx-cta__person { display: none; }
  .hx-cta__copy h2 { font-size: 30px; }
}

/* =============================================================================
   FIGMA QA PASS (2026-09-07) — inner pages. Exact values from the frame JSON;
   later rules win over the page kits above on purpose.
   ============================================================================= */
/* shared */
.hx-page ~ .hx-footer, .hx-page + .hx-footer { margin-top: 0; }
.hx-crumbs .is-current { color: var(--hx-ink); }
.hx-crumbs > span:not(.is-current) { color: #c8cad0; }
.hx-header:not(.hx-header--overlay) { border-bottom: 0; box-shadow: var(--hx-shadow); }
.hx-header:not(.hx-header--overlay) .hx-nav a.active { color: var(--hx-ink); }
.hx-page__pattern { left: -82px; top: -440px; width: 132px; height: 914px; background: url('../images/hxc/side-pattern.svg') no-repeat 0 0 / 132px 914px; transform: rotate(1.6deg); opacity: 1; }
.hx-page { overflow: clip; }   /* clips the side pattern; `hidden` would turn the page into a scroll container and kill the sticky purchase card */
.hx-lead { color: var(--hx-muted); line-height: 26px; }
/* catalog */
.hx-search input { background: #f7f7f8; border-color: #e3e4e8; box-shadow: 0 1px 4px rgba(28, 39, 115, .04); }
.hx-toolbar { margin-bottom: 33px; }
.hx-catalog--certs .hx-toolbar { margin-bottom: 48px; }
.hx-toolbar__title { gap: 22px; }
.hx-count { height: 28px; padding: 0 12px; }
.hx-tool { border-color: var(--hx-line); border-radius: 8px; box-shadow: 0 1px 4px rgba(28, 39, 115, .04); }
.hx-sort { min-width: 172px; }
.hx-sort span { color: var(--hx-muted); }
.hx-filters { gap: 20px; margin: 0 0 49px; }
.hx-filters .hx-pill { height: 42px; opacity: .36; }
.hx-filters .hx-pill--active { height: 44px; opacity: 1; }
.hx-cards { gap: 24px 20px; }
.hx-price s { color: #8f96a3; }
.hx-price small { color: #8f96a3; }
.hx-card--cert { border: 1px solid #eeeff1; }
.hx-card--cert .hx-card__media { background: #fff; border-bottom: 1px solid #eeeff1; }
.hx-card--cert .hx-card__media img { object-fit: contain; padding: 12px; }
.hx-card--cert h3, .hx-card--cert p { text-align: center; }
.hx-card--cert p { color: var(--hx-muted); }
.hx-pagination { gap: 6px; margin-top: 56px; }
.hx-pagination a, .hx-pagination span { min-width: 40px; height: 40px; border-color: var(--hx-line); color: var(--hx-body); border-radius: 8px; }
.hx-pagination .hx-pagination__nav { padding: 0 16px; }
.hx-pagination svg { width: 10px; height: 10px; opacity: .5; }
.hx-cta { overflow: hidden; clip-path: none; box-shadow: var(--hx-shadow); border-radius: 24px; }
.hx-cta__person { top: 50px; bottom: auto; height: 522px; }
.hx-cta--2 .hx-cta__person, .hx-cta--4 .hx-cta__person { height: 443px; left: 138px; top: 52px; }
.hx-cta--2 .hx-cta__copy h2, .hx-cta--4 .hx-cta__copy h2 { max-width: 449px; }
.hx-cta__copy h2 { margin-bottom: 21px; }
.hx-cta__copy p { line-height: 24px; color: rgba(255, 255, 255, .75); margin-bottom: 55px; }
.hx-cta .hx-btn--white { box-shadow: none; }
/* filter drawer */
.hx-check input { appearance: none; -webkit-appearance: none; width: 18px; height: 18px; border: 1.6px solid var(--hx-line); border-radius: 4px; background: #fff; flex: none; }
.hx-check input:checked { background: var(--hx-blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E") center / 10px no-repeat; border-color: var(--hx-blue); }
.hx-drawer__head, .hx-drawer__foot, .hx-drawer__group { border-color: var(--hx-line); }
.hx-drawer__group { padding-bottom: 28px; margin-bottom: 28px; }
.hx-drawer__panel { box-shadow: 4px 0 32px rgba(0, 25, 61, .12); }
.hx-drawer__foot .hx-btn { height: 44px; border-radius: 8px; }
.hx-drawer__foot .hx-btn--outline { color: var(--hx-body); }
/* program page */
.hx-show { padding-top: 16px; }
.hx-show .hx-crumbs { font-size: 12px; }
.hx-show .hx-crumbs a, .hx-show .hx-crumbs > span { color: #8f96a3; }
.hx-show .hx-crumbs .is-current { color: var(--hx-ink); font-weight: 400; }
.hx-show__pills { margin: 34px 0 6px; }
.hx-pill--soft-navy { background: rgba(0, 62, 153, .08); border: .8px solid rgba(0, 62, 153, .16); color: var(--hx-navy); font-size: 12px; height: 33px; padding: 0 16px; }
.hx-pill--soft-blue { background: rgba(21, 125, 229, .08); border: .8px solid rgba(21, 125, 229, .16); color: var(--hx-blue); font-size: 12px; height: 33px; padding: 0 16px; }
.hx-show__title { line-height: 64px; margin-bottom: 7px; }
.hx-show--cert .hx-show__title { line-height: 50px; }
.hx-show__lead { color: var(--hx-ink); max-width: 550px; line-height: 29px; margin-bottom: 37px; }
.hx-show--cert .hx-show__lead { max-width: 606px; margin-bottom: 32px; }
.hx-specs--4 { grid-template-columns: repeat(4, 125px); gap: 13px; justify-content: start; margin-bottom: 23px; }
.hx-panel { background: #f6f9ff; border: 1px solid #e4edf8; border-radius: 12px; padding: 40px; margin-bottom: 32px; }
.hx-panel h3 { margin: 28px 0 16px; }
.hx-panel .hx-rich { font-size: 13px; line-height: 22px; color: #374151; }
.hx-checks li { color: #374151; line-height: 22px; }
.hx-checks li::before { width: 16px; height: 16px; background-color: #dff0ff; border: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23004ce3' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E"); }
.hx-checks--sm li::before { width: 15px; height: 15px; background-color: #eef3fb; border: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23157de5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E"); }
.hx-h2-bar::before { width: 4px; }
.hx-h2-bar--lg { font-size: 30px; line-height: 45px; }
.hx-block { margin-bottom: 32px; }
.hx-block__sub { font-size: 15px; line-height: 27px; color: var(--hx-muted); }
.hx-block--content .hx-block__sub { font-size: 13px; line-height: 20px; }
.hx-block__head .hx-pill { height: 31px; font-size: 12px; color: var(--hx-blue); border: .8px solid #d8e8f8; }
.hx-outcome { border-color: #eeeff1; border-radius: 12px; padding: 24px; box-shadow: 0 2px 20px rgba(28, 39, 115, .03); }
.hx-outcome span { color: #e0e2e6; }
.hx-modules { gap: 16px; }
.hx-module { border: .8px solid #e5e8ee; border-radius: 16px; }
.hx-module[open] { background: #f6f9ff; border-color: rgba(0, 76, 227, .3); }
.hx-module summary { padding: 24px 0; }
.hx-module__n { color: #c4c8cf; }
.hx-module__chev { width: 36px; height: 36px; border-radius: 12px; background: var(--hx-tint); color: var(--hx-blue); }
.hx-module[open] .hx-module__chev { background: var(--hx-deep); color: #fff; }
.hx-lessons { gap: 0; padding: 0 0 20px; }
.hx-lessons li { background: transparent; border: 0; border-bottom: .8px solid #eeeff1; border-radius: 0; padding: 10px 0; color: #3c4049; font-weight: 500; }
.hx-lessons li span::before { content: ''; display: inline-block; width: 15px; height: 15px; border-radius: 50%; background: #dff0ff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 5v14l11-7z' fill='%23157de5'/%3E%3C/svg%3E") center / 7px no-repeat; margin-inline-end: 10px; vertical-align: -3px; }
.hx-lessons li small { background: var(--hx-tint); border-radius: 8px; padding: 4px 10px; font-weight: 500; }
.hx-side__media { border-radius: 12px; }
.hx-side__media--tinted::after { content: ''; position: absolute; inset: 0; background: linear-gradient(200deg, rgba(0, 76, 227, .5), rgba(0, 76, 227, 0) 70%); pointer-events: none; }
.hx-side__media .hx-pill { top: 24px; inset-inline-end: 24px; z-index: 1; }
.hx-side__media img.hx-side__mark { position: absolute; top: 24px; inset-inline-start: 24px; width: 22px; height: auto; object-fit: contain; z-index: 1; }
.hx-side__card { margin-top: 27px; border: 0; border-radius: 12px; box-shadow: 0 8px 48px rgba(28, 39, 115, .10); }
.hx-side__strip { height: 38px; background: #fff url('../images/hxc/enrol-strip.svg') center top / 400px 38px no-repeat; }
.hx-side__body { padding: 18px 21px 28px; }
.hx-side__price b { color: var(--hx-ink); }
.hx-side__price s { color: #8f96a3; }
.hx-side .hx-date { height: 42px; line-height: 42px; }
.hx-side__inc { margin-top: 16px; }
.hx-side__inc h4 { color: var(--hx-muted); margin-bottom: 16px; }
.hx-side__inc .hx-checks { gap: 8px; }
/* about */
.hx-about__hero { overflow: visible; background: #f6f9ff; border-radius: 24px; padding: 100px 128px; }
.hx-about__hero::before { left: 64px; top: 148px; right: auto; bottom: auto; width: 384px; height: 384px; border-radius: 9999px; background: linear-gradient(200deg, rgba(0, 33, 82, .05), rgba(0, 33, 82, 0)); filter: blur(32px); opacity: 1; }
.hx-about__hero::after { right: -50px; top: 212px; left: auto; bottom: auto; width: 545px; height: 464px; border-radius: 93.5px; background: #116cdf; filter: blur(250px); opacity: .24; }
.hx-about__hero h1 { margin-bottom: 48px; }
.hx-about__hero h1 span { color: #002152; }
.hx-about__hero p { line-height: 26px; color: #44474f; margin-bottom: 60px; }
.hx-about__big { margin-bottom: 54px; }
.hx-about__big span { color: #e8eff8; }
.hx-about__copy p { line-height: 26px; color: #44474f; }
.hx-about__photo, .hx-about__photo--short { border-radius: 12px; }
.hx-about__philosophy .hx-eyebrow { margin-bottom: 11px; }
.hx-about__philosophy .hx-about__h2 { margin-bottom: 48px; color: #002152; }
.hx-pillars { gap: 50px; }
.hx-pillar { border-radius: 15px; padding: 30px; min-height: 242px; border-color: var(--hx-line); }
.hx-pillar__icon { display: block; width: 48px; height: 38px; margin-bottom: 22px; background: var(--hx-blue); -webkit-mask: url('../images/hxc/logo-mark.svg') center / contain no-repeat; mask: url('../images/hxc/logo-mark.svg') center / contain no-repeat; }
.hx-pillar h3 { color: #002152; margin-bottom: 22px; }
.hx-pillar p { line-height: 25px; }
.hx-pillar--dark { background: #002152; border-color: var(--hx-line); }
.hx-pillar--dark h3 { color: var(--hx-blue); }
.hx-about__split--fields .hx-eyebrow { margin-bottom: 12px; }
.hx-about__split--fields .hx-about__h2 { margin-bottom: 49px; }
.hx-chips { display: flex; flex-wrap: wrap; gap: 12px; max-width: 519px; }
.hx-chip { height: 52px; padding: 0 24px; border-color: #d4dde9; border-radius: 16px; gap: 12px; }
.hx-chip b { color: rgba(0, 25, 61, .4); }
.hx-chip.is-active { background: var(--hx-deep); border-color: var(--hx-deep); }
.hx-chip.is-active b { color: rgba(255, 255, 255, .8); }
.hx-about__why-grid { width: 983px; max-width: 100%; margin: 0 auto; grid-template-columns: 280px 606px; gap: 97px; justify-content: center; }
.hx-why { max-width: 606px; }
.hx-why li { position: relative; padding: 36px 0; border-bottom: .8px solid rgba(255, 255, 255, .06); }
.hx-why li:first-child { padding-top: 36px; }
.hx-why li::before { content: ''; position: absolute; inset-inline-start: 13px; top: 36px; width: 3px; height: 96px; border-radius: 999px; background: rgba(255, 255, 255, .05); }
.hx-why li > div { padding-inline-start: 27px; }
.hx-why p { color: rgba(255, 255, 255, .4); line-height: 27px; }
.hx-why span { color: rgba(255, 255, 255, .15); }
.hx-eyebrow--light { color: var(--hx-light); }
.hx-about__why h2::after { content: ''; display: block; width: 40px; height: 2px; margin-top: 16px; border-radius: 999px; background: rgba(21, 125, 229, .5); }
.hx-about__partners .hx-eyebrow { margin-bottom: 12px; }
.hx-about__partners .hx-about__h2 { margin-bottom: 12px; color: #002152; }
.hx-about__partners > p { color: var(--hx-muted); line-height: 23px; margin: 0 0 38px; }
.hx-partner-card { background: var(--hx-tint); border: .8px solid var(--hx-line); padding: 24px 32px; gap: 16px; border-radius: 16px; }
.hx-partner-card > div { border-inline-start: 1px solid var(--hx-line); padding-inline-start: 16px; min-height: 48px; }
.hx-partner-card b { color: #002152; }
.hx-partner-soon { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 40px; }
.hx-partner-soon span { width: 178px; height: 80px; background: #fafafa; border: .8px dashed #d0d5dd; border-radius: 12px; color: #c0c5cf; }
/* contact + policies */
.hx-contact, .hx-policy { background: #fff; }
.hx-contact::before, .hx-policy::before { content: ''; position: absolute; right: -156px; top: -46px; width: 574px; height: 488px; border-radius: 93.5px; background: #116cdf; filter: blur(250px); opacity: .08; pointer-events: none; }
.hx-contact { padding-top: 88px; }
.hx-contact__head { margin: 32px 0 72px; }
.hx-contact__head h1 { margin-bottom: 24px; }
.hx-contact__head p { line-height: 23px; }
.hx-ccard { padding: 32px 24px 41px; border: 1px solid #eeeff1; border-radius: 12px; box-shadow: var(--hx-shadow); min-height: 268px; }
.hx-ccard::after { height: 20px; background: #fff url('../images/hxc/contact-strip.svg') center / 391px 20px no-repeat; }
.hx-ccard__icon { margin-bottom: 16px; }
.hx-ccard h3 { margin-bottom: 4px; line-height: 32px; }
.hx-ccard p { margin-bottom: 43px; line-height: 28px; }
.hx-ccard__link { border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.hx-form__actions { justify-content: flex-start; margin-top: 40px; }
.hx-contact__form { background: var(--hx-tint); }
.hx-contact__form h2 { margin-bottom: 16px; }
.hx-contact__form-sub { margin-bottom: 52px; line-height: 28px; }
.hx-field > span { margin-bottom: 6px; }
.hx-field input, .hx-field select, .hx-phone { height: 52px; border-radius: 12px; border-color: #e5e8ee; font-size: 14px; }
.hx-phone input { height: 50px; }
.hx-field input::placeholder, .hx-field textarea::placeholder { color: #9da3ae; }
.hx-field textarea { min-height: 78px; border-radius: 12px; border-color: #e5e8ee; font-size: 14px; }
.hx-phone b { border-inline-end: 0; font-weight: 700; gap: 6px; }
.hx-phone b svg { width: 12px; height: 12px; fill: none; stroke: var(--hx-muted); stroke-width: 2; }
.hx-contact__faq { margin-bottom: 0; }
.hx-contact__faq .hx-h2 { font-size: 36px; line-height: 50px; }
.hx-contact__faq .hx-sub { font-size: 20px; line-height: 24px; color: rgba(0, 25, 61, .7); }
.hx-contact__faq .hx-head-center { margin-bottom: 80px; }
.hx-contact__faq summary svg { width: 14px; height: 8px; stroke-width: 2; }
.hx-policy { padding-top: 80px; }
.hx-policy__title { margin: 32px 0 80px; line-height: 75px; }
.hx-policy__body h2 { margin: 32px 0; line-height: 36px; }
.hx-policy__body p, .hx-policy__body li { color: var(--hx-ink); line-height: 27px; }
.hx-policy__body ul { list-style: none; padding: 0; }
.hx-policy__body .privacy-content { background: none; border: 0; border-radius: 0; padding: 0; margin: 0 0 32px; box-shadow: none; }
.hx-policy__body .sec-spacing { padding-block: 0 !important; }
.hx-policy__body section.container { width: auto; max-width: none; padding: 0; margin: 0; }
.hx-policy__body .header-title { max-width: none; margin: 0 0 32px; }
.hx-policy__body h3, .hx-policy__body .lead, .hx-policy__body .header-title p { font-size: 24px; font-weight: 700; color: var(--hx-ink); margin: 0 0 32px; line-height: 36px; }
/* auth */
body.hx-auth { background: linear-gradient(135deg, #ebf3fe 0%, #f2f7ff 35%, #edf4ff 65%, #e6f0fd 100%); }
/* glows live in a clipped layer so their overflow never scrolls the page */
.hx-auth__bg { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hx-auth__bg::before { content: ''; position: absolute; left: 793px; top: -125px; width: 791px; height: 503px; border-radius: 50%; background: radial-gradient(closest-side, rgba(21, 125, 229, .12), rgba(21, 125, 229, 0) 70%); }
body.hx-auth--forgot .hx-auth__bg::after { content: ''; position: absolute; left: -115px; top: 504px; width: 647px; height: 419px; border-radius: 50%; background: radial-gradient(closest-side, rgba(0, 62, 153, .07), rgba(0, 62, 153, 0) 70%); }
.hx-auth__mark { top: 171px; transform: rotate(1.6deg); }
body.hx-auth--forgot .hx-auth__mark { top: 101px; }
.hx-auth__body--narrow { grid-template-columns: 531px minmax(0, 1fr); }
.hx-auth__body--narrow .hx-auth__card { padding: 36px 32px; }
.hx-auth__card { box-shadow: 0 2px 4px rgba(0, 30, 80, .04), 0 12px 40px rgba(0, 30, 80, .10), 0 4px 6px rgba(0, 30, 80, .04); padding: 32px; }
.hx-auth__card h2 { margin-bottom: 6px; }
.hx-auth__sub { color: #8496b0; line-height: 22px; margin-bottom: 36px; }
body.hx-auth--forgot .hx-auth__sub { color: var(--hx-muted); margin-bottom: 31px; }
.hx-auth .hx-field { margin-bottom: 16px; }
.hx-auth .hx-field input { height: 52px; background: #fafbfc; border-color: #e5e8ee; border-radius: 12px; }
.hx-auth__row { justify-content: flex-end; margin: -8px 0 29px; }
.hx-auth__foot { color: var(--hx-muted); }
.hx-auth__foot--back { margin-top: 12px; font-size: 12.5px; }
.hx-auth__foot--back a { color: var(--hx-ink); font-weight: 400; }
.hx-auth__copy h1 { line-height: 48px; margin-bottom: 27px; }
.hx-auth__copy p { margin-bottom: 28px; line-height: 28px; }
.hx-auth__chips i { color: var(--hx-blue); }
.hx-auth__links { gap: 25px; height: 60px; align-items: center; padding: 0; }
.hx-auth .hx-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hx-auth .hx-phone { height: 52px; border-radius: 12px; border-color: #e5e8ee; background: #fafbfc; }
.hx-auth .hx-phone input { background: transparent; }
.hx-auth__terms { text-align: center; font-size: 14px; line-height: 21px; color: var(--hx-body); margin: 2px 0 24px; }
.hx-auth__terms a { color: var(--hx-blue); text-decoration: underline; text-underline-offset: 3px; }
.hx-auth__timer { font-size: 12px; color: var(--hx-body); margin: -4px 0 20px; }
.hx-auth__timer b { font-weight: 700; color: var(--hx-ink); }
.hx-auth__linkbtn { border: 0; background: none; padding: 0; font: 700 12.5px var(--hx-font); color: var(--hx-blue); cursor: pointer; }
.hx-auth__linkbtn:disabled { color: var(--hx-muted); cursor: default; }
.hx-auth__tag { margin-bottom: 14px; }
.hx-auth__row--start { justify-content: flex-start; }
.hx-auth .hx-check { font-size: 13px; color: var(--hx-body); }
.hx-auth__foot--muted { font-size: 11.5px; margin-top: 12px; }
.hx-auth__foot--muted a { color: var(--hx-body); font-weight: 400; }
.hx-auth__links a { color: #9aaabb; }
@media (max-width: 1100px) {
  .hx-page__pattern { display: none; }
  .hx-specs--4 { grid-template-columns: 1fr 1fr; }
  .hx-cta__person { display: none; }
  .hx-cta { min-height: 0; padding: 48px 32px; }
  .hx-cta__copy h2, .hx-cta--2 .hx-cta__copy h2, .hx-cta--4 .hx-cta__copy h2 { max-width: none; }
  .hx-side { position: static; order: -1; }
  .hx-side__media { height: 240px; }
  .hx-show__pills { margin-top: 24px; }
  .hx-panel { padding: 24px 20px; }
  .hx-outcomes { grid-template-columns: 1fr; }
  .hx-module { padding: 0 16px; }
  .hx-about__hero h1 { font-size: 40px; }
  .hx-about__hero p { font-size: 15px; }
  .hx-about__split, .hx-about__split--fields { grid-template-columns: 1fr; gap: 32px; }
  .hx-about__photo, .hx-about__photo--short { height: 320px; }
  .hx-about__big { font-size: 34px; margin-bottom: 24px; }
  .hx-about__h2 { font-size: 28px; line-height: 1.4; margin-bottom: 28px; }
  .hx-about__philosophy { padding: 48px 0; margin-bottom: 60px; }
  .hx-pillars { grid-template-columns: 1fr; gap: 16px; }
  .hx-pillar { min-height: 0; }
  .hx-about__why { padding: 48px 0; margin-bottom: 60px; }
  .hx-about__why h2 { font-size: 30px; }
  .hx-why h3 { font-size: 20px; }
  .hx-why li { padding: 24px 0; }
  .hx-why li::before { top: 24px; height: 60px; }
  .hx-about__partners { padding-bottom: 60px; }
  .hx-partner-soon span { width: calc(50% - 8px); }
  .hx-contact { padding-top: 40px; }
  .hx-contact__head { margin: 24px 0 40px; }
  .hx-contact__head h1 { font-size: 36px; line-height: 1.25; }
  .hx-contact__cards { grid-template-columns: 1fr; gap: 20px; margin-bottom: 56px; }
  .hx-ccard { min-height: 0; padding: 28px 20px 36px; }
  .hx-contact__form { padding: 32px 20px; margin-bottom: 56px; }
  .hx-contact__form h2 { font-size: 26px; }
  .hx-contact__form-sub { font-size: 16px; margin-bottom: 28px; }
  .hx-form__row { grid-template-columns: 1fr; gap: 0; }
  .hx-form__actions { margin-top: 8px; }
  .hx-btn--wide { width: 100%; }
  .hx-contact__faq .hx-h2 { font-size: 28px; line-height: 1.3; }
  .hx-contact__faq .hx-sub { font-size: 16px; }
  .hx-contact__faq .hx-head-center { margin-bottom: 36px; }
  .hx-policy { padding-top: 40px; }
  .hx-policy__title { font-size: 34px; line-height: 1.25; margin: 20px 0 32px; }
  .hx-policy__body h2 { font-size: 20px; margin: 24px 0 12px; }
  .hx-policy__body p, .hx-policy__body li { font-size: 16px; line-height: 1.7; }
  .hx-auth__body { width: min(1240px, 100% - 32px); padding: 96px 0 24px; }
  .hx-auth__card { padding: 24px 20px; }
  .hx-auth__logo { right: 16px; top: 20px; }
  .hx-about__hero { padding: 64px 24px; }
  .hx-about__why-grid { width: auto; grid-template-columns: 1fr; gap: 40px; }
  .hx-auth__body--narrow { grid-template-columns: 1fr; }
  .hx-auth__bg { display: none; }
}
