.po-support-body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    margin: 0;
    background: #f9f9f9;
    color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.po-support-main *,
.po-support-main *::before,
.po-support-main *::after {
    box-sizing: border-box;
}

.po-support-brand-name {
    margin: 0;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    line-height: 36.8px;
}

.po-support-main {
    width: min(900px, 100%);
    flex: 1 0 auto;
    margin: 0 auto;
    padding: 48px 24px 64px;
}

.po-support-card {
    margin: 0;
    padding: 34px;
    overflow: visible;
    border: 1px solid #cccccc;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(22, 32, 51, 0.07);
}

.po-support-eyebrow {
    margin: 0;
    color: #216393;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.po-support-card h1 {
    margin: 8px 0 12px;
    color: #373737;
    font-size: clamp(32px, 5vw, 46px);
    line-height: 1.1;
    letter-spacing: -0.025em;
}

.po-support-lead {
    max-width: 720px;
    margin: 0 0 26px;
    color: #6a6b6c;
    font-size: 17px;
    line-height: 1.55;
}

.po-support-alert {
    margin: 0 0 22px;
    padding: 13px 15px;
    border: 1px solid;
    border-radius: 8px;
    line-height: 1.45;
}

.po-support-alert-success {
    border-color: #9aca9a;
    background: #f0f8f0;
    color: #276527;
}

.po-support-alert-error {
    border-color: #dfaaaa;
    background: #fff4f4;
    color: #8d2929;
}

.po-support-form {
    position: relative;
}

.po-support-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.po-support-fields label {
    display: grid;
    min-width: 0;
    gap: 7px;
    color: #373737;
    font-weight: 650;
}

.po-support-fields input,
.po-support-fields textarea {
    width: 100%;
    padding: 11px 12px;
    border: 1px solid #b9c3cf;
    border-radius: 7px;
    background: #ffffff;
    color: #202a35;
    font: inherit;
    line-height: 1.4;
}

.po-support-fields textarea {
    min-height: 170px;
    resize: vertical;
}

.po-support-fields input:focus,
.po-support-fields textarea:focus {
    border-color: #216393;
    outline: 3px solid rgba(33, 99, 147, 0.14);
}

.po-support-message-field {
    grid-column: 1 / -1;
}

.po-support-message-field small {
    color: #6a6b6c;
    font-weight: 400;
    line-height: 1.45;
}

.po-support-honeypot {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.po-support-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 22px;
}

.po-support-submit {
    min-height: 44px;
    padding: 10px 20px;
    border: 1px solid #216393;
    border-radius: 8px;
    background: #216393;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-weight: 650;
}

.po-support-submit:hover,
.po-support-submit:focus-visible {
    border-color: #174a70;
    background: #174a70;
}

.po-support-actions a {
    color: #216393;
}

.po-support-protection {
    margin: 18px 0 0;
    color: #6a6b6c;
    font-size: 13px;
    line-height: 1.45;
}

body.po-support-body > footer {
    position: static;
    width: 100%;
    min-height: 40px;
    height: 40px;
    flex: 0 0 auto;
    margin-top: auto;
    padding: 6px 20px;
}

@media (max-width: 700px) {
    .po-support-brand-name {
        min-width: 0;
        font-size: 26px;
        line-height: 1.1;
    }

    .po-support-main {
        padding: 32px 14px 48px;
    }

    .po-support-card {
        padding: 24px 18px;
    }

    .po-support-fields {
        grid-template-columns: minmax(0, 1fr);
    }

    .po-support-message-field {
        grid-column: auto;
    }

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

    .po-support-submit {
        width: 100%;
    }
}
