/* =========================================================
   Rosha Club — ثبت شکایت یا رضایت - باشگاه مشتریان روشا
   Page-specific stylesheet extracted from Blade.
   ========================================================= */

.rcf-page,
    .rcf-page * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .rcf-page {
        --rcf-dark: #292927;
        --rcf-dark-soft: #363633;
        --rcf-gold: #c2a05c;
        --rcf-gold-soft: #f5eee0;
        --rcf-ink: #292927;
        --rcf-muted: #74736d;
        --rcf-line: #e7e3da;
        --rcf-soft: #f6f4ef;
        --rcf-success: #228766;
        --rcf-danger: #c64c4c;

        width: 100%;
        padding: 24px 0 52px;
        direction: rtl;
        background: #f4f3ef;
        color: var(--rcf-ink);
        font-family: yj, Tahoma, Arial, sans-serif;
        text-align: right;
    }

    .rcf-page input,
    .rcf-page select,
    .rcf-page textarea,
    .rcf-page button {
        font-family: yj, Tahoma, Arial, sans-serif;
    }

    .rcf-shell {
        width: 100% !important;
        max-width: 1140px !important;
        margin: 0 auto !important;
        padding: 0 18px !important;
        float: none !important;
    }

    .rcf-hero {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 34px 36px 58px;
        overflow: hidden;
        border-radius: 22px;
        background: var(--rcf-dark);
        color: #fff;
        box-shadow: 0 16px 42px rgba(31, 31, 28, .10);
    }

    .rcf-hero:before {
        content: "";
        position: absolute;
        top: -115px;
        left: -85px;
        width: 285px;
        height: 285px;
        border: 44px solid rgba(194, 160, 92, .11);
        border-radius: 50%;
        pointer-events: none;
    }

    .rcf-hero:after {
        content: "";
        position: absolute;
        right: -95px;
        bottom: -150px;
        width: 275px;
        height: 275px;
        border: 38px solid rgba(255, 255, 255, .025);
        border-radius: 50%;
        pointer-events: none;
    }

    .rcf-hero-content {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
    }

    .rcf-hero-copy {
        min-width: 0;
        max-width: 760px;
    }

    .rcf-eyebrow {
        display: flex;
        align-items: center;
        gap: 9px;
        margin: 0 0 9px;
        color: #dabb78;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.8;
    }

    .rcf-eyebrow:before {
        content: "";
        width: 22px;
        height: 2px;
        flex: 0 0 22px;
        border-radius: 4px;
        background: #dabb78;
    }

    .rcf-title {
        margin: 0 0 8px;
        color: #fff;
        font-size: 27px;
        font-weight: 700;
        line-height: 1.75;
    }

    .rcf-subtitle {
        max-width: 720px;
        margin: 0;
        color: #d0cfca;
        font-size: 14px;
        font-weight: 400;
        line-height: 2.05;
    }

    .rcf-hero-icon {
        display: flex;
        flex: 0 0 72px;
        align-items: center;
        justify-content: center;
        width: 72px;
        height: 72px;
        border: 1px solid rgba(218, 187, 120, .32);
        border-radius: 21px;
        background: rgba(255, 255, 255, .055);
        color: #dabb78;
        font-size: 29px;
    }

    .rcf-form-card {
        position: relative;
        z-index: 3;
        width: calc(100% - 42px);
        margin: -34px auto 0;
        padding: 30px;
        border: 1px solid var(--rcf-line);
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 14px 34px rgba(31, 31, 28, .075);
    }

    .rcf-form-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 22px;
        margin: 0 0 24px;
        padding: 0 0 20px;
        border-bottom: 1px solid #eeeae2;
    }

    .rcf-form-head h2 {
        margin: 0 0 5px;
        color: var(--rcf-ink);
        font-size: 18px;
        font-weight: 700;
        line-height: 1.9;
    }

    .rcf-form-head p {
        margin: 0;
        color: var(--rcf-muted);
        font-size: 13px;
        line-height: 2;
    }

    .rcf-form-step {
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        gap: 8px;
        padding: 8px 12px;
        border: 1px solid #eadfc9;
        border-radius: 999px;
        background: #fbf7ef;
        color: #92703b;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.5;
        white-space: nowrap;
    }

    .rcf-alert {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin: 0 0 20px;
        padding: 14px 16px;
        border: 1px solid;
        border-radius: 13px;
        font-size: 13px;
        line-height: 1.9;
    }

    .rcf-alert i {
        margin-top: 4px;
        font-size: 16px;
    }

    .rcf-alert-success {
        border-color: #cde7dd;
        background: #f1faf6;
        color: #23785e;
    }

    .rcf-alert-danger {
        border-color: #efd0d0;
        background: #fff5f5;
        color: #aa4444;
    }

    .rcf-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 19px 18px;
        width: 100%;
    }

    .rcf-field {
        min-width: 0;
        margin: 0;
    }

    .rcf-field-full {
        grid-column: 1 / -1;
    }

    .rcf-label {
        display: block;
        margin: 0 0 8px;
        color: #393936;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.8;
    }

    .rcf-label-note {
        color: #95938c;
        font-size: 12px;
        font-weight: 400;
    }

    .rcf-control {
        display: block;
        width: 100% !important;
        height: 48px;
        margin: 0 !important;
        padding: 10px 13px;
        border: 1px solid #dedad1;
        border-radius: 11px;
        background: #fff;
        color: #33332f;
        font-size: 14px;
        line-height: 1.7;
        box-shadow: none !important;
        outline: none;
        transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
    }

    .rcf-control:hover {
        border-color: #ccc5b8;
    }

    .rcf-control:focus {
        border-color: #b89555;
        background: #fff;
        box-shadow: 0 0 0 3px rgba(184, 149, 85, .11) !important;
    }

    textarea.rcf-control {
        min-height: 138px;
        height: auto;
        padding-top: 13px;
        resize: vertical;
        line-height: 2;
    }

    select.rcf-control {
        cursor: pointer;
    }

    .rcf-ltr {
        direction: ltr;
        text-align: left;
    }

    .rcf-readonly {
        cursor: pointer !important;
        background: #fff !important;
    }

    .rcf-file {
        height: 48px;
        padding: 6px;
        cursor: pointer;
        color: #6e6c66;
    }

    .rcf-file::-webkit-file-upload-button {
        height: 34px;
        margin-left: 10px;
        padding: 0 15px;
        border: 0;
        border-radius: 8px;
        background: var(--rcf-soft);
        color: #45443f;
        font-family: yj, Tahoma, Arial, sans-serif;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
    }

    .rcf-file::file-selector-button {
        height: 34px;
        margin-left: 10px;
        padding: 0 15px;
        border: 0;
        border-radius: 8px;
        background: var(--rcf-soft);
        color: #45443f;
        font-family: yj, Tahoma, Arial, sans-serif;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
    }

    .rcf-error {
        display: block;
        margin: 7px 2px 0;
        color: var(--rcf-danger) !important;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.8;
    }

    .rcf-page .is-invalid {
        border-color: #d56a6a !important;
        background: #fffafa;
    }

    .rcf-choice-group {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 11px;
        max-width: 510px;
    }

    .rcf-choice {
        display: block;
        min-width: 0;
        margin: 0;
        cursor: pointer;
    }

    .rcf-choice input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .rcf-choice-box {
        display: flex;
        align-items: center;
        gap: 11px;
        min-height: 51px;
        padding: 11px 13px;
        border: 1px solid #dfdbd2;
        border-radius: 12px;
        background: #fff;
        color: #4f4e49;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.7;
        transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
    }

    .rcf-choice-box:before {
        content: "";
        width: 17px;
        height: 17px;
        flex: 0 0 17px;
        border: 2px solid #c8c3b9;
        border-radius: 50%;
        background: #fff;
        box-shadow: inset 0 0 0 4px #fff;
        transition: .18s ease;
    }

    .rcf-choice:hover .rcf-choice-box {
        border-color: #c9b78f;
        background: #fcfaf6;
    }

    .rcf-choice input:focus + .rcf-choice-box {
        box-shadow: 0 0 0 3px rgba(184, 149, 85, .11);
    }

    .rcf-choice input:checked + .rcf-choice-box {
        border-color: #b89555;
        background: #fbf7ef;
        color: #5d4825;
    }

    .rcf-choice input:checked + .rcf-choice-box:before {
        border-color: #b89555;
        background: #b89555;
    }

    .rcf-divider {
        grid-column: 1 / -1;
        height: 1px;
        margin: 2px 0;
        background: #eeeae2;
    }

    .rcf-actions {
        grid-column: 1 / -1;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        margin-top: 4px;
        padding-top: 20px;
        border-top: 1px solid #eeeae2;
    }

    .rcf-btn {
        display: inline-flex;
        min-height: 45px;
        align-items: center;
        justify-content: center;
        gap: 9px;
        margin: 0;
        padding: 10px 20px;
        border: 1px solid transparent;
        border-radius: 11px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.7;
        text-decoration: none;
        cursor: pointer;
        outline: none;
        transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
    }

    .rcf-btn:hover,
    .rcf-btn:focus {
        text-decoration: none;
        transform: translateY(-1px);
    }

    .rcf-btn-primary {
        border-color: var(--rcf-dark);
        background: var(--rcf-dark);
        color: #fff;
        box-shadow: 0 8px 18px rgba(41, 41, 39, .14);
    }

    .rcf-btn-primary:hover,
    .rcf-btn-primary:focus {
        background: #1f1f1e;
        color: #fff;
        box-shadow: 0 11px 23px rgba(41, 41, 39, .18);
    }

    .rcf-btn-primary:disabled {
        opacity: .68;
        cursor: wait;
        transform: none;
        box-shadow: none;
    }

    .rcf-btn-secondary {
        border-color: #ddd8cf;
        background: #fff;
        color: #5c5a54;
    }

    .rcf-btn-secondary:hover,
    .rcf-btn-secondary:focus {
        border-color: #c9c2b5;
        background: var(--rcf-soft);
        color: #353531;
    }

    .rcf-help {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        width: calc(100% - 42px);
        margin: 16px auto 0;
        padding: 0 4px;
        color: #77756f;
        font-size: 12px;
        line-height: 2;
    }

    .rcf-help i {
        margin-top: 5px;
        color: var(--rcf-gold);
    }

    .rcf-page .datepicker-plot-area {
        font-family: yj, Tahoma, Arial, sans-serif !important;
        border: 1px solid #dfdbd2 !important;
        border-radius: 14px !important;
        box-shadow: 0 14px 35px rgba(25, 25, 23, .14) !important;
        overflow: hidden;
        z-index: 99999 !important;
    }

    .rcf-page .datepicker-plot-area .btn-next,
    .rcf-page .datepicker-plot-area .btn-prev,
    .rcf-page .datepicker-plot-area .month-item,
    .rcf-page .datepicker-plot-area .year-item {
        font-family: yj, Tahoma, Arial, sans-serif !important;
    }

    @media (max-width: 767px) {
        .rcf-page {
            padding: 15px 0 34px;
        }

        .rcf-shell {
            padding: 0 11px !important;
        }

        .rcf-hero {
            padding: 26px 22px 50px;
            border-radius: 17px;
        }

        .rcf-hero-content {
            align-items: flex-start;
        }

        .rcf-hero-icon {
            width: 54px;
            height: 54px;
            flex-basis: 54px;
            border-radius: 16px;
            font-size: 22px;
        }

        .rcf-title {
            font-size: 22px;
        }

        .rcf-subtitle {
            font-size: 13px;
        }

        .rcf-form-card {
            width: calc(100% - 16px);
            margin-top: -28px;
            padding: 21px 17px;
            border-radius: 16px;
        }

        .rcf-form-head {
            display: block;
            margin-bottom: 20px;
            padding-bottom: 17px;
        }

        .rcf-form-step {
            margin-top: 12px;
        }

        .rcf-grid {
            grid-template-columns: 1fr;
            gap: 17px;
        }

        .rcf-field-full,
        .rcf-divider,
        .rcf-actions {
            grid-column: auto;
        }

        .rcf-choice-group {
            max-width: none;
        }

        .rcf-actions {
            flex-direction: column;
            align-items: stretch;
        }

        .rcf-btn {
            width: 100%;
        }

        .rcf-help {
            width: calc(100% - 16px);
        }
    }

    @media (max-width: 430px) {
        .rcf-hero-icon {
            display: none;
        }

        .rcf-choice-group {
            grid-template-columns: 1fr;
        }

        .rcf-title {
            font-size: 20px;
        }
    }
