:root {
    --suporte-blue: #009fe3;
    --suporte-blue-dark: #0089c7;
    --suporte-blue-soft: #e8f6fb;
    --suporte-green: #9eb73b;
    --suporte-green-dark: #88a52e;
    --suporte-text: #1a2e40;
    --suporte-text-soft: #556575;
    --suporte-background: #f5f7fa;
    --suporte-white: #ffffff;
    --suporte-border: #d7eaf3;
    --suporte-danger: #dc3545;
    --suporte-radius: 18px;
    --suporte-max-width: 1480px;
    --suporte-padding: clamp(20px, 5vw, 72px);
    --suporte-shadow: 0 12px 32px rgba(16, 24, 40, 0.08);
    --suporte-shadow-blue: 0 14px 34px rgba(0, 159, 227, 0.1);
}

.suporte-page,
.suporte-page button,
.suporte-page input,
.suporte-page select,
.suporte-page textarea {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.suporte-page {
    width: 100%;
    min-height: 100vh;
    background: var(--suporte-background);
    color: var(--suporte-text);
}

.suporte-container {
    width: min(100%, var(--suporte-max-width));
    margin: 0 auto;
    padding-left: var(--suporte-padding);
    padding-right: var(--suporte-padding);
}

.toast-container {
    animation: suporte-toast 0.3s ease-out;
}

.toast {
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(16, 24, 40, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.suporte-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 12% 18%,
            rgba(255, 255, 255, 0.15),
            transparent 25%
        ),
        radial-gradient(
            circle at 78% 30%,
            rgba(158, 183, 59, 0.18),
            transparent 24%
        ),
        linear-gradient(
            135deg,
            #008fd0 0%,
            #009fe3 55%,
            #33b5ee 100%
        );
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.suporte-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.06) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.06) 1px,
            transparent 1px
        );
    background-size: 44px 44px;
    opacity: 0.35;
    pointer-events: none;
}

.suporte-hero-inner {
    position: relative;
    z-index: 1;
    min-height: 360px;
    padding-top: 64px;
    padding-bottom: 64px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
    gap: clamp(36px, 6vw, 90px);
    align-items: center;
}

.suporte-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.suporte-kicker::before {
    content: "";
    width: 5px;
    height: 18px;
    background: var(--suporte-green);
    border-radius: 999px;
}

.suporte-hero-content h1 {
    max-width: 760px;
    margin: 0;
    color: var(--suporte-white);
    font-size: clamp(40px, 4vw, 66px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.035em;
}

.suporte-hero-content > p {
    max-width: 720px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: clamp(16px, 1.15vw, 20px);
    line-height: 1.65;
}

.suporte-hero-card {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 24px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 20px;
    box-shadow: 0 24px 50px rgba(0, 87, 132, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.suporte-hero-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--suporte-blue-soft);
    color: var(--suporte-blue);
    border-radius: 50%;
    font-size: 26px;
    box-shadow: 0 0 0 8px rgba(0, 159, 227, 0.08);
}

.suporte-hero-card strong {
    display: block;
    color: var(--suporte-blue-dark);
    font-size: 18px;
    font-weight: 900;
}

.suporte-hero-card p {
    margin: 7px 0 0;
    color: var(--suporte-text-soft);
    font-size: 14px;
    line-height: 1.55;
}

.suporte-section {
    padding-top: 54px;
    padding-bottom: 72px;
}

.suporte-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 30px;
}

.suporte-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: var(--suporte-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.suporte-section-label::before {
    content: "";
    width: 4px;
    height: 16px;
    background: var(--suporte-green);
    border-radius: 999px;
}

.suporte-section-header h2 {
    margin: 0;
    color: var(--suporte-blue-dark);
    font-size: clamp(28px, 2.5vw, 42px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -0.025em;
    text-transform: uppercase;
}

.suporte-section-header > p {
    max-width: 620px;
    margin: 0;
    color: var(--suporte-text-soft);
    font-size: 15px;
    line-height: 1.7;
}

.suporte-card {
    padding: 30px;
    background: var(--suporte-white);
    border: 1px solid var(--suporte-border);
    border-radius: var(--suporte-radius);
    box-shadow: var(--suporte-shadow-blue);
}

.suporte-card-header {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--suporte-border);
}

.suporte-card-header-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--suporte-blue-soft);
    color: var(--suporte-blue);
    border-radius: 14px;
    font-size: 20px;
}

.suporte-card-header strong {
    display: block;
    color: var(--suporte-blue-dark);
    font-size: 19px;
    font-weight: 900;
}

.suporte-card-header span {
    display: block;
    margin-top: 4px;
    color: var(--suporte-text-soft);
    font-size: 13px;
    line-height: 1.5;
}

.form-floating {
    display: flex;
    flex-direction: column-reverse;
    min-height: auto;
    background: transparent !important;
}

.modern-input,
.modern-textarea,
.modern-select {
    width: 100%;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 15px !important;
    background: var(--suporte-white);
    border: 1px solid var(--suporte-border);
    border-radius: 11px;
    color: var(--suporte-text);
    font-size: 14px;
    line-height: 1.4;
    box-shadow: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.modern-input:hover,
.modern-textarea:hover,
.modern-select:hover {
    border-color: rgba(0, 159, 227, 0.45);
}

.modern-input:focus,
.modern-textarea:focus,
.modern-select:focus {
    border-color: var(--suporte-blue);
    box-shadow: 0 0 0 4px rgba(0, 159, 227, 0.12) !important;
    outline: none;
}

.modern-input.is-invalid,
.modern-textarea.is-invalid,
.modern-select.is-invalid {
    border-color: var(--suporte-danger) !important;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1) !important;
}

.modern-textarea {
    min-height: 150px !important;
    height: 150px !important;
    padding: 14px 15px !important;
    resize: vertical;
}

.modern-select {
    appearance: none;
    padding-right: 42px !important;
}

.form-floating label {
    position: static !important;
    width: auto;
    height: auto;
    margin: 0 0 8px;
    padding: 0 !important;
    transform: none !important;
    background: transparent !important;
    color: var(--suporte-text);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    pointer-events: auto;
}

.form-floating > label::after {
    display: none !important;
}

.form-floating label i {
    color: var(--suporte-blue);
    font-size: 12px;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    color: var(--suporte-text);
    transform: none !important;
    background: transparent !important;
    padding: 0 !important;
}

.required-dot {
    margin-left: 2px;
    color: var(--suporte-danger);
    font-weight: 900;
}

.field-feedback {
    margin-top: 7px;
    color: var(--suporte-danger);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.anexo-area {
    text-align: left;
}

.anexo-title {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    color: var(--suporte-text);
    font-size: 13px;
    font-weight: 800;
}

.anexo-title i {
    color: var(--suporte-blue);
}

.anexo-title span {
    color: var(--suporte-text-soft);
    font-size: 12px;
    font-weight: 500;
}

.anexo-dropzone {
    position: relative;
    min-height: 170px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #f8fbfd;
    border: 1.5px dashed rgba(0, 159, 227, 0.35);
    border-radius: 14px;
    text-align: center;
    cursor: pointer;
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        transform 0.2s ease;
}

.anexo-dropzone:hover,
.anexo-dropzone.is-dragging {
    background: #eef8fd;
    border-color: var(--suporte-blue);
}

.anexo-dropzone.has-file {
    background: #eef8e7;
    border-color: var(--suporte-green);
}

.anexo-dropzone-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--suporte-blue-soft);
    color: var(--suporte-blue);
    border-radius: 50%;
    font-size: 21px;
}

.anexo-dropzone-main {
    color: var(--suporte-blue-dark);
    font-size: 15px;
    font-weight: 900;
}

.anexo-dropzone-sub {
    max-width: 520px;
    color: var(--suporte-text-soft);
    font-size: 13px;
    line-height: 1.5;
}

.anexo-dropzone input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.anexo-formatos {
    margin-top: 8px;
    color: var(--suporte-text-soft);
    font-size: 12px;
    font-weight: 500;
}

.anexo-file-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 8px;
}

.file-name {
    min-width: 0;
    color: var(--suporte-text-soft);
    font-size: 13px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.remove-file-btn {
    display: none;
    flex-shrink: 0;
    min-height: 34px;
    padding: 0 12px;
    background: var(--suporte-white);
    color: var(--suporte-text-soft);
    border: 1px solid var(--suporte-border);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
    transition:
        color 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease;
}

.remove-file-btn.show {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.remove-file-btn:hover {
    background: #fff5f5;
    color: var(--suporte-danger);
    border-color: rgba(220, 53, 69, 0.35);
}

.captcha-container {
    display: flex;
    justify-content: center;
    margin: 4px 0;
    overflow: hidden;
}

.btn-submit {
    width: 100%;
    min-height: 54px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: var(--suporte-blue);
    color: var(--suporte-white);
    border: 0;
    border-radius: 11px;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(0, 159, 227, 0.2);
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.btn-submit:hover {
    background: var(--suporte-blue-dark);
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(0, 159, 227, 0.26);
}

.btn-submit:active {
    transform: translateY(0);
}

.btn-submit.loading,
.btn-submit:disabled {
    opacity: 0.72;
    cursor: not-allowed;
    transform: none;
}

.btn-submit-icon {
    width: 27px;
    height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 50%;
    font-size: 12px;
}

.select2-container {
    width: 100% !important;
}

.form-floating .select2-container {
    margin: 0;
}

.form-floating .select2-container .select2-selection {
    min-height: 52px;
    padding: 0 42px 0 15px !important;
    display: flex;
    align-items: center;
    background: var(--suporte-white);
    border: 1px solid var(--suporte-border);
    border-radius: 11px;
    box-shadow: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.form-floating .select2-container .select2-selection:hover {
    border-color: rgba(0, 159, 227, 0.45);
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: var(--suporte-blue);
    box-shadow: 0 0 0 4px rgba(0, 159, 227, 0.12);
}

.form-floating .select2-container .select2-selection__rendered {
    padding: 0;
    color: var(--suporte-text);
    font-size: 14px;
    line-height: 1.4;
}

.form-floating .select2-container .select2-selection__placeholder {
    color: #98a6b3;
}

.form-floating .select2-container .select2-selection__arrow {
    top: 50%;
    right: 13px;
    width: 22px;
    transform: translateY(-50%);
}

.form-floating .select2-container .select2-selection__clear {
    margin-right: 20px;
    color: var(--suporte-text-soft);
}

.select2-selection.is-invalid-select2 {
    border-color: var(--suporte-danger) !important;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1) !important;
}

.select2-dropdown {
    overflow: hidden;
    border: 1px solid var(--suporte-border);
    border-radius: 11px;
    box-shadow: 0 16px 34px rgba(16, 24, 40, 0.15);
}

.select2-search--dropdown {
    padding: 10px;
}

.select2-search--dropdown .select2-search__field {
    min-height: 40px;
    padding: 0 11px;
    border: 1px solid var(--suporte-border);
    border-radius: 8px;
    outline: none;
}

.select2-search--dropdown .select2-search__field:focus {
    border-color: var(--suporte-blue);
    box-shadow: 0 0 0 3px rgba(0, 159, 227, 0.1);
}

.select2-results__option {
    padding: 10px 12px;
    color: var(--suporte-text);
    font-size: 13px;
}

.select2-container--bootstrap-5
.select2-results__option--highlighted[aria-selected] {
    background: var(--suporte-blue);
    color: var(--suporte-white);
}

.select2-container--bootstrap-5
.select2-results__option[aria-selected="true"] {
    background: var(--suporte-blue-soft);
    color: var(--suporte-blue-dark);
}

.select2-results__options {
    max-height: 220px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(85, 101, 117, 0.3) transparent;
}

.select2-results__options::-webkit-scrollbar {
    width: 8px;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background: rgba(85, 101, 117, 0.3);
    border-radius: 999px;
}

.form-control:focus {
    border-color: var(--suporte-blue);
    box-shadow: 0 0 0 4px rgba(0, 159, 227, 0.12);
}

::placeholder {
    color: #98a6b3;
    opacity: 1;
}

@keyframes suporte-toast {
    from {
        opacity: 0;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 991px) {
    .suporte-hero-inner {
        grid-template-columns: 1fr;
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .suporte-hero-card {
        max-width: 620px;
    }

    .suporte-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }
}

@media (max-width: 700px) {
    :root {
        --suporte-padding: 16px;
    }

    .suporte-hero-inner {
        min-height: auto;
    }

    .suporte-hero-content h1 {
        font-size: 36px;
    }

    .suporte-hero-content > p {
        font-size: 15px;
    }

    .suporte-hero-card {
        grid-template-columns: 52px minmax(0, 1fr);
        padding: 20px;
    }

    .suporte-hero-icon {
        width: 48px;
        height: 48px;
        font-size: 21px;
    }

    .suporte-section {
        padding-top: 38px;
        padding-bottom: 48px;
    }

    .suporte-section-header h2 {
        font-size: 28px;
    }

    .suporte-card {
        padding: 22px 18px;
    }

    .suporte-card-header {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 12px;
        margin-bottom: 24px;
        padding-bottom: 20px;
    }

    .suporte-card-header-icon {
        width: 44px;
        height: 44px;
    }

    .modern-input,
    .modern-select {
        height: 50px !important;
        min-height: 50px !important;
    }

    .form-floating .select2-container .select2-selection {
        min-height: 50px;
    }

    .anexo-dropzone {
        min-height: 150px;
        padding: 20px 14px;
    }
}

@media (max-width: 480px) {
    .suporte-hero-content h1 {
        font-size: 31px;
    }

    .suporte-hero-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .suporte-hero-icon {
        margin: 0 auto;
    }

    .suporte-card-header {
        align-items: flex-start;
    }

    .captcha-container {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .anexo-file-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .remove-file-btn.show {
        align-self: flex-end;
    }
}