.mobile-app-download {
    margin: 24px 0 0;
    padding: 12px 12px 14px;
    border: 1px solid #d8c9a3;
    border-radius: 8px;
    background: rgba(255, 250, 235, 0.55);
    text-align: center;
    font-size: 12px;
}

.mobile-app-download__title {
    margin: 0 0 12px;
    font-weight: bold;
    color: #800000;
    line-height: 1.3;
    font-size: 14px;
}

.mobile-app-cta {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 6px;
    transition: transform 0.1s;
}

.mobile-app-cta:hover { color: inherit; text-decoration: none; }
.mobile-app-cta:active { transform: scale(0.98); }

.mobile-app-cta__platforms {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 12px;
    color: #5C3D2E;
    font-weight: 600;
}

.mobile-app-cta__platform {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.mobile-app-cta__ico {
    width: 14px;
    height: 14px;
    display: block;
    flex-shrink: 0;
}

.mobile-app-cta__sep {
    color: #b9a685;
}

.mobile-app-cta__btn {
    display: inline-block;
    padding: 9px 16px;
    background: #800000;
    color: #fff;
    border-radius: 6px;
    font-size: 13px;
    font-weight: bold;
    box-shadow: 0 3px 10px rgba(128, 0, 0, 0.25);
    transition: background 0.15s;
}

.mobile-app-cta:hover .mobile-app-cta__btn {
    background: #A52020;
}
