﻿.mive-support {
    padding-top: 28px;
    padding-bottom: 100px;
}

.mive-support__card {
    padding: 28px 18px;
    border-radius: 18px;
    background: var(--store-surface);
    text-align: center;
    box-shadow: 0 8px 24px color-mix(in srgb,var(--store-text) 6%,transparent);
}

.mive-support__mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: var(--store-primary-soft);
    color: var(--store-primary);
}

.mive-support__mark svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mive-support__title {
    margin: 0 0 10px;
    font-size: 22px;
}

.mive-support__description {
    margin: 0 auto;
    max-width: 380px;
    color: var(--store-muted);
    font-size: 14px;
    line-height: 2;
}

.mive-support__phone {
    display: inline-block;
    margin: 18px 0 22px;
    color: var(--store-primary);
    font-size: 20px;
    font-weight: bold;
    direction: ltr;
}

.mive-support__actions {
    display: grid;
    gap: 10px;
}

.mive-support__action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 52px;
    padding: 12px 16px;
    border: 1px solid var(--store-primary-soft);
    border-radius: 14px;
    background: var(--store-primary-soft);
    color: var(--store-primary);
    font-size: 15px;
    font-weight: bold;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
}

.mive-support__action--primary {
    border-color: var(--store-primary);
    background: var(--store-button);
    color: var(--store-button-text);
}

.mive-support__action:hover,
.mive-support__action:focus-visible {
    border-color: var(--store-primary);
    background: var(--store-primary-soft);
}

.mive-support__action--primary:hover,
.mive-support__action--primary:focus-visible {
    background: var(--store-button);
    color: var(--store-button-text);
}

.mive-support__action:active {
    transform: translateY(1px);
}

.mive-support__action svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (min-width: 430px) {
    .mive-support__card {
        padding: 34px 28px;
    }
}
