body.page-landing-home {
    --lh-heading: #0f172a;
    --lh-text: #4d5268;
    --lh-muted: #73788e;
    --lh-plum: #0243fd;
    --lh-purple: #4d7bff;
    --lh-blue: #0243fd;
    --lh-coal: #1f2334;
    --lh-ghost: #f5f6f9;
    --lh-smoke: #d1d8e5;
    --lh-white: #ffffff;
    --lh-shadow: 0 24px 70px rgba(31, 35, 52, 0.12);
    --lh-card-shadow: 0 20px 46px rgba(31, 35, 52, 0.08);
    --lh-radius: 28px;
    background: #fff;
    color: var(--lh-text);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.page-landing-home .site-shell {
    min-height: 100vh;
    padding: 0;
    background: #fff;
}

body.page-landing-home .landing-home-shell {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.landing-home-page,
.landing-home-page * {
    box-sizing: border-box;
}

.landing-home-page {
    overflow: hidden;
    background: #fff;
    color: var(--lh-text);
}

.landing-home-page img {
    display: block;
    max-width: 100%;
    height: auto;
}

.landing-home-page h1,
.landing-home-page h2,
.landing-home-page h3,
.landing-home-page p {
    margin-top: 0;
}

.landing-home-page a:not(.lh-button) {
    color: inherit;
    text-decoration: none;
}

.landing-home-page a.lh-button {
    text-decoration: none;
}

.lh-container {
    width: min(100% - 32px, 1320px);
    margin: 0 auto;
}

.lh-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50;
    padding: 20px 18px 0;
}

.lh-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: min(100%, 1320px);
    min-height: 72px;
    margin: 0 auto;
    padding: 0 24px;
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 38px rgba(31, 35, 52, 0.09);
    backdrop-filter: blur(18px);
}

.lh-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    color: var(--lh-heading);
    font-size: 1.28rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.lh-logo:hover {
    color: var(--lh-heading);
}

.lh-logo .site-brand-logo {
    display: block;
    width: auto;
    height: 30px;
}

.lh-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 0;
}

.lh-nav a,
.lh-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    color: #2c2f42;
    font-size: 0.94rem;
    font-weight: 700;
    transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.lh-nav a:hover,
.lh-link:hover {
    background: rgba(2, 67, 253, 0.09);
    color: var(--lh-plum);
}

.lh-header__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.lh-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 28px;
    border: 0;
    border-radius: 999px;
    background: var(--lh-blue);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-decoration: none;
    transition: transform 0.18s ease, filter 0.18s ease;
}

.lh-button:hover {
    color: #fff;
    filter: brightness(1.03);
    transform: translateY(-2px);
}

.lh-button--secondary {
    background: #ffffff;
    color: var(--lh-blue);
}

.lh-button--secondary:hover {
    color: var(--lh-blue);
}

.lh-button--sm {
    min-height: 44px;
    padding: 0 20px;
    font-size: 0.94rem;
}

.lh-button--light {
    background: #fff;
    color: var(--lh-heading);
}

.lh-button--light:hover {
    color: var(--lh-heading);
}

.lh-hero {
    position: relative;
    isolation: isolate;
    min-height: 800px;
    padding: 159px 0 30px;
    color: #fff;
}

.lh-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 82% 6%, rgba(255, 255, 255, 0.16), transparent 44%),
        linear-gradient(135deg, #0a1d8c 0%, #0a37d6 48%, #2f63ff 100%);
    clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
}

.lh-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.93fr) minmax(430px, 1.07fr);
    align-items: center;
    gap: clamp(36px, 6vw, 86px);
}

.lh-hero__copy {
    max-width: 680px;
}

.lh-eyebrow {
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    min-height: 32px;
    margin-bottom: 18px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(2, 67, 253, 0.12);
    color: var(--lh-plum);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lh-hero h1 {
    max-width: 740px;
    margin-bottom: 22px;
    color: #ffffff;
    font-size: clamp(2.375rem, 5.2vw, 4.25rem);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.045em;
}

.lh-hero__copy > p {
    max-width: 620px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1.08rem, 1.55vw, 1.28rem);
    font-weight: 400;
    line-height: 1.75;
}

.lh-store-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.lh-store-badges img {
    height: 52px;
    width: auto;
    filter: drop-shadow(0 12px 18px rgba(31, 35, 52, 0.1));
}

.lh-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.lh-hero__visual {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 620px;
}

.lh-hero__visual img {
    position: relative;
    z-index: 2;
    width: min(100%, 660px);
    filter: drop-shadow(0 38px 52px rgba(31, 35, 52, 0.2));
}

.lh-legal-main {
    padding: 148px 0 40px;
    background:
        radial-gradient(circle at 8% 4%, rgba(2, 67, 253, 0.1), transparent 32%),
        linear-gradient(180deg, #f7f9ff 0%, #ffffff 42%);
}

.lh-legal-hero {
    display: grid;
    gap: 14px;
    max-width: 920px;
    margin-bottom: 28px;
}

.lh-legal-hero__copy {
    display: grid;
    gap: 14px;
}

.lh-legal-hero h1 {
    max-width: 820px;
    margin-bottom: 0;
    color: var(--lh-heading);
    font-size: clamp(2.45rem, 6vw, 4.5rem);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -0.06em;
}

.lh-legal-hero p {
    max-width: 760px;
    margin: 0;
    color: var(--lh-text);
    font-size: clamp(1rem, 2vw, 1.16rem);
    line-height: 1.75;
}

.lh-legal-updated {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    padding: 8px 12px;
    border: 1px solid rgba(209, 216, 229, 0.9);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--lh-muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.lh-legal-card {
    display: grid;
    max-width: 920px;
    padding: clamp(22px, 4vw, 38px);
    border: 1px solid rgba(209, 216, 229, 0.86);
    border-radius: var(--lh-radius);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--lh-card-shadow);
}

.lh-legal-section {
    display: grid;
    gap: 10px;
    padding: 24px 0;
    border-top: 1px solid rgba(209, 216, 229, 0.78);
}

.lh-legal-section:first-child {
    padding-top: 0;
    border-top: 0;
}

.lh-legal-section:last-child {
    padding-bottom: 0;
}

.lh-legal-section h2 {
    margin: 0;
    color: var(--lh-heading);
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.03em;
}

.lh-legal-section p,
.lh-legal-section li {
    margin: 0;
    color: #475569;
    font-size: 0.96rem;
    line-height: 1.75;
}

.lh-legal-section ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding-left: 20px;
}

.lh-legal-section a {
    color: var(--lh-blue);
    font-weight: 700;
    text-decoration: none;
}

.lh-legal-section a:hover {
    text-decoration: underline;
}

.lh-legal-section code {
    padding: 2px 6px;
    border-radius: 6px;
    background: rgba(15, 23, 42, 0.06);
    color: var(--lh-heading);
    font-size: 0.9em;
}

.lh-orb {
    position: absolute;
    border-radius: 999px;
    opacity: 0.92;
    filter: blur(1px);
}

.lh-orb--one {
    width: 220px;
    height: 220px;
    top: 8%;
    right: 5%;
    background: linear-gradient(135deg, rgba(2, 67, 253, 0.34), rgba(77, 123, 255, 0.08));
}

.lh-orb--two {
    width: 160px;
    height: 160px;
    left: 0;
    bottom: 8%;
    background: linear-gradient(135deg, rgba(2, 67, 253, 0.2), rgba(77, 123, 255, 0.12));
}

.lh-logo-cloud {
    --lh-logo-item-width: 176px;
    overflow: hidden;
    padding: 78px 0 0;
}

.lh-logo-cloud__title {
    margin: 0 0 28px;
    color: var(--lh-muted);
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.lh-logo-cloud__viewport {
    width: min(100% - 36px, 1180px);
    margin: 0 auto;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}

.lh-logo-cloud__track {
    display: flex;
    align-items: center;
    width: var(--lh-logo-track-width);
    animation: lh-logo-cloud-scroll 34s linear infinite;
    will-change: transform;
}

.lh-logo-cloud__item {
    box-sizing: border-box;
    display: grid;
    place-items: center;
    flex: 0 0 var(--lh-logo-item-width);
    width: var(--lh-logo-item-width);
    padding: 0 22px;
}

.lh-logo-cloud__item img {
    width: auto;
    max-width: 132px;
    max-height: 62px;
    margin: 0 auto;
}

@keyframes lh-logo-cloud-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translate3d(var(--lh-logo-loop-offset), 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .lh-logo-cloud__track {
        animation: none;
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px 0;
        width: auto;
    }

    .lh-logo-cloud__track .lh-logo-cloud__item[aria-hidden="true"] {
        display: none;
    }
}

.lh-section {
    padding: 96px 0;
}

.lh-section-heading {
    width: min(100%, 790px);
    margin: 0 auto 52px;
    text-align: center;
}

.lh-section-heading h2,
.lh-split__copy h2,
.lh-faq__intro h2,
.lh-download h2 {
    margin-bottom: 18px;
    color: var(--lh-heading);
    font-size: clamp(2.3rem, 5vw, 4.5rem);
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: -0.045em;
}

.lh-section-heading p,
.lh-split__copy p,
.lh-faq__intro p,
.lh-download p {
    color: var(--lh-muted);
    font-size: 1.08rem;
    font-weight: 400;
    line-height: 1.75;
}

.lh-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

.lh-feature-card,
.lh-review-card,
.lh-post-card,
.lh-stat-card {
    border: 1px solid rgba(209, 216, 229, 0.72);
    border-radius: var(--lh-radius);
    background: #fff;
    box-shadow: var(--lh-card-shadow);
}

.lh-feature-card {
    display: grid;
    gap: 14px;
    padding: 32px 30px;
}

.lh-feature-card__icon {
    display: inline-grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(2, 67, 253, 0.12), rgba(77, 123, 255, 0.14));
    color: var(--lh-blue);
    font-size: 1.65rem;
}

.lh-feature-note {
    margin-top: 40px;
    text-align: center;
}

.lh-feature-note p {
    display: inline-block;
    margin: 0;
    max-width: 100%;
    padding: 14px 32px;
    border-radius: 18px;
    background: rgba(241, 243, 247, 0.7);
    color: var(--lh-heading);
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.6;
}

.landing-home-page .lh-feature-note a {
    margin-left: 6px;
    color: var(--lh-blue);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.landing-home-page .lh-feature-note a:hover {
    color: var(--lh-plum-dark, #0134c8);
    text-decoration: underline;
}

.lh-feature-card h3,
.lh-stat-card h3,
.lh-steps h3,
.lh-post-card h3 {
    margin-bottom: 8px;
    color: var(--lh-heading);
    font-size: 1.22rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.lh-feature-card p,
.lh-stat-card p,
.lh-steps p,
.lh-post-card p,
.lh-review-card p {
    margin-bottom: 0;
    color: var(--lh-muted);
    font-size: 0.98rem;
    font-weight: 400;
    line-height: 1.68;
}

.lh-split-section {
    padding: 78px 0;
}

.lh-split:has(.lh-accordion) {
    align-items: start;
}

.lh-split {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: clamp(38px, 6vw, 86px);
}

.lh-split--reverse .lh-split__image {
    order: 2;
}

.lh-split--reverse .lh-split__copy {
    order: 1;
}

.lh-split__image {
    position: relative;
}

.lh-split__image::before {
    content: "";
    position: absolute;
    inset: 9% 6% 0%;
    z-index: 0;
    border-radius: 42px;
    background: linear-gradient(135deg, rgba(2, 67, 253, 0.12), rgba(77, 123, 255, 0.11));
}

.lh-split__image img {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    filter: drop-shadow(0 28px 46px rgba(31, 35, 52, 0.14));
}

.lh-split__image--soft::before {
    background: linear-gradient(135deg, rgba(245, 246, 249, 0.98), rgba(2, 67, 253, 0.1));
}

.lh-split__copy {
    max-width: 600px;
}

.lh-split__copy > p + p {
    margin-top: 16px;
}

.lh-split__copy .lh-button {
    margin-top: 30px;
}

.lh-mini-title {
    margin: 28px 0 16px;
    color: var(--lh-heading);
    font-size: 1.32rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.lh-check-list {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.lh-check-list p {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 0;
    color: var(--lh-muted);
    font-size: 1.08rem;
    font-weight: 400;
    line-height: 1.6;
}

.lh-check-list i {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(84, 175, 72, 0.14);
    color: #54af48;
}

.lh-accordion {
    display: grid;
    gap: 4px;
    margin: 24px 0 4px;
}

.lh-accordion details {
    border-bottom: 1px solid rgba(209, 216, 229, 0.8);
}

.lh-accordion summary {
    position: relative;
    padding: 18px 48px 18px 0;
    color: var(--lh-heading);
    font-size: 1.22rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    cursor: pointer;
    list-style: none;
}

.lh-accordion summary::-webkit-details-marker {
    display: none;
}

.lh-accordion summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background-color: var(--lh-ghost);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230243fd' stroke-width='2.6' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px 15px;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.25s ease;
}

.lh-accordion details[open] summary::after {
    transform: translateY(-50%) rotate(45deg);
}

.lh-accordion__panel {
    padding: 0;
}

.lh-accordion__panel p {
    margin: 0;
    padding: 0 48px 18px 0;
    color: var(--lh-muted);
    font-size: 1.08rem;
    font-weight: 400;
    line-height: 1.6;
}

.lh-metrics-section {
    padding: 88px 0;
    background: linear-gradient(180deg, #fff 0%, var(--lh-ghost) 48%, #fff 100%);
}

.lh-metrics {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    align-items: center;
    gap: clamp(34px, 5vw, 72px);
}

.lh-video-card {
    position: relative;
    overflow: hidden;
    border-radius: 38px;
    box-shadow: var(--lh-shadow);
}

.lh-video-card img {
    width: 100%;
}

.lh-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    width: 104px;
    height: 104px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--lh-plum);
    font-size: 4.25rem;
    transform: translate(-50%, -50%);
    box-shadow: 0 18px 42px rgba(31, 35, 52, 0.22);
}

.lh-play i {
    margin-left: 8px;
    line-height: 1;
}

.lh-metrics__grid {
    display: grid;
    gap: 18px;
}

.lh-stat-card {
    padding: 28px;
}

.lh-stat-card strong {
    display: block;
    margin-bottom: 10px;
    color: var(--lh-plum);
    font-size: clamp(2.3rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.065em;
}

.lh-trust-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 26px 0;
    padding: 16px 18px;
    border-radius: 24px;
    background: var(--lh-ghost);
}

.lh-trust-row img {
    width: auto;
    max-height: 52px;
}

.lh-trust-row strong {
    color: var(--lh-heading);
    font-size: 0.98rem;
    line-height: 1.45;
}

.lh-steps {
    display: grid;
    gap: 18px;
}

.lh-steps article {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px;
    padding-top: 18px;
    border-top: 1px solid rgba(209, 216, 229, 0.78);
}

.lh-steps article:first-child {
    border-top: 0;
}

.lh-steps span {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: var(--lh-heading);
    color: #fff;
    font-weight: 800;
}

.lh-reviews-section {
    background:
        radial-gradient(circle at 8% 12%, rgba(2, 67, 253, 0.1), transparent 24%),
        linear-gradient(180deg, #fff 0%, #fafafe 100%);
}

.lh-reviews-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.lh-review-card {
    display: flex;
    flex-direction: column;
    gap: 22px;
    min-height: 310px;
    padding: 28px;
}

.lh-review-card__logo {
    width: auto;
    max-height: 32px;
    align-self: flex-start;
}

.lh-review-card > p {
    flex: 1 1 auto;
    color: var(--lh-coal);
}

.lh-review-card__author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lh-review-card__author img {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    object-fit: cover;
}

.lh-review-card__author strong,
.lh-review-card__author span {
    display: block;
}

.lh-review-card__author strong {
    color: var(--lh-heading);
    font-weight: 800;
    line-height: 1.25;
}

.lh-review-card__author span {
    color: var(--lh-muted);
    font-size: 0.88rem;
    font-weight: 600;
}

.lh-awards {
    margin-top: 54px;
    text-align: center;
}

.lh-awards h3 {
    margin-bottom: 22px;
    color: var(--lh-heading);
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.lh-awards div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}

.lh-awards img {
    max-height: 112px;
}

.lh-bullet-list {
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.lh-bullet-list li {
    position: relative;
    padding-left: 28px;
    color: var(--lh-coal);
    font-weight: 700;
    line-height: 1.6;
}

.lh-bullet-list li::before {
    content: "";
    position: absolute;
    top: 0.68em;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--lh-plum), var(--lh-purple));
}

.lh-blog-section {
    background: #fff;
}

.lh-post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.lh-post-card {
    overflow: hidden;
    padding-bottom: 26px;
}

.lh-post-card__image {
    display: block;
    overflow: hidden;
    aspect-ratio: 1.35 / 1;
    border-radius: 28px 28px 0 0;
}

.lh-post-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.lh-post-card:hover .lh-post-card__image img {
    transform: scale(1.08);
}

.lh-post-card__meta,
.lh-post-card h3,
.lh-post-card p,
.lh-post-card span {
    margin-right: 26px;
    margin-left: 26px;
}

.lh-post-card__meta {
    margin-top: 22px;
    margin-bottom: 10px;
    color: var(--lh-plum);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.lh-post-card h3 a:hover {
    color: var(--lh-plum);
}

.lh-post-card span {
    display: block;
    margin-top: 16px;
    color: var(--lh-muted);
    font-size: 0.9rem;
    font-weight: 700;
}

.lh-faq-section {
    background: var(--lh-ghost);
}

.lh-faq {
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
    align-items: start;
    gap: clamp(34px, 5vw, 72px);
}

.lh-faq__intro {
    position: sticky;
    top: 126px;
}

.lh-faq__intro .lh-button {
    margin-top: 18px;
}

.lh-faq__list {
    display: grid;
    gap: 16px;
}

.lh-faq__list details {
    border: 1px solid rgba(209, 216, 229, 0.84);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(31, 35, 52, 0.06);
}

.lh-faq__list summary {
    position: relative;
    padding: 24px 64px 24px 26px;
    color: var(--lh-heading);
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
}

.lh-faq__list summary::-webkit-details-marker {
    display: none;
}

.lh-faq__list summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background-color: var(--lh-ghost);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230243fd' stroke-width='2.6' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px 15px;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.25s ease;
}

.lh-faq__list details[open] summary::after {
    transform: translateY(-50%) rotate(45deg);
}

.lh-faq__panel p {
    margin: 0;
    padding: 0 26px 24px;
    color: var(--lh-muted);
    font-weight: 400;
    line-height: 1.7;
}

.lh-download {
    margin: 72px 0;
    padding: 0;
}

.lh-download__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.05fr);
    align-items: end;
    gap: clamp(28px, 4vw, 64px);
    padding: 0 clamp(28px, 5vw, 64px);
    border-radius: clamp(22px, 3vw, 36px);
    background: linear-gradient(135deg, #06153f 0%, #0243fd 52%, #4d7bff 100%);
    color: #fff;
}

.lh-download__grid > div:first-child {
    align-self: center;
    padding: 64px 0;
}

.lh-download .lh-eyebrow {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.lh-download h2,
.lh-download p {
    color: #fff;
}

.lh-download p {
    max-width: 560px;
    opacity: 0.82;
}

.lh-download__image {
    align-self: end;
    margin-top: -72px;
}

.lh-download__image img {
    display: block;
    width: min(100%, 380px);
    margin: 0 auto;
    filter: drop-shadow(0 32px 44px rgba(0, 0, 0, 0.2));
}

.lh-rating {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 700;
}

.lh-rating strong {
    color: #fff;
}

.lh-footer {
    padding: 72px 0 34px;
    background: #fff;
}

.lh-footer__grid {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(0, 1.5fr);
    gap: clamp(36px, 6vw, 88px);
}

.lh-footer__brand {
    display: grid;
    gap: 18px;
    justify-items: start;
    align-content: start;
    max-width: 320px;
}

.lh-footer__brand .site-brand-logo {
    display: block;
    width: auto;
    height: 30px;
}

.lh-footer__brand p {
    margin: 0;
    color: var(--lh-muted);
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.6;
}

.lh-footer__cols {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

.lh-footer h3 {
    margin-bottom: 16px;
    color: var(--lh-heading);
    font-size: 0.95rem;
    font-weight: 600;
}

.lh-footer a:not(.lh-logo) {
    display: block;
    width: max-content;
    margin-bottom: 10px;
    color: var(--lh-muted);
    font-size: 0.95rem;
    font-weight: 400;
}

.lh-footer a:not(.lh-logo):hover {
    color: var(--lh-plum);
}

.lh-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 52px;
    padding-top: 24px;
    border-top: 1px solid rgba(209, 216, 229, 0.8);
    color: var(--lh-muted);
    font-size: 0.92rem;
    font-weight: 400;
}

@media (max-width: 1199px) {
    .lh-hero {
        min-height: 700px;
        padding-top: 150px;
    }

    .lh-hero__grid {
        grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
        gap: 42px;
    }

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

@media (max-width: 991px) {
    .lh-header {
        padding-top: 14px;
    }

    .lh-header__inner {
        min-height: 66px;
        padding: 0 14px 0 18px;
    }

    .lh-nav {
        display: none;
    }

    .lh-hero {
        min-height: 0;
        padding: 128px 0 0;
        text-align: center;
        margin-bottom: 88px;
    }

    .lh-legal-main {
        padding-top: 124px;
    }

    .lh-legal-hero {
        margin-bottom: 22px;
    }

    .lh-hero::before {
        clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
    }

    .lh-hero__grid,
    .lh-split,
    .lh-metrics,
    .lh-faq,
    .lh-download__grid {
        grid-template-columns: 1fr;
    }

    .lh-hero__copy,
    .lh-split__copy,
    .lh-download p {
        max-width: none;
    }

    .lh-hero__copy > p {
        margin-right: auto;
        margin-left: auto;
    }

    .lh-hero-actions {
        justify-content: center;
    }

    .lh-hero__visual {
        min-height: 0;
    }

    .lh-hero__visual img {
        width: min(100%, 480px);
    }

    .lh-logo-cloud {
        padding-top: 64px;
    }

    .lh-section,
    .lh-metrics-section {
        padding: 72px 0;
    }

    .lh-split-section {
        padding: 58px 0;
    }

    .lh-split--reverse .lh-split__image,
    .lh-split--reverse .lh-split__copy {
        order: initial;
    }

    .lh-video-card {
        max-width: 760px;
        margin: 0 auto;
    }

    .lh-metrics__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lh-faq__intro {
        position: static;
    }

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

    .lh-download {
        margin-top: 48px;
    }

    .lh-download__grid {
        padding-top: 48px;
    }

    .lh-download__image {
        order: 0;
        align-self: center;
        margin-top: 0;
    }

    .lh-download__grid > div:first-child {
        padding: 0;
    }

    .lh-footer__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .lh-container {
        width: min(100% - 24px, 1320px);
    }

    .lh-button {
        min-height: 48px;
        padding: 0 20px;
        font-size: 0.94rem;
    }

    .lh-button--sm {
        min-height: 42px;
        padding: 0 16px;
        font-size: 0.88rem;
    }

    .lh-header {
        padding-right: 10px;
        padding-left: 10px;
    }

    .lh-logo {
        font-size: 1.12rem;
    }

    .lh-hero {
        padding-top: 116px;
    }

    .lh-hero h1 {
        font-size: clamp(2.375rem, 9vw, 3rem);
        line-height: 1.15;
    }

    .lh-store-badges img {
        height: 48px;
    }

    .lh-logo-cloud__item img {
        max-height: 54px;
    }

    .lh-section-heading {
        margin-bottom: 36px;
    }

    .lh-section-heading h2,
    .lh-split__copy h2,
    .lh-faq__intro h2,
    .lh-download h2 {
        font-size: clamp(2.08rem, 11vw, 2.25rem);
        line-height: 1.12;
    }

    .lh-feature-grid,
    .lh-reviews-grid,
    .lh-post-grid,
    .lh-metrics__grid {
        grid-template-columns: 1fr;
    }

    .lh-feature-card,
    .lh-review-card,
    .lh-stat-card,
    .lh-legal-card {
        padding: 24px;
        border-radius: 24px;
    }

    .lh-legal-main {
        padding-bottom: 28px;
    }

    .lh-play {
        width: 78px;
        height: 78px;
        font-size: 3.1rem;
    }

    .lh-trust-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .lh-steps article {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 12px;
    }

    .lh-steps span {
        width: 40px;
        height: 40px;
        border-radius: 14px;
    }

    .lh-awards img {
        max-height: 92px;
    }

    .lh-download {
        margin-top: 48px;
        padding: 0;
    }

    .lh-footer__grid {
        grid-template-columns: 1fr;
    }

    .lh-footer__cols {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 24px;
    }

    .lh-footer__bottom {
        flex-direction: column;
    }
}

@media (max-width: 420px) {
    .lh-header__inner {
        border-radius: 24px;
    }

    .lh-store-badges {
        align-items: flex-start;
        flex-direction: column;
    }

    .lh-logo-cloud__viewport {
        width: min(100% - 24px, 1180px);
    }

    .lh-faq__list summary {
        padding: 22px 56px 22px 20px;
    }

    .lh-faq__list summary::after {
        right: 18px;
    }

    .lh-faq__panel p {
        padding-right: 20px;
        padding-left: 20px;
    }
}
