@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Open+Sans:wght@400;500;600;700&display=swap');

:root {
  --brand-light-blue: #86B5DD;
  --brand-deep-blue: #173F7C;
  --brand-yellow: #F2CF4D;
  --brand-charcoal: #202524;
  --electric: var(--brand-light-blue);
  --cyan: var(--brand-light-blue);
  --violet: var(--brand-deep-blue);
  --green: var(--brand-yellow);
  --navy: var(--brand-deep-blue);
  --ink: var(--brand-charcoal);
  --muted: #4b5663;
  --paper: #f5f8fb;
  --white: #ffffff;
  --line: #c9d7e5;
  --sans: "Open Sans", Arial, sans-serif;
  --display: "Montserrat", "Open Sans", Arial, sans-serif;
  --mono: "Open Sans Condensed", "Open Sans", Arial, sans-serif;
}

body { font-family: var(--sans); }
h1, h2, h3, h4, h5, h6, .nav-link, .nav-trigger, .nav-cta, .button { font-family: var(--display); }

/* Crisp, solid surfaces */
.reveal { animation: none; opacity: 1; transform: none; }
.logo-grid img, .card-art, .case-panel img, .story-card img { opacity: 1; }
.logo-grid img { filter: none; }
.site-header { background: #06183e; border-bottom: 1px solid #1d4776; backdrop-filter: none; }
.site-header .nav-link,
.site-header .nav-trigger,
.site-header .theme-toggle,
.site-header .language-select,
.site-header .menu-button { color: #ffffff; }
.site-header .nav-link:hover,
.site-header .nav-trigger:hover { color: var(--cyan); }
.site-header .theme-toggle { border-color: #4f7098; background: #0d2b59; }
.site-header .nav-controls { border-left-color: #35557d; }
.site-header .nav-cta {
  background: linear-gradient(120deg, #009fe3, #6554e8);
  color: #ffffff;
  box-shadow: 0 8px 20px #03112d;
}
.site-header .nav-cta:hover { background: linear-gradient(120deg, #18c6ff, #806df2); }
.brand img { width: 100%; height: auto; }
.product-menu { background: #ffffff; border-color: #bfd2e4; }
.product-menu a { color: #0b1d48; }

.next-hero:before {
  background:
    radial-gradient(circle at 82% 30%, #087dc0 0, transparent 29%),
    radial-gradient(circle at 29% 84%, #392a94 0, transparent 34%),
    linear-gradient(125deg, #04102d 4%, #0a3476 57%, #07568c 100%);
}
.hero-copy h1 span,
.section-intro h2 em,
.claw-content h2 em { color: #52d8ff; }
.hero-lede, .hero-proof { color: #e4f5ff; }
.launch-pill { background: #123b73; border-color: #5f8db8; }
.button-primary {
  background: linear-gradient(120deg, #10afea, #7059ea);
  color: #ffffff;
  box-shadow: 0 8px 20px #06193f;
}
.button-primary:hover { background: linear-gradient(120deg, #20c7ff, #8772f2); color: #ffffff; }
.command-window { background: #092655; border-color: #4e83b2; backdrop-filter: none; }
.floating-chip { background: #12427b; border-color: #70a6cf; backdrop-filter: none; }
.agent-message { background: #12396d; }
.node-b { background: #49c9f5; }
.node-c, .status-check { background: #47e0a8; }

/* Hero explainer: channels -> one platform -> completed work */
.hero-flow-card {
  position: absolute;
  inset: 18px 0;
  display: flex;
  flex-direction: column;
  padding: 18px;
  border: 1px solid #4f83b3;
  border-radius: 16px;
  background: #071f4c;
  box-shadow: 0 28px 60px #020b20;
}
.flow-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 13px; }
.flow-heading span { color: #59dfff; font: 9px var(--mono); letter-spacing: .12em; }
.flow-heading strong { color: #ffffff; font-size: 12px; }
.flow-channels { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; }
.flow-channels div {
  display: grid;
  place-items: center;
  min-height: 75px;
  padding: 8px 4px;
  border: 1px solid #3e78aa;
  border-radius: 7px;
  background: #0d376f;
  text-align: center;
}
.flow-channels div:nth-child(2), .flow-channels div:nth-child(5) { background: #3a2f82; border-color: #7f70dc; }
.flow-channels div:nth-child(3) { background: #0d5276; border-color: #24a7ca; }
.flow-channels div:nth-child(4) { background: #124f62; border-color: #25a58e; }
.flow-channels i { display: grid; place-items: center; width: 28px; height: 28px; margin-bottom: 5px; border-radius: 6px; background: #ffffff; color: #0b4c83; font: 16px var(--mono); font-style: normal; }
.flow-channels span { color: #ffffff; font: 8px/1.25 var(--mono); }
.flow-converge { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); height: 31px; margin: 0 8%; }
.flow-converge:after { content: ""; position: absolute; left: 10%; right: 10%; top: 14px; height: 1px; background: #4acff4; }
.flow-converge span { position: relative; z-index: 1; justify-self: center; width: 1px; height: 15px; background: #4acff4; }
.flow-converge b { position: absolute; z-index: 2; left: 50%; top: 7px; display: grid; place-items: center; width: 22px; height: 22px; margin-left: -11px; border-radius: 50%; background: #4adfa8; color: #042b32; font-size: 14px; }
.flow-core { padding: 16px; border: 1px solid #68d6f5; border-radius: 10px; background: linear-gradient(120deg, #0b5f98, #4436a0); }
.flow-core-brand { display: flex; align-items: center; gap: 10px; }
.flow-mark { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 8px; background: #ffffff; color: #116ca4; font-size: 22px; font-weight: 800; }
.flow-core-brand small { display: block; color: #90eaff; font: 8px var(--mono); letter-spacing: .12em; }
.flow-core-brand strong { display: block; color: #ffffff; font-size: 19px; line-height: 1.1; }
.flow-capabilities { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 12px; }
.flow-capabilities span { padding: 6px 7px; border: 1px solid #7ea9db; border-radius: 4px; background: #ffffff; color: #102a50; font: 8px/1.25 var(--mono); }
.flow-core > p { margin: 11px 0 0; color: #e9faff; text-align: center; font: 9px var(--mono); letter-spacing: .08em; }
.flow-core > p b { color: #59edb6; }
.flow-output { display: flex; align-items: center; gap: 10px; margin-top: 12px; padding: 11px 12px; border: 1px solid #43dca5; border-radius: 8px; background: #073e46; }
.flow-check { display: grid; place-items: center; width: 29px; height: 29px; flex: 0 0 29px; border-radius: 50%; background: #46e0a7; color: #052f35; font-weight: 800; }
.flow-output small { display: block; color: #80e8c2; font: 7px var(--mono); letter-spacing: .1em; }
.flow-output strong { display: block; color: #ffffff; font-size: 11px; }
.flow-output em { margin-left: auto; color: #55e4ff; font: 11px var(--mono); font-style: normal; }
.flow-governance { display: flex; justify-content: space-between; gap: 6px; margin-top: auto; padding-top: 11px; color: #cceaff; font: 7px var(--mono); }

/* Autonomous agent hub visual */
.agent-orbit-card {
  position: absolute;
  inset: 8px 0;
  display: flex;
  flex-direction: column;
  padding: 14px;
  overflow: hidden;
  border: 1px solid #4d82b4;
  border-radius: 17px;
  background: #071e49;
  box-shadow: 0 28px 60px #020b20;
}
.orbit-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.orbit-heading > span { color: #59dfff; font: 9px var(--mono); letter-spacing: .1em; }
.orbit-heading > strong { display: flex; align-items: center; gap: 6px; color: #c8f7e5; font: 8px var(--mono); font-weight: 500; }
.orbit-heading > strong i { width: 7px; height: 7px; border-radius: 50%; background: #43e1a7; box-shadow: 0 0 0 4px #0a5a50; }
.orbit-stage { position: relative; height: 335px; flex: 0 0 335px; }
.orbit-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.orbit-lines circle { fill: none; stroke: #24558a; stroke-width: 1; stroke-dasharray: 5 6; }
.orbit-lines line { stroke: #2caee5; stroke-width: 1.4; }
.orbit-node {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 6px;
  width: 88px;
  min-height: 46px;
  padding: 6px;
  transform: translate(-50%, -50%);
  border: 1px solid #5a89b5;
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 7px 15px #03112e;
}
.orbit-node i { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 28px; border-radius: 7px; background: #167fb8; color: #ffffff; font: 9px var(--mono); font-style: normal; }
.orbit-node span { color: #10294d; font: 7px/1.25 var(--mono); font-weight: 500; }
.node-whatsapp { left: 16%; top: 16%; }.node-whatsapp i { background: #0c9c6b; }
.node-email { left: 50%; top: 7%; }.node-email i { background: #2976d2; font-size: 15px; }
.node-voice { left: 84%; top: 16%; }.node-voice i { background: #674fd2; font-size: 13px; }
.node-kiosk { left: 92%; top: 50%; }.node-kiosk i { background: #db4c82; font-size: 13px; }
.node-crm { left: 83%; top: 84%; }.node-crm i { background: #168bbb; }
.node-m365 { left: 50%; top: 93%; }.node-m365 i { background: #e56731; }
.node-erp { left: 17%; top: 84%; }.node-erp i { background: #7a4fc4; }
.node-data { left: 8%; top: 50%; }.node-data i { background: #0a766b; }
.agent-hub {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 172px;
  height: 172px;
  padding: 17px;
  transform: translate(-50%, -50%);
  border: 3px solid #6bddff;
  border-radius: 50%;
  background: linear-gradient(145deg, #0b62a1, #432d9d);
  box-shadow: 0 0 0 7px #0a2c61, 0 14px 32px #020b20;
  text-align: center;
}
.hub-brand { display: flex; align-items: center; gap: 6px; }
.hub-brand > span { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 6px; background: #ffffff; color: #126ca4; font-size: 13px; font-weight: 800; }
.hub-brand small { color: #a7edff; font: 7px var(--mono); letter-spacing: .09em; }
.agent-hub > strong { color: #ffffff; font-size: 19px; line-height: 1.02; letter-spacing: -.04em; }
.hub-loop { display: flex; align-items: center; gap: 3px; }
.hub-loop span { padding: 3px 4px; border-radius: 3px; background: #ffffff; color: #183558; font: 6px var(--mono); }
.hub-loop b { color: #5eeab7; font-size: 8px; }
.agent-hub > em { padding: 4px 7px; border-radius: 99px; background: #45dfa8; color: #063b3c; font: 7px var(--mono); font-style: normal; font-weight: 600; text-transform: uppercase; }
.autonomy-banner { display: flex; align-items: center; gap: 10px; margin-top: auto; padding: 10px 12px; border: 1px solid #41dba5; border-radius: 8px; background: #073e46; }
.autonomy-banner > span { display: grid; place-items: center; width: 29px; height: 29px; flex: 0 0 29px; border-radius: 7px; background: #47e0a8; color: #053a3b; }
.autonomy-banner small { display: block; color: #79e8c0; font: 7px var(--mono); letter-spacing: .1em; }
.autonomy-banner strong { display: block; color: #ffffff; font-size: 10px; line-height: 1.25; }

/* Single agent platform architecture */
.platform-section {
  padding: 118px 0;
  background: linear-gradient(135deg, #071a43, #0b3976 60%, #075e91);
  color: #ffffff;
}
.platform-section .section-intro h2 { color: #ffffff; }
.platform-section .section-intro > p { color: #e2f4ff; }
.platform-section .eyebrow { color: #55dfff; }
.platform-map {
  padding: 18px;
  border: 1px solid #3b77ac;
  border-radius: 14px;
  background: #081f4b;
  box-shadow: 0 24px 55px #03102b;
}
.platform-channels {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 9px;
}
.platform-channels span {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 9px;
  border: 1px solid #56a6d5;
  border-radius: 6px;
  background: #103e75;
  color: #ffffff;
  text-align: center;
  font: 10px/1.4 var(--mono);
}
.platform-channels span:nth-child(2n) { background: #392f83; border-color: #8b7ce6; }
.platform-router {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin: 13px 6%;
  padding: 11px;
  border: 1px solid #50d8ff;
  border-radius: 5px;
  background: linear-gradient(90deg, #116ba1, #5845b4);
  color: #ffffff;
  text-align: center;
  font-size: 13px;
}
.platform-router i { color: #4af0b4; font-size: 23px; font-style: normal; line-height: 1; }
.platform-core { display: grid; grid-template-columns: 1.15fr .76fr 1.15fr; gap: 13px; }
.core-card {
  min-height: 270px;
  padding: 23px;
  border: 1px solid #aac6dd;
  border-radius: 8px;
  background: #ffffff;
  color: #0d2449;
}
.core-card small { display: block; margin-bottom: 17px; color: #176aa2; font: 10px var(--mono); letter-spacing: .08em; }
.core-card h3 { margin: 0 0 16px; font-size: 23px; line-height: 1.12; letter-spacing: -.04em; }
.core-card p { margin: 8px 0; padding: 8px; border-left: 3px solid #16afe8; background: #e9f7ff; font-size: 12px; line-height: 1.35; }
.core-card div { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 14px; }
.core-card b { padding: 5px 7px; border-radius: 3px; background: #ccefff; color: #0d5686; font: 9px var(--mono); }
.core-agent { background: #eeeaff; border-color: #978ae7; }
.core-agent p { border-left-color: #7457ee; background: #ded8ff; }
.core-claw { background: #e8fff7; border-color: #61caa5; }
.core-claw p { border-left-color: #23b981; background: #cff7e8; }
.core-claw small { color: #0c7b56; }
.platform-management {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin: 14px 15%;
  padding: 15px;
  border: 1px solid #65b7e1;
  border-radius: 7px;
  background: #0c467b;
  text-align: center;
}
.platform-management strong { font-size: 15px; text-transform: uppercase; }
.platform-management span { color: #e7f7ff; font: 10px/1.45 var(--mono); }
.platform-foundation { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 13px; }
.platform-foundation span { padding: 12px; border: 1px solid #345b88; border-radius: 5px; background: #04142f; color: #d9effc; text-align: center; font: 10px/1.4 var(--mono); }

/* Product outcomes */
.product-section { background: linear-gradient(180deg, #f7fbff, #dff4ff); }
.product-card { min-height: 370px; border-color: #aec7dc; box-shadow: 0 10px 24px #b9cbd9; }
.product-card:nth-child(4), .product-card:nth-child(5) { min-height: 350px; }
.product-kpi { position: relative; z-index: 2; display: grid; grid-template-columns: auto 1fr; gap: 2px 8px; align-items: baseline; margin: 14px 0; color: #385872; font-size: 10px; line-height: 1.35; }
.product-kpi b { color: #087cb9; font: 19px var(--mono); letter-spacing: -.08em; }
.product-kpi b:nth-of-type(2) { grid-column: 1; }
.product-kpi span { grid-column: 2; }
.card-voice .product-kpi b { color: #654ed0; }
.card-kiosk .product-kpi b { color: #c23f74; }
.card-claw { background: #e5fff5; }
.card-claw .product-kpi b { color: #087d59; }
.outcome-card, .archive-card, .feature-item { border: 1px solid #b4cadd; box-shadow: 0 8px 18px #c5d4df; }
.case-panel img, .story-card img { opacity: 1; }

/* Demo conversion form */
.cta-section {
  padding: 118px 0;
  background: linear-gradient(130deg, #061837, #0a3b74);
  color: #ffffff;
  text-align: left;
}
.cta-section .shell { display: grid; grid-template-columns: .88fr 1.12fr; max-width: 1180px; gap: 64px; align-items: start; }
.cta-section .eyebrow { color: #56ddff; }
.cta-section h2 { color: #ffffff; }
.cta-section h2 em { color: #5bdcff; }
.cta-section p:not(.eyebrow) { margin: 20px 0 0; color: #e0f2ff; }
.regional-offices { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 28px; }
.regional-offices span { padding: 7px 10px; border: 1px solid #5e92b8; border-radius: 99px; background: #0d315e; color: #ffffff; font: 10px var(--mono); }
.demo-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid #b5d4e8;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 24px 50px #02102c;
  color: #102a50;
}
.demo-form label { display: grid; gap: 7px; color: #3b5e78; font: 10px var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.demo-form input,
.demo-form select,
.demo-form textarea {
  width: 100%;
  border: 1px solid #abc4d8;
  border-radius: 5px;
  background: #f7fbfe;
  color: #0d2346;
  font: 14px var(--sans);
  letter-spacing: 0;
  padding: 12px;
  outline: 0;
}
.demo-form input:focus,
.demo-form select:focus,
.demo-form textarea:focus { border-color: #0aaee8; box-shadow: 0 0 0 3px #ccefff; }
.demo-form textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.demo-form .button { justify-self: start; border: 0; cursor: pointer; }
.demo-form-status { min-height: 18px; margin: 0 !important; color: #087654 !important; font-size: 12px !important; }
.demo-form-status.is-error { color: #b5224e !important; }

.site-footer { background: #04142f; }
.footer-brand img { filter: none; }
.regional-footer { grid-column: 1 / -1; display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin-top: 12px; color: #d8effc; font: 10px var(--mono); }
.regional-footer strong { color: #57ddff; font-weight: 500; text-transform: uppercase; }
.regional-footer span { padding: 5px 8px; border: 1px solid #31577f; border-radius: 99px; background: #09274f; }

.solution-objective { padding: 82px 0; background: #071d48; color: #ffffff; }
.solution-objective .shell { display: grid; grid-template-columns: 1.15fr .85fr; gap: 65px; align-items: center; }
.solution-objective .eyebrow { color: #54dcff; }
.objective-copy h2 { margin: 0; color: #ffffff; font-size: clamp(29px, 3vw, 42px); line-height: 1.16; letter-spacing: -.045em; }
.objective-copy > p:last-child { margin: 20px 0 0; color: #dbefff; font-size: 14px; line-height: 1.75; }
.objective-copy > p strong { color: #5ee0ff; }
.solution-kpis { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #396896; }
.solution-kpis article { min-height: 130px; padding: 19px; border-right: 1px solid #396896; background: #0d3470; }
.solution-kpis article:last-child { border-right: 0; }
.solution-kpis strong { display: block; color: #55e0ff; font: 29px var(--mono); letter-spacing: -.08em; }
.solution-kpis span { display: block; margin-top: 8px; color: #ffffff; font-size: 11px; line-height: 1.4; }

@media (max-width: 900px) {
  .platform-channels { grid-template-columns: repeat(3, 1fr); }
  .platform-core { grid-template-columns: 1fr 1fr; }
  .core-claw { grid-column: span 2; }
  .platform-management { margin-inline: 5%; }
  .cta-section .shell { gap: 34px; }
  .hero-flow-card { inset-inline: 10px; }
  .agent-orbit-card { inset-inline: 8px; }
}

@media (max-width: 700px) {
  .site-header .main-nav { background: #06183e; border-bottom-color: #28537d; }
  .site-header .nav-controls { border-top: 1px solid #28537d; }
  .hero-visual { height: 430px; }
  .hero-flow-card { inset: 8px 0; padding: 12px; }
  .flow-heading strong { font-size: 10px; }
  .flow-channels { gap: 4px; }
  .flow-channels div { min-height: 66px; padding: 6px 2px; }
  .flow-channels i { width: 24px; height: 24px; font-size: 13px; }
  .flow-channels span { font-size: 7px; }
  .flow-core { padding: 12px; }
  .flow-core-brand strong { font-size: 17px; }
  .flow-governance { font-size: 6px; }
  .agent-orbit-card { inset: 2px 0; padding: 10px; }
  .orbit-heading > span { font-size: 7px; }
  .orbit-heading > strong { font-size: 6px; }
  .orbit-stage { height: 330px; flex-basis: 330px; }
  .orbit-node { width: 70px; min-height: 40px; padding: 4px; gap: 4px; }
  .orbit-node i { width: 23px; height: 23px; flex-basis: 23px; font-size: 7px; }
  .orbit-node span { font-size: 6px; }
  .agent-hub { width: 148px; height: 148px; padding: 13px; }
  .agent-hub > strong { font-size: 16px; }
  .hub-loop span { font-size: 5px; }
  .autonomy-banner { padding: 8px; }
  .autonomy-banner strong { font-size: 8px; }
  .platform-section { padding: 76px 0; }
  .platform-map { padding: 10px; }
  .platform-channels { grid-template-columns: repeat(2, 1fr); gap: 6px; }
  .platform-channels span { min-height: 48px; font-size: 9px; }
  .platform-router { margin: 9px 0; padding: 9px; font-size: 10px; }
  .platform-core { grid-template-columns: 1fr; }
  .core-card, .core-claw { grid-column: auto; min-height: auto; padding: 17px; }
  .platform-management { display: block; margin: 9px 0; }
  .platform-management span { display: block; margin-top: 6px; }
  .platform-foundation { grid-template-columns: 1fr; gap: 6px; margin-top: 8px; }
  .product-card:nth-child(n) { min-height: 340px; }
  .cta-section { padding: 74px 0; }
  .cta-section .shell { grid-template-columns: 1fr; gap: 31px; }
  .form-row { grid-template-columns: 1fr; }
  .demo-form { padding: 19px; }
  .solution-objective { padding: 62px 0; }
  .solution-objective .shell { grid-template-columns: 1fr; gap: 28px; }
  .solution-kpis { grid-template-columns: 1fr; }
  .solution-kpis article { min-height: auto; border-right: 0; border-bottom: 1px solid #396896; }
  .solution-kpis article:last-child { border-bottom: 0; }
}

/* Theme-aware hero: the first viewport visibly changes with the toggle. */
.site-header { background: #07558f; border-bottom-color: #2f82b5; }
.next-hero:before {
  background:
    radial-gradient(circle at 82% 27%, #19aee8 0, transparent 30%),
    radial-gradient(circle at 25% 86%, #5537c8 0, transparent 34%),
    linear-gradient(125deg, #082765 2%, #07579a 57%, #087eb8 100%);
}
body[data-theme="dark"] .site-header { background: #020b1d; border-bottom-color: #1b3558; }
body[data-theme="dark"] .next-hero:before {
  background:
    radial-gradient(circle at 82% 28%, #0b4d7c 0, transparent 29%),
    radial-gradient(circle at 28% 86%, #251b67 0, transparent 34%),
    linear-gradient(125deg, #010713 2%, #061630 58%, #092a4b 100%);
}
body[data-theme="dark"] .agent-orbit-card { background: #030d24; border-color: #284b72; box-shadow: 0 28px 62px #000000; }

/* Floating client credential rail. */
.hero-trust-strip {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  min-height: 88px;
  margin-top: -104px;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid rgba(222, 245, 255, .58);
  border-radius: 13px;
  background: rgba(2, 19, 50, .72);
  box-shadow: 0 18px 42px rgba(0, 7, 27, .3);
  color: #ffffff;
  backdrop-filter: blur(12px);
}
.trust-strip-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 22px;
  border-right: 1px solid rgba(225, 246, 255, .42);
  line-height: 1.2;
}
.trust-strip-label strong { font-size: 12px; }
.trust-strip-label span { margin-top: 5px; color: #62dcff; font-size: 16px; font-weight: 800; }
.trust-logo-viewport {
  display: flex;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}
.trust-logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  animation: trust-logo-scroll 42s linear infinite;
}
.trust-logo-item {
  display: grid;
  place-items: center;
  width: 132px;
  height: 54px;
  margin: 0 8px;
  padding: 8px 13px;
  flex: 0 0 132px;
  border: 1px solid rgba(211, 237, 252, .68);
  border-radius: 8px;
  background: #ffffff;
}
.trust-logo-item img { display: block; max-width: 100%; max-height: 34px; object-fit: contain; }
body[data-theme="dark"] .hero-trust-strip { background: rgba(0, 6, 18, .88); border-color: #29496b; }
@keyframes trust-logo-scroll { to { transform: translateX(-50%); } }

/* Keep metric units legible instead of visually colliding with the number. */
.product-kpi b, .solution-kpis strong { letter-spacing: 0; }
.metric-unit { display: inline-block; margin-left: .14em; font-size: .78em; letter-spacing: 0; }
.outcome-card strong { letter-spacing: -.055em; }
.outcome-card strong sup { margin-left: .15em; letter-spacing: 0; }

@media (prefers-reduced-motion: reduce) {
  .trust-logo-track { animation-play-state: paused; }
}

@media (max-width: 700px) {
  .hero-trust-strip { grid-template-columns: 135px minmax(0, 1fr); min-height: 78px; margin-top: -76px; }
  .trust-strip-label { padding: 12px; }
  .trust-strip-label span { font-size: 12px; }
  .trust-logo-item { width: 108px; height: 48px; flex-basis: 108px; margin-inline: 5px; }
}

/* 2024 Set Sail brand guideline: primary and secondary colour system. */
.site-header { background: var(--brand-deep-blue); border-bottom-color: var(--brand-light-blue); }
.site-header .theme-toggle { background: #ffffff; border-color: #ffffff; color: var(--brand-deep-blue); }
.site-header .nav-cta,
.button-primary {
  background: var(--brand-yellow);
  color: var(--brand-charcoal);
  box-shadow: 0 8px 20px rgba(32, 37, 36, .24);
}
.site-header .nav-cta:hover,
.button-primary:hover { background: var(--brand-light-blue); color: var(--brand-charcoal); }
.next-hero:before {
  background:
    radial-gradient(circle at 84% 25%, rgba(134, 181, 221, .96) 0, transparent 30%),
    radial-gradient(circle at 24% 88%, rgba(242, 207, 77, .17) 0, transparent 30%),
    linear-gradient(125deg, #112f60 2%, var(--brand-deep-blue) 58%, #507fae 100%);
}
.hero-copy h1 span,
.section-intro h2 em,
.claw-content h2 em,
.archive-hero h1 em,
.cta-section h2 em { color: var(--brand-light-blue); }
.launch-pill { background: var(--brand-deep-blue); border-color: var(--brand-light-blue); }
.launch-pill strong,
.trust-strip-label span { color: var(--brand-yellow); }
.pulse-dot { background: var(--brand-yellow); box-shadow: 0 0 0 4px rgba(242, 207, 77, .2); }
.agent-orbit-card { background: #102f61; border-color: var(--brand-light-blue); }
.orbit-node i { background: var(--brand-deep-blue); }
.orbit-node:nth-of-type(3n) i { background: var(--brand-light-blue); color: var(--brand-charcoal); }
.orbit-node:nth-of-type(4n) i { background: var(--brand-yellow); color: var(--brand-charcoal); }
.agent-hub { background: linear-gradient(145deg, #ffffff, #dcebf7); border-color: var(--brand-light-blue); }
.agent-hub:after { border-color: var(--brand-deep-blue); }
.agent-hub > strong { color: var(--brand-deep-blue); }
.agent-hub > em { background: var(--brand-yellow); color: var(--brand-charcoal); }
.autonomy-banner { background: #ffffff; border-color: var(--brand-light-blue); }
.autonomy-banner small { color: var(--brand-deep-blue); }
.autonomy-banner strong { color: var(--brand-charcoal); }

.platform-section { background: linear-gradient(135deg, #102f61, var(--brand-deep-blue) 65%, #315e91); }
.platform-section .eyebrow,
.core-card small { color: var(--brand-light-blue); }
.platform-map { background: #102f61; border-color: var(--brand-light-blue); }
.platform-channels span,
.platform-channels span:nth-child(2n) { background: var(--brand-deep-blue); border-color: var(--brand-light-blue); }
.platform-channels span:nth-child(2n) { background: #315e91; }
.platform-router { background: var(--brand-light-blue); border-color: #ffffff; color: var(--brand-charcoal); }
.platform-router i { color: var(--brand-deep-blue); }
.core-card,
.core-agent,
.core-claw { background: #ffffff; border-color: var(--brand-light-blue); color: var(--brand-charcoal); }
.core-card p,
.core-agent p,
.core-claw p { background: #edf4fa; border-left-color: var(--brand-deep-blue); }
.core-card b { background: var(--brand-light-blue); color: var(--brand-charcoal); }
.platform-management { background: var(--brand-deep-blue); border-color: var(--brand-light-blue); }
.platform-foundation span { background: var(--brand-charcoal); border-color: var(--brand-light-blue); }

.product-section { background: linear-gradient(180deg, #ffffff, #e7f0f8); }
.product-card { border-color: var(--brand-light-blue); box-shadow: 0 10px 24px rgba(23, 63, 124, .16); }
.product-kpi b,
.card-voice .product-kpi b,
.card-kiosk .product-kpi b,
.card-claw .product-kpi b { color: var(--brand-deep-blue); }
.card-claw { background: #edf4fa; }
.card-icon { background: #dceaf5; color: var(--brand-deep-blue); }
.card-tag { background: var(--brand-yellow); color: var(--brand-charcoal); }
.outcome-card { border-top-color: var(--brand-yellow); }
.outcome-card strong { color: var(--brand-deep-blue); }

.cta-section { background: linear-gradient(130deg, var(--brand-charcoal), var(--brand-deep-blue)); }
.cta-section .eyebrow,
.objective-copy > p strong,
.solution-objective .eyebrow,
.solution-kpis strong,
.regional-footer strong { color: var(--brand-yellow); }
.regional-offices span,
.regional-footer span { background: var(--brand-deep-blue); border-color: var(--brand-light-blue); }
.demo-form { border-color: var(--brand-light-blue); color: var(--brand-charcoal); }
.demo-form input:focus,
.demo-form select:focus,
.demo-form textarea:focus { border-color: var(--brand-deep-blue); box-shadow: 0 0 0 3px rgba(134, 181, 221, .4); }
.site-footer { background: var(--brand-charcoal); }
.solution-objective { background: var(--brand-deep-blue); }
.solution-kpis { border-color: var(--brand-light-blue); }
.solution-kpis article { background: #102f61; border-color: var(--brand-light-blue); }

/* Client marks always sit on a neutral white field in both themes. */
.logo-grid,
.logo-grid figure,
body[data-theme="dark"] .logo-grid,
body[data-theme="dark"] .logo-grid figure { background: #ffffff; border-color: #cad7e3; }
.logo-grid img,
body[data-theme="dark"] .logo-grid img { filter: none; opacity: 1; }

body[data-theme="dark"] .site-header { background: var(--brand-charcoal); border-bottom-color: var(--brand-deep-blue); }
body[data-theme="dark"] .next-hero:before {
  background:
    radial-gradient(circle at 82% 27%, rgba(23, 63, 124, .9) 0, transparent 32%),
    radial-gradient(circle at 24% 88%, rgba(242, 207, 77, .1) 0, transparent 30%),
    linear-gradient(125deg, #111616 2%, var(--brand-charcoal) 55%, #102f61 100%);
}
body[data-theme="dark"] .agent-orbit-card { background: #171d1c; border-color: var(--brand-deep-blue); }
body[data-theme="dark"] .hero-trust-strip { background: rgba(32, 37, 36, .94); border-color: var(--brand-light-blue); }

/* Video-led hero inspired by the Yellow.ai composition. */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  width: 100%;
  background: rgba(23, 63, 124, .9);
  backdrop-filter: blur(14px);
}
body[data-theme="dark"] .site-header { background: rgba(32, 37, 36, .9); backdrop-filter: blur(14px); }
.next-hero { min-height: 790px; background: var(--brand-charcoal); }
.next-hero:before { display: none; }
.hero-background-video {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero-video-overlay {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 24, 31, .94) 0%, rgba(16, 28, 41, .82) 38%, rgba(16, 28, 41, .28) 70%, rgba(16, 28, 41, .16) 100%),
    linear-gradient(0deg, rgba(23, 63, 124, .4), transparent 55%);
}
body[data-theme="dark"] .hero-video-overlay {
  background:
    linear-gradient(90deg, rgba(14, 17, 17, .97) 0%, rgba(22, 26, 26, .88) 40%, rgba(22, 26, 26, .42) 72%, rgba(22, 26, 26, .28) 100%),
    linear-gradient(0deg, rgba(32, 37, 36, .56), transparent 55%);
}
.hero-layout {
  min-height: 790px;
  grid-template-columns: minmax(0, 650px);
  align-items: center;
  padding: 145px 0 150px;
}
.hero-copy { max-width: 650px; }
.hero-copy h1 {
  max-width: 650px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.038em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .32);
}
.hero-copy h1 span { font-weight: 400; }
.hero-lede { max-width: 590px; font-weight: 400; text-shadow: 0 1px 8px rgba(0, 0, 0, .3); }
.launch-pill { font-weight: 400; }
.launch-pill strong { font-weight: 600; }
.hero-trust-strip {
  min-height: 90px;
  margin-top: -122px;
  margin-bottom: 32px;
  background: rgba(15, 25, 33, .38);
  border-color: rgba(255, 255, 255, .38);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .2);
  backdrop-filter: blur(10px);
}
body[data-theme="dark"] .hero-trust-strip { background: rgba(20, 24, 24, .46); border-color: rgba(255, 255, 255, .3); }
.trust-logo-item,
body[data-theme="dark"] .trust-logo-item {
  width: 146px;
  height: 58px;
  flex-basis: 146px;
  margin-inline: 11px;
  padding: 7px 10px;
  border: 0;
  background: transparent;
}
.trust-logo-item img,
body[data-theme="dark"] .trust-logo-item img {
  max-height: 38px;
  filter: brightness(0) invert(1);
  opacity: .9;
}
.trust-logo-mgm img { transform: scale(1.55); }
.trust-logo-fwd img { transform: scale(1.42); }

/* Light-weight editorial hierarchy. */
.section-intro h2,
.platform-section h2,
.claw-content h2,
.cta-section h2,
.case-copy h2,
.archive-hero h1,
.product-hero h1,
.product-final h2 { font-weight: 600; letter-spacing: -.035em; }
.product-card h3,
.core-card h3,
.outcome-card h3,
.button,
.nav-link,
.nav-trigger,
.nav-cta { font-weight: 600; }

/* Alternating content rhythm: dark, light, dark, light. */
.platform-section { background: linear-gradient(135deg, #102f61, var(--brand-deep-blue) 65%, #315e91); }
.trust-section {
  --ink: var(--brand-charcoal);
  --muted: #4b5663;
  background: #f5f8fb;
  color: var(--brand-charcoal);
}
.trust-section .section-intro h2 { color: var(--brand-charcoal); }
.trust-section .section-intro h2 em { color: var(--brand-deep-blue); }
.trust-section .section-intro > p { color: #4b5663; }
.product-section {
  --ink: #ffffff;
  --muted: #dbe6ef;
  background: linear-gradient(140deg, var(--brand-charcoal), #102f61);
  color: #ffffff;
}
.product-section .section-intro h2 { color: #ffffff; }
.product-section .section-intro > p { color: #dbe6ef; }
.product-section .eyebrow { color: var(--brand-yellow); }
.product-section .product-card {
  --ink: var(--brand-charcoal);
  --muted: #4b5663;
  background: #ffffff;
  color: var(--brand-charcoal);
}
.claw-spotlight {
  background: #f5f8fb;
  color: var(--brand-charcoal);
}
.claw-spotlight:before { border-color: rgba(23, 63, 124, .16); box-shadow: 0 0 0 80px rgba(134, 181, 221, .06), 0 0 0 160px rgba(134, 181, 221, .04); }
.claw-content h2 { color: var(--brand-charcoal); }
.claw-content p:not(.eyebrow) { color: #4b5663; }
.claw-content .eyebrow { color: var(--brand-deep-blue); }
.claw-points span { color: var(--brand-deep-blue); border-color: var(--brand-light-blue); background: #ffffff; }
.claw-spotlight .button-white { background: var(--brand-deep-blue); color: #ffffff; }
.claw-spotlight .button-white:hover { background: var(--brand-yellow); color: var(--brand-charcoal); }
.claw-symbol img {
  display: block;
  width: min(440px, 100%);
  height: auto;
  max-height: 310px;
  object-fit: contain;
}
.results-section {
  --ink: #ffffff;
  --muted: #dbe6ef;
  background: var(--brand-deep-blue);
  color: #ffffff;
}
.results-section .section-intro h2 { color: #ffffff; }
.results-section .section-intro > p { color: #dbe6ef; }
.results-section .eyebrow { color: var(--brand-yellow); }
.results-section .outcome-card {
  --ink: var(--brand-charcoal);
  --muted: #4b5663;
  background: #ffffff;
  color: var(--brand-charcoal);
}
.case-section { background: #f5f8fb; }

@media (max-width: 700px) {
  .hero-background-video { object-position: 62% center; }
  .hero-video-overlay { background: linear-gradient(90deg, rgba(14, 22, 29, .96), rgba(14, 22, 29, .72)); }
  .hero-layout { min-height: 760px; padding: 125px 0 145px; }
  .hero-copy h1 { font-size: 45px; }
  .hero-trust-strip { margin-top: -105px; }
  .trust-logo-item,
  body[data-theme="dark"] .trust-logo-item { width: 116px; flex-basis: 116px; margin-inline: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-background-video { display: none; }
  .next-hero { background: var(--brand-charcoal) url('../video/hero-poster.jpg') center/cover no-repeat; }
}

/* Expanded agentic-platform architecture. */
.platform-section .section-intro h2 {
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1.02;
}
.platform-section { scroll-margin-top: 78px; }
.platform-section .section-intro > p {
  max-width: 540px;
  font-size: 18px;
  line-height: 1.65;
}
.platform-map { padding: 24px; }
.platform-channels { gap: 12px; }
.platform-channel {
  display: flex;
  min-width: 0;
  min-height: 104px;
  padding: 13px 8px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--brand-light-blue);
  border-radius: 8px;
  background: var(--brand-deep-blue);
  color: #ffffff;
  text-align: center;
}
.platform-channel:nth-child(2n) { background: #315e91; }
.platform-channel svg {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  fill: none;
  stroke: var(--brand-yellow);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.platform-channel strong {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.28;
}
.platform-router {
  margin-block: 18px;
  padding: 14px;
  gap: 9px;
  font-size: 15px;
}
.platform-router strong { font-weight: 700; }
.platform-core {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.core-card {
  min-width: 0;
  min-height: 344px;
  padding: 26px;
}
.core-card small {
  margin-bottom: 14px;
  font-size: 11px;
  line-height: 1.3;
}
.core-card h3 {
  margin-bottom: 22px;
  font-size: 26px;
  line-height: 1.12;
}
.core-card .core-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}
.core-feature-grid > span {
  display: flex;
  min-height: 50px;
  padding: 10px 11px;
  align-items: center;
  border-left: 3px solid var(--brand-deep-blue);
  background: #edf4fa;
  color: var(--brand-charcoal);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}
.core-feature-grid > .feature-wide { grid-column: 1 / -1; }
.core-card .core-feature-stack { grid-template-columns: 1fr; }
.core-feature-stack > span { min-height: 44px; }
.agent-platform-icon {
  position: relative;
  display: grid !important;
  width: 92px;
  height: 58px;
  margin: -6px auto 16px !important;
  grid-template-columns: repeat(3, 18px);
  align-content: end;
  justify-content: space-between;
}
.agent-platform-icon:before,
.agent-platform-icon:after {
  position: absolute;
  content: '';
  background: var(--brand-deep-blue);
}
.agent-platform-icon:before { width: 2px; height: 31px; top: 8px; left: 45px; }
.agent-platform-icon:after { width: 74px; height: 2px; left: 9px; bottom: 17px; }
.agent-platform-icon i {
  z-index: 1;
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid var(--brand-deep-blue);
  border-radius: 5px;
  background: var(--brand-light-blue);
}
.agent-platform-icon i:first-child {
  position: absolute;
  top: 0;
  left: 36px;
  border-radius: 50%;
  background: var(--brand-yellow);
}
.agent-platform-icon i:nth-child(n+2) { grid-row: 1; }
.platform-management {
  margin: 18px 10% 0;
  padding: 18px 22px;
}
.platform-management strong { font-size: 17px; }
.platform-management span { font-size: 11px; line-height: 1.55; }
.platform-foundation {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.platform-foundation article {
  min-width: 0;
  padding: 17px;
  border: 1px solid var(--brand-light-blue);
  border-radius: 7px;
  background: var(--brand-charcoal);
  text-align: center;
}
.platform-foundation article > strong {
  display: block;
  margin-bottom: 13px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
.platform-foundation article > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.platform-foundation article span {
  padding: 10px 6px;
  border: 0;
  border-radius: 5px;
  background: #ffffff;
  color: var(--brand-deep-blue);
  font: 600 12px/1.3 var(--sans);
}
.platform-deployment {
  margin: 13px 0 0;
  color: #dcebf7;
  text-align: center;
  font-size: 12px;
  letter-spacing: .02em;
}
.platform-deployment strong { color: #ffffff; }

@media (max-width: 980px) {
  .platform-channels { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .platform-core { grid-template-columns: 1fr; }
  .core-claw { grid-column: auto; }
  .core-card { min-height: auto; }
  .platform-management { margin-inline: 0; }
}

@media (max-width: 700px) {
  .platform-section .section-intro h2 { font-size: 43px; }
  .platform-section .section-intro > p { font-size: 16px; }
  .platform-map { padding: 12px; }
  .platform-channels { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .platform-channel { min-height: 96px; padding: 10px 6px; }
  .platform-channel svg { width: 32px; height: 32px; flex-basis: 32px; }
  .platform-channel strong { font-size: 11px; }
  .platform-router { margin-inline: 0; font-size: 12px; }
  .core-card { padding: 20px; }
  .core-card h3 { font-size: 24px; }
  .core-feature-grid > span { font-size: 12px; }
  .platform-management { display: block; }
  .platform-management span { display: block; margin-top: 7px; }
  .platform-foundation { grid-template-columns: 1fr; }
  .platform-foundation article > strong { font-size: 16px; }
  .platform-foundation article span { font-size: 11px; }
}

/* Shared shell and editorial layout for retained insights, stories and legal pages. */
body.content-page {
  --legacy-ink: var(--brand-charcoal);
  --legacy-muted: #52606d;
  background: #f5f8fb;
  color: var(--legacy-ink);
  font-family: var(--sans);
}
.content-page .legacy-content {
  min-height: 60vh;
  padding-top: 78px;
  overflow: hidden;
  background: #f5f8fb;
}

.content-translation-status {
  position: sticky;
  z-index: 8;
  top: 76px;
  width: min(760px, calc(100% - 40px));
  margin: 0 auto 20px;
  padding: 11px 16px;
  border: 1px solid #6fa8dc;
  border-radius: 8px;
  background: #eaf5ff;
  color: #08285f;
  font: 500 14px/1.45 var(--font-body, Arial, sans-serif);
  box-shadow: 0 8px 24px rgba(0, 30, 75, .12);
}

.content-translation-status[data-state="error"] {
  border-color: #e0a341;
  background: #fff6df;
  color: #5b3900;
}

.content-page.is-translating .legacy-content {
  cursor: progress;
}

.seo-breadcrumb {
  padding: 88px 0 0;
  background: #071a3e;
  color: #c8dcf0;
  font-size: 14px;
}

.seo-breadcrumb .shell {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-block: 18px;
}

.seo-breadcrumb a { color: #8ed8ff; }

.seo-section-heading {
  grid-column: 1 / -1;
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 50px);
}

.related-solutions,
.seo-faq,
.entity-section {
  padding: clamp(72px, 8vw, 112px) 0;
}

.related-solutions {
  background: #eef6fc;
  color: #071a3e;
}

.entity-section {
  background: #f7fbff;
  color: #071a3e;
}

.entity-section h2 {
  margin: 0 0 20px;
  font-size: clamp(34px, 5vw, 60px);
}

.entity-section p,
.entity-section li {
  max-width: 900px;
  font-size: 18px;
  line-height: 1.75;
}

.entity-section ul {
  display: grid;
  gap: 12px;
  padding-left: 22px;
}

.related-solutions h2,
.seo-faq h2 {
  margin: 0 0 30px;
  font-size: clamp(32px, 4vw, 54px);
}

.related-solutions ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.related-solutions a {
  display: block;
  padding: 12px 18px;
  border: 1px solid #0f4d92;
  border-radius: 999px;
  color: #0b376f;
  font-weight: 600;
}

.seo-faq {
  background: #071a3e;
  color: #fff;
}

.seo-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid #31517d;
  background: #31517d;
}

.seo-faq-grid article {
  padding: clamp(24px, 4vw, 40px);
  background: #0b2451;
}

.seo-faq-grid h3 {
  margin: 0 0 12px;
  color: #87d7ff;
  font-size: 20px;
}

.seo-faq-grid p {
  margin: 0;
  color: #d8e6f5;
  line-height: 1.7;
}

.seo-updated {
  margin: 12px 0 24px;
  color: #607086;
  font-size: 14px;
}

.archive-grid > article,
[data-customer-stories] > article { display: contents; }

@media (max-width: 700px) {
  .seo-faq-grid { grid-template-columns: 1fr; }
}
.content-page .hero-section {
  position: relative;
  display: grid;
  min-height: 410px;
  padding: 132px 0 76px !important;
  place-items: center;
  background:
    radial-gradient(circle at 84% 24%, rgba(134, 181, 221, .34), transparent 28%),
    linear-gradient(135deg, var(--brand-charcoal), var(--brand-deep-blue)) !important;
  color: #ffffff;
}
.content-page .hero-section:after {
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  content: '';
  background: linear-gradient(90deg, var(--brand-yellow), var(--brand-light-blue));
}
.content-page .page-header-content {
  max-width: 960px;
  margin-inline: auto;
  padding: 0 !important;
  text-align: center;
}
.content-page .page-header-content h1,
.content-page .page-header-content h1.text-white {
  margin: 0;
  color: #ffffff !important;
  font-family: var(--display);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.content-page .custom-breadcrumb { margin-top: 22px; }
.content-page .breadcrumb {
  margin: 0;
  padding: 0 !important;
  background: transparent !important;
}
.content-page .breadcrumb-item,
.content-page .breadcrumb-item a {
  color: var(--brand-light-blue) !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.content-page .module,
.content-page .promo-section {
  padding: 92px 0 !important;
  background: #f5f8fb;
}
.content-page .module > .container,
.content-page .promo-section > .container { max-width: 1120px; }
.content-page .post,
.content-page .promo-section .container > .row > [class*="col-"] {
  overflow: hidden;
  border: 1px solid #d7e2ec;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(23, 63, 124, .11);
}
.content-page .post-preview { background: #eaf2f8; }
.content-page .post-preview img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}
.content-page .post-wrapper { padding: clamp(28px, 5vw, 68px); }
.content-page .promo-section .container > .row > [class*="col-"] { padding: clamp(28px, 5vw, 68px); }
.content-page .post-meta {
  display: flex;
  margin: 0 0 26px;
  padding: 0;
  gap: 12px;
  color: var(--brand-deep-blue);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  list-style: none;
  text-transform: uppercase;
}
.content-page .post-content,
.content-page .promo-section { color: var(--legacy-ink); }
.content-page .post-content p,
.content-page .post-content li,
.content-page .promo-section p,
.content-page .promo-section li {
  color: var(--legacy-muted);
  font-size: 17px !important;
  line-height: 1.8 !important;
}
.content-page .post-content p,
.content-page .promo-section p { margin-bottom: 20px !important; }
.content-page .post-content h1,
.content-page .post-content h2,
.content-page .post-content h3,
.content-page .post-content h4,
.content-page .promo-section h1,
.content-page .promo-section h2,
.content-page .promo-section h3 {
  margin: 46px 0 18px !important;
  color: var(--brand-deep-blue) !important;
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.2 !important;
  letter-spacing: -.025em;
}
.content-page .post-content h2,
.content-page .promo-section h2 { font-size: clamp(30px, 3vw, 42px) !important; }
.content-page .post-content h3,
.content-page .promo-section h3 { font-size: clamp(24px, 2.4vw, 32px) !important; }
.content-page .post-content a,
.content-page .promo-section a { color: var(--brand-deep-blue); text-decoration-color: var(--brand-light-blue); }
.content-page .post-content img,
.content-page .promo-section img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.content-page .shape-img { display: none; }
.content-page .site-footer { margin-top: 0; }

@media (max-width: 700px) {
  .content-page .legacy-content { padding-top: 70px; }
  .content-page .hero-section { min-height: 340px; padding: 108px 0 56px !important; }
  .content-page .page-header-content h1,
  .content-page .page-header-content h1.text-white { font-size: 38px; }
  .content-page .module,
  .content-page .promo-section { padding: 54px 0 !important; }
  .content-page .post-wrapper,
  .content-page .promo-section .container > .row > [class*="col-"] { padding: 25px; }
  .content-page .post-content p,
  .content-page .post-content li,
  .content-page .promo-section p,
  .content-page .promo-section li { font-size: 16px !important; }
}

/* Shared navigation alignment and native select contrast. */
.site-header .nav-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  line-height: 1;
}
.site-header .nav-trigger .chevron {
  display: block;
  width: 6px;
  height: 6px;
  margin: 0;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  font-size: 0;
  line-height: 0;
  transform: translateY(-2px) rotate(45deg);
  transform-origin: center;
}
.site-header .product-menu a {
  display: flex;
  min-height: 47px;
  align-items: center;
  line-height: 1.25;
}
.site-header .product-menu i {
  display: inline-grid;
  flex: 0 0 27px;
  align-self: center;
  place-items: center;
  line-height: 1;
}
.site-header .language-select option {
  background: #ffffff;
  color: #111827;
}
.archive-top [data-i18n="archiveNote"] { display: none; }
