.hl-skip-link {
    position: fixed;
    top: 10px;
    left: 12px;
    z-index: 10000;
    padding: 11px 15px;
    border: 0 !important;
    border-radius: 10px;
    color: #11213f !important;
    background: #fff;
    box-shadow: 0 12px 30px rgba(7, 26, 61, .24);
    font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    transform: translateY(-160%);
    transition: transform .18s ease;
}

.hl-skip-link:focus {
    outline: 3px solid rgba(55, 125, 255, .6);
    outline-offset: 2px;
    transform: translateY(0);
}

.hl-hero,
.hl-page {
    --hl-ink: #11213f;
    --hl-muted: #64728b;
    --hl-navy: #071a3d;
    --hl-blue: #377dff;
    --hl-blue-dark: #1c5fe0;
    --hl-cyan: #3ad7f4;
    --hl-green: #22ca92;
    --hl-pink: #ff5579;
    --hl-violet: #7357e8;
    --hl-line: #dfe7f4;
    --hl-paper: #f5f8fd;
    --hl-white: #fff;
    --hl-shadow: 0 28px 80px rgba(27, 55, 111, .13);
    font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
}

.hl-hero *,
.hl-page * {
    box-sizing: border-box;
}

.hl-hero a,
.hl-page a {
    border-bottom: 0;
    text-decoration: none;
}

.hl-hero button,
.hl-hero a,
.hl-page button,
.hl-page a {
    -webkit-tap-highlight-color: transparent;
}

.hl-hero a:focus-visible,
.hl-page a:focus-visible,
.hl-page button:focus-visible {
    outline: 3px solid rgba(55, 125, 255, .45);
    outline-offset: 3px;
}

.hl-hero {
    position: relative;
    min-height: 790px;
    padding: 172px 0 116px;
    overflow: hidden;
    color: var(--hl-white);
    background-color: #5c00c3;
    background-image:
        linear-gradient(rgba(255, 74, 158, .18) 0%, rgba(255, 74, 158, 0) 50%),
        url("../../img/el/landing-hero-background.jpg"),
        linear-gradient(60deg, #5c00c3 16%, #ff4a9e 85%);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.hl-hero::before {
    position: absolute;
    right: -240px;
    bottom: -430px;
    width: 860px;
    height: 860px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    content: "";
}

.hl-hero::after {
    position: absolute;
    top: 110px;
    right: 4%;
    width: 410px;
    height: 410px;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 50%;
    content: "";
}

.hl-hero__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(2px);
}

.hl-hero__glow--one {
    top: 12%;
    left: -130px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(58, 215, 244, .14), transparent 68%);
}

.hl-hero__glow--two {
    right: 18%;
    bottom: 28px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(255, 85, 121, .16), transparent 68%);
}

.hl-hero__container {
    position: relative;
    z-index: 2;
}

.hl-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
    align-items: center;
    gap: 76px;
}

.hl-hero__content {
    max-width: 680px;
}

.hl-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: var(--hl-blue-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1.35;
    text-transform: uppercase;
}

.hl-eyebrow--light {
    color: #b8ceff;
}

.hl-eyebrow__dot {
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--hl-green);
    box-shadow: 0 0 0 6px rgba(34, 202, 146, .15);
}

.hl-hero h1 {
    max-width: 720px;
    margin: 0 0 26px;
    color: var(--hl-white);
    font-family: inherit;
    font-size: clamp(46px, 5.1vw, 76px);
    font-weight: 800;
    letter-spacing: -.052em;
    line-height: 1.02;
    -webkit-text-fill-color: currentColor;
}

.hl-hero__lead {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, .79) !important;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.7;
    -webkit-text-fill-color: currentColor !important;
}

.hl-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.hl-button {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 24px;
    border: 1px solid transparent !important;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

.hl-button:hover {
    transform: translateY(-2px);
}

.hl-button--primary {
    color: var(--hl-white) !important;
    background: linear-gradient(135deg, #ff4f72 0%, #ff6b58 100%);
    box-shadow: 0 15px 34px rgba(255, 79, 114, .28);
}

.hl-button--primary:hover,
.hl-button--primary:focus {
    color: var(--hl-white) !important;
    box-shadow: 0 20px 40px rgba(255, 79, 114, .36);
}

.hl-button--ghost {
    color: var(--hl-white) !important;
    border-color: rgba(255, 255, 255, .27) !important;
    background: rgba(255, 255, 255, .07);
    backdrop-filter: blur(14px);
}

.hl-button--ghost:hover,
.hl-button--ghost:focus {
    color: var(--hl-white) !important;
    border-color: rgba(255, 255, 255, .55) !important;
    background: rgba(255, 255, 255, .12);
}

.hl-button--outline {
    color: var(--hl-ink) !important;
    border-color: var(--hl-line) !important;
    background: var(--hl-white);
}

.hl-button--outline:hover,
.hl-button--outline:focus {
    color: var(--hl-blue-dark) !important;
    border-color: #a9c5ff !important;
    box-shadow: 0 12px 28px rgba(55, 125, 255, .12);
}

.hl-hero__audiences {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
}

.hl-hero__audiences::before,
.hl-hero__audiences::after {
    display: none;
}

.hl-hero__audiences li {
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    color: rgba(255, 255, 255, .78);
    background: rgba(255, 255, 255, .05);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.hl-hero__visual {
    position: relative;
    min-height: 570px;
}

.hl-product-window {
    position: absolute;
    top: 20px;
    right: 0;
    width: min(100%, 565px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 25px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 48px 100px rgba(0, 8, 35, .42);
    transform: perspective(1100px) rotateY(-4deg) rotateX(2deg);
    transform-origin: center;
}

.hl-product-window__topbar {
    display: flex;
    height: 54px;
    align-items: center;
    gap: 13px;
    padding: 0 18px;
    border-bottom: 1px solid #e8eef8;
    color: var(--hl-ink);
    background: #fff;
}

.hl-product-window__dots {
    display: flex;
    gap: 5px;
}

.hl-product-window__dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff6b75;
}

.hl-product-window__dots span:nth-child(2) { background: #ffca62; }
.hl-product-window__dots span:nth-child(3) { background: var(--hl-green); }

.hl-product-window__brand {
    font-size: 13px;
    font-weight: 800;
}

.hl-product-window__status {
    margin-left: auto;
    padding: 6px 9px;
    border-radius: 999px;
    color: #087d59;
    background: #e5fff5;
    font-size: 10px;
    font-weight: 800;
}

.hl-product-window__body {
    display: grid;
    min-height: 392px;
    grid-template-columns: 58px 1fr;
    background: var(--hl-paper);
}

.hl-product-window__sidebar {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 18px;
    padding-top: 25px;
    background: #0b2451;
}

.hl-product-window__sidebar span {
    position: relative;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, .32);
    border-radius: 6px;
}

.hl-product-window__sidebar span.is-active {
    border-color: var(--hl-cyan);
    background: rgba(58, 215, 244, .18);
    box-shadow: 0 0 0 7px rgba(58, 215, 244, .08);
}

.hl-product-window__main {
    padding: 24px 25px 26px;
}

.hl-product-window__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hl-product-window__heading small,
.hl-module-card small,
.hl-workspace-card small,
.hl-floating-note small {
    display: block;
    color: #8090a8;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1.3;
}

.hl-product-window__heading strong {
    display: block;
    margin-top: 3px;
    color: var(--hl-ink);
    font-size: 20px;
    line-height: 1.2;
}

.hl-product-window__avatar {
    display: inline-flex;
    width: 37px;
    height: 37px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--hl-blue), var(--hl-violet));
    font-size: 10px;
    font-weight: 800;
}

.hl-product-window__modules {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 20px;
}

.hl-module-card {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
    padding: 13px;
    border: 1px solid #e2eaf6;
    border-radius: 13px;
    background: #fff;
}

.hl-module-card__icon {
    display: inline-flex;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #fff;
    font-size: 19px;
}

.hl-module-card--blue .hl-module-card__icon { background: linear-gradient(135deg, var(--hl-blue), #65b5ff); }
.hl-module-card--green .hl-module-card__icon { background: linear-gradient(135deg, var(--hl-green), #62dfb7); }

.hl-module-card strong {
    display: block;
    overflow: hidden;
    margin-top: 3px;
    color: var(--hl-ink);
    font-size: 11px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hl-product-window__workspace {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 12px;
    margin-top: 13px;
}

.hl-workspace-card {
    min-height: 162px;
    padding: 17px;
    border: 1px solid #e2eaf6;
    border-radius: 14px;
    background: #fff;
}

.hl-workspace-card__title {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--hl-ink);
    font-size: 11px;
    font-weight: 800;
}

.hl-workspace-card__title span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--hl-blue);
}

.hl-workspace-card__line {
    width: 64%;
    height: 7px;
    margin-top: 16px;
    border-radius: 999px;
    background: #e8eef7;
}

.hl-workspace-card__line.is-long {
    width: 91%;
}

.hl-workspace-card__progress {
    height: 8px;
    margin-top: 25px;
    overflow: hidden;
    border-radius: 999px;
    background: #e9f0fa;
}

.hl-workspace-card__progress span {
    display: block;
    width: 68%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--hl-blue), var(--hl-cyan));
}

.hl-workspace-card--accent {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(155deg, #1c5fe0 0%, #7357e8 100%);
}

.hl-workspace-card--accent small {
    color: rgba(255, 255, 255, .7);
}

.hl-workspace-card--accent strong {
    display: block;
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.35;
}

.hl-workspace-card__chart {
    display: flex;
    height: 55px;
    align-items: flex-end;
    gap: 7px;
    margin-top: 18px;
}

.hl-workspace-card__chart span {
    width: 12px;
    height: 45%;
    border-radius: 5px 5px 2px 2px;
    background: rgba(255, 255, 255, .42);
}

.hl-workspace-card__chart span:nth-child(2) { height: 70%; }
.hl-workspace-card__chart span:nth-child(3) { height: 57%; }
.hl-workspace-card__chart span:nth-child(4) { height: 92%; background: var(--hl-green); }

.hl-floating-note {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 14px;
    color: var(--hl-ink);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 44px rgba(0, 12, 50, .25);
}

.hl-floating-note > span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #fff;
    background: linear-gradient(135deg, var(--hl-pink), #ff845e);
    font-size: 10px;
    font-weight: 800;
}

.hl-floating-note strong {
    display: block;
    font-size: 11px;
    line-height: 1.2;
}

.hl-floating-note--games {
    top: 0;
    left: -30px;
}

.hl-floating-note--family {
    right: -22px;
    bottom: 118px;
}

.hl-floating-note--family > span {
    background: linear-gradient(135deg, var(--hl-green), #48cfea);
}

.hl-hero-games {
    position: absolute;
    right: 6px;
    bottom: -20px;
    z-index: 4;
    isolation: isolate;
    display: block;
    width: min(calc(100% - 12px), 530px);
    padding: 18px 12px 13px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 22px;
    box-shadow: 0 22px 50px rgba(7, 18, 54, .2), inset 0 1px 0 rgba(255, 255, 255, .92);
    -webkit-backdrop-filter: blur(18px) saturate(135%);
    backdrop-filter: blur(18px) saturate(135%);
}

.hl-hero-games::after {
    position: absolute;
    right: 10%;
    bottom: -10px;
    left: 10%;
    z-index: -1;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(40, 203, 191, .22), rgba(89, 88, 241, .28), rgba(255, 64, 155, .22));
    content: "";
    filter: blur(15px);
}

.hl-hero-games__label {
    position: absolute;
    top: -12px;
    left: 17px;
    z-index: 2;
    display: flex;
    width: auto;
    align-items: center;
    gap: 5px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, .82);
    border-radius: 999px;
    color: var(--hl-ink);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 7px 18px rgba(17, 33, 63, .13);
}

.hl-hero-games__label::before {
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    border-radius: 50%;
    background: var(--hl-pink);
    box-shadow: 0 0 0 3px rgba(255, 62, 157, .12);
    content: "";
}

.hl-hero-games__label small,
.hl-hero-games__label strong {
    margin: 0;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
}

.hl-hero-games__label small {
    color: var(--hl-pink);
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hl-hero-games__label strong {
    color: var(--hl-ink);
}

.hl-hero-games__list {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    align-items: center;
    gap: clamp(5px, 1.1vw, 9px);
}

.hl-hero-games__item {
    --hl-game-step: 0px;
    --hl-game-lift: 5px;
    --hl-game-tilt: 0deg;
    --hl-game-delay: 0s;
    --hl-game-duration: 4.8s;

    position: relative;
    display: block;
    min-width: 0;
    height: clamp(58px, 6.2vw, 72px);
    flex: 1 1 0;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, .94);
    border-radius: 14px;
    background: #eaf2fb;
    box-shadow: 0 11px 22px rgba(17, 33, 63, .17), 0 2px 5px rgba(17, 33, 63, .1);
    animation: hl-hero-game-float var(--hl-game-duration) ease-in-out var(--hl-game-delay) infinite;
    will-change: transform;
}

.hl-hero-games__item:nth-child(1) {
    --hl-game-step: 6px;
    --hl-game-lift: 5px;
    --hl-game-tilt: -1deg;
    --hl-game-delay: -.3s;
    --hl-game-duration: 4.6s;
}

.hl-hero-games__item:nth-child(2) {
    --hl-game-step: 1px;
    --hl-game-lift: 7px;
    --hl-game-tilt: .5deg;
    --hl-game-delay: -1.2s;
    --hl-game-duration: 5.1s;
}

.hl-hero-games__item:nth-child(3) {
    --hl-game-step: -5px;
    --hl-game-lift: 4px;
    --hl-game-tilt: -.4deg;
    --hl-game-delay: -2.1s;
    --hl-game-duration: 4.8s;
}

.hl-hero-games__item:nth-child(4) {
    --hl-game-step: 1px;
    --hl-game-lift: 6px;
    --hl-game-tilt: .9deg;
    --hl-game-delay: -3s;
    --hl-game-duration: 5.3s;
}

@keyframes hl-hero-game-float {
    0%,
    100% {
        transform: translate3d(0, var(--hl-game-step), 0) rotate(var(--hl-game-tilt));
    }

    50% {
        transform: translate3d(0, calc(var(--hl-game-step) - var(--hl-game-lift)), 0) rotate(var(--hl-game-tilt)) scale(1.018);
    }
}

.hl-hero-games__item img,
.hl-hero-games__placeholder {
    display: block;
    width: 100%;
    height: 100%;
}

.hl-hero-games__item img {
    object-fit: cover;
}

.hl-hero-games__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--hl-blue), var(--hl-violet));
    font-size: 12px;
    font-weight: 800;
}

.hl-hero-games__title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 22px 7px 6px;
    color: #fff;
    background: linear-gradient(to top, rgba(5, 15, 38, .88), rgba(5, 15, 38, .34) 58%, transparent);
    font-size: clamp(7px, .7vw, 9px);
    font-weight: 800;
    line-height: 1.1;
    text-overflow: ellipsis;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    white-space: nowrap;
}

.hl-page {
    color: var(--hl-ink);
    font-size: 16px;
    line-height: 1.65;
}

.hl-page[id] {
    scroll-margin-top: 90px;
}

.hl-page h2,
.hl-page h3,
.hl-page p,
.hl-page ul {
    margin-top: 0;
}

.hl-page h2,
.hl-page h3 {
    color: inherit;
    font-family: inherit;
    font-weight: 800;
    letter-spacing: -.035em;
}

.hl-section {
    position: relative;
    padding: 92px 0;
}

.hl-section + .hl-section {
    border-top: 1px solid var(--hl-line);
}

.hl-section-heading {
    margin-bottom: 48px;
}

.hl-section-heading h2,
.hl-practice h2,
.hl-final-cta h2 {
    margin: 0;
    font-size: clamp(34px, 4.2vw, 54px);
    line-height: 1.08;
}

.hl-section-heading > p,
.hl-section-heading--split > p {
    margin-bottom: 2px;
    color: var(--hl-muted);
    font-size: 17px;
    line-height: 1.75;
}

.hl-section-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    align-items: end;
    gap: 60px;
}

.hl-section-heading--split h2 {
    max-width: 760px;
}

.hl-section-heading--center {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.hl-section-heading--center > p {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
}

.hl-capabilities__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.hl-capabilities .hl-section-heading--split > p {
    max-width: 430px;
}

.hl-capability-card {
    --hl-capability-accent: var(--hl-blue);
    --hl-capability-soft: #edf4ff;
    --hl-capability-shadow: rgba(54, 116, 240, .12);

    position: relative;
    display: flex;
    min-width: 0;
    min-height: 310px;
    padding: 30px 31px 28px;
    overflow: hidden;
    border: 1px solid var(--hl-line);
    border-radius: 24px;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 14px 40px rgba(27, 55, 111, .06);
    isolation: isolate;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.hl-capability-card:hover {
    border-color: #c5d5ef;
    box-shadow: 0 24px 54px var(--hl-capability-shadow);
    transform: translateY(-3px);
}

.hl-capability-card::before {
    position: absolute;
    top: 0;
    right: 30px;
    left: 30px;
    height: 3px;
    border-radius: 0 0 4px 4px;
    background: var(--hl-capability-accent);
    content: "";
}

.hl-capability-card::after {
    position: absolute;
    right: -78px;
    bottom: -112px;
    z-index: 0;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: var(--hl-capability-soft);
    content: "";
    opacity: .72;
}

.hl-capability-card--violet {
    --hl-capability-accent: var(--hl-violet);
    --hl-capability-soft: #f0edff;
    --hl-capability-shadow: rgba(103, 76, 224, .13);
}

.hl-capability-card--green {
    --hl-capability-accent: var(--hl-green);
    --hl-capability-soft: #e9fff7;
    --hl-capability-shadow: rgba(34, 202, 146, .13);
}

.hl-capability-card--pink {
    --hl-capability-accent: var(--hl-pink);
    --hl-capability-soft: #fff0f4;
    --hl-capability-shadow: rgba(255, 77, 124, .13);
}

.hl-capability-card__top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.hl-capability-card__icon {
    display: inline-flex;
    width: 54px;
    height: 54px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    color: var(--hl-capability-accent);
    background: var(--hl-capability-soft);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .75);
    transition: transform .2s ease;
}

.hl-capability-card:hover .hl-capability-card__icon {
    transform: translateY(-2px) rotate(-2deg);
}

.hl-capability-card__icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.hl-capability-card__number {
    display: inline-flex;
    min-width: 38px;
    min-height: 28px;
    align-items: center;
    justify-content: center;
    padding: 6px 9px;
    border: 1px solid var(--hl-line);
    border-radius: 999px;
    color: var(--hl-capability-accent);
    background: rgba(255, 255, 255, .82);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
}

.hl-capability-card h3 {
    position: relative;
    z-index: 1;
    margin: 22px 0 11px;
    font-size: 24px;
    line-height: 1.15;
}

.hl-capability-card p {
    position: relative;
    z-index: 1;
    max-width: 470px;
    margin-bottom: 20px;
    color: var(--hl-muted);
    font-size: 14px;
    line-height: 1.65;
}

.hl-capability-card__meta {
    position: relative;
    z-index: 1;
    display: flex;
    margin-top: auto;
    flex-wrap: wrap;
    gap: 7px;
}

.hl-capability-card__meta span {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 5px 9px;
    border: 1px solid #e5ebf4;
    border-radius: 999px;
    color: #65758d;
    background: rgba(255, 255, 255, .78);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.25;
}

.hl-capability-card__meta span:first-child {
    border-color: transparent;
    color: var(--hl-capability-accent);
    background: var(--hl-capability-soft);
}

.hl-capability-card a {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 17px;
    border-bottom: 0;
    color: var(--hl-capability-accent);
    font-size: 12px;
    font-weight: 800;
}

.hl-capability-card a > span {
    transition: transform .2s ease;
}

.hl-capability-card a:hover > span,
.hl-capability-card a:focus > span {
    transform: translateX(3px);
}

.hl-games {
    scroll-margin-top: 84px;
}

.hl-games__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.hl-game-card {
    display: flex;
    min-width: 0;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid var(--hl-line);
    border-radius: 20px;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 14px 36px rgba(27, 55, 111, .07);
    transition: transform .2s ease, box-shadow .2s ease;
}

.hl-game-card:hover {
    box-shadow: 0 22px 48px rgba(27, 55, 111, .13);
    transform: translateY(-3px);
}

.hl-game-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: linear-gradient(145deg, #edf4ff, #f6f2ff);
}

.hl-game-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.hl-game-card:hover .hl-game-card__media img {
    transform: scale(1.035);
}

.hl-game-card__placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: var(--hl-blue-dark);
    font-size: 19px;
    font-weight: 800;
}

.hl-game-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 7px 10px;
    border-radius: 9px;
    color: #fff;
    background: rgba(7, 26, 61, .88);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.1;
}

.hl-game-card__body {
    display: flex;
    flex: 1 1 auto;
    padding: 20px 19px 18px;
    flex-direction: column;
}

.hl-game-card h3 {
    margin: 0 0 20px;
    font-size: 17px;
    letter-spacing: -.02em;
    line-height: 1.35;
}

.hl-game-card h3 a {
    color: var(--hl-ink);
}

.hl-game-card__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}

.hl-game-card__actions a {
    color: var(--hl-blue-dark);
    font-size: 12px;
    font-weight: 800;
}

.hl-game-card__actions .hl-game-card__details {
    color: var(--hl-muted);
    font-weight: 700;
}

.hl-empty-state {
    display: flex;
    min-height: 190px;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border: 1px dashed #bfd0e9;
    border-radius: 20px;
    flex-direction: column;
    color: var(--hl-muted);
    background: var(--hl-paper);
    text-align: center;
}

.hl-empty-state strong {
    margin-bottom: 6px;
    color: var(--hl-ink);
    font-size: 18px;
}

.hl-section-action {
    display: flex;
    justify-content: center;
    margin-top: 38px;
}

.hl-practice {
    position: relative;
    display: grid;
    box-sizing: border-box;
    margin: 24px 0 68px;
    padding: 58px 56px;
    overflow: hidden;
    border: 0 !important;
    border-radius: 28px;
    grid-template-areas:
        "content screens"
        "trust screens"
        "reviews reviews";
    grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
    grid-template-rows: auto 1fr auto;
    align-items: start;
    gap: 18px 48px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(55, 125, 255, .35), transparent 34%),
        linear-gradient(135deg, #071a3d 0%, #102b62 100%);
    box-shadow: var(--hl-shadow);
}

.hl-practice *,
.hl-practice *::before,
.hl-practice *::after {
    box-sizing: border-box;
}

.hl-practice h2 {
    max-width: 100%;
    color: #fff;
    overflow-wrap: break-word;
    white-space: normal;
    -webkit-text-fill-color: currentColor;
}

.hl-practice__content {
    position: relative;
    z-index: 2;
    min-width: 0;
    max-width: 100%;
    grid-area: content;
}

.hl-practice__stats {
    display: grid;
    margin: 18px 0 0;
    padding: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    list-style: none;
}

.hl-practice__stats::before,
.hl-practice__stats::after {
    display: none;
    content: none;
}

.hl-practice__stats li {
    display: flex;
    min-width: 0;
    min-height: 78px;
    flex-direction: column;
    justify-content: center;
    padding: 12px 11px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 13px;
    background: rgba(255, 255, 255, .07);
}

.hl-practice__stats strong,
.hl-practice__stats span {
    display: block;
}

.hl-practice__stats strong {
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.15;
    white-space: nowrap;
}

.hl-practice__stats span {
    margin-top: 5px;
    color: rgba(255, 255, 255, .62);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.35;
}

.hl-practice__trust {
    position: relative;
    z-index: 2;
    min-width: 0;
    max-width: 100%;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    grid-area: trust;
}

.hl-practice__trust-title {
    display: flex;
    align-items: center;
    gap: 9px;
}

.hl-practice__trust-title > span {
    display: inline-flex;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: #fff;
    background: var(--hl-green);
    box-shadow: 0 7px 18px rgba(34, 202, 146, .22);
    font-size: 10px;
    font-weight: 800;
}

.hl-practice__trust-title h3 {
    min-width: 0;
    max-width: 100%;
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.3;
    overflow-wrap: anywhere;
    white-space: normal;
}

.hl-practice__trust > p {
    max-width: 100%;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .7) !important;
    font-size: 12px;
    line-height: 1.62;
    overflow-wrap: break-word;
    -webkit-text-fill-color: currentColor !important;
}

.hl-practice__principle {
    display: block;
    max-width: 100%;
    margin-top: 10px;
    color: rgba(255, 255, 255, .9);
    font-size: 11px;
    line-height: 1.5;
    overflow-wrap: break-word;
}

.hl-practice-reviews {
    position: relative;
    z-index: 2;
    min-width: 0;
    max-width: 100%;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    grid-area: reviews;
}

.hl-practice-reviews__head {
    display: grid;
    align-items: end;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px 28px;
}

.hl-practice-reviews__head h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.3;
}

.hl-practice-reviews__head p {
    max-width: 740px;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .68) !important;
    font-size: 12px;
    line-height: 1.6;
    -webkit-text-fill-color: currentColor !important;
}

.hl-practice-reviews__head .hl-practice__rating {
    margin-top: 0;
}

.hl-practice-reviews h4 {
    margin: 23px 0 12px;
    color: rgba(255, 255, 255, .92);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .01em;
}

.hl-practice-reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.hl-practice-review-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 168px;
    flex-direction: column;
    padding: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 16px;
    background: rgba(255, 255, 255, .07);
}

.hl-practice-review-card > p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255, 255, 255, .88) !important;
    font-size: 12px;
    line-height: 1.58;
    -webkit-text-fill-color: currentColor !important;
}

.hl-practice-review-card footer {
    position: relative;
    z-index: 1;
    display: flex;
    margin-top: auto;
    padding-top: 16px;
    flex-direction: column;
    gap: 4px;
}

.hl-practice-review-card footer strong {
    color: #fff;
    font-size: 11px;
    line-height: 1.35;
}

.hl-practice-review-card footer span {
    color: rgba(255, 255, 255, .5);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.4;
}

.hl-practice-reviews__all {
    display: inline-flex;
    margin-top: 16px;
    align-items: center;
    gap: 5px;
    color: rgba(255, 255, 255, .84) !important;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
}

.hl-practice-reviews__all:hover,
.hl-practice-reviews__all:focus {
    color: #fff !important;
}

.hl-practice__rating {
    display: flex;
    min-height: 43px;
    align-items: center;
    gap: 7px;
    margin-top: 13px;
    padding: 9px 11px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    color: #fff;
    background: rgba(255, 255, 255, .07);
}

.hl-practice__rating > span {
    color: #ffcf4a;
    font-size: 18px;
    line-height: 1;
}

.hl-practice__rating > strong {
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.hl-practice__rating > small {
    color: rgba(255, 255, 255, .7);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.35;
}

.hl-practice__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 12px;
}

.hl-practice__links a {
    color: rgba(255, 255, 255, .82) !important;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
}

.hl-practice__links a:hover,
.hl-practice__links a:focus {
    color: #fff !important;
}

.hl-practice .hl-actions {
    margin-top: 17px;
}

.hl-practice .hl-button {
    min-height: 50px;
    padding: 12px 18px;
    font-size: 12px;
}

.hl-practice__screens {
    position: relative;
    z-index: 1;
    display: grid;
    min-width: 0;
    max-width: 100%;
    align-self: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    grid-area: screens;
}

.hl-practice__screens::before {
    position: absolute;
    top: 12%;
    right: 9%;
    bottom: 6%;
    left: 7%;
    z-index: -1;
    border-radius: 50%;
    background: rgba(80, 144, 255, .23);
    content: "";
    filter: blur(42px);
}

.hl-practice__privacy-note {
    grid-column: 1 / -1;
    margin-top: 1px;
    color: rgba(255, 255, 255, .52);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .02em;
    text-align: center;
}

.hl-practice-screen {
    --hl-screen-y: 0px;
    --hl-screen-rotate: 0deg;
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 174px;
    flex-direction: column;
    padding: 14px 14px 12px;
    overflow: hidden;
    border: 1px solid rgba(222, 232, 247, .92);
    border-radius: 18px;
    color: var(--hl-ink);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 18px 42px rgba(0, 12, 45, .24);
    transform: translate3d(0, var(--hl-screen-y), 0) rotate(var(--hl-screen-rotate));
    transition: transform .22s ease, box-shadow .22s ease;
}

.hl-practice-screen:hover {
    box-shadow: 0 24px 52px rgba(0, 12, 45, .3);
    transform: translate3d(0, calc(var(--hl-screen-y) - 4px), 0) rotate(var(--hl-screen-rotate));
}

.hl-practice-screen--schedule { --hl-screen-y: -6px; --hl-screen-rotate: -.7deg; }
.hl-practice-screen--child { --hl-screen-y: 8px; --hl-screen-rotate: .8deg; }
.hl-practice-screen--crm { --hl-screen-y: 2px; --hl-screen-rotate: .5deg; }
.hl-practice-screen--parent { --hl-screen-y: -5px; --hl-screen-rotate: -.8deg; }

.hl-practice-screen__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 9px;
}

.hl-practice-screen__head strong {
    overflow: hidden;
    color: #273b5c;
    font-size: 10px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hl-practice-screen__head span {
    flex: 0 0 auto;
    padding: 4px 6px;
    border-radius: 6px;
    color: #517099;
    background: #edf3fb;
    font-size: 7px;
    font-weight: 800;
}

.hl-practice-screen__head span.is-ready {
    color: #12805d;
    background: #e6faf3;
}

.hl-practice-screen > p {
    margin: auto 0 0;
    padding-top: 8px;
    color: #4f6079 !important;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.35;
    -webkit-text-fill-color: currentColor !important;
}

.hl-practice-schedule {
    overflow: hidden;
    border: 1px solid #e1e9f4;
    border-radius: 9px;
    background: #fff;
}

.hl-practice-schedule__days,
.hl-practice-schedule__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hl-practice-schedule__days {
    height: 20px;
    align-items: center;
    border-bottom: 1px solid #e8eef6;
    color: #8c99aa;
    background: #f8fbff;
    font-size: 6px;
    font-weight: 800;
    text-align: center;
}

.hl-practice-schedule__grid {
    height: 69px;
    grid-template-rows: repeat(4, 13px);
    padding: 7px;
    gap: 3px 4px;
    background-image: linear-gradient(#edf2f7 1px, transparent 1px);
    background-size: 100% 17px;
}

.hl-practice-schedule__grid i {
    z-index: 1;
    border-radius: 4px;
    background: var(--hl-blue);
    box-shadow: 0 3px 7px rgba(55, 125, 255, .18);
}

.hl-practice-schedule__grid i.is-green { background: var(--hl-green); }
.hl-practice-schedule__grid i.is-violet { background: var(--hl-violet); }
.hl-practice-schedule__grid i.is-pink { background: var(--hl-pink); }

.hl-practice-progress {
    display: flex;
    height: 91px;
    align-items: end;
    justify-content: space-around;
    gap: 7px;
    padding: 9px 9px 0;
    border-bottom: 1px solid #dfe7f2;
    background-image: linear-gradient(#edf2f7 1px, transparent 1px);
    background-size: 100% 21px;
}

.hl-practice-progress i {
    width: 14%;
    border-radius: 6px 6px 2px 2px;
    background: linear-gradient(180deg, var(--hl-blue), #77a9ff);
}

.hl-practice-progress i:first-child { height: 34%; }
.hl-practice-progress i:nth-child(2) { height: 48%; }
.hl-practice-progress i:nth-child(3) { height: 61%; }
.hl-practice-progress i:nth-child(4) { height: 74%; }
.hl-practice-progress i:last-child { height: 89%; background: linear-gradient(180deg, var(--hl-green), #70e2bc); }

.hl-practice-crm {
    display: grid;
    gap: 6px;
}

.hl-practice-crm > div {
    display: grid;
    min-width: 0;
    grid-template-columns: 19px minmax(0, 1fr) auto;
    align-items: center;
    gap: 6px;
    padding: 7px;
    border: 1px solid #e8eef6;
    border-radius: 8px;
    background: #f9fbfe;
}

.hl-practice-crm i {
    width: 19px;
    height: 19px;
    border-radius: 6px;
    background: #dce9ff;
}

.hl-practice-crm > div:nth-child(2) i { background: #ddf8ef; }

.hl-practice-crm span,
.hl-practice-crm b,
.hl-practice-crm small {
    display: block;
    min-width: 0;
}

.hl-practice-crm b,
.hl-practice-crm small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hl-practice-crm b { color: #43536d; font-size: 7px; }
.hl-practice-crm small { margin-top: 2px; color: #98a4b5; font-size: 6px; }
.hl-practice-crm em { color: #456692; font-size: 6px; font-style: normal; font-weight: 800; }

.hl-practice-screen--parent {
    flex-direction: row;
    align-items: flex-end;
    gap: 10px;
}

.hl-practice-screen--parent > p {
    max-width: 82px;
    padding-bottom: 4px;
}

.hl-practice-phone {
    width: 96px;
    min-height: 139px;
    flex: 0 0 96px;
    padding: 8px;
    border: 4px solid #182742;
    border-radius: 19px 19px 10px 10px;
    background: #f6f9fd;
    box-shadow: 0 13px 28px rgba(42, 35, 70, .18);
}

.hl-practice-phone__speaker {
    display: block;
    width: 31px;
    height: 4px;
    margin: -4px auto 8px;
    border-radius: 0 0 5px 5px;
    background: #182742;
}

.hl-practice-phone > strong {
    display: block;
    margin-bottom: 8px;
    color: #263a5e;
    font-size: 6px;
    font-weight: 800;
}

.hl-practice-phone > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

.hl-practice-phone i {
    display: flex;
    min-height: 40px;
    align-items: flex-end;
    padding: 5px;
    border-radius: 6px;
    color: #5c6d86;
    background: #fff;
    box-shadow: 0 4px 9px rgba(40, 61, 98, .07);
    font-size: 5px;
    font-style: normal;
    font-weight: 700;
}

.hl-practice-phone i:first-child { color: #127a59; background: #e8faf4; }
.hl-practice-phone i:nth-child(2) { color: #315fba; background: #eaf1ff; }

.hl-materials .item_list {
    margin-top: 0;
}

.hl-specialists__slider {
    margin-top: 0;
}

.hl-partners__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.hl-partner-card {
    display: flex;
    min-width: 0;
    min-height: 224px;
    align-items: center;
    justify-content: center;
    padding: 24px 20px;
    border: 1px solid var(--hl-line) !important;
    border-radius: 20px;
    flex-direction: column;
    color: var(--hl-ink) !important;
    background: #fff;
    box-shadow: 0 12px 32px rgba(27, 55, 111, .06);
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.hl-partner-card:hover {
    border-color: #bfd0ea !important;
    box-shadow: 0 22px 46px rgba(27, 55, 111, .11);
    transform: translateY(-3px);
}

.hl-partner-card__logo {
    display: flex;
    width: 100%;
    height: 96px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.hl-partner-card__logo img {
    max-width: 86%;
    max-height: 88px;
    object-fit: contain;
}

.hl-partner-card--compact .hl-partner-card__logo img {
    max-width: 72%;
    max-height: 66px;
}

.hl-partner-card strong {
    font-size: 15px;
    line-height: 1.3;
}

.hl-partner-card > span:last-child {
    margin-top: 5px;
    color: var(--hl-muted);
    font-size: 12px;
}

.hl-final-cta {
    display: grid;
    margin: 36px 0 92px;
    padding: 58px 60px;
    border-radius: 28px;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    align-items: center;
    gap: 50px;
    color: #fff;
    background:
        radial-gradient(circle at 86% 10%, rgba(58, 215, 244, .23), transparent 30%),
        linear-gradient(125deg, #0a2050 0%, #173d83 100%);
    box-shadow: var(--hl-shadow);
}

.hl-final-cta h2 {
    color: #fff;
    -webkit-text-fill-color: currentColor;
}

.hl-final-cta p {
    max-width: 690px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .7) !important;
    font-size: 16px;
    line-height: 1.7;
    -webkit-text-fill-color: currentColor !important;
}

.hl-final-cta__actions {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
}

@media (max-width: 1100px) {
    .hl-hero {
        padding-bottom: 100px;
    }

    .hl-hero__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 60px;
    }

    .hl-hero__content {
        max-width: 760px;
    }

    .hl-hero__visual {
        width: min(100%, 720px);
        min-height: 570px;
        margin: 0 auto;
    }

    .hl-product-window {
        left: 50%;
        width: min(100%, 600px);
        transform: translateX(-50%);
    }

    .hl-floating-note--games { left: 0; }
    .hl-floating-note--family { right: 0; }

    .hl-games__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .hl-section-heading--split {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hl-section-heading--split > p {
        max-width: 680px;
    }

    .hl-practice {
        min-width: 0;
        max-width: 100%;
        padding: 54px 42px;
        grid-template-areas:
            "content"
            "screens"
            "trust"
            "reviews";
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto;
        gap: 26px;
    }

    .hl-practice > * {
        min-width: 0;
        max-width: 100%;
    }

    .hl-practice__content {
        width: min(100%, 700px);
        margin: 0 auto;
    }

    .hl-practice__stats {
        max-width: 560px;
    }

    .hl-practice__screens {
        width: min(100%, 700px);
        margin: 2px auto 0;
    }

    .hl-practice__trust {
        width: min(100%, 700px);
        margin: 0 auto;
        padding-top: 24px;
    }

    .hl-practice-reviews {
        width: min(100%, 700px);
        margin: 0 auto;
    }

    .hl-partners__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hl-final-cta {
        padding: 50px 42px;
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .hl-final-cta__actions {
        max-width: 360px;
    }
}

@media (max-width: 767px) {
    .hl-practice-reviews__head {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .hl-practice-reviews__head .hl-practice__rating {
        justify-self: start;
    }

    .hl-practice-reviews__grid {
        display: flex;
        padding-bottom: 8px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
    }

    .hl-practice-review-card {
        min-height: 180px;
        flex: 0 0 min(360px, calc(100% - 28px));
        scroll-snap-align: start;
    }

    .hl-hero {
        min-height: auto;
        padding: 126px 0 76px;
    }

    .hl-hero h1 {
        font-size: clamp(39px, 11vw, 56px);
        line-height: 1.04;
    }

    .hl-hero__lead {
        font-size: 17px;
        line-height: 1.65;
    }

    .hl-hero__visual {
        min-height: 560px;
    }

    .hl-product-window {
        top: 8px;
    }

    .hl-section {
        padding: 72px 0;
    }

    .hl-section-heading {
        margin-bottom: 38px;
    }

    .hl-section-heading h2,
    .hl-practice h2,
    .hl-final-cta h2 {
        font-size: clamp(30px, 8vw, 38px);
    }

    .hl-capability-card {
        min-height: 282px;
        padding: 29px 27px;
    }

    .hl-materials .item_list {
        display: grid;
        margin-right: 0;
        margin-left: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        gap: 12px;
    }

    .hl-materials .item_list > * {
        min-width: 0;
        grid-column: 1 / -1;
    }

    .hl-materials .item_list > .item_paginate {
        width: auto;
        max-width: none;
        padding: 0;
        float: none;
        grid-column: auto;
    }

    .hl-materials .item_list .post {
        display: flex;
        height: 100%;
        margin: 0;
        overflow: hidden;
        border-radius: 15px;
        flex-direction: column;
    }

    .hl-materials .item_list .post__thumbnail {
        width: 100%;
        height: auto;
        flex: 0 0 auto;
        border-radius: 14px 14px 0 0;
    }

    .hl-materials .item_list .post__thumbnail-image {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .hl-materials .item_list .post__recomended {
        padding: 3px 8px;
        font-size: 8px;
    }

    .hl-materials .item_list .post__detail {
        display: flex;
        min-width: 0;
        flex: 1 1 auto;
        padding: 11px 10px 10px;
    }

    .hl-materials .item_list .post__detail-info {
        display: flex;
        min-width: 0;
        flex: 1 1 auto;
        flex-direction: column;
    }

    .hl-materials .item_list .post__detail-content {
        min-height: 0;
    }

    .hl-materials .item_list .post__detail-title {
        display: -webkit-box;
        max-height: none;
        margin: 0 0 9px;
        overflow: hidden;
        font-size: 12px;
        line-height: 1.3;
        overflow-wrap: anywhere;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .hl-materials .item_list .post__detail-txt,
    .hl-materials .item_list .post_community {
        display: none;
    }

    .hl-materials .item_list .post__detail-footer {
        margin-top: auto;
    }

    .hl-materials .item_list .post__detail-footer .author {
        padding-right: 0;
    }

    .hl-materials .item_list .author__info > div > p,
    .hl-materials .item_list .count-comments {
        display: none;
    }

    .hl-materials .item_list .author__name {
        display: -webkit-box;
        overflow: hidden;
        font-size: 9px;
        line-height: 1.25;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .hl-materials .item_list .author__date {
        margin-top: 3px;
        font-size: 8px;
    }

    .hl-practice {
        margin-bottom: 50px;
        padding: 46px 30px;
        border-radius: 24px;
    }

    .hl-final-cta {
        margin-bottom: 72px;
        padding: 44px 30px;
        border-radius: 24px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .home-page .head > .container {
        width: 100%;
        max-width: 540px;
        padding-right: 12px;
        padding-left: 12px;
        box-sizing: border-box;
    }
}

@media (max-width: 620px) {
    .hl-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hl-button {
        width: 100%;
    }

    .hl-practice__stats li {
        min-height: 70px;
        padding: 10px 8px;
    }

    .hl-practice__stats strong {
        font-size: 16px;
    }

    .hl-practice__stats span {
        font-size: 8px;
    }

    .hl-practice__trust-title h3 {
        font-size: 16px;
    }

    .hl-practice__trust > p {
        font-size: 12px;
    }

    .hl-practice__screens {
        gap: 9px;
    }

    .hl-practice-screen {
        min-height: 158px;
        padding: 11px 11px 10px;
        border-radius: 15px;
    }

    .hl-practice-screen--parent {
        gap: 7px;
    }

    .hl-practice-screen--parent > p {
        max-width: 70px;
        font-size: 8px;
    }

    .hl-practice-phone {
        width: 84px;
        min-height: 128px;
        flex-basis: 84px;
        padding: 7px;
    }

    .hl-practice-phone i {
        min-height: 35px;
    }

    .hl-hero__audiences {
        gap: 7px;
    }

    .hl-hero__visual {
        min-height: 455px;
    }

    .hl-hero-games {
        right: 5px;
        bottom: 0;
        width: calc(100% - 10px);
        padding: 17px 8px 10px;
        border-radius: 18px;
    }

    .hl-hero-games__label {
        top: -10px;
        left: 12px;
        padding: 5px 9px;
    }

    .hl-hero-games__list {
        gap: 6px;
    }

    .hl-hero-games__item {
        height: 54px;
        border-width: 1px;
        border-radius: 10px;
    }

    .hl-product-window__body {
        min-height: 302px;
        grid-template-columns: 43px 1fr;
    }

    .hl-product-window__sidebar {
        gap: 14px;
    }

    .hl-product-window__sidebar span {
        width: 15px;
        height: 15px;
    }

    .hl-product-window__main {
        padding: 17px 15px 18px;
    }

    .hl-product-window__modules {
        gap: 7px;
        margin-top: 14px;
    }

    .hl-module-card {
        padding: 9px;
    }

    .hl-module-card__icon {
        width: 28px;
        height: 28px;
    }

    .hl-module-card small,
    .hl-module-card strong {
        font-size: 8px;
    }

    .hl-product-window__workspace {
        grid-template-columns: 1fr;
        gap: 7px;
        margin-top: 8px;
    }

    .hl-workspace-card {
        min-height: 96px;
        padding: 12px;
    }

    .hl-workspace-card--accent {
        display: none;
    }

    .hl-workspace-card__line {
        margin-top: 10px;
    }

    .hl-workspace-card__progress {
        margin-top: 15px;
    }

    .hl-floating-note {
        display: none;
    }

    .hl-capabilities__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hl-capabilities .hl-section-heading--split > p {
        font-size: 14px;
        line-height: 1.6;
    }

    .hl-capability-card {
        min-height: 0;
        padding: 22px 21px 21px;
        border-radius: 18px;
    }

    .hl-capability-card::before {
        right: 21px;
        left: 21px;
    }

    .hl-capability-card__icon {
        width: 46px;
        height: 46px;
        border-radius: 14px;
    }

    .hl-capability-card__icon svg {
        width: 24px;
        height: 24px;
    }

    .hl-capability-card h3 {
        margin: 17px 0 9px;
        font-size: 21px;
    }

    .hl-capability-card p {
        margin-bottom: 15px;
        font-size: 13px;
        line-height: 1.55;
    }

    .hl-capability-card__meta {
        margin-top: 0;
        gap: 5px;
    }

    .hl-capability-card__meta span {
        min-height: 25px;
        padding: 4px 7px;
        font-size: 9px;
    }

    .hl-capability-card a {
        margin-top: 13px;
    }

    .hl-games__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .hl-game-card {
        border-radius: 15px;
    }

    .hl-game-card__body {
        padding: 12px 11px 11px;
    }

    .hl-game-card h3 {
        display: -webkit-box;
        min-height: 34px;
        margin-bottom: 12px;
        overflow: hidden;
        font-size: 13px;
        line-height: 1.3;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .hl-game-card__badge {
        top: 8px;
        left: 8px;
        padding: 5px 7px;
        border-radius: 7px;
        font-size: 8px;
    }

    .hl-game-card__actions {
        justify-content: flex-start;
    }

    .hl-game-card__actions a {
        font-size: 10px;
    }

    .hl-game-card__actions .hl-game-card__details {
        display: none;
    }

    .hl-partners__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .hl-partners {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .hl-partners .hl-section-heading {
        margin-bottom: 26px;
    }

    .hl-partner-card {
        min-height: 154px;
        padding: 15px 10px;
        border-radius: 15px;
    }

    .hl-partner-card__logo {
        height: 66px;
        margin-bottom: 10px;
    }

    .hl-partner-card__logo img {
        max-width: 88%;
        max-height: 60px;
    }

    .hl-partner-card--compact .hl-partner-card__logo img {
        max-width: 78%;
        max-height: 50px;
    }

    .hl-partner-card strong {
        font-size: 12px;
    }

    .hl-partner-card > span:last-child {
        margin-top: 3px;
        font-size: 10px;
    }
}

@media (max-width: 420px) {
    .hl-materials .item_list {
        gap: 8px;
    }

    .hl-materials .item_list .post__detail {
        padding: 9px 8px 8px;
    }

    .hl-materials .item_list .post__detail-title {
        font-size: 11px;
    }

    .hl-hero {
        padding-top: 112px;
    }

    .hl-hero h1 {
        font-size: 38px;
    }

    .hl-eyebrow {
        font-size: 10px;
    }

    .hl-hero__visual {
        min-height: 430px;
    }

    .hl-hero-games {
        right: 2px;
        width: calc(100% - 4px);
        padding: 17px 7px 10px;
        border-radius: 17px;
    }

    .hl-hero-games__label {
        top: -11px;
        left: 10px;
        display: flex;
        padding: 5px 8px;
    }

    .hl-hero-games__list {
        gap: 5px;
    }

    .hl-hero-games__item {
        height: 50px;
        border-radius: 9px;
    }

    .hl-hero-games__title {
        display: none;
    }

    .hl-product-window__status {
        display: none;
    }

    .hl-practice__stats {
        gap: 5px;
    }

    .hl-practice__stats li {
        min-height: 66px;
        padding: 8px 5px;
    }

    .hl-practice__stats strong {
        font-size: 14px;
    }

    .hl-practice__screens {
        gap: 7px;
    }

    .hl-practice-screen {
        min-height: 146px;
        padding: 9px;
        border-radius: 13px;
    }

    .hl-practice-screen__head strong {
        font-size: 8px;
    }

    .hl-practice-screen > p {
        font-size: 7.5px;
    }

    .hl-practice-crm em,
    .hl-practice-crm small {
        display: none;
    }

    .hl-practice-crm > div {
        grid-template-columns: 17px minmax(0, 1fr);
    }

    .hl-practice-screen--parent {
        align-items: center;
        flex-direction: column;
        justify-content: flex-end;
        gap: 2px;
    }

    .hl-practice-screen--parent > p {
        max-width: none;
        padding-bottom: 0;
    }

    .hl-practice-phone {
        width: 78px;
        min-height: 107px;
        flex: 0 0 auto;
        padding: 6px;
        border-width: 3px;
        border-radius: 15px 15px 8px 8px;
    }

    .hl-practice-phone > strong {
        margin-bottom: 5px;
        font-size: 5px;
    }

    .hl-practice-phone > div {
        gap: 3px;
    }

    .hl-practice-phone i {
        min-height: 26px;
        padding: 3px;
        font-size: 4px;
    }

    .hl-practice__rating {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .hl-practice__rating > small {
        flex: 1 1 150px;
    }

    .hl-practice__links {
        align-items: flex-start;
        flex-direction: column;
    }

    .hl-section-heading > p,
    .hl-section-heading--split > p {
        font-size: 15px;
    }

    .hl-practice,
    .hl-final-cta {
        margin-right: -4px;
        margin-left: -4px;
        padding-right: 23px;
        padding-left: 23px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hl-hero-games__item {
        animation: none;
        transform: translate3d(0, var(--hl-game-step), 0) rotate(var(--hl-game-tilt));
        will-change: auto;
    }

    .hl-button,
    .hl-capability-card,
    .hl-game-card,
    .hl-practice-screen,
    .hl-game-card__media img,
    .hl-partner-card {
        transition: none;
    }

    .hl-button:hover,
    .hl-capability-card:hover,
    .hl-game-card:hover,
    .hl-partner-card:hover {
        transform: none;
    }

    .hl-practice-screen:hover {
        transform: translate3d(0, var(--hl-screen-y), 0) rotate(var(--hl-screen-rotate));
    }

    .hl-game-card:hover .hl-game-card__media img {
        transform: none;
    }
}
