.salon-feedback {
    max-width: 640px;
    margin: 40px auto;
    padding: 0 16px;
    font-family: inherit;
}

.salon-feedback__card {
    background: linear-gradient(160deg, #181818 0%, #0a0a0a 100%);
    border: 1px solid rgba(212, 175, 55, 0.45);
    border-radius: 20px;
    padding: 36px 32px;
    color: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.salon-feedback__brand-line {
    width: 70px;
    height: 2px;
    margin: 0 auto 18px;
    background: linear-gradient(90deg, transparent, #d4af37, transparent);
}

.salon-feedback__title {
    margin: 0 0 10px;
    font-size: 28px;
    text-align: center;
    color: #fff;
}

.salon-feedback__intro {
    margin: 0 0 28px;
    text-align: center;
    color: #b5b5b5;
    line-height: 1.6;
    font-size: 15px;
}

.salon-feedback__label,
.salon-feedback__step-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 16px;
    color: #d4af37;
}

.salon-feedback__step-text {
    text-align: center;
    color: #b5b5b5;
    margin: 0 0 24px;
    line-height: 1.5;
}

.salon-feedback__stars {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 8px;
}

.salon-feedback__star {
    background: none;
    border: none;
    font-size: 42px;
    color: #444;
    cursor: pointer;
    transition: color 0.2s, transform 0.2s;
    padding: 4px;
    line-height: 1;
}

.salon-feedback__star:hover,
.salon-feedback__star.is-hover,
.salon-feedback__star.is-selected {
    color: #d4af37;
    transform: scale(1.08);
}

.salon-feedback__field {
    margin-bottom: 18px;
}

.salon-feedback__field label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.salon-feedback__field input,
.salon-feedback__field textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-family: inherit;
    font-size: 15px;
}

.salon-feedback__field input:focus,
.salon-feedback__field textarea:focus {
    outline: none;
    border-color: #d4af37;
}

.salon-feedback__field--checkbox label {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: none;
    font-size: 14px;
    color: #e8e8e8;
    font-weight: 500;
}

.salon-feedback__field--checkbox input {
    width: auto;
}

.salon-feedback__submit {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #d4af37 0%, #c9a961 100%);
    color: #000;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.salon-feedback__submit:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(212, 175, 55, 0.3);
}

.salon-feedback__submit:disabled {
    opacity: 0.6;
    cursor: wait;
}

.salon-feedback__thanks {
    text-align: center;
    padding: 20px 0;
}

.salon-feedback__thanks-title {
    font-size: 22px;
    font-weight: 700;
    color: #d4af37;
    margin: 0 0 12px;
}

.salon-feedback__thanks-text {
    color: #b5b5b5;
    line-height: 1.6;
    margin: 0 0 24px;
}

.salon-feedback__google-btn {
    display: inline-block;
    padding: 14px 24px;
    border-radius: 12px;
    background: #fff;
    color: #000 !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.04em;
}

.salon-feedback__google-btn:hover {
    background: #d4af37;
}

.salon-feedback__feedback {
    margin-top: 16px;
    padding: 14px;
    border-radius: 10px;
    font-size: 14px;
}

.salon-feedback__feedback--error {
    background: rgba(198, 40, 40, 0.2);
    border: 1px solid #ef5350;
    color: #ffcdd2;
}

@media (max-width: 600px) {
    .salon-feedback__card {
        padding: 28px 20px;
    }

    .salon-feedback__star {
        font-size: 36px;
    }
}
