:root {
  --navy: #0f4069;
  --navy-deep: #082f50;
  --navy-ink: #0a3659;
  --orange: #ff914d;
  --orange-dark: #e67731;
  --green: #7cb243;
  --cyan: #5ce1e6;
  --rose: #d990a6;
  --violet: #7867d9;
  --ink: #1c2c38;
  --muted: #63727d;
  --line: #dce5e9;
  --mist: #f4f7f8;
  --blue-mist: #eef5f8;
  --warm: #fff7f1;
  --white: #fff;
  --shell: 1320px;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --shadow-sm: 0 12px 32px rgba(5, 48, 80, .075);
  --shadow-md: 0 26px 65px rgba(5, 48, 80, .14);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: #fff;
  color: var(--muted);
  font-family: Inter, "Segoe UI Variable", Aptos, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.is-locked,
body.menu-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
main { min-width: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--navy-ink); font-weight: 680; letter-spacing: -.035em; line-height: 1.12; text-wrap: balance; }
p { text-wrap: pretty; }
::selection { background: rgba(255,145,77,.23); color: var(--navy); }
.section-shell { width: min(var(--shell), calc(100% - 64px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 2000; top: 12px; left: 12px; padding: 11px 16px; border-radius: var(--radius-sm); color: #fff; background: var(--navy); font-weight: 750; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:where(a, button, input, textarea, select, summary, [tabindex]):focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 12px; color: var(--orange); font-size: 11px; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow::before { width: 24px; height: 2px; background: currentColor; content: ""; }
.eyebrow.light { color: #ffb37b; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 18px; padding: 0 26px; border: 1px solid transparent; border-radius: 999px; font-size: 11px; font-weight: 850; letter-spacing: .075em; text-align: center; text-transform: uppercase; transition: transform .24s var(--ease), color .24s, background .24s, border-color .24s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #082f50; background: var(--orange); }
.button-primary:hover { background: var(--orange-dark); }
.button-ghost { border-color: rgba(255,255,255,.5); color: #fff; background: rgba(255,255,255,.07); backdrop-filter: blur(10px); }
.button-ghost:hover { border-color: #fff; color: var(--navy); background: #fff; }
.button-navy { color: #fff; background: var(--navy); }
.button-navy:hover { background: var(--navy-deep); }
.text-link, .card-link { display: inline-flex; width: fit-content; align-items: center; gap: 12px; color: var(--navy); font-size: 11px; font-weight: 850; letter-spacing: .075em; text-transform: uppercase; }
.text-link span, .card-link span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--orange); transition: transform .25s var(--ease); }
.text-link:hover span, .card-link:hover span { transform: translateX(4px); }
.text-link.light { color: #fff; }

/* Header */
.site-header { position: fixed; z-index: 1000; top: 0; right: 0; left: 0; height: 96px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.16); color: #fff; transition: height .3s var(--ease), color .3s, background .3s, box-shadow .3s, border-color .3s; }
.site-header.is-scrolled { height: 82px; border-color: rgba(15,64,105,.08); color: var(--navy); background: rgba(255,255,255,.95); box-shadow: 0 12px 36px rgba(5,48,80,.08); backdrop-filter: blur(18px); }
.header-shell { width: min(1480px, calc(100% - 48px)); height: 100%; display: flex; align-items: center; gap: clamp(15px, 2vw, 34px); margin-inline: auto; }
.brand { width: clamp(150px, 11vw, 184px); flex: 0 0 auto; padding: 10px 13px; border-radius: 12px; background: rgba(255,255,255,.96); box-shadow: 0 8px 26px rgba(2,31,54,.13); }
.brand img { width: 100%; height: auto; }
.desktop-nav { min-width: 0; display: flex; align-items: stretch; justify-content: flex-end; gap: clamp(5px, .7vw, 14px); margin-left: auto; }
.nav-link { position: relative; min-height: 96px; display: flex; align-items: center; padding: 0 6px; color: currentColor; font-size: clamp(10px, .7vw, 12px); font-weight: 780; letter-spacing: .035em; white-space: nowrap; }
.site-header.is-scrolled .nav-link { min-height: 82px; }
.nav-link::after { position: absolute; right: 6px; bottom: 23px; left: 6px; height: 2px; border-radius: 2px; background: var(--orange); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .24s var(--ease); }
.nav-link:hover::after, .nav-dropdown:focus-within > .nav-link::after, .nav-dropdown:hover > .nav-link::after { transform: scaleX(1); }
.nav-dropdown { position: relative; }
.nav-dropdown > .nav-link::before { order: 2; width: 6px; height: 6px; margin: -4px 0 0 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; content: ""; transform: rotate(45deg); }
.nav-dropdown-menu { position: absolute; top: calc(100% - 7px); left: -20px; width: 290px; padding: 11px; border: 1px solid rgba(7,57,95,.09); border-radius: 0 0 var(--radius-md) var(--radius-md); color: var(--ink); background: #fff; box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .2s, visibility .2s, transform .2s var(--ease); }
.nav-dropdown--wide .nav-dropdown-menu { width: 620px; display: grid; grid-template-columns: 1fr 1fr; }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu { opacity: 1; visibility: visible; transform: none; }
.nav-dropdown-menu > a { display: flex; flex-direction: column; padding: 13px 14px; border-radius: 10px; }
.nav-dropdown-menu > a:hover { color: var(--navy); background: var(--mist); }
.nav-dropdown-menu strong { color: var(--navy); font-size: 12px; letter-spacing: 0; }
.nav-dropdown-menu small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.company-menu-link { display: grid !important; grid-template-columns: 10px 1fr; align-items: center; gap: 12px; }
.company-menu-link i { width: 8px; height: 38px; border-radius: 999px; background: var(--orange); }
.company-menu-link.cosmetics i { background: var(--rose); }
.company-menu-link.medical i { background: var(--cyan); }
.company-menu-link.bioworks i { background: var(--green); }
.company-menu-link.technology i { background: var(--violet); }
.header-tools { display: flex; align-items: center; gap: 6px; }
.tool-button { position: relative; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; color: currentColor; background: rgba(5,48,80,.16); backdrop-filter: blur(10px); }
.site-header.is-scrolled .tool-button { border-color: #d8e2e7; background: #fff; }
.tool-button:hover { border-color: var(--orange); color: #fff; background: var(--orange) !important; }
.language-trigger { width: auto; min-width: 62px; grid-template-columns: auto auto; gap: 6px; padding: 0 10px; border-radius: 999px; }
.language-trigger b { font-size: 10px; letter-spacing: .07em; }
.globe-icon { position: relative; width: 15px; height: 15px; border: 1.5px solid currentColor; border-radius: 50%; }
.globe-icon::before { position: absolute; inset: 2px 5px; border-left: 1px solid currentColor; border-right: 1px solid currentColor; border-radius: 50%; content: ""; }
.globe-icon::after { position: absolute; top: 6px; right: 1px; left: 1px; border-top: 1px solid currentColor; content: ""; }
.search-icon { position: relative; width: 16px; height: 16px; display: block; border: 2px solid currentColor; border-radius: 50%; }
.search-icon::after { position: absolute; right: -5px; bottom: -3px; width: 7px; height: 2px; border-radius: 2px; background: currentColor; content: ""; transform: rotate(45deg); }
.menu-icon { width: 18px; display: grid; gap: 4px; }
.menu-icon::before, .menu-icon::after, .menu-icon i { height: 2px; display: block; border-radius: 2px; background: currentColor; content: ""; }
.menu-icon i { width: 13px; margin-left: auto; }
.language-control { position: relative; }
.language-menu { position: absolute; top: 54px; right: 0; width: 160px; padding: 8px; border: 1px solid rgba(7,57,95,.09); border-radius: var(--radius-sm); color: var(--ink); background: #fff; box-shadow: var(--shadow-md); }
.language-menu a { min-height: 40px; display: flex; align-items: center; gap: 12px; padding: 7px 10px; border-radius: 8px; color: var(--navy); font-size: 10px; font-weight: 850; }
.language-menu a span { color: var(--muted); font-size: 11px; font-weight: 550; }
.language-menu a:hover, .language-menu a.active { color: var(--orange); background: var(--mist); }
.mobile-trigger { display: none; }

/* Mobile and search overlays */
.mobile-shell { position: fixed; z-index: 1500; inset: 0; pointer-events: none; visibility: hidden; }
.mobile-shell.is-open { pointer-events: auto; visibility: visible; }
.mobile-backdrop { position: absolute; inset: 0; border: 0; background: rgba(2,25,44,.63); opacity: 0; transition: opacity .25s; }
.mobile-shell.is-open .mobile-backdrop { opacity: 1; }
.mobile-drawer { position: absolute; top: 0; right: 0; width: min(430px, 92vw); height: 100%; padding: 28px 34px; overflow-y: auto; color: var(--ink); background: #fff; box-shadow: -30px 0 70px rgba(3,30,50,.22); transform: translateX(102%); transition: transform .34s var(--ease); }
.mobile-shell.is-open .mobile-drawer { transform: none; }
.mobile-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.mobile-head img { width: 150px; }
.mobile-head button { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); background: #fff; font-size: 24px; }
.mobile-drawer > a, .mobile-drawer summary { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 14px; font-weight: 760; }
.mobile-drawer summary { cursor: pointer; }
.mobile-drawer details > a { display: block; padding: 9px 16px; color: var(--muted); font-size: 12px; }
.mobile-languages { display: flex; gap: 8px; margin-top: 28px; }
.mobile-languages a { width: 44px; height: 38px; display: grid; place-items: center; border-radius: 999px; color: var(--navy); background: var(--mist); font-size: 10px; font-weight: 850; }
.search-overlay { position: fixed; z-index: 1600; inset: 0; display: grid; place-items: center; padding: 70px; color: #fff; background: rgba(4,36,60,.98); opacity: 0; visibility: hidden; transition: opacity .24s, visibility .24s; }
.search-overlay.is-open { opacity: 1; visibility: visible; }
.search-close { position: absolute; top: 30px; right: 34px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; background: transparent; font-size: 27px; }
.search-inner { width: min(880px, 100%); }
.search-inner > p { color: var(--orange); font-size: 11px; font-weight: 850; letter-spacing: .22em; }
.search-inner > label { display: block; margin-bottom: 32px; color: #fff; font-size: clamp(32px, 4.5vw, 60px); font-weight: 650; letter-spacing: -.04em; }
.search-field { display: grid; grid-template-columns: 32px 1fr; gap: 18px; align-items: center; padding: 16px 8px 18px; border-bottom: 1px solid rgba(255,255,255,.4); }
.search-field input { min-width: 0; border: 0; outline: 0; color: #fff; background: transparent; font-size: 22px; }
.search-field input::placeholder { color: rgba(255,255,255,.4); }
.search-results { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 28px; }
.search-results a { padding: 14px 16px; border-radius: 10px; color: rgba(255,255,255,.8); background: rgba(255,255,255,.06); font-size: 13px; }
.search-results a:hover { color: #fff; background: rgba(255,145,77,.18); }
.search-empty { color: rgba(255,255,255,.55); }

/* Homepage hero */
.hero { position: relative; height: min(760px, 100svh); min-height: 660px; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--navy-deep); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,37,63,.94) 0%, rgba(4,48,80,.82) 38%, rgba(3,48,80,.3) 68%, rgba(0,0,0,.08) 100%); }
.hero::after { position: absolute; inset: auto 0 0; height: 160px; background: linear-gradient(0deg, rgba(2,27,47,.6), transparent); content: ""; }
.hero-content { position: relative; z-index: 3; padding-top: 88px; }
.hero-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; color: #ffb77f; font-size: 11px; font-weight: 850; letter-spacing: .25em; }
.hero-kicker span { width: 35px; height: 2px; background: currentColor; }
.hero h1 { max-width: 880px; margin: 0; color: #fff; font-size: clamp(44px, 5vw, 72px); line-height: 1.06; letter-spacing: -.04em; }
.hero h1 strong, .hero h1 > span { display: block; }
.hero h1 > span { margin-top: 7px; color: var(--cyan); font-weight: 350; }
.hero-content > p:not(.hero-kicker) { max-width: 660px; margin: 27px 0 0; color: rgba(255,255,255,.76); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero-signature { position: absolute; z-index: 4; right: max(32px, calc((100vw - var(--shell))/2)); bottom: 28px; display: flex; align-items: center; gap: 11px; }
.hero-signature span { color: rgba(255,255,255,.58); font-size: 9px; font-weight: 780; letter-spacing: .14em; }
.hero-signature i { width: 18px; height: 1px; background: var(--orange); }

.ecosystem-strip { position: relative; z-index: 10; margin-top: -1px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 16px 36px rgba(5,48,80,.055); }
.ecosystem-strip .section-shell { min-height: 108px; display: grid; grid-template-columns: .8fr repeat(5, 1fr); align-items: stretch; }
.strip-label, .ecosystem-strip a { display: flex; align-items: center; gap: 12px; padding: 20px 16px; border-right: 1px solid var(--line); }
.strip-label { padding-left: 0; }
.strip-label span { color: var(--orange); font-size: 30px; font-weight: 800; line-height: 1; }
.strip-label p { margin: 0; color: var(--muted); font-size: 10px; font-weight: 760; text-transform: uppercase; }
.ecosystem-strip a { color: var(--navy); transition: background .22s; }
.ecosystem-strip a:hover { background: var(--mist); }
.ecosystem-strip a > i { width: 4px; height: 34px; flex: 0 0 auto; border-radius: 999px; background: var(--orange); }
.ecosystem-strip .accent-rose { background: var(--rose); }
.ecosystem-strip .accent-cyan { background: var(--cyan); }
.ecosystem-strip .accent-green { background: var(--green); }
.ecosystem-strip .accent-violet { background: var(--violet); }
.ecosystem-strip a > span { font-size: 11px; font-weight: 800; line-height: 1.35; }
.ecosystem-strip small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; font-weight: 550; }

.group-intro { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 130px); align-items: start; padding-block: 124px; }
.group-intro::before { position: absolute; z-index: -1; top: 50px; left: -8vw; color: rgba(15,64,105,.028); content: "UNIEN"; font-size: min(16vw, 220px); font-weight: 900; letter-spacing: -.08em; line-height: 1; }
.intro-label > span { display: block; margin-top: 80px; color: #9aa7af; font-size: 10px; font-weight: 780; letter-spacing: .12em; }
.intro-copy h2 { max-width: 850px; margin-bottom: 28px; font-size: clamp(34px, 3.4vw, 52px); }
.intro-copy > p { max-width: 760px; margin-bottom: 26px; font-size: 17px; }

.company-showcase { padding: 108px 0 118px; background: linear-gradient(135deg, #eff6f9, #f9fbfb 50%, #fff7f0); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 46px; }
.section-heading h2 { margin: 0; font-size: clamp(34px, 3.6vw, 54px); }
.section-heading > p { max-width: 470px; margin-bottom: 5px; font-size: 15px; }
.company-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.company-card { --company-accent: var(--orange); min-height: 405px; grid-column: span 2; display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(15,64,105,.08); border-radius: var(--radius-md); background: rgba(255,255,255,.94); box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.company-card:nth-child(4) { grid-column: 2 / span 2; }
.company-card.accent-rose { --company-accent: var(--rose); }
.company-card.accent-cyan { --company-accent: var(--cyan); }
.company-card.accent-green { --company-accent: var(--green); }
.company-card.accent-violet { --company-accent: var(--violet); }
.company-card:hover { border-color: var(--company-accent); box-shadow: var(--shadow-md); transform: translateY(-7px); }
.company-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 52px; }
.company-index { color: #9cabb3; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.company-accent { width: 44px; height: 7px; border-radius: 999px; background: var(--company-accent); box-shadow: 15px 0 0 -2px rgba(15,64,105,.14); }
.company-sector { margin-bottom: 8px; color: var(--company-accent); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.company-card h3 { margin: 0 0 17px; color: var(--navy); font-size: 23px; }
.company-card > p:not(.company-sector) { font-size: 13px; }
.company-card .card-link { margin-top: auto; padding-top: 19px; border-top: 1px solid var(--line); }
.company-card .card-link span { background: var(--company-accent); }

.platform-section { position: relative; padding: 120px 0; overflow: hidden; color: #fff; background: var(--navy-deep); }
.platform-section::after { position: absolute; width: 660px; height: 660px; right: -260px; bottom: -430px; border: 1px solid rgba(92,225,230,.22); border-radius: 50%; box-shadow: 0 0 0 90px rgba(92,225,230,.035), 0 0 0 180px rgba(124,178,67,.025); content: ""; }
.platform-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; align-items: center; }
.platform-copy h2 { margin: 0 0 24px; color: #fff; font-size: clamp(36px, 4vw, 58px); }
.platform-copy > p:not(.eyebrow) { max-width: 500px; color: rgba(255,255,255,.68); font-size: 16px; }
.capability-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.capability-grid article { position: relative; min-height: 250px; padding: 25px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-md); background: rgba(255,255,255,.055); backdrop-filter: blur(8px); }
.capability-grid article > span { color: rgba(255,255,255,.45); font-size: 9px; font-weight: 850; }
.capability-icon { position: relative; width: 48px; height: 48px; display: block; margin: 28px 0 22px; border: 1px solid var(--cyan); border-radius: 50%; }
.capability-icon::before, .capability-icon::after { position: absolute; content: ""; }
.science-icon::before { inset: 11px; border: 1px solid var(--orange); border-radius: 50%; }
.science-icon::after { width: 7px; height: 7px; top: 2px; right: 3px; border-radius: 50%; background: var(--orange); }
.health-icon { border-color: var(--green); }
.health-icon::before { width: 22px; height: 2px; top: 22px; left: 12px; background: var(--green); }
.health-icon::after { width: 2px; height: 22px; top: 12px; left: 22px; background: var(--green); }
.tech-icon { border-color: var(--violet); border-radius: 12px; }
.tech-icon::before { inset: 10px; border: 1px dashed var(--cyan); }
.manufacturing-icon { border-color: var(--orange); border-radius: 8px; }
.manufacturing-icon::before { right: 10px; bottom: 10px; left: 10px; height: 18px; border-left: 5px solid var(--orange); border-bottom: 2px solid var(--orange); box-shadow: 8px 0 0 -3px var(--orange), 16px 0 0 -3px var(--orange); }
.capability-grid h3 { margin: 0 0 10px; color: #fff; font-size: 19px; }
.capability-grid p { margin: 0; color: rgba(255,255,255,.57); font-size: 12px; }

.flow-section { padding-block: 120px; }
.enterprise-flow { display: grid; grid-template-columns: repeat(5, 1fr); margin: 65px 0 0; padding: 0; list-style: none; }
.enterprise-flow li { position: relative; min-height: 210px; padding: 0 22px; border-left: 1px solid var(--line); }
.enterprise-flow li:last-child { border-right: 1px solid var(--line); }
.enterprise-flow li > span { color: #9baab2; font-size: 10px; font-weight: 850; }
.enterprise-flow li > i { width: 46px; height: 46px; display: block; margin: 35px 0 30px; border: 1px solid var(--line); border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 13px var(--mist); }
.enterprise-flow li:nth-child(1) > i { box-shadow: inset 0 0 0 13px rgba(255,145,77,.15); border-color: var(--orange); }
.enterprise-flow li:nth-child(2) > i { box-shadow: inset 0 0 0 13px rgba(217,144,166,.15); border-color: var(--rose); }
.enterprise-flow li:nth-child(3) > i { box-shadow: inset 0 0 0 13px rgba(120,103,217,.15); border-color: var(--violet); }
.enterprise-flow li:nth-child(4) > i { box-shadow: inset 0 0 0 13px rgba(124,178,67,.15); border-color: var(--green); }
.enterprise-flow li:nth-child(5) > i { box-shadow: inset 0 0 0 13px rgba(92,225,230,.18); border-color: var(--cyan); }
.enterprise-flow strong { display: block; color: var(--navy); font-size: 17px; }
.enterprise-flow small { display: block; margin-top: 6px; color: var(--muted); font-size: 11px; line-height: 1.55; }

.partnership-section { padding: 110px 0; background: var(--blue-mist); }
.partnership-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.partnership-layout h2 { margin-bottom: 25px; font-size: clamp(35px, 3.6vw, 54px); }
.partnership-layout > div:last-child > p:not(.eyebrow) { max-width: 580px; margin-bottom: 28px; font-size: 16px; }
.network-visual { min-height: 480px; display: grid; place-items: center; }
.network-rings { position: relative; width: 430px; height: 430px; display: grid; place-items: center; border: 1px dashed rgba(15,64,105,.2); border-radius: 50%; }
.network-rings::before, .network-rings::after { position: absolute; border: 1px solid rgba(15,64,105,.12); border-radius: 50%; content: ""; }
.network-rings::before { inset: 54px; }
.network-rings::after { inset: 108px; }
.network-rings > span { z-index: 3; width: 128px; height: 128px; display: grid; place-content: center; border-radius: 50%; color: #fff; background: var(--navy); box-shadow: 0 0 0 14px rgba(15,64,105,.08); text-align: center; font-size: 18px; font-weight: 850; letter-spacing: .09em; }
.network-rings > span small { display: block; color: var(--cyan); font-size: 7px; letter-spacing: .28em; }
.dot { position: absolute; z-index: 4; width: 15px; height: 15px; border: 3px solid #fff; border-radius: 50%; background: var(--orange); box-shadow: 0 5px 12px rgba(5,48,80,.18); }
.dot-1 { top: 10px; left: 50%; }.dot-2 { top: 28%; right: 14px; background: var(--violet); }.dot-3 { right: 90px; bottom: 25px; background: var(--green); }.dot-4 { bottom: 80px; left: 25px; background: var(--cyan); }

/* Orbit rings for partnership section */
.orbit { position: absolute; border: 1px dashed rgba(15,64,105,.18); border-radius: 50%; }
.orbit-1 { inset: 36px; }
.orbit-2 { inset: 72px; }
.orbit-3 { inset: 108px; }

.insights-section { padding: 112px 0 124px; background: #fff; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.article-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s; }
.article-card:hover { box-shadow: var(--shadow-md); transform: translateY(-6px); }
.article-visual { position: relative; height: 220px; display: block; overflow: hidden; background: linear-gradient(135deg, var(--navy-deep), #0d6383); }
.article-card:nth-child(2) .article-visual { background: linear-gradient(135deg, #173d56, #477989); }
.article-card:nth-child(3) .article-visual { background: linear-gradient(135deg, #234b3e, #51846a); }
.article-visual::before { position: absolute; inset: 0; background-image: linear-gradient(45deg, transparent 49%, rgba(255,255,255,.08) 50%, transparent 51%); background-size: 38px 38px; content: ""; }
.article-visual span { position: absolute; width: 115px; height: 115px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; }
.article-visual span:nth-child(1) { top: 40px; left: 40px; }.article-visual span:nth-child(2) { top: 5px; right: 55px; border-color: var(--orange); }.article-visual span:nth-child(3) { right: -30px; bottom: -45px; width: 165px; height: 165px; border-color: var(--green); }
.article-visual b { position: absolute; right: 22px; bottom: 17px; color: rgba(255,255,255,.7); font-size: 10px; letter-spacing: .2em; }
.article-body { padding: 28px 28px 30px; }
.article-meta { margin-bottom: 14px; color: #8a98a0; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.article-meta span { margin-right: 9px; color: var(--orange); }
.article-body h3 { min-height: 54px; margin: 0 0 13px; color: var(--ink); font-size: 19px; line-height: 1.38; }
.article-body > p:not(.article-meta) { min-height: 68px; font-size: 13px; }
.article-body .card-link { margin-top: 14px; }

/* Inner pages */
.page-hero { position: relative; min-height: 520px; display: flex; align-items: end; padding: 190px 0 78px; overflow: hidden; color: #fff; background: linear-gradient(120deg, var(--navy-deep), var(--navy)); }
.page-hero::before { position: absolute; width: 620px; height: 620px; top: -280px; right: -80px; border: 1px solid rgba(92,225,230,.23); border-radius: 50%; box-shadow: 0 0 0 90px rgba(92,225,230,.025), 0 0 0 180px rgba(255,145,77,.02); content: ""; }
.page-hero::after { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px); background-size: 82px 82px; content: ""; }
.page-hero-content { position: relative; z-index: 2; }
.page-hero h1 { max-width: 920px; margin: 0 0 20px; color: #fff; font-size: clamp(42px, 5vw, 68px); }
.page-hero .page-intro { max-width: 720px; margin: 0; color: rgba(255,255,255,.72); font-size: 17px; }
.breadcrumb { margin-bottom: 38px; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 780; letter-spacing: .11em; text-transform: uppercase; }
.breadcrumb a { color: var(--cyan); }
.breadcrumb-area { position: relative; min-height: 224px; display: flex; align-items: end; overflow: hidden; padding: 118px 0 38px; color: rgba(255,255,255,.72); background: linear-gradient(115deg, var(--navy-deep), #0b5d91); }
.breadcrumb-area::before { position: absolute; width: 360px; height: 360px; right: 6vw; top: -230px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.035), 0 0 0 130px rgba(255,255,255,.02); content: ""; }
.breadcrumb-inner { position: relative; z-index: 1; font-size: 10px; font-weight: 780; letter-spacing: .06em; text-transform: uppercase; }
.breadcrumb-inner ol { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; margin: 0; padding: 0; list-style: none; }
.breadcrumb-inner li { display: flex; align-items: center; }
.breadcrumb-inner li + li::before { margin-right: 11px; color: rgba(255,255,255,.32); content: "/"; }
.breadcrumb-inner a { color: #ffb071; }
.breadcrumb-inner a:hover { color: #fff; }
.breadcrumb-home { display: inline-flex; align-items: center; gap: 7px; }
.breadcrumb-home span { font-size: 15px; }
.inner-intro { position: relative; padding-block: 88px 96px; }
.inner-intro::after { position: absolute; right: 0; bottom: 0; width: 34%; height: 1px; background: linear-gradient(90deg, transparent, var(--line)); content: ""; }
.inner-intro h1 { max-width: 930px; margin: 0 0 24px; color: var(--navy); font-size: clamp(40px, 5vw, 64px); line-height: 1.08; letter-spacing: -.045em; }
.inner-intro > p:last-child { max-width: 760px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.72; }
.article-intro h1 { max-width: 1050px; font-size: clamp(38px, 4.5vw, 58px); }
.company-inner-intro { --company-accent: var(--orange); padding-left: 36px; border-left: 5px solid var(--company-accent); }
.company-inner-intro.accent-rose { --company-accent: var(--rose); }.company-inner-intro.accent-cyan { --company-accent: var(--cyan); }.company-inner-intro.accent-violet { --company-accent: var(--violet); }.company-inner-intro.accent-green { --company-accent: var(--green); }
.company-inner-intro .eyebrow::before { background: var(--company-accent); }
.content-section { padding: 105px 0; }
.content-section.alt { background: var(--mist); }
.two-column { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: start; }
.two-column.reverse { grid-template-columns: 1.2fr .8fr; }
.content-copy h2, .two-column > div > h2 { margin-bottom: 26px; font-size: clamp(34px, 3.5vw, 52px); }
.content-copy h3 { margin-top: 34px; color: var(--navy); font-size: 20px; }
.lead { color: #526875; font-size: 18px; line-height: 1.7; }
.section-index { margin-top: 70px; color: #9aa7af; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.fact-grid, .content-section .capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fact-card, .capability-card { min-height: 245px; padding: 30px; border: 1px solid var(--line); border-top: 4px solid var(--orange); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.fact-card:nth-child(2), .capability-card:nth-child(2) { border-top-color: var(--green); }.fact-card:nth-child(3), .capability-card:nth-child(3) { border-top-color: var(--cyan); }
.fact-card span, .capability-card span { color: #97a5ad; font-size: 10px; font-weight: 850; }
.fact-card h3, .capability-card h3 { margin: 48px 0 15px; color: var(--navy); font-size: 21px; }
.fact-card p, .capability-card p { font-size: 13px; }
.quote-panel { padding: 65px; border-radius: var(--radius-lg); color: #fff; background: var(--navy); box-shadow: var(--shadow-md); }
.quote-panel blockquote { margin: 0; color: #fff; font-size: clamp(27px, 3vw, 43px); line-height: 1.28; letter-spacing: -.03em; }
.quote-panel p { margin: 24px 0 0; color: var(--cyan); font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.status-panel { padding: 38px; border: 1px solid var(--line); border-left: 4px solid var(--cyan); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.status-panel h3 { margin-bottom: 12px; color: var(--navy); }
.relationship-banner { padding: 58px; border-radius: var(--radius-lg); color: #fff; background: var(--navy-deep); box-shadow: var(--shadow-md); }
.relationship-banner h2 { color: #fff; font-size: clamp(30px, 3vw, 45px); }
.relationship-banner p { color: rgba(255,255,255,.68); }
.company-detail-hero { --company-accent: var(--orange); }
.company-detail-hero.accent-rose { --company-accent: var(--rose); }.company-detail-hero.accent-cyan { --company-accent: var(--cyan); }.company-detail-hero.accent-violet { --company-accent: var(--violet); }.company-detail-hero.accent-green { --company-accent: var(--green); }
.company-detail-hero .eyebrow::before { background: var(--company-accent); }
.capability-list { margin: 0; padding: 0; list-style: none; }
.capability-list li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 19px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 17px; }
.capability-list span { color: var(--orange); font-size: 10px; font-weight: 850; }
.timeline { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.timeline li { display: grid; grid-template-columns: 76px 1fr; gap: 25px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.timeline li > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--navy); font-size: 10px; font-weight: 850; }
.timeline h3 { margin-bottom: 6px; color: var(--navy); }
.ecosystem-map { position: relative; min-height: 620px; display: grid; place-items: center; }
.ecosystem-core { z-index: 2; width: 176px; height: 176px; display: grid; place-content: center; border-radius: 50%; color: #fff; background: var(--navy); text-align: center; font-size: 19px; font-weight: 850; box-shadow: 0 0 0 24px rgba(15,64,105,.08); }
.ecosystem-core small { display: block; color: var(--cyan); font-size: 7px; letter-spacing: .25em; }
.ecosystem-satellite { position: absolute; width: 170px; min-height: 98px; display: grid; place-content: center; padding: 18px; border: 1px solid var(--line); border-top: 4px solid var(--orange); border-radius: var(--radius-md); color: var(--navy); background: #fff; box-shadow: var(--shadow-md); text-align: center; font-weight: 760; }
.ecosystem-satellite small { color: var(--muted); font-size: 10px; font-weight: 520; }
.sat-a { top: 2%; left: 50%; transform: translateX(-50%); }.sat-b { top: 26%; right: 4%; border-top-color: var(--rose); }.sat-c { right: 13%; bottom: 8%; border-top-color: var(--cyan); }.sat-d { bottom: 8%; left: 13%; border-top-color: var(--violet); }.sat-e { top: 26%; left: 4%; border-top-color: var(--green); }
.market-schema { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.market-schema div { padding: 28px; border-right: 1px solid var(--line); }
.market-schema div:last-child { border-right: 0; }
.market-schema span { color: var(--orange); font-size: 10px; font-weight: 850; }
.market-schema h3 { margin: 22px 0 0; color: var(--navy); }
.article-page { max-width: 820px; margin: 0 auto; }
.article-page p { font-size: 17px; line-height: 1.9; }
.article-page .back-link { margin-top: 40px; }
.contact-section { display: grid; grid-template-columns: 1fr .92fr; gap: clamp(48px, 6vw, 86px); align-items: start; padding-block: 94px 120px; }
.contact-info h1 { margin: 0 0 25px; color: var(--navy); font-size: clamp(38px, 4vw, 54px); }
.contact-lead { max-width: 570px; margin: 0 0 28px; color: var(--muted); font-size: 18px; }
.contact-details { padding: 23px 25px; border-left: 3px solid var(--orange); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: var(--mist); }
.contact-details p { display: grid; grid-template-columns: 84px 1fr; gap: 15px; margin: 0; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.contact-details p:last-child { border-bottom: 0; }
.contact-details b { color: var(--navy); }
.contact-details a { color: var(--orange-dark); font-weight: 700; }
.contact-info iframe { width: 100%; height: 330px; margin-top: 28px; border: 0; border-radius: var(--radius-md); filter: saturate(.78) contrast(1.03); box-shadow: var(--shadow-sm); }
.form-heading { margin-bottom: 24px; }
.form-heading h2 { margin-bottom: 12px; color: var(--navy); font-size: clamp(28px, 3vw, 38px); }
.form-heading p:last-child { margin: 0; font-size: 14px; }
.contact-form { display: grid; gap: 18px; align-content: start; padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); border-radius: var(--radius-md); background: linear-gradient(145deg, #f7f9fa, #edf4f7); box-shadow: var(--shadow-sm); }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { color: var(--navy); font-size: 12px; font-weight: 760; letter-spacing: .035em; }
.field input, .field select, .field textarea { width: 100%; padding: 14px 16px; border: 1px solid #cedae0; border-radius: var(--radius-sm); outline: 0; color: var(--ink); background: #fff; transition: border-color .2s, box-shadow .2s; }
.field input, .field select { min-height: 54px; }
.field textarea { min-height: 155px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(255,145,77,.14); }
.field input[type="file"] { height: auto; padding: 11px; }
.field input[type="file"]::file-selector-button { margin-right: 12px; padding: 8px 12px; border: 0; border-radius: 7px; color: #fff; background: var(--navy); font-size: 11px; font-weight: 700; }
.privacy-consent { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 10px; color: #53616d; font-size: 12px; line-height: 1.55; }
.privacy-consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--orange); }
.privacy-consent a { color: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.contact-form > button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 0; border-radius: 999px; color: #fff; background: var(--orange); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.contact-form > button:hover { background: var(--orange-dark); transform: translateY(-1px); }
.contact-form > small { color: var(--muted); font-size: 10px; line-height: 1.5; }
.field-validation-error, .validation-summary-errors { color: #a03030; font-size: 11px; }
.honeypot { position: absolute; left: -10000px; }
.success-message { margin-bottom: 24px; padding: 17px 20px; border-left: 4px solid var(--green); border-radius: var(--radius-sm); color: #335527; background: #eff8e8; }
.form-feedback { margin: 0 0 18px; padding: 14px 16px; border-radius: var(--radius-sm); font-size: 13px; }
.form-feedback--success { color: #12623a; background: #e4f6ea; }
.form-feedback--error { color: #962727; background: #ffeded; }
.career-form-section { padding-block: 100px 120px; background: #fff; }
.career-form-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(45px, 7vw, 105px); align-items: start; }
.career-form-copy { position: sticky; top: 118px; padding: 42px; border-radius: var(--radius-md); color: #fff; background: var(--navy); box-shadow: var(--shadow-md); }
.career-form-copy h2 { color: #fff; font-size: clamp(34px, 4vw, 48px); }
.career-form-copy p { color: rgba(255,255,255,.7); }
.career-form-copy ul { margin: 30px 0 0; padding: 0; list-style: none; }
.career-form-copy li { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.82); font-size: 12px; }
.privacy-copy { max-width: 830px; }
.privacy-copy h2 { margin-top: 42px; color: var(--navy); font-size: 27px; }

/* Footer */
.site-footer { color: #bdc7cd; background: #142632; }
.footer-cta { padding: 58px 0; border-bottom: 1px solid #30434f; background: #0c3859; }
.footer-cta .section-shell { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.footer-cta h2 { margin: 0; color: #fff; font-size: clamp(28px, 3vw, 42px); }
.footer-main { display: grid; grid-template-columns: 1.25fr .7fr 1fr 1.15fr; gap: clamp(32px, 4vw, 65px); padding-block: 74px 66px; }
.footer-brand img { width: 195px; padding: 12px; border-radius: 10px; background: #fff; }
.footer-brand p { max-width: 320px; margin: 22px 0 15px; color: #d1d8dc; font-size: 13px; }
.footer-brand > span { color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-column h3 { margin-bottom: 20px; color: #fff; font-size: 15px; }
.footer-column > a:not(.text-link) { display: block; width: fit-content; margin: 8px 0; font-size: 12px; }
.footer-column > a:hover { color: var(--orange); }
.footer-column p { color: #aeb9c0; font-size: 12px; }
.footer-column p b { color: #fff; }
.footer-contact p a { color: #d5dde2; }
.footer-contact p a:hover { color: var(--orange); }
.newsletter-form { display: grid; gap: 13px; }
.newsletter-row { display: flex; padding: 5px; border: 1px solid #435761; border-radius: 999px; background: #0d202b; }
.newsletter-row input { min-width: 0; flex: 1; height: 42px; padding: 0 13px; border: 0; outline: 0; color: #fff; background: transparent; }
.newsletter-row button { width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--orange); }
.newsletter-consent { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 8px; color: #95a3ab; font-size: 9px; line-height: 1.5; }
.newsletter-consent input { width: 15px; height: 15px; margin-top: 1px; accent-color: var(--orange); }
.newsletter-consent a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.newsletter-status { display: block; margin-top: 10px; font-size: 11px; }.newsletter-status.success { color: #a9dfb8; }.newsletter-status.error { color: #ffaaa5; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 20px; border-top: 1px solid #30434f; font-size: 11px; }
.footer-bottom p { margin: 0; color: #8f9ba3; }
.footer-bottom div { display: flex; gap: 23px; }
.whatsapp-button { position: fixed; z-index: 900; right: 24px; bottom: 86px; width: 60px; height: 60px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 12px 30px rgba(0,0,0,.22); font-size: 12px; font-weight: 900; }
.whatsapp-button:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(0,0,0,.27); }
.back-to-top { position: fixed; z-index: 890; right: 24px; bottom: 22px; min-width: 60px; height: 44px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 0 13px; border-radius: 999px; color: #fff; background: var(--navy); box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; transform: translateY(12px); }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.back-to-top b { font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }

@media (max-width: 1240px) {
  .desktop-nav { display: none; }
  .mobile-trigger { display: grid; }
  .header-tools { margin-left: auto; }
  .ecosystem-strip .section-shell { grid-template-columns: repeat(5, 1fr); }
  .strip-label { display: none; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 991px) {
  .section-shell { width: min(100% - 42px, var(--shell)); }
  .site-header { height: 86px; }
  .site-header.is-scrolled { height: 76px; }
  .header-shell { width: calc(100% - 34px); }
  .hero { height: min(700px, 100svh); min-height: 620px; }
  .hero-signature { right: 22px; left: 22px; justify-content: flex-end; }
  .ecosystem-strip { overflow-x: auto; }
  .ecosystem-strip .section-shell { width: max-content; min-width: 850px; }
  .ecosystem-strip a { min-width: 165px; }
  .group-intro, .platform-layout, .partnership-layout, .two-column, .two-column.reverse, .contact-layout, .contact-section, .career-form-layout { grid-template-columns: 1fr; gap: 50px; }
  .contact-section { padding-block: 74px 90px; }
  .career-form-copy { position: static; }
  .intro-label > span { margin-top: 25px; }
  .company-card { grid-column: span 3; }
  .company-card:nth-child(4) { grid-column: span 3; }
  .company-card:last-child { grid-column: 2 / span 4; }
  .enterprise-flow { grid-template-columns: 1fr 1fr; gap: 0; }
  .enterprise-flow li { border-bottom: 1px solid var(--line); }
  .enterprise-flow li:last-child { grid-column: 1 / -1; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .article-card:last-child { grid-column: 1 / -1; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .fact-grid, .content-section .capability-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  body { font-size: 15px; }
  .section-shell { width: calc(100% - 32px); }
  .site-header { height: 78px; }
  .site-header.is-scrolled { height: 72px; }
  .header-shell { width: calc(100% - 28px); }
  .brand { width: 140px; padding: 8px 10px; }
  .tool-button { width: 40px; height: 40px; }
  .language-trigger { min-width: 52px; padding-inline: 8px; }
  .globe-icon { display: none; }
  .hero { height: 650px; min-height: 0; }
  .hero-image { object-position: 64% center; }
  .hero-overlay { background: rgba(3,37,63,.83); }
  .hero-content { padding-top: 70px; }
  .hero h1 { font-size: clamp(37px, 11vw, 52px); }
  .hero-content > p:not(.hero-kicker) { font-size: 15px; }
  .hero-actions { width: min(100%, 330px); flex-direction: column; align-items: stretch; }
  .hero-signature span:nth-of-type(2), .hero-signature span:nth-of-type(3), .hero-signature i:nth-of-type(2), .hero-signature i:nth-of-type(3) { display: none; }
  .group-intro { padding-block: 78px; }
  .company-showcase, .platform-section, .flow-section, .partnership-section, .insights-section { padding-block: 78px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 20px; margin-bottom: 34px; }
  .section-heading h2 { font-size: 34px; }
  .company-grid, .capability-grid, .article-grid, .fact-grid, .content-section .capability-grid { grid-template-columns: 1fr; }
  .company-card, .company-card:nth-child(4), .company-card:last-child, .article-card:last-child { grid-column: auto; }
  .company-card { min-height: 355px; }
  .enterprise-flow { grid-template-columns: 1fr; }
  .enterprise-flow li, .enterprise-flow li:last-child { min-height: auto; grid-column: auto; display: grid; grid-template-columns: 34px 50px 1fr; gap: 14px; align-items: center; padding: 18px 0; border-right: 0; border-left: 0; }
  .enterprise-flow li > i { margin: 0; }
  .network-visual { min-height: 360px; }
  .network-rings { width: 320px; height: 320px; }
  .network-rings::before { inset: 42px; }.network-rings::after { inset: 85px; }
  .network-rings > span { width: 105px; height: 105px; }
  .page-hero { min-height: 440px; padding: 155px 0 58px; }
  .page-hero h1 { font-size: 40px; }
  .breadcrumb-area { min-height: 188px; padding: 106px 0 30px; }
  .inner-intro { padding-block: 60px 70px; }
  .inner-intro h1 { font-size: 38px; }
  .content-section { padding: 74px 0; }
  .quote-panel, .relationship-banner { padding: 38px 26px; }
  .ecosystem-map { min-height: auto; display: grid; grid-template-columns: 1fr; gap: 13px; }
  .ecosystem-core, .ecosystem-satellite { position: static; width: 100%; min-height: 92px; transform: none; }
  .ecosystem-core { height: 125px; border-radius: var(--radius-md); }
  .market-schema { grid-template-columns: 1fr 1fr; }
  .market-schema div:nth-child(2) { border-right: 0; }
  .market-schema div { border-bottom: 1px solid var(--line); }
  .contact-section { padding-block: 55px 70px; }
  .contact-info iframe { height: 280px; }
  .contact-form { padding: 26px 20px; }
  .career-form-section { padding-block: 70px 82px; }
  .career-form-copy { padding: 30px 24px; }
  .search-overlay { padding: 80px 22px 40px; }
  .search-inner > label { font-size: 34px; }
  .search-results { grid-template-columns: 1fr; }
  .footer-cta .section-shell { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .whatsapp-button { right: 14px; bottom: 74px; width: 54px; height: 54px; }
  .back-to-top { right: 14px; bottom: 16px; min-width: 44px; width: 44px; padding: 0; }
  .back-to-top b { display: none; }
}

@media (max-width: 420px) {
  .header-tools { gap: 3px; }
  .tool-button[data-search-open] { display: none; }
  .hero h1 { font-size: 36px; }
  .hero-kicker { font-size: 9px; letter-spacing: .16em; }
  .mobile-drawer { padding-inline: 24px; }
  .market-schema { grid-template-columns: 1fr; }
  .market-schema div { border-right: 0; }
}

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

/* Cookie Consent Banner */
#cookie-consent-banner {
  position: fixed;
  z-index: 2000;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 32px;
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,.98);
  backdrop-filter: blur(12px);
  box-shadow: 0 -12px 32px rgba(5,48,80,.12);
  transform: translateY(100%);
  transition: transform .4s var(--ease);
}
#cookie-consent-banner.is-visible { transform: none; }
.cookie-consent-inner { width: min(var(--shell), 100%); margin-inline: auto; }
.cookie-consent-content h3 { margin: 0 0 8px; color: var(--navy); font-size: 16px; }
.cookie-consent-content p { margin: 0 0 20px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.cookie-consent-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie-consent-customize { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.cookie-category { display: flex; flex-direction: column; gap: 4px; margin-bottom: 16px; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--mist); }
.cookie-category input { accent-color: var(--orange); margin-bottom: 6px; }
.cookie-category span { color: var(--navy); font-size: 13px; font-weight: 700; }
.cookie-category small { color: var(--muted); font-size: 11px; line-height: 1.5; }
.hidden { display: none !important; }

@media (max-width: 700px) {
  #cookie-consent-banner { padding: 20px 24px; }
  .cookie-consent-actions { justify-content: center; }
}

/* Sticky Phone CTA (Mobile) */
.sticky-phone-cta {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background: linear-gradient(90deg, var(--navy), var(--navy-deep));
  box-shadow: 0 -8px 24px rgba(5,48,80,.18);
  transform: translateY(100%);
  transition: transform .3s var(--ease);
}
.sticky-phone-cta.is-visible { transform: none; }
.sticky-phone-cta a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 320px;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 999px;
  color: #fff;
  background: var(--orange);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-align: center;
}
.sticky-phone-cta a:hover { background: var(--orange-dark); }
.sticky-phone-cta svg { width: 22px; height: 22px; flex: 0 0 auto; }
.sticky-phone-cta .dismiss {
  position: absolute;
  right: 16px;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  color: #fff;
  background: transparent;
  font-size: 18px;
  line-height: 1;
}
@media (min-width: 701px) { .sticky-phone-cta { display: none !important; } }

/* Breadcrumb Component */
.breadcrumb-component { margin-bottom: 24px; font-size: 13px; color: var(--muted); }
.breadcrumb-component ol { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.breadcrumb-component li { display: flex; align-items: center; }
.breadcrumb-component li + li::before { color: var(--line); content: "/"; }
.breadcrumb-component a { color: var(--navy); font-weight: 600; }
.breadcrumb-component a:hover { color: var(--orange); }
.breadcrumb-component [aria-current="page"] { color: var(--ink); font-weight: 600; }

/* FAQ Accordion */
.faq-section { margin-top: 60px; }
.faq-section h2 { margin-bottom: 28px; color: var(--navy); font-size: clamp(28px, 3vw, 38px); }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; overflow: hidden; margin-bottom: 12px; }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; border: 0; background: transparent; color: var(--navy); font-size: 16px; font-weight: 600; text-align: left; cursor: pointer; }
.faq-question:hover { color: var(--orange); }
.faq-question[aria-expanded="true"] { color: var(--navy); }
.faq-icon { width: 24px; height: 24px; flex: 0 0 auto; color: var(--orange); transition: transform .25s var(--ease); }
.faq-question[aria-expanded="true"] .faq-icon { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; padding: 0 24px; transition: max-height .35s var(--ease), padding .35s var(--ease); }
.faq-answer p { margin: 0 0 20px; color: var(--muted); line-height: 1.8; }
.faq-answer a { color: var(--orange); font-weight: 600; }
.faq-item.open .faq-answer { max-height: 500px; padding-bottom: 24px; }

/* Testimonial Card */
.testimonial-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s; }
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.testimonial-rating { display: flex; gap: 4px; margin-bottom: 16px; color: var(--orange); }
.testimonial-text { margin: 0 0 20px; color: var(--ink); font-size: 15px; line-height: 1.7; }
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.testimonial-avatar { width: 50px; height: 50px; border-radius: 50%; background: var(--mist); overflow: hidden; }
.testimonial-avatar img { width: 100%; height: 100%; object-fit: cover; }
.testimonial-info { display: flex; flex-direction: column; }
.testimonial-name { color: var(--navy); font-weight: 700; }
.testimonial-role { color: var(--muted); font-size: 13px; }

/* Team Member Card */
.team-card { text-align: center; }
.team-avatar { width: 140px; height: 140px; margin: 0 auto 20px; border-radius: 50%; background: var(--mist); overflow: hidden; }
.team-avatar img { width: 100%; height: 100%; object-fit: cover; }
.team-name { margin: 0 0 4px; color: var(--navy); font-size: 20px; }
.team-role { color: var(--orange); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.team-bio { margin-top: 16px; color: var(--muted); font-size: 14px; line-height: 1.7; }

/* Case Study Card */
.case-study-card { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s; }
.case-study-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.case-study-visual { position: relative; min-height: 400px; background: var(--navy-deep); overflow: hidden; }
.case-study-visual img { width: 100%; height: 100%; object-fit: cover; opacity: .8; transition: opacity .3s, transform .5s; }
.case-study-card:hover .case-study-visual img { opacity: 1; transform: scale(1.03); }
.case-study-overlay { position: absolute; inset: 0; padding: 32px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(0deg, rgba(3,37,63,.95) 0%, transparent 60%); }
.case-study-category { color: var(--cyan); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.case-study-content { padding: 36px; display: flex; flex-direction: column; justify-content: center; }
.case-study-content h3 { margin: 0 0 16px; color: var(--navy); font-size: clamp(24px, 2.5vw, 32px); }
.case-study-content p { margin: 0 0 24px; color: var(--muted); line-height: 1.7; }
.case-study-meta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); }
.case-study-meta span { display: flex; align-items: center; gap: 6px; }
.case-study-meta strong { color: var(--navy); }

@media (max-width: 991px) {
  .case-study-card { grid-template-columns: 1fr; }
  .case-study-visual { min-height: 300px; }
}

/* 404 Page */
.error-404 { min-height: 70vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 80px 32px; }
.error-404-content { max-width: 520px; }
.error-404-code { font-size: clamp(120px, 20vw, 280px); font-weight: 900; color: var(--navy); line-height: 1; letter-spacing: -.05em; opacity: .12; }
.error-404-title { margin: -60px 0 16px; color: var(--navy); font-size: clamp(32px, 5vw, 48px); }
.error-404-desc { margin: 0 0 32px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.error-404-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.error-404-links { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 40px; padding-top: 40px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); }
.error-404-links a { color: var(--navy); font-weight: 600; }
.error-404-links a:hover { color: var(--orange); }

/* Thank You Pages */
.thank-you { min-height: 70vh; display: flex; align-items: center; padding: 80px 32px; }
.thank-you-content { max-width: 640px; margin: 0 auto; text-align: center; }
.thank-you-icon { width: 100px; height: 100px; margin: 0 auto 28px; border-radius: 50%; background: linear-gradient(135deg, var(--green), #5ca630); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 40px; }
.thank-you h1 { margin: 0 0 16px; color: var(--navy); font-size: clamp(32px, 4vw, 44px); }
.thank-you-lead { margin: 0 0 32px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.thank-you-next { margin-bottom: 40px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--mist); text-align: left; }
.thank-you-next h3 { margin: 0 0 12px; color: var(--navy); font-size: 18px; }
.thank-you-next ul { margin: 0; padding-left: 20px; color: var(--ink); line-height: 1.9; }
.thank-you-related { margin-top: 40px; padding-top: 40px; border-top: 1px solid var(--line); text-align: left; }
.thank-you-related h3 { margin: 0 0 20px; color: var(--navy); font-size: 20px; }
.thank-you-related .link-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; }
.thank-you-related a { display: flex; align-items: center; gap: 10px; padding: 14px 18px; border: 1px solid var(--line); border-radius: var(--radius-sm); color: var(--navy); font-weight: 600; background: #fff; transition: border-color .2s, color .2s; }
.thank-you-related a:hover { border-color: var(--orange); color: var(--orange); }

@media (max-width: 700px) {
  .thank-you-icon { width: 80px; height: 80px; font-size: 32px; }
  .thank-you-next { padding: 18px; }
}

[dir="rtl"] .eyebrow::before { order: 2; }
[dir="rtl"] .desktop-nav { margin-right: auto; margin-left: 0; }
[dir="rtl"] .header-tools { direction: ltr; }
[dir="rtl"] .nav-dropdown-menu { right: -20px; left: auto; }
[dir="rtl"] .language-menu { right: auto; left: 0; }
[dir="rtl"] .company-card .card-link span, [dir="rtl"] .text-link span { transform: rotate(180deg); }
[dir="rtl"] .contact-aside, [dir="rtl"] .status-panel { border-right: 4px solid var(--cyan); border-left: 1px solid var(--line); }

/* Project briefs, governance and sitemap */
.project-start-list { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; counter-reset: project-step; }
.project-start-list li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: center; color: var(--ink); counter-increment: project-step; }
.project-start-list li > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--navy); font-size: 10px; font-weight: 850; }
.company-official-link { margin-top: 24px; }
.article-page-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-bottom: 32px; padding-bottom: 22px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.article-page-meta span:first-child { color: var(--orange); font-weight: 800; text-transform: uppercase; }
.article-note { margin-top: 44px; padding: 24px; border: 1px solid var(--line); border-inline-start: 4px solid var(--orange); border-radius: var(--radius-sm); background: var(--mist); }
.article-note strong { color: var(--navy); }
.article-note p { margin: 8px 0 0; font-size: 14px; }
.governance-grid, .collaboration-models { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.governance-card, .collaboration-card { min-height: 270px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.governance-card > span { color: var(--orange); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.governance-card h3, .collaboration-card h2 { margin: 46px 0 14px; color: var(--navy); font-size: 22px; }
.collaboration-card h2 { margin-top: 34px; }
.governance-card p, .collaboration-card > p:last-child { margin: 0; }
.verification-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 46px; padding: 38px; border-radius: var(--radius-md); color: rgba(255,255,255,.76); background: var(--navy-deep); }
.verification-panel > div { max-width: 760px; }
.verification-panel h2 { margin: 0 0 12px; color: #fff; font-size: clamp(25px, 3vw, 38px); }
.verification-panel p { margin-bottom: 0; }
.verification-panel .button { flex: 0 0 auto; }
.sitemap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sitemap-group { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.sitemap-group h2, .sitemap-articles h2 { margin-bottom: 24px; color: var(--navy); font-size: 24px; }
.sitemap-list { display: grid; gap: 6px; margin: 0; padding: 0; list-style: none; }
.sitemap-list a { display: flex; min-height: 42px; align-items: center; padding: 7px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 650; }
.sitemap-list a:hover { color: var(--orange); }
.sitemap-articles { margin-top: 72px; }
.sitemap-article-list { grid-template-columns: repeat(2, 1fr); gap: 0 32px; }
.sitemap-article-list li { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; border-bottom: 1px solid var(--line); }
.sitemap-article-list a { border: 0; }
.sitemap-article-list time { color: var(--muted); font-size: 11px; }
.theme-icon { position: relative; width: 17px; height: 17px; display: block; border: 2px solid currentColor; border-radius: 50%; box-shadow: 0 -7px 0 -6px currentColor, 0 7px 0 -6px currentColor, 7px 0 0 -6px currentColor, -7px 0 0 -6px currentColor; }
[data-theme="dark"] .theme-icon { border-width: 0 0 2px 2px; border-radius: 50%; box-shadow: -4px 4px 0 0 currentColor; transform: translate(2px, -2px); }
.cookie-consent-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cookie-consent-content p { margin-bottom: 0; }
.legal-review-notice { margin-bottom: 46px; padding: 24px; border: 1px solid rgba(255,145,77,.42); border-inline-start: 4px solid var(--orange); border-radius: var(--radius-sm); background: var(--warm); }
.legal-review-notice strong { color: var(--navy); }
.legal-review-notice p { margin: 8px 0 0; }
.policy-date { margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 14px; }

@media (max-width: 900px) {
  .governance-grid, .collaboration-models, .sitemap-grid { grid-template-columns: 1fr; }
  .verification-panel { align-items: flex-start; flex-direction: column; }
  .sitemap-article-list { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .cookie-consent-inner { align-items: stretch; flex-direction: column; }
  .cookie-consent-actions .button { width: 100%; }
}

/* Dark theme: high-contrast text and surfaces */
:root { color-scheme: light; }
:root[data-theme="dark"] {
  color-scheme: dark;
  --ink: #e8f0f4;
  --muted: #b7c5cd;
  --line: #315063;
  --mist: #102d3d;
  --blue-mist: #0c2939;
  --warm: #30251e;
  --shadow-sm: 0 12px 32px rgba(0,0,0,.2);
  --shadow-md: 0 26px 65px rgba(0,0,0,.32);
}
[data-theme="dark"] body { background: #071f2e; color: var(--muted); }
[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] .text-link,
[data-theme="dark"] .card-link,
[data-theme="dark"] .nav-dropdown-menu strong,
[data-theme="dark"] .language-menu a,
[data-theme="dark"] .mobile-drawer > a,
[data-theme="dark"] .mobile-drawer summary,
[data-theme="dark"] .ecosystem-strip a,
[data-theme="dark"] .company-card h3,
[data-theme="dark"] .enterprise-flow strong,
[data-theme="dark"] .content-copy h3,
[data-theme="dark"] .fact-card h3,
[data-theme="dark"] .capability-card h3,
[data-theme="dark"] .status-panel h3,
[data-theme="dark"] .capability-list li,
[data-theme="dark"] .timeline h3,
[data-theme="dark"] .ecosystem-satellite,
[data-theme="dark"] .market-schema h3,
[data-theme="dark"] .contact-info h1,
[data-theme="dark"] .contact-details b,
[data-theme="dark"] .form-heading h2,
[data-theme="dark"] .field label,
[data-theme="dark"] .privacy-copy h2,
[data-theme="dark"] .breadcrumb-component a,
[data-theme="dark"] .faq-section h2,
[data-theme="dark"] .faq-question,
[data-theme="dark"] .testimonial-name,
[data-theme="dark"] .team-name,
[data-theme="dark"] .case-study-content h3,
[data-theme="dark"] .case-study-meta strong,
[data-theme="dark"] .error-404-title,
[data-theme="dark"] .error-404-links a,
[data-theme="dark"] .thank-you h1,
[data-theme="dark"] .thank-you-next h3,
[data-theme="dark"] .thank-you-related h3,
[data-theme="dark"] .thank-you-related a,
[data-theme="dark"] .project-start-list li,
[data-theme="dark"] .article-note strong,
[data-theme="dark"] .legal-review-notice strong,
[data-theme="dark"] .governance-card h3,
[data-theme="dark"] .collaboration-card h2,
[data-theme="dark"] .sitemap-group h2,
[data-theme="dark"] .sitemap-articles h2,
[data-theme="dark"] .sitemap-list a { color: #eaf4fa; }
[data-theme="dark"] .site-header.is-scrolled { border-color: var(--line); color: #eaf4fa; background: rgba(7,31,46,.96); box-shadow: 0 12px 36px rgba(0,0,0,.22); }
[data-theme="dark"] .site-header.is-scrolled .tool-button { border-color: var(--line); background: #102d3d; }
[data-theme="dark"] .nav-dropdown-menu,
[data-theme="dark"] .language-menu,
[data-theme="dark"] .mobile-drawer,
[data-theme="dark"] .mobile-head button,
[data-theme="dark"] .ecosystem-strip,
[data-theme="dark"] .article-card,
[data-theme="dark"] .fact-card,
[data-theme="dark"] .capability-card,
[data-theme="dark"] .status-panel,
[data-theme="dark"] .ecosystem-satellite,
[data-theme="dark"] .market-schema,
[data-theme="dark"] .field input,
[data-theme="dark"] .field select,
[data-theme="dark"] .field textarea,
[data-theme="dark"] .faq-item,
[data-theme="dark"] .testimonial-card,
[data-theme="dark"] .thank-you-related a,
[data-theme="dark"] .governance-card,
[data-theme="dark"] .collaboration-card,
[data-theme="dark"] .sitemap-group { background: #0b2839; }
[data-theme="dark"] .company-card { border-color: var(--line); background: rgba(11,40,57,.96); }
[data-theme="dark"] .company-showcase { background: linear-gradient(135deg, #092536, #0c2b3c 50%, #271f1a); }
[data-theme="dark"] .insights-section,
[data-theme="dark"] .career-form-section { background: #071f2e; }
[data-theme="dark"] .contact-form { background: linear-gradient(145deg, #0d2b3d, #092536); }
[data-theme="dark"] .field input,
[data-theme="dark"] .field select,
[data-theme="dark"] .field textarea { border-color: var(--line); color: #edf6fa; }
[data-theme="dark"] .field input::placeholder,
[data-theme="dark"] .field textarea::placeholder { color: #8fa4af; }
[data-theme="dark"] .inner-intro h1 { color: #eaf4fa; }
[data-theme="dark"] .enterprise-flow li > i { background: #0b2839; }
[data-theme="dark"] #cookie-consent-banner { border-color: var(--line); background: rgba(7,31,46,.98); box-shadow: 0 -12px 32px rgba(0,0,0,.3); }
[data-theme="dark"] .cookie-consent-content h3 { color: #eaf4fa; }
[data-theme="dark"] .button-ghost:hover { color: #071f2e; }
[data-theme="dark"] .error-404-code { color: #78b9e5; }
[data-theme="dark"] .success-message,
[data-theme="dark"] .form-feedback--success { color: #bce9cc; background: #123c2a; }
[data-theme="dark"] .form-feedback--error { color: #ffc4c4; background: #4a1e22; }

/* Keep small action text readable on the brand orange in both themes. */
.contact-form > button, .newsletter-row button,
.text-link span, .card-link span, .tool-button:hover { color: #082f50; }
.eyebrow:not(.light) { color: #a84a10; }
[data-theme="dark"] .eyebrow:not(.light) { color: #ffb37b; }
/* Inner pages start on a light surface, including before the first scroll. */
body:has(.breadcrumb-component) .site-header:not(.is-scrolled) { color: #0a3659; background: rgba(255,255,255,.97); border-color: #dce5e9; }
body:has(.breadcrumb-component) .site-header:not(.is-scrolled) .tool-button { color: inherit; background: #eef5f8; border-color: #c5d5df; }
[data-theme="dark"] body:has(.breadcrumb-component) .site-header:not(.is-scrolled) { color: #eaf4fa; background: #071f2e; border-color: #315063; }
[data-theme="dark"] body:has(.breadcrumb-component) .site-header:not(.is-scrolled) .tool-button { background: #102d3d; border-color: #315063; }
.contact-details a { color: #0a3659; }
[data-theme="dark"] .contact-details a { color: #ffb37b; }
a[href^="tel:"], a[href^="mailto:"] { direction: ltr; unicode-bidi: isolate; }

/* PHP form status */
.form-feedback:empty{display:none}.form-feedback{grid-column:1/-1;line-height:1.6}.form-feedback ul{margin:.4rem 0;padding-inline-start:1.25rem}.newsletter-form .form-feedback{color:inherit}.form-feedback:not(:empty){border:1px solid currentColor;padding:1rem;border-radius:.75rem;margin-block:1rem}
