
/* ---- Pro Security Group: shared static-build styles ---- */
html { -webkit-text-size-adjust: 100%; color-scheme: light; scroll-padding-top: 96px; }
/* fallback stacks close in width to the brand fonts, so nothing jumps or overflows while they load */
:root, html, .p, .u { --font-heading: "Barlow Condensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, system-ui, sans-serif; --font-body: "Barlow", "Segoe UI", Roboto, "Helvetica Neue", Arial, system-ui, sans-serif; }
.p h1, .u h1, .p h2, .u h2, .p h3, .u h3, .p .hs-h1 { overflow-wrap: anywhere; min-width: 0; }
body { padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); overflow-x: clip; }
main:focus { outline: none; }
img[width][height] { height: auto; }
.skip-link { position: absolute; left: 16px; top: -100px; z-index: 100; background: #092f25; color: #fff; font-family: "Barlow Condensed", system-ui, sans-serif; font-weight: 700; font-size: 16px; padding: 12px 18px; border-radius: 999px; text-decoration: none; }
.skip-link:focus { top: 12px; outline: 3px solid #e8b94e; outline-offset: 3px; }
/* focus ring that reads on light and dark surfaces */
.p :focus-visible, .u :focus-visible, .skip-link:focus-visible, .mcta a:focus-visible { outline: 3px solid #e8b94e; outline-offset: 3px; box-shadow: 0 0 0 6px rgba(9,47,37,.55); }
.p .rail-in, .u .rail-in { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.p .rail, .u .rail { -webkit-backdrop-filter: blur(3px); }
.u { --muted: color-mix(in srgb, var(--color-text) 74%, transparent); }
/* contact strip: touch-sized links, stacks on phones */
.p .topbar a, .u .topbar a { white-space: nowrap; display: inline-flex; align-items: center; min-height: 28px; padding: 2px 0; }
@media (max-width: 700px) {
.p .topbar, .u .topbar { flex-direction: column; align-items: flex-start; gap: 4px; padding: 8px 20px !important; }
.p .topbar > div, .u .topbar > div { flex-wrap: wrap; gap: 4px 18px !important; }
}
/* navigation: comfortable targets */
.p .unav-links .navlink, .u .unav-links .navlink { padding: 10px 2px; }
.p .navlink::after, .u .navlink::after { bottom: 2px; }
.p .unav-links .cta, .u .unav-links .cta { padding: 12px 22px; }
.p .flink, .u .flink { color: inherit; display: inline-block; padding: 2px 0; }
.p .flink:hover, .u .flink:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
/* technical plates: one dark treatment everywhere, no washed-out variant */
.p .gfx-light, .u .gfx-light { background: linear-gradient(150deg, #0d4634 0%, #092f25 55%, #06231b 100%) !important; }
.p .gfx-light .g-grid, .u .gfx-light .g-grid { background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px) !important; }
.p .gfx-light .g-ring, .u .gfx-light .g-ring { border-color: rgba(232,185,78,.45) !important; }
.p .gfx-light .g-glyph, .u .gfx-light .g-glyph { color: #e8b94e !important; opacity: .55 !important; }
.p .gfx-light .g-node, .u .gfx-light .g-node { background: #e8b94e !important; box-shadow: 0 0 0 6px rgba(232,185,78,.18) !important; }
.p .gfx-light .g-sweep, .u .gfx-light .g-sweep { background: conic-gradient(from 0deg, transparent 0deg, rgba(232,185,78,.22) 40deg, transparent 80deg) !important; }
.p .gfx-light .g-vignette, .u .gfx-light .g-vignette { background: radial-gradient(120% 100% at 50% 40%, transparent 30%, rgba(4,20,14,.55) 100%) !important; }
.p .gfx-light .g-scan, .u .gfx-light .g-scan { background: linear-gradient(90deg, transparent, rgba(232,185,78,.8), transparent) !important; }
/* mobile navigation: the links collapse behind a menu button */
.p .nav-toggle, .u .nav-toggle { display: none; }
@media (max-width: 1040px) {
.p .unav, .u .unav { flex-wrap: nowrap !important; row-gap: 0 !important; }
.p .nav-toggle, .u .nav-toggle { display: inline-flex; align-items: center; gap: 10px; margin-left: auto; min-height: 44px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--color-accent-900); font-family: var(--font-heading); font-size: 14px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.p .nav-toggle:hover, .u .nav-toggle:hover { border-color: var(--color-accent); color: var(--color-accent); }
.p .nav-toggle svg, .u .nav-toggle svg { display: block; }
.p .nav-toggle .ic-close, .u .nav-toggle .ic-close { display: none; }
.p .nav-open .nav-toggle .ic-close, .u .nav-open .nav-toggle .ic-close { display: block; }
.p .nav-open .nav-toggle .ic-menu, .u .nav-open .nav-toggle .ic-menu { display: none; }
.p .unav-links, .u .unav-links { display: none !important; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: stretch !important; gap: 0 !important; padding: 8px 20px 20px !important; background: #fff; border-top: 1px solid var(--line) !important; border-bottom: 1px solid var(--line); box-shadow: 0 18px 40px rgba(9,47,37,.14); width: auto !important; max-height: calc(100vh - 100px); max-height: calc(100dvh - 100px); overflow-y: auto; }
.p .nav-open .unav-links, .u .nav-open .unav-links { display: flex !important; }
.p .unav-links .navlink, .u .unav-links .navlink { padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 17px; }
.p .unav-links .navlink::after, .u .unav-links .navlink::after { display: none; }
.p .unav-links .navlink.on, .u .unav-links .navlink.on { color: var(--color-accent); }
.p .unav-links .cta, .u .unav-links .cta { margin: 16px 0 0 !important; text-align: center; }
}
/* forms */
.u [data-form-state="sent"] { animation: pRise .6s cubic-bezier(.22,.8,.3,1) both; }
.u .input { min-height: 46px; font-size: 16px; }
.u textarea.input { min-height: 120px; }
.u .field-error { outline: 2px solid #b23a3a !important; outline-offset: 1px; }
.u .form-note { font-size: 14px; color: #9b2c2c; margin: 8px 0 0; min-height: 1.4em; flex-basis: 100%; }
.u .opt, .u .filt { min-height: 44px; }
/* status pills in tables stay on one line */
.u td span[style*="border-radius: 14px"] { display: inline-block; white-space: nowrap; }
/* case study filter */
.u .case-hidden { display: none !important; }
/* wide tables scroll sideways on small screens */
.u div[style*="overflow-x: auto"] { overscroll-behavior-x: contain; -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
@media (max-width: 760px) {
.u div[style*="overflow-x: auto"]::before { content: 'Swipe sideways to see the whole table'; display: block; font-family: var(--font-heading); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
}
/* quick contact bar on phones */
.mcta { display: none; }
@media (max-width: 700px) {
.mcta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: 1fr 1fr 1.3fr; gap: 1px; background: #d9e1da; border-top: 1px solid #d9e1da; padding-bottom: env(safe-area-inset-bottom); padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); }
.mcta-btn { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 54px; background: #fff; color: #092f25; font-family: "Barlow Condensed", system-ui, sans-serif; font-weight: 700; font-size: 15px; letter-spacing: .04em; text-decoration: none; }
.mcta-btn svg { flex: none; }
.mcta-primary { background: #073b2b; color: #fff; }
.mcta-btn:active { background: #eaf1ec; }
.mcta-primary:active { background: #0a3327; }
body { padding-bottom: calc(56px + env(safe-area-inset-bottom)); }
/* lift the design's floating widgets above the bar */
button[aria-label="Open the quick answers assistant"] { bottom: calc(72px + env(safe-area-inset-bottom)) !important; width: 54px !important; height: 54px !important; }
div[style*="z-index:9991"], div[style*="z-index: 9991"] { bottom: calc(136px + env(safe-area-inset-bottom)) !important; max-height: calc(100dvh - 200px - env(safe-area-inset-bottom)) !important; }
div[style*="z-index:9998"], div[style*="z-index: 9998"] { padding-bottom: calc(66px + env(safe-area-inset-bottom)) !important; padding-left: 12px !important; padding-right: 12px !important; }
div[style*="z-index:9998"] > div > div, div[style*="z-index: 9998"] > div > div { padding: 22px 20px !important; }
}
.p .svc-foot-link { display: inline-block; padding: 8px 0 6px; }
/* secondary hero button on the content pages */
.u .ghost { border: 1.5px solid rgba(255,255,255,.55); color: #fff; padding: 13px 24px; font-family: var(--font-heading); font-weight: 600; font-size: 15px; border-radius: 999px; transition: background .2s ease, border-color .2s ease; display: inline-block; }
.u .ghost:hover { background: rgba(255,255,255,.14); border-color: #fff; color: #fff; }
/* motion: respect the user's setting everywhere */
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
/* print: content only */
@media print {
.mcta, .nav-toggle, .hs-ctl, .marquee, button[aria-label="Open the quick answers assistant"], div[style*="z-index:9998"], div[style*="z-index:9991"] { display: none !important; }
.p .hslide, .u .hslide { min-height: 0; }
}

/* ---- Site footer ---- */
.p .sf, .u .sf { background: #06231b; color: #b9cdc2; border-top: 5px solid var(--color-accent-400); padding: 64px 40px 28px; font-size: 14.5px; }
.p .sf-in, .u .sf-in { max-width: 1280px; margin: 0 auto; }
.p .sf-grid, .u .sf-grid { display: grid; grid-template-columns: 1.55fr .8fr 1fr 1.25fr; gap: 48px; }
.p .sf a, .u .sf a { color: #d5e3da; text-decoration: none; transition: color .18s ease; }
.p .sf a:hover, .u .sf a:hover { color: #fff; }
.p .sf-logo, .u .sf-logo { display: inline-block; background: #fff; border-radius: 12px; padding: 10px 16px; margin-bottom: 20px; }
.p .sf-logo img, .u .sf-logo img { display: block; height: 44px; width: auto; }
.p .sf-brand p, .u .sf-brand p { line-height: 1.7; margin: 0 0 20px; max-width: 46ch; }
.p .sf-badge, .u .sf-badge { display: flex; align-items: center; gap: 14px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.04); margin-bottom: 12px; max-width: 380px; transition: border-color .2s ease, background .2s ease; }
.p .sf-badge:hover, .u .sf-badge:hover { border-color: var(--color-accent-400); background: rgba(255,255,255,.07); }
.p .sf-badge-img, .u .sf-badge-img { flex: none; width: 46px; height: 46px; border-radius: 8px; background: #fff; display: grid; place-items: center; overflow: hidden; }
.p .sf-badge-img img, .u .sf-badge-img img { max-width: 40px; max-height: 40px; width: auto; height: auto; display: block; }
.p .sf-badge strong, .u .sf-badge strong { display: block; color: #fff; font-family: var(--font-heading); font-size: 15px; font-weight: 600; letter-spacing: .01em; }
.p .sf-badge small, .u .sf-badge small { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; color: #b9cdc2; margin-top: 2px; }
.p .sf-h, .u .sf-h { font-family: var(--font-heading); font-size: 17px; font-weight: 600; color: #fff; margin-bottom: 14px; }
.p .sf-col > a, .u .sf-col > a { display: block; padding: 7px 0; }
.p .sf-row, .u .sf-row { display: flex !important; gap: 12px; align-items: flex-start; padding: 8px 0 !important; line-height: 1.55; }
.p .sf-row svg, .u .sf-row svg { flex: none; margin-top: 2px; color: var(--color-accent-400); }
.p .sf-bar, .u .sf-bar { display: flex; flex-wrap: wrap; gap: 12px 28px; justify-content: space-between; align-items: center; margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; color: #9fb7aa; }
.p .sf-legal, .u .sf-legal { display: flex; flex-wrap: wrap; gap: 4px 22px; }
.p .sf-legal a, .u .sf-legal a { padding: 6px 0; display: inline-block; }
@media (max-width: 1040px) { .p .sf-grid, .u .sf-grid { grid-template-columns: 1fr 1fr; gap: 40px 32px; } .p .sf-brand, .u .sf-brand { grid-column: 1 / -1; } .p .sf-touch, .u .sf-touch { grid-column: 1 / -1; } }
@media (max-width: 700px) { .p .sf, .u .sf { padding: 48px 20px 24px !important; } .p .sf-bar, .u .sf-bar { flex-direction: column; align-items: flex-start; } }

/* ---- Careers application ---- */
.u .cf-wrap { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 56px; align-items: start; }
.u .cf-side { position: sticky; top: 110px; }
.u .cf-kicker { font-size: 13px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--blue); margin-bottom: 12px; }
.u .cf-h2 { font-size: clamp(30px, 3.2vw, 44px); font-weight: 700; margin: 0 0 14px; line-height: 1.06; }
.u .cf-lead { color: var(--muted); font-size: 17px; line-height: 1.65; margin: 0 0 26px; }
.u .cf-panel { background: var(--color-accent-900); color: #dfe9e3; border-radius: 16px; padding: 28px 30px; margin-bottom: 18px; }
.u .cf-panel h3 { color: #fff; font-size: 21px; font-weight: 600; margin: 0 0 14px; }
.u .cf-panel-plain { background: #fff; color: var(--muted); border: 1px solid var(--line); border-left: 5px solid var(--amber); }
.u .cf-panel-plain h3 { color: var(--navy); }
.u .cf-panel-plain p { margin: 0; font-size: 15px; line-height: 1.65; }
.u .cf-panel-plain a { font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.u .cf-ticks { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; font-size: 15.5px; line-height: 1.5; }
.u .cf-ticks li { position: relative; padding-left: 30px; }
.u .cf-ticks li::before { content: ''; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%; background: var(--amber) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23092f25' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 11px no-repeat; }
.u .cf-form { background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 20px 50px rgba(29,45,61,.09); padding: 36px; min-width: 0; }
.u .cf-honey { position: absolute !important; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.u .cf-step { border: 0; margin: 0; padding: 0; min-width: 0; }
.u .cf-step + .cf-step { margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--line); }
.u .cf-step h3, .u .cf-legend { display: flex; align-items: center; gap: 12px; font-family: var(--font-heading); font-size: 23px; font-weight: 600; color: var(--navy); margin: 0 0 14px; padding: 0; letter-spacing: -0.01em; }
.u .cf-num { flex: none; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--color-accent-700); color: #fff; font-size: 16px; font-weight: 700; }
.u .cf-step > p { color: var(--muted); font-size: 15px; line-height: 1.65; margin: 0 0 14px; }
.u .cf-notice { margin: 0 0 20px; padding: 18px 20px 18px 38px; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; font-size: 14.5px; line-height: 1.6; color: var(--muted); display: grid; gap: 9px; }
.u .cf-notice strong { color: var(--navy); }
.u .cf-notice a { text-decoration: underline; text-underline-offset: 3px; }
.u .cf-check { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 1.5px solid var(--color-accent-700); border-radius: 12px; font-size: 15px; line-height: 1.55; color: var(--navy); font-weight: 600; cursor: pointer; margin-bottom: 10px; }
.u .cf-check.cf-optional { border: 1px solid var(--line); font-weight: 500; color: var(--muted); }
.u .cf-check input { flex: none; width: 22px; height: 22px; margin: 1px 0 0; accent-color: #073b2b; border-radius: 4px; }
.u .cf-locked[disabled] .cf-grid, .u .cf-locked[disabled] .cf-field, .u .cf-locked[disabled] .cf-submit, .u .cf-locked[disabled] .cf-foot { opacity: .45; }
.u .cf-lock-note { background: #fdf6e3; border: 1px solid #ecd9a4; color: #5c4a12 !important; border-radius: 10px; padding: 12px 16px; font-weight: 600; }
.u .cf-locked:not([disabled]) .cf-lock-note { display: none; }
.u .cf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
.u .cf-field { margin-bottom: 18px; min-width: 0; }
.u .cf-field > label:first-child { display: block; font-size: 13.5px; font-weight: 700; color: var(--navy); margin-bottom: 7px; }
.u .cf-field select.input { appearance: auto; }
.u .cf-hint { display: block; font-size: 12.5px; color: var(--muted); margin-top: 5px; }
.u .cf-err { display: block; font-size: 13.5px; color: #9b2c2c; margin-top: 6px; font-weight: 600; }
.u .cf-err[hidden] { display: none; }
.u .cf-drop { display: flex !important; flex-direction: column; align-items: center; gap: 6px; text-align: center; padding: 28px 18px; border: 2px dashed var(--color-accent-300); border-radius: 14px; background: var(--paper); color: var(--color-accent-700); cursor: pointer; transition: border-color .2s ease, background .2s ease; margin: 0 !important; }
.u .cf-drop:hover, .u .cf-drop.is-over { border-color: var(--color-accent-700); background: var(--color-accent-100); }
.u .cf-drop.has-file { border-style: solid; border-color: var(--color-accent-700); }
.u .cf-drop-main { font-weight: 700; font-size: 15.5px; color: var(--navy); overflow-wrap: anywhere; }
.u .cf-drop-sub { font-size: 13px; color: var(--muted); font-weight: 500; }
.u .cf-file { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.u .cf-file:focus-visible + .cf-err, .u .cf-field:focus-within .cf-drop { outline: 3px solid #e8b94e; outline-offset: 3px; }
.u .cf-summary { background: #fbeaea; border: 1px solid #e6b8b8; color: #7d1f1f; border-radius: 10px; padding: 12px 16px; font-size: 14.5px; font-weight: 600; margin: 0 0 16px; }
.u .cf-summary[hidden] { display: none; }
.u .cf-submit { width: 100%; text-align: center; font-size: 17px !important; padding: 17px 26px !important; }
.u .cf-submit[disabled] { cursor: not-allowed; }
.u .cf-foot { font-size: 13px; color: var(--muted); line-height: 1.6; margin: 14px 0 0; text-align: center; }
@media (max-width: 1040px) { .u .cf-wrap { grid-template-columns: 1fr; gap: 32px; } .u .cf-side { position: static; } }
@media (max-width: 700px) { .u .cf-form { padding: 24px 18px; } .u .cf-grid { grid-template-columns: 1fr; } .u .cf-panel { padding: 24px 22px; } }
/* simple text pages (privacy, thank-you) */
.u .doc { max-width: 860px; margin: 0 auto; padding: 72px 40px 90px; }
.u .doc h1 { font-size: clamp(34px, 4.4vw, 56px); margin: 0 0 16px; line-height: 1.05; }
.u .doc h2 { font-size: clamp(22px, 2.4vw, 28px) !important; margin: 38px 0 10px; }
.u .doc p, .u .doc li { font-size: 16.5px; line-height: 1.72; color: var(--muted); }
.u .doc ul { padding-left: 22px; display: grid; gap: 6px; }
.u .doc a { text-decoration: underline; text-underline-offset: 3px; font-weight: 600; }
.u .doc .doc-k { font-size: 13px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--blue); margin-bottom: 12px; }
.u .doc .doc-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.u .doc .doc-actions a { text-decoration: none; }
.u .doc .ghost-dark { border: 1.5px solid var(--color-accent-700); color: var(--color-accent-700); padding: 13px 24px; border-radius: 999px; font-family: var(--font-heading); font-weight: 600; font-size: 15px; display: inline-block; }
@media (max-width: 700px) { .u .doc { padding: 48px 20px 64px; } }
