:root {
  --navy: #092e50;
  --navy-2: #0f3d65;
  --blue: #17679f;
  --sky: #d8eaf6;
  --ink: #132d42;
  --muted: #5f7280;
  --line: #d8e1e7;
  --paper: #f7f8f6;
  --white: #ffffff;
  --copper: #b87843;
  --copper-soft: #f0e2d5;
  --font-display: "Manrope", "Segoe UI", sans-serif;
  --font-body: "DM Sans", "Segoe UI", sans-serif;
  --shadow: 0 28px 70px rgba(8, 43, 73, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.skip-link { position: fixed; top: 12px; left: 12px; transform: translateY(-180%); background: white; padding: 10px 14px; z-index: 1000; border-radius: 4px; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(247,248,246,.92); border-bottom: 1px solid rgba(216,225,231,.8); backdrop-filter: blur(18px); }
.nav-shell { height: 76px; width: min(1280px, calc(100% - 48px)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--blue); }
.brand-mark svg { width: 100%; height: 100%; }
.brand-name { font-family: var(--font-display); font-weight: 800; font-size: 22px; letter-spacing: -.05em; color: var(--navy); }
.brand-name span { color: var(--copper); }
.desktop-nav { display: flex; gap: 34px; margin-left: auto; }
.desktop-nav a { font-size: 14px; font-weight: 600; color: #314d62; transition: color .2s; }
.desktop-nav a:hover { color: var(--blue); }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; background: var(--navy); color: white; font-weight: 700; font-size: 15px; border: 1px solid var(--navy); transition: .25s ease; }
.button:hover { background: var(--blue); border-color: var(--blue); transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 18px; font-size: 14px; margin-left: 10px; }
.menu-toggle, .mobile-menu { display: none; }

.hero { overflow: hidden; padding-top: 42px; background: radial-gradient(circle at 86% 10%, rgba(153,202,234,.28), transparent 26%), var(--paper); }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 74px; padding-bottom: 58px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: block; width: 24px; height: 2px; background: var(--copper); }
h1, h2, h3 { margin: 0; font-family: var(--font-display); line-height: 1.08; letter-spacing: -.045em; }
h1 { margin-top: 25px; font-size: clamp(42px, 4.3vw, 62px); font-weight: 700; color: var(--navy); text-wrap: balance; }
h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: #4d6577; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.text-link { font-weight: 700; color: var(--navy); border-bottom: 1px solid #b8c7d1; padding: 10px 0 7px; }
.text-link span { margin-left: 10px; color: var(--copper); }
.hero-proof { margin-top: 46px; padding-top: 25px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.hero-proof div { display: flex; flex-direction: column; gap: 3px; }
.hero-proof strong { font-size: 14px; color: var(--navy); }
.hero-proof span { color: var(--muted); font-size: 13px; line-height: 1.35; }

.hero-system { background: var(--navy); color: white; box-shadow: 26px 28px 0 #dceaf2, var(--shadow); position: relative; min-height: 570px; padding: 24px; }
.hero-system:after { content: ""; position: absolute; width: 118px; height: 118px; border: 1px solid rgba(184,120,67,.38); top: -23px; right: -23px; z-index: -1; }
.system-topline { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 14px; font-weight: 700; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #7dc6ed; box-shadow: 0 0 0 5px rgba(125,198,237,.12); }
.status-chip { margin-left: auto; border: 1px solid rgba(255,255,255,.18); padding: 5px 9px; color: #b8d7eb; font-size: 11px; }
.context-streams { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 18px; }
.context-streams span { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); text-align: center; padding: 8px 4px; font-size: 11px; color: #bdd2e1; }
.intelligence-core { height: 300px; position: relative; display: grid; place-items: center; overflow: hidden; }
.core-node { width: 142px; height: 142px; border-radius: 50%; display: grid; align-content: center; justify-items: center; position: relative; z-index: 3; background: #f8fafb; color: var(--navy); text-align: center; box-shadow: 0 0 0 14px rgba(110,179,222,.1); }
.core-node strong { font-family: var(--font-display); font-size: 14px; line-height: 1.28; }
.core-icon { display: grid; place-items: center; width: 32px; height: 32px; background: var(--navy); color: white; margin-bottom: 8px; font-weight: 800; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(144,199,230,.2); }
.orbit-one { width: 265px; height: 265px; }
.orbit-two { width: 390px; height: 205px; transform: rotate(-12deg); }
.satellite { position: absolute; z-index: 4; padding: 7px 10px; background: #174d77; border: 1px solid rgba(147,198,230,.35); color: #d7ecf8; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.sat-one { top: 37px; left: 75px; }.sat-two { top: 52px; right: 60px; }.sat-three { bottom: 39px; right: 67px; }.sat-four { bottom: 55px; left: 63px; }
.system-output { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.12); }
.system-output div { display: flex; gap: 8px; padding: 18px 12px 4px; border-right: 1px solid rgba(255,255,255,.1); }
.system-output div:last-child { border: 0; }
.system-output span { color: #79b9df; font-size: 10px; font-weight: 700; }
.system-output p { margin: 0; font-size: 12px; line-height: 1.5; color: #a9c1d1; }
.system-output strong { display: block; color: white; font-size: 14px; line-height: 1.4; margin-bottom: 5px; }
.industry-ribbon { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.ribbon-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 13px; overflow: hidden; white-space: nowrap; }
.ribbon-inner > span { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: #8b9aa5; }
.ribbon-inner strong { font-size: 13px; color: #3a566a; }
.ribbon-inner i { width: 3px; height: 3px; border-radius: 50%; background: var(--copper); }

.section-intro { max-width: 820px; }
.section-intro h2, .suite-heading h2, .governance-copy h2 { margin-top: 22px; color: var(--navy); font-size: clamp(38px, 4.3vw, 58px); }
.section-intro > p { margin: 25px 0 0; max-width: 710px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.gap-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 62px; background: var(--line); border: 1px solid var(--line); }
.gap-grid article { min-height: 300px; padding: 30px 26px; background: white; display: flex; flex-direction: column; }
.card-index { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.gap-grid h3 { margin-top: auto; padding-top: 70px; color: var(--navy); font-size: 22px; }
.gap-grid p { margin: 15px 0 0; color: var(--muted); font-size: 15px; }
.gap-grid .accent-card { background: var(--navy); }
.gap-grid .accent-card .card-index { color: #80bee3; }
.gap-grid .accent-card h3 { color: white; }
.gap-grid .accent-card p { color: #bdd0dd; }

.platform { background: var(--navy); color: white; }
.section-intro.light h2 { color: white; }
.section-intro.light > p { color: #b8cedc; }
.section-intro.light .eyebrow { color: #8cc5e7; }
.platform-map { display: grid; grid-template-columns: .92fr 55px 1.38fr 55px 1fr; align-items: stretch; margin-top: 66px; }
.map-column, .map-core { background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.13); padding: 20px; }
.map-label { color: #82bfe3; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 20px; }
.source-row { display: grid; grid-template-columns: 45px 1fr; align-items: center; gap: 10px; min-height: 51px; border-top: 1px solid rgba(255,255,255,.09); }
.source-row span { color: #82bfe3; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.source-row strong { font-size: 14px; font-weight: 600; color: #e4eef4; }
.map-flow { display: flex; flex-direction: column; align-items: center; justify-content: space-around; color: #6caed5; opacity: .55; }
.map-core { background: #103b60; }
.graph-stage { position: relative; height: 300px; }
.graph-stage svg { width: 100%; height: 100%; }
.graph-tag { position: absolute; font-size: 9px; color: #bcd5e5; background: #123f67; padding: 3px 5px; }
.tag-one { top: 18px; left: 4px; }.tag-two { top: 16px; right: 4px; }.tag-three { bottom: 12px; left: 7px; }.tag-four { bottom: 16px; right: 12px; }
.core-capabilities { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.1); padding-top: 17px; gap: 5px; }
.core-capabilities span { text-align: center; font-size: 12px; color: #d0e4ef; overflow-wrap: anywhere; }
.outcome-row { min-height: 68px; display: grid; grid-template-columns: 27px 1fr; gap: 10px; align-items: center; border-top: 1px solid rgba(255,255,255,.09); }
.outcome-row b { color: #79b7db; font-size: 10px; }
.outcome-row span { color: #aac2d1; font-size: 12px; line-height: 1.5; padding: 10px 0; }
.outcome-row strong { display: block; color: white; font-size: 14px; margin-bottom: 3px; }
.workflow-strip { margin-top: 28px; display: flex; align-items: center; justify-content: center; gap: 22px; color: #b7ccda; font-size: 12px; text-transform: uppercase; letter-spacing: .07em; }
.workflow-strip span { display: flex; align-items: center; gap: 8px; }
.workflow-strip b { color: #77b9df; }
.workflow-strip i { width: 36px; height: 1px; background: rgba(255,255,255,.18); }

.suite-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.suite-heading > p { max-width: 430px; margin: 0 0 3px; color: var(--muted); font-size: 17px; }
.suite-layout { margin-top: 60px; display: grid; grid-template-columns: 310px 1fr; min-height: 490px; border: 1px solid var(--line); background: white; box-shadow: 0 24px 60px rgba(22,61,92,.08); }
.suite-tabs { display: flex; flex-direction: column; background: #f0f4f5; border-right: 1px solid var(--line); padding: 16px; gap: 4px; }
.suite-tab { flex: 1; border: 0; background: transparent; color: #4c6577; display: flex; align-items: center; gap: 18px; padding: 0 19px; text-align: left; cursor: pointer; font-weight: 700; transition: .2s; }
.suite-tab span { color: #93a5b0; font-size: 10px; }
.suite-tab:hover { background: white; color: var(--navy); }
.suite-tab.active { background: var(--navy); color: white; }
.suite-tab.active span { color: #80bde0; }
.suite-panel { position: relative; padding: 58px 64px 48px; overflow: hidden; }
.suite-panel:after { content:""; position: absolute; width: 280px; height: 280px; border-radius: 50%; border: 1px solid #e3eaee; right: -130px; top: -130px; box-shadow: 0 0 0 44px rgba(232,239,243,.35),0 0 0 88px rgba(232,239,243,.2); }
.suite-panel-top { display: flex; align-items: center; gap: 14px; color: var(--blue); text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.suite-number { background: var(--copper-soft); color: var(--copper); padding: 5px 8px; }
.suite-panel h3 { max-width: 650px; margin-top: 28px; color: var(--navy); font-size: clamp(30px, 4vw, 48px); }
.suite-panel > p { max-width: 680px; margin: 22px 0 0; color: var(--muted); font-size: 17px; }
.suite-capabilities { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 29px; }
.suite-capabilities span { padding: 9px 12px; border: 1px solid #ccdae3; color: #31546d; background: #f8fafb; font-size: 14px; font-weight: 600; }
.suite-example { max-width: 650px; margin-top: 35px; padding-top: 20px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 120px 1fr; gap: 20px; }
.suite-example span { color: var(--copper); text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.suite-example p { margin: 0; color: #29475d; font-weight: 600; font-size: 14px; }

.governance { background: #edf2f4; }
.governance-grid { display: grid; grid-template-columns: 1fr .92fr; gap: 90px; align-items: center; }
.governance-copy > p { max-width: 570px; margin: 25px 0 0; color: var(--muted); font-size: 18px; }
.guardrails { margin-top: 36px; border-top: 1px solid #ccd8df; }
.guardrails > div { display: grid; grid-template-columns: 34px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid #ccd8df; }
.guardrails span { color: var(--blue); font-weight: 800; font-size: 11px; }
.guardrails p { margin: 0; color: var(--muted); font-size: 14px; }
.guardrails strong { color: var(--navy); display: block; font-size: 15px; }
.review-card { background: white; padding: 25px; box-shadow: var(--shadow); border-top: 4px solid var(--blue); }
.review-header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.review-header span { color: var(--muted); font-size: 12px; }
.review-header b { color: var(--navy); font-size: 12px; }
.review-item { display: grid; grid-template-columns: 34px 1fr auto; gap: 12px; align-items: center; padding: 21px 0; border-bottom: 1px solid var(--line); }
.check, .flag { width: 28px; height: 28px; display: grid; place-items: center; background: #e3f2ed; color: #26765e; font-weight: 800; font-size: 12px; }
.flag { background: #f7eadf; color: #a9622d; }
.review-item strong { display:block; font-size: 14px; color: var(--navy); }
.review-item small { color: var(--muted); font-size: 12px; }
.review-item em { font-size: 10px; font-style: normal; font-weight: 800; color: #26765e; text-transform: uppercase; letter-spacing: .07em; }
.review-item.attention em { color: #a9622d; }
.review-history { display: flex; justify-content: space-between; align-items: center; gap: 7px; padding: 25px 5px; font-size: 10px; color: #7a8e9c; text-transform: uppercase; letter-spacing: .04em; }
.review-history strong { color: var(--navy); }
.review-history i { font-style: normal; color: var(--copper); }
.approval-button { width: 100%; height: 52px; border: 0; background: var(--navy); color: white; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; font-weight: 700; cursor: pointer; }
.approval-button:hover { background: var(--blue); }

.industry-grid { display: grid; grid-template-columns: repeat(7, 1fr); margin-top: 58px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.industry-grid article { min-height: 230px; padding: 22px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.industry-grid article:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(18,55,82,.09); z-index: 2; }
.industry-symbol { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #b8cfdd; color: var(--blue); font-size: 10px; font-weight: 800; }
.industry-grid h3 { margin-top: auto; font-size: 17px; color: var(--navy); letter-spacing: -.03em; }
.industry-grid p { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

.deployment { background: var(--navy); }
.deployment-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: center; }
.deployment-options { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.deployment-options span { border: 1px solid rgba(255,255,255,.18); color: #c4d8e5; padding: 8px 10px; font-size: 11px; }
.toolchain-card { background: white; color: var(--ink); padding: 28px; }
.toolchain-title { display: flex; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); font-size: 11px; color: var(--muted); }
.toolchain-title b { color: var(--blue); }
.tool-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; margin-top: 20px; }
.tool-grid span { min-height: 65px; display: grid; place-items: center; text-align: center; background: #f0f4f6; border: 1px solid #e1e8ec; color: #36576d; font-size: 11px; font-weight: 700; line-height: 1.2; }
.connector-line { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; margin: 23px 0; color: var(--copper); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.connector-line span { height: 1px; background: #d7b99d; }
.ide-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.ide-row span { min-height: 45px; display: grid; place-items: center; background: var(--navy); color: white; font-size: 10px; }
.ide-row strong { grid-column: 1/-1; text-align: center; color: var(--muted); font-size: 10px; font-weight: 500; padding-top: 5px; }

.contact { background: #165f92; color: white; }
.contact-inner { min-height: 390px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; }
.contact .eyebrow { color: #c1e3f5; }
.contact .eyebrow span { background: #e0a170; }
.contact h2 { margin-top: 22px; color: white; font-size: clamp(38px, 4.5vw, 60px); }
.contact p { margin: 22px 0 0; max-width: 650px; color: #cbe2f0; font-size: 17px; }
.contact-action { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.button-light { background: white; border-color: white; color: var(--navy); min-height: 58px; }
.button-light:hover { background: #e8f3f9; border-color: #e8f3f9; }
.contact-action > span { color: #b9d9eb; font-size: 12px; }

footer { background: #07243d; color: white; }
.footer-inner { min-height: 150px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-brand .brand-name { color: white; }
.footer-brand .brand-mark { color: #78b8de; }
.footer-inner p { color: #96b3c6; font-size: 12px; }
.footer-inner > div { justify-self: end; display: flex; flex-direction: column; align-items: flex-end; color: #7999ae; font-size: 11px; }
.footer-inner > div a { color: #a9c9dc; }

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

@media (max-width: 1060px) {
  .desktop-nav { gap: 20px; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; padding-top: 50px; }
  .hero-copy { max-width: 780px; }
  .hero-system { width: min(680px, 100%); }
  .ribbon-inner { justify-content: flex-start; overflow-x: auto; }
  .gap-grid { grid-template-columns: repeat(2,1fr); }
  .platform-map { grid-template-columns: 1fr 1.2fr 1fr; gap: 16px; }
  .platform-map > .map-flow { display: none; }
  .industry-grid { grid-template-columns: repeat(4,1fr); }
  .governance-grid, .deployment-grid { gap: 50px; }
}

@media (max-width: 820px) {
  .shell, .nav-shell { width: min(100% - 32px, 1180px); }
  .section-pad { padding: 80px 0; }
  .desktop-nav, .site-header .button-small { display: none; }
  .menu-toggle { width: 42px; height: 42px; border: 1px solid var(--line); background: white; display: grid; align-content: center; gap: 6px; padding: 0 11px; }
  .menu-toggle span { display:block; height: 2px; background: var(--navy); }
  .mobile-menu { display: none; padding: 0 16px 16px; background: var(--paper); }
  .mobile-menu.open { display: grid; }
  .mobile-menu a { padding: 13px 5px; border-top: 1px solid var(--line); font-weight: 700; }
  .hero { padding-top: 0; }
  .hero-grid { min-height: 0; padding-top: 62px; padding-bottom: 75px; }
  h1 { font-size: clamp(43px, 12vw, 66px); }
  .hero-system { box-shadow: 14px 16px 0 #dceaf2; }
  .suite-heading { display: block; }
  .suite-heading > p { margin-top: 20px; }
  .suite-layout { grid-template-columns: 1fr; }
  .platform-map { grid-template-columns: 1fr; }
  .suite-tabs { flex-direction: row; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .suite-tab { min-width: 150px; min-height: 58px; }
  .governance-grid, .deployment-grid, .contact-inner { grid-template-columns: 1fr; gap: 55px; }
  .contact-inner { padding: 80px 0; }
  .industry-grid { grid-template-columns: repeat(2,1fr); }
  .industry-grid article { min-height: 190px; }
  .footer-inner { grid-template-columns: 1fr; padding: 38px 0; gap: 15px; }
  .footer-inner > div { justify-self: start; align-items: flex-start; }
}

@media (max-width: 560px) {
  .nav-shell { height: 68px; }
  .brand-name { font-size: 20px; }
  .brand-mark { width: 34px; height: 34px; }
  .hero-grid { padding-top: 48px; }
  h1 { font-size: 42px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .text-link { width: max-content; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-system { min-height: 520px; padding: 17px; }
  .context-streams { grid-template-columns: repeat(2,1fr); }
  .intelligence-core { height: 270px; }
  .system-output div { padding: 13px 6px 2px; }
  .system-output { grid-template-columns: 1fr; }
  .system-output div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); padding: 14px 6px; }
  .sat-one { left: 18px; }.sat-two { right: 15px; }.sat-three { right: 20px; }.sat-four { left: 17px; }
  .gap-grid { grid-template-columns: 1fr; }
  .gap-grid article { min-height: 230px; }
  .gap-grid h3 { padding-top: 40px; }
  .platform-map { grid-template-columns: 1fr; gap: 18px; }
  .platform-map .map-flow { display: none; }
  .map-column.sources { display: block; }
  .workflow-strip { justify-content: flex-start; overflow-x: auto; padding-bottom: 8px; }
  .workflow-strip i { min-width: 20px; }
  .suite-panel { padding: 40px 25px; }
  .suite-example { grid-template-columns: 1fr; gap: 7px; }
  .review-card { padding: 18px; }
  .review-history { align-items: flex-start; flex-direction: column; }
  .review-history i { transform: rotate(90deg); }
  .industry-grid { grid-template-columns: 1fr 1fr; }
  .tool-grid { grid-template-columns: repeat(2,1fr); }
  .ide-row { grid-template-columns: 1fr; }
  .contact-action .button { width: 100%; }
}

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