:root { color: #0b1537; background: #fff; font-family: Arial, Helvetica, sans-serif; font-synthesis: none; }
* { box-sizing: border-box; }
html { min-width: 1024px; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:is(a, button, input, select, textarea):focus-visible { outline: 3px solid #0b54e9; outline-offset: 4px; }

.contact-page { width: 100%; min-width: 1024px; min-height: 1275px; overflow: hidden; background: #fff; }
.contact-header { height: 72px; background: #fff; }
.contact-header-inner { width: min(100%, 1024px); height: 100%; margin: auto; padding: 0 50px; display: flex; align-items: center; }
.contact-brand { display: inline-flex; align-items: center; gap: 8px; color: #0b1537; font-size: 17px; font-weight: 700; letter-spacing: -.65px; white-space: nowrap; }
.contact-brand-mark { display: block; width: 35px; height: 38px; flex: none; }
.contact-nav { display: flex; align-items: center; gap: 27px; margin-left: 57px; color: #273b62; font-size: 11px; white-space: nowrap; }
.contact-nav a, .contact-nav span { position: relative; display: inline-flex; align-items: center; height: 38px; }
.contact-nav a.active { color: #0b1537; font-weight: 700; }
.contact-nav a.active::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: #1765f4; }
.contact-header-actions { display: flex; align-items: center; gap: 27px; margin-left: auto; white-space: nowrap; }
.contact-sign-in { color: #273b62; font-size: 11px; }
.contact-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 7px; white-space: nowrap; font-size: 14px; font-weight: 500; }
.contact-button span { font-size: 19px; line-height: 0; font-weight: 300; }
.contact-button-primary { color: #fff; background: #1765ee; }
.contact-button-primary:hover { background: #0d56d9; }
.contact-button-outline { color: #0763f5; border-color: #77b2ff; background: rgba(255,255,255,.8); }
.contact-button-outline:hover { background: #fff; border-color: #1765ee; }
.contact-header-cta { width: 139px; height: 40px; gap: 10px; font-size: 12px; }

.contact-eyebrow { margin: 0; color: #075de5; font-size: 10px; font-weight: 700; letter-spacing: 2.1px; line-height: 1.2; text-transform: uppercase; }
.contact-hero { position: relative; height: 355px; overflow: hidden; background: #f5faff; }
.contact-hero-copy { position: relative; z-index: 3; width: min(100%, 1024px); height: 100%; margin: auto; padding: 56px 0 0 56px; }
.contact-hero-copy h1 { margin: 14px 0 0; font-size: 52px; line-height: 1.01; letter-spacing: -2.9px; font-weight: 700; }
.contact-hero-description { margin: 13px 0 0; color: #405985; font-size: 20px; line-height: 1.38; letter-spacing: -.35px; }
.contact-hero-button { width: 192px; height: 46px; margin-top: 22px; }
.contact-hero-art-frame { display: contents; }
.contact-hero-art { position: absolute; z-index: 0; top: 0; right: max(0px, calc((100% - 1024px) / 2)); width: 544px; height: 355px; object-fit: fill; pointer-events: none; }
.contact-hero-cards { position: absolute; z-index: 2; top: 0; right: max(0px, calc((100% - 1024px) / 2)); width: 544px; height: 355px; }
.contact-icon-tile { display: grid; place-items: center; width: 44px; height: 44px; flex: none; border-radius: 10px; color: #0763f5; background: #e6f1ff; }
.contact-icon-tile svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.contact-hero-card { position: absolute; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(219,232,247,.9); border-radius: 11px; background: rgba(255,255,255,.94); box-shadow: 0 10px 24px rgba(35,91,156,.07); }
.contact-hero-card-main { top: 49px; left: 90px; width: 237px; height: 113px; padding: 16px; align-items: flex-start; }
.contact-hero-card-main .contact-icon-tile { width: 52px; height: 52px; }
.contact-hero-card-main strong { display: block; font-size: 15px; line-height: 1.25; letter-spacing: -.45px; }
.contact-hero-card-main p { margin: 8px 0 0; color: #405985; font-size: 12px; line-height: 1.35; }
.contact-hero-card-small { height: 57px; padding: 7px 13px; }
.contact-hero-card-small .contact-icon-tile { width: 42px; height: 42px; border-radius: 50%; }
.contact-hero-card-small .contact-icon-tile svg { width: 25px; height: 25px; }
.contact-hero-card-small strong { display: block; font-size: 12px; line-height: 1.1; letter-spacing: -.25px; }
.contact-hero-card-small p { margin: 3px 0 0; color: #405985; font-size: 11px; line-height: 1.1; white-space: nowrap; }
.contact-hero-card-sales { top: 162px; left: 229px; width: 197px; }
.contact-hero-card-product { top: 222px; left: 240px; width: 213px; }
.contact-hero-card-support { top: 282px; left: 230px; width: 205px; }

.contact-workspace { height: 592px; padding: 26px max(56px, calc((100% - 912px) / 2)); display: grid; grid-template-columns: 544px 336px; gap: 32px; background: #f4faff; }
.contact-form-card { height: 558px; padding: 25px 24px 18px; border: 1px solid #dbe8f8; border-radius: 8px; background: rgba(255,255,255,.85); }
.contact-form-copy h2 { margin: 14px 0 7px; font-size: 28px; line-height: 1.1; letter-spacing: -1.5px; }
.contact-form-copy > p:not(.contact-eyebrow) { margin: 0; color: #4c638e; font-size: 16px; line-height: 1.3; }
.contact-form { margin-top: 22px; }
.contact-form label { display: grid; gap: 5px; color: #273b62; font-size: 12px; line-height: 1.1; }
.contact-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; }
.contact-form > label { margin-top: 17px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #cfe1f9; border-radius: 6px; color: #273b62; background: #fff; font-size: 12px; }
.contact-form input, .contact-form select { height: 36px; padding: 0 12px; }
.contact-form textarea { height: 86px; padding: 11px 12px; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #9aafd0; opacity: 1; }
.contact-form select { appearance: auto; color: #405985; }
.contact-form-button { width: 180px; height: 42px; margin-top: 18px; }
.contact-form-note { margin: 10px 0 0; color: #6a80a6; font-size: 11px; line-height: 1.3; }
.contact-form-status { margin: 6px 0 0; color: #405985; font-size: 11px; }
.contact-help-panel { padding-top: 20px; }
.contact-help-panel h2 { margin: 14px 0 7px; font-size: 26px; line-height: 1.1; letter-spacing: -1.2px; }
.contact-help-intro { width: 320px; margin: 0; color: #405985; font-size: 13px; line-height: 1.35; }
.contact-help-list { display: grid; gap: 10px; margin-top: 15px; }
.contact-help-item { min-height: 66px; padding: 10px 13px; display: flex; align-items: center; gap: 14px; border: 1px solid #dbe8f8; border-radius: 8px; background: rgba(255,255,255,.9); }
.contact-help-item h3, .contact-privacy-note h3 { margin: 0 0 3px; font-size: 13px; line-height: 1.1; letter-spacing: -.25px; }
.contact-help-item p, .contact-privacy-note p { margin: 0; color: #4c638e; font-size: 12px; line-height: 1.25; }
.contact-privacy-note { margin-top: 25px; padding-top: 24px; display: flex; gap: 14px; border-top: 1px solid #cfe1f9; }

.contact-final-cta { position: relative; height: 160px; overflow: hidden; background: #f1f8ff; }
.contact-final-art-frame { display: contents; }
.contact-final-art { position: absolute; z-index: 0; top: 0; right: max(0px, calc((100% - 544px) / 2)); width: 544px; height: 163px; object-fit: fill; pointer-events: none; }
.contact-final-copy { position: relative; z-index: 1; width: min(100%, 1024px); height: 100%; margin: auto; padding: 40px 0 0 56px; }
.contact-final-copy h2 { margin: 14px 0 6px; font-size: 28px; line-height: 1.05; letter-spacing: -1.5px; }
.contact-final-copy > p:not(.contact-eyebrow) { margin: 0; color: #405985; font-size: 16px; line-height: 1.3; }
.contact-final-actions { position: absolute; z-index: 2; top: 66px; right: max(146px, calc((100% - 880px) / 2)); display: flex; gap: 16px; }
.contact-final-actions .contact-button { width: 150px; height: 44px; }

.contact-footer { height: 96px; background: #fff; }
.contact-footer-inner { width: min(100%, 1024px); height: 100%; margin: auto; padding: 0 50px; display: flex; align-items: center; }
.contact-footer-brand { font-size: 16px; }
.contact-footer-brand .contact-brand-mark { width: 35px; height: 38px; }
.contact-footer-nav { display: flex; gap: 27px; margin-left: 44px; color: #273b62; font-size: 11px; white-space: nowrap; }
.contact-social { display: flex; align-items: center; gap: 15px; height: 28px; margin-left: 44px; padding-left: 45px; border-left: 1px solid #d9e6fb; color: #0b1537; }
.contact-social span { width: 20px; height: 20px; }
.contact-social svg { display: block; width: 18px; height: 18px; }
.contact-copyright { margin: 0 0 0 auto; padding-left: 37px; border-left: 1px solid #d9e6fb; color: #4c638e; font-size: 10px; white-space: nowrap; }
.contact-legal { display: flex; flex-direction: column; margin-left: 20px; color: #4c638e; font-size: 10px; line-height: 1.45; }

.contact-mobile-menu { display: none; }

@media (max-width: 900px) {
  html { min-width: 0; }
  .contact-page { min-width: 0; min-height: 0; overflow: visible; }

  .contact-header { height: 68px; }
  .contact-header-inner { width: 100%; padding: 0 40px; }
  .contact-nav, .contact-header-cta { display: none; }
  .contact-header-actions { gap: 18px; }
  .contact-sign-in { font-size: 13px; }
  .contact-mobile-menu { position: relative; display: block; }
  .contact-mobile-menu > summary { display: grid; place-content: center; gap: 4px; width: 42px; height: 42px; border: 1px solid #c9def8; border-radius: 9px; color: #0b1537; background: #fff; cursor: pointer; list-style: none; }
  .contact-mobile-menu > summary::-webkit-details-marker { display: none; }
  .contact-mobile-menu > summary:focus-visible { outline: 3px solid #0b54e9; outline-offset: 4px; }
  .contact-mobile-menu > summary span { display: block; width: 18px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .15s ease, opacity .15s ease; }
  .contact-mobile-menu[open] > summary span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .contact-mobile-menu[open] > summary span:nth-child(2) { opacity: 0; }
  .contact-mobile-menu[open] > summary span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .contact-mobile-nav { position: absolute; z-index: 20; top: 50px; right: 0; display: grid; width: 238px; padding: 9px; border: 1px solid #dbe8f8; border-radius: 12px; background: #fff; box-shadow: 0 16px 34px rgba(30, 83, 153, .16); }
  .contact-mobile-nav a { display: flex; align-items: center; justify-content: space-between; min-height: 43px; padding: 0 12px; border-radius: 8px; color: #273b62; font-size: 14px; }
  .contact-mobile-nav a:hover, .contact-mobile-nav a:focus-visible, .contact-mobile-nav a.active { color: #075de5; background: #eff6ff; }
  .contact-mobile-nav .contact-mobile-nav-cta { margin-top: 5px; color: #fff; background: #1765ee; }
  .contact-mobile-nav .contact-mobile-nav-cta:hover, .contact-mobile-nav .contact-mobile-nav-cta:focus-visible { color: #fff; background: #0d56d9; }
  .contact-mobile-nav-cta span { font-size: 18px; line-height: 0; }

  .contact-hero { height: auto; min-height: 0; display: flex; flex-direction: column; padding-bottom: 34px; }
  .contact-hero-copy { order: 1; width: 100%; height: auto; padding: 54px 40px 0; }
  .contact-hero-copy h1 { font-size: 48px; line-height: 1.03; }
  .contact-hero-description { font-size: 18px; line-height: 1.4; }
  .contact-hero-button { margin-top: 20px; }
  .contact-hero-art-frame { display: block; position: relative; z-index: 0; order: 2; top: auto; right: auto; width: 217px; height: 155px; margin: 22px 40px 0 auto; overflow: hidden; }
  .contact-hero-art { position: absolute; top: 0; right: 0; width: 544px; height: 355px; object-fit: fill; }
  .contact-hero-cards { position: relative; z-index: 2; order: 3; top: auto; right: auto; width: calc(100% - 80px); height: auto; margin: -86px auto 0; }
  .contact-hero-card-small { display: none; }
  .contact-hero-card-main { position: relative; top: auto; left: auto; width: 100%; height: auto; min-height: 90px; padding: 13px 16px; }
  .contact-hero-card-main .contact-icon-tile { width: 46px; height: 46px; }

  .contact-workspace { height: auto; padding: 48px 40px 58px; display: flex; flex-direction: column; gap: 0; }
  .contact-form-card { width: 100%; height: auto; padding: 25px 24px 20px; }
  .contact-field-grid { grid-template-columns: 1fr; gap: 17px; }
  .contact-form > label { margin-top: 17px; }
  .contact-form-button { width: min(100%, 240px); }
  .contact-help-panel { width: 100%; padding-top: 42px; }
  .contact-help-intro { width: min(100%, 500px); }
  .contact-help-item { min-height: 70px; }
  .contact-privacy-note { margin-top: 26px; }

  .contact-final-cta { height: auto; min-height: 0; display: flex; flex-direction: column; padding-top: 34px; }
  .contact-final-copy { order: 1; width: 100%; height: auto; padding: 0 40px; }
  .contact-final-copy h2 { font-size: 30px; line-height: 1.08; }
  .contact-final-copy > p:not(.contact-eyebrow) { font-size: 16px; line-height: 1.4; }
  .contact-final-actions { position: relative; z-index: 2; order: 2; top: auto; right: auto; width: calc(100% - 80px); margin: 22px auto 0; display: grid; gap: 10px; }
  .contact-final-actions .contact-button { width: 100%; height: 48px; }
  .contact-final-art-frame { display: block; position: relative; order: 3; top: auto; right: auto; width: 180px; height: 163px; margin: 18px 24px 0 auto; overflow: hidden; }
  .contact-final-art { position: absolute; top: 0; right: 60px; width: 544px; height: 163px; object-fit: fill; }

  .contact-footer { height: auto; }
  .contact-footer-inner { width: 100%; height: auto; padding: 34px 40px; display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 24px; }
  .contact-footer-nav { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 18px 24px; margin-left: 0; white-space: normal; }
  .contact-social { grid-column: 1; margin-left: 0; padding-left: 0; border-left: 0; }
  .contact-copyright { grid-column: 1 / -1; margin: 0; padding-left: 0; border-left: 0; white-space: normal; }
  .contact-legal { grid-column: 2; grid-row: 3; margin-left: 0; }
}

@media (max-width: 600px) {
  .contact-header-inner { padding: 0 24px; }
  .contact-brand { gap: 7px; font-size: 16px; }
  .contact-brand-mark { width: 32px; height: 34px; }
  .contact-header-actions { gap: 12px; }
  .contact-sign-in { font-size: 14px; }

  .contact-hero { padding-bottom: 32px; }
  .contact-hero-copy { padding: 44px 24px 0; }
  .contact-hero-copy h1 { margin-top: 13px; font-size: 42px; line-height: 1.04; letter-spacing: -2.2px; }
  .contact-hero-description { margin-top: 15px; font-size: 17px; line-height: 1.45; }
  .contact-hero-description br { display: none; }
  .contact-hero-button { width: 100%; height: 48px; margin-top: 20px; }
  .contact-hero-art-frame { width: 217px; height: 155px; margin: 22px 24px 0 auto; }
  .contact-hero-cards { width: calc(100% - 48px); margin-top: -72px; }
  .contact-hero-card-main { min-height: 86px; padding: 12px 14px; }
  .contact-hero-card-main .contact-icon-tile { width: 44px; height: 44px; }
  .contact-hero-card-main strong { font-size: 14px; }
  .contact-hero-card-main p { margin-top: 4px; font-size: 11px; }

  .contact-workspace { padding: 38px 24px 50px; }
  .contact-form-card { padding: 24px 18px 20px; }
  .contact-form-copy h2 { font-size: 28px; }
  .contact-form-copy > p:not(.contact-eyebrow) { font-size: 16px; }
  .contact-form { margin-top: 24px; }
  .contact-form label { font-size: 13px; }
  .contact-form input, .contact-form select { height: 44px; font-size: 14px; }
  .contact-form textarea { min-height: 112px; font-size: 14px; }
  .contact-form-button { width: 100%; height: 48px; }
  .contact-form-note { font-size: 11px; }
  .contact-help-panel { padding-top: 36px; }
  .contact-help-panel h2 { font-size: 28px; }
  .contact-help-intro { font-size: 14px; line-height: 1.4; }
  .contact-help-list { gap: 9px; margin-top: 18px; }
  .contact-help-item { min-height: 74px; padding: 11px 12px; gap: 12px; }
  .contact-help-item h3, .contact-privacy-note h3 { font-size: 14px; }
  .contact-help-item p, .contact-privacy-note p { font-size: 13px; line-height: 1.3; }
  .contact-privacy-note { margin-top: 24px; padding-top: 22px; }

  .contact-final-cta { padding-top: 30px; }
  .contact-final-copy { padding: 0 24px; }
  .contact-final-copy h2 { font-size: 30px; letter-spacing: -1.5px; }
  .contact-final-actions { width: calc(100% - 48px); margin-top: 20px; }
  .contact-final-art-frame { width: 180px; height: 140px; margin-top: 16px; }

  .contact-footer-inner { padding: 30px 24px; grid-template-columns: 1fr; gap: 22px; }
  .contact-footer-nav { gap: 18px 24px; font-size: 13px; }
  .contact-social, .contact-copyright, .contact-legal { grid-column: 1; }
  .contact-legal { grid-row: auto; flex-direction: row; gap: 20px; font-size: 12px; }
  .contact-copyright { font-size: 12px; }
}
