.wtmg-contact-page {
    min-height: 100vh;
}

.wtmg-contact-main {
    background: #f7fbff;
}

.wtmg-contact-hero {
    padding: 58px 0 30px;
    background:
        radial-gradient(circle at 86% 20%, rgba(23, 115, 79, 0.11), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #eef6ff 100%);
    border-bottom: 1px solid rgba(226, 235, 245, 0.9);
}

.wtmg-contact-hero h1 {
    max-width: 720px;
    margin: 0 0 14px;
    color: var(--hpv2-ink);
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: 0;
}

.wtmg-contact-hero p:not(.wtmg-provider-account-kicker) {
    max-width: 680px;
    margin: 0;
    color: var(--hpv2-muted);
    font-size: 17px;
    line-height: 1.65;
}

.wtmg-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    gap: 24px;
    align-items: start;
    padding-top: 34px;
    padding-bottom: 52px;
}

.wtmg-contact-form-card,
.wtmg-contact-info-card {
    border: 1px solid rgba(226, 235, 245, 0.95);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(15, 35, 68, 0.06);
}

.wtmg-contact-form-card {
    padding: 28px;
}

.wtmg-contact-form {
    display: grid;
    gap: 20px;
}

.wtmg-contact-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.wtmg-contact-form label {
    display: grid;
    gap: 8px;
    color: var(--wtmg-account-text);
    font-size: 13px;
    font-weight: 800;
}

.wtmg-contact-form input,
.wtmg-contact-form select,
.wtmg-contact-form textarea {
    width: 100%;
    min-height: 46px;
    border: 1px solid var(--wtmg-account-border);
    border-radius: 8px;
    background: #ffffff;
    color: var(--wtmg-account-text);
    font-size: 14px;
    font-weight: 600;
    outline: none;
}

.wtmg-contact-form input,
.wtmg-contact-form select {
    padding: 0 14px;
}

.wtmg-contact-form textarea {
    min-height: 190px;
    padding: 14px;
    resize: vertical;
}

.wtmg-contact-form input:focus,
.wtmg-contact-form select:focus,
.wtmg-contact-form textarea:focus {
    border-color: rgba(31, 79, 153, 0.55);
    box-shadow: 0 0 0 4px rgba(31, 79, 153, 0.1);
}

.wtmg-contact-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.wtmg-contact-turnstile {
    display: flex;
    align-items: center;
    min-height: 70px;
}

.wtmg-contact-submit {
    justify-self: start;
    min-width: 150px;
}

.wtmg-contact-info-panel {
    position: sticky;
    top: 24px;
}

.wtmg-contact-info-card {
    display: grid;
    gap: 18px;
    padding: 24px;
}

.wtmg-contact-info-card h2 {
    margin: 0;
    color: var(--hpv2-ink);
    font-size: 21px;
    line-height: 1.2;
}

.wtmg-contact-route {
    display: grid;
    gap: 5px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(226, 235, 245, 0.95);
}

.wtmg-contact-route strong,
.wtmg-contact-email span {
    color: var(--hpv2-ink);
    font-size: 14px;
    font-weight: 800;
}

.wtmg-contact-route p {
    margin: 0;
    color: var(--hpv2-muted);
    font-size: 13px;
    line-height: 1.55;
}

.wtmg-contact-email {
    display: grid;
    gap: 6px;
}

.wtmg-contact-email a {
    color: var(--hpv2-blue);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 860px) {
    .wtmg-contact-layout,
    .wtmg-contact-field-grid {
        grid-template-columns: 1fr;
    }

    .wtmg-contact-info-panel {
        position: static;
    }

    .wtmg-contact-form-card {
        padding: 22px;
    }
}
