:root {
    --ls-blue: #00213b;
    --ls-green: #63b201;
    --ls-white: #ffffff;
    --ls-gray: #3e3d43;
    --ls-bg: #f3f6fb;
    --ls-grey: #eeeeee;
    --ls-yellow: #ffc005;
    --ls-font: "Heebo", sans-serif;
    --ls-font-alt: "Inter Tight", sans-serif;
    --ls-inner: 1360px;
    --ls-pad: 120px;
    --ls-gutter: 120px;
    --ls-reviews-cols: 3;
    --ls-reviews-gap: 24px;
}

.ls-body {
    margin: 0;
    background: var(--ls-white);
    color: var(--ls-blue);
    font-family: var(--ls-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.48;
    overflow-x: clip;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.ls-body *,
.ls-body *::before,
.ls-body *::after {
    box-sizing: border-box;
}

.ls-body img {
    display: block;
    max-width: 100%;
}

.ls-body a {
    color: inherit;
    text-decoration: none;
}

.ls-body .ls-btn--green,
.ls-body .ls-btn--navy {
    color: var(--ls-white);
}

.ls-body .ls-btn--white {
    color: var(--ls-blue);
}

.ls-body .ls-text-link {
    color: var(--ls-blue);
}

.ls-body .ls-text-link--green {
    color: var(--ls-green);
}

.ls-body button,
.ls-body input {
    font: inherit;
}

.ls-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ls-inner {
    width: min(var(--ls-inner), calc(100% - (2 * var(--ls-gutter))));
    margin: 0 auto;
}

.ls-icon-6 { width: 6px; height: 6px; }
.ls-icon-16 { width: 16px; height: 16px; }
.ls-icon-20 { width: 20px; height: 20px; }
.ls-icon-24 { width: 24px; height: 24px; }
.ls-icon-30 { width: 30px; height: 30px; }
.ls-icon-40 { width: 40px; height: 40px; }
.ls-icon-50 { width: 50px; height: 50px; }

.ls-eyebrow {
    margin: 0;
    font-family: var(--ls-font-alt);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.68px;
    line-height: 1.48;
    text-transform: uppercase;
}

.ls-eyebrow--light {
    font-family: var(--ls-font);
    font-weight: 500;
    color: var(--ls-white);
}

.ls-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 24px;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
}

.ls-btn--green { background: var(--ls-green); }
.ls-btn--navy { background: var(--ls-blue); }
.ls-btn--white { background: var(--ls-white); }
.ls-btn--wide { padding-inline: 32px; }

.ls-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.48;
    color: var(--ls-blue);
}

.ls-text-link--caps {
    font-family: var(--ls-font-alt);
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.ls-text-link--green {
    color: var(--ls-green);
}

.ls-section {
    padding: var(--ls-pad) 0;
}

.ls-section--tint {
    background: var(--ls-bg);
}

.ls-section__intro {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 50px;
}

.ls-section__intro h2,
.ls-coverage h2,
.ls-solutions__intro h2,
.ls-insights__intro h2,
.ls-banner__content h2,
.ls-cta h2,
.ls-partners h2 {
    margin: 0;
    font-size: 58px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.58px;
    color: var(--ls-blue);
}

.ls-section__intro p:not(.ls-eyebrow),
.ls-solutions__intro p:not(.ls-eyebrow),
.ls-insights__intro p:not(.ls-eyebrow) {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.48;
    color: var(--ls-gray);
}

.ls-section__intro--center {
    align-items: center;
    text-align: center;
}

.ls-section__intro--center p {
    max-width: 892px;
}

.ls-section__intro--narrow h2 {
    max-width: 1030px;
}

.ls-coverage .ls-section__intro h2 {
    max-width: 844px;
}

.ls-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--ls-bg);
    border-bottom: 1px solid transparent;
    box-shadow: 0 0 0 transparent;
    transition: background-color 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, backdrop-filter 0.35s ease, -webkit-backdrop-filter 0.35s ease;
}

.ls-header.is-scrolled {
    background: rgba(243, 246, 251, 0.72);
    -webkit-backdrop-filter: blur(18px) saturate(1.35);
    backdrop-filter: blur(18px) saturate(1.35);
    border-bottom-color: rgba(0, 33, 59, 0.08);
    box-shadow: 0 10px 28px rgba(0, 33, 59, 0.08);
}

.ls-header.is-open {
    background: var(--ls-bg);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-bottom-color: transparent;
    box-shadow: none;
}

.ls-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1600px, 100%);
    margin: 0 auto;
    padding: 24px var(--ls-gutter);
    transition: padding 0.35s ease;
}

.ls-header.is-scrolled .ls-header__inner {
    padding-top: 16px;
    padding-bottom: 16px;
}

.ls-header__toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 10px 8px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.ls-header__quote {
    display: none;
}

.ls-header__toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--ls-blue);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.ls-header.is-open .ls-header__toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.ls-header.is-open .ls-header__toggle span:nth-child(2) {
    opacity: 0;
}

.ls-header.is-open .ls-header__toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.ls-header__menu {
    display: contents;
}

.ls-header__logo,
.ls-header__actions {
    flex-shrink: 0;
}

.ls-header__logo img {
    width: 189px;
    height: 50px;
    object-fit: contain;
}

.ls-nav__list {
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ls-nav__trigger,
.ls-nav__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ls-blue);
    font-size: 16px;
    line-height: 1.48;
    cursor: pointer;
}

.ls-nav__item {
    position: relative;
}

.ls-nav__dropdown {
    position: absolute;
    top: calc(100% + 22px);
    left: 0;
    z-index: 20;
    display: none;
    min-width: 240px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: var(--ls-white);
    box-shadow: 0 4px 20px rgba(0, 33, 59, 0.08);
}

.ls-nav__dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 28px;
}

.ls-nav__dropdown a {
    display: block;
    padding: 10px 16px;
    color: var(--ls-blue);
    font-size: 16px;
}

.ls-nav__dropdown a:hover {
    background: var(--ls-bg);
}

.ls-nav__item:hover .ls-nav__dropdown,
.ls-nav__item:focus-within .ls-nav__dropdown,
.ls-nav__trigger[aria-expanded="true"] + .ls-nav__dropdown {
    display: block;
}

.ls-header__actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.ls-header__portal {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
}

.ls-hero {
    position: relative;
    height:800px;
    overflow: hidden;
    color: var(--ls-white);
}

.ls-hero__media,
.ls-hero__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ls-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgba(12, 31, 61, 0) 35%, rgba(12, 31, 61, 0.7) 62%, rgba(12, 31, 61, 0.75) 81%, rgba(12, 31, 61, 0.8) 100%);
}

.ls-hero__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 42px;
    max-width: 706px;
    margin: 0 0 0 var(--ls-gutter);
    padding-top: 100px;
}

.ls-hero__content h1 {
    margin: 0 0 20px;
    font-size: 68px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -2.72px;
}

.ls-hero__content p {
    margin: 0;
    font-size: 18px;
    line-height: 1.48;
}

.ls-stats {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 24px;
    width: min(1360px, calc(100% - (2 * var(--ls-gutter))));
    height: 210px;
    margin: -105px auto 0;
    padding: 64px 32px;
    background: var(--ls-white);
    box-shadow: 0 4px 15px rgba(0, 33, 59, 0.16);
}

.ls-stats__item {
    flex: 1;
    text-align: center;
}

.ls-stats__item + .ls-stats__item {
    border-left: 1px solid var(--ls-grey);
}

.ls-stats__value {
    margin: 0 0 7px;
    color: var(--ls-green);
    font-size: 58px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.58px;
}

.ls-stats__label {
    margin: 0;
    color: var(--ls-gray);
    font-size: 13.6px;
}

.ls-coverage {
    padding-top: 154px;
}

.ls-coverage__grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 102px;
}

.ls-coverage__list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 451px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ls-coverage__list li {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding-left: 16px;
}

.ls-coverage__list li > div {
    flex: 1;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--ls-grey);
}

.ls-coverage__list li:last-child > div {
    padding-bottom: 0;
    border-bottom: 0;
}

.ls-coverage__list h3,
.ls-card h3,
.ls-solution h3,
.ls-product h3,
.ls-insight h3 {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--ls-blue);
}

.ls-solution h3,
.ls-product h3 {
    font-weight: 500;
}

.ls-product h3 {
    font-weight: 700;
    transition: color 0.25s ease;
}

.ls-product:hover h3 {
    color: var(--ls-green);
}

.ls-coverage__list p,
.ls-card p,
.ls-solution p,
.ls-product p {
    margin: 0;
    font-size: 16px;
    line-height: 1.48;
    color: var(--ls-gray);
}

.ls-coverage__list p {
    color: var(--ls-blue);
}

.ls-coverage__map {
    position: relative;
    width: 807px;
    height: 474px;
    padding: 24px;
    background: #d6e1ee;
}

.ls-coverage__map > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ls-coverage__chip,
.ls-coverage__note {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    background: var(--ls-white);
    border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
}

.ls-coverage__chip {
    float: right;
    padding: 8px 16px;
}

.ls-coverage__note {
    position: absolute;
    bottom: 24px;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.32);
    backdrop-filter: blur(5px);
    font-family: var(--ls-font-alt);
    font-size: 14px;
    font-weight: 400;
}

.ls-cards {
    display: grid;
    gap: 24px;
}

.ls-cards--3 {
    grid-template-columns: repeat(3, 1fr);
}

.ls-card,
.ls-product,
.ls-solution,
.ls-review {
    display: flex;
    flex-direction: column;
    background: var(--ls-white);
}

.ls-card {
    min-height: 339px;
    padding: 32px;
    gap: 32px;
}

.ls-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
}

.ls-card h3 {
    transition: color 0.25s ease;
}

.ls-card:hover h3 {
    color: var(--ls-green);
}

.ls-banner {
    position: relative;
    min-height: 645px;
    overflow: hidden;
    color: var(--ls-white);
}

.ls-banner__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ls-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 33, 59, 0.9) 0%, rgba(0, 33, 59, 0.8) 30%, rgba(0, 33, 59, 0.378) 52%, rgba(0, 33, 59, 0) 81%);
}

.ls-banner__content {
    position: relative;
    z-index: 1;
    max-width: 715px;
    margin: 0 0 0 var(--ls-gutter);
    padding: 120px 0;
}

.ls-banner__content h2,
.ls-cta h2 {
    color: var(--ls-white);
}

.ls-banner__content p {
    max-width: 715px;
    margin: 20px 0 32px;
    font-size: 18px;
}

.ls-solutions__grid {
    display: flex;
    justify-content: space-between;
    gap: 48px;
}

.ls-solutions__intro {
    width: 435px;
}

.ls-solutions__intro h2 {
    margin: 16px 0 20px;
}

.ls-solutions__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 783px;
}

.ls-solution {
    flex-direction: row;
    gap: 24px;
    padding: 24px;
}

.ls-solution h3 {
    font-weight: 500;
    transition: color 0.25s ease;
}

.ls-solution:hover h3 {
    color: var(--ls-green);
}

.ls-solution .ls-text-link {
    margin-top: 12px;
}

.ls-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ls-product {
    min-height: 320px;
    padding: 24px;
    justify-content: space-between;
    background: var(--ls-bg);
    box-shadow: 0 4px 20px rgba(0, 33, 59, 0);
    transition: box-shadow 0.2s ease;
}

.ls-product:hover {
    box-shadow: 0 4px 20px rgba(0, 33, 59, 0.04);
}

.ls-body .ls-card:hover .ls-text-link,
.ls-body .ls-product:hover .ls-text-link,
.ls-body .ls-solution:hover .ls-text-link {
    color: var(--ls-green);
}

.ls-text-link__arrow {
    display: block;
    width: 24px;
    height: 24px;
    background: url("../icons/arrow-right-dark.svg") center / 24px 24px no-repeat;
    transition: background-image 0.2s ease, transform 0.25s ease;
}

.ls-card:hover .ls-text-link__arrow,
.ls-product:hover .ls-text-link__arrow,
.ls-solution:hover .ls-text-link__arrow {
    background-image: url("../icons/arrow-right-green.svg");
    transform: translateX(4px);
}

.ls-card__icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background-color: var(--ls-blue);
    -webkit-mask: var(--ls-icon) center / contain no-repeat;
    mask: var(--ls-icon) center / contain no-repeat;
    transition: background-color 0.2s ease;
}

.ls-card:hover .ls-card__icon {
    background-color: var(--ls-green);
}

.ls-product > div {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ls-product__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
    background-color: var(--ls-blue);
    -webkit-mask: var(--ls-icon) center / contain no-repeat;
    mask: var(--ls-icon) center / contain no-repeat;
    transition: background-color 0.2s ease;
}

.ls-product:hover .ls-product__icon {
    background-color: var(--ls-green);
}

.ls-solution__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-color: var(--ls-blue);
    -webkit-mask: var(--ls-icon) center / contain no-repeat;
    mask: var(--ls-icon) center / contain no-repeat;
    transition: background-color 0.2s ease;
}

.ls-solution:hover .ls-solution__icon {
    background-color: var(--ls-green);
}

.ls-partners {
    padding: 80px 0;
    background: var(--ls-bg);
    text-align: center;
}

.ls-partners h2 {
    margin-bottom: 32px;
    font-size: 40px;
    letter-spacing: -0.4px;
}

.ls-partners__track {
    display: flex;
    gap: 20px;
    overflow: hidden;
    flex-wrap: wrap;
}

.ls-partners__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 104px;
    flex: 0 0 210px;
    padding: 30px 24px;
    background: var(--ls-white);
}

.ls-partners__logo img {
    width: auto;
    height: 44px;
    max-width: 162px;
    object-fit: contain;
}

.ls-reviews__viewport {
    overflow: hidden;
    width: 100%;
    container-type: inline-size;
}

.ls-reviews__grid {
    display: flex;
    gap: 24px;
    will-change: transform;
}

.ls-review {
    flex: 0 0 calc((100cqw - ((var(--ls-reviews-cols) - 1) * var(--ls-reviews-gap))) / var(--ls-reviews-cols));
    width: calc((100cqw - ((var(--ls-reviews-cols) - 1) * var(--ls-reviews-gap))) / var(--ls-reviews-cols));
    min-height: 386px;
    padding: 32px;
    justify-content: space-between;
    gap: 24px;
    background: var(--ls-blue);
    color: var(--ls-white);
}

.ls-review p {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 1.48;
}

.ls-review__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ls-review__stars {
    display: flex;
    gap: 2px;
}

.ls-review__person {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ls-review__person img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.ls-review__person strong {
    display: block;
    font-size: 18px;
}

.ls-review__person span {
    display: block;
    color: var(--ls-grey);
    font-size: 14px;
}

.ls-reviews__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-top: 50px;
}

.ls-reviews__progress {
    position: relative;
    flex: 1;
    height: 2px;
}

.ls-reviews__progress::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: var(--ls-blue);
    opacity: 0.2;
    transform: translateY(-50%);
}

.ls-reviews__progress-bar {
    position: absolute;
    left: 0;
    top: 50%;
    width: calc(260 / 1212 * 100%);
    height: 2px;
    border-radius: 999px;
    background: var(--ls-green);
    transform: translateY(-50%);
    transition: left 0.45s ease;
}

.ls-reviews__arrows {
    display: flex;
    gap: 12px;
}

.ls-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 16px;
    border: 1px solid var(--ls-gray);
    background: transparent;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.ls-arrow__icon {
    width: 20px;
    height: 20px;
    background-color: var(--ls-blue);
    -webkit-mask: var(--ls-icon) center / contain no-repeat;
    mask: var(--ls-icon) center / contain no-repeat;
    transition: background-color 0.2s ease;
}

.ls-arrow:hover,
.ls-arrow:focus-visible {
    border-color: transparent;
    background: var(--ls-green);
}

.ls-arrow:hover .ls-arrow__icon,
.ls-arrow:focus-visible .ls-arrow__icon {
    background-color: var(--ls-white);
}

.ls-arrow--prev .ls-arrow__icon {
    transform: rotate(180deg);
}

.ls-insights__grid {
    display: flex;
    gap: 71px;
    align-items: flex-start;
}

.ls-insights__intro {
    width: 390px;
}

.ls-insights__intro p:not(.ls-eyebrow) {
    margin: 16px 0 0;
}

.ls-insights__intro .ls-btn {
    margin-top: 32px;
}

.ls-insights__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: 899px;
}

.ls-insight__image {
    position: relative;
    height: 260px;
    margin-bottom: 28px;
    padding: 12px;
}

.ls-insight__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ls-insight__image span,
.ls-insight__meta {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    background: var(--ls-white);
    border-radius: 99px;
    font-size: 14px;
}

.ls-insight__image span {
    float: right;
    backdrop-filter: blur(2px);
}

.ls-insight__meta {
    padding: 6px 16px;
    margin-bottom: 12px;
    font-weight: 500;
}

.ls-insight h3 {
    max-width: 427px;
}

.ls-cta {
    position: relative;
    height: 620px;
    overflow: hidden;
    color: var(--ls-white);
    text-align: center;
}

.ls-cta__media {
    position: absolute;
    left: 0;
    top: -11.85%;
    width: 100%;
    height: 172%;
    max-width: none;
    object-fit: cover;
}

.ls-cta::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: -96px;
    top: -72px;
    width: 1819px;
    height: 143px;
    background: var(--ls-bg);
    filter: blur(40px);
    pointer-events: none;
}

.ls-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(0, 33, 59, 0) 38.982%,
        rgba(0, 33, 59, 0.723) 62.005%,
        rgba(0, 33, 59, 0.936) 79.582%,
        #00213b 100%
    );
}

.ls-cta__content {
    position: absolute;
    left: 50%;
    bottom: 60px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
    padding: 0;
    transform: translateX(-50%);
}

.ls-cta__copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.ls-cta p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.48;
    letter-spacing: -0.32px;
    white-space: nowrap;
}

.ls-cta p strong {
    font-weight: 500;
    color: var(--ls-white);
}

.ls-cta__muted {
    color: var(--ls-grey);
    font-weight: 400;
}

.ls-footer {
    background: var(--ls-blue);
    color: var(--ls-white);
    padding: 0 var(--ls-gutter);
}

.ls-footer__inner {
    width: min(1360px, 100%);
    margin: 0 auto;
}

.ls-footer__columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding-top: 60px;
}

.ls-footer__col h2 {
    margin: 0 0 32px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.ls-footer__col ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0.8;
}

.ls-footer__contact li,
.ls-footer__contact a {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.ls-footer__contact img {
    flex: 0 0 20px;
    margin-top: 2px;
}

.ls-footer__panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-top: 80px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.04);
}

.ls-footer__subscribe {
    display: flex;
    gap: 32px;
    align-items: flex-end;
}

.ls-footer__subscribe-art {
    width: 123px;
    height: auto;
    object-fit: contain;
}

.ls-footer__subscribe-copy {
    width: 397px;
}

.ls-footer__subscribe-copy h2 {
    margin: 0 0 12px;
    font-size: 24px;
}

.ls-footer__subscribe-copy p {
    margin: 0 0 24px;
    font-size: 16px;
}

.ls-subscribe {
    display: flex;
    align-items: stretch;
}

.ls-subscribe input {
    flex: 1;
    min-width: 0;
    padding: 13.5px 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: transparent;
    color: var(--ls-white);
}

.ls-subscribe input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.ls-footer__social p {
    margin: 0 0 24px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.2px;
}

.ls-footer__social-links {
    display: flex;
    gap: 8px;
    align-items: flex-end;
}

.ls-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    transition: background-color 0.2s ease;
}

.ls-social__icon {
    display: block;
    width: 20px;
    height: 20px;
    background-color: var(--ls-white);
    -webkit-mask: var(--ls-icon) center / contain no-repeat;
    mask: var(--ls-icon) center / contain no-repeat;
    transition: background-color 0.2s ease;
}

.ls-social__icon--mark {
    width: 12px;
    height: 20px;
}

.ls-social__icon--full {
    width: 40px;
    height: 40px;
}

.ls-social:hover,
.ls-social:focus-visible {
    background: var(--ls-white);
}

.ls-social:hover .ls-social__icon,
.ls-social:focus-visible .ls-social__icon {
    background-color: var(--ls-blue);
}

.ls-footer__legal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
    padding: 24px 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
    color: #eee;
}

.ls-footer__legal-links {
    display: flex;
    gap: 24px;
}

html {
    scroll-behavior: smooth;
}

.ls-btn {
    position: relative;
    overflow: hidden;
    transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.ls-btn img,
.ls-text-link img,
.ls-text-link__arrow {
    transition: transform 0.25s ease;
}

.ls-btn:hover,
.ls-btn:focus-visible {
    transform: translateY(-2px);
}

.ls-btn:hover img,
.ls-btn:focus-visible img,
.ls-text-link:hover img,
.ls-text-link:focus-visible img,
.ls-text-link:hover .ls-text-link__arrow,
.ls-text-link:focus-visible .ls-text-link__arrow {
    transform: translateX(4px);
}

.ls-btn--green:hover,
.ls-btn--green:focus-visible {
    background: #57a001;
    box-shadow: 0 10px 24px rgba(99, 178, 1, 0.28);
}

.ls-btn--navy:hover,
.ls-btn--navy:focus-visible {
    background: #00182c;
    box-shadow: 0 10px 24px rgba(0, 33, 59, 0.22);
}

.ls-btn--white:hover,
.ls-btn--white:focus-visible {
    background: var(--ls-grey);
    box-shadow: 0 8px 18px rgba(0, 33, 59, 0.12);
}

.ls-text-link {
    transition: color 0.2s ease;
}

.ls-text-link:hover,
.ls-text-link:focus-visible {
    color: var(--ls-green);
}

.ls-nav__trigger,
.ls-nav__link,
.ls-header__portal {
    transition: color 0.2s ease;
}

.ls-nav__trigger:hover,
.ls-nav__link:hover,
.ls-header__portal:hover,
.ls-nav__trigger:focus-visible,
.ls-nav__link:focus-visible,
.ls-header__portal:focus-visible {
    color: var(--ls-green);
}

.ls-nav__trigger img {
    transition: transform 0.2s ease;
}

.ls-nav__item:hover .ls-nav__trigger img,
.ls-nav__trigger[aria-expanded="true"] img {
    transform: rotate(180deg);
}

.ls-nav__dropdown {
    transform-origin: top left;
}

.ls-nav__item:hover .ls-nav__dropdown,
.ls-nav__item:focus-within .ls-nav__dropdown,
.ls-nav__trigger[aria-expanded="true"] + .ls-nav__dropdown {
    animation: ls-dropdown 0.18s ease;
}

.ls-nav__dropdown a {
    transition: background-color 0.2s ease, color 0.2s ease;
}

.ls-nav__dropdown a:hover,
.ls-nav__dropdown a:focus-visible {
    background: var(--ls-bg);
    color: var(--ls-green);
}

.ls-header__logo {
    transition: opacity 0.2s ease;
}

.ls-header__logo:hover {
    opacity: 0.82;
}

.ls-hero__media img {
    transform: scale(1.04);
    animation: ls-hero-zoom 22s ease-out forwards;
}

.ls-card,
.ls-solution {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ls-card:hover,
.ls-solution:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 33, 59, 0.1);
}

.ls-product {
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.ls-product:hover {
    transform: translateY(-6px);
    background: var(--ls-white);
    box-shadow: 0 12px 32px rgba(0, 33, 59, 0.1);
}

.ls-js .ls-coverage__list li {
    opacity: 0;
}

.ls-js .ls-coverage__list.is-in li {
    animation: ls-fade-rise 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.ls-js .ls-coverage__list.is-in li:nth-child(1) { animation-delay: 0ms; }
.ls-js .ls-coverage__list.is-in li:nth-child(2) { animation-delay: 120ms; }
.ls-js .ls-coverage__list.is-in li:nth-child(3) { animation-delay: 240ms; }

.ls-js .ls-coverage__list.is-in li.is-done {
    opacity: 1;
    animation: none;
}

.ls-js .ls-coverage__list.is-in li .ls-coverage__icon {
    animation: ls-coverage-icon 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.ls-js .ls-coverage__list.is-in li:nth-child(1) .ls-coverage__icon { animation-delay: 60ms; }
.ls-js .ls-coverage__list.is-in li:nth-child(2) .ls-coverage__icon { animation-delay: 180ms; }
.ls-js .ls-coverage__list.is-in li:nth-child(3) .ls-coverage__icon { animation-delay: 300ms; }

.ls-js .ls-coverage__list.is-in li.is-done .ls-coverage__icon {
    animation: none;
}

.ls-coverage__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 12px;
    width: 2px;
    background: var(--ls-green);
    border-radius: 2px;
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}

.ls-coverage__list li:last-child::before {
    bottom: 2px;
}

.ls-coverage__icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    background-color: var(--ls-blue);
    -webkit-mask: var(--ls-icon) center / contain no-repeat;
    mask: var(--ls-icon) center / contain no-repeat;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.25s ease;
}

.ls-coverage__list li h3 {
    transition: color 0.25s ease;
}

.ls-coverage__list li > div {
    position: relative;
}

.ls-coverage__list li > div::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--ls-green);
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.ls-coverage__list li:last-child > div::after {
    bottom: -2px;
}

.ls-coverage__list li:hover::before {
    transform: scaleY(1);
}

.ls-coverage__list li:hover .ls-coverage__icon {
    transform: scale(1.12);
    background-color: var(--ls-green);
}

.ls-coverage__list li:hover h3 {
    color: var(--ls-green);
}

.ls-coverage__list li:hover > div::after {
    width: 72px;
}

@keyframes ls-coverage-icon {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes ls-fade-rise {
    from {
        opacity: 0;
        transform: translate3d(0, 18px, 0) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

.ls-insight__image {
    overflow: hidden;
    margin-bottom: 28px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.ls-insight__image img {
    transition: transform 0.5s ease;
}

.ls-insight:hover .ls-insight__image {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0, 33, 59, 0.14);
}

.ls-insight:hover .ls-insight__image img {
    transform: scale(1.06);
}

.ls-partners__logo {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ls-partners__logo:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 33, 59, 0.08);
}

.ls-footer__col a,
.ls-footer__legal-links a {
    transition: color 0.2s ease;
}

.ls-footer__col a:hover,
.ls-footer__legal-links a:hover {
    color: var(--ls-green);
}

.ls-subscribe input {
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ls-subscribe input:focus {
    outline: none;
    border-color: var(--ls-green);
    box-shadow: 0 0 0 3px rgba(99, 178, 1, 0.18);
}

.ls-arrow {
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ls-arrow:hover,
.ls-arrow:focus-visible {
    transform: translateY(-2px);
}

.ls-js .ls-reveal {
    opacity: 0;
}

.ls-js .ls-reveal.is-in {
    animation: ls-fade-rise 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.ls-js .ls-reveal.is-in.is-done {
    opacity: 1;
    animation: none;
}

@keyframes ls-dropdown {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes ls-hero-zoom {
    from { transform: scale(1); }
    to { transform: scale(1.08); }
}

.ls-eyebrow--green {
    color: var(--ls-green);
}

.ls-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.ls-hero--rar .ls-hero__media::after {
    background: linear-gradient(90deg, rgba(12, 31, 61, 0.72) 0%, rgba(12, 31, 61, 0.55) 38%, rgba(12, 31, 61, 0.22) 68%, rgba(12, 31, 61, 0) 100%);
}

.ls-hero--rar .ls-hero__media img {
    object-position: 48% 42%;
}

.ls-hero--rar .ls-hero__content {
    max-width: 620px;
    height: 100%;
    padding-top: 8px;
    padding-bottom: 168px;
    justify-content: center;
    gap: 32px;
}

.ls-hero--rar .ls-eyebrow {
    margin-bottom: 12px;
    font-family: var(--ls-font);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.48;
    text-transform: none;
}

.ls-hero--rar .ls-hero__content h1 {
    margin: 0 0 20px;
    font-size: 68px;
    letter-spacing: -1.36px;
    line-height: 1.12;
}

.ls-hero--rar .ls-hero__content > div > p:not(.ls-eyebrow) {
    max-width: 520px;
}

.ls-hero--rar .ls-hero__actions {
    gap: 16px;
}

.ls-hero--rar .ls-btn {
    padding-inline: 32px;
}

.ls-choose {
    padding-top: 0;
    margin-top: -148px;
    position: relative;
    z-index: 4;
}

.ls-choose__card {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(320px, 1.05fr);
    gap: 48px;
    align-items: center;
    padding: 48px 56px;
    background: var(--ls-white);
    box-shadow: 0 12px 40px rgba(0, 33, 59, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ls-choose__copy h2,
.ls-options__copy h2,
.ls-difference__copy h2,
.ls-split-banner h2 {
    margin: 0 0 20px;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.48px;
    color: var(--ls-blue);
}

.ls-choose__copy p,
.ls-options__copy p,
.ls-difference__copy p {
    margin: 0 0 28px;
    font-size: 16px;
    line-height: 1.48;
    color: var(--ls-gray);
}

.ls-difference__copy p {
    margin: 0;
}

.ls-orbit {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
}

.ls-orbit img {
    width: 100%;
    height: auto;
}

.ls-audience .ls-section__intro {
    gap: 16px;
    margin-bottom: 50px;
}

.ls-audience .ls-section__intro h2 {
    max-width: 900px;
}

.ls-audience .ls-section__intro p {
    max-width: 860px;
    font-size: 16px;
    line-height: 1.48;
}

.ls-choice .ls-section__intro h2 {
    max-width: 980px;
}

.ls-choice .ls-section__intro p {
    max-width: 760px;
    font-size: 16px;
    line-height: 1.48;
}

.ls-audience__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.ls-audience__card,
.ls-why-rar__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 28px 32px;
    background: var(--ls-white);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ls-audience__card {
    width: calc((100% - 48px) / 3);
}

.ls-audience__card h3,
.ls-why-rar__card h3,
.ls-difference__card h3 {
    margin: 20px 0 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--ls-blue);
    transition: color 0.25s ease;
}

.ls-audience__card p,
.ls-why-rar__card p,
.ls-difference__card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.48;
    color: var(--ls-gray);
}

.ls-audience__card:hover,
.ls-why-rar__card:hover,
.ls-difference__card:hover,
.ls-choose__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 33, 59, 0.1);
}

.ls-choose__card:hover {
    box-shadow: 0 18px 48px rgba(0, 33, 59, 0.14);
}

.ls-audience__card:hover h3,
.ls-why-rar__card:hover h3,
.ls-difference__card:hover h3 {
    color: var(--ls-green);
}

.ls-audience__card img,
.ls-why-rar__card img,
.ls-difference__card img {
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ls-audience__card:hover img,
.ls-why-rar__card:hover img,
.ls-difference__card:hover img {
    transform: scale(1.12);
}

.ls-orbit img,
.ls-flow img,
.ls-options__tree img {
    transition: transform 0.5s ease;
}

.ls-choose__card:hover .ls-orbit img,
.ls-flow:hover img,
.ls-options__tree:hover img {
    transform: scale(1.04);
}

.ls-split-banner__media {
    transition: transform 0.6s ease;
}

.ls-split-banner:hover .ls-split-banner__media {
    transform: scale(1.04);
}

.ls-split-banner {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    color: var(--ls-white);
    background: #0c1f3d;
}

.ls-split-banner__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 80% 1%;
}

.ls-split-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, #0c1f3d 0%, rgba(12, 31, 61, 0.88) 28%, rgba(12, 31, 61, 0.55) 48%, rgba(12, 31, 61, 0.18) 70%, rgba(12, 31, 61, 0) 88%);
}

.ls-split-banner__content {
    position: relative;
    z-index: 2;
    max-width: 680px;
    margin: 0 0 0 var(--ls-gutter);
    padding: 88px 0;
}

.ls-split-banner h2 {
    color: var(--ls-white);
}

.ls-split-banner p {
    max-width: 620px;
    margin: 0 0 32px;
    font-size: 16px;
    line-height: 1.48;
}

.ls-why-rar__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.ls-why-rar__card {
    align-items: flex-start;
    text-align: left;
    background: var(--ls-bg);
    padding: 32px 24px;
}

.ls-choice__grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 64px;
    align-items: start;
}

.ls-flow {
    width: 100%;
}

.ls-flow img {
    width: 100%;
    height: auto;
}

.ls-checks {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.ls-checks li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    transition: color 0.25s ease;
}

.ls-checks li:hover {
    color: var(--ls-green);
}

.ls-checks img {
    display: block;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ls-checks li:hover img {
    transform: scale(1.12);
}

.ls-js .ls-checks li {
    opacity: 0;
}

.ls-js .ls-checks.is-in li {
    animation: ls-fade-rise 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.ls-js .ls-checks.is-in li:nth-child(1) { animation-delay: 0ms; }
.ls-js .ls-checks.is-in li:nth-child(2) { animation-delay: 80ms; }
.ls-js .ls-checks.is-in li:nth-child(3) { animation-delay: 160ms; }
.ls-js .ls-checks.is-in li:nth-child(4) { animation-delay: 240ms; }
.ls-js .ls-checks.is-in li:nth-child(5) { animation-delay: 320ms; }

.ls-js .ls-checks.is-in li.is-done {
    opacity: 1;
    animation: none;
}

.ls-choice__note {
    padding: 24px;
    background: var(--ls-blue);
    color: var(--ls-white);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ls-choice__note:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 33, 59, 0.16);
}

.ls-choice__note h3 {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
}

.ls-choice__note p {
    margin: 0;
    font-size: 14px;
    line-height: 1.48;
}

.ls-options__grid,
.ls-difference__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.ls-difference__copy {
    grid-column: 1;
    grid-row: 1;
}

.ls-difference__grid {
    align-items: start;
    column-gap: 64px;
    row-gap: 28px;
}

.ls-difference__cta {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
}

.ls-difference__cards {
    grid-column: 2;
    grid-row: 1 / span 2;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ls-options__tree {
    width: 100%;
}

.ls-options__tree img {
    width: 100%;
    height: auto;
}

.ls-difference__card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 24px;
    background: var(--ls-white);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ls-difference__card h3 {
    margin: 0 0 6px;
}

.ls-cta--rar {
    height: 520px;
}

.ls-cta--rar::after {
    background: linear-gradient(
        180deg,
        rgba(0, 33, 59, 0) 18%,
        rgba(0, 33, 59, 0.55) 42%,
        rgba(0, 33, 59, 0.92) 72%,
        #00213b 100%
    );
}

.ls-cta--rar .ls-cta__content {
    bottom: 36px;
    gap: 20px;
}

.ls-cta--rar p {
    white-space: normal;
}

.ls-cta--rar h2 {
    max-width: 760px;
    text-align: center;
}

@media (min-width: 1600px) {
    .ls-hero__content,
    .ls-banner__content,
    .ls-split-banner__content {
        margin-left: calc((100% - 1600px) / 2 + var(--ls-gutter));
    }
}

@media (max-width: 1279px) {
    :root {
        --ls-gutter: 40px;
        --ls-pad: 80px;
        --ls-reviews-cols: 2;
    }

    .ls-section__intro h2,
    .ls-coverage h2,
    .ls-solutions__intro h2,
    .ls-insights__intro h2,
    .ls-banner__content h2,
    .ls-cta h2,
    .ls-partners h2,
    .ls-choose__copy h2,
    .ls-options__copy h2,
    .ls-difference__copy h2,
    .ls-split-banner h2 {
        font-size: clamp(32px, 4.5vw, 58px);
        letter-spacing: -0.4px;
    }

    .ls-choose {
        margin-top: -80px;
    }

    .ls-choose__card,
    .ls-choice__grid,
    .ls-options__grid,
    .ls-difference__grid {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 32px;
    }

    .ls-difference__copy,
    .ls-difference__cards,
    .ls-difference__cta {
        grid-column: auto;
        grid-row: auto;
    }

    .ls-choose__card {
        padding: 32px;
    }

    .ls-orbit {
        max-width: 400px;
    }

    .ls-audience__card {
        width: calc((100% - 24px) / 2);
    }

    .ls-why-rar__grid {
        grid-template-columns: 1fr 1fr;
    }

    .ls-split-banner__content {
        max-width: 560px;
        padding: 64px 0;
    }

    .ls-cta--rar {
        height: 420px;
    }

    .ls-hero {
        height: auto;
        min-height: 640px;
    }

    .ls-hero__content {
        max-width: 640px;
        padding-top: 72px;
        padding-bottom: 160px;
        gap: 28px;
    }

    .ls-hero--rar .ls-hero__content {
        height: auto;
        max-width: 620px;
        padding-top: 64px;
        padding-bottom: 140px;
        justify-content: flex-start;
    }

    .ls-hero--rar .ls-hero__content h1 {
        font-size: clamp(40px, 5vw, 58px);
        letter-spacing: -1.2px;
    }

    .ls-hero__content h1 {
        font-size: clamp(40px, 5vw, 58px);
        letter-spacing: -1.2px;
    }

    .ls-stats {
        height: auto;
        margin-top: -72px;
        padding: 40px 24px;
        flex-wrap: wrap;
    }

    .ls-stats__value {
        font-size: clamp(32px, 4vw, 48px);
    }

    .ls-coverage {
        padding-top: 100px;
    }

    .ls-coverage__grid,
    .ls-solutions__grid,
    .ls-insights__grid {
        flex-direction: column;
        gap: 40px;
    }

    .ls-coverage__list,
    .ls-coverage__map,
    .ls-solutions__intro,
    .ls-solutions__list,
    .ls-insights__intro,
    .ls-insights__cards {
        width: 100%;
    }

    .ls-coverage__map {
        height: auto;
        aspect-ratio: 807 / 474;
    }

    .ls-cards--3,
    .ls-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ls-banner {
        min-height: 0;
    }

    .ls-banner__content {
        max-width: 620px;
        padding: 80px 0;
    }

    .ls-partners__track {
        flex-wrap: wrap;
        justify-content: center;
        overflow: visible;
    }

    .ls-cta {
        height: auto;
        min-height: 480px;
    }

    .ls-cta__content {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        padding: 180px 24px 48px;
    }

    .ls-cta p {
        white-space: normal;
        max-width: 640px;
        padding: 0 16px;
    }

    .ls-footer__columns {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 24px;
    }

    .ls-footer__panel {
        flex-direction: column;
        align-items: flex-start;
    }

    .ls-footer__subscribe-copy {
        width: 100%;
        max-width: 397px;
    }
}

.ls-header__backdrop,
.ls-header__drawer-top,
.ls-header__drawer-phone,
.ls-body img.ls-header__drawer-cta-icon {
    display: none;
}

.ls-body.ls-nav-lock {
    overflow: hidden;
}

@media (max-width: 1279px) {
    .ls-header__logo {
        margin-right: auto;
    }

    .ls-header__quote {
        display: inline-flex;
        padding: 12px 18px;
        font-size: 14px;
    }

    .ls-header__toggle {
        display: flex;
        position: relative;
        z-index: 80;
    }

    .ls-header.is-open .ls-header__toggle {
        opacity: 0;
        pointer-events: none;
    }

    .ls-header__inner {
        gap: 12px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .ls-header__logo img {
        width: 150px;
        height: auto;
    }

    .ls-header__backdrop {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 60;
        background: rgba(0, 33, 59, 0.55);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.28s ease, visibility 0.28s ease;
        backdrop-filter: blur(2px);
    }

    .ls-header.is-open .ls-header__backdrop {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .ls-header__menu {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 70;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        width: min(400px, 92vw);
        padding: 0;
        background: var(--ls-white);
        box-shadow: -24px 0 48px rgba(0, 33, 59, 0.18);
        transform: translateX(110%);
        transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
        overflow: hidden;
    }

    .ls-header.is-open .ls-header__menu {
        transform: translateX(0);
    }

    .ls-header__drawer-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-shrink: 0;
        gap: 16px;
        padding: 18px 20px 16px;
        border-bottom: 1px solid #e8edf3;
    }

    .ls-header__drawer-logo {
        display: flex;
        align-items: center;
        min-width: 0;
    }

    .ls-header__drawer-logo img {
        width: 148px;
        height: auto;
    }

    .ls-header__drawer-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        padding: 0;
        border: 1px solid #e8edf3;
        border-radius: 50%;
        background: var(--ls-bg);
        cursor: pointer;
    }

    .ls-header__drawer-close span {
        position: absolute;
        width: 14px;
        height: 1.5px;
        background: var(--ls-blue);
        border-radius: 2px;
    }

    .ls-header__drawer-close {
        position: relative;
    }

    .ls-header__drawer-close span:first-child {
        transform: rotate(45deg);
    }

    .ls-header__drawer-close span:last-child {
        transform: rotate(-45deg);
    }

    .ls-header__drawer-close:hover,
    .ls-header__drawer-close:focus-visible {
        border-color: var(--ls-blue);
        background: var(--ls-white);
    }

    .ls-header__menu .ls-nav {
        flex: 1;
        overflow-y: auto;
        padding: 12px 16px 8px;
        -webkit-overflow-scrolling: touch;
    }

    .ls-nav__list {
        flex: 1;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
    }

    .ls-nav__item {
        border-bottom: 0;
    }

    .ls-nav__trigger,
    .ls-nav__link {
        width: 100%;
        justify-content: space-between;
        padding: 14px 12px;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.3;
    }

    .ls-nav__trigger:hover,
    .ls-nav__link:hover,
    .ls-nav__trigger:focus-visible,
    .ls-nav__link:focus-visible {
        background: var(--ls-bg);
        color: var(--ls-blue);
    }

    .ls-nav__trigger[aria-expanded="true"] {
        background: #f4f8ef;
        color: var(--ls-green);
    }

    .ls-nav__trigger img.ls-icon-16 {
        width: 28px;
        height: 28px;
        padding: 6px;
        border-radius: 50%;
        background: var(--ls-bg);
        box-sizing: border-box;
    }

    .ls-nav__trigger[aria-expanded="true"] img {
        background: #e6f3d4;
    }

    .ls-nav__dropdown {
        position: static;
        display: block;
        min-width: 0;
        max-height: 0;
        margin: 0 8px;
        padding: 0;
        overflow: hidden;
        opacity: 0;
        background: #f6f8fa;
        border-radius: 10px;
        box-shadow: none;
        transition: max-height 0.28s ease, opacity 0.2s ease, margin 0.28s ease, padding 0.28s ease;
    }

    .ls-nav__dropdown::before {
        display: none;
    }

    .ls-nav__item:hover .ls-nav__dropdown,
    .ls-nav__item:focus-within .ls-nav__dropdown {
        display: block;
        max-height: 0;
        opacity: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        background: #f6f8fa;
        box-shadow: none;
    }

    .ls-nav__trigger[aria-expanded="true"] + .ls-nav__dropdown {
        max-height: 280px;
        margin-top: 4px;
        margin-bottom: 8px;
        padding: 6px;
        opacity: 1;
        background: #f1ffdf;
    }

    .ls-nav__dropdown a {
        position: relative;
        padding: 11px 12px 11px 16px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 400;
        color: var(--ls-gray);
    }

    .ls-nav__dropdown a:hover,
    .ls-nav__dropdown a:focus-visible {
        background: var(--ls-white);
        color: var(--ls-blue);
    }

    .ls-header__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        margin-top: auto;
        padding: 16px 20px 24px;
        border-top: 1px solid #e8edf3;
        background: var(--ls-white);
        box-shadow: 0 -12px 24px rgba(0, 33, 59, 0.04);
    }

    .ls-header__actions .ls-btn.ls-btn--navy {
        width: 100%;
        justify-content: center;
        gap: 8px;
        background: var(--ls-green);
        font-size: 14px;
    }

    .ls-header__actions .ls-btn.ls-btn--navy:hover,
    .ls-header__actions .ls-btn.ls-btn--navy:focus-visible {
        background: #57a001;
        box-shadow: 0 10px 24px rgba(99, 178, 1, 0.28);
    }

    .ls-body img.ls-header__drawer-cta-icon {
        display: block;
        width: 20px;
        height: 20px;
    }

    .ls-header__portal {
        justify-content: center;
        padding: 12px;
        border: 1px solid #e8edf3;
        border-radius: 8px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.04em;
    }

    .ls-header__portal:hover,
    .ls-header__portal:focus-visible {
        border-color: var(--ls-blue);
        color: var(--ls-blue);
        background: var(--ls-bg);
    }

    .ls-header__drawer-phone {
        display: block;
        padding-top: 4px;
        color: var(--ls-gray);
        font-family: var(--ls-font-alt);
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.08em;
        text-align: center;
        text-transform: none;
    }

    .ls-header__drawer-phone:hover,
    .ls-header__drawer-phone:focus-visible {
        color: var(--ls-green);
    }
}

@media (max-width: 767px) {
    :root {
        --ls-gutter: 16px;
        --ls-pad: 48px;
        --ls-reviews-cols: 1;
    }

    .ls-header__inner {
        padding-top: 12px;
        padding-bottom: 12px;
        gap: 8px;
    }

    .ls-header.is-scrolled .ls-header__inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .ls-header__logo img {
        width: 118px;
        height: auto;
    }

    .ls-header__quote {
        padding: 8px 14px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0;
    }

    .ls-header__toggle {
        width: 36px;
        height: 36px;
        padding: 8px 6px;
    }

    .ls-header__menu {
        width: 100%;
        box-shadow: none;
    }

    .ls-hero {
        min-height: 0;
    }

    .ls-choose {
        margin-top: -48px;
    }

    .ls-choose__card,
    .ls-split-banner__content {
        padding: 24px 0;
    }

    .ls-choose__card {
        padding: 24px 16px;
    }

    .ls-orbit {
        max-width: 320px;
    }

    .ls-audience__card {
        width: 100%;
        align-items: center;
        text-align: center;
        padding: 32px 24px;
    }

    .ls-audience__grid {
        gap: 12px;
        justify-content: center;
    }

    .ls-why-rar__grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .ls-why-rar__card {
        padding: 20px 16px 24px;
    }

    .ls-audience__card h3,
    .ls-why-rar__card h3 {
        margin: 12px 0 8px;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
    }

    .ls-audience__card p,
    .ls-why-rar__card p,
    .ls-difference__card p,
    .ls-split-banner p,
    .ls-choose__copy p,
    .ls-options__copy p,
    .ls-difference__copy p {
        font-size: 13px;
    }

    .ls-audience .ls-section__intro h2,
    .ls-why-rar .ls-section__intro h2,
    .ls-choice .ls-section__intro h2 {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .ls-audience .ls-section__intro h2 br,
    .ls-choice .ls-section__intro h2 br,
    .ls-split-banner h2 br {
        display: none;
    }

    .ls-split-banner {
        min-height: 420px;
    }

    .ls-split-banner__media {
        width: 100%;
        object-position: 78% 30%;
    }

    .ls-split-banner::after {
        background: linear-gradient(90deg, #0c1f3d 0%, rgba(12, 31, 61, 0.9) 32%, rgba(12, 31, 61, 0.62) 52%, rgba(12, 31, 61, 0.28) 72%, rgba(12, 31, 61, 0.06) 100%);
    }

    .ls-split-banner__content {
        max-width: 66%;
        margin-left: var(--ls-gutter);
        margin-right: 0;
        padding: 40px 8px 40px 0;
    }

    .ls-split-banner h2 {
        max-width: 268px;
    }

    .ls-split-banner p {
        max-width: 220px;
    }

    .ls-split-banner .ls-hero__actions,
    .ls-hero--rar .ls-hero__actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .ls-split-banner .ls-btn,
    .ls-hero--rar .ls-btn,
    .ls-choose .ls-btn,
    .ls-difference__cta {
        width: auto;
        padding: 12px 16px;
        font-size: 13px;
        font-weight: 700;
        white-space: nowrap;
    }

    .ls-checks li {
        font-size: 13px;
        line-height: 1.48;
    }

    .ls-choice__note h3 {
        font-size: 18px;
    }

    .ls-choice__note p {
        font-size: 13px;
    }

    .ls-cta--rar {
        height: 360px;
    }

    .ls-options__grid,
    .ls-difference__grid,
    .ls-choice__grid {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 0;
    }

    .ls-options__grid {
        flex-direction: column-reverse;
    }

    .ls-difference__copy,
    .ls-difference__cards,
    .ls-difference__cta {
        grid-column: auto;
        grid-row: auto;
    }

    .ls-difference__cta {
        align-self: flex-start;
        width: auto;
    }

    .ls-difference__cards {
        gap: 12px;
    }

    .ls-difference__card {
        flex-direction: column;
        padding: 24px 20px;
    }

    .ls-difference__card h3 {
        margin: 12px 0 8px;
        font-size: 18px;
    }

    .ls-hero__content {
        max-width: 280px;
        padding-top: 40px;
        padding-bottom: 168px;
        gap: 20px;
    }

    .ls-hero--rar .ls-hero__content {
        max-width: 252px;
        height: auto;
        padding-top: 32px;
        padding-bottom: 120px;
        justify-content: flex-start;
        gap: 24px;
    }

    .ls-hero--rar .ls-hero__content > div > p:not(.ls-eyebrow) {
        max-width: 244px;
        font-size: 14px;
    }

    .ls-hero--rar .ls-hero__media img {
        object-position: 78% 18%;
    }

    .ls-hero--rar .ls-hero__media::after {
        background: linear-gradient(90deg, rgba(12, 31, 61, 0.9) 0%, rgba(12, 31, 61, 0.72) 42%, rgba(12, 31, 61, 0.28) 72%, rgba(12, 31, 61, 0.08) 100%);
    }

    .ls-hero--rar .ls-eyebrow {
        margin-bottom: 8px;
        font-family: var(--ls-font-alt);
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1.44px;
        line-height: 1.48;
        text-transform: uppercase;
    }

    .ls-hero--rar .ls-hero__content h1 {
        font-size: 32px;
        letter-spacing: -1.28px;
        margin-bottom: 12px;
    }

    .ls-choose__copy h2 {
        max-width: 280px;
    }

    .ls-hero__content h1 {
        margin-bottom: 0;
        font-size: 32px;
        font-weight: 500;
        letter-spacing: -1.28px;
        line-height: 1.12;
    }

    .ls-hero__content p {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.48;
    }

    .ls-hero__content .ls-btn {
        width: auto;
        padding: 12px 16px;
        font-size: 13px;
        font-weight: 700;
        white-space: nowrap;
    }

    .ls-eyebrow {
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1.44px;
        line-height: 1.48;
    }

    .ls-banner__content p,
    .ls-section__intro p:not(.ls-eyebrow),
    .ls-solutions__intro p:not(.ls-eyebrow),
    .ls-insights__intro p:not(.ls-eyebrow) {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.48;
    }

    .ls-section__intro h2,
    .ls-coverage h2,
    .ls-solutions__intro h2,
    .ls-insights__intro h2,
    .ls-banner__content h2,
    .ls-cta h2,
    .ls-partners h2,
    .ls-choose__copy h2,
    .ls-options__copy h2,
    .ls-difference__copy h2,
    .ls-split-banner h2 {
        font-size: 28px;
        font-weight: 500;
        line-height: 1.12;
        letter-spacing: -0.28px;
    }

    .ls-coverage .ls-section__intro h2 {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .ls-solutions__intro h2 {
        max-width: 220px;
    }

    .ls-section__intro {
        gap: 12px;
        margin-bottom: 32px;
    }

    .ls-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
        width: calc(100% - 32px);
        margin: -96px auto 0;
        padding: 0;
        overflow: hidden;
    }

    .ls-stats__item {
        padding: 16px 8px 14px;
    }

    .ls-stats__item + .ls-stats__item {
        border-left: 0;
    }

    .ls-stats__item:nth-child(odd) {
        border-right: 1px solid var(--ls-grey);
    }

    .ls-stats__item:nth-child(-n+2) {
        border-bottom: 1px solid var(--ls-grey);
    }

    .ls-stats__item:nth-child(-n+2) .ls-stats__value {
        font-size: 32px;
        letter-spacing: -0.32px;
    }

    .ls-stats__value {
        font-size: 28px;
        font-weight: 500;
        letter-spacing: -0.28px;
        line-height: 1.1;
        margin-bottom: 4px;
    }

    .ls-stats__label {
        font-size: 11px;
        font-weight: 400;
        line-height: 1.4;
    }

    .ls-coverage {
        padding-top: 40px;
    }

    .ls-coverage__map {
        order: -1;
        padding: 16px;
    }

    .ls-coverage__list {
        gap: 20px;
    }

    .ls-coverage__list li {
        gap: 12px;
    }

    .ls-coverage__list li > div {
        padding-bottom: 20px;
    }

    .ls-coverage__list h3,
    .ls-card h3,
    .ls-product h3,
    .ls-insight h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 6px;
    }

    .ls-solution h3 {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 6px;
    }

    .ls-coverage__list p,
    .ls-card p,
    .ls-solution p,
    .ls-product p,
    .ls-review p {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.48;
    }

    .ls-coverage__chip,
    .ls-coverage__note {
        font-size: 12px;
        padding: 6px 12px;
    }

    .ls-cards--3,
    .ls-product-grid,
    .ls-insights__cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ls-card,
    .ls-product,
    .ls-review {
        min-height: 0;
    }

    .ls-card {
        padding: 20px;
        gap: 16px;
    }

    .ls-card .ls-icon-50,
    .ls-card__icon {
        width: 40px;
        height: 40px;
    }

    .ls-card__body {
        gap: 16px;
    }

    .ls-solution {
        padding: 16px;
        gap: 16px;
    }

    .ls-solution .ls-icon-40,
    .ls-solution__icon {
        width: 32px;
        height: 32px;
    }

    .ls-solution .ls-text-link {
        margin-top: 8px;
        font-size: 13px;
    }

    .ls-product {
        padding: 20px;
        gap: 16px;
    }

    .ls-product__icon {
        width: 32px;
        height: 32px;
        margin-bottom: 4px;
    }

    .ls-text-link {
        font-size: 13px;
    }

    .ls-section__intro--center p {
        max-width: none;
    }

    .ls-banner {
        min-height: 0;
    }

    .ls-banner__content {
        max-width: 320px;
        padding: 48px 0 56px;
    }

    .ls-banner__content .ls-btn,
    .ls-cta .ls-btn {
        width: auto;
        padding: 12px 16px;
        font-size: 13px;
        white-space: nowrap;
    }

    .ls-partners {
        padding: 40px 0;
    }

    .ls-partners h2 {
        margin-bottom: 24px;
    }

    .ls-partners__track {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .ls-partners__track::-webkit-scrollbar {
        display: none;
    }

    .ls-partners__logo {
        flex: 0 0 112px;
        width: 112px;
        height: 56px;
        min-width: 112px;
        padding: 8px 10px;
        overflow: hidden;
    }

    .ls-partners__logo img {
        height: auto;
        max-height: 28px;
        max-width: 92px;
    }

    .ls-review {
        flex: 0 0 calc(100cqw - 48px);
        width: calc(100cqw - 48px);
        padding: 20px;
    }

    .ls-reviews__nav {
        gap: 16px;
        margin-top: 24px;
    }

    .ls-arrow {
        width: 44px;
        height: 44px;
        padding: 12px;
    }

    .ls-review__person strong {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.2;
    }

    .ls-review__person span {
        white-space: normal;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.48;
    }

    .ls-insights__intro {
        display: contents;
        text-align: center;
    }

    .ls-insights__intro h2,
    .ls-insights__intro p {
        width: 100%;
        text-align: center;
    }

    .ls-insights__cards {
        order: 1;
        width: 100%;
    }

    .ls-insights__intro .ls-btn {
        order: 2;
        align-self: center;
        margin: 24px auto 0;
        padding: 12px 16px;
        font-size: 13px;
        white-space: nowrap;
    }

    .ls-insight h3 {
        max-width: none;
    }

    .ls-insight__image {
        height: 200px;
    }

    .ls-cta {
        height: 520px;
        min-height: 0;
    }

    .ls-cta.ls-cta--rar {
        height: 380px;
    }

    .ls-cta--rar .ls-cta__media {
        object-position: center 78%;
    }

    .ls-cta__media {
        top: 0;
        height: 100%;
        object-position: center 70%;
    }

    .ls-cta__content {
        position: absolute;
        left: 50%;
        bottom: 36px;
        transform: translateX(-50%);
        padding: 0 16px;
        gap: 20px;
    }

    .ls-cta p {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.48;
        letter-spacing: -0.26px;
        white-space: normal;
        max-width: 320px;
        padding: 0;
        color: #eee;
    }

    .ls-cta p strong {
        font-weight: 500;
    }

    .ls-cta::before {
        left: 0;
        width: 100%;
        top: -48px;
        height: 96px;
    }

    .ls-footer__columns {
        grid-template-columns: 1fr 1fr;
        gap: 28px 24px;
        padding-top: 24px;
    }

    .ls-footer__col:nth-child(n+3) {
        grid-column: 1 / -1;
    }

    .ls-footer__col h2 {
        margin-bottom: 12px;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
    }

    .ls-footer__col li,
    .ls-footer__col a {
        font-size: 13px;
    }

    .ls-footer__panel {
        flex-direction: column;
        align-items: stretch;
        padding: 24px 16px;
        margin-top: 24px;
        text-align: center;
    }

    .ls-footer__subscribe {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        width: 100%;
    }

    .ls-footer__subscribe-copy {
        width: 100%;
        max-width: none;
    }

    .ls-footer__subscribe-copy h2 {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
    }

    .ls-footer__subscribe-copy p {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.48;
    }

    .ls-subscribe {
        flex-direction: row;
        width: 100%;
        max-width: 361px;
        margin: 0 auto;
    }

    .ls-subscribe input {
        min-width: 0;
        padding: 12px 10px;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.48;
    }

    .ls-subscribe .ls-btn {
        flex: 0 0 auto;
        padding: 12px 12px;
        font-size: 13px;
        font-weight: 700;
        gap: 4px;
        white-space: nowrap;
    }

    .ls-subscribe .ls-icon-24 {
        width: 18px;
        height: 18px;
    }

    .ls-footer__social {
        width: 100%;
        margin-top: 24px;
    }

    .ls-footer__social p {
        margin-bottom: 16px;
        font-size: 14px;
    }

    .ls-footer__social-links {
        justify-content: center;
    }

    .ls-footer__legal {
        flex-direction: column-reverse;
        align-items: center;
        gap: 8px;
        margin-top: 24px;
        padding-top: 16px;
        text-align: center;
        font-size: 12px;
    }

    .ls-footer__legal-links {
        justify-content: center;
        flex-wrap: nowrap;
        gap: 8px 12px;
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .ls-hero__media img,
    .ls-js .ls-reveal,
    .ls-js .ls-coverage__list.is-in li .ls-coverage__icon,
    .ls-nav__item:hover .ls-nav__dropdown,
    .ls-nav__item:focus-within .ls-nav__dropdown,
    .ls-nav__trigger[aria-expanded="true"] + .ls-nav__dropdown {
        animation: none;
    }

    .ls-js .ls-reveal,
    .ls-js .ls-coverage__list li,
    .ls-js .ls-checks li {
        opacity: 1;
        animation: none;
        transform: none;
    }

    .ls-header__menu,
    .ls-header__backdrop {
        transition: none;
    }

    .ls-btn:hover,
    .ls-btn:focus-visible,
    .ls-card:hover,
    .ls-solution:hover,
    .ls-insight:hover .ls-insight__image,
    .ls-insight:hover .ls-insight__image img,
    .ls-product:hover,
    .ls-partners__logo:hover,
    .ls-coverage__list li:hover .ls-coverage__icon,
    .ls-audience__card:hover,
    .ls-why-rar__card:hover,
    .ls-difference__card:hover,
    .ls-choose__card:hover,
    .ls-choose__card:hover .ls-orbit img,
    .ls-audience__card:hover img,
    .ls-why-rar__card:hover img,
    .ls-difference__card:hover img,
    .ls-flow:hover img,
    .ls-options__tree:hover img,
    .ls-split-banner:hover .ls-split-banner__media,
    .ls-choice__note:hover,
    .ls-checks li:hover img,
    .ls-arrow:hover,
    .ls-arrow:focus-visible {
        transform: none;
    }
}
