.feedback-container {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}

/* сетка товара + форма */
.product-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    align-items: stretch;
}

/* галерея / визуальная часть */
.product-gallery {
    flex: 1.2;
    background: white;
    border-radius: 2rem;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.2s;
    padding: 1.5rem 1.8rem 2rem 1.8rem;
}

.badge-stock {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff0e0;
    padding: 0.4rem 1rem;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #c25a00;
    margin-bottom: 1.5rem;
    letter-spacing: -0.2px;
}

.badge-stock i {
    font-size: 0.9rem;
}

.robot-icon-large {
    text-align: center;
    margin: 1rem 0;
}

.robot-icon-large i {
    font-size: 12rem;
    color: #2c7a7b;
    filter: drop-shadow(0 8px 20px rgba(44,122,123,0.2));
}

h1 {
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0.5rem 0 0.75rem;
    background: linear-gradient(135deg, #1a4b5c, #0f6b6f);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.price-tag {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1e5f6b;
    margin: 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.old-price {
    font-size: 1.1rem;
    color: #8f9ea8;
    text-decoration: line-through;
    font-weight: 400;
}

.spec-list {
    margin: 1.5rem 0;
    border-top: 1px solid #e2edf2;
    padding-top: 1.2rem;
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
}

.spec-item i {
    width: 1.6rem;
    color: #2c7a7b;
}

/* карточка уведомления */
.notify-card {
    flex: 1;
    background: white;
    border-radius: 2rem;
    box-shadow: 0 25px 40px -12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.notify-header {
    background: #1f4e5a;
    padding: 1.8rem 2rem;
    color: white;
}

.notify-header h2 {
    font-weight: 700;
    font-size: 1.7rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.notify-header p {
    opacity: 0.85;
    margin-top: 0.5rem;
    font-size: 0.95rem;
}

.notify-body {
    padding: 2rem;
    flex: 1;
}

.info-message {
    background: #fef7e0;
    border-radius: 1.2rem;
    padding: 1rem 1.3rem;
    margin-bottom: 1.8rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    border-left: 4px solid #f4b942;
    font-size: 0.9rem;
    font-weight: 500;
    color: #8a6300;
}

.info-message i {
    font-size: 1.4rem;
}

.input-group {
    margin-bottom: 1.4rem;
}

label {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: #1f4e5a;
}

label i {
    color: #2c7a7b;
}

input {
    width: 100%;
    padding: 0.9rem 1rem;
    border: 1.5px solid #dde6ec;
    border-radius: 1rem;
    font-family: inherit;
    font-size: 1rem;
    transition: all 0.2s;
    background: #fff;
}

input:focus {
    outline: none;
    border-color: #2c7a7b;
    box-shadow: 0 0 0 3px rgba(44,122,123,0.2);
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin: 1.5rem 0 2rem;
}

.checkbox-group input {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.checkbox-group label {
    font-weight: 500;
    font-size: 0.9rem;
    color: #2a5a68;
}

.btn-notify {
    background: #e67e22;
    color: white;
    border: none;
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 2rem;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    box-shadow: 0 8px 18px rgba(230,126,34,0.3);
}

.btn-notify:hover {
    background: #cf711f;
    transform: translateY(-2px);
}

.toast-msg {
    margin-top: 1rem;
    text-align: center;
    font-size: 0.85rem;
    padding: 0.7rem;
    border-radius: 2rem;
    background: #ecfdf5;
    color: #0b5e42;
    display: none;
}

.toast-msg.error {
    background: #fee2e2;
    color: #b91c1c;
}

.footer-note {
    margin-top: 1.8rem;
    text-align: center;
    font-size: 0.7rem;
    color: #6c8d9c;
    border-top: 1px solid #e2edf2;
    padding-top: 1.5rem;
}

@media (max-width: 780px) {
    body {
        padding: 1rem;
    }
    h1 {
        font-size: 1.8rem;
    }
    .robot-icon-large i {
        font-size: 7rem;
    }
    .notify-header h2 {
        font-size: 1.4rem;
    }
}
