.opn-home-pro-route {
    position: relative;
    z-index: 20;
    width: min(780px, calc(100% - 48px));
    margin: 18px auto 20px;
    font-family: "Titillium Web", Helvetica, Arial, sans-serif;
}

.opn-home-pro-route__link {
    display: grid;
    min-height: 56px;
    align-items: center;
    grid-template-columns: 38px max-content 1fr max-content;
    gap: 14px;
    padding: 8px 10px 8px 14px;
    border: 1px solid rgba(156, 126, 221, 0.7);
    border-radius: 9px;
    background: rgba(15, 17, 32, 0.8);
    color: #f5f4fa !important;
    box-shadow: 0 12px 34px rgba(4, 6, 18, 0.22);
    text-decoration: none !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.opn-home-pro-route__link:hover,
.opn-home-pro-route__link:focus-visible {
    border-color: rgba(241, 194, 72, 0.9);
    background: rgba(22, 24, 43, 0.94);
    box-shadow: 0 16px 38px rgba(4, 6, 18, 0.32);
    transform: translateY(-1px);
}

.opn-home-pro-route__link:focus-visible {
    outline: 3px solid #efc84a;
    outline-offset: 3px;
}

.opn-home-pro-route__icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    color: #efbd45;
}

.opn-home-pro-route__icon svg {
    width: 100%;
    height: 100%;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.opn-home-pro-route__product {
    color: #efbd45;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.035em;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
}

.opn-home-pro-route__prompt {
    color: #f1eff7;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
}

.opn-home-pro-route__action {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 8px 17px;
    border-radius: 999px;
    background: linear-gradient(115deg, #7055b5, #d94f63);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
    white-space: nowrap;
}

@media (max-width: 980px) {
    .opn-home-pro-route {
        width: min(680px, calc(100% - 36px));
        margin-top: 14px;
    }

    .opn-home-pro-route__link {
        grid-template-columns: 34px max-content 1fr;
    }

    .opn-home-pro-route__prompt {
        text-align: right;
    }

    .opn-home-pro-route__action {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .opn-home-pro-route {
        width: calc(100% - 28px);
        margin: 12px auto 18px;
    }

    .opn-home-pro-route__link {
        min-height: 0;
        grid-template-columns: 32px 1fr;
        gap: 7px 11px;
        padding: 12px;
        border-radius: 12px;
    }

    .opn-home-pro-route__icon {
        width: 30px;
        height: 30px;
        grid-row: 1 / 3;
    }

    .opn-home-pro-route__product {
        font-size: 13px;
    }

    .opn-home-pro-route__prompt {
        font-size: 15px;
        text-align: left;
    }

    .opn-home-pro-route__action {
        min-height: 40px;
        margin-top: 5px;
        grid-column: 1 / -1;
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .opn-home-pro-route__link {
        transition: none;
    }
}
