.fumpref-contato-wrap {
    background: transparent;
    padding: 34px 22px 42px;
    color: #10223d;
    font-family: Arial, Helvetica, sans-serif;
}

.fumpref-contato-box {
    max-width: 1240px;
    margin: 0 auto;
}

.fumpref-contato-wrap h2 {
    margin: 0 0 24px;
    text-align: left;
    font-size: clamp(28px, 2.3vw, 38px);
    font-weight: 700;
    line-height: 1.1;
}

.fumpref-extra-cta {
    margin: 0 auto 28px;
    text-align: center;
    max-width: 560px;
    padding: 0;
}

.fumpref-extra-cta h3 {
    margin: 0;
    font-size: clamp(22px, 1.8vw, 30px);
    line-height: 1.1;
    font-weight: 700;
}

.fumpref-open-link {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 8px;
    background: #10223d;
    color: #ffffff;
    text-decoration: none;
    border: 0;
}

.fumpref-open-link:hover {
    background: #1a355b;
    color: #ffffff;
}

.fumpref-open-link:focus-visible {
    outline: 2px solid #1a355b;
    outline-offset: 4px;
    border-radius: 4px;
}

.fumpref-open-hint {
    margin: 7px 0 0;
    font-size: 12px;
    font-weight: 600;
    color: #2d4466;
}

.fumpref-contato-grid {
    display: grid;
    gap: 36px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 1201px) {
    .fumpref-contato-grid .fumpref-item:last-child {
        justify-self: end;
    }
}

.fumpref-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 0;
}

.fumpref-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    color: #1f2635;
}

.fumpref-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.fumpref-content {
    min-width: 0;
}

.fumpref-content h3 {
    margin: 0;
    font-size: clamp(18px, 1.4vw, 28px);
    line-height: 1.08;
    font-weight: 700;
}

.fumpref-content p {
    margin: 8px 0 0;
    font-size: clamp(14px, 1vw, 20px);
    line-height: 1.3;
}

.fumpref-content a {
    color: inherit;
    text-decoration: none;
}

.fumpref-content a:hover {
    text-decoration: underline;
}

.fumpref-open-modal {
    margin-top: 0;
    padding: 12px 18px;
    border: 0;
    border-radius: 8px;
    background: #10223d;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.fumpref-open-modal:hover {
    background: #1a355b;
}

.fumpref-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.fumpref-modal[hidden] {
    display: none;
}

.fumpref-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.46);
}

.fumpref-modal-dialog {
    position: relative;
    width: min(92vw, 560px);
    margin: 6vh auto 0;
    padding: 28px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 14px 44px rgba(0, 0, 0, 0.25);
}

.fumpref-close-modal {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

.fumpref-modal-dialog h3 {
    margin: 0 0 14px;
    font-size: 30px;
    color: #10223d;
}

.fumpref-form {
    display: grid;
    gap: 8px;
}

.fumpref-form label {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #243a59;
}

.fumpref-form input,
.fumpref-form textarea {
    width: 100%;
    border: 1px solid #c9d3e0;
    border-radius: 6px;
    padding: 10px;
    font-size: 15px;
}

.fumpref-form-help {
    margin: -2px 0 0;
    font-size: 12px;
    color: #415775;
}

.fumpref-inline-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #243a59;
}

.fumpref-inline-check input[type="checkbox"] {
    width: auto;
}

.fumpref-choice-group {
    margin: 6px 0 0;
    border: 1px solid #c9d3e0;
    border-radius: 6px;
    padding: 10px;
}

.fumpref-choice-group legend {
    padding: 0 6px;
    font-size: 13px;
    font-weight: 700;
    color: #243a59;
}

.fumpref-choice-group label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-right: 14px;
    font-size: 14px;
    color: #243a59;
}

.fumpref-choice-group input[type="radio"] {
    width: auto;
}

.fumpref-form button[type="submit"] {
    margin-top: 10px;
    border: 0;
    border-radius: 8px;
    padding: 12px 18px;
    background: #10223d;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.fumpref-form-notice {
    margin: 0 0 12px;
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
}

.fumpref-form-notice.success {
    background: #e8f8ed;
    color: #17602f;
}

.fumpref-form-notice.error {
    background: #fdeced;
    color: #8c1f28;
}

.fumpref-protocol-box {
    margin: 0 0 12px;
    border: 1px solid #bed1eb;
    border-radius: 6px;
    background: #edf4fc;
    padding: 10px;
}

.fumpref-protocol-box p {
    margin: 0 0 6px;
    font-size: 14px;
    color: #173153;
}

.fumpref-protocol-row {
    display: flex;
    gap: 8px;
}

.fumpref-protocol-row input {
    flex: 1 1 auto;
    border: 1px solid #9fb7d6;
    border-radius: 6px;
    background: #ffffff;
    font-family: Consolas, "Courier New", monospace;
    font-size: 14px;
    padding: 8px 10px;
}

.fumpref-protocol-row button {
    border: 0;
    border-radius: 6px;
    background: #10223d;
    color: #ffffff;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.fumpref-protocol-row button:hover {
    background: #1a355b;
}

.fumpref-hp {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

@media (max-width: 1200px) {
    .fumpref-contato-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px;
    }
}

@media (max-width: 768px) {
    .fumpref-contato-wrap {
        padding: 24px 14px 30px;
    }

    .fumpref-contato-wrap h2 {
        margin-bottom: 18px;
        font-size: clamp(24px, 6.8vw, 30px);
    }

    .fumpref-extra-cta h3 {
        font-size: clamp(20px, 6.4vw, 26px);
    }

    .fumpref-open-hint {
        font-size: 13px;
    }

    .fumpref-contato-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .fumpref-icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .fumpref-content h3 {
        font-size: clamp(18px, 6vw, 24px);
    }

    .fumpref-content p {
        font-size: clamp(14px, 4.5vw, 18px);
    }

    .fumpref-open-modal {
        font-size: 18px;
    }

    .fumpref-modal-dialog {
        width: min(94vw, 560px);
        margin-top: 3vh;
        padding: 20px 16px;
        max-height: 92vh;
        overflow-y: auto;
    }
}

@media (max-width: 600px) {
    .fumpref-contato-wrap h2 {
        font-size: clamp(22px, 7.2vw, 28px);
        line-height: 1.08;
    }

    .fumpref-extra-cta {
        padding: 12px 10px;
        border-radius: 10px;
    }

    .fumpref-extra-cta h3 {
        font-size: clamp(18px, 6.3vw, 22px);
        line-height: 1.05;
    }

    .fumpref-open-hint {
        font-size: 12px;
    }

    .fumpref-item {
        gap: 10px;
    }

    .fumpref-icon {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }

    .fumpref-content h3 {
        font-size: clamp(16px, 6vw, 20px);
        line-height: 1.08;
    }

    .fumpref-content p {
        font-size: clamp(13px, 4.3vw, 16px);
        line-height: 1.32;
    }

    .fumpref-choice-group label {
        display: flex;
        margin: 0 0 8px;
    }

    .fumpref-choice-group label:last-child {
        margin-bottom: 0;
    }

    .fumpref-form button[type="submit"] {
        width: 100%;
    }

    .fumpref-protocol-row {
        flex-direction: column;
    }
}
