.landing-body {
    margin: 0;
    background-color: #ffffff;
    color: #212529;
}
.landing-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    padding: 0.85rem 0;
    background: linear-gradient(
        180deg,
        rgba(236, 242, 255, 0.65) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    border-bottom: none;
}
.landing-header__shell {
    max-width: 1140px;
}
.landing-header__bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 0.75rem 1rem;
    padding: 0.55rem 1rem 0.55rem 1.1rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(203, 213, 225, 0.65);
    border-radius: 999px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06), 0 1px 0 rgba(255, 255, 255, 0.85) inset;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.landing-header__logo {
    display: block;
    width: 128px;
    height: 48px;
    justify-self: start;
    background-image: url("../img/logo.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    text-indent: -9999px;
    overflow: hidden;
    flex-shrink: 0;
    transition: opacity 0.15s ease, transform 0.15s ease;
}
.landing-header__logo:hover {
    opacity: 0.9;
    transform: scale(1.02);
}
.landing-header__actions {
    justify-self: end;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.4rem;
}
.landing-header__actions .btn {
    font-weight: 600;
    font-size: 13px;
    padding-left: 0.95rem;
    padding-right: 0.95rem;
    border-radius: 999px;
}
.landing-header__actions .btn-outline-primary {
    border-color: rgba(13, 110, 253, 0.45);
    background-color: rgba(255, 255, 255, 0.6);
}
.landing-header__actions .btn-outline-primary:hover {
    background-color: rgba(13, 110, 253, 0.08);
}

.landing-header--topbar {
    padding: 0;
    background: #ffffff;
    border-bottom: 1px solid #dfe1e6;
    box-shadow: none;
}
.landing-header--topbar .landing-header__topbar-inner {
    max-width: 1140px;
}
.landing-header--topbar .landing-header__topbar-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.25rem;
    min-height: 64px;
    padding: 0.35rem 0;
}
.landing-header--topbar .landing-header__logo {
    justify-self: auto;
    flex-shrink: 0;
}
.landing-header--topbar .landing-header__logo:hover {
    transform: none;
    opacity: 0.85;
}
.landing-header--topbar .landing-header__topbar-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.65rem 1rem;
    flex-shrink: 0;
}
.landing-header__topbar-login {
    font-size: 1rem;
    font-weight: 500;
    color: #42526e;
    text-decoration: none;
    padding: 0.35rem 0.25rem;
    border-radius: 3px;
}
.landing-header__topbar-login:hover {
    color: #106df6;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}
.landing-header__topbar-signup {
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    line-height: 1.4;
    background-color: #106df6;
    border-color: #106df6;
}
.landing-header__topbar-signup:hover {
    background-color: #106df6;
    border-color: #106df6;
}

#features {
    scroll-margin-top: 6rem;
}
.landing-hero {
    padding: 6rem 0;
    background: linear-gradient(165deg, #ecf2ff 0%, #f5f8ff 45%, #ffffff 100%);
}
.landing-hero__title {
    font-size: clamp(1.65rem, 4vw, 2.35rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.landing-hero__lead {
    font-size: 16px;
    line-height: 1.55;
    color: #495057;
    max-width: 540px;
    margin-bottom: 1.5rem;
}
.landing-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.landing-hero__logo-img {
    max-width: 320px;
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.landing-hero .btn {
    padding: 10px 20px;
    border-radius: 25px;
}
.landing-logos {
    padding: 2rem 0 2.25rem;
    background-color: #ffffff;
    border-top: 1px solid rgba(223, 225, 230, 0.9);
    border-bottom: 1px solid rgba(223, 225, 230, 0.9);
}
.landing-logos__title {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    color: #64748b;
    margin: 0 auto 1.35rem;
    max-width: 36rem;
    line-height: 1.4;
}
.landing-logos__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.25rem 2rem;
}
.landing-logos__item {
    margin: 0;
    flex: 0 0 auto;
}
.landing-logos__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem 0.75rem;
    min-height: 52px;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    text-decoration: none;
    color: #475569;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.landing-logos__link .landing-logos__label {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: #334155;
    white-space: nowrap;
}
.landing-logos__link:hover {
    background-color: rgba(15, 23, 42, 0.04);
    color: #1e293b;
}
.landing-logos__link:hover .landing-logos__label {
    color: #0f172a;
}
.landing-logos__link:focus-visible {
    outline: 2px solid #0c66e4;
    outline-offset: 2px;
}
.landing-logos__img {
    display: block;
    flex-shrink: 0;
    max-height: 48px;
    max-width: min(200px, 42vw);
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: 0.88;
    transition: opacity 0.2s ease, filter 0.2s ease;
    filter: grayscale(12%);
}
.landing-logos__link:hover .landing-logos__img {
    opacity: 1;
    filter: grayscale(0%);
}
.landing-logos__img--memorik {
    max-height: 44px;
    max-width: min(140px, 36vw);
}
@media all and (max-width: 576px) {
    .landing-logos__list {
        gap: 1rem 1.75rem;
    }
    .landing-logos__img {
        max-height: 40px;
    }
    .landing-logos__img--memorik {
        max-height: 38px;
    }
}
.landing-section {
    padding: 3.5rem 0;
}
.landing-features,
.landing-reviews,
.landing-tariffs {
    background-color: #ecf2ff;
}
.landing-tariffs__promo {
    text-align: center;
    font-size: clamp(0.95rem, 2.8vw, 1.15rem);
    font-weight: 600;
    line-height: 1.5;
    color: #106df6;
    max-width: 48rem;
    margin: 0 auto 2rem;
}
.landing-tariff-card {
    height: 100%;
    padding: 1.5rem 1.35rem 1.6rem;
    border-radius: 0.75rem;
    border: 1px solid #d8e3ff;
    background-color: #ffffff;
    box-shadow: 0 4px 18px rgba(30, 64, 175, 0.06);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.landing-tariff-card:hover {
    border-color: #93b4ff;
    box-shadow: 0 10px 28px rgba(13, 110, 253, 0.1);
}
.landing-tariff-card--featured {
    border-color: #86b7fe;
    box-shadow: 0 8px 26px rgba(13, 110, 253, 0.14);
}
.landing-tariff-card__name {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
    color: #0f172a;
}
.landing-tariff-card__price {
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #106df6;
    margin: 0 0 1rem;
}
.landing-tariff-card__period {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    color: #64748b;
}
.landing-tariff-card__lead {
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
    margin: 0 0 0.65rem;
}
.landing-tariff-card__list {
    margin: 0;
    padding: 0 0 0 1.15rem;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: #334155;
}
.landing-tariff-card__list li {
    margin-bottom: 0.4rem;
}
.landing-tariff-card__list li:last-child {
    margin-bottom: 0;
}
.landing-section__title {
    font-size: 1.65rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.landing-section__subtitle {
    font-size: 1rem;
    color: #6c757d;
    max-width: 560px;
    margin-bottom: 2rem;
}
.landing-feature-card {
    padding: 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid #e9ecef;
    background-color: #ffffff;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.landing-feature-card:hover {
    box-shadow: 0 8px 24px rgba(13, 110, 253, 0.08);
    border-color: #c9daff;
}
.landing-feature-card__icon {
    font-size: 1.75rem;
    color: #106df6;
    display: block;
    margin-bottom: 0.85rem;
}
.landing-feature-card__title {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.landing-feature-card__text {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #6c757d;
    margin-bottom: 0;
}
.landing-shots {
    background-color: #ffffff;
}
.landing-shot-card {
    height: 100%;
    border-radius: 0.75rem;
    border: 1px solid #e9ecef;
    background: #ffffff;
    overflow: hidden;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.landing-shot-card:hover {
    border-color: #c9daff;
    box-shadow: 0 10px 28px rgba(13, 110, 253, 0.08);
}
.landing-shot-card__media {
    display: block;
    overflow: hidden;
    background: #f1f5f9;
    border-bottom: 1px solid #e9ecef;
    cursor: pointer;
}
.landing-shot-card__media:focus {
    outline: 2px solid #0c66e4;
    outline-offset: 2px;
}
.landing-shot-card__media:focus:not(:focus-visible) {
    outline: none;
}
.landing-shot-card__media:focus-visible {
    outline: 2px solid #0c66e4;
    outline-offset: 2px;
}
.landing-shot-lightbox .modal-dialog {
    max-width: min(96vw, 1320px);
    width: auto;
    margin: 1rem auto;
}
.landing-shot-lightbox .modal-body {
    min-height: 0;
}
.landing-shot-lightbox__img {
    max-height: calc(100vh - 2rem);
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
.landing-shot-lightbox__close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 1060;
    filter: invert(1);
    opacity: 0.92;
}
.landing-shot-lightbox__close:hover {
    opacity: 1;
}
.landing-shot-lightbox .modal-content {
    position: relative;
}
.landing-shot-card__img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}
.landing-shot-card__body {
    padding: 1.1rem 1.25rem 1.25rem;
}
.landing-shot-card__title {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 0.4rem;
    color: #1e293b;
}
.landing-shot-card__text {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #64748b;
    margin: 0 0 0.65rem;
}
.landing-shot-card__mock {
    font-size: 0.8125rem;
    margin: 0;
}
.landing-shot-card__mock a {
    font-weight: 600;
    color: #0c66e4;
    text-decoration: none;
}
.landing-shot-card__mock a:hover {
    text-decoration: underline;
    text-underline-offset: 0.15em;
}
.landing-shots__slider-wrap {
    position: relative;
    padding: 0.5rem 2.75rem 2.75rem;
}
.landing-shots__slider .slick-slide {
    padding: 0 10px;
    height: auto;
    box-sizing: border-box;
}
.landing-shots__slider .slick-list {
    margin: 0 -10px;
}
.landing-shots__slider .slick-track {
    display: flex;
    align-items: stretch;
}
.landing-shots__slider .slick-slide > div {
    height: 100%;
}
.landing-shots__slider .landing-shot-card {
    height: 100%;
}
.landing-shots__slider .slick-prev,
.landing-shots__slider .slick-next {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.07);
    z-index: 2;
    font-size: 1rem;
    line-height: 1;
}
.landing-shots__slider .slick-prev:hover,
.landing-shots__slider .slick-next:hover,
.landing-shots__slider .slick-prev:focus,
.landing-shots__slider .slick-next:focus {
    background: #f8fafc;
}
.landing-shots__slider .slick-prev:before,
.landing-shots__slider .slick-next:before {
    display: none !important;
}
.landing-shots__slider .slick-prev .bi,
.landing-shots__slider .slick-next .bi {
    font-size: 1rem;
    color: #0c66e4;
}
.landing-shots__slider .slick-prev .bi {
    margin-left: -1px;
}
.landing-shots__slider .slick-next .bi {
    margin-right: -1px;
}
.landing-shots__slider .slick-prev {
    left: 0;
}
.landing-shots__slider .slick-next {
    right: 0;
}
.landing-shots__slider .slick-dots {
    bottom: -2.5rem;
}
.landing-shots__slider .slick-dots li button:before {
    font-size: 10px;
    color: #94a3b8;
    opacity: 1;
}
.landing-shots__slider .slick-dots li.slick-active button:before {
    color: #0c66e4;
}
@media all and (max-width: 575px) {
    .landing-shots__slider-wrap {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }
    .landing-shots__slider .slick-prev,
    .landing-shots__slider .slick-next {
        width: 34px;
        height: 34px;
    }
    .landing-shots__slider .slick-prev .bi,
    .landing-shots__slider .slick-next .bi {
        font-size: 1.2rem;
    }
}
.landing-review {
    margin: 0;
    padding: 1.5rem;
    border-radius: 0.5rem;
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.landing-review__text {
    font-size: 0.975rem;
    line-height: 1.5;
    color: #343a40;
    margin-bottom: 1rem;
}
.landing-review__author {
    font-size: 0.875rem;
    font-weight: 600;
    color: #495057;
}
.landing-article-card {
    padding: 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid #e9ecef;
    background-color: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}
.landing-article-card:hover {
    border-color: #bbd7ff;
    box-shadow: 0 6px 20px rgba(13, 110, 253, 0.07);
}
.landing-article-card__date {
    font-size: 0.8125rem;
    color: #6c757d;
    display: block;
}
.landing-article-card__title {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0.35rem 0 0.65rem;
    line-height: 1.35;
}
.landing-article-card__title a {
    color: #212529;
    text-decoration: none;
}
.landing-article-card__title a:hover {
    color: #106df6;
}
.landing-article-card__excerpt {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #6c757d;
    margin-bottom: 0;
}
.landing-footer {
    padding: 2.5rem 0 1.5rem;
    background-color: #212529;
    color: #adb5bd;
    margin-top: 0;
}
.landing-footer__logo {
    display: block;
    width: 120px;
    height: 48px;
    background-image: url("../img/logo.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    filter: brightness(0) invert(1);
    opacity: 0.9;
    text-indent: -9999px;
    overflow: hidden;
}
.landing-footer__heading {
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #dee2e6;
    margin-bottom: 0.75rem;
}
.landing-footer__links a {
    color: #adb5bd;
    font-size: 0.9375rem;
    text-decoration: none;
    display: inline-block;
    padding: 0.2rem 0;
}
.landing-footer__links a:hover {
    color: #ffffff;
}
.landing-footer__bottom {
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}
.landing-footer--compact {
    padding: 1.25rem 0;
    background-color: #f8f9fa;
    color: #6c757d;
    border-top: 1px solid #e9ecef;
}
.landing-footer--compact .landing-footer__bottom {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.landing-footer--compact .landing-footer__bottom a:hover {
    color: #106df6;
}
.landing-articles-page__title {
    font-size: 1.85rem;
    font-weight: 700;
}
.landing-articles-page__lead {
    max-width: 640px;
}
.landing-article-preview {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.landing-article-preview:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(13, 110, 253, 0.1) !important;
}
.landing-article-preview__title a:hover {
    color: #106df6 !important;
}
.landing-article-detail__inner {
    max-width: 720px;
}
.landing-article-detail__title {
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
}
.landing-article-detail__body {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #343a40;
}
.landing-article-detail__body p,
.landing-article-detail__body li {
    margin-bottom: 1rem;
}
.landing-article-detail__body ul,
.landing-article-detail__body ol {
    padding-left: 1.25rem;
    margin-bottom: 1rem;
}
.landing-article-detail__body h2,
.landing-article-detail__body h3 {
    color: #212529;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}
.landing-article-detail__body h2 {
    font-size: 1.35rem;
}
.landing-article-detail__body h3 {
    font-size: 1.15rem;
}
.landing-blog-teaser .btn {
    padding: 7px 20px;
    border-radius: 25px;
}
.landing-cta-banner {
    background: linear-gradient(180deg, #ffffff 0%, #ecf2ff 55%, #e8efff 100%);
    border-top: 1px solid rgba(223, 225, 230, 0.9);
}
.landing-cta-banner__inner {
    max-width: 38rem;
}
.landing-cta-banner__title {
    font-size: clamp(1.35rem, 3.5vw, 1.8rem);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0.85rem;
    color: #0f172a;
}
.landing-cta-banner__lead {
    font-size: 1.0625rem;
    line-height: 1.55;
    color: #64748b;
    margin-bottom: 1.6rem;
}
.landing-cta-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    justify-content: center;
}
.landing-cta-banner__btn {
    padding: 10px 22px;
    border-radius: 25px;
    font-weight: 600;
}
@media all and (max-width: 576px) {
    .landing-cta-banner__actions {
        flex-direction: column;
        align-items: stretch;
    }
    .landing-cta-banner__btn {
        width: 100%;
        text-align: center;
    }
}
@media all and (max-width: 991px) {
    .landing-header--topbar .landing-header__topbar-row {
        row-gap: 0.5rem;
    }
    .landing-header--topbar .landing-header__logo {
        order: 1;
    }
    .landing-header--topbar .landing-header__topbar-cta {
        order: 2;
        margin-left: auto;
    }
    .landing-header__bar {
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
        row-gap: 0.65rem;
        border-radius: 1.25rem;
        padding: 0.65rem 0.85rem;
    }
    .landing-header__logo {
        grid-column: 1;
        grid-row: 1;
    }
    .landing-header__actions {
        grid-column: 2;
        grid-row: 1;
    }
}

@media all and (max-width: 480px) {
    .landing-header__actions .btn {
        font-size: 12px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .landing-header__topbar-signup {
        font-size: 0.8125rem;
        padding: 0.45rem 0.65rem;
    }
}

@media all and (max-width: 576px) {
    .landing-hero__cta .btn-lg {
        width: 100%;
        justify-content: center;
    }
}

/* Cookie consent (30 дней, см. js/cookie-consent.js) */
html.cookie-consent-ok .cookie-consent {
    display: none !important;
    pointer-events: none;
    visibility: hidden;
}
.cookie-consent {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1080;
    padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0));
    background: rgba(15, 23, 42, 0.96);
    color: #e2e8f0;
    box-shadow: 0 -6px 32px rgba(0, 0, 0, 0.18);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.cookie-consent__panel {
    max-width: 1140px;
    margin: 0 auto;
}
.cookie-consent__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.25rem;
}
.cookie-consent__text-wrap {
    flex: 1 1 280px;
    min-width: 0;
}
.cookie-consent__title {
    font-size: 0.9375rem;
    font-weight: 700;
    margin: 0 0 0.35rem;
    color: #f8fafc;
}
.cookie-consent__text {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #cbd5e1;
    margin: 0;
}
.cookie-consent__link {
    color: #93c5fd;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}
.cookie-consent__link:hover {
    color: #bfdbfe;
}
.cookie-consent__actions {
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}
.cookie-consent .btn.btn-light {
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.45rem 1.1rem;
    border-radius: 4px;
    border: none;
    color: #0f172a;
    background: #f8fafc;
}
.cookie-consent .btn.btn-light:hover {
    background: #ffffff;
    color: #0f172a;
}
.cookie-consent .btn.btn-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.45);
}
@media all and (max-width: 576px) {
    .cookie-consent__actions {
        width: 100%;
        justify-content: stretch;
    }
    .cookie-consent .btn.btn-light {
        width: 100%;
    }
}
