:root {
  --ink: #071a35;
  --navy: #08264f;
  --navy-2: #0a3c7d;
  --blue: #0b79e6;
  --blue-2: #1aa9ef;
  --cyan: #61d9ff;
  --text: #102746;
  --muted: #64758c;
  --line: #dce7f2;
  --line-dark: rgba(255,255,255,.12);
  --soft: #f4f8fc;
  --soft-blue: #ecf6ff;
  --white: #fff;
  --shadow: 0 24px 70px rgba(12, 62, 112, .10);
  --shadow-strong: 0 30px 90px rgba(3, 33, 72, .18);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1240px, calc(100% - 56px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(7,46,91,.08);
}
.nav-wrap { height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 282px; }
.brand img { width: 80px; height: 50px; object-fit: cover; border-radius: 9px; }
.brand span { color: var(--ink); font-size: 13px; font-weight: 850; letter-spacing: .16em; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 23px; margin-left: auto; }
.main-nav a { position: relative; padding: 28px 0 24px; font-size: 13px; font-weight: 650; color: #334b68; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--blue); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.lang-switcher { display: flex; padding: 3px; border: 1px solid #e0e9f2; border-radius: 10px; background: #f7faff; }
.lang-button, .footer-lang { border: 0; background: transparent; cursor: pointer; color: #5b6d84; }
.lang-button { padding: 6px 8px; border-radius: 7px; font-size: 11px; font-weight: 800; }
.lang-button.active { color: #086ccf; background: #fff; box-shadow: 0 2px 8px rgba(10,57,104,.08); }
.nav-toggle { display: none; margin-left: auto; border: 0; background: none; padding: 8px; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: .25s; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 0 24px; border-radius: 10px; border: 1px solid transparent; font-weight: 750; font-size: 13px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg,#0b83ed,#075ebf); box-shadow: 0 14px 30px rgba(8,104,204,.24); }
.btn-primary:hover { box-shadow: 0 18px 36px rgba(8,104,204,.32); }
.btn-outline { border-color: #7bb8eb; color: #0a64bd; background: rgba(255,255,255,.78); }
.btn-outline:hover { border-color: #0b79e6; background: #fff; }
.btn-light { color: #075daf; background: #fff; box-shadow: 0 16px 38px rgba(0,0,0,.14); }
.btn-ghost-light { color: #fff; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.05); }
.btn-small { min-height: 42px; padding: 0 17px; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; color: #4c7399; font-size: 11px; font-weight: 850; letter-spacing: .19em; }
.eyebrow.light { color: rgba(255,255,255,.72); }
.eyebrow-dot { width: 22px; height: 2px; background: currentColor; border-radius: 9px; }

.hero { position: relative; overflow: hidden; padding: 76px 0 0; background: linear-gradient(180deg,#fbfdff 0,#f3f9ff 72%,#fff 100%); }
.hero-grid-bg { position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(rgba(20,116,209,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(20,116,209,.045) 1px,transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to right,transparent 5%,#000 42%,#000 100%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(30px); pointer-events: none; }
.glow-a { width: 520px; height: 520px; right: -100px; top: -120px; background: rgba(89,202,255,.19); }
.glow-b { width: 320px; height: 320px; left: 46%; bottom: 20px; background: rgba(18,111,223,.08); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; gap: 54px; align-items: center; min-height: 530px; }
.hero-copy { padding: 10px 0 44px; }
.hero h1 { margin: 0; max-width: 720px; color: var(--ink); font-size: clamp(45px,5.3vw,72px); line-height: 1.04; letter-spacing: -.052em; }
.hero h1 .accent { color: #0876d9; }
.hero-text { max-width: 660px; margin: 24px 0 30px; color: #586d86; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 16px 22px; margin-top: 28px; color: #64758a; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.hero-meta i { width: 5px; height: 5px; border-radius: 50%; background: #16a9ef; box-shadow: 0 0 0 4px rgba(22,169,239,.11); }
.hero-meta b { font-weight: 750; }

.hero-console { position: relative; min-height: 470px; border-radius: 22px; overflow: hidden; background: linear-gradient(145deg,#06244e,#073f83 58%,#095da9); border: 1px solid rgba(255,255,255,.13); box-shadow: 0 36px 90px rgba(5,50,100,.24); color: #fff; }
.hero-console::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(122,207,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(122,207,255,.06) 1px,transparent 1px); background-size: 30px 30px; mask-image: linear-gradient(135deg,#000 20%,rgba(0,0,0,.38) 68%,transparent); }
.hero-console::after { content: ""; position: absolute; width: 360px; height: 360px; right: -120px; top: 40px; border-radius: 50%; background: radial-gradient(circle,rgba(89,207,255,.20),transparent 67%); }
.console-topbar, .console-footer { position: relative; z-index: 5; display: flex; align-items: center; justify-content: space-between; }
.console-topbar { min-height: 58px; padding: 0 22px; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(4,27,61,.22); }
.console-brand { display: flex; align-items: center; font-size: 9px; letter-spacing: .14em; color: rgba(255,255,255,.82); }
.console-status { padding: 5px 8px; border: 1px solid rgba(112,226,255,.25); border-radius: 6px; color: #9be9ff; font-size: 8px; letter-spacing: .14em; }
.portfolio-console-body { position: relative; z-index: 3; padding: 28px 28px 24px; }
.portfolio-console-intro { max-width: 470px; margin-bottom: 22px; }
.portfolio-console-intro > span { color: #7edcff; font-size: 8px; font-weight: 850; letter-spacing: .17em; }
.portfolio-console-intro h2 { margin: 7px 0 9px; max-width: 470px; color: #fff; font-size: 26px; line-height: 1.15; letter-spacing: -.025em; }
.portfolio-console-intro p { margin: 0; max-width: 470px; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.6; }
.portfolio-product-list { display: grid; gap: 9px; }
.portfolio-product-row { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 13px; min-height: 55px; padding: 9px 12px; border: 1px solid rgba(135,217,255,.15); border-radius: 10px; background: rgba(4,31,69,.42); }
.portfolio-no { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(143,225,255,.22); border-radius: 7px; color: #83dfff; background: rgba(64,175,238,.08); font-size: 9px; font-weight: 850; }
.portfolio-product-row div { display: grid; gap: 1px; min-width: 0; }
.portfolio-product-row strong { font-size: 11px; letter-spacing: .015em; }
.portfolio-product-row small { overflow: hidden; color: rgba(255,255,255,.55); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.console-footer { min-height: 50px; padding: 0 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.57); font-size: 7px; letter-spacing: .11em; text-transform: uppercase; }
.portfolio-footer { justify-content: flex-start; gap: 18px; flex-wrap: wrap; }
.portfolio-footer span + span::before { content: "•"; margin-right: 18px; color: #55d3ff; }

.capability-strip { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(4,1fr); transform: translateY(28px); border: 1px solid #e0eaf4; border-radius: 15px; overflow: hidden; background: rgba(255,255,255,.95); box-shadow: var(--shadow); }
.capability-strip article { display: flex; align-items: center; gap: 14px; min-height: 92px; padding: 18px 22px; }
.capability-strip article + article { border-left: 1px solid #e4ecf4; }
.mini-code { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: #edf7ff; color: #0877df; font-size: 10px; font-weight: 900; }
.capability-strip div { display: grid; }
.capability-strip strong { font-size: 13px; }
.capability-strip small { color: #748398; font-size: 10px; }

.section { padding: 116px 0 94px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 36px; }
.section-heading h2, .wms-copy h2, .about h2, .initiative h2, .cta h2 { margin: 0; color: var(--ink); font-size: clamp(32px,4vw,49px); line-height: 1.12; letter-spacing: -.04em; }
.section-heading p:not(.eyebrow) { max-width: 720px; margin: 12px 0 0; color: var(--muted); }
.section-index { color: #9aabbc; font-size: 11px; font-weight: 800; letter-spacing: .15em; }

.products { background: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.product-card { position: relative; min-height: 330px; padding: 25px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #dde8f2; border-radius: 16px; background: linear-gradient(180deg,#fff,#fbfdff); box-shadow: 0 12px 34px rgba(11,65,113,.055); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); border-color: #a9d4f7; box-shadow: 0 22px 48px rgba(11,73,129,.11); }
.product-featured { grid-column: span 3; min-height: 410px; color: #fff; background: linear-gradient(125deg,#061e42,#073974 54%,#0758a5); border-color: transparent; box-shadow: var(--shadow-strong); }
.product-featured::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(102,203,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(102,203,255,.06) 1px,transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to right,transparent,#000 48%); }
.product-head { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 18px; align-items: center; margin-bottom: 30px; }
.product-code { color: #7b8ea3; font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.product-category { padding: 5px 8px; border-radius: 6px; background: #edf7ff; color: #1672c6; font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.product-featured .product-code { color: #8fdcff; }
.product-featured .product-category { background: rgba(107,211,255,.12); color: #9be9ff; border: 1px solid rgba(107,211,255,.17); }
.product-featured-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; gap: 54px; align-items: center; flex: 1; }
.product-card h3 { margin: 0; color: var(--ink); font-size: 25px; letter-spacing: -.025em; }
.product-featured h3 { color: #fff; font-size: clamp(32px,4vw,48px); }
.product-tagline { margin: 8px 0 14px !important; color: #0b78df !important; font-size: 13px !important; font-weight: 800; letter-spacing: .02em; }
.product-featured .product-tagline { color: #74d8ff !important; }
.product-card > p, .product-featured-layout p { margin: 0; color: #697a90; font-size: 13px; line-height: 1.7; }
.product-featured-layout > div:first-child > p:not(.product-tagline) { max-width: 650px; color: rgba(255,255,255,.68); font-size: 14px; }
.pill-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 20px; }
.pill-row span { padding: 6px 10px; border: 1px solid rgba(142,221,255,.19); border-radius: 999px; background: rgba(255,255,255,.06); color: #cfeeff; font-size: 9px; letter-spacing: .07em; }
.product-link { display: inline-flex; align-items: center; gap: 10px; margin-top: auto; padding-top: 20px; color: #0a72d5; font-size: 12px; font-weight: 800; }
.product-link b { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid #a8d0f2; border-radius: 50%; }
.product-featured .product-link { color: #a8e9ff; }
.product-featured .product-link b { border-color: rgba(168,233,255,.3); }
.mini-flow { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 16px; color: #61758d; font-size: 9px; }
.mini-flow span { padding: 5px 7px; border-radius: 6px; background: #f0f6fb; }
.mini-flow i { color: #0a7cde; font-style: normal; }
.wms-product-media {
  margin: 0;
  border: 1px solid rgba(143,220,255,.22);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,.96);
  box-shadow: 0 28px 60px rgba(0,17,45,.22);
}
.wms-image-frame {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 315px;
  padding: 12px;
  background: linear-gradient(180deg,#f8fbff,#edf5fb);
}
.wms-product-image {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
  object-position: top center;
  border-radius: 10px;
  box-shadow: 0 12px 34px rgba(7,42,80,.16);
}
.wms-image-fallback {
  display: none;
  width: min(420px,88%);
  min-height: 210px;
  padding: 28px;
  place-content: center;
  text-align: center;
  border: 1px dashed #9fc8e8;
  border-radius: 12px;
  color: #466782;
  background: #fff;
}
.wms-image-fallback.show { display: grid; }
.wms-image-fallback span { color: #0b79e6; font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.wms-image-fallback strong { margin-top: 9px; color: #173c61; font-size: 15px; }
.wms-image-fallback small { margin-top: 8px; color: #8398ab; font-size: 10px; }
.wms-product-media figcaption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 14px;
  border-top: 1px solid #e3edf5;
  color: #6f8498;
  background: #fff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
}
.wms-product-media figcaption span:first-child { color: #0b72d1; }

.wms-section { position: relative; overflow: hidden; color: #fff; background: linear-gradient(125deg,#061a3b,#062d61 48%,#074b91); }
.wms-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 76% 30%,rgba(39,177,243,.18),transparent 36%),linear-gradient(rgba(92,197,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(92,197,255,.045) 1px,transparent 1px); background-size: auto,38px 38px,38px 38px; }
.wms-layout { position: relative; display: grid; grid-template-columns: .84fr 1.16fr; gap: 74px; align-items: center; }
.wms-copy h2 { color: #fff; }
.wms-copy > p:not(.eyebrow) { margin: 20px 0 0; color: rgba(255,255,255,.66); font-size: 15px; line-height: 1.75; }
.wms-principle { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; color: #83ddff; font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.wms-principle i { color: rgba(255,255,255,.35); font-style: normal; }
.wms-actions { margin-top: 28px; }
.wms-process { padding: 22px; border: 1px solid rgba(122,213,255,.17); border-radius: 18px; background: rgba(4,24,56,.45); box-shadow: 0 28px 70px rgba(0,0,0,.16); backdrop-filter: blur(8px); }
.process-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.09); color: #95dfff; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.process-head b { padding: 4px 7px; border-radius: 5px; background: rgba(87,216,255,.09); color: #70e2ff; font-size: 7px; }
.process-line { display: grid; grid-template-columns: repeat(6,1fr); margin: 28px 0; }
.process-line article { position: relative; padding: 0 10px; min-height: 112px; border-left: 1px solid rgba(255,255,255,.10); }
.process-line article:first-child { border-left: 0; padding-left: 0; }
.process-line article::after { content: "→"; position: absolute; right: -7px; top: 34px; color: #42c6f5; font-size: 13px; }
.process-line article:last-child::after { display: none; }
.process-line em { display: block; margin-bottom: 20px; color: #54d6ff; font-size: 9px; font-style: normal; }
.process-line strong { display: block; font-size: 10px; letter-spacing: .07em; }
.process-line small { display: block; margin-top: 6px; color: rgba(255,255,255,.52); font-size: 8px; line-height: 1.4; }
.wms-metrics { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }
.wms-metrics > div { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: center; padding: 12px; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; background: rgba(255,255,255,.035); }
.metric-icon { grid-row: 1/3; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 8px; background: rgba(87,214,255,.09); color: #64dfff; }
.wms-metrics strong { font-size: 10px; }
.wms-metrics small { color: rgba(255,255,255,.48); font-size: 8px; }

.workflow-section { background: linear-gradient(180deg,#fff,#f5f9fd); }
.workflow-shell { overflow: hidden; border: 1px solid #dbe7f2; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.workflow-tabs { display: flex; gap: 0; padding: 10px 10px 0; border-bottom: 1px solid #e3ebf3; background: #f8fbfe; }
.workflow-tab { position: relative; min-height: 46px; padding: 0 24px; border: 0; background: transparent; color: #718095; cursor: pointer; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.workflow-tab::after { content: ""; position: absolute; left: 18px; right: 18px; bottom: -1px; height: 2px; background: transparent; }
.workflow-tab.active { color: #0b6fd0; }
.workflow-tab.active::after { background: #0b79e6; }
.workflow-panel { padding: 34px; }
.workflow-panel[hidden] { display: none; }
.workflow-intro { display: flex; align-items: center; gap: 18px; }
.workflow-number { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; background: #edf7ff; color: #0a75d9; font-size: 11px; font-weight: 900; }
.workflow-intro h3 { margin: 0; font-size: 24px; letter-spacing: -.025em; }
.workflow-intro p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.flow-track { display: grid; grid-template-columns: repeat(11,auto); align-items: center; gap: 10px; margin-top: 30px; }
.flow-track.four { grid-template-columns: repeat(7,auto); }.flow-track.five { grid-template-columns: repeat(9,auto); }
.flow-track span { display: grid; place-items: center; min-height: 68px; padding: 0 18px; border: 1px solid #d7e6f3; border-radius: 11px; background: linear-gradient(#fff,#f7fbff); color: #183657; font-size: 11px; font-weight: 800; text-align: center; }
.flow-track i { color: #0b7cdf; font-style: normal; }

.services { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 13px; }
.service-card { position: relative; min-height: 285px; padding: 23px 20px; border: 1px solid #dfe9f2; border-radius: 15px; background: linear-gradient(180deg,#fff,#fbfdff); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #afd5f5; box-shadow: 0 20px 42px rgba(10,67,120,.09); }
.service-no { position: absolute; top: 18px; right: 18px; color: #a6b3c1; font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.service-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 32px; border-radius: 11px; background: #edf7ff; color: #0a78dd; font-size: 16px; font-weight: 900; }
.service-card h3 { margin: 0 0 10px; font-size: 17px; line-height: 1.3; }
.service-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }


.initiative { padding-top: 0; padding-bottom: 94px; background: #fff; }
.initiative-card { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; min-height: 340px; overflow: hidden; border-radius: 22px; background: linear-gradient(125deg,#06284f,#073e79 56%,#0869b8); color: #fff; box-shadow: var(--shadow-strong); }
.initiative-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(106,214,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(106,214,255,.05) 1px,transparent 1px); background-size: 35px 35px; mask-image: linear-gradient(to right,transparent 25%,#000 70%); }
.initiative-copy { position: relative; z-index: 2; padding: 46px 0 46px 52px; }
.initiative h2 { color: #fff; }
.initiative-lead { margin: 6px 0 14px !important; color: #75ddff !important; font-size: 18px !important; font-weight: 800; }
.initiative-copy > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.68); font-size: 14px; }
.initiative-copy .btn { margin-top: 18px; }
.initiative-map { position: relative; min-height: 340px; z-index: 2; }
.map-orbit { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(105,218,255,.23); border-radius: 50%; }
.orbit-a { width: 240px; height: 240px; }.orbit-b { width: 330px; height: 160px; transform: translate(-50%,-50%) rotate(-18deg); }
.map-center { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); display: grid; place-items: center; width: 134px; height: 134px; border-radius: 50%; background: radial-gradient(circle at 35% 30%,#0f82d7,#063366 68%); border: 1px solid rgba(135,226,255,.28); box-shadow: 0 0 70px rgba(68,198,255,.18); }
.map-center small { color: #80ddff; font-size: 8px; letter-spacing: .17em; }.map-center strong { margin: -5px 0; font-size: 21px; letter-spacing: .08em; }.map-center span { color: rgba(255,255,255,.55); font-size: 8px; letter-spacing: .15em; }
.map-node { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: #8deaff; box-shadow: 0 0 0 6px rgba(141,234,255,.08),0 0 16px #5bdcff; }
.mn1 { left: 27%; top: 31%; }.mn2 { right: 19%; top: 37%; }.mn3 { left: 26%; bottom: 25%; }.mn4 { right: 24%; bottom: 21%; }

.about { padding-bottom: 52px; background: linear-gradient(180deg,#f6f9fc,#fff); }
.about-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 74px; align-items: center; }
.about-copy > p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.about-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.about-badges span { padding: 7px 10px; border: 1px solid #d6e5f2; border-radius: 999px; background: #fff; color: #45617f; font-size: 9px; font-weight: 800; letter-spacing: .04em; }
.value-stack { display: grid; gap: 11px; }
.value-stack article { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 18px; border: 1px solid #dfe9f2; border-radius: 13px; background: rgba(255,255,255,.82); box-shadow: 0 10px 30px rgba(13,65,111,.05); }
.value-stack > article > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; background: #edf7ff; color: #0b77da; font-size: 10px; font-weight: 900; }
.value-stack h3 { margin: 0 0 5px; font-size: 14px; }
.value-stack p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }

.cta { position: relative; overflow: hidden; padding: 62px 0; color: #fff; background: linear-gradient(115deg,#061d41,#074a8f 62%,#087bd7); }
.cta-grid { position: absolute; inset: 0; opacity: .36; background-image: linear-gradient(rgba(119,218,255,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(119,218,255,.09) 1px,transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to right,transparent,#000 68%); }
.cta-layout { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 36px; }
.cta h2 { color: #fff; max-width: 760px; font-size: clamp(31px,4vw,48px); }
.cta p:not(.eyebrow) { max-width: 760px; margin: 10px 0 0; color: rgba(255,255,255,.68); }

/* Compact enterprise footer */
.footer {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #06162c;
  color: #c5d2df;
  border-top: 1px solid rgba(255,255,255,.05);
}
.footer-glow {
  position: absolute;
  width: 520px;
  height: 320px;
  right: -160px;
  top: -170px;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(24,135,232,.18),rgba(24,135,232,0) 68%);
  pointer-events: none;
}
.footer-shell { position: relative; z-index: 1; }
.footer-intro {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(410px,.92fr);
  gap: 58px;
  align-items: center;
  padding: 48px 0 38px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-brand-block { max-width: 580px; }
.footer-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .14em;
}
.footer-wordmark::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg,#18a9ef,#0b79e6);
  box-shadow: 0 0 16px rgba(24,169,239,.35);
}
.footer-brand-block p {
  max-width: 570px;
  margin: 14px 0 0;
  color: #91a6bb;
  font-size: 12px;
  line-height: 1.75;
}
.footer-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 104px;
  padding: 20px 22px 20px 24px;
  border: 1px solid rgba(119,199,255,.18);
  border-radius: 14px;
  background: linear-gradient(135deg,rgba(10,66,123,.55),rgba(8,37,75,.42));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}
.footer-cta-card > div { display: grid; gap: 4px; }
.footer-cta-card span:first-child {
  color: #78cffc;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.footer-cta-card strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}
.footer-cta-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 9px;
  background: #fff;
  color: #075daf;
  font-size: 11px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease;
}
.footer-cta-link:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,0,0,.18); }
.footer-cta-link span:first-child { color: inherit; font-size: inherit; letter-spacing: 0; text-transform: none; }
.footer-cta-link b { font-size: 14px; }
.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(44px, 5vw, 80px);
  row-gap: 32px;
  align-items: start;
  padding: 38px 0 34px;
}
.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.footer-column:nth-child(2),
.footer-column:nth-child(3) {
  padding-left: 0;
}
.footer-column h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.footer-column > a,
.footer-contact-col > p {
  width: 100%;
  margin: 0;
  padding: 6px 0;
  color: #9fb1c4;
  font-size: 11px;
  line-height: 1.45;
}
.footer-column > a { transition: color .2s ease, transform .2s ease; }
.footer-column > a:hover { color: #fff; transform: translateX(2px); }
.footer-products-col > a,
.footer-contact-col > a,
.footer-contact-col > p { display: grid; gap: 1px; }
.footer-products-col > a span,
.footer-contact-col > a span,
.footer-contact-col > p span { color: #d2deea; }
.footer-products-col small,
.footer-contact-col small {
  color: #718aa2;
  font-size: 9px;
  line-height: 1.45;
}
.footer-products-col > a:hover span,
.footer-contact-col > a:hover span { color: #fff; }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 17px 0 19px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #748ca4;
  font-size: 9px;
  letter-spacing: .045em;
}
.footer-bottom a { color: #8ea6bd; }
.footer-bottom a:hover { color: #fff; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }.delay-2 { transition-delay: .16s; }.delay-3 { transition-delay: .24s; }.delay-4 { transition-delay: .32s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1180px) {
  .brand { min-width: auto; }
  .brand span { display: none; }
  .main-nav { gap: 16px; }
  .service-grid { grid-template-columns: repeat(3,1fr); }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid > .price-card:nth-child(3) { grid-column: span 2; }
  .process-line { grid-template-columns: repeat(3,1fr); row-gap: 24px; }
  .process-line article:nth-child(4) { border-left: 0; }
  .flow-track, .flow-track.four, .flow-track.five { display: flex; flex-wrap: wrap; }
  .flow-track span { min-width: 140px; flex: 1; }
}

@media (max-width: 960px) {
  .container { width: min(100% - 36px,1240px); }
  .nav-wrap { height: 70px; }
  .nav-toggle { display: block; }
  .main-nav, .nav-actions { display: none; }
  .site-header.open .main-nav { display: flex; position: absolute; left: 18px; right: 18px; top: 72px; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 18px 14px; border: 1px solid #dfe9f2; border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
  .site-header.open .main-nav a { padding: 12px 3px; }
  .site-header.open .main-nav a::after { bottom: 7px; }
  .site-header.open .nav-actions { display: flex; position: absolute; left: 18px; right: 18px; top: 370px; justify-content: space-between; padding: 12px 16px; border: 1px solid #dfe9f2; border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
  .hero { padding-top: 48px; }
  .hero-layout { grid-template-columns: 1fr; gap: 22px; }
  .hero-copy { padding-bottom: 8px; }
  .hero-console { min-height: 460px; }
  .capability-strip { grid-template-columns: repeat(2,1fr); }
  .capability-strip article:nth-child(3) { border-left: 0; border-top: 1px solid #e4ecf4; }
  .capability-strip article:nth-child(4) { border-top: 1px solid #e4ecf4; }
  .section { padding: 94px 0 76px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-featured { grid-column: span 2; }
  .product-grid > .product-card:nth-child(4) { grid-column: span 2; }
  .product-featured-layout { grid-template-columns: 1fr; gap: 28px; }
  .wms-layout { grid-template-columns: 1fr; gap: 40px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .initiative-card { grid-template-columns: 1fr; }
  .initiative-copy { padding: 48px 48px 10px; }
  .initiative-map { min-height: 290px; }
  .about-layout { grid-template-columns: 1fr; gap: 36px; }
  .pricing-legend { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; gap: 30px; }
  .cta-layout { align-items: flex-start; flex-direction: column; }
  .footer-intro { grid-template-columns: 1fr; gap: 24px; }
  .footer-links-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; }
  .footer-contact-col { grid-column: auto; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 24px,1240px); }
  .brand img { width: 72px; height: 44px; }
  .hero h1 { font-size: 43px; }
  .hero-text { font-size: 15px; }
  .hero-meta { gap: 10px 14px; }
  .hero-console { min-height: auto; border-radius: 16px; }
  .console-status { display: none; }
  .portfolio-console-body { padding: 22px 18px 18px; }
  .portfolio-console-intro h2 { font-size: 23px; }
  .console-footer { padding: 12px 18px; min-height: auto; }
  .footer-intro { padding: 38px 0 30px; }
  .footer-wordmark { font-size: 12px; letter-spacing: .1em; }
  .footer-cta-card { align-items: flex-start; flex-direction: column; padding: 19px; }
  .footer-cta-link { width: 100%; }
  .footer-links-grid { grid-template-columns: 1fr; gap: 28px; padding: 30px 0 28px; }
  .footer-contact-col { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }

  .portfolio-footer { gap: 8px 12px; }
  .portfolio-footer span + span::before { margin-right: 12px; }
  .capability-strip { grid-template-columns: 1fr; transform: translateY(18px); }
  .capability-strip article + article { border-left: 0; border-top: 1px solid #e4ecf4; }
  .section { padding: 78px 0 64px; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 28px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-featured, .product-grid > .product-card:nth-child(4) { grid-column: auto; }
  .product-featured { min-height: auto; }
  .product-featured-layout { gap: 24px; }
  .wms-image-frame { min-height: 230px; }
  .wms-product-media figcaption { flex-direction: column; gap: 2px; }
  .process-line { grid-template-columns: repeat(2,1fr); }
  .process-line article:nth-child(3), .process-line article:nth-child(5) { border-left: 0; }
  .process-line article:nth-child(4) { border-left: 1px solid rgba(255,255,255,.10); }
  .wms-metrics { grid-template-columns: 1fr; }
  .workflow-tabs { overflow-x: auto; }
  .workflow-tab { white-space: nowrap; padding: 0 16px; }
  .workflow-panel { padding: 24px 18px; }
  .workflow-intro { align-items: flex-start; }
  .flow-track, .flow-track.four, .flow-track.five { display: grid; grid-template-columns: 1fr 26px 1fr; }
  .flow-track i:nth-of-type(even) { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .pricing-note { align-items: flex-start; flex-direction: column; gap: 6px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-grid > .price-card:nth-child(3) { grid-column: auto; }
  .price-reference > strong { font-size: 24px; }
  .service-card { min-height: 230px; }
  .initiative-copy { padding: 40px 24px 6px; }
  .initiative-map { min-height: 260px; transform: scale(.88); }
}

/* v4: modular pricing and contact */
.pricing { background: #fff; }
.pricing-note { display: flex; justify-content: space-between; gap: 28px; align-items: center; margin-bottom: 22px; padding: 17px 20px; border: 1px solid #cfe2f2; border-radius: 13px; background: #f4faff; }
.pricing-note strong { color: #0a67bd; font-size: 11px; letter-spacing: .05em; }
.pricing-note span { max-width: 830px; color: #60758c; font-size: 11px; text-align: right; }
.pricing-legend { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 0 0 20px; }
.pricing-legend > span { display: grid; gap: 3px; padding: 13px 15px; border: 1px solid #e0eaf3; border-radius: 12px; background: #fff; }
.pricing-legend b { color: #0a72d2; font-size: 9px; letter-spacing: .13em; }
.pricing-legend small { color: #728398; font-size: 9px; line-height: 1.5; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; align-items: start; }
.price-card { overflow: hidden; border: 1px solid #dce7f1; border-radius: 18px; background: #fff; box-shadow: 0 18px 48px rgba(12,62,112,.075); }
.price-card-featured { border-color: #a7cfee; box-shadow: 0 22px 58px rgba(7,80,149,.12); }
.price-card-head { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; padding: 25px 24px 20px; }
.price-card-head h3 { margin: 7px 0 0; color: var(--ink); font-size: 21px; line-height: 1.2; letter-spacing: -.02em; }
.price-modular { flex: none; padding: 5px 7px; border-radius: 6px; background: #edf7ff; color: #0b72cf; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.price-reference { padding: 20px 24px; border-top: 1px solid #e3edf5; border-bottom: 1px solid #e3edf5; background: linear-gradient(180deg,#f8fbfe,#f3f9ff); }
.price-reference > span { display: block; margin-bottom: 5px; color: #64778d; font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.price-reference > strong { display: block; color: #073b70; font-size: clamp(25px,2.4vw,34px); line-height: 1.15; letter-spacing: -.035em; }
.price-reference small { display: block; margin-top: 6px; color: #5e748b; font-size: 11px; }
.price-reference small b { color: #0a77d6; }
.price-details { border-bottom: 1px solid #e7eef5; }
.price-details summary { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 16px 24px; cursor: pointer; list-style: none; color: #264765; font-size: 10px; font-weight: 850; letter-spacing: .04em; }
.price-details summary::-webkit-details-marker { display: none; }
.price-details summary i { color: #0b75d5; font-size: 16px; font-style: normal; transition: transform .2s ease; }
.price-details[open] summary i { transform: rotate(45deg); }
.price-lines { padding: 0 24px 10px; }
.price-lines > div { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 5px 14px; padding: 13px 0; border-top: 1px solid #edf2f7; }
.price-lines > div > span { min-width: 0; }
.price-lines b { display: block; color: #213e5c; font-size: 10px; line-height: 1.35; }
.price-lines small { display: block; margin-top: 3px; color: #8494a5; font-size: 8px; line-height: 1.4; }
.price-lines strong { align-self: start; color: #0b579d; font-size: 10px; white-space: nowrap; }
.price-lines em { grid-column: 1 / -1; color: #8a9aaa; font-size: 8px; font-style: normal; text-transform: uppercase; letter-spacing: .06em; }
.price-cta { display: flex; justify-content: space-between; align-items: center; min-height: 54px; padding: 0 24px; color: #0871ce; font-size: 11px; font-weight: 850; }
.price-cta:hover { background: #f6faff; }
.price-cta b { font-size: 16px; }

.contact-layout { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; }
.contact-copy h2 { color: #fff; max-width: 780px; font-size: clamp(31px,4vw,48px); }
.contact-copy > p:not(.eyebrow) { max-width: 720px; margin: 10px 0 0; color: rgba(255,255,255,.68); }
.contact-domain { display: inline-flex; margin-top: 20px; color: #8ce4ff; font-size: 11px; font-weight: 850; letter-spacing: .04em; }
.contact-options { display: grid; gap: 10px; }
.contact-option { display: grid; grid-template-columns: 1fr auto; gap: 3px 16px; align-items: center; padding: 18px 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.06); transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.contact-option:hover { transform: translateY(-2px); border-color: rgba(150,226,255,.42); background: rgba(255,255,255,.095); }
.contact-option span { grid-column: 1; color: #83dcff; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-option strong { grid-column: 1; color: #fff; font-size: 13px; overflow-wrap: anywhere; }
.contact-option b { grid-column: 2; grid-row: 1 / 3; color: #fff; font-size: 18px; }

@media (max-width: 1080px) {
  .pricing-legend { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { display: grid; grid-template-columns: .72fr 1.28fr; }
  .price-card-head, .price-reference, .price-cta { grid-column: 1; }
  .price-details { grid-column: 2; grid-row: 1 / 4; border-left: 1px solid #e3edf5; border-bottom: 0; }
  .price-cta { border-top: 1px solid #e3edf5; }
}

@media (max-width: 760px) {
  .pricing-note { align-items: flex-start; flex-direction: column; }
  .pricing-note span { text-align: left; }
  .price-card { display: block; }
  .price-details { border-left: 0; border-bottom: 1px solid #e7eef5; }
  .price-reference > strong { font-size: 28px; }
  .contact-layout { grid-template-columns: 1fr; gap: 28px; }
}

.product-featured-layout.wms-image-missing { grid-template-columns: 1fr; }
.product-featured-layout.wms-image-missing > div:first-child { max-width: 760px; }
@media (max-width: 960px) {
  .site-header.open .nav-actions { top: 326px; }
}

/* v5: product-specific technology inside each product workflow */
.workflow-tech {
  margin-top: 24px;
  padding: 20px 22px;
  border: 1px solid #d9e7f2;
  border-radius: 14px;
  background: linear-gradient(180deg,#fafdff,#f5faff);
}
.workflow-tech-head { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-bottom: 8px; }
.workflow-tech-head span { color: #0d78d4; font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.workflow-tech-head strong { color: var(--ink); font-size: 14px; letter-spacing: -.015em; text-align: right; }
.workflow-tech > p { max-width: 850px; margin: 0; color: #64778c; font-size: 11px; line-height: 1.65; }
.workflow-tech-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.workflow-tech-tags span { padding: 6px 9px; border: 1px solid #cfe3f5; border-radius: 7px; background: #fff; color: #155f9f; font-size: 8px; font-weight: 800; letter-spacing: .02em; }
.workflow-tech-note { display: block; margin-top: 13px; padding-top: 12px; border-top: 1px solid #dce9f3; color: #718399; font-size: 9px; line-height: 1.55; }

@media (max-width: 620px) {
  .workflow-tech { padding: 18px; }
  .workflow-tech-head { align-items: flex-start; flex-direction: column; gap: 4px; }
  .workflow-tech-head strong { text-align: left; }
}

/* v9: readability pass — larger typography across the website */
body { font-size: 16px; }

.brand span { font-size: 14px; }
.main-nav a { font-size: 14px; }
.lang-button { font-size: 12px; }
.btn { font-size: 14px; }
.eyebrow { font-size: 12px; }
.hero-text { font-size: 18px; line-height: 1.72; }
.hero-meta { font-size: 12px; }

.console-brand { font-size: 10px; }
.console-status { font-size: 9px; }
.portfolio-console-intro > span { font-size: 10px; }
.portfolio-console-intro h2 { font-size: 30px; }
.portfolio-console-intro p { font-size: 13px; }
.portfolio-no { font-size: 10px; }
.portfolio-product-row strong { font-size: 13px; }
.portfolio-product-row small { font-size: 10px; }
.console-footer { font-size: 9px; }

.capability-strip strong { font-size: 15px; }
.capability-strip small { font-size: 12px; }
.mini-code { font-size: 11px; }

.section-heading p:not(.eyebrow) { font-size: 16px; line-height: 1.7; }
.section-index { font-size: 12px; }
.product-code { font-size: 11px; }
.product-category { font-size: 10px; }
.product-card h3 { font-size: 27px; }
.product-tagline { font-size: 14px !important; }
.product-card > p,
.product-featured-layout p { font-size: 15px; line-height: 1.7; }
.product-featured-layout > div:first-child > p:not(.product-tagline) { font-size: 16px; }
.pill-row span { font-size: 11px; }
.product-link { font-size: 13px; }
.mini-flow { font-size: 11px; }
.wms-product-media figcaption { font-size: 10px; }
.wms-image-fallback span { font-size: 13px; }
.wms-image-fallback strong { font-size: 17px; }
.wms-image-fallback small { font-size: 12px; }

.wms-copy > p:not(.eyebrow) { font-size: 16px; }
.wms-principle { font-size: 11px; }
.process-head { font-size: 11px; }
.process-line em { font-size: 10px; }
.process-line strong { font-size: 12px; }
.process-line small { font-size: 10px; }
.wms-metrics strong { font-size: 12px; }
.wms-metrics small { font-size: 10px; }

.workflow-tab { font-size: 12px; }
.workflow-number { font-size: 12px; }
.workflow-intro h3 { font-size: 27px; }
.workflow-intro p { font-size: 14px; }
.flow-track span { font-size: 12px; }
.workflow-tech-head span { font-size: 10px; }
.workflow-tech-head strong { font-size: 16px; }
.workflow-tech > p { font-size: 13px; }
.workflow-tech-tags span { font-size: 10px; }
.workflow-tech-note { font-size: 11px; }

.service-no { font-size: 10px; }
.service-card h3 { font-size: 19px; }
.service-card p { font-size: 14px; }

.initiative-lead { font-size: 20px !important; }
.initiative-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.7; }
.map-center small,
.map-center span { font-size: 10px; }
.map-center strong { font-size: 23px; }

.about-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.75; }
.about-badges span { font-size: 11px; }
.value-stack h3 { font-size: 16px; }
.value-stack p { font-size: 13px; }

.pricing-note strong,
.pricing-note span { font-size: 13px; }
.pricing-legend b { font-size: 11px; }
.pricing-legend small { font-size: 11px; }
.price-card-head h3 { font-size: 23px; }
.price-modular { font-size: 10px; }
.price-reference > span { font-size: 11px; }
.price-reference small { font-size: 13px; }
.price-details summary { font-size: 12px; }
.price-lines b { font-size: 12px; }
.price-lines small { font-size: 10px; }
.price-lines strong { font-size: 12px; }
.price-lines em { font-size: 10px; }
.price-cta { font-size: 13px; }

.contact-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.7; }
.contact-domain { font-size: 13px; }
.contact-option span { font-size: 10px; }
.contact-option strong { font-size: 15px; }

.footer-wordmark { font-size: 16px; }
.footer-brand-block p { font-size: 14px; }
.footer-cta-card span:first-child { font-size: 10px; }
.footer-cta-card strong { font-size: 18px; }
.footer-cta-link { font-size: 13px; }
.footer-column h3 { font-size: 12px; }
.footer-column > a,
.footer-contact-col > p { font-size: 13px; }
.footer-products-col small,
.footer-contact-col small { font-size: 10px; }
.footer-bottom { font-size: 10px; }

@media (max-width: 620px) {
  .brand span { font-size: 12px; }
  .hero-text { font-size: 16px; }
  .portfolio-console-intro p { font-size: 12px; }
  .portfolio-product-row strong { font-size: 12px; }
  .portfolio-product-row small { font-size: 10px; }
  .capability-strip strong { font-size: 14px; }
  .capability-strip small { font-size: 12px; }
  .product-card > p,
  .product-featured-layout p { font-size: 14px; }
  .workflow-intro p { font-size: 13px; }
  .flow-track span { font-size: 11px; }
  .footer-wordmark { font-size: 14px; }
  .footer-brand-block p { font-size: 13px; }
  .footer-column > a,
  .footer-contact-col > p { font-size: 13px; }
}

/* Language-aware brochure download */
.btn-brochure {
  border: 1px solid #cfe4f7;
  background: rgba(255,255,255,.78);
  color: #0a66b8;
  box-shadow: none;
}
.btn-brochure:hover {
  border-color: #9fc9ec;
  background: #fff;
  transform: translateY(-2px);
}
@media (max-width: 760px) {
  .hero-actions .btn-brochure { width: 100%; justify-content: center; }
}
