.app-landing-page .padding-s {
    padding: 0;
}

.app-landing {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 15px 60px;
}

.app-header {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.app-header__logo img {
    max-height: 52px;
    width: auto;
}

.app-header__actions {
    padding-top: 10px;
}

.app-lang-switch {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.app-lang-sep {
    margin: 0 6px;
    color: #999;
}

.app-header__cabinet {
    vertical-align: middle;
}

.app-hero {
    position: relative;
    padding: 24px 20px;
    margin-bottom: 8px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #faf8f6;
    background-image: none;
}

.app-hero::before {
    display: none;
}

.app-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 100%;
}

.app-badge {
    display: inline-block;
    background: #f05616;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 18px;
    letter-spacing: 0.02em;
}

.app-hero__title {
    font-size: 32px !important;
    line-height: 1.25;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}

.app-hero__text {
    font-size: 12px;
    line-height: 1.2;
    color: #555;
    text-indent: 0px !important;
    margin-bottom: 28px !important;
}

.app-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.app-store-badge {
    display: inline-block;
    line-height: 0;
    text-decoration: none !important;
    transition: transform 0.15s ease, opacity 0.15s ease;
}

.app-store-badge:hover {
    transform: translateY(-2px);
    opacity: 0.92;
    text-decoration: none;
}

.app-store-badge img {
    display: block;
    width: auto;
    height: 54px;
    max-width: 100%;
}

.app-section-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 30px;
}

.app-features {
    padding: 28px 0 32px;
    border-top: 1px solid #eee;
}

.app-features .app-section-title {
    font-size: 22px;
    margin-bottom: 18px;
}

.app-features .row {
    margin-left: -8px;
    margin-right: -8px;
}

.app-features .row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

.app-feature-card {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 12px;
    height: auto;
    min-height: 0;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.app-feature-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #f05616;
    background: rgba(240, 86, 22, 0.08);
    border-radius: 8px;
    margin-bottom: 0;
}

.app-feature-card__body {
    flex: 1;
    min-width: 0;
}

.app-feature-card h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #1a1a2e;
    line-height: 1.3;
}

.app-feature-card p {
    font-size: 13px;
    line-height: 1.45;
    color: #666;
    margin: 0 !important;
    text-indent: 0px !important;
}

.app-qr {
    padding: 50px 0;
    border-top: 1px solid #eee;
    text-align: center;
}

.app-qr-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    display: inline-block;
    min-width: 240px;
}

.app-qr-label {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 16px;
    color: #1a1a2e;
}

.app-qr-code {
    display: inline-block;
}

.app-qr-code img {
    margin: 0 auto;
}

.app-trust {
    padding: 32px 0 36px;
    border-top: 1px solid #eee;
}

.app-trust__title {
    font-size: 22px;
    margin-bottom: 22px;
}

.app-timeline {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 520px;
}

.app-timeline__item {
    display: grid;
    grid-template-columns: 52px 28px 1fr;
    align-items: start;
    column-gap: 12px;
    padding-bottom: 18px;
}

.app-timeline__item:last-child {
    padding-bottom: 0;
}

.app-timeline__year {
    font-weight: 700;
    color: #f05616;
    font-size: 14px;
    line-height: 1.4;
    text-align: right;
    padding-top: 1px;
}

.app-timeline__track {
    position: relative;
    display: flex;
    justify-content: center;
    min-height: 100%;
}

.app-timeline__track::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 12px;
    bottom: -18px;
    width: 2px;
    transform: translateX(-50%);
    background: rgba(240, 86, 22, 0.28);
}

.app-timeline__item:last-child .app-timeline__track::after {
    display: none;
}

.app-timeline__dot {
    position: relative;
    z-index: 1;
    width: 10px;
    height: 10px;
    margin-top: 4px;
    border-radius: 50%;
    background: #f05616;
    box-shadow: 0 0 0 3px #fff;
}

.app-timeline__text {
    font-size: 14px;
    line-height: 1.45;
    color: #444;
    padding-top: 1px;
}

@media (max-width: 480px) {
    .app-timeline {
        max-width: 100%;
    }

    .app-timeline__item {
        grid-template-columns: 44px 22px 1fr;
        column-gap: 8px;
        padding-bottom: 14px;
    }

    .app-timeline__year {
        font-size: 13px;
    }

    .app-timeline__text {
        font-size: 13px;
    }
}

.app-final-cta {
    padding: 50px 0 20px;
    border-top: 1px solid #eee;
    text-align: center;
}

.app-final-cta .app-cta-buttons {
    justify-content: center;
}

@media (max-width: 991px) {
    .app-hero__title {
        font-size: 24px;
    }

    .app-cta-buttons {
        flex-direction: column;
    }

    .app-store-badge {
        display: block;
        text-align: center;
    }

    .app-store-badge img {
        height: 50px;
        margin: 0 auto;
    }

    .app-header__actions {
        text-align: right;
    }

    .app-header__cabinet {
        display: none;
    }
}

@media (min-width: 992px) {
    .app-hero {
        --hero-bg-height: 380px;
        min-height: var(--hero-bg-height);
        padding: 36px 32px;
        background-image: url('/templates/blog/images/app/header_app.png');
        background-repeat: no-repeat;
        background-position: right center;
        background-size: auto var(--hero-bg-height);
        display: flex;
        align-items: center;
    }

    .app-hero::before {
        display: block;
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.98) 0%,
            rgba(255, 255, 255, 0.94) 40%,
            rgba(255, 255, 255, 0.65) 52%,
            rgba(255, 255, 255, 0.15) 68%,
            transparent 80%
        );
        pointer-events: none;
    }

    .app-hero__inner {
        max-width: 50%;
    }

    .app-hero__title {
        font-size: 38px;
    }
}
