/* ============================================================
 * complaint.css
 * Extracted from: complaint.blade.php
 * Scope: Customer Complaint & Feedback Page
 * ============================================================ */

.pb-complaint-section {
    background-color: #f8fafc;
    min-height: 80vh;
    padding: 50px 15px;
    font-family: 'Hind Siliguri', 'Roboto', sans-serif;
}

.pb-complaint-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 0;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

/* বাম পাশের ইনফো প্যানেল */
.pb-complaint-info-panel {
    width: 42%;
    background: #0d5c3a;
    background: linear-gradient(145deg, #0d5c3a 0%, #083e27 100%);
    color: #ffffff;
    padding: 45px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pb-complaint-brand-title {
    font-size: 26px;
    font-weight: 800;
    font-family: 'Hind Siliguri', 'Roboto', sans-serif;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    color: #ffffff;
}

.pb-complaint-brand-tagline {
    font-size: 13.5px;
    color: #e2e8f0;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 30px;
}

.pb-guarantee-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.pb-guarantee-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #f8fafc;
}

.pb-guarantee-list li .feat-icon {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.15);
    color: #fde68a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.pb-complaint-support {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 18px;
    font-size: 12.5px;
    color: #cbd5e1;
}

.pb-complaint-support a {
    color: #fde68a;
    font-weight: 700;
    text-decoration: none;
}

/* ডান পাশের ফর্ম প্যানেল */
.pb-complaint-form-panel {
    width: 58%;
    padding: 45px 40px;
    background: #ffffff;
}

.pb-complaint-form-header {
    margin-bottom: 24px;
}

.pb-complaint-form-header h3 {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
    font-family: 'Hind Siliguri', 'Roboto', sans-serif;
}

.pb-complaint-form-header p {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

.pb-input-group {
    margin-bottom: 16px;
}

.pb-input-group label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 6px;
}

.pb-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.pb-input-icon {
    position: absolute;
    left: 14px;
    color: #0d5c3a;
    font-size: 14px;
    pointer-events: none;
}

.pb-form-input {
    width: 100%;
    height: 44px;
    padding: 10px 14px 10px 40px;
    background: #ffffff;
    border: 0 !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 6px;
    font-size: 13.5px;
    font-weight: 600;
    color: #1e293b;
    transition: all 0.2s ease;
    outline: none;
}

.pb-form-input:focus {
    box-shadow: rgba(13, 92, 58, 0.2) 0 0 0 3px, rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.pb-form-input::placeholder {
    color: #94a3b8;
    font-weight: 500;
    font-size: 13px;
}

textarea.pb-form-input {
    height: auto;
    min-height: 100px;
    padding: 12px 14px 12px 40px;
    resize: vertical;
}

.pb-btn-submit {
    width: 100%;
    height: 46px;
    background: #0d5c3a;
    color: #ffffff;
    border: 0 !important;
    border-radius: 6px;
    font-size: 14.5px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 10px;
}

.pb-btn-submit:hover {
    background: #09472c;
}

.pb-btn-submit:active {
    transform: translateY(1px);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 4px 0px;
}

@media (max-width: 768px) {
    .pb-complaint-card {
        flex-direction: column;
        border-radius: 8px;
    }
    .pb-complaint-info-panel {
        width: 100%;
        padding: 30px 20px;
    }
    .pb-complaint-form-panel {
        width: 100%;
        padding: 30px 20px;
    }
}

/* Anti-Gravity Utilities */
.pb-alert-success {
    border-radius: 6px;
    font-weight: 600;
}
.pb-textarea-icon {
    top: 15px;
}
.pb-file-input {
    height: auto !important;
    padding: 10px 14px !important;
}

/* Form Grid (Bootstrap-free) */
.pb-complaint-section .pb-form-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.pb-complaint-section .pb-form-col {
    flex: 1;
    min-width: 0;
}
@media (max-width: 640px) {
    .pb-complaint-section .pb-form-row {
        flex-direction: column;
        gap: 0;
    }
}
