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

:root {
  --ink: #111b35;
  --ink-soft: #526078;
  --navy: #121e3e;
  --red: #e2192f;
  --red-dark: #bd1024;
  --paper: #ffffff;
  --mist: #f3f6f9;
  --line: #dce2e9;
  --teal: #00a6a6;
  --shadow: 0 22px 60px rgba(17, 27, 53, 0.12);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: 'DM Sans', sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(226, 25, 47, 0.35); outline-offset: 3px; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 10px 16px; background: var(--paper); color: var(--ink); }
.skip-link:focus { top: 16px; }

.topbar { background: var(--navy); color: #d9dfeb; font-size: 13px; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-links { display: flex; align-items: center; gap: 20px; }
.topbar-call { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.topbar a:hover { color: #fff; }
.eyebrow { margin: 0 0 14px; color: var(--red); font: 700 12px/1.2 'Manrope', sans-serif; letter-spacing: 0; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid rgba(220,226,233,0.8); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.brand img { width: 122px; height: auto; }
.brand-copy { padding-left: 14px; border-left: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; font-weight: 700; line-height: 1.35; max-width: 140px; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 18px; font-weight: 600; font-size: 14px; }
.nav-group { position: static; }
.nav-trigger { display: flex; align-items: center; gap: 5px; min-height: 83px; padding: 0; border: 0; background: transparent; color: var(--ink); font-weight: 600; cursor: pointer; }
.nav-trigger svg { width: 14px; transition: transform .2s; }
.nav-trigger[aria-expanded="true"] { color: var(--red); }
.nav-trigger[aria-expanded="true"] svg { transform: rotate(180deg); }
.mega-menu { position: absolute; top: 100%; right: 0; left: 0; display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 0; padding: 0 max(40px, calc((100vw - 1180px) / 2)); background: #fff; border-top: 1px solid var(--line); border-bottom: 3px solid var(--red); box-shadow: 0 24px 55px rgba(17,27,53,.16); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .2s, visibility .2s, transform .2s; }
.nav-group.is-open .mega-menu { opacity: 1; visibility: visible; transform: none; }
.mega-intro, .mega-column { min-height: 250px; padding: 30px 34px; }
.mega-intro { background: var(--navy); color: #fff; }
.mega-intro > span { display: block; color: #ff6576; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.mega-intro > strong { display: block; max-width: 270px; margin: 15px 0 30px; font: 700 22px/1.35 'Manrope', sans-serif; }
.mega-intro > a { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 13px; }
.mega-intro svg { width: 16px; }
.mega-column { border-right: 1px solid var(--line); }
.mega-column h2 { margin: 0 0 17px; color: var(--ink-soft); font: 700 11px 'Manrope', sans-serif; text-transform: uppercase; }
.mega-column a { display: block; padding: 6px 0; color: var(--ink); font-size: 13px; font-weight: 500; }
.mega-column a:hover { color: var(--red); }
.mega-about { grid-template-columns: 1.2fr repeat(2, 1fr) 1fr; }
.nav-cta { flex-shrink: 0; padding: 12px 19px; background: var(--red); color: #fff; border-radius: 4px; white-space: nowrap; }
.nav-cta:hover { background: var(--red-dark); }
.nav-blog { flex-shrink: 0; padding: 12px 17px; border: 1px solid var(--red); border-radius: 4px; color: var(--red); font-weight: 700; white-space: nowrap; }
.nav-blog:hover { background: var(--red); color: #fff; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); background: #fff; color: var(--ink); border-radius: 4px; place-items: center; }
.menu-toggle svg { width: 22px; }

.hero { position: relative; min-height: 690px; display: grid; align-items: center; color: #fff; background: #10192f; isolation: isolate; }
.hero::after { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(9,16,34,.96) 0%, rgba(9,16,34,.9) 42%, rgba(9,16,34,.28) 75%, rgba(9,16,34,.12) 100%); content: ''; }
.hero-backdrops { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero-backdrop { position: absolute; inset: 0; background-position: center; background-size: cover; opacity: 0; transform: scale(1.025); transition: opacity .8s ease, transform 6s ease; }
.hero-backdrop:nth-child(1) { background-image: url('images/industrial-automation.jpg'); }
.hero-backdrop:nth-child(2) { background-image: url('images/smart-city.jpg'); }
.hero-backdrop:nth-child(3) { background-image: url('images/digital-transformation.jpg'); }
.hero-backdrop.is-active { opacity: 1; transform: scale(1); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 740px) minmax(280px, 360px); align-items: center; justify-content: space-between; gap: 64px; padding-block: 76px 64px; }
.hero .eyebrow { color: #ff5a6c; }
.hero-slide-stage { display: grid; }
.hero-slide { grid-area: 1 / 1; opacity: 0; visibility: hidden; transform: translateY(14px); transition: opacity .45s ease, transform .45s ease, visibility .45s; }
.hero-slide.is-active { opacity: 1; visibility: visible; transform: none; }
.hero h1, .hero-slide h2 { max-width: 800px; margin: 0; font: 800 clamp(42px, 5.2vw, 68px)/1.04 'Manrope', sans-serif; letter-spacing: 0; }
.hero h1 span, .hero-slide h2 span { color: #ff5265; }
.hero-copy { max-width: 690px; margin: 23px 0 30px; color: #dce3ee; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border: 1px solid transparent; border-radius: 4px; font-weight: 700; transition: background .2s, border-color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; }
.button-primary:hover { background: var(--red-dark); }
.button-ghost { border-color: rgba(255,255,255,.45); color: #fff; }
.button-ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.button svg, .text-link svg { width: 18px; height: 18px; }
.hero-audience { max-width: 700px; margin: 26px 0 0; color: #aeb9ca; font-size: 13px; }
.hero-audience strong { color: #fff; }
.carousel-controls { display: flex; align-items: center; gap: 13px; margin-top: 22px; }
.carousel-arrow { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; }
.carousel-arrow:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.carousel-arrow svg { width: 15px; }
.carousel-dots { display: flex; align-items: center; gap: 8px; }
.carousel-dot { width: 22px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.35); cursor: pointer; transition: width .25s, background .25s; }
.carousel-dot.is-active { width: 40px; background: var(--red); }
.hero-capabilities { padding: 28px; border: 1px solid rgba(255,255,255,.24); background: rgba(9,16,34,.76); backdrop-filter: blur(14px); }
.capability-label { margin: 0 0 19px; color: #aeb9ca; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.capability-item { display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 13px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.16); }
.capability-item svg { width: 21px; color: #ff5265; }
.capability-item strong, .capability-item span { display: block; }
.capability-item strong { font: 700 17px 'Manrope', sans-serif; }
.capability-item span { color: #b8c2d1; font-size: 12px; }
.capability-result { margin: 10px -28px -28px; padding: 21px 28px; background: var(--red); }
.capability-result span, .capability-result strong { display: block; }
.capability-result span { font-size: 10px; font-weight: 700; text-transform: uppercase; }
.capability-result strong { margin-top: 4px; font: 700 15px/1.35 'Manrope', sans-serif; }

.trust-strip { border-bottom: 1px solid var(--line); background: #fff; }
.trust-inner { min-height: 112px; display: grid; grid-template-columns: 1fr 2.8fr; align-items: center; gap: 40px; }
.trust-label { color: var(--ink-soft); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.logo-row { display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 24px; }
.logo-row img { width: 100%; height: 54px; object-fit: contain; filter: grayscale(1); opacity: .72; transition: filter .2s, opacity .2s; }
.logo-row img:hover { filter: none; opacity: 1; }
.customer-carousel { padding-block: 64px; background: var(--mist); overflow: hidden; }
.customer-carousel-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.customer-carousel-head h2 { max-width: 720px; margin: 0; font: 800 36px/1.14 'Manrope', sans-serif; }
.customer-carousel-controls { display: flex; gap: 8px; }
.customer-carousel-controls button { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--navy); background: var(--navy); color: #fff; cursor: pointer; transition: background .2s, border-color .2s, transform .2s; }
.customer-carousel-controls button:hover { border-color: var(--red); background: var(--red); transform: translateY(-2px); }
.customer-carousel-controls svg { width: 18px; }
.customer-carousel-viewport { width: var(--container); margin-inline: auto; border: 1px solid var(--line); background: #fff; box-shadow: 0 18px 45px rgba(17,27,53,.08); overflow: hidden; }
.customer-carousel-track { display: flex; transition: transform .45s ease; }
.customer-slide { flex: 0 0 25%; min-height: 146px; display: grid; place-items: center; padding: 24px 30px; border-right: 1px solid var(--line); background: #fff; }
.customer-slide img { width: 100%; max-width: 190px; height: 78px; object-fit: contain; transition: transform .25s; }
.customer-slide:hover img { transform: scale(1.05); }

.recognition-band { padding-block: 46px; background: var(--navy); color: #fff; }
.recognition-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); align-items: center; gap: 42px; }
.recognition-heading .eyebrow { color: #ff6576; }
.recognition-heading h2 { margin: 0; font: 800 25px/1.2 'Manrope', sans-serif; }
.recognition-heading > p:last-child { margin: 14px 0 0; color: #b8c2d1; font-size: 13px; line-height: 1.55; }
.recognition-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.recognition-mark, .recognition-award { min-height: 88px; background: #fff; }
.recognition-mark { display: grid; place-items: center; padding: 9px; }
.recognition-mark img { width: 100%; height: 70px; object-fit: contain; }
.recognition-award { display: flex; flex-direction: column; justify-content: center; padding: 12px 14px; border-top: 3px solid var(--red); color: var(--ink); }
.recognition-award span { color: var(--ink-soft); font-size: .66rem; font-weight: 700; text-transform: uppercase; }
.recognition-award strong { margin-top: 5px; font: 800 .78rem/1.35 'Manrope', sans-serif; }

@media (max-width: 1180px) and (min-width: 981px) {
  .brand-copy { display: none; }
  .desktop-nav { gap: 14px; }
}

.priority-section { padding-block: 104px; background: #fff; }
.priority-layout { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 620px; border: 1px solid var(--line); }
.priority-intro { padding: 62px 56px; background: var(--mist); }
.priority-intro h2 { max-width: 500px; margin: 0; font: 800 clamp(36px, 4.5vw, 54px)/1.08 'Manrope', sans-serif; }
.priority-intro > p:not(.eyebrow) { max-width: 510px; margin: 20px 0 36px; color: var(--ink-soft); font-size: 17px; }
.priority-tabs { display: grid; border-top: 1px solid var(--line); }
.priority-tab { min-height: 68px; display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 13px; padding: 0 8px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); text-align: left; font-weight: 700; cursor: pointer; }
.priority-tab::after { width: 8px; height: 8px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; content: ''; transform: rotate(45deg); }
.priority-tab svg { width: 21px; color: var(--ink-soft); stroke-width: 1.8; }
.priority-tab:hover, .priority-tab.is-active { color: var(--red); }
.priority-tab.is-active { padding-left: 17px; background: #fff; box-shadow: inset 3px 0 var(--red); }
.priority-tab.is-active svg { color: var(--red); }
.priority-panels { position: relative; display: grid; overflow: hidden; background: var(--navy); color: #fff; }
.priority-panels::before { position: absolute; right: -110px; bottom: -130px; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.02); content: ''; }
.priority-panel { position: relative; z-index: 1; align-self: center; padding: 66px 72px; }
.priority-panel[hidden] { display: none; }
.priority-index { color: #ff6a7a; font: 700 11px 'Manrope', sans-serif; }
.priority-icon { display: block; width: 42px; height: 42px; margin: 52px 0 27px; color: #ff5366; stroke-width: 1.5; }
.priority-panel h3 { max-width: 590px; margin: 0; font: 800 clamp(30px, 3.4vw, 45px)/1.12 'Manrope', sans-serif; }
.priority-panel > p { max-width: 620px; margin: 22px 0; color: #c8d0dc; font-size: 17px; }
.priority-panel ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 34px 0; padding: 0; background: rgba(255,255,255,.18); list-style: none; }
.priority-panel li { min-height: 88px; display: flex; align-items: center; padding: 17px; background: #182648; font-size: 13px; font-weight: 600; }
.priority-panel .text-link { color: #ff6a7a; }

.section { padding-block: 106px; }
.section-mist { background-color: var(--mist); background-image: linear-gradient(rgba(17,27,53,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(17,27,53,.035) 1px, transparent 1px); background-size: 32px 32px; }
.section-dark { background: var(--navy); color: #fff; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 48px; }
.section-head h2, .story-copy h2, .cta h2 { max-width: 760px; margin: 0; font: 800 clamp(34px, 4vw, 52px)/1.1 'Manrope', sans-serif; letter-spacing: 0; }
.section-head > p { max-width: 420px; margin: 0; color: var(--ink-soft); }
.section-dark .section-head > p { color: #c4ccda; }

.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.solution-card { position: relative; min-height: 330px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.solution-card:hover { z-index: 1; transform: translateY(-7px); box-shadow: var(--shadow); }
.card-number { color: var(--red); font: 700 12px 'Manrope', sans-serif; }
.card-icon { width: 48px; height: 48px; margin: 38px 0 24px; display: grid; place-items: center; background: var(--mist); color: var(--red); border-radius: 4px; }
.card-icon svg { width: 24px; height: 24px; }
.solution-card h3 { margin: 0 0 12px; font: 700 22px/1.25 'Manrope', sans-serif; }
.solution-card p { margin: 0 0 25px; color: var(--ink-soft); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--red); font-size: 14px; font-weight: 700; }

.system-section { padding-block: 98px; border-top: 1px solid var(--line); background: #fff; }
.system-flow { display: grid; grid-template-columns: 1fr 42px 1fr 42px 1fr 42px 1fr; align-items: center; margin-top: 52px; }
.system-flow article { min-height: 245px; padding: 28px; border: 1px solid var(--line); background: #fff; }
.system-flow article > span { color: var(--red); font: 700 11px 'Manrope', sans-serif; }
.system-flow article > svg { display: block; width: 30px; height: 30px; margin: 42px 0 21px; color: var(--red); stroke-width: 1.6; }
.system-flow h3 { margin: 0 0 8px; font: 750 20px 'Manrope', sans-serif; }
.system-flow p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.system-arrow { width: 17px; justify-self: center; color: #9aa6b8; }

.product-section { background: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-card { position: relative; min-height: 275px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; overflow: hidden; transition: background .25s, transform .25s, box-shadow .25s; }
.product-card:hover { z-index: 1; background: var(--mist); transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card > svg { width: 34px; height: 34px; margin-bottom: 38px; color: var(--red); stroke-width: 1.5; }
.product-card h3 { margin: 0 0 11px; font: 750 22px/1.2 'Manrope', sans-serif; }
.product-card p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.product-card > a { position: absolute; right: 28px; bottom: 25px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--red); }
.product-card > a svg { width: 17px; }
.product-card-featured { min-height: 550px; grid-column: span 2; grid-row: span 2; display: grid; padding: 0; background-color: var(--navy); background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 38px 38px; color: #fff; }
.product-card-featured:hover { background: var(--navy); }
.product-card-copy { align-self: center; max-width: 680px; padding: 64px; }
.product-card-copy > span { color: #ff6a7a; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.product-card-copy h3 { margin-top: 18px; font-size: 38px; }
.product-card-copy p { color: #c5cedc; font-size: 16px; }
.product-card-copy ul { margin: 26px 0; padding: 0; list-style: none; }
.product-card-copy li { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 13px; font-weight: 600; }
.product-card-copy .text-link { position: static; width: auto; height: auto; display: inline-flex; border: 0; color: #ff6a7a; }

.outcome-section { padding-block: 100px; background-color: var(--navy); background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 40px 40px; color: #fff; }
.outcome-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.outcome-copy h2 { margin: 0; font: 800 clamp(36px, 4vw, 52px)/1.08 'Manrope', sans-serif; }
.outcome-copy > p:not(.eyebrow) { margin: 21px 0 30px; color: #c3cddd; }
.metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.metric-grid article { min-height: 190px; padding: 30px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.metric-grid strong, .metric-grid span { display: block; }
.metric-grid strong { color: #ff6576; font: 800 40px 'Manrope', sans-serif; }
.metric-grid span { max-width: 190px; margin-top: 34px; color: #d3d9e4; font-size: 13px; font-weight: 600; }

.ecosystem-section { overflow: hidden; }
.ecosystem-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 85px; align-items: center; }
.ecosystem-copy h2 { margin: 0; font: 800 clamp(36px, 4vw, 52px)/1.1 'Manrope', sans-serif; }
.ecosystem-copy > p:not(.eyebrow) { margin: 20px 0 28px; color: var(--ink-soft); font-size: 17px; }
.tech-cloud { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 34px; background: var(--mist); border: 1px solid var(--line); }
.tech-cloud span { min-height: 78px; display: flex; align-items: center; gap: 15px; padding: 18px; background: #fff; border: 1px solid var(--line); font-weight: 700; }
.tech-cloud svg { width: 24px; color: var(--red); stroke-width: 1.6; }

.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.resource-card { min-height: 310px; padding: 34px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); }
.resource-card > span { color: var(--red); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.resource-card h3 { margin: 38px 0 14px; font: 750 23px/1.25 'Manrope', sans-serif; }
.resource-card p { margin: 0; color: var(--ink-soft); }
.resource-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--red); font-size: 13px; font-weight: 700; }
.resource-card a svg { width: 16px; }

.lead-section { padding-block: 100px; background: #fff; }
.lead-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding: 64px; background: var(--navy); color: #fff; }
.lead-copy h2 { margin: 0; font: 800 clamp(36px, 4vw, 52px)/1.08 'Manrope', sans-serif; }
.lead-copy > p:not(.eyebrow) { color: #c5cedc; }
.lead-points { display: grid; gap: 10px; margin-top: 30px; }
.lead-points span { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; }
.lead-points svg { width: 18px; color: #ff6475; }
.lead-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.lead-form label { display: block; margin-bottom: 7px; color: #c5cedc; font-size: 12px; font-weight: 700; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #4c5872; border-radius: 0; background: #182648; color: #fff; }
.lead-form textarea { resize: vertical; }
.lead-form-wide { grid-column: 1 / -1; }
.lead-form button { justify-self: start; }
.form-status { grid-column: 1 / -1; min-height: 20px; margin: 0; color: inherit; font-size: 13px; }
.pdf-gate { width: min(620px, calc(100% - 28px)); max-height: calc(100vh - 28px); padding: 0; border: 0; border-radius: 6px; background: #fff; color: var(--ink); box-shadow: 0 28px 80px rgba(8,15,32,.35); }
.pdf-gate::backdrop { background: rgba(8,15,32,.72); backdrop-filter: blur(4px); }
.pdf-gate-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 30px 32px 0; }
.pdf-gate-head h2 { margin: 0; font: 800 28px/1.2 'Manrope', sans-serif; }
.pdf-gate-close { flex: 0 0 40px; width: 40px; height: 40px; padding: 0; border: 1px solid var(--line); background: #fff; color: var(--ink); font-size: 28px; line-height: 1; cursor: pointer; }
.pdf-gate-copy { margin: 14px 32px 24px; color: var(--ink-soft); }
.pdf-gate form { padding: 0 32px 32px; }
.pdf-gate-fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.pdf-gate label { display: grid; gap: 7px; font-size: 13px; font-weight: 700; }
.pdf-gate input:not([type="checkbox"]) { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #cfd6df; background: #fff; color: var(--ink); }
.pdf-gate-consent { grid-template-columns: auto 1fr; align-items: start; margin: 18px 0; color: var(--ink-soft); font-weight: 500 !important; line-height: 1.45; }
.pdf-gate-consent input { margin-top: 3px; }
.pdf-gate .form-status { margin-top: 12px; color: var(--ink-soft); }
.pdf-access-link { width: max-content; margin-top: 12px; }
.pdf-gate button[disabled] { opacity: .6; cursor: wait; }

.industry-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 62px; align-items: start; }
.industry-sticky { position: sticky; top: 118px; }
.industry-visual { position: relative; min-height: 720px; display: flex; align-items: end; isolation: isolate; overflow: hidden; }
.industry-visual::after { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(7,15,32,.08) 5%, rgba(7,15,32,.46) 48%, rgba(7,15,32,.97) 100%); content: ''; }
.industry-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.01); transition: transform .7s ease; }
.industry-visual:hover .industry-image { transform: scale(1.045); }
.industry-visual-copy { width: 100%; padding: 48px; }
.industry-visual-copy h2 { max-width: 520px; margin: 0 0 20px; font: 800 clamp(38px, 4.5vw, 58px)/1.06 'Manrope', sans-serif; }
.industry-visual-copy > p:not(.eyebrow) { max-width: 500px; margin: 0; color: #d4dbe7; font-size: 17px; }
.industry-signals { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.industry-signals span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.3); background: rgba(8,15,32,.46); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; backdrop-filter: blur(8px); }
.industry-list { border-top: 1px solid rgba(255,255,255,.2); }
.industry-item { display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: 18px; min-height: 91px; border-bottom: 1px solid rgba(255,255,255,.2); transition: background .2s, padding .2s; }
.industry-item:hover { padding-inline: 18px; background: rgba(255,255,255,.055); }
.industry-item span { color: #78859c; font-size: 12px; font-weight: 700; }
.industry-item strong { font: 600 19px 'Manrope', sans-serif; }
.industry-item svg { width: 20px; color: #ff5265; }

.story-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.story-media { position: relative; min-height: 590px; }
.story-media img { width: calc(100% - 64px); height: 540px; object-fit: cover; }
.story-note { position: absolute; right: 0; bottom: 0; width: 260px; padding: 28px; background: var(--red); color: #fff; }
.story-note strong { display: block; font: 800 40px/1 'Manrope', sans-serif; }
.story-note span { display: block; margin-top: 10px; font-size: 14px; }
.story-copy > p { color: var(--ink-soft); font-size: 18px; }
.value-list { margin: 28px 0 34px; padding: 0; list-style: none; }
.value-list li { display: flex; gap: 13px; padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.value-list svg { flex: 0 0 20px; width: 20px; color: var(--teal); }
.button-dark { background: var(--navy); color: #fff; }
.button-dark:hover { background: #202f56; }

.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.2); }
.project-more { display: inline-flex; margin-top: 28px; color: #fff; }
.project-card { min-height: 230px; padding: 35px; background: #182648; color: #fff; text-decoration: none; transition: background .2s, transform .2s; }
.project-card:hover, .project-card:focus-visible { background: #203257; transform: translateY(-3px); }
.project-card .project-client { color: #ff6979; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.project-card h3 { margin: 30px 0 10px; font: 700 24px 'Manrope', sans-serif; }
.project-card p { margin: 0; color: #c4ccda; }

.cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; padding: 60px; background: var(--red); color: #fff; }
.cta p { max-width: 660px; margin: 16px 0 0; color: #ffe8eb; }
.cta .button { background: #fff; color: var(--ink); }

.site-footer { padding-top: 78px; background: #0b1225; color: #aeb8ca; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 60px; padding-bottom: 60px; }
.footer-brand img { width: 132px; background: #fff; padding: 8px; }
.footer-brand p { max-width: 340px; }
.site-footer h3 { margin: 0 0 20px; color: #fff; font: 700 15px 'Manrope', sans-serif; }
.footer-links { display: grid; gap: 10px; font-size: 14px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 22px; border-top: 1px solid #27314a; font-size: 13px; }
.socials { display: flex; align-items: center; gap: 10px; }
.socials a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #43506a; border-radius: 50%; color: #aeb8ca; font-size: 15px; transition: border-color .2s, background .2s, color .2s, transform .2s; }
.socials a:hover { border-color: var(--red); background: var(--red); color: #fff; transform: translateY(-2px); }
.socials i { line-height: 1; }

.back-to-top { position: fixed; right: max(22px, calc((100vw - 1180px) / 2)); bottom: 22px; z-index: 90; width: 48px; height: 48px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 3px; background: var(--navy); color: #fff; box-shadow: 0 12px 30px rgba(11,18,37,.24); opacity: 0; visibility: hidden; transform: translateY(12px); cursor: pointer; transition: opacity .2s, transform .2s, background .2s; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.back-to-top:hover { background: var(--red); }
.back-to-top svg { width: 21px; height: 21px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .desktop-nav { display: none; position: fixed; inset: 123px 0 auto; max-height: calc(100vh - 123px); padding: 28px 20px 36px; background: #fff; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 4px; box-shadow: var(--shadow); overflow-y: auto; overscroll-behavior: contain; }
  .desktop-nav.is-open { display: flex; }
  .desktop-nav > a:not(.nav-cta) { padding: 14px; }
  .desktop-nav > a:not(.nav-cta)::after { display: none; }
  .nav-group { position: relative; }
  .nav-trigger { width: 100%; min-height: 48px; justify-content: space-between; padding: 8px 14px; }
  .mega-menu, .mega-about { position: static; display: none; grid-template-columns: 1fr; padding: 0; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .nav-group.is-open .mega-menu { display: grid; }
  .mega-intro { display: none; }
  .mega-column { min-height: 0; padding: 15px 22px; border: 0; border-left: 2px solid var(--red); background: var(--mist); }
  .mega-column + .mega-column { padding-top: 5px; }
  .mega-column h2 { margin-bottom: 7px; }
  .mega-column a { padding: 7px 0; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .nav-blog { text-align: center; }
  .menu-toggle { display: grid; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-capabilities { max-width: 540px; }
  .trust-inner { grid-template-columns: 1fr; gap: 22px; padding-block: 30px; }
  .recognition-layout { grid-template-columns: 1fr; gap: 26px; }
  .recognition-heading { max-width: 520px; }
  .recognition-grid { grid-template-columns: repeat(5, 1fr); }
  .customer-slide { flex-basis: 50%; }
  .priority-layout { grid-template-columns: 1fr; }
  .priority-panel { min-height: 560px; }
  .system-flow { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .system-flow .system-arrow { display: none; }
  .outcome-layout, .ecosystem-layout, .lead-layout { grid-template-columns: 1fr; gap: 45px; }
  .solution-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-layout, .story-grid { grid-template-columns: 1fr; gap: 38px; }
  .industry-sticky { position: static; }
  .industry-visual { min-height: 580px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 28px, 1180px); }
  .topbar-inner { min-height: 34px; justify-content: center; }
  .topbar-inner > span, .topbar-links > a:first-child { display: none; }
  .topbar-links { width: 100%; justify-content: space-between; gap: 8px; font-size: 10px; }
  .topbar-call { gap: 3px; }
  .nav-wrap { height: 74px; }
  .brand img { width: 102px; }
  .brand-copy { display: none; }
  .desktop-nav { top: 108px; }
  .desktop-nav { max-height: calc(100vh - 108px); }
  .hero { min-height: auto; }
  .hero-grid { padding-block: 58px 50px; gap: 36px; }
  .hero h1, .hero-slide h2 { font-size: 40px; }
  .hero-copy { font-size: 16px; }
  .hero-audience { line-height: 1.75; }
  .carousel-controls { margin-top: 18px; }
  .hero-capabilities { padding: 22px; }
  .capability-result { margin: 8px -22px -22px; padding: 18px 22px; }
  .logo-row { grid-template-columns: repeat(2, 1fr); }
  .customer-carousel { padding-block: 48px; }
  .customer-carousel-head { display: grid; grid-template-columns: 1fr; align-items: flex-start; }
  .customer-carousel-head h2 { font-size: 25px; }
  .customer-carousel-controls { justify-self: end; }
  .customer-slide { flex-basis: 100%; }
  .recognition-band { padding-block: 38px; }
  .recognition-grid { grid-template-columns: repeat(2, 1fr); }
  .priority-section { padding-block: 70px; }
  .priority-intro { padding: 38px 24px; }
  .priority-intro h2 { font-size: 36px; }
  .priority-panel { min-height: 0; padding: 42px 24px; }
  .priority-icon { margin-top: 36px; }
  .priority-panel h3 { font-size: 30px; }
  .priority-panel ul { grid-template-columns: 1fr; }
  .priority-panel li { min-height: 58px; }
  .section { padding-block: 76px; }
  .system-section { padding-block: 72px; }
  .system-flow { grid-template-columns: 1fr; margin-top: 34px; }
  .system-flow article { min-height: 0; }
  .system-flow article > svg { margin-block: 28px 16px; }
  .product-grid, .resource-grid, .metric-grid, .tech-cloud { grid-template-columns: 1fr; }
  .product-card-featured { grid-column: auto; grid-row: auto; min-height: 0; }
  .product-card-copy { padding: 34px 24px; }
  .product-card-copy h3 { font-size: 31px; }
  .product-card { min-height: 245px; }
  .outcome-section, .lead-section { padding-block: 72px; }
  .metric-grid article { min-height: 150px; }
  .metric-grid span { margin-top: 18px; }
  .tech-cloud { padding: 18px; }
  .lead-layout { padding: 38px 24px; }
  .lead-form { grid-template-columns: 1fr; }
  .lead-form-wide { grid-column: auto; }
  .pdf-gate-fields { grid-template-columns: 1fr; }
  .pdf-gate-head { padding: 24px 22px 0; }
  .pdf-gate-head h2 { font-size: 23px; }
  .pdf-gate-copy { margin-inline: 22px; }
  .pdf-gate form { padding: 0 22px 24px; }
  .section-head { display: block; margin-bottom: 34px; }
  .section-head > p { margin-top: 18px; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 285px; }
  .industry-item { grid-template-columns: 38px 1fr auto; }
  .industry-visual { min-height: 520px; }
  .industry-visual-copy { padding: 32px 24px; }
  .industry-visual-copy h2 { font-size: 40px; }
  .industry-visual-copy > p:not(.eyebrow) { font-size: 15px; }
  .story-media { min-height: 440px; }
  .story-media img { height: 410px; width: calc(100% - 35px); }
  .story-note { width: 210px; padding: 22px; }
  .project-grid { grid-template-columns: 1fr; }
  .cta { grid-template-columns: 1fr; padding: 38px 26px; }
  .cta .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; }
  .socials { gap: 8px; }
  .socials a { width: 38px; height: 38px; }
  .back-to-top { right: 14px; bottom: 14px; width: 44px; height: 44px; }
}

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