/* Shared enterprise presentation. Page-specific content remains in site.css/home.css. */
:root {
  color-scheme: dark;
  --ga-bg: #091321;
  --ga-text: #f2f6fc;
  --ga-text-muted: #b4c3d6;
  --ga-text-soft: #a9bad0;
  --ga-title-font: var(--ga-body-font);
  --cta-bg: #315fd0;
  --cta-hover: #284eae;
}
html { scroll-padding-top: 24px; }
body { background: #091321; color: #f2f6fc; }
.ga-site::before, .ga-site::after { display: none; }
button, input, select, textarea { font: inherit; }
button, a, summary { touch-action: manipulation; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid #c2ddff; outline-offset: 5px;
}
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.ui-icon { display: block; width: 18px; height: 18px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.wrap { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.skip { position: absolute; top: -100px; left: 24px; z-index: 110; background: #f2f6fc; color: #091321; padding: 12px 20px; }
.skip:focus { top: 12px; color: #091321; }
.header { position: relative; z-index: 5; min-height: 100px; display: flex; align-items: center; gap: 36px; border-bottom: 1px solid #233247; }
.brand { flex-shrink: 0; }
.brand img { display: block; width: 177px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; margin-right: 20px; font-size: .875rem; color: #c3cede; }
.desktop-nav a, .mobile-nav a { min-height: 44px; display: inline-flex; align-items: center; }
.desktop-nav a:hover, .mobile-nav a:hover, .header a[aria-current="page"] { color: #fff; text-decoration: underline; text-underline-offset: 6px; }
.mobile-nav { display: none; }
.button, .ga-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 25px;
  border-radius: 6px; font-size: .9375rem; font-weight: 600; letter-spacing: 0;
  line-height: 1.5; min-height: 48px; padding: 12px 20px; text-decoration: none; cursor: pointer;
}
.button:not(.button-outline), .ga-button--primary, .ga-hero .ga-button--primary {
  background: var(--cta-bg); border: 1px solid var(--cta-bg); color: #fff; box-shadow: none;
}
.button:not(.button-outline):hover, .ga-button--primary:hover, .ga-button--primary:focus-visible,
.ga-hero .ga-button--primary:hover { background: var(--cta-hover); border-color: var(--cta-hover); color: #fff; box-shadow: none; }
.button-outline, .ga-button--secondary, .ga-hero .ga-button--secondary {
  border: 1px solid #69819f; background: transparent; color: #f2f6fc; box-shadow: none;
}
.button-outline:hover, .ga-button--secondary:hover, .ga-button--secondary:focus-visible { background: #1c354e; color: #fff; }
.button:focus-visible, .ga-button:focus-visible, .ga-hero .ga-button:focus-visible { outline: 3px solid #c2ddff; outline-offset: 5px; box-shadow: none; }
.header .button-small { min-height: 44px; padding: 9px 16px; font-size: .875rem; white-space: nowrap; }
.button:disabled, .ga-button:disabled { background: #263b57; border-color: #526781; color: #a9bad0; cursor: not-allowed; box-shadow: none; }
.site-footer { border-top: 1px solid #354b64; background: #08111d; }
.footer-main { display: grid; grid-template-columns: 1fr 2fr; gap: 90px; padding-block: 55px 40px; }
.footer-brand p { color: #b4c3d6; font-size: .875rem; max-width: 250px; margin: 20px 0 0; }
.footer-navigation { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer-navigation h2 { font-family: var(--ga-body-font); font-size: .875rem; font-weight: 600; margin: 0 0 13px; line-height: 1.6; letter-spacing: 0; }
.footer-navigation a { display: block; font-size: .875rem; color: #b4c3d6; padding-block: 7px; }
.footer-navigation a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { border-top: 1px solid #293b50; display: flex; flex-wrap: wrap; gap: 12px 28px; align-items: center; padding-block: 22px; font-size: .75rem; color: #b4c3d6; }
.footer-bottom p { margin: 0; }
.ga-modal__backdrop { background: #02070dcc; backdrop-filter: blur(6px); }
.ga-modal__dialog { background: #102034; border-color: #526d8c; border-radius: 12px; }
.ga-modal__header h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); line-height: 1.2; letter-spacing: -.03em; }
.ga-modal__header p, .ga-modal__success p { color: #b4c3d6; }
.ga-modal__close { width: 44px; height: 44px; }
.ga-field input, .ga-field select { border-radius: 6px; background: #0b1828; color: #f2f6fc; font-size: 1rem; }
.ga-demo-form__status[data-tone="error"] { color: #ffc4b7; }
.ga-demo-form__notice { color: #b4c3d6; }
.ga-demo-form__notice a { text-decoration: underline; text-underline-offset: 3px; }
.ga-demo-form__submit { width: auto; min-width: 160px; }
.ga-modal--success .ga-demo-form { display: none; }
@media (max-width: 1100px) {
  .header { gap: 20px; }
  .desktop-nav { gap: 24px; margin-right: 0; }
  .footer-main { gap: 40px; }
}
@media (max-width: 850px) {
  .header { flex-wrap: wrap; gap: 12px; padding-block: 18px; }
  .header > .button { margin-left: auto; }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; width: 100%; color: #b4c3d6; font-size: .875rem; }
  .mobile-nav summary { cursor: pointer; width: max-content; min-height: 44px; padding-block: 10px; }
  .mobile-nav nav { display: flex; flex-wrap: wrap; gap: 12px 26px; padding-block: 5px; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer-brand p { max-width: 400px; }
}
@media (max-width: 620px) {
  .wrap { width: calc(100% - 40px); }
  .header { min-height: 82px; }
  .header .brand img { width: 128px; }
  .header .button-small { font-size: .8125rem; padding-inline: 11px; gap: 9px; }
  .footer-main { padding-block: 35px 25px; }
  .footer-navigation { grid-template-columns: 1fr 1fr; gap: 25px; }
  .footer-bottom { display: block; }
  .ga-modal__dialog { padding: 24px 20px; max-height: calc(100dvh - 24px); }
  .ga-modal__close { top: 14px; right: 12px; }
  .ga-demo-form__submit { width: 100%; }
}
@media (max-width: 380px) {
  .header .brand img { width: 116px; }
  .header .button-small { font-size: .75rem; padding-inline: 8px; gap: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* Keep each solution screenshot intact, including at wide desktop sizes. */
.ga-solution-hero .ga-asset-console--image img,
.ga-solution-section .ga-asset-console--image img { object-fit: contain; }

/* The same contact form is used in the dialog and on /request-demo. */
.ga-contact .ga-modal__header { max-width: 100%; }
.ga-contact .ga-form-help { color: #b4c3d6; font-size: .8125rem; margin: 0; }
.ga-contact .ga-demo-form { gap: 18px; }
.ga-contact .ga-field-error { color: #ffc4b7; font-weight: 400; font-size: .8125rem; line-height: 1.5; }
.ga-field-error:empty, .ga-demo-form__status:empty { display: none; }
.ga-contact [aria-invalid="true"] { border-color: #edac9e; }
.ga-contact .ga-field[hidden] { display: none; }
.ga-contact .ga-check input { flex-shrink: 0; }
.ga-contact .ga-choice-row { gap: 12px 20px; }
.ga-optional-details { border-top: 1px solid #354b64; border-bottom: 1px solid #354b64; padding-block: 4px; }
.ga-optional-details summary { cursor: pointer; min-height: 44px; padding-block: 10px; font-size: .875rem; color: #c8d8ec; }
.ga-optional-fields { display: grid; gap: 18px; padding-block: 8px 18px; }
.ga-consent { display: grid; gap: 8px; }
.ga-contact .ga-demo-form__submit { justify-self: start; min-width: 180px; }
.ga-contact.is-success > .ga-modal__header, .ga-contact.is-success > .ga-demo-form { display: none; }
.ga-contact.is-success > .ga-modal__success { display: block; padding-block: 35px; }
.ga-contact .ga-modal__success h2 { margin: 0 0 14px; }
.ga-contact .ga-modal__success p { margin: 0; }
.demo-page { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; padding-block: 72px 90px; }
.demo-page-intro h1 { font-size: clamp(2rem, 3.7vw, 3rem); font-weight: 500; line-height: 1.15; letter-spacing: -.04em; margin: 20px 0 24px; }
.demo-page-intro p { font-size: 1rem; color: #b4c3d6; line-height: 1.8; }
.demo-page-intro h2 { font-size: 1rem; font-weight: 600; margin: 36px 0 14px; }
.demo-page-intro ul { padding-left: 20px; color: #c8d8ec; font-size: .9375rem; line-height: 1.8; margin-bottom: 28px; }
.demo-page-intro li { padding-block: 5px; }
.demo-page-link { display: inline-flex; align-items: center; gap: 14px; font-size: .9375rem; margin-top: 20px; }
.demo-page-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.demo-page-form { min-width: 0; border: 1px solid #526d8c; border-radius: 12px; background: #102034; padding: 32px; }
.demo-page-form .ga-modal__header { padding-right: 0; }
.demo-page-form .ga-modal__header h2 { font-size: 1.6rem; }
@media (max-width: 1100px) { .demo-page { gap: 40px; } }
@media (max-width: 850px) { .demo-page { grid-template-columns: 1fr; gap: 32px; padding-block: 40px 55px; } }
@media (max-width: 620px) {
  .demo-page-form { padding: 24px 20px; }
  .ga-contact .ga-choice-row { flex-direction: column; align-items: flex-start; gap: 14px; }
  .ga-contact .ga-demo-form__submit { width: 100%; }
}

.ga-contact .ga-check { min-height: 44px; }
.ga-contact .ga-check input { min-height: 22px; padding: 0; }
