.home {
    --lnt-ink: #18324a;
    --lnt-muted: #667581;
    --lnt-line: #dbe2e7;
    --lnt-blue: #1e4f8a;
    --lnt-blue-dark: #153b69;
    --lnt-green: #2f7d4a;
    --lnt-amber: #c98200;
    --lnt-surface: #ffffff;
    --lnt-soft: #f5f7f8;
    --lnt-hero: #d8e8eb;
}

.home #main-container {
    background: var(--lnt-surface);
}

.home [data-header*="type-1"] .ct-header [data-row*="bottom"] {
    background: #fff;
    border-bottom: 1px solid var(--lnt-line);
    box-shadow: none;
}

.home [data-header*="type-1"] .ct-header [data-row*="bottom"] > div {
    min-height: 74px;
}

.home [data-header*="type-1"] .ct-header [data-id="logo"] .site-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
}

.home [data-header*="type-1"] .ct-header [data-id="menu-secondary"] > ul > li > a {
    min-height: 74px;
    font-size: 13px;
    font-weight: 600;
}

.home [data-header*="type-1"] .ct-header [data-id="search-input"] input {
    min-height: 38px;
    border-radius: 4px;
}

.lnt-home {
    color: var(--lnt-ink);
    background: var(--lnt-surface);
}

.lnt-home *,
.lnt-home *::before,
.lnt-home *::after {
    box-sizing: border-box;
}

.lnt-home-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.lnt-home-hero {
    background: var(--lnt-hero);
    border-bottom: 1px solid #c7dadd;
}

.lnt-home-hero__inner {
    display: grid;
    grid-template-columns: minmax(280px, .9fr) minmax(360px, 1.1fr);
    align-items: center;
    gap: clamp(42px, 7vw, 96px);
    min-height: 430px;
    padding-block: 54px;
}

.lnt-home-hero__media {
    display: grid;
    place-items: center;
    min-width: 0;
}

.lnt-home-hero__media a {
    display: block;
    width: min(330px, 100%);
}

.lnt-home-hero__image,
.lnt-home-hero__video {
    display: block;
    width: 100%;
    max-height: 310px;
    object-fit: contain;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(24, 50, 74, .14);
}

.lnt-home-hero__video {
    width: min(420px, 100%);
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.lnt-home-hero__placeholder {
    display: grid;
    place-items: center;
    width: min(310px, 78vw);
    aspect-ratio: 1;
    padding: 30px;
    border: 1px solid rgba(24, 50, 74, .18);
    border-radius: 8px;
    background: rgba(255, 255, 255, .55);
    color: var(--lnt-blue);
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

.lnt-home-eyebrow {
    margin: 0 0 8px;
    color: var(--lnt-green);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.lnt-home-hero h1 {
    margin: 0;
    color: var(--lnt-ink);
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.03;
    letter-spacing: 0;
}

.lnt-home-hero__description {
    max-width: 590px;
    margin: 20px 0 0;
    color: #3f5668;
    font-size: 18px;
    line-height: 1.65;
}

.lnt-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.lnt-home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.lnt-home-button--primary {
    color: #fff;
    background: var(--lnt-blue);
}

.lnt-home-button--primary:hover {
    color: #fff;
    background: var(--lnt-blue-dark);
}

.lnt-home-button--secondary {
    color: var(--lnt-blue);
    border-color: rgba(30, 79, 138, .35);
    background: rgba(255, 255, 255, .55);
}

.lnt-home-button--secondary:hover {
    color: var(--lnt-blue-dark);
    border-color: var(--lnt-blue);
    background: #fff;
}

.lnt-home-quick {
    background: #fff;
    border-bottom: 1px solid var(--lnt-line);
}

.lnt-home-quick__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.lnt-home-quick__grid > a {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    padding: 23px 28px;
    color: var(--lnt-ink);
    text-decoration: none;
}

.lnt-home-quick__grid > a + a {
    border-left: 1px solid var(--lnt-line);
}

.lnt-home-quick__grid > a:hover strong {
    color: var(--lnt-blue);
}

.lnt-home-quick__number {
    color: var(--lnt-green);
    font-size: 13px;
    font-weight: 700;
}

.lnt-home-quick strong,
.lnt-home-quick small {
    display: block;
}

.lnt-home-quick strong {
    font-size: 15px;
}

.lnt-home-quick small {
    margin-top: 2px;
    color: var(--lnt-muted);
    font-size: 12px;
}

.lnt-home-content {
    padding-block: 54px 68px;
    background: var(--lnt-soft);
}

.lnt-home-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    align-items: start;
    gap: 34px;
}

.lnt-home-layout--no-sidebar {
    grid-template-columns: minmax(0, 1fr);
}

.lnt-home-main,
.lnt-home-sidebar {
    min-width: 0;
}

.lnt-home-main {
    display: flex;
    flex-direction: column;
    gap: 58px;
}

.lnt-home-section + .lnt-home-section {
    margin-top: 0;
}

.lnt-home-section__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--lnt-line);
}

.lnt-home-section__header h2 {
    margin: 0;
    color: var(--lnt-ink);
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: 0;
}

.lnt-home-section__header > a,
.lnt-home-section__view-all,
.lnt-home-text-link {
    color: var(--lnt-blue);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.lnt-home-section__header > a:hover,
.lnt-home-section__view-all:hover,
.lnt-home-text-link:hover {
    color: var(--lnt-green);
}

.lnt-home-section__actions,
.lnt-home-carousel__controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lnt-home-section__actions {
    justify-content: flex-end;
    flex-wrap: wrap;
}

.lnt-home-carousel {
    min-width: 0;
}

.lnt-home-carousel__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 3px 2px 12px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.lnt-home-carousel__viewport::-webkit-scrollbar {
    display: none;
}

.lnt-home-carousel__viewport.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    scroll-snap-type: none;
    user-select: none;
}

.lnt-home-carousel__track {
    display: flex;
    align-items: stretch;
    gap: 18px;
    min-width: max-content;
}

.lnt-home-carousel__slide {
    flex: 0 0 min(320px, 78vw);
    scroll-snap-align: start;
}

.lnt-home-carousel__button {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid var(--lnt-line);
    border-radius: 50%;
    background: #fff;
    color: var(--lnt-ink);
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
    transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.lnt-home-carousel__button:hover:not(:disabled) {
    border-color: var(--lnt-blue);
    background: var(--lnt-blue);
    color: #fff;
}

.lnt-home-carousel__button:disabled {
    opacity: .35;
    cursor: default;
}

.lnt-home-carousel__controls.is-hidden {
    display: none;
}

.lnt-home-trending-area {
    padding-block: 30px 28px;
    border-bottom: 1px solid var(--lnt-line);
}

.lnt-home-trending-wrap {
    margin-top: 0;
}

.lnt-home-trending {
    min-width: 0;
    overflow: hidden;
    color: var(--theme-text-color, var(--lnt-ink));
}

.lnt-home-trending__header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 8px;
}

.lnt-home-trending__header h2 {
    margin: 0;
    color: var(--theme-text-color, var(--lnt-ink));
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0;
}

.lnt-home-trending__header a {
    display: inline-flex;
    align-items: center;
    color: var(--theme-palette-color-1, var(--lnt-blue));
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.lnt-home-trending__header a:hover {
    color: var(--theme-palette-color-2, var(--lnt-green));
}

.lnt-home-trending__header a > span:last-child {
    font-size: 25px;
    font-weight: 400;
    line-height: .7;
}

.lnt-home-trending__carousel {
    position: relative;
}

.lnt-home-trending .lnt-home-carousel__viewport {
    padding: 4px 0 10px;
}

.lnt-home-trending .lnt-home-carousel__track {
    gap: 0;
}

.lnt-home-trending .lnt-home-carousel__controls {
    position: absolute;
    top: 0;
    right: -18px;
    bottom: 0;
    left: -18px;
    z-index: 4;
    justify-content: space-between;
    pointer-events: none;
}

.lnt-home-trending .lnt-home-carousel__button {
    width: 54px;
    height: 54px;
    border: 1px solid var(--theme-palette-color-6, var(--lnt-line));
    background: var(--theme-palette-color-8, var(--lnt-surface));
    color: var(--theme-text-color, var(--lnt-ink));
    font-size: 38px;
    box-shadow: 0 7px 20px rgba(24, 50, 74, .16);
    pointer-events: auto;
}

.lnt-home-trending .lnt-home-carousel__button:hover:not(:disabled) {
    border-color: var(--theme-palette-color-1, var(--lnt-blue));
    background: var(--theme-palette-color-1, var(--lnt-blue));
    color: var(--theme-palette-color-8, var(--lnt-surface));
}

.lnt-home-trending .lnt-home-carousel__button:disabled {
    visibility: hidden;
}

.lnt-home-trending-card {
    position: relative;
    display: flex;
    flex: 0 0 170px;
    min-height: 250px;
    margin: 0;
    padding: 24px 8px 8px;
    flex-direction: column;
    align-items: center;
    color: var(--theme-text-color, var(--lnt-ink));
    text-align: center;
    scroll-snap-align: start;
}

.lnt-home-trending-card__link {
    position: relative;
    display: flex;
    width: 100%;
    flex: 1;
    flex-direction: column;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.lnt-home-trending-card__rank {
    position: absolute;
    top: -8px;
    left: 0;
    z-index: 0;
    color: var(--theme-palette-color-1, var(--lnt-blue));
    font-size: 126px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.1em;
    opacity: .96;
    pointer-events: none;
}

.lnt-home-trending-card__thumb {
    position: relative;
    z-index: 1;
    display: block;
    margin: 4px 0 12px 42px;
}

.lnt-home-trending-card__thumb img,
.lnt-home-trending-card__thumb .lnt-home-app-card__fallback {
    display: grid;
    place-items: center;
    width: 100px;
    height: 100px;
    border: 0;
    border-radius: 15px;
    object-fit: cover;
    background: var(--theme-palette-color-8, var(--lnt-surface));
    color: var(--theme-palette-color-1, var(--lnt-blue));
    font-size: 32px;
    font-weight: 700;
    box-shadow: 0 5px 14px rgba(24, 50, 74, .16);
}

.lnt-home-trending-card__body {
    position: relative;
    z-index: 1;
    width: 100%;
}

.lnt-home-trending-card h3 {
    margin: 0;
    font-size: 13px;
    line-height: 1.25;
}

.lnt-home-trending-card h3 {
    color: var(--theme-text-color, var(--lnt-ink));
}

.lnt-home-trending-card__link:hover h3 {
    color: var(--theme-palette-color-1, var(--lnt-blue));
}

.lnt-home-trending-card__description {
    display: -webkit-box;
    overflow: hidden;
    margin: 7px 0 0;
    color: var(--theme-text-color, var(--lnt-muted));
    font-size: 11px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    opacity: .72;
}

.lnt-home-app-grid {
    display: grid;
    grid-template-columns: repeat(var(--lnt-app-cols-desktop, 2), minmax(0, 1fr));
    gap: 14px;
}

.lnt-home-app-card {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
    min-height: 128px;
    margin: 0;
    padding: 16px;
    border: 1px solid var(--lnt-line);
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(24, 50, 74, .04);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.lnt-home-app-card:hover {
    transform: translateY(-2px);
    border-color: #b8c8d2;
    box-shadow: 0 8px 22px rgba(24, 50, 74, .09);
}

.lnt-home-app-card__thumb {
    display: block;
    align-self: start;
}

.lnt-home-app-card__thumb img,
.lnt-home-app-card__fallback {
    display: grid;
    place-items: center;
    width: 82px;
    height: 82px;
    border-radius: 8px;
    object-fit: cover;
    background: #eef3f5;
    color: var(--lnt-blue);
    font-size: 28px;
    font-weight: 700;
}

.lnt-home-app-card__body {
    min-width: 0;
}

.lnt-home-app-card__updated {
    margin: 0 0 3px;
    color: var(--lnt-muted);
    font-size: 11px;
    text-transform: uppercase;
}

.lnt-home-app-card h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: 0;
}

.lnt-home-app-card h3 a {
    color: var(--lnt-ink);
    text-decoration: none;
}

.lnt-home-app-card h3 a:hover {
    color: var(--lnt-blue);
}

.lnt-home-app-card__details,
.lnt-home-app-card__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 12px;
    margin-top: 7px;
    color: var(--lnt-muted);
    font-size: 12px;
    line-height: 1.35;
}

.lnt-home-app-card__details span + span::before,
.lnt-home-app-card__stats span + span::before {
    content: "/";
    margin-right: 12px;
    color: #b0bbc2;
}

.lnt-home-rating {
    color: var(--lnt-amber);
    font-weight: 700;
}

.lnt-home--apps-grid .lnt-home-app-card {
    display: flex;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.lnt-home--apps-grid .lnt-home-app-card__thumb {
    align-self: center;
}

.lnt-home--apps-grid .lnt-home-app-card__details,
.lnt-home--apps-grid .lnt-home-app-card__stats {
    justify-content: center;
}

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

.lnt-home-guide-card {
    display: flex;
    overflow: hidden;
    margin: 0;
    flex-direction: column;
    border: 1px solid var(--lnt-line);
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(24, 50, 74, .04);
}

.lnt-home-guide-card__thumb {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e9eef1;
}

.lnt-home-guide-card__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.lnt-home-guide-card:hover .lnt-home-guide-card__thumb img {
    transform: scale(1.025);
}

.lnt-home-guide-card__body {
    display: flex;
    flex: 1;
    padding: 18px;
    flex-direction: column;
}

.lnt-home-guide-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    margin-bottom: 8px;
    color: var(--lnt-muted);
    font-size: 11px;
    text-transform: uppercase;
}

.lnt-home-guide-card h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
}

.lnt-home-guide-card h3 a {
    color: var(--lnt-ink);
    text-decoration: none;
}

.lnt-home-guide-card h3 a:hover {
    color: var(--lnt-blue);
}

.lnt-home-guide-card p {
    margin: 10px 0 14px;
    color: var(--lnt-muted);
    font-size: 13px;
    line-height: 1.65;
}

.lnt-home-guide-card .lnt-home-text-link {
    margin-top: auto;
}

.lnt-home-empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 24px;
    border: 1px dashed #bdc9d0;
    border-radius: 7px;
    background: #fff;
    color: var(--lnt-muted);
    text-align: center;
}

.lnt-home-custom-section__content {
    padding: 22px;
    border: 1px solid var(--lnt-line);
    border-radius: 7px;
    background: #fff;
    color: var(--lnt-ink);
    line-height: 1.7;
}

.lnt-home-custom-section__content > :first-child {
    margin-top: 0;
}

.lnt-home-custom-section__content > :last-child {
    margin-bottom: 0;
}

.lnt-home-sidebar .ct-sidebar {
    position: sticky;
    top: 24px;
}

.lnt-home-sidebar .singlo-sidebar-widget {
    margin: 0 0 18px;
    padding: 18px;
    border: 1px solid var(--lnt-line);
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(24, 50, 74, .04);
}

.lnt-home-sidebar .aap-widget__title,
.lnt-home-sidebar .aap-widget__titleTR {
    margin: 0 0 13px !important;
    padding: 0 0 11px;
    border: 0;
    border-bottom: 1px solid var(--lnt-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--lnt-ink);
}

.lnt-home-sidebar .aap-widget__title::after,
.lnt-home-sidebar .aap-widget__title-seperator {
    display: none;
}

.lnt-home-sidebar .aap-widget__title-text,
.lnt-home-sidebar .aap-widget__titleTR .aap-widget__title-text {
    color: var(--lnt-ink);
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
}

.lnt-home-sidebar .aap-widget__titleTR svg {
    color: var(--lnt-green);
}

.lnt-home-sidebar .aap-trending-apps-container {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.lnt-home-sidebar .aap-trending-apps-ngrid {
    display: grid;
    grid-template-columns: repeat(var(--lnt-app-cols-desktop, 2), minmax(0, 1fr));
    gap: 9px;
}

.lnt-home-sidebar .singlo-recent-updates .aap-recent-list {
    display: grid;
    grid-template-columns: repeat(var(--lnt-app-cols-desktop, 2), minmax(0, 1fr));
    gap: 9px;
}

.lnt-home-sidebar .singlo-recent-updates .aap-hwguides {
    border: 1px solid #edf0f2;
    border-radius: 6px;
    background: #fafbfb;
}

.lnt-home-sidebar .aap-similar-app-item {
    gap: 10px;
    padding: 9px;
    border: 1px solid #edf0f2;
    border-radius: 6px;
    background: #fafbfb;
    box-shadow: none;
    transform: none;
}

.lnt-home-sidebar .aap-similar-app-item:hover {
    border-color: #c9d5dc;
    background: #fff;
    transform: none;
    box-shadow: none;
}

.lnt-home-sidebar .aap-similar-app-item::before {
    display: none;
}

.lnt-home-sidebar .aap-similar-app-item img {
    width: 48px;
    height: 48px;
    border-radius: 7px;
}

.lnt-home-sidebar .aap-app-name {
    color: var(--lnt-ink);
    font-size: 13px;
}

.lnt-home--apps-grid .lnt-home-sidebar .aap-similar-app-item {
    min-width: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.lnt-home--apps-grid .lnt-home-sidebar .aap-app-details {
    width: 100%;
    text-align: center;
}

.lnt-home--apps-grid .lnt-home-sidebar .aap-app-name {
    white-space: normal;
}

.lnt-home-sidebar .aap-recent-list .aap-hwguides {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #edf0f2;
}

.lnt-home-sidebar .aap-recent-list .aap-hwguides:last-child {
    border-bottom: 0;
}

.lnt-home-sidebar .aap-hwguides > strong > a {
    margin: 0;
    padding: 10px 2px;
    border: 0;
    border-radius: 0;
    color: var(--lnt-ink);
    font-family: inherit;
    font-size: 13px;
    line-height: 1.45;
}

.lnt-home-sidebar .aap-hwguides > strong > a:hover {
    color: var(--lnt-blue);
    background: transparent;
}

.lnt-home-sidebar .aap-recent-list .aap-hwguides small,
.lnt-home-sidebar .aap-app-views,
.lnt-home-sidebar .aap-app-size {
    color: var(--lnt-muted);
    font-size: 11px;
}

.home [data-footer*="type-1"] .ct-footer {
    background: #fff;
    border-top: 1px solid var(--lnt-line);
}

.home [data-footer*="type-1"] .ct-footer [data-row*="top"],
.home [data-footer*="type-1"] .ct-footer [data-row*="bottom"] {
    background: #fff;
}

.home [data-footer*="type-1"] .ct-footer [data-row*="top"] > div {
    --container-spacing: 28px;
}

.home [data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {
    --container-spacing: 18px;
    border-top: 1px solid var(--lnt-line);
}

.home [data-footer*="type-1"] .ct-footer a {
    color: var(--lnt-blue);
}

@media (max-width: 1099px) {
    .lnt-home-layout {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 26px;
    }

}

@media (max-width: 999px) {
    .lnt-home-hero__inner {
        grid-template-columns: minmax(220px, .8fr) minmax(320px, 1.2fr);
        gap: 38px;
        min-height: 390px;
    }

    .lnt-home-layout {
        grid-template-columns: 1fr;
    }

    .lnt-home-sidebar .ct-sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .lnt-home-sidebar .singlo-sidebar-widget {
        height: 100%;
        margin: 0;
    }

    .lnt-home-app-grid,
    .lnt-home-sidebar .aap-trending-apps-ngrid,
    .lnt-home-sidebar .singlo-recent-updates .aap-recent-list {
        grid-template-columns: repeat(var(--lnt-app-cols-tablet, 2), minmax(0, 1fr));
    }

    .lnt-home-sidebar .singlo-recent-updates .aap-hwguides {
        border: 1px solid #edf0f2;
        border-radius: 6px;
        background: #fafbfb;
    }

    .lnt-home-trending-card {
        flex-basis: calc((100vw - 40px) / 4);
    }
}

@media (max-width: 767px) {
    .lnt-home-shell {
        width: min(100% - 28px, 680px);
    }

    .lnt-home-hero__inner {
        grid-template-columns: 1fr;
        gap: 28px;
        min-height: 0;
        padding-block: 38px;
    }

    .lnt-home-hero__content {
        order: -1;
        text-align: center;
    }

    .lnt-home-hero h1 {
        font-size: 39px;
    }

    .lnt-home-hero__description {
        margin-inline: auto;
        font-size: 16px;
    }

    .lnt-home-hero__actions {
        justify-content: center;
    }

    .lnt-home-hero__media a {
        width: min(240px, 72vw);
    }

    .lnt-home-hero__image,
    .lnt-home-hero__video {
        max-height: 235px;
    }

    .lnt-home-quick__grid {
        grid-template-columns: 1fr;
    }

    .lnt-home-quick__grid > a {
        padding: 17px 4px;
    }

    .lnt-home-quick__grid > a + a {
        border-top: 1px solid var(--lnt-line);
        border-left: 0;
    }

    .lnt-home-content {
        padding-block: 38px 48px;
    }

    .lnt-home-main {
        gap: 44px;
    }

    .lnt-home-section + .lnt-home-section {
        margin-top: 0;
    }

    .lnt-home-section__header {
        align-items: start;
    }

    .lnt-home-section__header h2 {
        font-size: 24px;
    }

    .lnt-home-carousel__slide {
        flex-basis: min(310px, 82vw);
    }

    .lnt-home-trending-area {
        padding-block: 24px 20px;
    }

    .lnt-home-trending-card {
        flex-basis: calc((100vw - 28px) / 3);
        min-height: 220px;
        padding-inline: 4px;
    }

    .lnt-home-trending .lnt-home-carousel__controls {
        right: 0;
        left: 0;
    }

    .lnt-home-guide-grid,
    .lnt-home-sidebar .ct-sidebar {
        grid-template-columns: 1fr;
    }

    .lnt-home-app-grid,
    .lnt-home-sidebar .aap-trending-apps-ngrid,
    .lnt-home-sidebar .singlo-recent-updates .aap-recent-list {
        grid-template-columns: repeat(var(--lnt-app-cols-mobile, 2), minmax(0, 1fr));
        gap: 10px;
    }

    .lnt-home--apps-list:is(.lnt-home--mobile-cols-3, .lnt-home--mobile-cols-4) .lnt-home-app-card,
    .lnt-home--apps-list:is(.lnt-home--mobile-cols-3, .lnt-home--mobile-cols-4) .lnt-home-sidebar .aap-similar-app-item {
        display: flex;
        min-width: 0;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .lnt-home--apps-list:is(.lnt-home--mobile-cols-3, .lnt-home--mobile-cols-4) .lnt-home-app-card__thumb {
        align-self: center;
    }

    .lnt-home--apps-list:is(.lnt-home--mobile-cols-3, .lnt-home--mobile-cols-4) .lnt-home-app-card__details,
    .lnt-home--apps-list:is(.lnt-home--mobile-cols-3, .lnt-home--mobile-cols-4) .lnt-home-app-card__stats {
        justify-content: center;
    }
}

@media (max-width: 479px) {
    .lnt-home-section__header {
        display: block;
    }

    .lnt-home-section__header > a {
        display: inline-block;
        margin-top: 9px;
    }

    .lnt-home-section__actions {
        justify-content: space-between;
        margin-top: 12px;
    }

    .lnt-home-carousel__controls {
        margin-left: auto;
    }

    .lnt-home-carousel__button {
        width: 34px;
        height: 34px;
    }

    .lnt-home-trending-card__rank {
        top: 0;
        font-size: 82px;
    }

    .lnt-home-trending-card__thumb {
        margin: 4px 0 10px 28px;
    }

    .lnt-home-trending-card__thumb img,
    .lnt-home-trending-card__thumb .lnt-home-app-card__fallback {
        width: 68px;
        height: 68px;
        border-radius: 12px;
    }

    .lnt-home-trending .lnt-home-carousel__button {
        width: 46px;
        height: 46px;
        font-size: 32px;
    }

    .lnt-home-trending-card h3 {
        font-size: 11px;
    }

    .lnt-home-trending-card__description {
        margin-top: 5px;
        font-size: 9px;
        line-height: 1.3;
        -webkit-line-clamp: 3;
    }

    .lnt-home--apps-list.lnt-home--mobile-cols-2 .lnt-home-app-card {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 8px;
        min-height: 0;
        padding: 10px 8px;
    }

    .lnt-home--apps-list.lnt-home--mobile-cols-2 .lnt-home-app-card__thumb img,
    .lnt-home--apps-list.lnt-home--mobile-cols-2 .lnt-home-app-card__fallback {
        width: 52px;
        height: 52px;
    }

    .lnt-home--apps-list.lnt-home--mobile-cols-2 .lnt-home-app-card h3 {
        font-size: 12px;
    }

    .lnt-home--apps-list.lnt-home--mobile-cols-2 .lnt-home-app-card__details,
    .lnt-home--apps-list.lnt-home--mobile-cols-2 .lnt-home-app-card__stats {
        gap: 3px 5px;
        margin-top: 4px;
        font-size: 9px;
    }

    .lnt-home--apps-grid .lnt-home-app-card {
        display: flex;
        min-width: 0;
        min-height: 0;
        padding: 12px 9px;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        text-align: center;
    }

    .lnt-home--apps-grid .lnt-home-app-card__thumb img,
    .lnt-home--apps-grid .lnt-home-app-card__fallback {
        width: 58px;
        height: 58px;
    }

    .lnt-home--apps-grid .lnt-home-app-card__updated {
        display: none;
    }

    .lnt-home--apps-grid .lnt-home-app-card h3 {
        font-size: 13px;
        line-height: 1.3;
    }

    .lnt-home--apps-grid .lnt-home-app-card__details,
    .lnt-home--apps-grid .lnt-home-app-card__stats {
        justify-content: center;
        gap: 3px 6px;
        margin-top: 5px;
        font-size: 10px;
    }

    .lnt-home--apps-grid .lnt-home-app-card__details,
    .lnt-home--apps-grid .lnt-home-app-card__stats {
        gap: 4px 8px;
    }

    .lnt-home--apps-grid .lnt-home-app-card__details span + span::before,
    .lnt-home--apps-grid .lnt-home-app-card__stats span + span::before {
        margin-right: 8px;
    }

    .lnt-home--apps-grid .lnt-home-sidebar .aap-similar-app-item {
        min-width: 0;
        padding: 9px 6px;
        flex-direction: column;
        gap: 7px;
        text-align: center;
    }

    .lnt-home--apps-grid .lnt-home-sidebar .aap-similar-app-item img {
        width: 52px;
        height: 52px;
    }

    .lnt-home--apps-grid .lnt-home-sidebar .aap-app-details {
        width: 100%;
        text-align: center;
    }

    .lnt-home--apps-grid .lnt-home-sidebar .aap-app-name {
        display: -webkit-box;
        overflow: hidden;
        font-size: 12px;
        white-space: normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .lnt-home-sidebar .singlo-recent-updates .aap-hwguides > strong > a {
        height: 100%;
        padding: 10px 8px;
        font-size: 11px;
        text-align: center;
    }

    .lnt-home-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lnt-home-app-card,
    .lnt-home-guide-card__thumb img {
        transition: none;
    }
}
