/* Request a Quote only: compact layout and brand-consistent form states. */
.page-id-94 .mc-site > .mc-hero {
    padding: 28px 0 22px;
}

.page-id-94 .mc-hero h1 {
    margin: 0 0 6px;
}

.page-id-94 .mc-hero .mc-lead {
    margin: 0;
}

.page-id-94 .mc-site > .mc-section {
    padding: 28px 0 38px;
}

.page-id-94 .mc-form-grid {
    gap: 14px 20px;
}

.page-id-94 .mc-form-section {
    margin: 0 0 30px;
}

.page-id-94 .mc-form-section h2 {
    font-size: 22px;
    margin: 0 0 4px;
}

.page-id-94 .mc-required-note {
    font-size: 14px;
    margin: 0 0 14px;
}

.page-id-94 .mc-optional-section {
    border-top: 1px solid var(--mc-border);
    margin-top: 0;
    padding-top: 28px;
}

.page-id-94 .mc-optional-section h2 {
    margin-bottom: 14px;
}

.page-id-94 .mc-form label {
    gap: 5px;
}

.page-id-94 .mc-form input:not([type="hidden"]),
.page-id-94 .mc-form textarea {
    min-height: 44px;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.page-id-94 .mc-form textarea {
    height: 170px;
    min-height: 170px;
    resize: vertical;
}

.page-id-94 .mc-form input:focus,
.page-id-94 .mc-form textarea:focus {
    border-color: #07345f;
    box-shadow: 0 0 0 3px rgba(7, 52, 95, .16);
    outline: 2px solid transparent;
}

.page-id-94 .mc-form input[aria-invalid="true"],
.page-id-94 .mc-form textarea[aria-invalid="true"] {
    border-color: #b42318;
    box-shadow: 0 0 0 3px rgba(180, 35, 24, .12);
}

.page-id-94 .mc-field-error {
    color: #b42318;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    margin: 1px 0 0;
}

.page-id-94 .mc-form .mc-button {
    background: #07345f;
    border-color: #07345f;
    color: #fff !important;
    margin-top: 0;
    min-height: 44px;
    transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.page-id-94 .mc-form .mc-button:hover {
    background: #052945;
    border-color: #052945;
}

.page-id-94 .mc-form .mc-button:focus-visible {
    box-shadow: 0 0 0 4px rgba(7, 52, 95, .24);
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.page-id-94 .mc-form .mc-button:active {
    background: #041f35;
    border-color: #041f35;
}

.page-id-94 .mc-form .mc-button:disabled,
.page-id-94 .mc-form .mc-button.is-submitting {
    background: #71879a;
    border-color: #71879a;
    color: #fff !important;
    cursor: wait;
}

.page-id-94 .mc-privacy-notice {
    font-size: 14px;
    margin: 10px 0 0;
}

@media (max-width: 600px) {
    .page-id-94 .mc-site > .mc-hero {
        padding: 32px 0 24px;
    }

    .page-id-94 .mc-site > .mc-section {
        padding: 32px 0 42px;
    }

    .page-id-94 .mc-form-grid {
        gap: 16px;
    }

    .page-id-94 .mc-form-section {
        margin-bottom: 32px;
    }

    .page-id-94 .mc-optional-section {
        padding-top: 30px;
    }

    .page-id-94 .mc-form textarea {
        height: 160px;
        min-height: 160px;
    }

    .page-id-94 .mc-form .mc-button {
        width: 100%;
    }
}
