.collection-card {
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.collection-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.offer__item h5 {
    font-size: 1.1rem;
}

.badge {
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}

.bg-soft-primary {
    background: rgba(13, 110, 253, 0.1);
}

.btn-gradient {
    background: linear-gradient(45deg, #4a235a, #f08a41);
    border: none;
    color: #fff;
    transition: all 0.3s ease;
}

.btn-gradient:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.card-catalog {
    border: 1px solid #eee;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.card-catalog:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.instructions-section {
    background: #ffffff;
}

.instructions-header {
    max-width: 820px;
    margin: 0 auto 50px;
    text-align: center;
}

.instructions-header .sub-title {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #777;
}

.instructions-header h2 {
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 600;
    color: #222;
}

.instructions-content {
    max-width: 900px;
    margin: 0 auto;
}

.instruction-item {
    position: relative;
    padding: 0 0 35px 70px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e8e8e8;
}

.instruction-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.instruction-number {
    position: absolute;
    top: 1px;
    left: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    background: #fff;
}

.instruction-item h3 {
    margin-bottom: 14px;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 600;
    color: #262626;
}

.instruction-item p {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.instruction-note {
    margin-top: 18px;
    padding: 15px 18px;
    border-left: 3px solid #b8b8b8;
    background: #f8f8f8;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

.instruction-button {
    margin-top: 10px;
}

.copyright-notice {
    padding: 18px 20px;
    border: 1px solid #e2e2e2;
    background: #fafafa;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

@media only screen and (max-width: 767px) {
    .instructions-header h2 {
        font-size: 25px;
    }

    .instruction-item {
        padding-left: 0;
    }

    .instruction-number {
        position: static;
        margin-bottom: 15px;
    }

    .instruction-item h3 {
        font-size: 19px;
    }
}
.instructions-header {
    max-width: 820px;
    margin: 0 auto 55px;
    text-align: center;
}

.instructions-header .sub-title {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #777;
}

.instructions-header h2 {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 600;
    color: #222;
}

.instructions-language-notice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 760px;
    margin: 0 auto;
    padding: 16px 20px;
    border: 1px solid #e2e5e8;
    border-left: 3px solid #8a969f;
    background: #f8f9fa;
    text-align: left;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

.instructions-language-notice i {
    margin-top: 4px;
    font-size: 16px;
    color: #687681;
}

@media only screen and (max-width: 767px) {
    .instructions-header {
        margin-bottom: 40px;
    }

    .instructions-header h2 {
        font-size: 24px;
    }

    .instructions-language-notice {
        padding: 14px 16px;
        font-size: 14px;
    }
}