.industry-preview {
  background: #f7fafb;
}

.industry-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.industry-card {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 42px;
  overflow: hidden;
  color: var(--text);
  border: 1px solid var(--line);
  background: white;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.industry-card::after {
  content: "";
  position: absolute;
  right: -84px;
  bottom: -115px;
  width: 245px;
  height: 245px;
  border: 1px solid rgba(19, 206, 176, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(19, 206, 176, 0.035), 0 0 0 68px rgba(93, 115, 255, 0.025);
}

.industry-card:hover,
.industry-card:focus-visible {
  transform: translateY(-4px);
  border-color: var(--aqua);
  box-shadow: 0 22px 55px rgba(7, 21, 32, 0.1);
}

.industry-card:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.industry-index {
  position: absolute;
  top: 31px;
  right: 34px;
  color: #d6e2e7;
  font-size: 2.8rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.06em;
}

.industry-label {
  margin: 0 0 22px;
  color: var(--blue);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.industry-card h3 {
  max-width: 410px;
  margin-bottom: 18px;
  font-size: clamp(1.9rem, 3vw, 3rem);
}

.industry-card > p:not(.industry-label) {
  position: relative;
  z-index: 1;
  max-width: 490px;
  color: var(--muted);
}

.industry-card-link {
  position: relative;
  z-index: 1;
  margin-top: auto;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
}

.industry-card-link i {
  margin-left: 7px;
  color: var(--aqua);
  font-style: normal;
}

.industry-preview-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  margin-top: 28px;
  padding: 30px 34px;
  color: #b9cad8;
  background: var(--ink-2);
}

.industry-preview-cta p {
  max-width: 800px;
  margin: 0;
}

.industry-preview-cta strong {
  color: white;
}

.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  display: flex;
  align-items: center;
  padding: 150px 0 90px;
  color: white;
  background:
    radial-gradient(circle at 78% 20%, rgba(93, 115, 255, 0.26), transparent 34%),
    radial-gradient(circle at 12% 22%, rgba(19, 206, 176, 0.13), transparent 29%),
    linear-gradient(135deg, #071520 0%, #0b2230 58%, #102a3b 100%);
}

.page-hero::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -190px;
  bottom: -300px;
  border: 1px solid rgba(19, 206, 176, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 85px rgba(19, 206, 176, 0.028), 0 0 0 170px rgba(93, 115, 255, 0.018);
}

.page-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(126, 171, 226, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 171, 226, 0.11) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 910px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 35px;
  color: #8ca7bc;
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcrumb a {
  color: var(--aqua);
  text-decoration: none;
}

.page-hero h1 {
  max-width: 900px;
  margin: 0 0 28px;
  color: white;
  font-size: clamp(3.3rem, 7vw, 6.7rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.page-hero h1 span {
  color: var(--aqua);
}

.page-hero-lede {
  max-width: 760px;
  margin: 0;
  color: #c2d2e1;
  font-size: 1.16rem;
  line-height: 1.7;
}

.page-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}

.page-hero-points span {
  padding: 8px 13px;
  color: #c9d9e6;
  border: 1px solid rgba(19, 206, 176, 0.25);
  background: rgba(19, 206, 176, 0.06);
  font-size: 0.76rem;
  font-weight: 700;
}

.industries-intro {
  background: var(--paper);
}

.industries-manifesto {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}

.industries-manifesto h2 {
  margin-bottom: 0;
}

.manifesto-copy {
  padding-left: 34px;
  border-left: 2px solid var(--aqua);
}

.manifesto-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.manifesto-copy p:last-child {
  margin-bottom: 0;
}

.industry-role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.industry-role {
  min-height: 330px;
  padding: 38px;
  border: 1px solid var(--line);
  background: white;
}

.industry-role:first-child {
  background: var(--paper);
}

.industry-role:nth-child(2) {
  color: white;
  border-color: var(--ink-2);
  background: var(--ink-2);
}

.industry-role:nth-child(2) h3 {
  color: white;
}

.industry-role:nth-child(2) p,
.industry-role:nth-child(2) li {
  color: #b5c7d7;
}

.role-marker {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 33px;
  color: var(--ink);
  border-radius: 50%;
  background: var(--aqua);
  font-size: 0.7rem;
  font-weight: 900;
}

.industry-role h3 {
  margin-bottom: 15px;
  font-size: 1.55rem;
}

.industry-role p,
.industry-role li {
  color: var(--muted);
  font-size: 0.92rem;
}

.industry-role ul {
  margin: 20px 0 0;
  padding-left: 18px;
}

.use-case-section {
  background: #f7fafb;
}

.use-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--line);
}

.use-case {
  min-height: 240px;
  padding: 34px;
  background: white;
}

.use-case span {
  display: block;
  margin-bottom: 34px;
  color: var(--blue);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.use-case h3 {
  margin-bottom: 13px;
  font-size: 1.3rem;
}

.use-case p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.91rem;
}

.dual-value {
  color: white;
  background: var(--ink);
}

.dual-value h2,
.dual-value h3 {
  color: white;
}

.dual-value .section-intro > p:not(.eyebrow) {
  color: #aebfd0;
}

.dual-value-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.dual-value-card {
  min-height: 360px;
  padding: 44px;
  border: 1px solid rgba(126, 171, 226, 0.2);
  background: rgba(16, 42, 59, 0.68);
}

.dual-value-card .eyebrow {
  margin-bottom: 32px;
}

.dual-value-card h3 {
  max-width: 500px;
  margin-bottom: 19px;
  font-size: clamp(2rem, 3vw, 3.15rem);
}

.dual-value-card p {
  color: #adbecd;
}

.dual-value-card ul {
  margin: 25px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(126, 171, 226, 0.18);
  list-style: none;
}

.dual-value-card li {
  margin: 10px 0;
  color: #d2dee8;
  font-size: 0.9rem;
}

.dual-value-card li::before {
  content: "—";
  margin-right: 10px;
  color: var(--aqua);
}

.research-section {
  background: var(--paper);
}

.research-panel {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  overflow: hidden;
  border: 1px solid #cad9df;
  background: white;
  box-shadow: 0 20px 55px rgba(7, 21, 32, 0.08);
}

.research-numbers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--ink-2);
}

.research-number {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  border-right: 1px solid rgba(126, 171, 226, 0.16);
  border-bottom: 1px solid rgba(126, 171, 226, 0.16);
}

.research-number strong {
  color: var(--aqua);
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.research-number span {
  margin-top: 9px;
  color: #a9bdca;
  font-size: 0.78rem;
  line-height: 1.4;
}

.research-copy {
  padding: 52px;
}

.research-copy h2 {
  font-size: clamp(2.2rem, 3.8vw, 3.8rem);
}

.research-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.research-callout {
  margin: 28px 0;
  padding: 22px 24px;
  border-left: 3px solid var(--aqua);
  background: #f3f8f8;
}

.research-callout strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
}

.research-callout p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.source-note {
  margin: 26px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: #6f7f88;
  font-size: 0.75rem;
  line-height: 1.55;
}

.source-note a {
  color: var(--blue);
  font-weight: 750;
}

.operating-model {
  background: white;
}

.operating-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.operating-step {
  position: relative;
  min-height: 260px;
  padding: 35px;
}

.operating-step:not(:last-child) {
  border-right: 1px solid var(--line);
}

.operating-step > span {
  color: var(--blue);
  font-size: 0.7rem;
  font-weight: 850;
}

.operating-step h3 {
  margin: 48px 0 14px;
  font-size: 1.35rem;
}

.operating-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.91rem;
}

.industry-closing {
  color: white;
  background: linear-gradient(112deg, #5d73ff, #102a3b 72%);
}

.industry-closing .closing-layout h2 {
  color: white;
}

.industry-closing .eyebrow {
  color: var(--aqua);
}

.industry-switcher {
  background: #f7fafb;
}

.industry-switcher h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.industry-switcher-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
}

.industry-switcher-links a {
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px;
  border-right: 1px solid var(--line);
  background: white;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 800;
}

.industry-switcher-links a:last-child {
  border-right: 0;
}

.industry-switcher-links a:hover,
.industry-switcher-links a:focus-visible,
.industry-switcher-links a[aria-current="page"] {
  color: var(--ink);
  background: rgba(19, 206, 176, 0.11);
}

.industry-switcher-links i {
  color: var(--aqua);
  font-style: normal;
}

@media (max-width: 980px) {
  .industry-role-grid,
  .use-case-grid {
    grid-template-columns: 1fr 1fr;
  }

  .research-panel,
  .industries-manifesto {
    grid-template-columns: 1fr;
  }

  .industry-switcher-links {
    grid-template-columns: 1fr 1fr;
  }

  .industry-switcher-links a:nth-child(2) {
    border-right: 0;
  }

  .industry-switcher-links a:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 820px) {
  .page-hero {
    min-height: 570px;
    padding-top: 125px;
  }

  .industry-preview-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .industry-preview-cta .button {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .industry-card-grid,
  .industry-role-grid,
  .use-case-grid,
  .dual-value-grid,
  .operating-flow,
  .industry-switcher-links {
    grid-template-columns: 1fr;
  }

  .industry-card {
    min-height: 300px;
    padding: 34px 28px;
  }

  .industry-preview-cta {
    padding: 27px;
  }

  .page-hero h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .manifesto-copy {
    padding-left: 24px;
  }

  .research-copy {
    padding: 38px 27px;
  }

  .research-numbers {
    grid-template-columns: 1fr 1fr;
  }

  .operating-step:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .industry-switcher-links a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .industry-switcher-links a:last-child {
    border-bottom: 0;
  }
}
