.request-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.request-hero-section {
    width: 100%;
    background: #ffffff;
    padding: 0;
}

.request-hero-image {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.request-hero-card {
    position: relative;
    width: 100%;
    margin: 28px 0 0;
    padding: 64px 28px 56px;
    text-align: center;
    border: 0;
    background: linear-gradient(135deg, #6b281a 0%, #551e15 100%);
    overflow: hidden;
}

.request-hero-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 226px;
    height: 8px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #ff8a00 0%, #ff1010 100%);
    border-radius: 0 0 8px 8px;
}

.request-emergency-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    padding: 10px 26px;
    background: #ef1111;
    color: #ffffff;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.request-hero-card h1 {
    margin: 0 0 18px;
    color: #ff8a00;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.12;
}

.request-hero-card h1 span {
    color: #ff8a00;
}

.request-hero-card p {
    max-width: 1200px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.45;
}

.request-scenarios-section {
    padding: 30px 0 18px;
    background: #ffffff;
}

.request-scenario-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.request-scenario-grid img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}

.request-main-section {
    padding: 34px 0 70px;
    background: #ffffff;
}

.request-main-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 30px;
    align-items: stretch;
}

.request-left-column {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.request-left-column .request-info-card {
    height: 100%;
}

.request-info-card,
.request-form-card {
    padding: 32px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.request-form-card {
    height: 100%;
}

.request-info-card h2,
.request-form-card h2 {
    margin: 0 0 24px;
    color: #111827;
    font-size: 1.55rem;
    font-weight: 900;
    line-height: 1.2;
}

.request-support-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 22px;
}

.request-support-item:last-of-type {
    margin-bottom: 0;
}

.request-support-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.15rem;
}

.orange-icon {
    background: #fff7ed;
    color: #ea580c;
}

.red-icon {
    background: #fee2e2;
    color: #dc2626;
}

.blue-icon {
    background: #dbeafe;
    color: #2563eb;
}

.green-icon {
    background: #dcfce7;
    color: #16a34a;
}

.request-support-item h3 {
    margin: 0 0 6px;
    color: #111827;
    font-size: 1rem;
    font-weight: 900;
}

.request-support-item p {
    margin: 0;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.55;
}

.request-contact-box {
    margin-top: 60px;
    padding: 22px;
    border: 1px solid #fecaca;
    border-radius: 16px;
    background: #fff1f1;
}

.request-contact-box h3 {
    margin: 0 0 14px;
    color: #991b1b;
    font-size: 1.3rem;
    font-weight: 900;
}

.request-contact-box p {
    margin: 0 0 14px;
    color: #0f172a;
    font-size: 1rem;
    line-height: 3.5;
}

.request-contact-box p:last-child {
    margin-bottom: 0;
}

.request-contact-box a {
    color: #dc2626;
    font-weight: 800;
    text-decoration: none;
}

.request-contact-box a:hover {
    text-decoration: underline;
}

.request-urgent-image-box {
    width: 100%;
    margin-top: 22px;
    overflow: hidden;
    border-radius: 16px;
}

.request-urgent-image-box img {
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.request-form-card form {
    margin: 0;
}

.request-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #111827;
    font-size: 0.88rem;
    font-weight: 800;
}

.form-group label span {
    color: #dc2626;
    margin-left: 2px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #ffffff;
    color: #111827;
    font-size: 0.92rem;
    line-height: 1.4;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #f97316;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.14);
}

.form-group textarea {
    resize: vertical;
    min-height: 130px;
}

.request-file-input {
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.request-file-upload-box {
    width: 100%;
    min-height: 74px;
    margin: 0;
    padding: 14px 16px;
    display: flex !important;
    align-items: center;
    gap: 14px;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    background: #f8fafc;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.request-file-upload-box:hover {
    border-color: #f97316;
    background: #fff7ed;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.10);
}

.request-file-upload-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #fee2e2;
    color: #dc2626;
    font-size: 1.35rem;
}

.request-file-upload-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.request-file-upload-title {
    max-width: 100%;
    color: #111827;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.request-file-upload-hint {
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.3;
}

.request-submit-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 18px;
    border: 0;
    border-radius: 10px;
    background: #3f41e0;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.request-submit-btn:hover {
    background: #1114ec;
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(220, 38, 38, 0.22);
}

.request-submit-btn:disabled,
.request-submit-btn.is-submitting {
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
    transform: none;
    box-shadow: none;
}

.request-submit-btn:disabled:hover,
.request-submit-btn.is-submitting:hover {
    background: #ef1111;
    transform: none;
    box-shadow: none;
}

.request-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.request-detail-card {
    padding: 28px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 20px;
    background: #f8fafc;
}

.request-detail-card h2 {
    margin: 0 0 16px;
    color: #111827;
    font-size: 1.35rem;
    font-weight: 900;
}

.request-detail-card ul {
    margin: 0;
    padding-left: 20px;
}

.request-detail-card li {
    margin-bottom: 10px;
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.55;
}

.request-detail-card li:last-child {
    margin-bottom: 0;
}

.field-error {
    display: block;
    min-height: 16px;
    margin-top: 4px;
    color: #dc2626;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.35;
}

.character-count {
    display: block;
    margin-top: 4px;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 600;
    text-align: right;
}

.form-alert {
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.45;
}

.form-alert.success {
    border: 1px solid #86efac;
    background: #f0fdf4;
    color: #166534;
}

.form-alert.error {
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.form-group input.input-error,
.form-group textarea.input-error,
.form-group select.input-error {
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.phone-form-group .iti {
    width: 100%;
    display: block;
}

.phone-form-group .iti__flag,
.phone-form-group .iti__flag-box {
    display: none !important;
}

.phone-form-group .iti__tel-input,
.phone-form-group input#phone {
    width: 100%;
    height: 45px;
    padding-top: 12px;
    padding-right: 14px;
    padding-bottom: 12px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #ffffff;
    color: #111827;
    font-size: 0.92rem;
    line-height: 1.4;
}

.phone-form-group .iti--separate-dial-code .iti__tel-input {
    padding-left: 76px !important;
}

.phone-form-group .iti__selected-country {
    height: 45px;
    min-width: 66px;
    border-right: 1px solid #d1d5db;
    border-radius: 10px 0 0 10px;
    background-color: #f8fafc;
}

.phone-form-group .iti__selected-country-primary {
    padding-left: 10px;
    padding-right: 6px;
}

.phone-form-group .iti__selected-dial-code {
    color: #111827;
    font-size: 0.9rem;
    font-weight: 800;
}

.phone-form-group .iti__arrow {
    margin-left: 6px;
}

.phone-form-group .iti__dropdown-content {
    z-index: 99999;
    border-radius: 10px;
}

.phone-form-group .iti__country-list {
    z-index: 99999;
    max-width: 340px;
}

.phone-form-group .iti__country {
    display: flex;
    align-items: center;
    gap: 8px;
}

.phone-form-group .iti__country-name {
    margin-left: 0 !important;
}

.phone-form-group .iti__dial-code {
    margin-left: auto;
    color: #475569;
    font-weight: 700;
}

.phone-form-group input#phone:focus {
    border-color: #f97316;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.14);
}

.phone-form-group input#phone.input-error {
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.recaptcha-form-group {
    margin-top: 8px;
    margin-bottom: 20px;
}

.recaptcha-form-group .g-recaptcha {
    transform-origin: left top;
}

#recaptchaError {
    display: block;
    margin-top: 6px;
}

@media (max-width: 991px) {
    .request-hero-image {
        height: 440px;
    }

    .request-main-grid {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .request-left-column {
        height: auto;
    }

    .request-left-column .request-info-card {
        height: auto;
    }

    .request-form-card {
        height: auto;
    }

    .request-detail-grid {
        grid-template-columns: 1fr;
    }

    .request-urgent-image-box img {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .request-container {
        width: min(100% - 24px, 1180px);
    }

    .request-hero-section {
        padding: 0;
    }

    .request-hero-image {
        height: 300px;
    }

    .request-hero-card {
        margin-top: 22px;
        padding: 50px 18px 44px;
    }

    .request-hero-card::before {
        width: 170px;
        height: 7px;
    }

    .request-emergency-badge {
        padding: 9px 18px;
        font-size: 0.68rem;
    }

    .request-hero-card h1 {
        font-size: 1.9rem;
    }

    .request-hero-card p {
        font-size: 0.98rem;
    }

    .request-scenario-grid {
        grid-template-columns: 1fr;
    }

    .request-scenario-grid img {
        height: 220px;
    }

    .request-info-card,
    .request-form-card,
    .request-detail-card {
        padding: 24px 18px;
    }

    .request-urgent-image-box {
        margin-top: 20px;
        border-radius: 14px;
    }

    .request-urgent-image-box img {
        height: 240px;
    }

    .request-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .phone-form-group .iti--separate-dial-code .iti__tel-input {
        padding-left: 74px !important;
    }

    .phone-form-group .iti__selected-country {
        min-width: 64px;
    }

    .phone-form-group .iti__country-list {
        max-width: calc(100vw - 48px);
    }

    .field-error {
        font-size: 0.75rem;
    }

    .character-count {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .request-hero-image {
        height: 240px;
    }

    .request-hero-card {
        margin-top: 18px;
        padding: 44px 14px 40px;
    }

    .request-hero-card::before {
        width: 140px;
        height: 6px;
    }

    .request-hero-card h1 {
        font-size: 1.7rem;
    }

    .request-scenario-grid img {
        height: 190px;
    }

    .request-urgent-image-box img {
        height: 210px;
    }
}

@media (max-width: 380px) {
    .recaptcha-form-group {
        min-height: 92px;
    }

    .recaptcha-form-group .g-recaptcha {
        transform: scale(0.9);
    }
}

.request-message-popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 23, 42, 0.58);
}

.request-message-popup-overlay.hide {
    display: none;
}

.request-message-popup {
    width: min(440px, 100%);
    padding: 32px 28px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 30px 90px rgba(15, 23, 42, 0.28);
    text-align: center;
}

.request-message-popup-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 2.2rem;
}

.request-message-popup-icon.success {
    background: #dcfce7;
    color: #16a34a;
}

.request-message-popup-icon.error {
    background: #fee2e2;
    color: #dc2626;
}

.request-message-popup h3 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.25;
}

.request-message-popup p {
    margin: 0;
    color: #475569;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.55;
}

.request-message-popup-btn {
    margin-top: 24px;
    min-width: 120px;
    padding: 12px 22px;
    border: 0;
    border-radius: 10px;
    background: #ef1111;
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 900;
    cursor: pointer;
}

.request-message-popup-btn:hover {
    background: #dc2626;
}

.request-popup-open {
    overflow: hidden;
}

@media (max-width: 480px) {
    .request-message-popup {
        padding: 28px 20px;
    }

    .request-message-popup h3 {
        font-size: 1.18rem;
    }

    .request-message-popup p {
        font-size: 0.9rem;
    }
}