.coc-vin-result-wrap {
    max-width: 1440px;
    margin: 44px auto;
    padding: 0 24px;
}

.coc-vin-loading {
    padding: 22px 24px;
    border: 1px solid #E8E8EE;
    border-radius: 16px;
    background: #fff;
    color: #222;
    font-weight: 700;
}

.coc-vin-technical-hidden {
    display: none !important;
}

.coc-vin-result-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 36px;
    align-items: center;
    border: 1px solid #E8E8EE;
    border-radius: 22px;
    background: #fff;
    padding: 48px;
    box-shadow: 0 20px 60px rgba(34, 34, 34, .06);
    color: #222;
}

.coc-vin-kicker {
    margin-bottom: 8px;
    color: #222;
    font-size: 32px;
    line-height: 1;
    font-weight: 800;
}

.coc-vin-result-main h2 {
    margin: 0 0 22px;
    color: #050505;
    font-family: inherit;
    font-size: 34px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: 0;
}

.coc-vin-trust {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 42px;
    font-size: 17px;
}

.coc-vin-trust span {
    color: #050505;
    text-decoration: underline;
}

.coc-vin-trust em {
    color: #050505;
    font-style: normal;
    font-weight: 700;
}

.coc-vin-number {
    margin-bottom: 34px;
}

.coc-vin-number span,
.coc-vin-fact span {
    display: block;
    margin-bottom: 6px;
    color: #050505;
    font-size: 15px;
    font-weight: 800;
}

.coc-vin-number strong {
    color: #050505;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
}

.coc-vin-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    gap: 16px;
    max-width: 780px;
}

.coc-vin-fact {
    min-height: 86px;
    padding: 18px;
    border-radius: 12px;
    background: #F8F8FA;
}

.coc-vin-fact strong {
    display: block;
    color: #050505;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 500;
}

.coc-vin-note {
    max-width: 780px;
    margin: 34px 0 0;
    color: #050505;
    font-size: 16px;
    line-height: 1.45;
}

.coc-vin-product {
    border: 1px solid #E8E8EE;
    border-radius: 16px;
    background: #fff;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(34, 34, 34, .06);
}

.coc-vin-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 170px;
    margin-bottom: 22px;
}

.coc-vin-product-image img {
    width: auto;
    max-width: 170px;
    max-height: 170px;
    object-fit: contain;
}

.coc-vin-product h3 {
    margin: 0 0 10px;
    color: #050505;
    font-size: 22px;
    line-height: 1.18;
    font-weight: 800;
}

.coc-vin-delivery {
    margin: 0 0 16px;
    color: #222;
    font-size: 15px;
    font-weight: 700;
}

.coc-vin-price {
    margin: 0 0 24px;
    color: #050505;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 900;
}

.coc-vin-price del {
    display: block;
    margin-top: 8px;
    color: #777;
    font-size: 17px;
    font-weight: 600;
}

.coc-vin-actions {
    display: grid;
    grid-template-columns: 128px 1fr;
    gap: 16px;
}

.coc-vin-qty {
    display: grid;
    grid-template-columns: 36px 1fr 36px;
    align-items: center;
    border-radius: 8px;
    background: #F8F8FA;
    padding: 8px;
}

.coc-vin-qty button,
.coc-vin-qty input {
    width: 100%;
    height: 42px;
    border: 0;
    border-radius: 6px;
    background: #fff;
    color: #050505;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.coc-vin-qty input {
    background: transparent;
    font-weight: 500;
    appearance: textfield;
}

.coc-vin-qty input::-webkit-inner-spin-button,
.coc-vin-qty input::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

.coc-vin-add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border: 0;
    border-radius: 8px;
    background: #55D400;
    color: #fff !important;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease;
}

.coc-vin-add:hover,
.coc-vin-add:focus {
    background: #49bd00;
    transform: translateY(-1px);
}

.coc-vin-add.is-loading {
    opacity: .75;
    cursor: wait;
}

.coc-vin-status {
    margin-top: 14px;
    min-height: 22px;
    color: #222;
    font-size: 14px;
    font-weight: 700;
}

.coc-vin-status a {
    color: #8E4EEA;
    text-decoration: underline;
}

.coc-vin-contact p {
    margin: 0 0 24px;
    color: #555;
    font-size: 17px;
    line-height: 1.45;
}

@media (max-width: 1180px) {
    .coc-vin-result-card {
        grid-template-columns: 1fr;
        padding: 34px;
    }

    .coc-vin-product {
        max-width: 460px;
    }
}

@media (max-width: 767px) {
    .coc-vin-result-wrap {
        margin: 28px auto;
        padding: 0 16px;
    }

    .coc-vin-result-card {
        gap: 28px;
        border-radius: 18px;
        padding: 28px 20px;
    }

    .coc-vin-kicker {
        font-size: 28px;
    }

    .coc-vin-result-main h2 {
        font-size: 28px;
    }

    .coc-vin-trust {
        flex-wrap: wrap;
        margin-bottom: 38px;
        font-size: 18px;
    }

    .coc-vin-number {
        margin-bottom: 30px;
    }

    .coc-vin-number strong {
        font-size: 24px;
        word-break: break-word;
    }

    .coc-vin-facts {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .coc-vin-fact {
        min-height: 86px;
        padding: 16px;
    }

    .coc-vin-fact strong {
        font-size: 18px;
    }

    .coc-vin-note {
        margin-top: 30px;
        font-size: 17px;
    }

    .coc-vin-product {
        padding: 24px;
    }

    .coc-vin-actions {
        grid-template-columns: 1fr;
    }
}
