/* Shared page shell (ported from the redesign pages' inline styles by scripts/redesign/port.mjs). */
:root {
  --hdr: #3a4a8c; --navy: #0f1c4d; --navy-2: #172863; --band: #34488a; --band-2: #2d3f7e;
  --peri: #7084c7; --peri-d: #4f63ad; --peri-l: #aebcef;
  --lav: #e3e6f2; --lav-2: #eef0f8; --ink: #1f2747; --ink-2: #4c5578; --ink-3: #7b83a3;
  --red: #f23e45;
  --font: "Gotham Pro", "Montserrat", system-ui, sans-serif;
  --gut: clamp(20px, 4vw, 60px);
  --wrap: min(1170px, 100% - 2 * var(--gut));
  --wide: min(1680px, 100% - 2 * var(--gut));
  --logo-net: #374b8b; --logo-security: #f23e45; --logo-reg: #7084c7; --logo-threat: #f23e45; --logo-responder: #9b9da1;
}
body { background: #fff; color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.65; }
.wrap { width: var(--wrap); margin-inline: auto; }
.wide { width: var(--wide); margin-inline: auto; }
.st { text-align: center; margin-bottom: 56px; }
.st h2 { font-size: clamp(32px, 3vw, 48px); font-weight: 900; letter-spacing: -.01em; line-height: 1.12; color: var(--peri-d); }
.st h2::after { content: ""; display: block; width: 90px; height: 4px; background: var(--red); margin: 22px auto 0; border-radius: 2px; }
.st p { max-width: 760px; margin: 22px auto 0; color: var(--ink-2); font-size: 17px; }
.on-dark .st h2 { color: #fff; }
.on-dark .st p { color: #c8d0ee; }
.btn { display: inline-flex; align-items: center; gap: 10px; height: 52px; padding: 0 30px; border-radius: 999px; font-weight: 700; font-size: 15px; transition: transform .2s, box-shadow .2s, background .2s; white-space: nowrap; }
.btn .pu-i { width: 17px; height: 17px; }
.btn-w { background: #fff; color: var(--navy); box-shadow: 0 0 0 6px rgba(255, 255, 255, .14); }
.btn-w:hover { transform: translateY(-2px); box-shadow: 0 0 0 8px rgba(255, 255, 255, .18); }
.btn-g { color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .45); }
.btn-g:hover { background: rgba(255, 255, 255, .08); }
.btn-n { background: var(--hdr); color: #fff; box-shadow: 0 0 0 6px rgba(58, 74, 140, .14); }
.btn-n:hover { background: var(--band-2); }
.sec { padding: clamp(80px, 8vw, 120px) 0; position: relative; }

/* the ThreatResponder mark in the headline is the official logo file, in its own colours */
.hero h1 .with img { width: min(360px, 60%); height: auto; }

/* ---------- header options (mockup page builder, ?header=current|evolve|command|enterprise) ----------
   Current is the production header above. Evolve is V9's. Command and Enterprise are new: one a dark glass
   bar that sits on the hero with the original's slanted logo plate shrunk to a tab, the other a light,
   big-vendor bar with an announcement strip. Both share the same mega menus, built from the real site map. */
.hdx { font-family: var(--font); }
.hx-in { width: var(--wide); margin-inline: auto; display: flex; align-items: center; gap: 26px; height: 100%; }
.hx-grow { flex: 1; }
.hx-menu { display: flex; align-items: stretch; height: 100%; }
.hx-menu > a, .hx-dd > button { position: relative; display: inline-flex; align-items: center; gap: 7px; height: 100%; padding: 0 14px; border: 0; background: none; font: inherit; font-size: 14.5px; font-weight: 600; color: inherit; cursor: pointer; white-space: nowrap; }
.hx-dd { display: flex; }
.hx-dd > button::after { content: ""; width: 5px; height: 5px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); opacity: .6; transition: transform .2s; }
.hx-dd:hover > button::after, .hx-dd:has(:focus-visible) > button::after { transform: rotate(225deg) translate(-1px, -1px); }
.hx-btn { display: inline-flex; align-items: center; height: 42px; padding: 0 18px; border-radius: 8px; font-size: 14px; font-weight: 700; white-space: nowrap; transition: background .2s, box-shadow .2s, transform .2s; }
.hx-btn.p { background: var(--navy); color: #fff; }
.hx-btn.p:hover { background: var(--hdr); }
.hx-btn.l { color: var(--navy); box-shadow: inset 0 0 0 1px #c9d0e6; }
.hx-btn.l:hover { background: var(--lav-2); }
.hx-btn.w { background: #fff; color: var(--navy); }
.hx-btn.w:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(0, 0, 0, .25); }
.hx-ua { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; white-space: nowrap; }
.hx-ua::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #f5b94b; box-shadow: 0 0 0 4px rgba(245, 185, 75, .22); }
.hx-link { font-size: 14px; font-weight: 600; white-space: nowrap; }
.hx-right { margin-left: auto; display: flex; align-items: center; gap: 20px; }
.hx-burger { display: none; width: 40px; height: 40px; border: 0; border-radius: 10px; background: none; color: inherit; cursor: pointer; }
.hx-burger i { display: block; width: 18px; height: 2px; margin: auto; background: currentColor; box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor; }
.hx-ic { display: inline-grid; place-items: center; flex: none; width: 36px; height: 36px; border-radius: 10px; }
.hx-ic .pu-i { width: 18px; height: 18px; }

/* mega menus: open on hover or keyboard focus, full width under the bar */
.hx-mega, .hx-drop { position: absolute; top: 100%; z-index: 2; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .18s, transform .18s, visibility 0s .18s; }
.hx-mega { left: 0; right: 0; }
.hx-dd:hover > .hx-mega, .hx-dd:has(:focus-visible) > .hx-mega, .hx-dd:hover > .hx-drop, .hx-dd:has(:focus-visible) > .hx-drop { opacity: 1; visibility: visible; transform: none; transition: opacity .18s .06s, transform .18s .06s, visibility 0s .06s; }
.hx-dd.x > .hx-mega, .hx-dd.x > .hx-drop { opacity: 1; visibility: visible; transform: none; transition: opacity .18s, transform .18s, visibility 0s; }
.hx-dd.x > button::after { transform: rotate(225deg) translate(-1px, -1px); }
.hx-its.c4 { grid-template-columns: repeat(4, 1fr); }
.hx-mg { height: auto; align-items: stretch; gap: 36px; padding: 30px 0 34px; }
.hx-intro { width: 250px; flex: none; display: flex; flex-direction: column; gap: 10px; padding: 22px; border-radius: 14px; }
.hx-intro small { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hx-intro b { font-size: 19px; line-height: 1.3; }
.hx-intro p { font-size: 13.5px; line-height: 1.55; }
.hx-intro .hx-more { margin-top: auto; }
.hx-more { font-size: 13.5px; font-weight: 700; }
.hx-col { display: flex; flex-direction: column; gap: 2px; min-width: 170px; }
.hx-col.w2 { flex: 1; }
.hx-col h6 { margin: 0 0 10px; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hx-col > a { padding: 6px 0; font-size: 14px; font-weight: 500; }
.hx-its { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 10px; }
.hx-it { display: flex; gap: 12px; align-items: flex-start; padding: 10px; border-radius: 12px; transition: background .15s; }
.hx-it span:last-child { display: flex; flex-direction: column; gap: 3px; }
.hx-it b { font-size: 14.5px; font-weight: 600; line-height: 1.3; }
.hx-it small { font-size: 12.5px; line-height: 1.4; }
.hx-feat { width: 260px; flex: none; margin-left: auto; display: flex; flex-direction: column; gap: 10px; padding: 22px; border-radius: 14px; }
.hx-feat img { width: 74px; height: auto; }
.hx-feat b { font-size: 15.5px; line-height: 1.35; }
.hx-feat small { font-size: 13px; line-height: 1.5; }
.hx-feat .hx-more { margin-top: auto; }
.hx-dd.sm { position: relative; }
.hx-drop { left: -8px; min-width: 250px; padding: 10px; border-radius: 14px; display: grid; gap: 0 8px; }
.hx-drop.c2 { grid-template-columns: 1fr 1fr; min-width: 440px; }
.hx-drop a { padding: 9px 12px; border-radius: 8px; font-size: 14px; font-weight: 500; white-space: nowrap; }

/* Evolve: V9's header, the util strip scrolls away and the white bar sticks */
.hx-evolve { position: sticky; top: -38px; z-index: 50; }
.hx-evolve .hx-util { height: 38px; background: var(--navy); color: #bfc9ee; font-size: 13px; }
.hx-evolve .hx-util .hx-in { gap: 22px; }
.hx-evolve .hx-util a:hover { color: #fff; }
.hx-evolve .hx-ua { color: #fff; }
.hx-evolve .hx-ua b { color: var(--peri-l); font-weight: 600; }
.hx-evolve .hx-bar { position: relative; height: 76px; background: #fff; color: var(--ink-2); box-shadow: 0 1px 0 #e3e7f2; transition: box-shadow .3s; }
.hx-evolve.scrolled .hx-bar { box-shadow: 0 1px 0 #e3e7f2, 0 8px 24px rgba(15, 28, 77, .08); }
.hx-brand { display: flex; align-items: center; gap: 16px; flex: none; }
.hx-brand [data-logo="netsecurity"] { width: 126px; }
.hx-brand i { width: 1px; height: 26px; background: #e3e7f2; }
.hx-brand [data-logo="threatresponder"] { width: 180px; }
.hx-evolve .hx-menu { gap: 2px; }
.hx-evolve .hx-dd { align-items: center; }
.hx-evolve .hx-dd > button { height: 40px; padding: 0 12px; border-radius: 8px; color: var(--ink-2); }
.hx-evolve .hx-dd:hover > button, .hx-evolve .hx-dd.x > button, .hx-evolve .hx-dd:has(:focus-visible) > button { background: var(--lav-2); color: var(--navy); }
.hx-evolve .hx-right { gap: 10px; }

/* Command: dark glass on the hero, solid once the page scrolls or a menu opens */
.hx-command { position: sticky; top: 0; z-index: 50; height: 76px; margin-bottom: -76px; color: #fff; box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .08); transition: background .35s, box-shadow .35s; }
.hx-command.scrolled, .hx-command:has(.hx-dd:hover), .hx-command:has(.x), .hx-command:has(:focus-visible) { background: rgba(13, 24, 66, .86); -webkit-backdrop-filter: blur(16px) saturate(1.3); backdrop-filter: blur(16px) saturate(1.3); box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .08), 0 12px 32px rgba(6, 12, 36, .28); }
html[data-hdr="command"] .hero { padding-top: calc(clamp(70px, 7vw, 110px) + 76px); }
.hx-tab { display: flex; align-items: center; flex: none; height: 44px; padding: 0 36px 0 18px; border-radius: 8px 0 0 8px; background: linear-gradient(90deg, #dfe3ef, #fff 55%); clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%); }
.hx-tab [data-logo] { width: 150px; }
.hx-command .hx-menu { margin-left: 6px; }
.hx-command .hx-menu > a, .hx-command .hx-dd > button { font-size: 14px; color: rgba(255, 255, 255, .84); }
.hx-command .hx-menu > a::before, .hx-command .hx-dd > button::before { content: ""; position: absolute; left: 14px; right: 14px; bottom: 0; height: 2px; border-radius: 2px; background: var(--peri-l); transform: scaleX(0); transition: transform .2s; }
.hx-command .hx-menu > a:hover, .hx-command .hx-dd:hover > button { color: #fff; }
.hx-command .hx-menu > a:hover::before, .hx-command .hx-dd:hover > button::before { transform: scaleX(1); }
.hx-command .hx-ua { font-size: 13.5px; color: #fff; }
.hx-command .hx-ua b { color: var(--peri-l); font-weight: 600; }
.hx-command .hx-link { color: rgba(255, 255, 255, .8); }
.hx-command .hx-link:hover { color: #fff; }
.hx-command .hx-mega, .hx-command .hx-drop { background: rgba(13, 24, 66, .96); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 30px 60px rgba(6, 12, 36, .45); }
.hx-command .hx-drop { box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1), 0 24px 50px rgba(6, 12, 36, .45); }
.hx-command .hx-intro { background: linear-gradient(160deg, rgba(112, 132, 199, .22), rgba(112, 132, 199, .06)); box-shadow: inset 0 0 0 1px rgba(174, 188, 239, .14); }
.hx-command .hx-intro small, .hx-command .hx-col h6 { color: #8f9fd8; }
.hx-command .hx-intro p, .hx-command .hx-it small, .hx-command .hx-feat small { color: #aebbe9; }
.hx-command .hx-more { color: var(--peri-l); }
.hx-command .hx-col > a, .hx-command .hx-drop a { color: #d3daf5; }
.hx-command .hx-col > a:hover { color: #fff; }
.hx-command .hx-drop a:hover { background: rgba(255, 255, 255, .06); color: #fff; }
.hx-command .hx-it:hover { background: rgba(255, 255, 255, .06); }
.hx-command .hx-ic { background: rgba(174, 188, 239, .12); color: var(--peri-l); }
.hx-command .hx-feat { background: rgba(255, 255, 255, .05); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1); }
.hx-command .hx-feat img { background: #fff; border-radius: 8px; padding: 4px; }

.hx-evolve .hx-mega { background: #fff; box-shadow: inset 0 1px 0 #e3e7f2, 0 30px 60px rgba(15, 28, 77, .16); }
.hx-evolve .hx-drop { background: #fff; box-shadow: 0 0 0 1px #e3e7f2, 0 24px 50px rgba(15, 28, 77, .14); }
.hx-evolve .hx-col h6 { color: var(--ink-3); }
.hx-evolve .hx-col > a, .hx-evolve .hx-drop a { color: var(--ink-2); }
.hx-evolve .hx-col > a:hover { color: var(--peri-d); }
.hx-evolve .hx-drop a:hover { background: var(--lav-2); color: var(--navy); }
.hx-evolve .hx-it:hover { background: var(--lav-2); }
.hx-evolve .hx-it b { color: var(--ink); }
.hx-evolve .hx-it small, .hx-evolve .hx-feat small { color: var(--ink-3); }
.hx-evolve .hx-ic { background: var(--lav-2); color: var(--peri-d); }
.hx-evolve .hx-more { color: var(--peri-d); }
.hx-evolve .hx-feat { background: var(--lav-2); }
.hx-evolve .hx-intro { background: var(--lav-2); }
.hx-evolve .hx-intro small, .hx-evolve .hx-intro .hx-more { color: var(--peri-d); }
.hx-evolve .hx-intro b { color: var(--ink); }
.hx-evolve .hx-intro p { color: var(--ink-2); }

/* Current: the production header keeps its look; its menus follow the live site (blue drop-downs,
   Services flying out per practice), with calmer type and rounded, shadowed panels */
.hx-cur .hx-dd { align-self: stretch; }
.hx-cur .menu > a { text-transform: uppercase; }
.hx-cur .hx-dd > button { height: 100%; padding: 0; color: #fff; font-size: 14px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; opacity: .92; }
.hx-cur .hx-dd:hover > button, .hx-cur .hx-dd.x > button, .hx-cur .hx-dd:has(:focus-visible) > button { opacity: 1; color: var(--peri-l); }
.hx-cur .hx-drop { left: -18px; min-width: 250px; padding: 8px; border-radius: 0 0 12px 12px; background: var(--hdr); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), 0 18px 40px rgba(15, 28, 77, .35); }
.hx-cur .hx-dd.rt > .hx-drop { left: auto; right: -18px; }
.hx-cur .hx-drop.c2 { grid-template-columns: 1fr 1fr; min-width: 470px; }
.hx-cur .hx-drop a { display: flex; align-items: center; padding: 10px 14px; border-radius: 8px; color: #e3e8ff; font-size: 14px; font-weight: 500; letter-spacing: 0; opacity: 1; white-space: nowrap; }
.hx-cur .hx-drop a:hover, .hx-cur .cm-sub:hover > .cm-st, .hx-cur .cm-sub.x > .cm-st { background: rgba(255, 255, 255, .09); color: #fff; }
.cm-sub { position: relative; }
.hx-cur .cm-st { justify-content: space-between; gap: 22px; font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cm-st::after { content: ""; width: 5px; height: 5px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(-45deg); opacity: .7; }
.cm-fly { position: absolute; left: calc(100% + 8px); top: -8px; display: grid; min-width: 320px; padding: 8px; border-radius: 12px; background: var(--band-2); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1), 0 18px 40px rgba(15, 28, 77, .35); opacity: 0; visibility: hidden; transform: translateX(-6px); transition: opacity .16s, transform .16s, visibility 0s .16s; }
.cm-sub:hover > .cm-fly, .cm-sub:has(:focus-visible) > .cm-fly, .cm-sub.x > .cm-fly { opacity: 1; visibility: visible; transform: none; transition: opacity .16s .05s, transform .16s .05s, visibility 0s .05s; }

/* Enterprise: announcement strip + light bar, a thin navy indicator under the open menu */
.hx-ent { position: sticky; top: -40px; z-index: 50; }
.hx-ann { height: 40px; background: var(--lav-2); color: var(--ink-2); font-size: 13px; box-shadow: inset 0 -1px 0 #e3e7f2; }
.hx-ann .hx-in { gap: 12px; }
.hx-new { padding: 3px 8px; border-radius: 999px; background: var(--hdr); color: #fff; font-size: 10.5px; font-weight: 800; letter-spacing: .1em; }
.hx-ann .hx-more { color: var(--peri-d); font-size: 13px; }
.hx-ent .hx-ua { color: var(--ink); font-size: 13px; }
.hx-ent .hx-ua b { color: var(--peri-d); font-weight: 700; }
.hx-ent .hx-bar { position: relative; height: 72px; background: #fff; color: var(--ink); box-shadow: 0 1px 0 #e3e7f2; transition: box-shadow .3s; }
.hx-ent.scrolled .hx-bar { box-shadow: 0 1px 0 #e3e7f2, 0 10px 30px rgba(15, 28, 77, .1); }
.hx-ent .hx-brand [data-logo="netsecurity"] { width: 150px; }
.hx-ent .hx-menu { margin-left: 14px; }
.hx-ent .hx-menu > a:hover, .hx-ent .hx-dd:hover > button { color: var(--peri-d); }
.hx-ent .hx-dd > button::before { content: ""; position: absolute; left: 14px; right: 14px; bottom: 0; height: 3px; border-radius: 3px 3px 0 0; background: var(--hdr); transform: scaleY(0); transform-origin: bottom; transition: transform .2s; }
.hx-ent .hx-dd:hover > button::before, .hx-ent .hx-dd:has(:focus-visible) > button::before { transform: none; }
.hx-icb { display: grid; place-items: center; width: 40px; height: 40px; border: 0; border-radius: 10px; background: none; color: var(--ink-2); cursor: pointer; }
.hx-icb:hover { background: var(--lav-2); color: var(--navy); }
.hx-icb .pu-i { width: 19px; height: 19px; }
.hx-ent .hx-link { color: var(--ink); }
.hx-ent .hx-link:hover { color: var(--peri-d); }
.hx-ent .hx-mega { background: #fff; box-shadow: inset 0 1px 0 #e3e7f2, 0 30px 60px rgba(15, 28, 77, .16); }
.hx-ent .hx-drop { background: #fff; box-shadow: 0 0 0 1px #e3e7f2, 0 24px 50px rgba(15, 28, 77, .14); }
.hx-ent .hx-intro { background: var(--navy); color: #fff; }
.hx-ent .hx-intro small { color: var(--peri-l); }
.hx-ent .hx-intro p { color: #c8d0ee; }
.hx-ent .hx-intro .hx-more { color: #fff; }
.hx-ent .hx-col h6 { color: var(--ink-3); }
.hx-ent .hx-col > a, .hx-ent .hx-drop a { color: var(--ink-2); }
.hx-ent .hx-col > a:hover { color: var(--peri-d); }
.hx-ent .hx-drop a:hover { background: var(--lav-2); color: var(--navy); }
.hx-ent .hx-it:hover { background: var(--lav-2); }
.hx-ent .hx-it b { color: var(--ink); }
.hx-ent .hx-it small, .hx-ent .hx-feat small { color: var(--ink-3); }
.hx-ent .hx-ic { background: var(--lav-2); color: var(--peri-d); }
.hx-ent .hx-more { color: var(--peri-d); }
.hx-ent .hx-feat { background: var(--lav-2); }

@media (max-width: 1100px) {
  .hx-menu, .hdx .hx-link, .hx-evolve .hx-btn.l, .hx-command .hx-ua, .hx-ann > .hx-in > span:not(.hx-new):not(.hx-grow) { display: none; }
  .hx-burger { display: grid; place-items: center; }
  .hdx.open .hx-menu { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; height: auto; padding: 8px var(--gut) 16px; background: inherit; }
  .hx-command.open .hx-menu { background: rgba(13, 24, 66, .96); }
  .hx-ent.open .hx-menu, .hx-evolve.open .hx-menu { background: #fff; box-shadow: 0 20px 40px rgba(15, 28, 77, .12); }
  .hdx.open .hx-menu > a, .hdx.open .hx-dd > button { height: 44px; }
  .hdx.open .hx-menu { max-height: calc(100vh - 90px); overflow: auto; }
  .hdx.open .hx-dd { flex-direction: column; align-items: stretch; height: auto; }
  .hdx.open .hx-dd > button { justify-content: space-between; border-radius: 8px; }
  .hdx.open .hx-mega, .hdx.open .hx-drop, .hdx.open .cm-fly { display: none; }
  .hdx.open .hx-dd.x > .hx-mega { display: block; }
  .hdx.open .hx-dd.x > .hx-drop, .hdx.open .cm-sub.x > .cm-fly { display: grid; }
  .hdx.open .hx-dd.x > .hx-mega, .hdx.open .hx-dd.x > .hx-drop, .hdx.open .cm-sub.x > .cm-fly { position: static; min-width: 0; margin: 0 0 8px; padding: 4px 0 4px 12px; border-radius: 0; background: none; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .hdx.open .hx-mg { width: auto; flex-direction: column; gap: 12px; padding: 8px 0; }
  .hdx.open .hx-intro, .hdx.open .hx-feat { display: none; }
  .hdx.open .hx-its, .hdx.open .hx-its.c4, .hdx.open .hx-drop.c2 { grid-template-columns: 1fr; }
  .hx-cur.open .menu { display: flex; flex-direction: column; align-items: stretch; position: absolute; top: 100%; left: 0; right: 0; height: auto; max-height: calc(100vh - 60px); overflow: auto; gap: 0; padding: 8px var(--gut) 16px; background: var(--hdr); box-shadow: 0 20px 40px rgba(15, 28, 77, .3); }
  .hx-cur.open .hx-dd > button { height: 44px; }
  .hx-cur .util .hx-burger { color: #fff; }
}

/* ---------- page builder (mockup-only chrome) ---------- */
.cfg { position: fixed; left: 18px; bottom: 18px; z-index: 91; padding: 6px; border-radius: 18px; background: rgba(12, 16, 30, .86); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: 0 10px 30px rgba(0, 0, 0, .35), inset 0 0 0 1px rgba(255, 255, 255, .1); color: #fff; font: 600 12px/1 "Gotham Pro", system-ui, sans-serif; }
.cfg-h { display: flex; align-items: center; gap: 6px; padding: 4px 4px 4px 12px; }
.cfg-h b { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .55); }
.cfg-h em { font-style: normal; color: rgba(255, 255, 255, .8); display: none; }
.cfg.min .cfg-h em { display: inline; }
.cfg-h .sp { flex: 1; min-width: 12px; }
.cfg button { border: 0; background: none; color: inherit; font: inherit; cursor: pointer; }
.cfg .cfg-copy { padding: 7px 12px; border-radius: 999px; background: #93a6ec; color: #0b1020; }
.cfg .cfg-copy.ok { background: #fff; }
.cfg .cfg-min { width: 28px; height: 28px; border-radius: 999px; color: rgba(255, 255, 255, .6); }
.cfg .cfg-min:hover { background: rgba(255, 255, 255, .08); color: #fff; }
.cfg-min::before { content: ""; display: block; width: 7px; height: 7px; margin: auto; border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor; transform: translateY(-2px) rotate(45deg); }
.cfg.min .cfg-min::before { transform: translateY(2px) rotate(225deg); }
.cfg-r { display: grid; grid-template-columns: 64px auto; align-items: center; gap: 6px; padding: 3px 4px 3px 12px; }
.cfg-r > span { font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .5); }
.cfg-seg { display: flex; gap: 2px; padding: 3px; border-radius: 999px; background: rgba(255, 255, 255, .06); }
.cfg-seg button { padding: 7px 11px; border-radius: 999px; color: rgba(255, 255, 255, .72); white-space: nowrap; }
.cfg-seg button:hover { color: #fff; background: rgba(255, 255, 255, .08); }
.cfg-seg button.on { background: #fff; color: #0b1020; }
.cfg.min .cfg-r { display: none; }
html.poster .cfg, html.noswitch .cfg { display: none; }
@media (max-width: 900px) { .cfg { left: 8px; right: 8px; bottom: 70px; } .cfg-seg { flex-wrap: wrap; } }
.cfg-mo { padding: 7px 12px; border-radius: 999px; color: rgba(255, 255, 255, .7); white-space: nowrap; }
.cfg-mo:hover { background: rgba(255, 255, 255, .08); color: #fff; }
.cfg-mo.play { background: rgba(147, 166, 236, .18); color: #cdd7ff; }


/* ---------- hero text layouts (?copy=stack|three|accent|verbs), same words in every one ----------
   The animation sits right of the text column (layout() measures it), so a wider text column simply
   leaves it less room; nothing overlaps. Below 1100 px every layout wraps normally. */
html[data-copy="three"] .hero:not(.hero-screen) .hgrid, html[data-copy="accent"] .hero:not(.hero-screen) .hgrid { grid-template-columns: auto 1fr; }
html[data-copy="three"] .hero h1 .l1, html[data-copy="three"] .hero h1 .l2,
html[data-copy="accent"] .hero h1 .l1, html[data-copy="accent"] .hero h1 .l2, html[data-copy="verbs"] .hero h1 .l1 { display: block; white-space: nowrap; }
/* 3 rows: one size, a touch smaller so the threats line fits; the paragraph runs the full column (3 lines) */
html[data-copy="three"] .hero h1 { font-size: clamp(30px, 2.15vw, 46px); }
html[data-copy="three"] .hero p.lead { max-width: none; width: 0; min-width: 100%; }
/* 3 rows · accent: the verbs carry the line, the threats sit under them lighter and smaller */
html[data-copy="accent"] .hero h1 .l2 { margin-top: 8px; font-size: .56em; font-weight: 600; line-height: 1.3; letter-spacing: 0; color: #c9d3f5; }
html[data-copy="accent"] .hero h1 .with { margin-top: 18px; font-size: .62em; }
html[data-copy="accent"] .hero p.lead { max-width: none; width: 0; min-width: 100%; }
/* Verbs above: the verbs lead in, the threats are the headline */
html[data-copy="verbs"] .hero h1 .l1 { margin-bottom: 14px; font-size: .5em; font-weight: 800; letter-spacing: .01em; color: var(--peri-l); }
html[data-copy="verbs"] .hero h1 .l1::after { content: ""; display: block; width: 56px; height: 3px; margin-top: 14px; border-radius: 2px; background: rgba(174, 188, 239, .5); }
html[data-copy="verbs"] .hero:not(.hero-screen) .hgrid { grid-template-columns: auto 1fr; }
html[data-copy="verbs"] .hero h1 .l2 { display: block; }
html[data-copy="verbs"] .hero h1 .l2a, html[data-copy="verbs"] .hero h1 .l2b { display: block; white-space: nowrap; }
html[data-copy="verbs"] .hero p.lead { max-width: none; width: 0; min-width: 100%; }
.hero-screen h1 .l1, .hero-screen h1 .l2, .hero-screen h1 .l2a, .hero-screen h1 .l2b { white-space: normal !important; }
@media (max-width: 1100px) { .hero h1 .l1, .hero h1 .l2, .hero h1 .l2a, .hero h1 .l2b { white-space: normal !important; } }
html[data-copy="three"] .hero h1 .with img { width: auto; height: 1.35em; }

/* ---------- Globe hero (?hero=globe) ----------
   The artwork is 1916×821; it fills a band of height --gh anchored right, the text column is centred in
   that band, and the product screenshot follows below. Colours at the seams are sampled from the artwork. */
.hero-globe { --gh: clamp(700px, 46vw, 940px); padding-top: 0; background: linear-gradient(180deg, #01143c 0, #011645 var(--gh), #0f1c4d calc(var(--gh) + 260px), #172863 100%); }
html[data-hdr="command"] .hero-globe { padding-top: 0; }
.hero-globe .hgrid { min-height: var(--gh); align-items: center; grid-template-columns: min(780px, 54%) 1fr; }
.hero-globe .shot { margin-top: 0; }
.glb { position: absolute; top: 0; right: 0; z-index: 0; height: var(--gh); aspect-ratio: 1916 / 821; pointer-events: none; }
.glb-bg { display: block; width: 100%; height: 100%; }
.glb-bg.lt, html[data-tone="light"] .glb-bg.dk { display: none; }
html[data-tone="light"] .glb-bg.lt { display: block; }
.glb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #01143c 0, rgba(1, 20, 60, 0) 24%), linear-gradient(0deg, #011645 0, rgba(1, 22, 69, 0) 14%); }
.glb-st { position: absolute; left: 0; top: 0; z-index: 1; width: 1916px; height: 821px; transform-origin: 0 0; font-family: var(--font); }
.glb-svg { position: absolute; inset: 0; overflow: visible; }
.gl-links .lk { fill: none; stroke: rgba(120, 180, 255, .75); stroke-width: 2; }
.gl-links .lk-f { fill: none; stroke: #dff0ff; stroke-width: 2; stroke-dasharray: 3 16; stroke-linecap: round; animation: gl-flow 1.6s linear infinite; }
@keyframes gl-flow { to { stroke-dashoffset: -19; } }
.gl-core .gr-o { fill: none; stroke: rgba(130, 185, 255, .85); stroke-width: 2.5; filter: drop-shadow(0 0 8px rgba(80, 150, 255, .9)); }
.gl-core .gr-i { stroke: rgba(160, 205, 255, .35); stroke-width: 1; }
.gl-core .gr-s { filter: drop-shadow(0 0 6px rgba(120, 190, 255, .8)); }
.gl-core .gr-h { fill: rgba(255, 255, 255, .22); }
.gc { position: absolute; box-sizing: border-box; padding: 14px 16px; border-radius: 12px; color: #e6ecff; background: linear-gradient(180deg, rgba(48, 88, 190, .42), rgba(18, 42, 118, .55)); box-shadow: inset 0 0 0 1px rgba(150, 192, 255, .5), inset 0 1px 0 rgba(255, 255, 255, .14), 0 0 26px rgba(50, 120, 255, .22); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.gc h5 { display: flex; align-items: center; gap: 10px; margin: 0 0 10px; font-size: 14px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; color: #fff; }
.gc h5::after { content: ""; width: 7px; height: 7px; margin-left: auto; border-right: 1.6px solid currentColor; border-top: 1.6px solid currentColor; transform: rotate(45deg); opacity: .8; }
.gc h5 .pu-i { width: 20px; height: 20px; color: #bcd6ff; }
.gc .pu-i { width: 17px; height: 17px; flex: none; color: #c8dcff; }
.gc ul, .gc ol { list-style: none; margin: 0; padding: 0; }
.gc.det h5 { padding-bottom: 12px; border-bottom: 1px solid rgba(150, 192, 255, .25); }
.gd { display: flex; justify-content: space-between; align-items: flex-end; gap: 10px; }
.gd b { display: block; font-size: 34px; font-weight: 600; line-height: 1.1; color: #fff; }
.gd small { display: block; margin-top: 4px; font-size: 13px; color: #d3dcf8; }
.gd .gt { text-align: right; }
.gd em { font-style: normal; font-size: 22px; font-weight: 600; color: #3fe0a0; }
.gd .gt small { font-size: 11px; color: #a8b8e6; }
.gc.rsp li { display: flex; align-items: center; gap: 10px; height: 28px; margin: 0 -8px; padding: 0 8px; border-radius: 7px; font-size: 13px; color: #dfe7ff; transition: background .6s, color .6s; }
.gc.inv li { display: flex; align-items: center; gap: 12px; height: 30px; font-size: 13.5px; color: #dfe7ff; }
.gc.inv li span { flex: 1; }
.gc.inv .cv { width: 6px; height: 6px; border-right: 1.5px solid #9fb6ea; border-top: 1.5px solid #9fb6ea; transform: rotate(45deg); }
.gc.evi ol { position: relative; margin-top: 4px; }
.gc.evi ol::before { content: ""; position: absolute; left: 4px; top: 12px; bottom: 12px; border-left: 1.5px dotted rgba(170, 195, 255, .55); }
.gc.evi li { position: relative; display: flex; align-items: center; gap: 14px; height: 28px; padding-left: 22px; font-size: 13px; color: #dfe7ff; }
.gc.evi li i { position: absolute; left: 0; top: 50%; width: 9px; height: 9px; margin-top: -4.5px; border-radius: 50%; background: #b7c6f2; transition: box-shadow .5s; }
.gc.evi li.r i { background: #ff5a61; }
.gc.evi li.g i { background: #3fe0a0; }
.gc.evi time { width: 38px; color: #cdd8fa; }
.gl-tag { position: absolute; left: 1325px; top: 786px; font-size: 13px; letter-spacing: .28em; color: rgba(190, 205, 245, .75); white-space: nowrap; }
.gl-tag b { font-weight: 600; color: #fff; }
.gl-tag i { font-style: normal; margin: 0 .5em; opacity: .7; }
html.poster .gl-links .lk-f, html.reduced .gl-links .lk-f { animation: none; }
@media (max-width: 1100px) {
  .hero-globe .hgrid { min-height: 0; padding-top: 60px; }
  .glb { height: auto; width: 100%; aspect-ratio: 1916 / 821; opacity: .45; }
  .glb-st { display: none; }
}

/* ---------- "Stop the attack" copy (?copy=story), after the same mock ---------- */
.st-eb img { display: block; width: auto; height: clamp(26px, 1.9vw, 38px); margin-bottom: 26px; }
html[data-copy="story"] .hero h1 { font-size: clamp(38px, 3.5vw, 72px); line-height: 1.06; letter-spacing: -.02em; }
html[data-copy="story"] .hero h1 .l1, html[data-copy="story"] .hero h1 .l2 { display: block; white-space: nowrap; }
html[data-copy="story"] .hero p.lead { max-width: none; margin: 22px 0 30px; font-size: clamp(18px, 1.5vw, 29px); line-height: 1.38; font-weight: 400; color: #b9c6f2; }
.st-feats { display: flex; flex-wrap: wrap; gap: 14px clamp(18px, 2.1vw, 40px); margin: 0 0 36px; }
.st-feats span { display: flex; align-items: center; gap: 12px; font-size: 15px; line-height: 1.35; color: #dfe5fb; }
.st-feats .pu-i { width: 30px; height: 30px; stroke-width: 1.4; color: #dfe5fb; }
@media (max-width: 1100px) { html[data-copy="story"] .hero h1 .l1, html[data-copy="story"] .hero h1 .l2 { white-space: normal; } .st-lb { display: none; } }
/* on the globe the live site's paragraph keeps a readable measure, so the cards keep their room */
html:not([data-copy="story"]) .hero-globe p.lead { max-width: 640px; width: auto; min-width: 0; }
.glb.sc::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient(180deg, #01143c 0, rgba(1, 20, 60, 0) 16%), linear-gradient(0deg, #011645 0, rgba(1, 22, 69, 0) 16%), linear-gradient(90deg, #01143c 0, rgba(1, 20, 60, 0) 30%); }

/* Globe fade (?fade=none|light|medium|strong): the whole composition, artwork and cards, sinks into the
   navy by steps, to judge how present the globe should be */
.glb { transition: opacity .4s; }
html[data-fade="light"] .glb { opacity: .78; }
html[data-fade="medium"] .glb { opacity: .56; }
html[data-fade="strong"] .glb { opacity: .36; }

/* ---------- Hero tone (?tone=blue|light) ----------
   Light turns the hero and its copy whitish: the text and buttons flip to ink, the Globe uses the light
   artwork (edge colours sampled from it) with white-glass cards, and the Layers/Console animations get their
   own light palette (see "Layers and Console, light" below). */
html[data-tone="light"] .hero { color: var(--ink); background: radial-gradient(70% 90% at 75% 40%, #dcebfb, transparent 60%), linear-gradient(180deg, #eef6fd, #e3eefa); }
html[data-tone="light"] .hero h1 { color: var(--navy); }
html[data-tone="light"] .hero h1 .with { color: var(--peri-d); }
html[data-tone="light"] .hero p.lead { color: var(--ink-2); }
html[data-tone="light"] .hero .trust { color: var(--ink-3); }
html[data-tone="light"] .hero .trust .pu-i { color: #13936a; }
html[data-tone="light"] .hero .btn-w { background: var(--navy); color: #fff; box-shadow: 0 0 0 6px rgba(15, 28, 77, .1); }
html[data-tone="light"] .hero .btn-w:hover { background: var(--hdr); box-shadow: 0 0 0 8px rgba(15, 28, 77, .12); }
html[data-tone="light"] .hero .btn-g { color: var(--navy); box-shadow: inset 0 0 0 1.5px rgba(15, 28, 77, .35); }
html[data-tone="light"] .hero .btn-g:hover { background: rgba(15, 28, 77, .05); }
html[data-tone="light"][data-copy="accent"] .hero h1 .l2 { color: var(--peri-d); }
html[data-tone="light"][data-copy="verbs"] .hero h1 .l1 { color: var(--peri-d); }
html[data-tone="light"][data-copy="verbs"] .hero h1 .l1::after { background: rgba(79, 99, 173, .4); }
html[data-tone="light"][data-copy="story"] .hero p.lead { color: #4a5a86; }
html[data-tone="light"] .st-feats span { color: var(--ink); }
html[data-tone="light"] .st-feats .pu-i { color: var(--navy); }
/* Globe, light */
html[data-tone="light"] .hero-globe { background: linear-gradient(180deg, #eaf5fd 0, #eef7fd var(--gh), #eef4fb calc(var(--gh) + 260px), #e6eef9 100%); }
html[data-tone="light"] .glb::after { background: linear-gradient(90deg, #eaf5fd 0, rgba(234, 245, 253, 0) 24%), linear-gradient(0deg, #eef7fd 0, rgba(238, 247, 253, 0) 14%); }
html[data-tone="light"] .glb.sc::before { background: linear-gradient(180deg, #eaf5fd 0, rgba(234, 245, 253, 0) 16%), linear-gradient(0deg, #eef7fd 0, rgba(238, 247, 253, 0) 16%), linear-gradient(90deg, #eaf5fd 0, rgba(234, 245, 253, 0) 30%); }
html[data-tone="light"] .gc { color: #1c2d66; background: linear-gradient(180deg, rgba(255, 255, 255, .78), rgba(236, 244, 255, .7)); box-shadow: inset 0 0 0 1px rgba(80, 130, 225, .38), inset 0 1px 0 #fff, 0 12px 30px rgba(40, 90, 180, .16); }
html[data-tone="light"] .gc h5 { color: var(--navy); }
html[data-tone="light"] .gc h5 .pu-i, html[data-tone="light"] .gc .pu-i { color: #2f64d8; }
html[data-tone="light"] .gc.det h5 { border-bottom-color: rgba(80, 130, 225, .22); }
html[data-tone="light"] .gd b { color: var(--navy); }
html[data-tone="light"] .gd small, html[data-tone="light"] .gd .gt small { color: #52629a; }
html[data-tone="light"] .gd em { color: #0f9a62; }
html[data-tone="light"] .gc.rsp li, html[data-tone="light"] .gc.inv li, html[data-tone="light"] .gc.evi li { color: #22356f; }
html[data-tone="light"] .gc.inv .cv { border-color: #7d8fc4; }
html[data-tone="light"] .gc.evi ol::before { border-left-color: rgba(60, 100, 200, .4); }
html[data-tone="light"] .gc.evi time { color: #52629a; }
html[data-tone="light"] .gc.evi li i { background: #8fa3dd; }
html[data-tone="light"] .gc.evi li.r i { background: #e5484f; }
html[data-tone="light"] .gc.evi li.g i { background: #13a36b; }
html[data-tone="light"] .gl-links .lk { stroke: rgba(47, 100, 216, .7); }
html[data-tone="light"] .gl-links .lk-f { stroke: #fff; }
html[data-tone="light"] .gl-tag { color: rgba(40, 60, 120, .6); }
html[data-tone="light"] .gl-tag b { color: var(--navy); }
/* Command sits on the hero: over a light hero its text goes ink until it turns solid (scroll or open menu) */
html[data-tone="light"] .hx-command:not(.scrolled):not(:has(.x)):not(:has(.hx-dd:hover)):not(:has(:focus-visible)) { color: var(--navy); box-shadow: inset 0 -1px 0 rgba(15, 28, 77, .1); }
html[data-tone="light"] .hx-command:not(.scrolled):not(:has(.x)):not(:has(.hx-dd:hover)):not(:has(:focus-visible)) .hx-menu > a,
html[data-tone="light"] .hx-command:not(.scrolled):not(:has(.x)):not(:has(.hx-dd:hover)):not(:has(:focus-visible)) .hx-dd > button,
html[data-tone="light"] .hx-command:not(.scrolled):not(:has(.x)):not(:has(.hx-dd:hover)):not(:has(:focus-visible)) .hx-ua,
html[data-tone="light"] .hx-command:not(.scrolled):not(:has(.x)):not(:has(.hx-dd:hover)):not(:has(:focus-visible)) .hx-link { color: var(--navy); }
html[data-tone="light"] .hx-command:not(.scrolled):not(:has(.x)):not(:has(.hx-dd:hover)):not(:has(:focus-visible)) .hx-ua b { color: var(--peri-d); }
html[data-tone="light"] .hx-command:not(.scrolled):not(:has(.x)):not(:has(.hx-dd:hover)):not(:has(:focus-visible)) .hx-btn.w:not(.x) { background: var(--navy); color: #fff; }
html[data-tone="light"] .hx-command:not(.scrolled):not(:has(.x)):not(:has(.hx-dd:hover)):not(:has(:focus-visible)) .hx-tab { box-shadow: 0 0 0 1px rgba(15, 28, 77, .12); }

/* ---------- Layers and Console, light ----------
   The same drawing in blue ink on white: strokes and fills that were pale-on-navy become blue at similar
   faintness, cards and toasts turn white with a soft shadow, threats keep their red, and the SVG gradients
   (membrane band, glow, flare, slab fill) are re-coloured through their stops. */
html[data-tone="light"] .tsh::before { background-image: radial-gradient(rgba(47, 80, 160, .13) 1px, transparent 1.3px); }
html[data-tone="light"] .tsh .zn { fill: rgba(26, 48, 120, .45); }
html[data-tone="light"] #tsvBandG stop:nth-child(1) { stop-color: #3f6fd8; stop-opacity: .16; }
html[data-tone="light"] #tsvBandG stop:nth-child(2) { stop-color: #3f6fd8; stop-opacity: .06; }
html[data-tone="light"] #tsvBandG stop:nth-child(3) { stop-color: #3f6fd8; stop-opacity: 0; }
html[data-tone="light"] #tsvHot stop:nth-child(1) { stop-color: #5b8def; stop-opacity: .3; }
html[data-tone="light"] #tsvHot stop:nth-child(2) { stop-color: #5b8def; stop-opacity: 0; }
html[data-tone="light"] #tsvFlare stop:nth-child(1) { stop-color: #2f64d8; stop-opacity: .5; }
html[data-tone="light"] #tsvFlare stop:nth-child(2) { stop-color: #5b8def; stop-opacity: .2; }
html[data-tone="light"] #tsvFlare stop:nth-child(3) { stop-color: #5b8def; stop-opacity: 0; }
html[data-tone="light"] #tsvLayer stop:nth-child(1) { stop-color: #4b7be0; stop-opacity: .11; }
html[data-tone="light"] #tsvLayer stop:nth-child(2) { stop-color: #6597ff; stop-opacity: .05; }
html[data-tone="light"] .tsv .ttl { fill: rgba(20, 36, 96, .62); }
html[data-tone="light"] .tsv .tsb { fill: rgba(60, 80, 150, .5); }
html[data-tone="light"] .tsv .ic { color: rgba(47, 90, 200, .55); }
html[data-tone="light"] .tsv .ring { fill: rgba(255, 255, 255, .8); stroke: rgba(60, 110, 220, .35); }
html[data-tone="light"] .tsv .th .ring { stroke: rgba(214, 64, 84, .35); }
html[data-tone="light"] .tsv .th .ic { color: rgba(214, 64, 84, .6); }
html[data-tone="light"] .tsv .th.on .ring { stroke: rgba(214, 64, 84, .75); }
html[data-tone="light"] .tsv .th.on .ic { color: rgba(200, 40, 60, .9); }
html[data-tone="light"] .tsv .th.on .ttl, html[data-tone="light"] .tsv .cp.on .ttl { fill: rgba(15, 28, 77, .9); }
html[data-tone="light"] .tsv .cp.on .ring { stroke: rgba(47, 100, 216, .8); fill: rgba(225, 236, 255, .9); }
html[data-tone="light"] .tsv .cp.on .ic { color: rgba(30, 80, 200, .95); }
html[data-tone="light"] .tsv .tl { stroke: rgba(214, 64, 84, .3); }
html[data-tone="light"] .tsv .tend { fill: rgba(214, 64, 84, .5); }
html[data-tone="light"] .tsv .fb path { stroke: rgba(47, 100, 216, .14); }
html[data-tone="light"] .tsv .fb.on path { stroke: rgba(47, 100, 216, .45); }
html[data-tone="light"] .tsv .sh-main, html[data-tone="light"] .tsv.v-membrane .sh-main { stroke: rgba(47, 100, 216, .55); }
html[data-tone="light"] .tsv .sh-in { stroke: rgba(47, 100, 216, .2); }
html[data-tone="light"] .tsv .mesh-p, html[data-tone="light"] .tsv.v-membrane .mesh-p { stroke: rgba(47, 100, 216, .15); }
html[data-tone="light"] .tsv .speck { fill: rgba(47, 100, 216, .35); }
html[data-tone="light"] .tsv .pa { fill: #e5484f; filter: drop-shadow(0 0 4px rgba(229, 72, 79, .5)); }
html[data-tone="light"] .tsv .pa2 { fill: #e5484f; opacity: .3; }
html[data-tone="light"] .tsv .pb { fill: #2f64d8; filter: drop-shadow(0 0 4px rgba(47, 100, 216, .5)); }
html[data-tone="light"] .tsv .sh-halo { stroke: rgba(47, 100, 216, .06); }
html[data-tone="light"] .tsv .sh-ring { stroke: #2f64d8; }
html[data-tone="light"] .tsv .sh-rimglow { stroke: rgba(80, 140, 255, .35); }
html[data-tone="light"] .tsv .mlogo .tr1 { fill: #e0343c; }
html[data-tone="light"] .tsv .mlogo .tr2 { fill: #8f949c; }
html[data-tone="light"] .tsv .wlbl { fill: rgba(200, 50, 70, .6); }
html[data-tone="light"] .tsv .chip .ttl { fill: rgba(20, 36, 96, .75); }
html[data-tone="light"] .tsv.v-quiet .chip .ttl { fill: rgba(20, 36, 96, .62); }
html[data-tone="light"] .tsv.v-quiet .wlbl { fill: rgba(200, 50, 70, .45); }
html[data-tone="light"] .tsv .amb-t { fill: #e5484f; }
html[data-tone="light"] .tsv .amb-c { fill: #2f64d8; }
html[data-tone="light"] .tsv .nt line { stroke: rgba(26, 48, 120, .3); }
html[data-tone="light"] .tsv .nt text { fill: rgba(26, 48, 120, .45); }
/* layers */
html[data-tone="light"] .tsv .ly-v { stroke: rgba(47, 100, 216, .2); }
html[data-tone="light"] .tsv .ly { opacity: .85; }
html[data-tone="light"] .tsv .ly.on { opacity: 1; }
html[data-tone="light"] .tsv .ly-p { stroke: rgba(47, 100, 216, .36); }
html[data-tone="light"] .tsv .ly-e { fill: rgba(47, 100, 216, .05); stroke: rgba(47, 100, 216, .2); }
html[data-tone="light"] .tsv .ly.on .ly-hi { stroke: rgba(47, 100, 216, .45); }
html[data-tone="light"] .tsv .ly-g { stroke: rgba(47, 100, 216, .09); }
html[data-tone="light"] .tsv .ly-dot { fill: rgba(47, 100, 216, .5); }
html[data-tone="light"] .tsv .ly-rec path { fill: rgba(47, 100, 216, .04); stroke: rgba(47, 100, 216, .3); }
html[data-tone="light"] .tsv .ly-rec .ln { stroke: rgba(47, 100, 216, .4); }
html[data-tone="light"] .tsv .ly .ic { color: rgba(47, 90, 200, .7); }
html[data-tone="light"] .tsv .ly-n { fill: rgba(26, 48, 120, .6); }
html[data-tone="light"] .tsv .ly-c { filter: drop-shadow(0 6px 14px rgba(30, 70, 160, .12)); }
html[data-tone="light"] .tsv .ly-c rect { fill: rgba(255, 255, 255, .92); stroke: rgba(47, 100, 216, .26); }
html[data-tone="light"] .tsv .ly-c .ttl { fill: rgba(15, 28, 77, .88); }
html[data-tone="light"] .tsv .ly-c .tsb { fill: rgba(70, 90, 150, .85); }
html[data-tone="light"] .tsv .ly.on .ly-c rect { stroke: rgba(47, 100, 216, .5); }
html[data-tone="light"] .tsv .dx-pill rect { fill: rgba(229, 72, 79, .1); stroke: rgba(229, 72, 79, .5); }
html[data-tone="light"] .tsv .dx-pill text { fill: #c0303a; }
html[data-tone="light"] .tsv .dx-pill.alert rect { fill: rgba(214, 140, 20, .12); stroke: rgba(214, 140, 20, .5); }
html[data-tone="light"] .tsv .dx-pill.alert text { fill: #9a6100; }
/* console */
html[data-tone="light"] .tsv .cs { filter: drop-shadow(0 16px 30px rgba(30, 70, 160, .1)); }
html[data-tone="light"] .tsv .cs-w { fill: rgba(255, 255, 255, .62); stroke: rgba(47, 100, 216, .28); }
html[data-tone="light"] .tsv .cs-l { stroke: rgba(47, 100, 216, .14); }
html[data-tone="light"] .tsv .cs-dot { fill: rgba(47, 100, 216, .25); }
html[data-tone="light"] .tsv .cs-t { fill: rgba(15, 28, 77, .7); }
html[data-tone="light"] .tsv .cs-t.dim { fill: rgba(60, 80, 150, .45); }
html[data-tone="light"] .tsv .cs .ic { color: rgba(47, 90, 200, .45); }
html[data-tone="light"] .tsv .kpi rect { fill: rgba(255, 255, 255, .75); stroke: rgba(47, 100, 216, .18); }
html[data-tone="light"] .tsv .kpi .kb { fill: rgba(47, 100, 216, .4); }
html[data-tone="light"] .tsv .kl { fill: rgba(60, 80, 150, .62); }
html[data-tone="light"] .tsv .kv { fill: rgba(15, 28, 77, .75); }
html[data-tone="light"] .tsv .cs-b { fill: rgba(255, 255, 255, .5); stroke: rgba(47, 100, 216, .14); }
html[data-tone="light"] .tsv .cs-h { fill: rgba(60, 80, 150, .5); }
html[data-tone="light"] .tsv .bar { fill: rgba(47, 100, 216, .18); }
html[data-tone="light"] .tsv .bar.b2 { fill: rgba(47, 100, 216, .28); }
html[data-tone="light"] .tsv .bar.b3 { fill: rgba(47, 100, 216, .11); }
html[data-tone="light"] .tsv .row rect:first-child { fill: rgba(255, 255, 255, .75); stroke: rgba(47, 100, 216, .14); }
html[data-tone="light"] .tsv .row .rs, html[data-tone="light"] .tsv .toast .rs { fill: rgba(47, 100, 216, .45); }
html[data-tone="light"] .tsv .row .rt { fill: rgba(15, 28, 77, .72); }
html[data-tone="light"] .tsv .row .rd { fill: rgba(60, 80, 150, .5); }
html[data-tone="light"] .tsv .toast { filter: drop-shadow(0 8px 16px rgba(30, 70, 160, .14)); }
html[data-tone="light"] .tsv .toast rect:first-child { fill: rgba(255, 255, 255, .97); stroke: rgba(47, 100, 216, .3); }
html[data-tone="light"] .tsv .toast.fresh rect:first-child { stroke: rgba(47, 100, 216, .6); }
html[data-tone="light"] .tsv .toast .rt { fill: rgba(15, 28, 77, .9); }
html[data-tone="light"] .tsv .toast .rd { fill: rgba(60, 80, 150, .7); }
html[data-tone="light"] .tsv .toast .ic { color: rgba(47, 90, 200, .8); }

/* ---------- Trusted by (?trust=list|marquee|off) ----------
   A band between the hero copy and the product screen. The client logos are white-backed JPGs, so on navy
   they are greyed and inverted, and the strip is screened as a whole (the white drops out, the mark reads soft white); on the light
   tone they are greyed and multiplied. List shows the first eight in one row; Marquee runs all fourteen
   (the set is doubled so the loop is seamless), fading at the edges and pausing on hover. */
.tb { position: relative; margin-top: clamp(40px, 4vw, 64px); }
.tb-l { display: flex; align-items: center; gap: 16px; margin: 0 0 18px; font-size: 11.5px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: rgba(174, 188, 239, .75); }
.tb-l::before { content: ""; width: 40px; height: 1px; background: currentColor; opacity: .7; }
.tb-set { display: flex; align-items: center; gap: 56px; }
.tb-view { mix-blend-mode: screen; }
.tb-set img { flex: none; height: 46px; width: auto; max-width: 150px; object-fit: contain; filter: grayscale(1) invert(1) contrast(1.15); opacity: .72; transition: opacity .3s; }
.tb-set img:hover { opacity: 1; }
html[data-tone="light"] .tb-l { color: var(--ink-3); }
html[data-tone="light"] .tb-view { mix-blend-mode: multiply; }
html[data-tone="light"] .tb-set img { filter: grayscale(1) contrast(1.1); opacity: .66; }
html[data-trust="list"] .tb-set { justify-content: space-between; }
html[data-trust="list"] .tb-set[aria-hidden], html[data-trust="list"] .tb-set img:nth-child(n+9) { display: none; }
html[data-trust="marquee"] .tb-view { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
html[data-trust="marquee"] .tb-track { display: flex; width: max-content; animation: tb-run 60s linear infinite; }
html[data-trust="marquee"] .tb-set { padding-right: 56px; }
html[data-trust="marquee"] .tb-view:hover .tb-track { animation-play-state: paused; }
@keyframes tb-run { to { transform: translateX(-50%); } }
html.poster .tb-track, html.reduced .tb-track { animation: none !important; }
html[data-trust="off"] .tb { display: none; }
.tb + .shot { margin-top: clamp(36px, 3.4vw, 52px); }
@media (max-width: 1100px) { html[data-trust="list"] .tb-set { flex-wrap: wrap; justify-content: center; gap: 22px 40px; } .tb-set img { height: 38px; } }
/* on the Globe the band sits below the artwork, with room to breathe so it never touches the globe */
.hero-globe .tb { margin-top: clamp(32px, 3vw, 56px); }
.hero-globe .tb + .shot { margin-top: clamp(40px, 3.6vw, 60px); }

/* ---------- After the hero: the platform (?next=pillars|pipeline|layers|bento|screen) ----------
   Replaces the product screenshot for now (and the older copy of this section lower down). The section
   takes the opposite tone of the hero, set once through variables: white after a blue hero, navy after a
   light one. It scrolls normally; Pillars and Pipeline assemble once in view and then move quietly. */
html:not([data-next="screen"]) #platform, html:not([data-next="screen"]):not([data-hero="screen"]) #heroShot { display: none; }
/* the hero meets this section on a straight edge (the wave read as dated after the trust band) */
html:not([data-next="screen"]) .hero .wave { display: none; }
html:not([data-next="screen"]) .hero .wide { padding-bottom: clamp(64px, 5vw, 96px); }
.plx { --bg: #fff; --card: #f5f7fc; --card2: #fff; --ink: #1f2747; --head: #0f1c4d; --mut: #5c6488; --faint: #8a91ad; --line: #e2e6f1; --acc: #4f63ad; --acc-soft: rgba(79, 99, 173, .1); --ok: #13936a;
  padding: clamp(80px, 7vw, 120px) 0; background: var(--bg); color: var(--ink); }
html[data-tone="light"] .plx { --bg: linear-gradient(180deg, #0f1c4d, #172863); --card: rgba(255, 255, 255, .05); --card2: rgba(255, 255, 255, .08); --ink: #e6ebff; --head: #fff; --mut: #b4bfe6; --faint: #8e98c4; --line: rgba(174, 188, 239, .18); --acc: #aebcef; --acc-soft: rgba(174, 188, 239, .12); --ok: #54d39a; }
.plx-in { width: var(--wide); }
.plx-head { text-align: center; margin-bottom: clamp(44px, 4vw, 64px); }
.plx-head h2 { font-size: clamp(32px, 3vw, 48px); font-weight: 900; line-height: 1.12; letter-spacing: -.01em; color: var(--head); }
.plx-head h2::after { content: ""; display: block; width: 90px; height: 4px; margin: 22px auto 0; border-radius: 2px; background: var(--red); }
.plx .plx-sub { margin: 22px 0 0; font-size: clamp(18px, 1.5vw, 23px); font-weight: 600; color: var(--head); }
.plx .plx-sub span { font: inherit; color: #8c90a1; }
html[data-tone="light"] .plx .plx-sub span { color: #8e98c4; }
.plx-logo { display: block; width: auto; height: 30px; }
.plx-f { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.plx-f li { display: flex; gap: 9px; align-items: flex-start; font-size: 14.5px; line-height: 1.4; color: var(--ink); }
.plx-f .pu-i { flex: none; width: 16px; height: 16px; margin-top: 2px; color: var(--ok); }
.la-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.la-chips span { padding: 7px 13px; border-radius: 999px; background: var(--acc-soft); color: var(--ink); font-size: 13.5px; font-weight: 600; }

/* Pillars and Pipeline: the user's two pictures, built clean. Soft shadows rather than bloom: one faint
   blue glow under Mission Control and one red under the agent, matching the calmer glass-and-ink of the
   rest of the page. Both assemble once when they come into view (.pre until .go). */
.plx-pillars, .plx-pipeline { --blue: #2f5fd0; --red2: #e0343c; --bgc: #fff; background: radial-gradient(60% 45% at 50% 38%, #eef3fd, transparent 70%), #fff; }
html[data-tone="light"] .plx-pillars, html[data-tone="light"] .plx-pipeline { --blue: #8fb0ff; --red2: #ff6b72; --bgc: #13235c; background: radial-gradient(60% 45% at 50% 38%, rgba(80, 120, 230, .18), transparent 70%), linear-gradient(180deg, #0f1c4d, #172863); }
.pi svg, .pp svg { display: block; }
.pi-wires, .pp-wires { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.pi-wires .w, .pp-wires .w { fill: none; stroke: #86a4e6; stroke-width: 2; stroke-dasharray: 1; stroke-dashoffset: 0; transition: stroke-dashoffset 1.1s cubic-bezier(.4, 0, .2, 1) 1s; }
.pi-wires .nd { fill: #fff; stroke: var(--blue); stroke-width: 2.5; }
.pp-wires .nd { fill: var(--blue); stroke: #fff; stroke-width: 2; }
.pi-wires .dot, .pp-wires .dot { fill: var(--blue); opacity: 0; }
.pp-wires .w.hop { stroke: var(--blue); }
#plxArr path { fill: var(--blue); }
html[data-tone="light"] .pi-wires .w, html[data-tone="light"] .pp-wires .w { stroke: rgba(143, 176, 255, .55); }
html[data-tone="light"] .pi-wires .nd { fill: #13235c; }

/* Pillars */
.pi { position: relative; max-width: 1260px; margin: 0 auto; }
.pi-wires { z-index: 1; }
.pi-mc { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 26px; margin: 0 6%; padding: 26px 30px 30px; border-radius: 18px; background: linear-gradient(180deg, #1f3c8f, #142a6c); color: #fff; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), 0 22px 50px rgba(30, 60, 160, .28); }
.pi-mi svg { width: 64px; height: 64px; color: #8fbaff; }
.pi-mc b { display: block; font-size: clamp(28px, 2.4vw, 40px); font-weight: 800; line-height: 1.1; }
.pi-mc small { display: block; margin-top: 6px; font-size: 12.5px; font-weight: 700; letter-spacing: .32em; text-transform: uppercase; color: #a9bdf0; }
.pi-cards { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 22px; margin-top: 64px; }
.pi-card { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 26px 16px 24px; border-radius: 16px; background: #fff; text-align: center; box-shadow: 0 0 0 1px #e5eaf5, 0 18px 40px rgba(20, 45, 120, .1); }
.pi-ic { display: grid; place-items: center; width: 86px; height: 86px; border-radius: 50%; background: #eef2fa; color: #1f3b8f; --i2: var(--red2); }
.pi-ic svg { width: 44px; height: 44px; }
.pi-card:first-child .pi-ic { color: var(--red2); }
.pi-dash { width: 30px; height: 3px; margin: 4px 0 2px; border-radius: 2px; background: var(--blue); }
.pi-card b { font-size: 16.5px; font-weight: 800; line-height: 1.25; color: var(--head); }
.pi-d { font-size: 13px; line-height: 1.45; color: var(--mut); }
.pi-agent { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 30px; margin-top: -36px; padding: 68px 30px 30px; border-radius: 16px; background: linear-gradient(180deg, #e8363e, #c7262e); color: #fff; box-shadow: 0 26px 60px rgba(214, 40, 48, .26); }
.pi-agent::before { content: ""; position: absolute; left: 2%; right: 2%; top: -26px; height: 27px; background: linear-gradient(180deg, #fcdcdd, #ef646a); clip-path: polygon(3% 0, 97% 0, 100% 100%, 0 100%); }
.pi-ai svg { width: 58px; height: 58px; color: #fff; --i2: #d8262e; }
.pi-sep { width: 1.5px; height: 54px; background: rgba(255, 255, 255, .45); }
.pi-agent b { display: block; font-size: clamp(24px, 2vw, 32px); font-weight: 800; line-height: 1.15; }
.pi-agent small { display: block; margin-top: 6px; font-size: 12.5px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: #ffd9db; }
.pi-foot { display: grid; justify-items: center; gap: 12px; margin-top: 36px; }
.pi-foot .plx-logo { height: 34px; }
.pi-foot small { font-size: 12px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: var(--faint); }
.pi-mc, .pi-card, .pi-agent, .pi-foot { transition: opacity .7s ease, transform .8s cubic-bezier(.2, .8, .2, 1); }
.pi-card { transition-delay: calc(.25s + var(--i) * .09s); }
.pi-mc { transition-delay: .75s; }
.pi-foot { transition-delay: .9s; }
.plx.pre:not(.go) .pi-mc { opacity: 0; transform: translateY(-26px); }
.plx.pre:not(.go) .pi-card { opacity: 0; transform: translateY(34px); }
.plx.pre:not(.go) .pi-agent, .plx.pre:not(.go) .pi-foot { opacity: 0; transform: translateY(18px); }
.plx.pre:not(.go) .pi-wires .w { stroke-dashoffset: 1; transition: none; }
html[data-tone="light"] .pi-mc { background: linear-gradient(180deg, #2b4db6, #1c3587); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14), 0 22px 50px rgba(0, 0, 0, .3); }
html[data-tone="light"] .pi-card { background: linear-gradient(180deg, #1f3378, #1a2b69); box-shadow: inset 0 0 0 1px rgba(174, 188, 239, .2), 0 18px 40px rgba(0, 0, 0, .22); }
html[data-tone="light"] .pi-ic { background: rgba(255, 255, 255, .08); color: #b9cbff; }
html[data-tone="light"] .pi-card:first-child .pi-ic { color: var(--red2); }

/* Pipeline */
.plx-pipeline .plx-in { width: min(1600px, 100% - 2 * var(--gut)); }
.pp { position: relative; display: grid; grid-template-columns: 250px 130px 196px 44px minmax(0, 1fr) 44px 280px; grid-template-areas: "in . agent . caps . mc" "steps steps steps steps steps steps steps"; align-items: center; row-gap: 70px; }
.pp-wires { z-index: 0; }
.pp-in, .pp-agent, .pp-caps, .pp-mc, .pp-steps { position: relative; z-index: 1; }
.pp-in { grid-area: in; display: grid; gap: 22px; }
.pp-src { display: flex; align-items: center; gap: 14px; padding: 18px; border-radius: 16px; background: #fff; box-shadow: 0 0 0 1px #e3e9f6, 0 14px 30px rgba(20, 45, 120, .07); transition: box-shadow .5s; }
.pp-src.on { box-shadow: 0 0 0 1.5px var(--blue), 0 14px 30px rgba(47, 95, 208, .16); }
.pp-sic { flex: none; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: #eaf0fc; color: var(--blue); }
.pp-sic svg { width: 26px; height: 26px; }
.pp-src b { display: block; font-size: 15.5px; color: var(--head); }
.pp-src > div > span { display: block; font-size: 12.5px; line-height: 1.4; color: var(--mut); }
.pp-pill { position: absolute; z-index: 2; transform: translate(-50%, -50%); padding: 5px 14px; border-radius: 999px; background: #e7eefc; box-shadow: 0 0 0 1px #d2def7; font-size: 13px; font-weight: 700; color: #1f3b8f; }
.pp-agent { grid-area: agent; display: grid; place-items: center; }
.pp-ring { display: grid; align-content: center; justify-items: center; gap: 4px; width: 196px; height: 196px; padding: 18px; border-radius: 50%; background: #fff; text-align: center; box-shadow: 0 0 0 12px rgba(242, 62, 69, .06), 0 0 0 1px #f3d2d4, 0 20px 50px rgba(224, 52, 60, .18); }
/* the logo's parts, cropped from the official file (563.4 × 80.5; the mark is the first 63.5, the wordmark starts just after 69) */
.tr-mark { --h: 40px; display: block; flex: none; width: calc(var(--h) * .79); height: var(--h); overflow: hidden; }
.tr-word { --h: 24px; display: block; width: calc(var(--h) * 6.15); height: var(--h); overflow: hidden; }
.tr-mark img, .tr-word img { display: block; width: auto; max-width: none; height: 100%; }
.tr-word img { margin-left: calc(var(--h) * -.86); }
.pp-ring .tr-mark { --h: 50px; margin-bottom: 6px; }
.pp-ring .tr-word { --h: 20px; }
html[data-tone="light"] .pp-ring .tr-word { background: #fff; box-sizing: content-box; padding: 3px 6px; border-radius: 5px; }
.pi-ic .tr-mark { --h: 42px; }
.pp-cic .tr-mark { --h: 30px; }
.pi-ai .tr-mark { --h: 60px; border-radius: 3px; box-shadow: 0 6px 16px rgba(120, 0, 10, .25); }
.pp-ring b { margin-top: 2px; font-size: 16px; line-height: 1.2; color: var(--head); }
.pp-ring small { font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--faint); }
.pp-caps { grid-area: caps; padding: 28px 14px 14px; border-radius: 18px; border: 1.5px dashed #c9d6f0; }
.pp-lab { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); padding: 0 12px; background: var(--bgc); font-size: 11.5px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; white-space: nowrap; color: #6b7fb8; }
.pp-row { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.pp-cap { position: relative; display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 20px 10px 18px; border-radius: 14px; text-align: center; transition: transform .5s, box-shadow .5s; }
.pp-cap:not(:last-child)::after { content: ""; position: absolute; right: -11px; top: 50%; width: 6px; height: 6px; border-top: 2px solid var(--blue); border-right: 2px solid var(--blue); transform: translateY(-50%) rotate(45deg); }
.pp-cap.t-b { background: linear-gradient(180deg, #f3f7ff, #e8effc); box-shadow: inset 0 0 0 1px #d6e2f8; }
.pp-cap.t-r { background: linear-gradient(180deg, #fff6f6, #fdebec); box-shadow: inset 0 0 0 1px #f6d4d6; }
.pp-cic { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: #fff; }
.pp-cic svg { width: 30px; height: 30px; }
.t-b .pp-cic { color: var(--blue); --i2: var(--red2); }
.t-r .pp-cic { color: var(--red2); --i2: var(--blue); }
.pp-cap b { display: flex; align-items: center; min-height: 3.8em; font-size: 14px; line-height: 1.25; color: var(--head); }
.pp-cap i { width: 26px; height: 3px; border-radius: 2px; }
.t-b i { background: var(--blue); }
.t-r i { background: var(--red2); }
.pp-cap > span:last-child { font-size: 12.5px; line-height: 1.45; color: var(--mut); }
.pp-cap.t-b.on { transform: translateY(-6px); box-shadow: inset 0 0 0 1.5px var(--blue), 0 16px 30px rgba(47, 95, 208, .18); }
.pp-cap.t-r.on { transform: translateY(-6px); box-shadow: inset 0 0 0 1.5px var(--red2), 0 16px 30px rgba(224, 52, 60, .16); }
.pp-mc { grid-area: mc; display: grid; justify-items: center; gap: 6px; padding: 24px 20px; border-radius: 18px; background: #fff; text-align: center; box-shadow: 0 0 0 1.5px #bcd0f4, 0 20px 44px rgba(30, 60, 160, .14); transition: box-shadow .5s; }
.pp-mc.on { box-shadow: 0 0 0 2px var(--blue), 0 20px 44px rgba(47, 95, 208, .24); }
.pp-mc > b:first-child { font-size: 24px; font-weight: 800; color: var(--head); }
.pp-mc small { font-size: 11px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; color: var(--faint); }
.pp-screen { width: 100%; margin: 12px 0 8px; border-radius: 10px; overflow: hidden; box-shadow: 0 10px 24px rgba(10, 20, 60, .25); }
.pp-tag { font-size: 16px; color: var(--head); }
.pp-steps { grid-area: steps; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; }
.pp-step { display: flex; align-items: flex-start; gap: 16px; opacity: .72; transition: opacity .5s; }
.pp-step.on { opacity: 1; }
.pp-stic { flex: none; display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 1.5px #cdd9f2; transition: box-shadow .5s; }
.pp-stic svg { width: 28px; height: 28px; }
.pp-stic.ic-b { color: var(--blue); }
.pp-stic.ic-r { color: var(--red2); box-shadow: inset 0 0 0 1.5px #f3cdd0; }
.pp-step.on .pp-stic.ic-b { box-shadow: inset 0 0 0 1.5px var(--blue), 0 0 0 6px rgba(47, 95, 208, .12); }
.pp-step.on .pp-stic.ic-r { box-shadow: inset 0 0 0 1.5px var(--red2), 0 0 0 6px rgba(224, 52, 60, .1); }
.pp-step > div { flex: 1; min-width: 0; }
.pp-step b { display: flex; align-items: center; gap: 12px; margin-top: 8px; font-size: 13px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--head); }
.pp-step:not(:last-child) b::after { content: ""; flex: 1; border-top: 2px dotted #cfd9ee; }
.pp-step > div > span { display: block; margin-top: 6px; font-size: 14px; line-height: 1.5; color: var(--mut); }
.pp-in, .pp-agent, .pp-caps, .pp-mc, .pp-steps, .pp-pill { transition: opacity .7s ease, transform .8s cubic-bezier(.2, .8, .2, 1); }
.pp-agent { transition-delay: .2s; } .pp-caps { transition-delay: .4s; } .pp-mc { transition-delay: .6s; } .pp-steps { transition-delay: .8s; } .pp-pill { transition-delay: 1s; }
.plx.pre:not(.go) .pp-in { opacity: 0; transform: translateX(-24px); }
.plx.pre:not(.go) .pp-agent { opacity: 0; transform: scale(.9); }
.plx.pre:not(.go) .pp-caps, .plx.pre:not(.go) .pp-mc, .plx.pre:not(.go) .pp-steps { opacity: 0; transform: translateY(20px); }
.plx.pre:not(.go) .pp-pill { opacity: 0; }
.plx.pre:not(.go) .pp-wires .w { stroke-dashoffset: 1; transition: none; }
html[data-tone="light"] .pp-src, html[data-tone="light"] .pp-mc { background: rgba(255, 255, 255, .06); box-shadow: inset 0 0 0 1px rgba(174, 188, 239, .2), 0 14px 30px rgba(0, 0, 0, .2); }
html[data-tone="light"] .pp-src.on, html[data-tone="light"] .pp-mc.on { box-shadow: inset 0 0 0 1.5px var(--blue), 0 14px 30px rgba(0, 0, 0, .25); }
html[data-tone="light"] .pp-sic { background: rgba(143, 176, 255, .14); }
html[data-tone="light"] .pp-pill { background: #1c3079; box-shadow: 0 0 0 1px rgba(143, 176, 255, .35); color: #dfe7ff; }
html[data-tone="light"] .pp-ring { background: rgba(255, 255, 255, .07); box-shadow: 0 0 0 12px rgba(255, 107, 114, .08), 0 0 0 1px rgba(255, 150, 156, .35), 0 20px 50px rgba(0, 0, 0, .3); }
html[data-tone="light"] .pp-caps { border-color: rgba(143, 176, 255, .35); }
html[data-tone="light"] .pp-lab { color: #9fb2ea; }
html[data-tone="light"] .pp-cap.t-b { background: rgba(80, 120, 230, .14); box-shadow: inset 0 0 0 1px rgba(143, 176, 255, .28); }
html[data-tone="light"] .pp-cap.t-r { background: rgba(230, 60, 70, .12); box-shadow: inset 0 0 0 1px rgba(255, 130, 136, .28); }
html[data-tone="light"] .pp-cic, html[data-tone="light"] .pp-stic { background: rgba(255, 255, 255, .08); }
html[data-tone="light"] .pp-step:not(:last-child) b::after { border-color: rgba(174, 188, 239, .3); }

@media (max-width: 1500px) {
  .pp { grid-template-columns: 230px 110px 180px 36px minmax(0, 1fr); grid-template-areas: "in . agent . caps" "mc mc mc mc mc" "steps steps steps steps steps"; row-gap: 48px; }
  .pp-mc { justify-self: center; width: min(520px, 100%); }
}
@media (max-width: 1100px) {
  .pi-cards, .pp-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pp { grid-template-columns: 1fr; grid-template-areas: "in" "agent" "caps" "mc" "steps"; row-gap: 32px; }
  .pp-steps { grid-template-columns: 1fr 1fr; }
  .pp-pill, .pp-cap::after { display: none; }
}

/* Layers: console, capabilities, agent as three labelled bands */
.la { display: grid; gap: 16px; }
.la-band { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 20px; align-items: stretch; }
.la-lab { display: flex; flex-direction: column; justify-content: center; padding-left: 18px; border-left: 3px solid var(--acc); }
.la-lab b { font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--head); }
.la-lab span { margin-top: 4px; font-size: 13px; color: var(--mut); }
.la-body { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; padding: 22px 26px; border-radius: 18px; background: var(--card); box-shadow: inset 0 0 0 1px var(--line); }
.la-console .la-body { background: var(--navy); box-shadow: none; }
html[data-tone="light"] .la-console .la-body { background: rgba(255, 255, 255, .1); }
.la-mc b { display: block; font-size: 22px; font-weight: 800; color: #fff; }
.la-mc span { font-size: 14px; color: #b4bfe6; }
.la-console .la-chips span { background: rgba(255, 255, 255, .1); color: #e6ebff; }
.la-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; gap: 14px; padding: 14px; }
.la-cap { padding: 20px; border-radius: 14px; background: var(--card2); box-shadow: inset 0 0 0 1px var(--line); }
.la-h { display: flex; align-items: center; gap: 10px; }
.la-h .pu-i { width: 22px; height: 22px; color: var(--acc); }
.la-h b { font-size: 17px; color: var(--head); }
.la-cap p { margin: 8px 0 14px; font-size: 14px; line-height: 1.5; color: var(--mut); }
.la-agent .la-body { box-shadow: inset 0 0 0 1.5px var(--red); }
.la-ag { display: flex; align-items: center; gap: 16px; }
.la-ag b { font-size: 18px; color: var(--head); }

/* Bento: the slogan as columns, a small product-style picture in each big tile */
.bx { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.bx-wide { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 26px; padding: 22px 26px; border-radius: 18px; }
.bx-mc { background: var(--navy); color: #fff; }
html[data-tone="light"] .bx-mc { background: rgba(255, 255, 255, .1); }
.bx-mc b { font-size: 22px; font-weight: 800; }
.bx-mc > span { font-size: 14px; color: #b4bfe6; flex: 1; min-width: 220px; }
.bx-mc .la-chips span { background: rgba(255, 255, 255, .1); color: #e6ebff; }
.bx-ag { background: var(--card); box-shadow: inset 0 0 0 1.5px var(--red); }
.bx-ag b { display: block; font-size: 18px; color: var(--head); }
.bx-ag span { font-size: 14.5px; color: var(--mut); }
.bx-col { display: grid; gap: 16px; align-content: start; }
.bx-col h3 { margin: 6px 0 -2px; font-size: clamp(28px, 2.4vw, 40px); font-weight: 900; letter-spacing: -.01em; color: var(--head); }
.bx-big, .bx-t { padding: 20px 22px; border-radius: 16px; background: var(--card); box-shadow: inset 0 0 0 1px var(--line); }
.bx-big > b { display: block; font-size: 18px; color: var(--head); }
.bx-big > span { display: block; margin: 4px 0 16px; font-size: 14px; color: var(--mut); }
.bx-t { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-items: center; }
.bx-t > i { grid-row: span 2; }
.bx-t .pu-i { width: 22px; height: 22px; color: var(--acc); }
.bx-t b { font-size: 15.5px; color: var(--head); }
.bx-t span { font-size: 13.5px; color: var(--mut); }
.bx-cve, .bx-tree, .bx-chain { display: grid; gap: 7px; padding: 12px; border-radius: 12px; background: #0f1c4d; font-size: 12.5px; color: #dfe6ff; }
.bx code { font-family: "JetBrains Mono", Consolas, monospace; font-size: 12px; }
.bx-cve div { display: grid; grid-template-columns: auto 1fr auto auto; gap: 10px; align-items: center; padding: 6px 8px; border-radius: 8px; background: rgba(255, 255, 255, .05); }
.bx-cve span { color: #aebbe9; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bx-cve em { font-style: normal; font-size: 10.5px; font-weight: 800; letter-spacing: .08em; padding: 2px 7px; border-radius: 999px; background: rgba(245, 185, 75, .16); color: #f5c46b; }
.bx-cve b { color: #ff9aa2; font-weight: 800; }
.bx-tree div { display: flex; align-items: center; gap: 8px; padding: 5px 8px; border-radius: 7px; background: rgba(255, 255, 255, .05); }
.bx-tree .d1 { margin-left: 16px; }
.bx-tree .d2 { margin-left: 32px; }
.bx-tree em { margin-left: auto; font-style: normal; font-size: 10px; font-weight: 800; letter-spacing: .08em; padding: 2px 7px; border-radius: 999px; background: rgba(255, 111, 125, .18); color: #ff9aa5; }
.bx-tree em.q { background: rgba(245, 185, 75, .16); color: #f5c46b; }
.bx-chain { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.bx-chain div { position: relative; display: grid; gap: 3px; padding: 8px; border-radius: 8px; background: rgba(255, 255, 255, .06); }
.bx-chain div:not(:last-child)::after { content: ""; position: absolute; right: -6px; top: 50%; width: 5px; height: 1.5px; background: #7084c7; }
.bx-chain code { color: #aebcef; font-size: 11px; }
.bx-chain span { font-size: 11.5px; line-height: 1.3; }
html[data-tone="light"] .bx-cve, html[data-tone="light"] .bx-tree, html[data-tone="light"] .bx-chain { background: rgba(5, 12, 38, .55); }

@media (max-width: 1250px) {

  .la-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1100px) {
  .bx { grid-template-columns: 1fr; }
  .la-band { grid-template-columns: 1fr; }
  .la-lab { padding-left: 12px; }
  .la-grid { grid-template-columns: 1fr; }
}
/* on the navy tone the official mark sits on a small white plate, as the live site shows it on dark */
html[data-tone="light"] .plx-logo { box-sizing: content-box; padding: 5px 9px; border-radius: 7px; background: #fff; }

/* overflow-x: hidden on body makes it a scroll container and breaks position: sticky; clip hides the same overflow without that */
body { overflow-x: clip; }
/* ---------- Get started + About + footer (replace the legacy .gs / .about / footer / .copy; same content) ---------- */
.gsx, .abx { --head: #fff; --ink: #dfe6ff; --mut: #aab6e2; --card: rgba(255, 255, 255, .05); --card-line: rgba(174, 188, 239, .18); --tile: rgba(255, 255, 255, .07);
  --acc: #6ea0ff; --bar: #ff5a61; --ok: #3ecf8e; --field: rgba(255, 255, 255, .06); --field-line: rgba(174, 188, 239, .26);
  position: relative; color: var(--ink); overflow: hidden;
  background: radial-gradient(50% 60% at 88% 10%, rgba(80, 120, 230, .2), transparent 70%), linear-gradient(180deg, #13225a, #0f1c4d); }
.gsx.lt, .abx.lt { --head: #0f1c4d; --ink: #1f2747; --mut: #5c6488; --card: #fff; --card-line: #e1e6f2; --tile: #eef2fa; --acc: #2f6fed; --bar: #e0343c; --ok: #13936a;
  --field: #f6f8fc; --field-line: #dfe4f0;
  background: radial-gradient(50% 60% at 88% 10%, #e3ebfb, transparent 70%), linear-gradient(180deg, #f7f9fd, #eef2f9); }
.gsx svg, .abx svg, .ftx svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.gsx-in, .abx-in, .ftx-in { width: min(1680px, 100% - 2 * var(--gut)); margin-inline: auto; }
.gsx-kick, .abx-kick { display: flex; align-items: center; gap: 14px; margin: 0 0 18px; font-size: 12px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; color: var(--bar); }
.gsx-kick::before, .abx-kick::before { content: ""; width: 44px; height: 2px; background: currentColor; }
.gsx h2, .abx h2 { font-size: clamp(34px, 2.6vw, 48px); font-weight: 900; line-height: 1.08; letter-spacing: -.015em; color: var(--head); }
/* the official ThreatResponder® logo file in place of the name (its lettering cannot be reproduced in type), as in the hero */
.gsx-logo { display: inline-block; margin-right: .12em; vertical-align: -.16em; }
.gsx-logo img { display: block; width: auto; height: 1.02em; }

/* get started: the pitch and three steps beside the request form */
.gsx { padding: clamp(80px, 6.4vw, 110px) 0; }
.gsx-in { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(36px, 4.4vw, 84px); align-items: center; }
.gsx-sub { margin-top: 22px; font-size: clamp(19px, 1.35vw, 23px); font-weight: 800; line-height: 1.35; color: var(--head); }
.gsx-lead { margin-top: 10px; max-width: 640px; font-size: clamp(16px, 1.1vw, 18px); line-height: 1.6; color: var(--mut); }
.gsx-steps { position: relative; list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 12px; max-width: 680px; }
.gsx-steps::before { content: ""; position: absolute; left: 37px; top: 30px; bottom: 30px; width: 2px; background: linear-gradient(var(--acc), color-mix(in srgb, var(--acc) 20%, transparent)); }
.gsx-steps li { position: relative; display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: center; padding: 14px 18px 14px 16px; border-radius: 14px; background: var(--card); box-shadow: inset 0 0 0 1px var(--card-line); }
.gsx-steps i { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-style: normal; font-size: 16px; font-weight: 900; color: #fff; background: linear-gradient(150deg, #4f86f7, #2f55c8); box-shadow: 0 0 0 5px color-mix(in srgb, var(--acc) 14%, transparent); }
.gsx-steps b { display: block; font-size: 16px; font-weight: 800; color: var(--head); }
.gsx-steps span { display: block; margin-top: 2px; font-size: 14px; line-height: 1.5; color: var(--mut); }
.gsx-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: clamp(24px, 2vw, 34px); border-radius: 18px; background: var(--card);
  box-shadow: inset 0 0 0 1px var(--card-line), 0 28px 60px rgba(3, 10, 35, .28); }
.gsx.lt .gsx-form { box-shadow: inset 0 0 0 1px var(--card-line), 0 24px 54px rgba(15, 28, 77, .1); }
.gsx-seg { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 4px; border-radius: 12px; background: var(--tile); }
.gsx-seg button { font: inherit; font-size: 14px; font-weight: 800; padding: 11px; border: 0; border-radius: 9px; color: var(--mut); background: none; cursor: pointer; transition: background .2s, color .2s; }
.gsx-seg button.on { color: #fff; background: #2f6fed; box-shadow: 0 6px 16px rgba(47, 111, 237, .3); }
.gsx-form label { display: grid; gap: 7px; font-size: 13px; font-weight: 700; color: var(--mut); }
.gsx-form .full { grid-column: 1 / -1; }
.gsx-form input, .gsx-form textarea { font: inherit; font-size: 15px; color: var(--head); padding: 12px 14px; border-radius: 10px; border: 0; background: var(--field); box-shadow: inset 0 0 0 1px var(--field-line); resize: vertical; transition: box-shadow .2s; }
.gsx-form input::placeholder, .gsx-form textarea::placeholder { color: color-mix(in srgb, var(--mut) 70%, transparent); }
.gsx-form input:focus, .gsx-form textarea:focus { outline: 0; box-shadow: inset 0 0 0 2px var(--acc); }
.gsx-go { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-top: 4px; }
.gsx-btn { font: inherit; font-size: 16px; font-weight: 800; padding: 14px 26px; border: 0; border-radius: 10px; color: #fff; background: var(--bar); cursor: pointer; box-shadow: 0 10px 24px color-mix(in srgb, var(--bar) 30%, transparent); }
.gsx-ua { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; color: var(--mut); text-decoration: none; }
.gsx-ua i { width: 8px; height: 8px; border-radius: 50%; background: var(--bar); box-shadow: 0 0 0 4px color-mix(in srgb, var(--bar) 20%, transparent); }
.gsx-ua b { color: var(--head); }

/* about: one compact band */
.abx { padding: clamp(64px, 5vw, 90px) 0; }
.abx-in { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: clamp(36px, 4.4vw, 84px); align-items: center; }
.abx-l > p:not(.abx-kick) { margin-top: 20px; max-width: 760px; font-size: clamp(16px, 1.15vw, 18.5px); line-height: 1.65; color: var(--mut); }
.abx-links { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 24px; }
.abx-links a { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 700; color: var(--acc); text-decoration: none; }
.abx-links svg { width: 16px; height: 16px; transition: transform .2s; } .abx-links a:hover svg { transform: translateX(3px); }
.abx-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(12px, 1.1vw, 18px); }
.abx-facts > div { display: grid; justify-items: start; gap: 4px; padding: 22px 22px 20px; border-radius: 16px; background: var(--card); box-shadow: inset 0 0 0 1px var(--card-line); }
.abx-facts span { width: 44px; height: 44px; margin-bottom: 12px; border-radius: 12px; display: grid; place-items: center; color: var(--acc); background: color-mix(in srgb, var(--acc) 14%, transparent); }
.abx-facts span svg { width: 22px; height: 22px; }
.abx-facts b { font-size: clamp(26px, 2vw, 34px); font-weight: 900; line-height: 1.05; color: var(--head); }
.abx-facts small { font-size: 14px; line-height: 1.4; color: var(--mut); }

/* footer: always the deepest navy, below whichever tone About takes */
footer.ftx { padding: clamp(56px, 4.4vw, 76px) 0 90px; font-size: 14.5px; color: #aab6e2; background: #0a1438; box-shadow: inset 0 1px 0 rgba(174, 188, 239, .12); }
.ftx-top { display: grid; grid-template-columns: minmax(260px, 1.1fr) minmax(0, 3.4fr); gap: clamp(36px, 4vw, 80px); }
.ftx-logo { display: inline-block; --logo-net: #fff; --logo-reg: #aab6e2; } .ftx-logo svg { display: block; width: 200px; height: auto; fill: initial; stroke: none; }
.ftx-h { margin-top: 30px; font-size: 12px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; color: #ff5a61; }
.ftx address { margin-top: 12px; font-style: normal; font-size: 15px; line-height: 1.6; color: #dfe6ff; }
.ftx-tel { display: inline-flex; align-items: center; gap: 9px; margin-top: 10px; font-size: 17px; font-weight: 800; color: #fff; text-decoration: none; }
.ftx-tel svg { color: #6ea0ff; }
.ftx-cta { display: table; margin-top: 22px; padding: 12px 20px; border-radius: 10px; font-size: 15px; font-weight: 800; color: #fff; background: #ff5a61; text-decoration: none; }
.ftx-cols { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px; }
footer.ftx h4 { margin: 0 0 16px; padding: 0; border: 0; font-size: 12px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: #fff; }
footer.ftx ul { list-style: none; margin: 0; padding: 0; } footer.ftx li { margin-bottom: 10px; }
footer.ftx a { color: inherit; text-decoration: none; transition: color .2s; } footer.ftx .ftx-cols a:hover, .ftx-bot a:hover { color: #fff; }
footer.ftx .ftx-tel, footer.ftx .ftx-cta, footer.ftx .ftx-social a { color: #fff; }
.ftx-bot { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px 24px; margin-top: clamp(40px, 3.4vw, 60px); padding-top: 24px; border-top: 1px solid rgba(174, 188, 239, .14); font-size: 13.5px; color: #8793c4; }
@media (max-width: 1280px) { .gsx-in, .abx-in { grid-template-columns: 1fr; } .ftx-top { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .gsx-form { grid-template-columns: 1fr; } .abx-facts { grid-template-columns: 1fr; } .ftx-cols { grid-template-columns: 1fr 1fr; } }
/* socials: each platform's own glyph, one colour (white on the navy, as their brand guides allow when linking to your own profile) */
.ftx-social { display: flex; gap: 10px; margin-top: 22px; }
.ftx-social a { width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; color: #fff; background: rgba(255, 255, 255, .07); box-shadow: inset 0 0 0 1px rgba(174, 188, 239, .18); transition: background .2s, box-shadow .2s; }
.ftx-social a:hover, .ftx-social a:focus-visible { background: rgba(255, 255, 255, .14); box-shadow: inset 0 0 0 1px rgba(174, 188, 239, .4); }
.ftx .ftx-social svg { width: 18px; height: 18px; fill: currentColor; stroke: none; }
/* ---------- Partner program (/partner-program/): after the user's reference, in the homepage's language ---------- */
.pg { --head: #0f1c4d; --ink: #1f2747; --mut: #5c6488; --card: #fff; --line: #e1e6f2; --acc: #2f6fed; --bar: #e0343c; --tint: #eef2fa; }
.pg main svg:where(:not(:is(.fsx, .tbx, .igx) svg)) { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pg-kick { display: flex; align-items: center; gap: 14px; margin: 0 0 16px; font-size: 12px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; color: var(--acc); }
.pg-kick::after { content: ""; width: 44px; height: 2px; background: var(--bar); }
.pg-kick.c { justify-content: center; }
.pg-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 52px; padding: 0 26px; border-radius: 10px; font-size: 15.5px; font-weight: 800; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; cursor: pointer; border: 0; font-family: inherit; }
.pg-btn svg { width: 18px; height: 18px; }
.pg-btn.red { color: #fff; background: var(--bar); box-shadow: 0 10px 24px rgba(224, 52, 60, .28); }
.pg-btn.red:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(224, 52, 60, .34); }
.pg-btn.line { color: var(--head); background: #fff; box-shadow: inset 0 0 0 1.5px #1f3b8f; }
.pg-btn.line:hover { background: var(--tint); }

/* hero: the photo on the right, the page colour running into it from the left */
.pgh { position: relative; overflow: hidden; background: #eef3fb url(/shared/partners-hero.webp) right center / auto 100% no-repeat; }
.pgh::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #f3f6fc 0%, #f3f6fc 32%, rgba(243, 246, 252, .88) 42%, rgba(243, 246, 252, 0) 62%); }
.pgh::after { content: ""; position: absolute; right: 0; bottom: 0; width: 42%; height: 70%; background: radial-gradient(90% 90% at 100% 100%, rgba(8, 16, 48, .72), rgba(8, 16, 48, 0) 70%); }
.pgh-in { position: relative; z-index: 1; width: var(--wide); margin-inline: auto; min-height: clamp(560px, 38vw, 700px); display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 64px 0; }
.pgh-copy { max-width: 640px; }
.pgh h1 { font-size: clamp(44px, 4.2vw, 72px); font-weight: 900; line-height: 1.02; letter-spacing: -.02em; color: var(--head); }
.pgh-lead { margin-top: 22px; font-size: clamp(17px, 1.25vw, 20px); line-height: 1.55; color: #33406a; }
.pgh-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.pgh-pts { display: flex; flex-wrap: wrap; margin: 34px 0 0; padding: 0; list-style: none; }
.pgh-pts li { display: flex; align-items: center; gap: 12px; padding: 0 22px; font-size: 14px; line-height: 1.35; color: #33406a; }
.pgh-pts li:first-child { padding-left: 0; }
.pgh-pts li + li { box-shadow: inset 1px 0 0 #cfd7ea; }
.pgh-pts svg { width: 28px; height: 28px; color: #1f3b8f; }
.pgh-words { align-self: flex-end; margin: 0; padding: 0; list-style: none; text-align: left; }
.pgh-words::before { content: ""; display: block; width: 44px; height: 3px; margin-bottom: 14px; background: var(--bar); }
.pgh-words li { font-size: clamp(14px, 1vw, 17px); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; line-height: 1.75; color: rgba(255, 255, 255, .82); text-shadow: 0 1px 12px rgba(0, 0, 0, .35); }
.pgh-words li:last-child { color: #fff; font-weight: 900; }

/* sections */
.pgs { padding: clamp(64px, 5vw, 96px) 0; }
.pgs-in { width: var(--wide); margin-inline: auto; }
.pg-head { text-align: center; margin-bottom: clamp(28px, 2.4vw, 44px); }
.pg-head h2 { font-size: clamp(32px, 2.6vw, 46px); font-weight: 900; line-height: 1.1; letter-spacing: -.01em; color: var(--head); }
.pg-head > p:not(.pg-kick) { margin-top: 12px; font-size: 17px; color: var(--mut); }
.pgo { background: #fff; }
.pgw { background: linear-gradient(180deg, #f5f7fc, #eef2f9); }
.pgt { background: #fff; }
.pga { background: radial-gradient(40% 70% at 0% 60%, rgba(47, 111, 237, .08), transparent 70%), linear-gradient(180deg, #f5f7fc, #eef2f9); }

/* opportunities: five cards */
.pgo-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(12px, 1.1vw, 20px); }
.pgo-c { position: relative; display: grid; grid-template-columns: 52px 1fr; grid-template-rows: auto 1fr auto; gap: 8px 16px; padding: 24px 22px 20px; border-radius: 14px; text-decoration: none; background: var(--card);
  box-shadow: inset 0 0 0 1px var(--line), 0 10px 30px rgba(15, 28, 77, .05); transition: transform .25s, box-shadow .25s; }
.pgo-c:hover { transform: translateY(-3px); box-shadow: inset 0 0 0 1px #c9d6f3, 0 18px 40px rgba(15, 28, 77, .1); }
.pgo-c i, .pgw-c i, .pgt-i i { display: grid; place-items: center; border-radius: 50%; color: #1f3b8f; background: var(--tint); }
.pgo-c i { grid-row: span 2; width: 52px; height: 52px; } .pgo-c i svg { width: 26px; height: 26px; }
.pgo-c b { font-size: 17px; font-weight: 800; line-height: 1.25; color: var(--head); }
.pgo-c span { font-size: 14px; line-height: 1.55; color: var(--mut); }
.pgo-c em { grid-column: 2; justify-self: end; font-style: normal; font-size: 20px; font-weight: 700; color: var(--bar); transition: transform .2s; }
.pgo-c:hover em { transform: translateX(4px); }

/* why: four cards */
.pgw-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(12px, 1.1vw, 20px); }
.pgw-c { display: flex; gap: 18px; padding: 26px 24px; border-radius: 14px; background: var(--card); box-shadow: inset 0 0 0 1px var(--line), 0 10px 30px rgba(15, 28, 77, .05); }
.pgw-c i { flex: none; width: 56px; height: 56px; } .pgw-c i svg { width: 26px; height: 26px; }
.pgw-c b { display: block; font-size: 17px; font-weight: 800; color: #1f3b8f; }
.pgw-c p { margin-top: 8px; font-size: 14.5px; line-height: 1.55; color: var(--mut); }

/* tools: one row, four items divided by rules */
.pgt-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-radius: 14px; background: var(--card); box-shadow: inset 0 0 0 1px var(--line), 0 10px 30px rgba(15, 28, 77, .05); }
.pgt-i { display: flex; gap: 16px; padding: 26px 24px; }
.pgt-i + .pgt-i { box-shadow: inset 1px 0 0 var(--line); }
.pgt-i i { flex: none; width: 52px; height: 52px; color: #fff; background: linear-gradient(150deg, #3b6fe0, #1f3b8f); } .pgt-i i svg { width: 24px; height: 24px; }
.pgt-i b { display: block; font-size: 17px; font-weight: 800; color: var(--head); }
.pgt-i p { margin-top: 6px; font-size: 14.5px; line-height: 1.55; color: var(--mut); }
.pgt-more { margin-top: 22px; text-align: center; } .pgt-more a { font-size: 15px; font-weight: 700; color: var(--acc); text-decoration: none; }

/* apply: the pitch beside the form */
.pga-in { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(32px, 4vw, 80px); align-items: center; }
.pga-copy h2 { font-size: clamp(32px, 2.6vw, 46px); font-weight: 900; line-height: 1.1; color: var(--head); }
.pga-copy > p:not(.pg-kick) { margin-top: 14px; max-width: 560px; font-size: 17px; line-height: 1.6; color: var(--mut); }
.pga-contact { margin: 26px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; font-size: 15px; color: var(--ink); }
.pga-contact li { display: flex; align-items: center; gap: 10px; } .pga-contact svg { color: var(--acc); } .pga-contact a { font-weight: 800; color: var(--head); text-decoration: none; }

/* narrower screens keep the five cards in one row, icon above the text */
@media (max-width: 1500px) { .pgo-c { grid-template-columns: 1fr; grid-template-rows: auto auto 1fr auto; padding: 22px 20px 18px; } .pgo-c i { grid-row: auto; margin-bottom: 6px; } .pgo-c em { grid-column: 1; } }
@media (max-width: 1150px) { .pgo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 1500px) { .pgw-grid, .pgt-row { grid-template-columns: repeat(2, minmax(0, 1fr)); } .pgt-i:nth-child(3) { box-shadow: none; } .pgt-i:nth-child(n + 3) { border-top: 1px solid var(--line); } }
@media (max-width: 1000px) { .pgh { background-size: cover; background-position: 70% center; } .pgh::before { background: rgba(243, 246, 252, .9); } .pgh::after, .pgh-words { display: none; } .pga-in { grid-template-columns: 1fr; } .pgo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .pgo-grid, .pgw-grid, .pgt-row, .pga-form { grid-template-columns: 1fr; } .pgt-i + .pgt-i { box-shadow: none; border-top: 1px solid var(--line); } .pgh-pts li { padding: 8px 0; box-shadow: none !important; } }
/* the Command header floats over the homepage's dark hero; over this light one it starts solid */
.pg .hdx.hx-command { margin-bottom: 0; background: rgba(13, 24, 66, .97); }
