.ht-contact-page {
    --ht-contact-navy: #251c51;
    --ht-contact-orange: #ff7001;
    --ht-contact-muted: var(--ast-global-color-3, #4b4f58);
    --ht-contact-white: var(--ast-global-color-5, #fff);
    color: var(--ht-contact-navy);
    background: var(--ht-contact-white);
    font-family: inherit;
}
.ht-contact-page .ht-contact-shell { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.ht-contact-page .ht-contact-intro { padding: 70px 0 80px; background: linear-gradient(125deg, #f6f4fc, #fff8f1); border-top: 1px solid var(--ast-global-color-6); }
.ht-contact-page .ht-contact-eyebrow { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; letter-spacing: .16em; margin: 0 0 20px; color: inherit; }
.ht-contact-page .ht-contact-eyebrow > span { width: 8px; height: 8px; border-radius: 50%; background: var(--ht-contact-orange); }
.ht-contact-page h1 { font-size: clamp(38px, 4.6vw, 64px); font-weight: 600; line-height: 1.08; letter-spacing: -.025em; color: var(--ht-contact-navy); margin: 0 0 24px; }
.ht-contact-page h1 em { font-style: normal; color: var(--ast-global-color-0); }
.ht-contact-page .ht-contact-lead { max-width: 640px; font-size: 19px; line-height: 1.65; color: var(--ht-contact-muted); margin: 0; }
.ht-contact-page .ht-contact-body { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 44px; padding-block: 56px; }
.ht-contact-page .ht-contact-note { position: relative; overflow: hidden; border-radius: 12px; padding: 36px; background: var(--ht-contact-navy); color: var(--ht-contact-white); }
.ht-contact-page .ht-contact-note::after { content: ''; position: absolute; border: 1px solid rgb(255 255 255 / 12%); width: 250px; height: 250px; border-radius: 50%; top: -170px; right: -90px; pointer-events: none; }
.ht-contact-page h2 { font-size: clamp(26px, 2.8vw, 36px); line-height: 1.2; letter-spacing: -.02em; margin: 0 0 20px; color: inherit; }
.ht-contact-page .ht-contact-note > p:not(.ht-contact-eyebrow) { color: #dedbea; line-height: 1.65; font-size: 16px; }
.ht-contact-page .ht-contact-topics { list-style: none; padding: 0; margin: 28px 0; }
.ht-contact-page .ht-contact-topics li { display: flex; align-items: start; gap: 18px; padding: 22px 0; border-top: 1px solid rgb(255 255 255 / 18%); }
.ht-contact-page .ht-contact-topic-number { font-size: 12px; line-height: 26px; color: #ffac6b; font-weight: 600; }
.ht-contact-page h3 { font-size: 19px; line-height: 1.4; color: inherit; margin: 0 0 6px; font-weight: 600; }
.ht-contact-page .ht-contact-topics p { color: #dedbea; margin: 0; line-height: 1.5; font-size: 15px; }
.ht-contact-page .ht-contact-topics a { display: inline-block; color: #ffac6b; font-size: 15px; margin-top: 10px; }
.ht-contact-page .ht-contact-direct { border-top: 1px solid rgb(255 255 255 / 18%); padding-top: 22px; }
.ht-contact-page .ht-contact-direct > span { display: block; color: #dedbea; font-size: 14px; margin-bottom: 6px; }
.ht-contact-page .ht-contact-direct a { color: var(--ht-contact-white); font-size: 22px; }
.ht-contact-page .ht-contact-form-card { border: 1px solid var(--ast-global-color-6); border-radius: 12px; padding: 36px; box-shadow: 0 12px 40px rgb(37 28 81 / 5%); }
.ht-contact-page .ht-contact-form-card > h2 { font-size: 30px; margin-bottom: 12px; }
.ht-contact-page .ht-contact-form-intro { color: var(--ht-contact-muted); font-size: 16px; margin-bottom: 28px; }
.ht-contact-page .ht-footer-contact { padding: 0; margin: 0; box-shadow: none; background: transparent; border-radius: 0; }
.ht-contact-page .ht-footer-contact input[type=submit] { width: 100%; padding-inline: 16px; }
.ht-contact-page .ht-contact-bottom { display: flex; justify-content: space-between; gap: 20px; align-items: center; border-top: 1px solid var(--ast-global-color-6); padding-block: 26px 42px; font-size: 17px; }
.ht-contact-page .ht-contact-bottom p { margin: 0; color: var(--ht-contact-muted); }
.ht-contact-page a:hover { text-decoration: underline; text-underline-offset: 4px; }
.ht-contact-page a:focus-visible { outline: 2px solid var(--ht-contact-orange); outline-offset: 4px; }
@media (max-width: 921px) {
    .ht-contact-page .ht-contact-shell { width: calc(100% - 40px); }
    .ht-contact-page .ht-contact-intro { padding-block: 44px; }
    .ht-contact-page .ht-contact-body { grid-template-columns: 1fr; padding-block: 32px; gap: 28px; }
    .ht-contact-page .ht-contact-form-card { grid-row: 1; }
    .ht-contact-page .ht-contact-note, .ht-contact-page .ht-contact-form-card { padding: 28px; }
    .ht-contact-page .ht-contact-bottom { flex-direction: column; align-items: start; }
}
@media (max-width: 480px) {
    .ht-contact-page .ht-contact-shell { width: calc(100% - 32px); }
    .ht-contact-page .ht-contact-note, .ht-contact-page .ht-contact-form-card { padding: 24px; }
    .ht-contact-page .ht-contact-lead { font-size: 17px; }
}
.ht-contact-page .ht-required { color: #c62828; }
.ht-contact-page .ht-optional { margin-inline-start: .25em; }
