:root {
  --ink: #0b1220;
  --ink-2: #111a2c;
  --muted: #586a84;
  --muted-2: #8190a7;
  --blue: #2f6df6;
  --blue-700: #1e55ce;
  --green: #0a9d73;
  --teal: #087f8c;
  --canvas: #f5f8fc;
  --line: #dfe7f2;
  --white: #fff;
  --max: 1240px;
  --max-wide: 1440px;
  --display: "Sora", system-ui, sans-serif;
  --body: "Inter", system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  --shadow: 0 18px 54px rgba(11, 18, 32, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 142px; }
body { margin: 0; color: var(--ink-2); background: var(--white); font-family: var(--body); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
h1, h2, h3 { margin: 0; color: var(--ink); font-family: var(--display); line-height: 1.08; letter-spacing: 0; }
p { margin: 0; }
.wrap { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.wrap-wide { width: min(var(--max-wide), calc(100% - 48px)); margin: 0 auto; }
.eyebrow { display: inline-block; margin-bottom: 18px; color: var(--blue); font-family: var(--mono); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 8px; font-weight: 700; transition: transform .18s, box-shadow .18s, background .18s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--blue); box-shadow: 0 12px 28px rgba(47, 109, 246, .26); }
.btn-primary:hover { background: var(--blue-700); }
.btn-light { color: var(--ink); background: #fff; border-color: rgba(255,255,255,.55); }

header { position: sticky; top: 0; z-index: 90; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 24px; }
.logo { display: flex; align-items: center; gap: 11px; font-family: var(--display); font-size: 20px; font-weight: 700; }
.logo .mark { width: 34px; height: 34px; }
.logo .mark img { height: 100%; object-fit: contain; }
.navlinks { display: flex; align-items: center; justify-content: center; gap: 30px; }
.navlinks a { color: var(--muted); font-size: 15px; font-weight: 500; }
.navlinks a:hover, .navlinks a.active { color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.nav-actions .login { font-weight: 700; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--ink); }
.mobile-nav { display: none; }

.industry-hero { position: relative; min-height: 650px; display: grid; align-items: end; overflow: hidden; background: #dfe8ef; }
.industry-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.industry-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,18,38,.90) 0%, rgba(7,18,38,.72) 43%, rgba(7,18,38,.12) 76%); }
.hero-copy { position: relative; z-index: 1; max-width: 790px; padding: 58px 0 42px; color: #fff; }
.hero-copy .eyebrow { color: #85b4ff; }
.hero-copy h1 { max-width: 17ch; color: #fff; font-size: clamp(42px, 4.7vw, 62px); }
.hero-copy p { max-width: 61ch; margin-top: 18px; color: #dce7f7; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.22); }
.hero-proof strong { display: block; color: #fff; font-family: var(--display); font-size: 22px; }
.hero-proof span { color: #aebed4; font-size: 13px; }

.sector-nav { position: sticky; top: 72px; z-index: 70; background: #fff; border-bottom: 1px solid var(--line); }
.sector-nav .wrap { display: flex; gap: 8px; padding-block: 12px; overflow-x: auto; scrollbar-width: none; }
.sector-nav .wrap::-webkit-scrollbar { display: none; }
.sector-nav a { flex: 0 0 auto; padding: 8px 12px; color: var(--muted); border-radius: 6px; font-size: 13px; font-weight: 700; }
.sector-nav a:hover { color: var(--blue); background: #eef4ff; }

.intro { padding: 90px 0 74px; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 76px; align-items: start; }
.intro h2 { max-width: 13ch; font-size: clamp(34px, 4vw, 50px); }
.intro-copy { color: var(--muted); font-size: 17px; }
.intro-copy p + p { margin-top: 18px; }
.boundary { margin-top: 24px; padding: 18px 20px; color: #31425c; background: #eef4fb; border-left: 4px solid var(--blue); }
.capability-line { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; margin-top: 62px; background: var(--line); border: 1px solid var(--line); }
.capability-line div { min-height: 118px; padding: 20px 16px; background: #fff; }
.capability-line strong { display: block; margin-bottom: 7px; font-family: var(--display); font-size: 14px; }
.capability-line span { color: var(--muted); font-size: 13px; }

.sector { padding: 86px 0; border-top: 1px solid var(--line); }
.sector.alt { background: var(--canvas); }
.sector-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .92fr); gap: 68px; align-items: center; }
.sector.reverse .sector-copy { order: 2; }
.sector.reverse .sector-media { order: 1; }
.sector h2 { max-width: 16ch; font-size: clamp(32px, 4vw, 46px); }
.sector-lead { max-width: 61ch; margin-top: 18px; color: var(--muted); font-size: 17px; }
.fit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; margin: 28px 0 0; padding: 0; list-style: none; }
.fit-list li { position: relative; padding: 12px 0 12px 24px; border-top: 1px solid var(--line); color: #31425c; font-size: 14px; }
.fit-list li::before { content: ""; position: absolute; left: 2px; top: 19px; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.sector-media { min-height: 440px; overflow: hidden; border-radius: 8px; box-shadow: var(--shadow); }
.sector-media img { height: 100%; min-height: 440px; object-fit: cover; }
.coverage-note { display: inline-flex; margin-top: 24px; color: var(--blue); font-family: var(--mono); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.coverage { padding: 92px 0; background: #0b1528; color: #fff; }
.coverage-head { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: end; margin-bottom: 42px; }
.coverage .eyebrow { color: #85b4ff; }
.coverage h2 { color: #fff; font-size: clamp(34px, 4vw, 50px); }
.coverage-head p { color: #aebed4; font-size: 17px; }
.coverage details { --type-accent: #76a7ff; --type-soft: rgba(61,124,255,.16); border-top: 1px solid rgba(255,255,255,.14); }
.coverage details:nth-of-type(2) { --type-accent: #39c8bd; --type-soft: rgba(57,200,189,.14); }
.coverage details:nth-of-type(3) { --type-accent: #ffb84d; --type-soft: rgba(255,184,77,.14); }
.coverage details:nth-of-type(4) { --type-accent: #a889ff; --type-soft: rgba(168,137,255,.15); }
.coverage details:nth-of-type(5) { --type-accent: #65b5ff; --type-soft: rgba(101,181,255,.14); }
.coverage details:nth-of-type(6) { --type-accent: #49d08c; --type-soft: rgba(73,208,140,.14); }
.coverage details:nth-of-type(7) { --type-accent: #ff8e73; --type-soft: rgba(255,142,115,.14); }
.coverage details:nth-of-type(8) { --type-accent: #d58dff; --type-soft: rgba(213,141,255,.14); }
.coverage details:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.coverage summary { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto 24px; gap: 14px; align-items: center; padding: 20px 4px; cursor: pointer; list-style: none; font-family: var(--display); font-size: 18px; font-weight: 700; }
.coverage summary::-webkit-details-marker { display: none; }
.coverage summary > strong { color: #fff; font-size: 18px; }
.coverage summary > span { color: var(--type-accent); font-family: var(--mono); font-size: 12px; }
.coverage summary::after { content: "+"; color: #85b4ff; font-size: 24px; font-weight: 400; }
.coverage details[open] summary::after { content: "-"; }
.coverage details[open] summary > strong { color: var(--type-accent); }
.industry-type-icon { width: 38px; height: 38px; padding: 8px; color: var(--type-accent); background: var(--type-soft); border: 1px solid color-mix(in srgb, var(--type-accent) 32%, transparent); border-radius: 7px; stroke: currentColor; stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.type-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; padding: 2px 4px 30px; }
.type-list > span { min-height: 88px; display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 13px; align-items: center; padding: 13px; color: #fff; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.13); border-radius: 7px; transition: background .18s, border-color .18s, transform .18s; }
.type-list > span:hover { background: rgba(255,255,255,.075); border-color: color-mix(in srgb, var(--type-accent) 50%, transparent); transform: translateY(-2px); }
.type-list .industry-type-icon { width: 44px; height: 44px; padding: 10px; }
.type-copy { min-width: 0; }
.type-copy strong { display: block; color: #f7f9fd; font-family: var(--display); font-size: 13.5px; line-height: 1.3; }
.type-copy small { display: block; margin-top: 5px; color: #95a7c2; font-size: 11.5px; line-height: 1.35; }

.next-step { padding: 88px 0; text-align: center; }
.next-step h2 { max-width: 20ch; margin: 0 auto; font-size: clamp(34px, 4vw, 48px); }
.next-step p { max-width: 58ch; margin: 18px auto 0; color: var(--muted); font-size: 17px; }
.next-step .hero-actions { justify-content: center; }

footer { background: var(--ink); color: #9db0cc; padding: 64px 0 30px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 36px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1); }
.foot-about .logo { color: #fff; margin-bottom: 16px; }
.foot-about p { max-width: 38ch; font-size: 13.5px; }
footer h5 { margin: 0 0 16px; color: #fff; font-family: var(--display); font-size: 14px; }
footer ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
footer a { font-size: 13.5px; }
footer a:hover { color: #fff; }
.foot-bottom { padding-top: 26px; color: #6e7fa0; font-size: 12.5px; text-align: center; }

@media (max-width: 1050px) {
  .navlinks { gap: 18px; }
  .capability-line { grid-template-columns: repeat(3, 1fr); }
  .sector-grid { gap: 42px; }
  .type-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 72px; }
  .wrap, .wrap-wide { width: min(100% - 36px, var(--max)); }
  .navlinks, .nav-actions .login, .nav-actions .btn { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { position: fixed; inset: 72px 0 0; z-index: 85; flex-direction: column; gap: 4px; padding: 24px 20px; background: #fff; }
  .mobile-nav.open { display: flex; }
  .mobile-nav a { padding: 13px 2px; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 18px; font-weight: 700; }
  .industry-hero { min-height: 740px; align-items: end; }
  .industry-hero > img { object-position: 63% center; }
  .industry-hero::after { background: linear-gradient(180deg, rgba(7,18,38,.18) 0%, rgba(7,18,38,.92) 72%); }
  .hero-copy { padding: 164px 0 26px; }
  .hero-copy h1 { max-width: none; font-size: 36px; }
  .sector-nav { display: none; }
  .intro-grid, .coverage-head { grid-template-columns: 1fr; gap: 24px; }
  .capability-line { grid-template-columns: repeat(2, 1fr); margin-top: 40px; }
  .sector, .coverage, .intro, .next-step { padding: 66px 0; }
  .sector-grid { grid-template-columns: 1fr; }
  .sector.reverse .sector-copy, .sector.reverse .sector-media { order: initial; }
  .sector-media { min-height: 320px; }
  .sector-media img { min-height: 320px; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .foot-about { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .hero-copy h1 { font-size: 34px; }
  .hero-copy p { font-size: 16px; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; padding-top: 14px; }
  .hero-proof strong { font-size: 18px; }
  .hero-proof span { font-size: 11px; line-height: 1.35; }
  .capability-line { grid-template-columns: 1fr; }
  .fit-list { grid-template-columns: 1fr; }
  .sector-media, .sector-media img { min-height: 250px; }
  .coverage summary { font-size: 16px; }
  .coverage summary { grid-template-columns: 36px minmax(0, 1fr) 24px; gap: 10px; }
  .coverage summary > span { display: none; }
  .coverage summary > strong { font-size: 15px; }
  .industry-type-icon { width: 36px; height: 36px; }
  .type-list { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .foot-about { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
