/* Contact page composition. Form controls are shared with Partner Program. */
.ct { --ct-header: 96px; }
.ct-in { width: var(--wide); margin-inline: auto; }
.ct main h1, .ct main h2, .ct main h3 { color: var(--navy); letter-spacing: -.035em; line-height: 1.12; }
.ct main p { margin: 0; }
.ct main a:focus-visible { outline: 3px solid #287adb; outline-offset: 5px; }
.ct-kicker { display: flex; gap: 14px; align-items: center; color: #4d71a3; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.ct-kicker::before { content: ''; width: 30px; height: 2px; background: var(--red); }
.ct-hero { position: relative; isolation: isolate; overflow: hidden; background: #edf4fa; }
.ct-hero-art { position: absolute; right: 0; top: 0; width: 62%; height: 100%; object-fit: cover; object-position: 60% 50%; z-index: -2; }
.ct-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #edf4fa 0%, #edf4fa 35%, #edf4faed 43%, #edf4fa00 67%); }
.ct-hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, #edf4fa 0%, #edf4fa00 25%); }
.ct-hero .ct-in { min-height: 510px; padding-block: 48px 100px; }
.ct-crumb { display: flex; align-items: center; gap: 12px; margin-bottom: 42px; font-size: 12px; color: #596b87; }
.ct-crumb a { color: #596b87; }
.ct-hero-copy { max-width: 720px; width: 51%; }
.ct-hero h1 { margin: 17px 0 22px; font-size: clamp(42px, 4vw, 70px); font-weight: 900; }
.ct-hero-copy > p:not(.ct-kicker) { max-width: 560px; color: #536589; font-size: clamp(17px, 1.25vw, 20px); line-height: 1.65; }
.ct-hero-line { display: inline-flex; align-items: center; gap: 12px; margin-top: 28px; font-size: 14px; font-weight: 700; color: #294c7d; }
.ct-hero-line svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.ct-routes { position: relative; z-index: 1; margin-top: -42px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.ct-route { position: relative; padding: 28px 30px; border: 1px solid #dfe7f3; border-radius: 14px; background: #fff; box-shadow: 0 12px 30px #152d530a; display: flex; flex-direction: column; align-items: flex-start; }
.ct-route-top { display: flex; align-items: center; gap: 17px; margin-bottom: 15px; }
.ct-route img { width: 56px; height: 56px; object-fit: contain; border-radius: 50%; }
.ct-route h2 { font-size: clamp(20px, 1.5vw, 25px); font-weight: 800; margin: 0; }
.ct-route > p { font-size: 14px; line-height: 1.7; color: #5e6d88; max-width: 410px; }
.ct-route > a:not(.ct-route-go) { font-size: 14px; font-weight: 700; color: #2d609d; margin-top: 18px; overflow-wrap: anywhere; }
.ct-route-go { display: flex; justify-content: space-between; align-items: center; width: 100%; gap: 10px; padding-top: 20px; margin-top: auto; font-size: 14px; font-weight: 800; color: #173c77; }
.ct-route-go span { font-size: 25px; line-height: 1; color: #e4323e; transition: transform .2s; }
.ct-route-go:hover span { transform: translateX(4px); }
.ct-route.urgent { background: #12274e; border-color: #12274e; }
.ct-route.urgent h2, .ct-route.urgent > a { color: #fff; }
.ct-route.urgent > p { color: #c1d0e8; }
.ct-route.urgent::before { content: ''; position: absolute; top: -1px; left: 30px; width: 56px; height: 3px; background: var(--red); }
.ct-request { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(40px, 6vw, 110px); padding-block: 85px; align-items: start; scroll-margin-top: var(--ct-header); }
.ct-request-copy { padding-top: 22px; }
.ct-request h2 { font-size: clamp(32px, 3vw, 48px); margin: 18px 0 22px; font-weight: 900; }
.ct-request-copy > p:not(.ct-kicker) { max-width: 530px; font-size: 17px; line-height: 1.75; color: #61708a; }
.ct-steps { padding: 0; margin: 32px 0 0; list-style: none; display: grid; gap: 23px; }
.ct-steps li { display: flex; gap: 18px; align-items: flex-start; }
.ct-steps li > span { flex: none; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #eef5fd; color: #4672a5; font-size: 11px; font-weight: 800; }
.ct-steps b { display: block; font-size: 15px; color: #233b64; }
.ct-steps p { color: #6b7992; font-size: 14px; margin-top: 4px !important; }
.ct-direct { margin-top: 34px; padding-top: 25px; border-top: 1px solid #e1e8f1; font-size: 14px; color: #64718a; }
.ct-direct a { display: block; color: #215b9e; font-size: 22px; font-weight: 800; margin-top: 5px; }
.ct-form-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-bottom: 10px; }
.ct-form-heading h3 { font-size: 24px; font-weight: 800; margin: 0; }
.ct-form-heading p { font-size: 11px; color: #718099; }
.ct-form-hint { padding: 12px 14px; border-radius: 9px; background: #eef5fd; color: #49698e; font-size: 12.5px; line-height: 1.6; }
.ct-form-hint a { font-weight: 700; color: #1c5798; text-decoration: underline; text-underline-offset: 3px; }
.ct-form-hint[hidden] { display: none; }
.ct-preview { font-size: 12px; color: #6a7890; text-align: center; line-height: 1.6; }
.ct-preview a { color: #215b9e; text-decoration: underline; text-underline-offset: 3px; }
.ct .pga-note:empty { display: none; }
.ct .pga-note { text-align: left; padding: 13px 16px; background: #eef5fd; border-left: 3px solid #3974b6; border-radius: 4px; }
.ct-office { position: relative; overflow: hidden; background: #edf3fa; border-top: 1px solid #e2eaf4; padding-block: 58px; }
.ct-office .ct-in { display: grid; grid-template-columns: 1.05fr 1fr auto; align-items: center; gap: 50px; position: relative; }
.ct-office h2 { font-size: clamp(28px, 2.2vw, 37px); font-weight: 900; margin: 17px 0 0; }
.ct-office address { border-left: 1px solid #cad8e9; padding-left: 38px; font-size: 16px; line-height: 1.8; color: #536887; font-style: normal; }
.ct-office address b { display: block; color: #233d64; font-size: 17px; }
.ct-office .pg-btn { background: transparent; min-height: 48px; border: 1px solid #345a8f; color: #244d83; font-size: 14px; white-space: nowrap; }
.ct-bottom { padding-block: 27px; background: #fff; }
.ct-bottom .ct-in { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.ct-bottom p { color: #64758e; font-size: 14px; }
.ct-bottom a { font-size: 14px; color: #24558b; font-weight: 700; }
#incident { scroll-margin-top: var(--ct-header); }
@media (min-width: 1101px) and (max-width: 1400px) {
  .ct .hx-command .hx-ua { display: none; }
  .ct .hx-command .hx-in { gap: 16px; }
  .ct .hx-command .hx-right { gap: 12px; }
  .ct .hx-command .hx-menu > a, .ct .hx-command .hx-dd > button { padding-inline: 10px; }
  .ct .hx-evolve .hx-brand i, .ct .hx-evolve .hx-brand [data-logo="threatresponder"] { display: none; }
  .ct .hx-evolve .hx-in { gap: 16px; }
  .ct .hx-evolve .hx-dd > button { padding-inline: 9px; }
  .ct .hx-ent .hx-link { display: none; }
  .ct .hx-ent .hx-in { gap: 14px; }
  .ct .hx-ann > .hx-in > span:not(.hx-new):not(.hx-grow) { display: none; }
}
@media (max-width: 1000px) {
  .ct-hero-copy { width: 65%; }
  .ct-hero::before { background: linear-gradient(90deg, #edf4fa, #edf4faf2 40%, #edf4fa60); }
  .ct-route { padding: 24px 20px; }
  .ct-route-top { flex-direction: column; align-items: flex-start; gap: 12px; }
  .ct-route h2 { font-size: 21px; }
  .ct-request { gap: 36px; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
  .ct-request .pga-form { grid-template-columns: 1fr; }
  .ct-office .ct-in { grid-template-columns: 1fr 1fr; gap: 30px; }
  .ct-office .pg-btn { justify-self: start; }
}
@media (max-width: 700px) {
  .ct-hero .ct-in { min-height: 450px; padding-block: 27px 76px; }
  .ct-crumb { margin-bottom: 32px; }
  .ct-hero-copy { width: 100%; }
  .ct-hero h1 { font-size: clamp(38px, 8.5vw, 56px); max-width: 490px; }
  .ct-hero-copy > p:not(.ct-kicker) { max-width: 440px; }
  .ct-hero-art { width: 100%; opacity: .2; }
  .ct-routes { grid-template-columns: 1fr; gap: 14px; margin-top: -30px; }
  .ct-route { padding: 22px 24px; }
  .ct-route-top { flex-direction: row; align-items: center; margin-bottom: 10px; }
  .ct-route img { width: 46px; height: 46px; }
  .ct-route > a:not(.ct-route-go) { margin-top: 10px; }
  .ct-route-go { padding-top: 12px; }
  .ct-request { grid-template-columns: 1fr; padding-block: 45px; gap: 30px; }
  .ct-request-copy { padding-top: 0; }
  .ct-request .pga-form { grid-template-columns: 1fr 1fr; }
  .ct-steps { gap: 18px; margin-top: 23px; }
  .ct-office { padding-block: 36px; }
  .ct-office .ct-in { grid-template-columns: 1fr; gap: 24px; }
  .ct-office address { border-left: 0; padding-left: 0; }
  .ct-bottom .ct-in { flex-direction: column; align-items: flex-start; gap: 7px; }
}
@media (max-width: 640px) {
  .ct .hx-in { gap: 10px; }
  .ct .hx-util, .ct .hx-ann { display: none; }
  .ct .hx-ent, .ct .hx-evolve { top: 0; }
  .ct .hx-right { gap: 6px; }
  .ct .hx-command .hx-tab { width: 128px; padding-inline: 8px; }
  .ct .hx-command .hx-tab [data-logo] { width: 112px; }
  .ct .hx-btn { padding-inline: 10px; font-size: 12px; }
  .ct .hx-evolve .hx-brand i, .ct .hx-evolve .hx-brand [data-logo="threatresponder"] { display: none; }
  .ct .hx-ent .hx-brand [data-logo="netsecurity"], .ct .hx-evolve .hx-brand [data-logo="netsecurity"] { width: 110px; }
  .ct .hx-ent .hx-icb { display: none; }
  .ct-request .pga-form { grid-template-columns: 1fr; }
  .ct-form-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) { .ct-route-go span { transition: none; } }
@media (max-width: 360px) { .ct .hx-evolve .hx-btn { padding-inline: 8px; font-size: 11px; } }
