﻿:root {
  --mv-v2-red: #ff3333;
  --mv-v2-panel: rgba(18, 18, 20, 0.98);
  --mv-v2-border: rgba(255, 255, 255, 0.14);
  --mv-v2-muted: rgba(255, 255, 255, 0.68);
}

.navbar-brand,
.navbar-logo-container {
  max-width: 132px !important;
}

.navbar-logo-container {
  width: 132px !important;
  height: 48px !important;
  flex: 0 0 132px !important;
  overflow: hidden !important;
}

#navbar-logo {
  display: block !important;
  opacity: 1 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 132px !important;
  max-height: 48px !important;
  object-fit: contain !important;
}

html[data-theme="light"] .navbar-logo-container {
  box-sizing: border-box !important;
  padding: 4px 8px !important;
  border-radius: 10px !important;
  background: #050505 !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12) !important;
}

html[data-theme="light"] #navbar .mv-logo,
html[data-theme="light"] #navbar .nav-logo,
html[data-theme="light"] .portal-site-nav .mv-logo,
html[data-theme="light"] .portal-site-nav .nav-logo {
  box-sizing: border-box !important;
  padding: 4px 8px !important;
  border-radius: 10px !important;
  background: #050505 !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12) !important;
}

html[data-theme="light"] #navbar .navbar-logo-container .mv-logo,
html[data-theme="light"] #navbar .navbar-logo-container .nav-logo {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#navbar-video {
  display: none !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

.navbar-logo-container.video-playing #navbar-logo {
  opacity: 1 !important;
}

body .hero > .container,
body .hero .container {
  width: min(1280px, calc(100% - 48px)) !important;
  max-width: 1280px !important;
  margin-inline: auto !important;
}

body .hero .hero-content {
  display: block !important;
  grid-template-columns: none !important;
  width: 100% !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
}

body .hero .hero-title {
  width: 100% !important;
  max-width: 1120px !important;
  margin: 0 auto var(--spacing-md, 1rem) !important;
  text-align: center !important;
  line-height: 1.14 !important;
}

body .hero .hero-title span {
  display: inline !important;
}

body .hero .hero-subtitle {
  max-width: 680px !important;
  margin: 0 auto var(--spacing-xl, 2rem) !important;
  text-align: center !important;
}

body .hero .hero-buttons {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}

.section-title p[data-translate="about.subtitle"],
.section-title p[data-translate="framework.subtitle"],
.section-title p[data-translate="contact.subtitle"] {
  display: block !important;
  width: min(980px, calc(100vw - 64px)) !important;
  max-width: min(980px, calc(100vw - 64px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  text-wrap: balance;
}

@media (min-width: 1024px) {
  .section-title p[data-translate="about.subtitle"],
  .section-title p[data-translate="framework.subtitle"],
  .section-title p[data-translate="contact.subtitle"] {
    white-space: nowrap;
    font-size: clamp(1rem, 1.08vw, 1.125rem);
  }
}

@media (max-width: 1023px) {
  .section-title p[data-translate="about.subtitle"],
  .section-title p[data-translate="framework.subtitle"],
  .section-title p[data-translate="contact.subtitle"] {
    white-space: normal;
  }
}

.navbar-dropdown {
  position: relative;
}

.navbar-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}

.navbar-dropdown-toggle i {
  font-size: 0.72rem;
}

.navbar-dropdown-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  display: grid;
  min-width: 230px;
  padding: 8px;
  transform: translateX(-50%) translateY(8px);
  border: 1px solid var(--mv-v2-border);
  border-radius: 12px;
  background: rgba(5, 5, 5, 0.98);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.46);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 1200;
}

.navbar-dropdown-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

.navbar-dropdown:hover .navbar-dropdown-menu,
.navbar-dropdown:focus-within .navbar-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.navbar-dropdown-menu a {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 10px 11px !important;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82) !important;
  white-space: nowrap;
}

.navbar-dropdown-menu a:hover {
  background: rgba(255, 51, 51, 0.14);
  color: #fff !important;
}

.partners-desktop {
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 56px !important;
  width: max-content;
  min-width: max-content;
  animation: partner-logo-scroll 34s linear infinite;
  will-change: transform;
}

.partners-carousel-container {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.partners-carousel-container:hover .partners-desktop {
  animation-play-state: paused;
}

.partners-desktop .partner-logo-item {
  min-width: 122px;
  height: 54px;
  flex: 0 0 122px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.partners-desktop .partner-logo-item img,
.partners-desktop .partner-logo-item svg {
  max-width: 126px;
  object-fit: contain;
}

.partners-desktop .partner-logo {
  display: block !important;
  width: auto !important;
  max-width: 148px !important;
  object-fit: contain !important;
  object-position: center !important;
}

.partners-desktop .partner-logo-amd,
.partners-desktop .partner-logo-intel {
  height: 34px !important;
}

.partners-desktop .partner-logo-amd-item {
  min-width: 116px;
  min-height: 58px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  filter: none !important;
  opacity: 0.76 !important;
}

.partners-desktop .partner-logo-amd-item .partner-logo-amd {
  filter: invert(1) grayscale(1) brightness(1.25) !important;
  transition: filter 180ms ease, opacity 180ms ease;
}

.partners-desktop .partner-logo-amd-item:hover {
  background: transparent !important;
  border-color: transparent;
  opacity: 1 !important;
}

.partners-desktop .partner-logo-amd-item:hover .partner-logo-amd {
  filter: invert(1) grayscale(1) brightness(1.45) !important;
}

.partners-desktop .partner-logo-ansys {
  height: 48px !important;
  max-width: 162px !important;
}

.partners-desktop .partner-logo-siemens {
  height: 35px !important;
  max-width: 150px !important;
}

.partners-desktop .partner-logo-pixar {
  height: 50px !important;
  max-width: 132px !important;
}

.partners-desktop .partner-logo-renderman {
  height: 56px !important;
  max-width: 154px !important;
}

.partners-desktop .partner-logo-aws,
.partners-desktop .partner-logo-azure {
  height: 46px !important;
  max-width: 158px !important;
}

@keyframes partner-logo-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 28px));
  }
}

.hero-proof-chips,
.deliverables-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.hero-proof-chip,
.deliverable-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 51, 51, 0.32);
  border-radius: 999px;
  background: rgba(255, 51, 51, 0.1);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
  font-size: 0.82rem;
}

.problem-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 50% 4%, rgba(255, 51, 51, 0.13), transparent 28%),
    linear-gradient(180deg, rgba(12, 12, 13, 0.98), rgba(4, 4, 5, 0.98)) !important;
}

.problem-section .container {
  width: min(1280px, calc(100% - 48px));
}

.problem-section .section-title {
  max-width: 940px;
  margin: 0 auto 54px;
}

.problem-section .section-title h2 {
  font-size: clamp(2.4rem, 4.2vw, 4.9rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.problem-section .section-title p {
  max-width: 720px;
  margin-inline: auto;
  font-size: 1.08rem;
}

.problem-grid,
.coverage-matrix,
.platform-grid,
.methodology-flow {
  display: grid;
  gap: 18px;
}

.problem-grid,
.coverage-matrix {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.problem-grid {
  gap: 22px;
}

.coverage-matrix {
  gap: 22px;
}

.platform-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.platform-grid {
  margin-bottom: 34px;
}

.problem-card,
.coverage-card,
.platform-card,
.methodology-card {
  border: 1px solid var(--mv-v2-border);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025));
  padding: 22px;
}

.problem-card {
  overflow: hidden;
  padding: 0;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(12, 12, 13, 0.9);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.problem-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 51, 51, 0.58);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45), 0 0 28px rgba(255, 51, 51, 0.18);
}

.problem-card-media {
  position: relative;
  height: 150px;
  overflow: hidden;
  background: #080808;
}

.problem-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.74)),
    radial-gradient(circle at 80% 18%, rgba(255, 51, 51, 0.28), transparent 38%);
}

.problem-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.06) brightness(0.8);
  transform: scale(1.02);
  transition: transform 220ms ease, filter 220ms ease;
}

.problem-card:hover .problem-card-media img {
  transform: scale(1.07);
  filter: saturate(1.08) contrast(1.08) brightness(0.9);
}

.problem-card-media span {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 1;
  display: inline-flex;
  padding: 6px 9px;
  border: 1px solid rgba(255, 51, 51, 0.46);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.52);
  color: #ff7676;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.problem-card-body {
  padding: 22px;
  flex: 1;
}

.coverage-card {
  overflow: hidden;
  padding: 0;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(12, 12, 13, 0.88);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.coverage-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 51, 51, 0.56);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45), 0 0 28px rgba(255, 51, 51, 0.16);
}

.coverage-card-media {
  position: relative;
  height: 142px;
  overflow: hidden;
  background: #070707;
}

.coverage-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.72)),
    radial-gradient(circle at 78% 20%, rgba(255, 51, 51, 0.2), transparent 40%);
  pointer-events: none;
}

.coverage-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.05) brightness(0.82);
  transform: scale(1.02);
  transition: transform 220ms ease, filter 220ms ease;
}

.coverage-card:hover .coverage-card-media img {
  transform: scale(1.07);
  filter: saturate(1.08) contrast(1.08) brightness(0.92);
}

.coverage-card-media span {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 1;
  display: inline-flex;
  padding: 6px 9px;
  border: 1px solid rgba(255, 51, 51, 0.46);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.54);
  color: #ff7676;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.coverage-card-body {
  padding: 22px;
  flex: 1;
}

.methodology-slide {
  min-height: 100vh;
  margin-top: clamp(70px, 10vh, 120px);
  padding: clamp(42px, 6vh, 72px) clamp(18px, 3vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 51, 51, 0.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 51, 51, 0.17), transparent 34%),
    radial-gradient(circle at 82% 82%, rgba(255, 51, 51, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(12, 12, 13, 0.98), rgba(4, 4, 5, 0.98));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035), 0 28px 80px rgba(0, 0, 0, 0.34);
}

.methodology-title {
  max-width: 980px;
  margin: 0 auto clamp(28px, 4vh, 42px);
}

.methodology-title h2 {
  font-size: clamp(2.3rem, 4.1vw, 4.75rem);
  line-height: 1.07;
}

.methodology-title p {
  max-width: 720px;
  margin-inline: auto;
}

.methodology-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.5vw, 24px);
}

.methodology-card {
  overflow: hidden;
  padding: 0;
  min-height: 320px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.02)),
    rgba(10, 10, 11, 0.9);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.methodology-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 51, 51, 0.55);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.42), 0 0 26px rgba(255, 51, 51, 0.14);
}

.methodology-card-media {
  height: 138px;
  overflow: hidden;
  background: #070707;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.methodology-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.05) brightness(0.86);
  transition: transform 220ms ease, filter 220ms ease;
}

.methodology-card:hover .methodology-card-media img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.08) brightness(0.94);
}

.methodology-card-body {
  padding: 20px 20px 22px;
}

.methodology-card strong {
  display: inline-flex;
  margin-bottom: 9px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255, 51, 51, 0.16);
  color: #ff7676;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.methodology-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--text-primary, #fff);
  font-size: clamp(1rem, 1.1vw, 1.18rem);
  font-weight: 900;
  line-height: 1.25;
}

.problem-card h3,
.coverage-card h3,
.platform-card h3,
.methodology-card h3 {
  color: var(--text-primary, #fff);
  margin: 0 0 10px;
}

.problem-card p,
.coverage-card p,
.platform-card p,
.methodology-card p {
  color: var(--text-secondary, rgba(255,255,255,0.72));
  line-height: 1.62;
  margin: 0;
}

.proof-band {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 16px 22px;
  border: 1px solid rgba(255, 51, 51, 0.2);
  border-radius: 14px;
  background: rgba(255, 51, 51, 0.18);
  color: #fff;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
}

.proof-band > div {
  padding: 18px;
  background: rgba(0, 0, 0, 0.45);
  text-align: center;
}

.proof-band strong {
  display: block;
  color: #ff4c4c;
  font-size: 1.65rem;
  line-height: 1;
}

.proof-band span {
  color: var(--mv-v2-muted);
  font-size: 0.86rem;
}

.proof-band-stacked {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  white-space: normal !important;
  text-align: center !important;
}

.proof-band-stacked .proof-band-title,
.proof-band-stacked .proof-band-meta {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  line-height: 1.25 !important;
}

.proof-band-stacked .proof-band-title {
  order: 1;
  color: #ff4c4c !important;
  font-size: clamp(1.05rem, 1.65vw, 1.35rem) !important;
  font-weight: 900 !important;
}

.proof-band-stacked .proof-band-meta {
  order: 2;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: clamp(0.9rem, 1.15vw, 1.02rem) !important;
  font-weight: 800 !important;
}

html[data-theme="light"] .proof-band-stacked .proof-band-title {
  color: #c82333 !important;
}

html[data-theme="light"] .proof-band-stacked .proof-band-meta {
  color: #212529 !important;
}

.contact-info-only {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(460px, 1.15fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}

.deliverables-grid {
  margin: clamp(24px, 4vh, 38px) auto 0;
  max-width: 1040px;
  padding: 14px;
  border: 1px solid rgba(255, 51, 51, 0.16);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px);
}

.expertise-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.54), rgba(5, 0, 0, 0.38) 48%, rgba(0, 0, 0, 0.7)),
    url("../images/expertise-background.png") center / cover no-repeat;
}

.expertise-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.06), transparent 32%);
  opacity: 0.78;
}

.expertise-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 19%, transparent 79%, rgba(0, 0, 0, 0.2)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent 42%, rgba(0, 0, 0, 0.36));
  opacity: 1;
}

.expertise-section .container {
  position: relative;
  z-index: 1;
}

.expertise-section .section-title h2 {
  color: #fff;
  text-shadow: 0 0 24px rgba(255, 255, 255, 0.2), 0 0 38px rgba(255, 51, 51, 0.22);
}

.expertise-section .section-title h2::before,
.expertise-section .section-title h2::after {
  content: "";
  display: inline-block;
  width: min(13vw, 150px);
  height: 1px;
  margin: 0 22px 0.26em;
  background: linear-gradient(90deg, transparent, rgba(255, 51, 51, 0.94), transparent);
  box-shadow: 0 0 16px rgba(255, 51, 51, 0.74);
  vertical-align: middle;
}

.expertise-section .section-title p {
  color: rgba(255, 255, 255, 0.78);
}

.expertise-section .card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(18, 23, 27, 0.68), rgba(5, 8, 10, 0.78)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 51, 51, 0.04));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 28px 80px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(10px);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.expertise-section .card::before,
.expertise-section .card::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  pointer-events: none;
}

.expertise-section .card::before {
  top: 0;
  right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.expertise-section .card::after {
  left: 0;
  bottom: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.expertise-section .card:hover,
.expertise-section .card:focus-within {
  border-color: rgba(255, 76, 76, 0.74);
  box-shadow: inset 0 0 0 1px rgba(255, 51, 51, 0.42), 0 0 34px rgba(255, 51, 51, 0.34), 0 28px 80px rgba(0, 0, 0, 0.45);
  transform: translateY(-4px);
}

.expertise-section .icon-accent {
  background: linear-gradient(135deg, #ff4a4a, #8f1717) !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 0 22px rgba(255, 51, 51, 0.38);
}

.expertise-section .card-title {
  color: #fff;
}

.expertise-section .card-text {
  color: rgba(255, 255, 255, 0.76);
}

.expertise-section .card [style*="margin-top"] {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: var(--spacing-md);
}

.strategy-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.industry-cases-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 50% 4%, rgba(255, 51, 51, 0.13), transparent 30%),
    radial-gradient(circle at 86% 78%, rgba(255, 51, 51, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(12, 12, 13, 0.98), rgba(4, 4, 5, 0.98)) !important;
}

.industry-cases-section .container {
  width: 100%;
}

.industry-cases-section .section-title {
  max-width: 980px;
  margin: 0 auto clamp(30px, 5vh, 54px);
}

.industry-cases-section .section-title h2 {
  font-size: clamp(2.35rem, 4.15vw, 4.8rem);
  line-height: 1.06;
}

.industry-cases-section .section-title p {
  max-width: 700px;
  margin-inline: auto;
  font-size: 1.08rem;
}

.problem-section,
.industry-cases-section {
  min-height: min(100svh, 940px);
}

.methodology-slide {
  min-height: min(100svh, 920px);
}

@media (orientation: portrait) {
  .problem-section,
  .industry-cases-section {
    min-height: auto;
    align-items: flex-start;
    padding-block: clamp(52px, 7vh, 96px);
  }

  .problem-section .section-title,
  .industry-cases-section .section-title {
    margin-bottom: clamp(24px, 4vh, 42px);
  }

  .methodology-slide {
    min-height: auto;
    justify-content: flex-start;
    margin-top: clamp(44px, 6vh, 76px);
  }
}

@media (max-height: 820px) and (min-width: 961px) {
  .problem-section,
  .industry-cases-section {
    min-height: auto;
    align-items: flex-start;
    padding-block: clamp(42px, 7vh, 64px);
  }

  .problem-section .section-title,
  .industry-cases-section .section-title {
    margin-bottom: 28px;
  }

  .problem-section .section-title h2,
  .industry-cases-section .section-title h2,
  .methodology-title h2 {
    font-size: clamp(2.15rem, 3.45vw, 3.65rem);
  }

  .industry-case-media {
    height: 142px;
  }

  .industry-case-card {
    min-height: 360px;
  }

  .methodology-slide {
    min-height: auto;
    justify-content: flex-start;
    margin-top: 52px;
    padding-block: 40px;
  }

  .methodology-card {
    min-height: 278px;
  }

  .methodology-card-media {
    height: 116px;
  }
}

.strategy-path-card,
.catalog-panel,
.industry-case-card,
.timeline-step {
  border: 1px solid var(--mv-v2-border);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
}

.strategy-path-card {
  display: grid;
  grid-template-rows: auto auto minmax(104px, 1fr) auto auto;
  min-height: 434px;
  padding: 28px;
}

.industry-case-card {
  overflow: hidden;
  padding: 0;
  min-height: 426px;
  display: flex;
  flex-direction: column;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.industry-case-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 51, 51, 0.58);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.44), 0 0 28px rgba(255, 51, 51, 0.16);
}

.industry-case-media {
  position: relative;
  height: 176px;
  overflow: hidden;
  background: #070707;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.industry-case-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.68)),
    radial-gradient(circle at 80% 12%, rgba(255, 51, 51, 0.22), transparent 40%);
  pointer-events: none;
}

.industry-case-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.06) brightness(0.84);
  transform: scale(1.02);
  transition: transform 220ms ease, filter 220ms ease;
}

.industry-case-card:hover .industry-case-media img {
  transform: scale(1.07);
  filter: saturate(1.08) contrast(1.08) brightness(0.94);
}

.industry-case-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.strategy-path-card h3,
.industry-case-card h3,
.catalog-card h3 {
  color: var(--text-primary, #fff);
  margin: 0 0 12px;
}

.strategy-path-card p,
.industry-case-card p,
.catalog-card p {
  color: var(--text-secondary, rgba(255, 255, 255, 0.72));
  line-height: 1.62;
}

.path-kicker,
.case-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 51, 51, 0.12);
  color: #ff7676;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.path-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-self: end;
  margin: 22px 0 0;
}

.path-metric {
  padding: 13px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

.path-metric strong {
  display: block;
  color: #ff4c4c;
  font-size: 1.32rem;
  line-height: 1;
}

.path-metric span {
  color: var(--mv-v2-muted);
  font-size: 0.76rem;
}

.strategy-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-self: end;
  margin-top: 22px;
}

.strategy-actions .btn {
  width: 100%;
  min-height: 62px;
  justify-content: center;
  text-align: center;
  white-space: normal;
}

.catalog-panel {
  padding: 26px;
}

.catalog-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.catalog-search {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--mv-v2-border);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.32);
  color: var(--text-primary, #fff);
}

.catalog-count {
  color: var(--mv-v2-muted);
  font-weight: 700;
  white-space: nowrap;
}

.catalog-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.catalog-filter {
  padding: 9px 13px;
  border: 1px solid var(--mv-v2-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--text-primary, #fff);
  font-weight: 700;
  cursor: pointer;
}

.catalog-filter.active,
.catalog-filter:hover {
  border-color: rgba(255, 51, 51, 0.72);
  background: rgba(255, 51, 51, 0.18);
}

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

.catalog-card {
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.24);
}

.catalog-tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 51, 51, 0.14);
  color: #ff7474;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.delivery-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.timeline-step {
  padding: 18px;
}

.timeline-step strong {
  display: block;
  color: #ff4c4c;
  margin-bottom: 8px;
}

.timeline-step span {
  color: var(--text-secondary, rgba(255, 255, 255, 0.72));
}

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

.case-impact {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
  color: #ff4c4c;
  font-weight: 800;
}

.case-impact strong {
  font-size: 2rem;
  line-height: 1;
}

.contact-qr-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  margin-top: 0;
}

.contact-qr-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 51, 51, 0.22);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    rgba(0, 0, 0, 0.22);
}

.contact-qr-card img {
  width: 112px;
  height: 112px;
  display: block;
  padding: 6px;
  border-radius: 10px;
  background: #fff;
}

.contact-qr-card h4 {
  margin: 0 0 6px;
  color: var(--text-primary, #fff);
  font-size: 0.98rem;
}

.contact-qr-card p {
  margin: 0 0 8px;
  color: var(--text-secondary, rgba(255, 255, 255, 0.72));
  line-height: 1.45;
  font-size: 0.92rem;
}

.contact-qr-card a {
  color: var(--accent-primary, #ff3333);
  font-size: clamp(0.82rem, 0.9vw, 0.95rem);
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none;
}

.contact-qr-card a:hover {
  text-decoration: underline;
}

@media (max-width: 1240px) {
  .methodology-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .methodology-slide {
    min-height: auto;
  }
}

@media (max-width: 960px) {
  .strategy-paths,
  .catalog-grid,
  .delivery-timeline,
  .industry-case-grid,
  .problem-grid,
  .coverage-matrix,
  .platform-grid,
  .methodology-flow,
  .proof-band {
    grid-template-columns: 1fr;
  }

  .catalog-search-row {
    grid-template-columns: 1fr;
  }

  .methodology-slide {
    margin-top: 54px;
    padding: 34px 16px;
  }

  .proof-band {
    white-space: normal;
  }

  .contact-info-only {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .contact-qr-grid {
    margin-top: 8px;
  }

}

@media (max-width: 560px) {
  .strategy-actions {
    grid-template-columns: 1fr;
  }

  .contact-qr-card {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
  }

  .contact-qr-card img {
    width: 82px;
    height: 82px;
  }

  .contact-qr-card a {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

.language-picker {
  position: relative;
  z-index: 1300;
}

.language-picker-toggle,
.language-picker-menu button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--mv-v2-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-primary, #fff);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
}

.language-picker-toggle {
  min-width: 92px;
  justify-content: space-between;
  padding: 0.5rem 0.62rem;
}

.language-picker-toggle i {
  font-size: 0.68rem;
}

.language-picker-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  display: none;
  min-width: 124px;
  padding: 6px;
  border: 1px solid var(--mv-v2-border);
  border-radius: 10px;
  background: rgba(5, 5, 5, 0.98);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.language-picker.open .language-picker-menu {
  display: grid;
  gap: 3px;
}

.language-picker-menu button {
  width: 100%;
  padding: 8px 9px;
  border-color: transparent;
  background: transparent;
}

.language-picker-menu button:hover,
.language-picker-menu button.active {
  background: rgba(255, 51, 51, 0.16);
  color: #fff;
}

.flag {
  position: relative;
  flex: 0 0 auto;
  width: 22px;
  height: 15px;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
}

.flag-fr { background: linear-gradient(90deg, #002395 0 33.33%, #fff 33.33% 66.66%, #ed2939 66.66%); }
.flag-de { background: linear-gradient(#000 0 33.33%, #dd0000 33.33% 66.66%, #ffce00 66.66%); }
.flag-es { background: linear-gradient(#aa151b 0 25%, #f1bf00 25% 75%, #aa151b 75%); }
.flag-it { background: linear-gradient(90deg, #009246 0 33.33%, #fff 33.33% 66.66%, #ce2b37 66.66%); }
.flag-pt { background: linear-gradient(90deg, #006600 0 42%, #ff0000 42%); }
.flag-ru { background: linear-gradient(#fff 0 33.33%, #0039a6 33.33% 66.66%, #d52b1e 66.66%); }
.flag-sa { background: #006c35; }
.flag-jp { background: radial-gradient(circle at 50% 50%, #bc002d 0 31%, transparent 32%), #fff; }
.flag-cn { background: #de2910; }
.flag-us {
  background: repeating-linear-gradient(#b22234 0 7.7%, #fff 7.7% 15.4%);
}

.flag-us::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 42%;
  height: 54%;
  background: #3c3b6e;
}

.flag-sa::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  width: 9px;
  height: 2px;
  background: #fff;
}

.flag-cn::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  width: 5px;
  height: 5px;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
  background: #ffde00;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 2500;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(12px);
}

.modal-overlay.open {
  display: flex;
}

.modal {
  width: min(720px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  overflow: hidden;
  border: 1px solid var(--mv-v2-border);
  border-radius: 18px;
  background: var(--mv-v2-panel);
  color: var(--text-primary, #fff);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
}

.modal-wide,
.legal-terms-modal,
.cc-license-modal {
  width: min(1120px, calc(100vw - 32px));
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--mv-v2-border);
}

.modal-title {
  font-size: 1.15rem;
  font-weight: 800;
}

.modal-close {
  width: 38px;
  height: 38px;
  border: 1px solid var(--mv-v2-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
}

.modal-close::before {
  content: "X";
  font-weight: 800;
}

.cc-license-subtitle {
  margin: 6px 0 0;
  color: var(--mv-v2-muted);
  font-size: 0.85rem;
}

.legal-terms-toolbar {
  display: flex;
  gap: 10px;
  padding: 12px 24px;
  border-bottom: 1px solid var(--mv-v2-border);
}

.legal-terms-content {
  max-height: min(70vh, 680px);
  overflow: auto;
  padding: 26px;
  background: #080808;
}

.legal-doc {
  max-width: 900px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.72;
}

.legal-doc-header {
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--mv-v2-border);
}

.legal-doc-kicker {
  margin: 0 0 8px;
  color: var(--mv-v2-red);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-doc h1,
.legal-doc h2,
.legal-doc h3 {
  color: #fff;
}

.legal-doc h1 {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 2.7rem);
  line-height: 1.08;
}

.legal-doc > h1,
.legal-doc h2 {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--mv-v2-red);
  font-size: 1.18rem;
  text-transform: uppercase;
}

.legal-doc h3 {
  margin: 22px 0 8px;
  font-size: 1rem;
}

.legal-doc p {
  margin: 0 0 0.85rem;
}

.legal-doc ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.legal-doc li {
  margin-bottom: 0.45rem;
}

.cc-license-viewer {
  height: min(62vh, 620px);
  background: #fff;
}

.cc-license-viewer iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.cc-license-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: stretch;
  padding: 18px 24px;
}

.cc-license-check,
.register-legal-check {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: flex-start;
  color: var(--mv-v2-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.cc-license-check input,
.register-legal-check input {
  flex: 0 0 auto;
  margin: 3px 0 0;
}

.cc-license-check span,
.register-legal-check span {
  min-width: 0;
}

.register-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 6px;
}

[data-legal-terms] {
  color: var(--accent-primary, var(--mv-v2-red));
  font-weight: 700;
  text-decoration: none;
}

[data-legal-terms]:hover {
  text-decoration: underline;
}

.cc-license-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.cc-license-buttons .btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

#modal-legal-terms {
  z-index: 3000;
}

@media (max-width: 720px) {
  .modal-overlay {
    padding: 12px;
  }

  .legal-terms-content {
    padding: 18px;
  }

  .cc-license-buttons {
    align-items: stretch;
    justify-content: stretch;
  }

  .cc-license-buttons .btn {
    flex: 1 1 0;
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .cc-license-buttons {
    flex-direction: column;
  }
}

html[data-theme="light"] {
  --mv-v2-panel: rgba(255, 255, 255, 0.96);
  --mv-v2-border: rgba(33, 37, 41, 0.14);
  --mv-v2-muted: rgba(33, 37, 41, 0.68);
}

html[data-theme="light"] body {
  background: #fff;
}

html[data-theme="light"] .navbar-dropdown-menu {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(33, 37, 41, 0.12);
  box-shadow: 0 22px 58px rgba(33, 37, 41, 0.16);
}

html[data-theme="light"] .navbar-dropdown-menu a {
  color: rgba(33, 37, 41, 0.82) !important;
}

html[data-theme="light"] .navbar-dropdown-menu a:hover {
  background: rgba(220, 53, 69, 0.09);
  color: #111 !important;
}

html[data-theme="light"] .problem-section,
html[data-theme="light"] .industry-cases-section,
html[data-theme="light"] .methodology-slide {
  background:
    radial-gradient(circle at 50% 4%, rgba(220, 53, 69, 0.1), transparent 32%),
    radial-gradient(circle at 86% 78%, rgba(220, 53, 69, 0.07), transparent 30%),
    linear-gradient(180deg, #fff, #f7f4f5) !important;
  color: #212529;
}

html[data-theme="light"] .partners-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(220, 53, 69, 0.08), transparent 32%),
    #fff !important;
}

html[data-theme="light"] .partners-section .section-title h2,
html[data-theme="light"] .partners-section .section-title p {
  color: #212529 !important;
}

html[data-theme="light"] .partners-desktop .partner-logo-item {
  border-radius: 14px;
  background: transparent !important;
  box-shadow: none !important;
}

html[data-theme="light"] .partners-desktop .partner-logo-item:hover {
  background: transparent !important;
}

html[data-theme="light"] .partners-desktop .partner-logo-amd-item {
  border-radius: 14px;
  background: #050505 !important;
  box-shadow: 0 12px 34px rgba(33, 37, 41, 0.12) !important;
}

html[data-theme="light"] .partners-desktop .partner-logo-amd-item:hover {
  background: #f1f3f5 !important;
}

html[data-theme="light"] .partners-desktop .partner-logo-amd-item:hover .partner-logo-amd {
  filter: none !important;
}

html[data-theme="light"] .expertise-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 246, 247, 0.74)),
    url("../images/expertise-background.png") center / cover no-repeat;
}

html[data-theme="light"] .expertise-section::before {
  background: rgba(255, 255, 255, 0.55);
}

html[data-theme="light"] .expertise-section::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.7), transparent 22%, transparent 78%, rgba(255, 255, 255, 0.72)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), transparent 46%, rgba(255, 255, 255, 0.78));
}

html[data-theme="light"] .expertise-section .section-title h2,
html[data-theme="light"] .expertise-section .card-title {
  color: #111;
  text-shadow: none;
}

html[data-theme="light"] .expertise-section .section-title p,
html[data-theme="light"] .expertise-section .card-text {
  color: rgba(33, 37, 41, 0.78);
}

html[data-theme="light"] .problem-card,
html[data-theme="light"] .coverage-card,
html[data-theme="light"] .platform-card,
html[data-theme="light"] .methodology-card,
html[data-theme="light"] .strategy-path-card,
html[data-theme="light"] .catalog-panel,
html[data-theme="light"] .catalog-card,
html[data-theme="light"] .industry-case-card,
html[data-theme="light"] .timeline-step,
html[data-theme="light"] .contact-qr-card,
html[data-theme="light"] .expertise-section .card {
  border-color: rgba(33, 37, 41, 0.13);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 250, 0.9)),
    #fff;
  color: #212529;
  box-shadow: 0 18px 52px rgba(33, 37, 41, 0.08);
}

html[data-theme="light"] .problem-card h3,
html[data-theme="light"] .coverage-card h3,
html[data-theme="light"] .platform-card h3,
html[data-theme="light"] .methodology-card h3,
html[data-theme="light"] .methodology-card span,
html[data-theme="light"] .strategy-path-card h3,
html[data-theme="light"] .industry-case-card h3,
html[data-theme="light"] .catalog-card h3,
html[data-theme="light"] .contact-qr-card h4 {
  color: #16181b;
}

html[data-theme="light"] .problem-card p,
html[data-theme="light"] .coverage-card p,
html[data-theme="light"] .platform-card p,
html[data-theme="light"] .methodology-card p,
html[data-theme="light"] .strategy-path-card p,
html[data-theme="light"] .industry-case-card p,
html[data-theme="light"] .catalog-card p {
  color: rgba(33, 37, 41, 0.74);
}

html[data-theme="light"] .problem-card-media,
html[data-theme="light"] .coverage-card-media,
html[data-theme="light"] .methodology-card-media,
html[data-theme="light"] .industry-case-media {
  background: #f1f3f5;
  border-bottom-color: rgba(33, 37, 41, 0.1);
}

html[data-theme="light"] .problem-card-media::after,
html[data-theme="light"] .coverage-card-media::after,
html[data-theme="light"] .industry-case-media::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.2)),
    radial-gradient(circle at 80% 18%, rgba(220, 53, 69, 0.14), transparent 42%);
}

html[data-theme="light"] .problem-card-media img,
html[data-theme="light"] .coverage-card-media img,
html[data-theme="light"] .methodology-card-media img,
html[data-theme="light"] .industry-case-media img {
  filter: saturate(1.04) contrast(1.02) brightness(1.02);
}

html[data-theme="light"] .problem-card-media span,
html[data-theme="light"] .coverage-card-media span,
html[data-theme="light"] .path-kicker,
html[data-theme="light"] .case-kicker,
html[data-theme="light"] .methodology-card strong {
  background: rgba(220, 53, 69, 0.1);
  border-color: rgba(220, 53, 69, 0.22);
  color: #c82333;
}

html[data-theme="light"] .hero-proof-chip {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(176, 42, 55, 0.34);
  color: #7d2630;
  box-shadow: 0 8px 22px rgba(176, 42, 55, 0.08);
}

html[data-theme="light"] .path-metric,
html[data-theme="light"] .deliverable-chip {
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(33, 37, 41, 0.12);
}

html[data-theme="light"] .deliverable-chip {
  background: rgba(220, 53, 69, 0.08);
  border-color: rgba(220, 53, 69, 0.2);
  color: #8f1723;
}

html[data-theme="light"] .deliverables-grid {
  background: rgba(255, 255, 255, 0.75);
  border-color: rgba(220, 53, 69, 0.16);
}

html[data-theme="light"] .proof-band {
  background: rgba(220, 53, 69, 0.09);
  border-color: rgba(220, 53, 69, 0.18);
  color: #212529;
}

html[data-theme="light"] .catalog-search,
html[data-theme="light"] .catalog-count {
  background: #fff;
  border-color: rgba(33, 37, 41, 0.14);
  color: #212529;
}

html[data-theme="light"] .catalog-filter {
  background: #fff;
  border-color: rgba(33, 37, 41, 0.14);
  color: #212529;
}

html[data-theme="light"] .catalog-filter.active {
  border-color: #dc3545;
  background: rgba(220, 53, 69, 0.1);
  color: #b02a37;
}

html[data-theme="light"] .contact-qr-card img {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(33, 37, 41, 0.08);
}

