:root {
  --blue-950: #003f73;
  --blue-900: #003f73;
  --blue-800: #0b578f;
  --blue-700: #166cb4;
  --blue-100: #dde7ef;
  --cyan: #166cb4;
  --orange: #ff7a00;
  --gray-900: #111111;
  --gray-700: #333333;
  --gray-500: #65717d;
  --gray-200: #d9e1e8;
  --gray-100: #f5f7fa;
  --white: #ffffff;
  --gradient-blue: linear-gradient(135deg, #003f73 0%, #0a578f 52%, #166cb4 100%);
  --gradient-blue-dark: radial-gradient(circle at 16% 14%, rgba(22, 108, 180, 0.5), transparent 36%), linear-gradient(225deg, #002f56 0%, #003f73 58%, #0b578f 100%);
  --gradient-light: linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
  --gradient-institutional: linear-gradient(135deg, #dde7ef 0%, #f5f7fa 58%, #ffffff 100%);
  --gradient-cta: linear-gradient(135deg, #ff7a00 0%, #ff9a2f 100%);
  --shadow: 0 18px 42px rgba(0, 63, 115, 0.12);
  --radius: 18px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--gray-900);
  font-family: "Exo 2", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: var(--white);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(22, 108, 180, 0.035) 1px, transparent 1px), linear-gradient(0deg, rgba(22, 108, 180, 0.025) 1px, transparent 1px);
  background-size: 80px 80px;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}



.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 12px max(24px, calc((100vw - var(--container)) / 2));
  border-bottom: 1px solid rgba(217, 225, 232, 0.95);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.brand-logo {
  display: block;
  height: auto;
}

.header-logo {
  width: 96px;
}

.footer-logo {
  width: 150px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--gray-700);
  font-size: 0.95rem;
  font-weight: 650;
}

.main-nav a:hover,
.main-nav a.active,
.text-link:hover,
.site-footer a:hover {
  color: var(--blue-700);
}

.main-nav a.active {
  font-weight: 900;
}

.active-cta {
  box-shadow: 0 16px 34px rgba(19, 90, 163, 0.38), inset 0 0 0 1px rgba(255,255,255,0.22);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--white);
  background: var(--gradient-cta);
  box-shadow: 0 14px 30px rgba(255, 122, 0, 0.22);
}

.btn-accent {
  color: var(--white);
  background: var(--gradient-cta);
  box-shadow: 0 16px 34px rgba(255, 122, 0, 0.28);
}

.btn-secondary {
  color: var(--blue-700);
  border-color: var(--blue-700);
  background: var(--white);
}

.btn-secondary:hover {
  color: var(--white);
  background: var(--blue-700);
  box-shadow: 0 14px 30px rgba(22, 108, 180, 0.18);
}

.btn-cta-blue {
  color: var(--white);
  background: #166CB4;
  box-shadow: 0 16px 34px rgba(22, 108, 180, 0.24);
}

.btn-cta-blue:hover {
  background: #135a9c;
  box-shadow: 0 20px 40px rgba(22, 108, 180, 0.3);
}

.btn-light {
  color: var(--blue-900);
  background: var(--white);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.section-blue {
  color: var(--white);
  background: var(--gradient-blue-dark);
}

.section-light {
  background: var(--gradient-institutional);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 74px;
}

.hero-wave-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@supports (content-visibility: auto) {
  .hero ~ section {
    content-visibility: auto;
    contain-intrinsic-size: 760px;
  }
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 76% 48%, rgba(88, 183, 223, 0.08), transparent 44%),
    linear-gradient(90deg, rgba(7, 26, 51, 0.35), transparent 62%);
  background-size: auto;
}

.hero::after,
.diagnostic-section::after,
.final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(0deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 72px 72px;
}

.hero::after {
  z-index: 0;
  background:
    radial-gradient(ellipse at 76% 48%, rgba(88, 183, 223, 0.08), transparent 44%),
    linear-gradient(90deg, rgba(7, 26, 51, 0.35), transparent 62%);
  background-size: auto;
}

.hero-grid,
.page-hero-grid,
.split,
.technology-section,
.about-section,
.final-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.hero-grid {
  position: relative;
  z-index: 2;
}

.page-hero-grid {
  position: relative;
  z-index: 1;
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255,255,255,0.8);
  font-size: 1.18rem;
}

.page-hero-subtitle {
  max-width: 720px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.22rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.55;
}

.tech-page-hero {
  padding: 58px 0 50px;
}

.tech-page-hero .page-hero-grid {
  gap: 48px;
}

.tech-page-hero h1 {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: 34px;
}

.tech-page-hero .page-hero-subtitle {
  max-width: 680px;
  margin-bottom: 24px;
}

.tech-page-hero .hero-actions {
  margin-bottom: 0;
}

.tech-hero-image {
  position: relative;
  justify-self: end;
  width: min(100%, 420px);
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,0.14), rgba(255,255,255,0.05));
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.tech-hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 72% 42%, rgba(88, 183, 223, 0.2), transparent 48%);
  pointer-events: none;
}

.tech-hero-image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  object-fit: contain;
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.26)) drop-shadow(0 0 26px rgba(0, 63, 115, 0.22));
  transition: transform 0.24s ease, filter 0.24s ease;
}

.tech-hero-image:hover img {
  transform: translateY(-4px) scale(1.012);
  filter: drop-shadow(0 34px 52px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 32px rgba(0, 63, 115, 0.28));
}

.applications-hero-image {
  position: relative;
  justify-self: end;
  width: min(100%, 420px);
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,0.14), rgba(255,255,255,0.05));
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.applications-hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 72% 42%, rgba(88, 183, 223, 0.2), transparent 48%);
  pointer-events: none;
}

.applications-hero-image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  object-fit: cover;
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.26)) drop-shadow(0 0 26px rgba(0, 63, 115, 0.22));
  transition: transform 0.24s ease, filter 0.24s ease;
}

.applications-hero-image:hover img {
  transform: translateY(-4px) scale(1.012);
  filter: drop-shadow(0 34px 52px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 32px rgba(0, 63, 115, 0.28));
}

.tech-intro-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 42px 0 6px;
}

.tech-intro-heading {
  grid-column: 1 / -1;
  max-width: 820px;
  margin: 0 auto 8px;
  text-align: center;
}

.tech-intro-heading h2 {
  margin-bottom: 0;
}

.tech-intro-section article {
  padding: 28px;
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(7, 26, 51, 0.08);
}

.tech-intro-section h3 {
  margin-bottom: 10px;
  color: var(--blue-900);
  font-size: 1.08rem;
  line-height: 1.2;
}

.tech-intro-section p {
  margin: 0;
  color: var(--gray-700);
  font-size: 1.08rem;
  line-height: 1.62;
}

.tech-function-section {
  padding-top: 72px;
}

.tech-function-section .section-heading {
  max-width: 940px;
}

.tech-function-section .section-heading p {
  font-size: 1.08rem;
  line-height: 1.62;
}

.tech-benefits-grid article {
  min-height: 250px;
  background: var(--white);
}

.tech-function-section .tech-benefits-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 940px;
  margin-top: 28px;
}

.tech-function-section .tech-benefits-grid article {
  min-height: 210px;
}

.magnetron-section {
  background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
}

.magnetron-image-panel {
  position: relative;
  justify-self: center;
  width: min(100%, 420px);
  margin: 0;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(19, 90, 163, 0.12);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 22px 54px rgba(7, 26, 51, 0.09);
}

.magnetron-image-panel::before {
  content: "";
  position: absolute;
  inset: -30% -20% 42% 30%;
  background: radial-gradient(circle, rgba(22, 108, 180, 0.16), transparent 64%);
  pointer-events: none;
}

.magnetron-image-panel img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.magnetron-copy {
  max-width: 620px;
}

.magnetron-copy p {
  color: var(--gray-700);
  font-size: 1.06rem;
  line-height: 1.62;
}

.magnetron-copy strong {
  color: var(--blue-900);
  font-weight: 900;
}

.magnetron-note {
  margin-top: 18px;
  padding: 18px 20px;
  border-left: 4px solid var(--blue-700);
  border-radius: 0 14px 14px 0;
  background: rgba(22, 108, 180, 0.08);
}

.hot-air-vs-microwave-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 122, 0, 0.12), transparent 30%),
    radial-gradient(circle at 12% 22%, rgba(22, 108, 180, 0.16), transparent 34%),
    linear-gradient(135deg, #eaf3fa 0%, #f8fbfd 48%, #ffffff 100%);
}

.hot-air-vs-microwave-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(22, 108, 180, 0.05) 1px, transparent 1px), linear-gradient(0deg, rgba(22, 108, 180, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
}

.hot-air-vs-microwave-section .container {
  position: relative;
  z-index: 1;
}

.hot-air-vs-microwave-section .section-heading {
  max-width: 980px;
}

.research-card-grid,
.study-result-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 38px;
}

.research-card-grid article,
.study-result-grid article {
  display: grid;
  align-content: start;
  grid-template-rows: auto auto auto 1fr auto;
  padding: 26px;
  border: 1px solid rgba(19, 90, 163, 0.12);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(7, 26, 51, 0.08);
}

.research-card-grid span,
.study-result-grid span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--blue-700);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.research-metric {
  margin-bottom: 20px;
  padding: 18px;
  border: 1px solid rgba(22, 108, 180, 0.12);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(22,108,180,0.08), rgba(255,255,255,0.72));
}

.research-metric strong {
  display: block;
  margin-bottom: 10px;
  color: var(--blue-900);
  font-size: clamp(2.35rem, 4.4vw, 3.45rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.research-metric em {
  display: block;
  color: var(--blue-700);
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.research-card-grid h3,
.study-result-grid h3 {
  margin-bottom: 12px;
  color: var(--blue-900);
  font-size: 1.16rem;
}

.research-card-grid p,
.study-result-grid p {
  margin-bottom: 0;
  color: var(--gray-700);
  font-size: 0.98rem;
  line-height: 1.58;
}

.research-card-grid small,
.study-result-grid small {
  display: block;
  margin-top: 18px;
  color: var(--gray-500);
  font-size: 0.82rem;
  line-height: 1.45;
}

.research-source-note {
  display: grid;
  gap: 14px;
  margin-top: 28px;
  padding: 24px;
  border: 1px solid rgba(19, 90, 163, 0.12);
  border-left: 4px solid var(--blue-700);
  border-radius: 16px;
  background: rgba(255,255,255,0.76);
}

.research-source-note p {
  margin: 0;
  color: var(--gray-700);
  font-size: 0.95rem;
  line-height: 1.62;
}

.tech-photo-example {
  margin: 34px auto 0;
  max-width: 980px;
  padding: 18px;
  border: 1px solid rgba(19, 90, 163, 0.12);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(7, 26, 51, 0.08);
}

.hybrid-photo-example {
  max-width: 1120px;
}

.tech-photo-example figcaption {
  margin-top: 14px;
  color: var(--gray-700);
  font-size: 0.94rem;
  line-height: 1.55;
}

.tech-photo-example figcaption strong {
  color: var(--blue-900);
}

.process-visual-grid,
.comparison-photo-pair,
.hybrid-photo-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  align-items: stretch;
}

.process-visual-card {
  position: relative;
  display: grid;
  min-height: 220px;
  padding: 24px;
  overflow: hidden;
  border-radius: 18px;
  color: var(--white);
  align-content: end;
  isolation: isolate;
}

.process-visual-card::before,
.process-visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hot-air-visual::before {
  background: radial-gradient(circle at 20% 50%, rgba(255, 122, 0, 0.9) 0 16%, rgba(255, 122, 0, 0.35) 17% 36%, transparent 37%), linear-gradient(90deg, #ff7a00 0%, #f3bf7d 42%, #e8eef5 100%);
}

.hot-air-visual::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0 2px, transparent 2px 22px);
  opacity: 0.55;
}

.microwave-visual::before {
  background: radial-gradient(circle at 50% 50%, rgba(22, 108, 180, 0.95) 0 12%, rgba(22, 108, 180, 0.55) 13% 28%, transparent 29%), repeating-radial-gradient(circle at 50% 50%, rgba(255,255,255,0.35) 0 2px, transparent 3px 24px), var(--gradient-blue);
}

.process-visual-card span {
  display: inline-flex;
  width: max-content;
  margin-bottom: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.process-visual-card strong {
  max-width: 240px;
  font-size: clamp(1.3rem, 2.4vw, 1.9rem);
  line-height: 1.05;
}

.comparison-photo-pair img,
.hybrid-photo-layout img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 18px;
  background: var(--gray-100);
}

.hybrid-photo-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  align-items: center;
}

.hybrid-photo-layout img {
  object-fit: contain;
  object-position: center;
  padding: 18px;
  height: 340px;
  filter: drop-shadow(0 28px 42px rgba(7, 26, 51, 0.2)) drop-shadow(0 0 26px rgba(0, 63, 115, 0.14));
  transition: transform 0.24s ease, filter 0.24s ease;
}

.hybrid-photo-example:hover .hybrid-photo-layout img {
  transform: translateY(-4px) scale(1.012);
  filter: drop-shadow(0 34px 52px rgba(7, 26, 51, 0.24)) drop-shadow(0 0 32px rgba(0, 63, 115, 0.18));
}

.photo-callout-list {
  display: grid;
  gap: 12px;
  align-content: center;
}

.photo-callout-list span {
  padding: 14px 16px;
  border-left: 4px solid var(--orange);
  border-radius: 12px;
  color: var(--blue-900);
  font-size: 0.94rem;
  font-weight: 800;
  white-space: nowrap;
  background: linear-gradient(90deg, rgba(255, 122, 0, 0.11), rgba(255, 255, 255, 0.74));
}

.tech-hybrid-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(22, 108, 180, 0.14), transparent 30%),
    radial-gradient(circle at 84% 16%, rgba(255, 122, 0, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f1f7fb 100%);
}

.hybrid-principles {
  align-self: center;
  gap: 18px;
  grid-template-columns: 1fr;
}

.hybrid-principles div {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  min-height: 160px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(19, 90, 163, 0.14);
  border-top: 4px solid var(--orange);
  border-radius: 20px;
  background: linear-gradient(145deg, #ffffff, #f4f9fc);
  box-shadow: 0 18px 45px rgba(7, 26, 51, 0.08);
}

.hybrid-principles div::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: rgba(22, 108, 180, 0.08);
}

.hybrid-principles strong {
  color: var(--blue-900);
  font-size: 1.28rem;
  line-height: 1.15;
}

.hybrid-principles span {
  color: var(--gray-700);
  font-size: 1rem;
  line-height: 1.55;
}

.application-intro-section {
  padding-bottom: 0;
}

.application-segments-section {
  padding-top: 72px;
}

.application-segment-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.application-segment-card {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 0 18px 18px;
  border: 2px solid rgba(19, 90, 163, 0.16);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(7, 26, 51, 0.08);
  overflow: hidden;
}

.application-segment-visual {
  position: relative;
  height: 190px;
  min-height: 0;
  margin: 0 -18px 12px;
  overflow: hidden;
  background: transparent;
}

.application-segment-visual::before {
  content: none;
}

.application-segment-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0;
  filter: drop-shadow(0 20px 30px rgba(7, 26, 51, 0.12));
  transition: transform 0.24s ease, filter 0.24s ease;
}

.application-segment-card:hover .application-segment-visual img {
  transform: translateY(-3px) scale(1.035);
  filter: saturate(1.04) contrast(1.02) drop-shadow(0 24px 38px rgba(7, 26, 51, 0.16));
}

.visual-biomass {
  background:
    radial-gradient(circle at 24% 48%, #6e8f44 0 10%, transparent 11%),
    radial-gradient(circle at 42% 58%, #b99045 0 9%, transparent 10%),
    radial-gradient(circle at 67% 42%, #8aa35a 0 11%, transparent 12%),
    linear-gradient(135deg, #edf3db, #d7e7f4);
}

.visual-minerals {
  background:
    radial-gradient(circle at 28% 58%, #8b98a5 0 11%, transparent 12%),
    radial-gradient(circle at 52% 42%, #c4b37d 0 10%, transparent 11%),
    radial-gradient(circle at 72% 56%, #5f7182 0 9%, transparent 10%),
    linear-gradient(135deg, #e4eaf0, #f8fbfd);
}

.visual-biomass::after,
.visual-minerals::after {
  content: "Exemplo visual";
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 12px;
  color: var(--blue-950);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  font-size: 0.78rem;
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(7, 26, 51, 0.12);
}

.application-segment-card > span {
  color: var(--blue-700);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.application-segment-card h3 {
  margin-bottom: 2px;
  font-size: 1.05rem;
}

.application-segment-card p {
  margin: 0;
  color: var(--gray-700);
  font-size: 0.9rem;
  line-height: 1.42;
}

.application-segment-card div {
  margin-top: 4px;
  padding: 11px 12px;
  border-radius: 12px;
  background: #f8fbfd;
}

.application-segment-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--blue-900);
  font-size: 0.86rem;
}

.application-validation-section {
  background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
}

.application-evaluation-list div {
  border-color: var(--gray-200);
}

.project-intro-section {
  padding: 62px 0 10px;
}

.project-intro-section .section-heading {
  max-width: 920px;
  margin-bottom: 0;
}

.project-intro-section .section-heading p {
  color: var(--gray-700);
}

.project-showcase-section {
  padding-top: 82px;
  padding-bottom: 86px;
}

@supports (content-visibility: auto) {
  .projects-page-hero ~ .project-showcase-section,
  .projects-page-hero ~ .final-cta {
    content-visibility: auto;
    contain-intrinsic-size: 860px;
  }
}

.project-showcase-copy {
  max-width: 900px;
  margin-bottom: 30px;
}

.project-showcase-copy-centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.project-showcase-copy-centered h2,
.project-showcase-copy-centered p:not(.eyebrow) {
  margin-right: auto;
  margin-left: auto;
}

.project-showcase-copy h2 {
  max-width: 780px;
  color: var(--blue-950);
}

.project-showcase-copy p:not(.eyebrow) {
  max-width: 860px;
  color: var(--gray-700);
  font-size: 1.08rem;
  line-height: 1.62;
}

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

.project-image-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(19, 90, 163, 0.14);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(7, 26, 51, 0.08);
}

.project-image-grid img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.24s ease, filter 0.24s ease;
}

.project-image-grid figure:hover img {
  transform: scale(1.018);
  filter: saturate(1.04) contrast(1.02);
}

.project-image-grid figcaption {
  padding: 12px 14px 14px;
  color: var(--gray-700);
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1.35;
}

.project-showcase-caption {
  margin: 18px 0 0;
  color: var(--blue-700);
  font-size: 0.95rem;
  font-weight: 850;
  line-height: 1.45;
}

.project-showcase-caption-centered {
  text-align: center;
}

.final-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  color: var(--blue-950);
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.section-blue h1,
.section-blue h2 {
  color: var(--white);
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(2.7rem, 6vw, 5.5rem);
}

.hero-title {
  max-width: 860px;
  font-size: 34px;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
}

h3 {
  margin-bottom: 10px;
  color: var(--blue-950);
  font-size: 1.08rem;
  line-height: 1.2;
}

.hero-subtitle,
.lead,
.section-heading p,
.about-copy p,
.tech-copy p {
  color: var(--gray-700);
  font-size: 1.08rem;
}

.hero .hero-subtitle {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.22rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 26px;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  font-weight: 750;
}

.hero-meta span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: min(84%, 560px);
  height: min(72%, 420px);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(11, 87, 143, 0.45), rgba(0, 63, 115, 0.35) 38%, transparent 70%);
  filter: blur(12px);
  transform: translate(8%, 4%);
}

.hero-equipment-image {
  position: relative;
  z-index: 1;
  display: block;
  width: min(120%, 1100px);
  max-height: 720px;
  height: auto;
  object-fit: contain;
  margin: 0 80px;
  filter: drop-shadow(0 42px 58px rgba(0, 0, 0, 0.46)) drop-shadow(0 0 32px rgba(0, 63, 115, 0.28));
  transition: transform 0.24s ease, filter 0.24s ease;
}

.hero-visual:hover .hero-equipment-image {
  transform: translateY(-4px) scale(1.012);
  filter: drop-shadow(0 48px 64px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 36px rgba(0, 63, 115, 0.32));
}

.machine-card {
  position: relative;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.machine-scale {
  position: absolute;
  top: 28px;
  left: 36px;
  z-index: 1;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 10px;
  background: rgba(7, 26, 51, 0.42);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.machine-top {
  position: absolute;
  top: 84px;
  left: 48px;
  width: 64%;
  height: 92px;
  border-radius: 18px 18px 4px 4px;
  background: linear-gradient(180deg, #d8e6f1, #8196aa);
}

.machine-body {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 132px;
  height: 170px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 24px;
  background: linear-gradient(160deg, #d7e2ea 0%, #7f93a8 55%, #003f73 100%);
}

.conveyor {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 36px;
  height: 32px;
  border-radius: 999px;
  background: repeating-linear-gradient(90deg, #1f3347 0 20px, #2e4861 20px 42px);
}

.product-flow span {
  position: absolute;
  bottom: 72px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 16px rgba(242, 140, 40, 0.65);
}

.product-flow span:nth-child(1) { left: 54px; }
.product-flow span:nth-child(2) { left: 132px; }
.product-flow span:nth-child(3) { left: 214px; }
.product-flow span:nth-child(4) { left: 306px; }

.wave {
  position: absolute;
  top: 24px;
  width: 80px;
  height: 80px;
  border: 2px solid rgba(88, 183, 223, 0.8);
  border-left: 0;
  border-bottom: 0;
  border-radius: 50%;
  transform: rotate(45deg);
}

.wave-1 { left: 80px; }
.wave-2 { left: 172px; }
.wave-3 { left: 264px; }

.panel {
  position: absolute;
  right: 58px;
  top: 62px;
  width: 128px;
  height: 168px;
  border-radius: 18px;
  background: linear-gradient(160deg, #003f73, #002f56);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
}

.panel span {
  display: block;
  height: 14px;
  margin: 22px 18px;
  border-radius: 999px;
  background: var(--cyan);
}

.panel span:nth-child(2) { width: 52%; background: var(--orange); }
.panel span:nth-child(3) { width: 72%; background: #d7e8f7; }

.caption-box {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 14px;
  background: rgba(0, 63, 115, 0.82);
}

.caption-box small {
  color: rgba(255,255,255,0.72);
}

.engineering-readout {
  position: absolute;
  right: 28px;
  bottom: 112px;
  display: grid;
  gap: 8px;
  width: min(270px, calc(100% - 56px));
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.engineering-readout span {
  display: grid;
  gap: 2px;
  color: rgba(255,255,255,0.68);
  font-size: 0.76rem;
  line-height: 1.35;
}

.engineering-readout strong {
  color: var(--white);
  font-size: 0.82rem;
}

.impact-section,
.trusted-section,
.technology-section,
.about-section,
.content-section {
  padding: 88px 0;
}

.control-section {
  padding: 28px 0 96px;
}

.internal-section {
  padding: 92px 0;
}

.section-heading {
  max-width: 780px;
}

.section-heading.centered {
  margin: 0 auto 44px;
  text-align: center;
}

.section-heading.compact {
  margin-bottom: 34px;
}

.impact-section .section-heading {
  max-width: none;
}

#impact-title {
  white-space: nowrap;
}

.section-heading.invert p,
.final-cta p {
  color: rgba(255, 255, 255, 0.78);
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  background: var(--gradient-light);
  box-shadow: var(--shadow);
}

.impact-grid article {
  padding: 32px 26px;
  border-right: 1px solid var(--gray-200);
  text-align: center;
}

.impact-icon {
  display: block;
  width: 92px;
  height: 92px;
  margin: 0 auto 18px;
}

.impact-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.impact-grid article:last-child {
  border-right: 0;
}

.trusted-section {
  padding-top: 56px;
  background:
    radial-gradient(ellipse at 50% 48%, rgba(88, 183, 223, 0.28), transparent 48%),
    radial-gradient(ellipse at 50% 52%, rgba(22, 108, 180, 0.12), transparent 58%),
    linear-gradient(180deg, #f4f9fc 0%, #ffffff 46%, #f8fbfd 100%);
}

.trusted-section .section-heading {
  max-width: 860px;
}

.trusted-section .section-heading p:not(.eyebrow) {
  color: var(--gray-700);
}

.trusted-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.trusted-logo-grid article {
  display: grid;
  min-height: 112px;
  place-items: center;
  padding: 24px 22px;
  border: 1px solid rgba(19, 90, 163, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(7, 26, 51, 0.045);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.trusted-logo-grid article:hover {
  transform: translateY(-4px) scale(1.015);
  border-color: rgba(22, 108, 180, 0.18);
  box-shadow: 0 18px 36px rgba(7, 26, 51, 0.075);
}

.trusted-logo-grid img {
  display: block;
  width: 100%;
  max-width: 132px;
  max-height: 58px;
  object-fit: contain;
  filter: saturate(0.82) contrast(1.04);
}

.trusted-note {
  max-width: 680px;
  margin: 28px auto 0;
  color: var(--gray-700);
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
}

.delivered-projects-section {
  position: relative;
  padding: 94px 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(88, 183, 223, 0.16), transparent 46%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%);
}

.delivered-projects-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(22, 108, 180, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(22, 108, 180, 0.035) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}

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

.delivered-projects-section .section-heading {
  max-width: 920px;
}

.delivered-projects-section .section-heading h2 {
  color: var(--blue-950);
}

.delivered-projects-section .section-heading p:not(.eyebrow) {
  color: var(--gray-700);
}

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

.delivered-project-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(19, 90, 163, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(7, 26, 51, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.delivered-project-card:hover {
  transform: translateY(-6px);
  border-color: rgba(22, 108, 180, 0.24);
  box-shadow: 0 28px 58px rgba(7, 26, 51, 0.13);
}

.delivered-project-visual {
  position: relative;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  background: transparent;
}

.delivered-project-visual img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.delivered-project-card:hover .delivered-project-visual img {
  transform: scale(1.025);
  filter: saturate(1.04) contrast(1.02);
}

.delivered-project-copy {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 20px 24px 18px;
}

.delivered-project-copy h3 {
  margin-bottom: 8px;
  color: var(--blue-950);
  font-size: clamp(1.25rem, 1.7vw, 1.55rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.delivered-project-copy p {
  color: var(--gray-700);
}

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

.project-subtitle {
  margin-bottom: 12px;
  color: var(--blue-700) !important;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.delivered-projects-cta span {
  transition: transform 0.2s ease;
}

.delivered-projects-cta:hover span {
  transform: translateX(4px);
}

.delivered-projects-cta {
  gap: 8px;
  min-height: 58px;
  padding: 0 34px;
  border-radius: 14px;
  font-size: 1.02rem;
}

.projects-page-hero .page-hero-grid {
  grid-template-columns: 0.92fr 1.08fr;
  gap: 46px;
}

.projects-hero-panel {
  position: relative;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 26px 70px rgba(0, 25, 48, 0.28);
}

.projects-hero-panel::before {
  content: "";
  position: absolute;
  inset: -40% 36% 28% -28%;
  background: radial-gradient(circle, rgba(88, 183, 223, 0.28), transparent 62%);
  pointer-events: none;
}

.projects-hero-panel img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 20px 46px rgba(0, 25, 48, 0.22);
}

.projects-proof-strip {
  align-items: stretch;
}

.projects-gallery-section {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(88, 183, 223, 0.12), transparent 48%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

.projects-delivered-list {
  display: grid;
  gap: 28px;
}

.project-delivered-card {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(19, 90, 163, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 54px rgba(7, 26, 51, 0.09);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.project-delivered-card:hover {
  transform: translateY(-5px);
  border-color: rgba(22, 108, 180, 0.2);
  box-shadow: 0 30px 68px rgba(7, 26, 51, 0.13);
}

.project-delivered-card-reverse .project-delivered-image {
  order: 2;
}

.project-delivered-card-reverse .project-delivered-content {
  order: 1;
}

.project-delivered-image {
  display: grid;
  align-items: stretch;
  margin: 0;
  overflow: hidden;
  background: #eef4f9;
  line-height: 0;
}

.project-delivered-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.project-delivered-card:hover .project-delivered-image img {
  transform: scale(1.018);
  filter: saturate(1.04) contrast(1.02);
}

.project-delivered-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 46px);
}

.project-type {
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--blue-700);
  background: rgba(22, 108, 180, 0.09);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-delivered-content h3 {
  margin-bottom: 14px;
  color: var(--blue-950);
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.project-delivered-content p {
  color: var(--gray-700);
  font-size: 1.02rem;
  line-height: 1.62;
}

.project-delivered-content ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.project-delivered-content li {
  position: relative;
  padding-left: 22px;
  color: var(--gray-700);
  line-height: 1.5;
}

.project-delivered-content li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--blue-700);
  box-shadow: 0 0 0 5px rgba(22, 108, 180, 0.1);
}

.project-process-section {
  background:
    radial-gradient(ellipse at 16% 0%, rgba(88, 183, 223, 0.18), transparent 42%),
    linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
}

.project-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.project-process-grid article {
  padding: 26px;
  border: 1px solid rgba(19, 90, 163, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 38px rgba(7, 26, 51, 0.06);
}

.project-process-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--blue-700);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.16em;
}

.project-process-grid h3 {
  margin-bottom: 10px;
  color: var(--blue-950);
}

.project-process-grid p {
  margin-bottom: 0;
  color: var(--gray-700);
}

.section-cta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.section-cta.align-start {
  justify-content: flex-start;
}

.impact-grid article:nth-child(2) {
  border-right: 1px solid var(--gray-200);
}

.impact-grid article:nth-child(-n+2) {
  border-bottom: 0;
}

.impact-grid strong {
  display: block;
  margin-bottom: 22px;
  color: var(--blue-700);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.impact-grid h3 {
  color: var(--blue-800);
  font-size: clamp(1.05rem, 1.4vw, 18px);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.16;
  text-align: center;
}

.impact-grid p,
.pain-list p,
.application-card p,
.article-grid p,
.steps-line p {
  color: var(--gray-700);
}

.impact-grid p {
  text-align: center;
}

.note,
.application-note {
  margin: 22px 0 0;
  color: var(--gray-500);
  font-size: 0.92rem;
}

.pain-section,
.applications-section,
.diagnostic-section,
.final-cta {
  position: relative;
  padding: 92px 0;
  overflow: hidden;
}

.pain-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.pain-list article {
  padding: 26px;
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  background: var(--gradient-light);
}

.pain-icon {
  display: block;
  width: 68px;
  height: 68px;
  margin-bottom: 18px;
}

.pain-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.transition-statement {
  margin-top: 52px;
  padding: 18px 22px;
  color: #8a4a08;
  border-left: 4px solid rgba(242, 140, 40, 0.45);
  border-radius: 14px;
  background: rgba(255, 244, 232, 0.72);
  box-shadow: 0 12px 28px rgba(242, 140, 40, 0.08);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.technology-section {
  grid-template-columns: 0.86fr 1.14fr;
  gap: 36px;
  padding-bottom: 56px;
}

.text-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--blue-700);
  font-weight: 850;
}

.technology-bullets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.technology-bullets li {
  position: relative;
  padding-left: 22px;
  color: var(--blue-900);
  font-size: 0.98rem;
  font-weight: 760;
  line-height: 1.35;
}

.technology-bullets li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(242, 140, 40, 0.16);
}

.technology-visual {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--gray-200);
  border-radius: 24px;
  background: var(--gradient-light);
  box-shadow: var(--shadow);
}

.technology-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  transition: transform 0.24s ease, filter 0.24s ease;
}

.technology-visual:hover img {
  transform: translateY(-4px) scale(1.015);
  filter: drop-shadow(0 16px 28px rgba(7, 26, 51, 0.14));
}

.control-grid {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: 64px;
  align-items: start;
  padding: 42px;
  border: 1px solid rgba(19, 90, 163, 0.12);
  border-radius: 32px;
  background: linear-gradient(145deg, #f8fbfd, var(--white));
  box-shadow: 0 22px 54px rgba(7, 26, 51, 0.08);
}

.control-grid h2 {
  margin-bottom: 0;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
}

.control-list {
  display: grid;
  gap: 0;
}

.control-list div {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid var(--gray-200);
}

.control-list div:first-child {
  padding-top: 0;
}

.control-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.control-list strong {
  color: var(--blue-900);
  font-size: 1.02rem;
}

.control-list span {
  color: var(--gray-700);
}

.tech-visual-panel,
.application-mosaic,
.editorial-panel,
.institutional-panel,
.diagnostic-summary {
  display: grid;
  gap: 14px;
  justify-self: end;
  width: min(100%, 420px);
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,0.14), rgba(255,255,255,0.06));
  box-shadow: 0 30px 80px rgba(0,0,0,0.22);
}

.tech-visual-panel span,
.application-mosaic span,
.editorial-panel span,
.institutional-panel span,
.diagnostic-summary span {
  padding: 18px 20px;
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 12px;
  background: rgba(255,255,255,0.08);
  font-weight: 850;
}

.tech-visual-panel span:nth-child(2),
.application-mosaic span:nth-child(1),
.editorial-panel span:nth-child(1),
.diagnostic-summary span:nth-child(3) {
  background: var(--blue-700);
}

.institutional-panel strong,
.diagnostic-summary strong {
  color: var(--white);
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.company-quick-facts {
  align-content: start;
  gap: 12px;
}

.company-quick-facts div {
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px;
  background: rgba(255,255,255,0.08);
}

.company-quick-facts strong {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.company-quick-facts span {
  display: block;
  padding: 0;
  color: rgba(255,255,255,0.76);
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
}

.company-about-section .split {
  grid-template-columns: 0.84fr 1.16fr;
  align-items: start;
}

.company-hero-image img {
  object-fit: contain;
}

.company-image-panel {
  position: relative;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--gray-200);
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff, #f4f9fc);
  box-shadow: 0 22px 54px rgba(7, 26, 51, 0.08);
  overflow: hidden;
}

.company-image-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 72% 42%, rgba(88, 183, 223, 0.18), transparent 48%);
  pointer-events: none;
}

.company-image-panel img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  object-fit: contain;
  filter: drop-shadow(0 28px 42px rgba(7, 26, 51, 0.18)) drop-shadow(0 0 26px rgba(0, 63, 115, 0.12));
  transition: transform 0.24s ease, filter 0.24s ease;
}

.company-image-panel:hover img {
  transform: translateY(-4px) scale(1.012);
  filter: drop-shadow(0 34px 52px rgba(7, 26, 51, 0.22)) drop-shadow(0 0 32px rgba(0, 63, 115, 0.16));
}

.company-method-section .section-heading {
  max-width: 920px;
}

.company-facts-section .tech-intro-heading h2 {
  white-space: nowrap;
}

.contact-hero-panel {
  display: grid;
  gap: 16px;
  justify-self: end;
  width: min(100%, 420px);
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,0.14), rgba(255,255,255,0.06));
  box-shadow: 0 30px 80px rgba(0,0,0,0.22);
}

.contact-hero-panel span {
  color: rgba(255,255,255,0.74);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-hero-panel strong {
  color: var(--white);
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.18;
}

.contact-hero-panel p {
  margin: 0;
  color: rgba(255,255,255,0.76);
  line-height: 1.58;
}

.contact-hero-panel .btn {
  justify-self: start;
}

.contact-hero-centered {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.contact-hero-centered h1,
.contact-hero-centered .page-hero-subtitle {
  margin-right: auto;
  margin-left: auto;
}

.contact-section {
  padding-top: 82px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.65fr);
  gap: 56px;
  align-items: start;
}

.contact-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.contact-card-grid article {
  padding: 24px;
  border: 1px solid rgba(19, 90, 163, 0.12);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(7, 26, 51, 0.08);
}

.contact-card-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--blue-700);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-card-grid strong {
  display: block;
  margin-bottom: 12px;
  color: var(--blue-900);
  line-height: 1.25;
}

.contact-card-grid p {
  margin: 0;
  color: var(--gray-700);
}

.contact-card-grid a {
  color: var(--blue-700);
  font-weight: 850;
}

.contact-form-card {
  max-width: 560px;
  margin: 34px auto 0;
  border-color: var(--gray-200);
  box-shadow: var(--shadow);
}

.leadlovers-form {
  gap: 16px;
}

.leadlovers-form .form-ll {
  width: 100%;
  border: 1px solid var(--gray-200);
  border-radius: 10px;
  padding: 14px 15px;
  color: var(--gray-900);
  font: inherit;
  font-size: 0.96rem;
  background: #f8fbfd;
}

.leadlovers-form .form-ll:focus {
  outline: 3px solid rgba(22, 108, 180, 0.2);
  border-color: var(--blue-700);
  background: var(--white);
}

.leadlovers-form button {
  width: 100%;
  margin-top: 4px;
  text-transform: uppercase;
}

.company-method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 38px;
}

.company-method-grid article {
  padding: 28px;
  border: 1px solid rgba(19, 90, 163, 0.12);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(7, 26, 51, 0.08);
}

.company-method-grid span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--blue-700);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.company-method-grid p {
  color: var(--gray-700);
}

.technical-grid,
.application-detail-grid,
.article-list,
.location-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.technical-grid article,
.application-detail,
.article-list article,
.location-grid article {
  padding: 28px;
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(7, 26, 51, 0.08);
}

.technical-grid article span,
.application-detail span,
.article-list article span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--blue-700);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.technical-grid article p,
.application-detail p,
.article-list article p,
.location-grid article p,
.faq-list p {
  color: var(--gray-700);
}

.feature-list {
  display: grid;
  gap: 12px;
}

.feature-list div {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--gray-200);
  border-radius: 14px;
  background: var(--white);
}

.feature-list strong {
  color: var(--blue-900);
}

.feature-list span {
  color: var(--gray-700);
}

.application-detail-grid,
.article-list {
  grid-template-columns: repeat(2, 1fr);
}

.application-detail ul {
  margin: 18px 0 22px;
  padding-left: 20px;
  color: var(--gray-700);
}

.application-detail a,
.article-list a {
  color: var(--blue-700);
  font-weight: 850;
}

.article-list article {
  min-height: 270px;
}

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 880px;
}

.faq-list details {
  border: 1px solid var(--gray-200);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(7, 26, 51, 0.06);
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--blue-900);
  font-weight: 850;
}

.faq-list p {
  padding: 0 24px 22px;
}

.location-grid {
  grid-template-columns: repeat(2, 1fr);
  max-width: 880px;
}

.diagnostic-page-section {
  padding: 92px 0;
}

.diagnostic-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 0.65fr);
  gap: 56px;
  align-items: start;
}

.steps-compact {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.steps-compact article {
  padding: 22px;
  border: 1px solid var(--gray-200);
  border-radius: 14px;
  background: var(--white);
}

.steps-compact span {
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.steps-compact p {
  color: var(--gray-700);
}

.diagnostic-card-large {
  position: sticky;
  top: 112px;
  border-color: var(--gray-200);
  box-shadow: var(--shadow);
}

.diagnostic-card small {
  color: var(--gray-500);
  line-height: 1.45;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.about-section {
  grid-template-columns: 0.9fr 1.1fr;
}

.about-section .about-copy {
  grid-column: 2;
  grid-row: 1;
}

.about-section .about-logo-panel {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.about-section .authority-strip {
  grid-column: 2;
  grid-row: 2;
}

.about-logo-panel {
  display: grid;
  width: min(100%, 520px);
  min-height: 340px;
  place-items: center;
  justify-self: center;
  align-self: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff, #f4f9fc);
  box-shadow: 0 22px 48px rgba(7, 26, 51, 0.12);
  overflow: hidden;
}

.about-logo-panel img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 360px;
  border-radius: 18px;
  object-fit: contain;
  object-position: center;
  transition: transform 0.24s ease, filter 0.24s ease;
}

.about-logo-panel:hover img {
  transform: translateY(-4px) scale(1.015);
  filter: drop-shadow(0 16px 28px rgba(7, 26, 51, 0.12));
}

.photo-panel {
  position: relative;
  min-height: 560px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.factory-panel {
  background: linear-gradient(140deg, rgba(0,63,115,0.22), rgba(0,63,115,0.62)), repeating-linear-gradient(90deg, #c8d7e2 0 44px, #dde7ef 44px 88px), linear-gradient(135deg, #7f93a8, #dde7ef);
}

.factory-panel::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 10%;
  bottom: 22%;
  height: 210px;
  border-radius: 26px;
  background: linear-gradient(160deg, #e7edf3, #5f7186);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.34), 0 22px 50px rgba(7,26,51,0.28);
}

.photo-label {
  position: absolute;
  left: 28px;
  bottom: 28px;
  padding: 14px 18px;
  color: var(--white);
  border-radius: 12px;
  background: rgba(0, 63, 115, 0.86);
  font-weight: 850;
}

.authority-strip {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.authority-strip div {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--gray-200);
}

.authority-strip strong {
  color: var(--blue-900);
}

.authority-strip span {
  color: var(--gray-700);
}

.application-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.application-card {
  overflow: hidden;
  border: 2px solid rgba(19, 90, 163, 0.16);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(7, 26, 51, 0.08);
}

.application-card h3,
.application-card p,
.application-card a {
  margin-left: 22px;
  margin-right: 22px;
}

.application-card a {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--blue-700);
  font-weight: 850;
}

.application-image {
  height: 180px;
  margin-bottom: 24px;
  background: linear-gradient(135deg, var(--blue-100), var(--white));
  overflow: hidden;
}

.application-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.24s ease, filter 0.24s ease;
}

.application-card:hover .application-image img {
  transform: scale(1.04);
  filter: saturate(1.04) contrast(1.02);
}

.petfood .application-image { background: radial-gradient(circle at 30% 50%, #a96c39 0 12%, transparent 13%), radial-gradient(circle at 62% 48%, #c98a4b 0 10%, transparent 11%), linear-gradient(135deg, #f3e4cf, #d7e7f4); }
.food .application-image { background: radial-gradient(circle at 34% 50%, #f0b64a 0 13%, transparent 14%), radial-gradient(circle at 64% 44%, #d26c42 0 10%, transparent 11%), linear-gradient(135deg, #fff4dc, #e7f1f8); }
.biomass .application-image { background: radial-gradient(circle at 30% 52%, #6e8f44 0 12%, transparent 13%), radial-gradient(circle at 62% 50%, #b99045 0 12%, transparent 13%), linear-gradient(135deg, #edf3db, #d7e7f4); }
.materials .application-image { background: radial-gradient(circle at 34% 52%, #7c8da0 0 12%, transparent 13%), radial-gradient(circle at 64% 48%, #374a5d 0 10%, transparent 11%), linear-gradient(135deg, #e4eaf0, #f8fbfd); }

.application-note {
  max-width: 840px;
  padding: 22px 26px;
  border: 1px solid var(--gray-200);
  border-radius: 14px;
  background: var(--white);
}

.panel-card {
  min-height: 250px;
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.click-carousel {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 0;
  border: 0;
  background: var(--blue-950);
  cursor: pointer;
  overflow: hidden;
  text-align: left;
}

.click-carousel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease, opacity 0.2s ease;
}

.click-carousel:hover img {
  transform: scale(1.025);
}

.click-carousel.is-changing img {
  transform: scale(1.035);
}

.click-carousel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(0, 31, 56, 0.62));
  pointer-events: none;
}

.click-carousel span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  padding: 9px 13px;
  color: var(--white);
  border-radius: 999px;
  background: rgba(0, 63, 115, 0.84);
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(7, 26, 51, 0.18);
}

.click-carousel small {
  position: absolute;
  right: 18px;
  bottom: 22px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.lab-section {
  padding: 96px 0;
}

.lab-hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}

.lab-copy > p:not(.eyebrow) {
  max-width: 720px;
  color: var(--gray-700);
  font-size: 1.08rem;
  line-height: 1.65;
}

.lab-steps span {
  color: #1f8f5f;
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.lab-visual {
  position: relative;
  aspect-ratio: 1400 / 788;
  min-height: 0;
  border: 1px solid rgba(19, 90, 163, 0.16);
  border-radius: 30px;
  background: var(--blue-950);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.lab-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(19, 90, 163, 0.08) 1px, transparent 1px), linear-gradient(0deg, rgba(19, 90, 163, 0.06) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  z-index: 1;
}

.lab-visual .click-carousel {
  min-height: 0;
  height: 100%;
}

.lab-visual .click-carousel span,
.lab-visual .click-carousel small {
  z-index: 2;
}

.lab-screen {
  position: absolute;
  top: 42px;
  right: 42px;
  width: 210px;
  height: 132px;
  padding: 22px;
  border-radius: 18px;
  background: var(--blue-950);
  box-shadow: 0 20px 42px rgba(7, 26, 51, 0.24);
}

.lab-screen span {
  display: block;
  height: 10px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #58b7df;
}

.lab-screen span:nth-child(2) { width: 70%; background: #1f8f5f; }
.lab-screen span:nth-child(3) { width: 86%; background: var(--orange); }

.lab-dryer {
  position: absolute;
  right: 86px;
  bottom: 118px;
  width: 280px;
  height: 118px;
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff, #8ea1b4);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.42), 0 26px 48px rgba(7, 26, 51, 0.18);
}

.lab-bench {
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: 58px;
  height: 44px;
  border-radius: 18px;
  background: linear-gradient(90deg, #003f73, #166cb4);
}

.lab-scale {
  position: absolute;
  left: 64px;
  bottom: 118px;
  width: 118px;
  height: 76px;
  border-radius: 18px 18px 10px 10px;
  background: linear-gradient(145deg, #ffffff, #d8e5ee);
  box-shadow: 0 18px 36px rgba(7, 26, 51, 0.14);
}

.lab-sample {
  position: absolute;
  bottom: 120px;
  width: 52px;
  height: 70px;
  border: 4px solid rgba(22, 108, 180, 0.85);
  border-radius: 14px 14px 20px 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(31, 143, 95, 0.22));
}

.sample-one { left: 210px; }
.sample-two { left: 282px; height: 58px; }

.lab-tube {
  position: absolute;
  bottom: 116px;
  width: 18px;
  height: 116px;
  border: 3px solid var(--blue-700);
  border-top: 0;
  border-radius: 0 0 14px 14px;
  background: linear-gradient(180deg, transparent 45%, rgba(242, 140, 40, 0.36) 46%);
}

.tube-one { left: 370px; transform: rotate(-8deg); }
.tube-two { left: 410px; height: 96px; transform: rotate(8deg); }

.lab-sample-proof {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: center;
  margin-top: 42px;
  padding: 22px;
}

.lab-sample-copy {
  padding: 8px 4px 8px 10px;
}

.lab-sample-copy h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.lab-sample-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--gray-700);
  line-height: 1.55;
}

.lab-sample-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.lab-sample-images figure {
  position: relative;
  min-height: 220px;
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #eef2f5;
}

.lab-sample-images img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.24s ease, filter 0.24s ease;
}

.lab-sample-images figure:hover img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.02);
}

.lab-sample-images figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 12px;
  color: var(--blue-950);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(7, 26, 51, 0.12);
}

.lab-process-block {
  margin-top: 76px;
}

.lab-steps p,
.lab-cta p {
  color: var(--gray-700);
}

.lab-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.lab-steps::before {
  content: "";
  position: absolute;
  top: 49px;
  left: 28px;
  right: 28px;
  height: 2px;
  background: linear-gradient(90deg, rgba(31, 143, 95, 0.08), rgba(31, 143, 95, 0.5), rgba(22, 108, 180, 0.48), rgba(242, 140, 40, 0.18));
  opacity: 0.65;
  z-index: 0;
}

.lab-steps article {
  position: relative;
  z-index: 1;
  min-height: 250px;
  padding: 26px 24px 24px;
  border: 1px solid rgba(19, 90, 163, 0.16);
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff 0%, #f4f9fc 100%);
  box-shadow: 0 18px 42px rgba(7, 26, 51, 0.06);
}

.lab-steps article::before {
  content: "";
  position: absolute;
  top: 43px;
  right: -16px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--white);
  border-radius: 999px;
  background: linear-gradient(135deg, #1f8f5f, #58b7df);
  box-shadow: 0 0 0 4px rgba(88, 183, 223, 0.12), 0 8px 18px rgba(7, 26, 51, 0.12);
  z-index: 2;
}

.lab-steps article::after {
  content: "";
  position: absolute;
  top: 49px;
  right: -20px;
  width: 20px;
  height: 2px;
  background: linear-gradient(90deg, rgba(31, 143, 95, 0.52), rgba(88, 183, 223, 0.32));
  box-shadow: 0 0 12px rgba(88, 183, 223, 0.2);
}

.lab-steps article:last-child::before,
.lab-steps article:last-child::after {
  display: none;
}

.lab-steps article span {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 28px;
  color: var(--white);
  border-radius: 14px;
  background: linear-gradient(135deg, #1f8f5f, var(--blue-700));
  letter-spacing: 0;
}

.lab-steps article h3 {
  margin-bottom: 12px;
  font-size: 1.05rem;
}

.lab-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 82px;
  padding: 34px;
  color: var(--white);
  border-radius: 24px;
  background: linear-gradient(135deg, var(--blue-950), #003f73);
  box-shadow: var(--shadow);
}

.lab-cta h2 {
  margin-bottom: 8px;
  color: var(--white);
}

.lab-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.steps-line {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 42px;
}

.steps-line article {
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 16px;
  background: rgba(255,255,255,0.08);
}

.steps-line span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.15em;
}

.steps-line h3 {
  color: var(--white);
}

.steps-line p {
  color: rgba(255,255,255,0.74);
}

.center-action {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 34px 0 22px;
}

.article-grid article {
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  background: var(--white);
}

.article-grid span {
  display: inline-flex;
  margin-bottom: 42px;
  color: var(--blue-700);
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.article-grid a {
  color: var(--blue-700);
  font-weight: 850;
}

.final-cta {
  padding: 72px 0;
}

.final-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.55fr);
}

.final-grid h2 {
  max-width: 790px;
}

.final-grid p {
  max-width: 760px;
}

.diagnostic-card {
  display: grid;
  gap: 14px;
  padding: 26px;
  color: var(--blue-950);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.diagnostic-card h3 {
  margin-bottom: 4px;
}

.diagnostic-card label {
  display: grid;
  gap: 6px;
  color: var(--blue-900);
  font-size: 0.86rem;
  font-weight: 850;
}

.diagnostic-card input,
.diagnostic-card textarea {
  width: 100%;
  border: 1px solid var(--gray-200);
  border-radius: 10px;
  padding: 13px 14px;
  color: var(--gray-900);
  font: inherit;
  font-size: 0.95rem;
  background: #f8fbfd;
}

.diagnostic-card input:focus,
.diagnostic-card textarea:focus {
  outline: 3px solid rgba(22, 108, 180, 0.2);
  border-color: var(--blue-700);
  background: var(--white);
}

.diagnostic-card button {
  margin-top: 4px;
  cursor: pointer;
}

.site-footer {
  padding: 64px 0 28px;
  color: rgba(255,255,255,0.74);
  background: var(--blue-950);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(5, 1fr);
  gap: 30px;
}

.site-footer h3 {
  color: var(--white);
}

.footer-brand p {
  max-width: 360px;
  margin-top: 18px;
}

.site-footer h3 {
  margin-bottom: 16px;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer a,
.site-footer span {
  display: block;
  margin: 9px 0;
  font-size: 0.93rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.blog-index-section {
  padding: 42px 0 6px;
}

.blog-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.blog-category-grid a {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(7, 26, 51, 0.055);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.blog-category-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(22, 108, 180, 0.22);
  box-shadow: 0 18px 38px rgba(7, 26, 51, 0.08);
}

.blog-category-grid span,
.featured-post-card span,
.blog-card-grid span {
  color: var(--blue-700);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-category-grid strong {
  color: var(--blue-950);
}

.blog-section {
  padding-top: 72px;
}

.featured-post-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
  margin-top: 34px;
  padding: 28px;
  border: 1px solid rgba(19, 90, 163, 0.14);
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff, #f8fbfd);
  box-shadow: 0 18px 45px rgba(7, 26, 51, 0.08);
}

.featured-post-card h3 {
  margin: 14px 0 12px;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.featured-post-card p,
.blog-card-grid p {
  color: var(--gray-700);
  line-height: 1.55;
}

.featured-post-card a,
.blog-card-grid a {
  color: var(--blue-700);
  font-weight: 850;
}

.featured-post-card figure {
  margin: 0;
  padding: 14px;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(7, 26, 51, 0.06);
}

.featured-post-card img {
  display: block;
  width: 100%;
  border-radius: 14px;
  object-fit: contain;
}

.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 22px;
}

.blog-card-grid article {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(7, 26, 51, 0.08);
}

.blog-card-grid h3 {
  margin-bottom: 0;
}

.post-placeholder {
  background: linear-gradient(145deg, #ffffff, #f8fbfd);
}

@media (max-width: 1080px) {
  .site-header {
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero-grid,
  .page-hero-grid,
  .split,
  .technology-section,
  .lab-hero-grid,
  .about-section,
  .control-grid,
  .final-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 18px;
  }

  .impact-grid,
  .application-grid,
  .article-grid,
  .technical-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trusted-logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .delivered-project-card {
    min-height: auto;
  }

  .project-delivered-card,
  .project-delivered-card-reverse {
    grid-template-columns: 1fr;
  }

  .project-delivered-card-reverse .project-delivered-image,
  .project-delivered-card-reverse .project-delivered-content {
    order: initial;
  }

  .project-delivered-image img {
    min-height: 0;
    height: auto;
    object-fit: contain;
  }

  .project-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .diagnostic-layout,
  .feature-list div {
    grid-template-columns: 1fr;
  }

  .tech-intro-section {
    grid-template-columns: 1fr;
  }

  .application-segment-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .diagnostic-card-large {
    position: static;
  }

  .impact-grid article:nth-child(2) {
    border-right: 0;
  }

  .impact-grid article:nth-child(-n+2) {
    border-bottom: 1px solid var(--gray-200);
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .site-header {
    gap: 14px;
    padding: 10px 16px;
  }

  .header-logo {
    width: 80px;
  }

  .footer-logo {
    width: 140px;
  }

  .header-cta {
    width: 100%;
  }

  .section-cta,
  .section-cta.align-start {
    justify-content: stretch;
  }

  .section-cta .btn {
    width: 100%;
  }

  .main-nav {
    gap: 18px;
    font-size: 0.88rem;
  }

  .hero,
  .page-hero,
  .pain-section,
  .applications-section,
  .diagnostic-section,
  .impact-section,
  .trusted-section,
  .delivered-projects-section,
  .technology-section,
  .lab-section,
  .about-section,
  .content-section,
  .control-section {
    padding: 20px 0 40px;
  }

  .tech-page-hero {
    padding: 38px 0 34px;
  }

  .tech-page-hero .page-hero-grid {
    gap: 26px;
  }

  .tech-hero-image {
    justify-self: stretch;
    width: 100%;
    padding: 10px;
  }

  .applications-hero-image {
    justify-self: stretch;
    width: 100%;
    padding: 10px;
  }

  .projects-page-hero .page-hero-grid {
    grid-template-columns: 1fr;
  }

  .tech-visual-panel,
  .application-mosaic,
  .editorial-panel,
  .institutional-panel,
  .contact-hero-panel,
  .diagnostic-summary {
    justify-self: stretch;
    width: 100%;
  }

  .company-about-section .split,
  .company-method-grid {
    grid-template-columns: 1fr;
  }

  .company-image-panel {
    position: static;
    order: 2;
    padding: 10px;
  }

  .company-about-section .section-heading {
    order: 1;
  }

  .company-method-grid article {
    padding: 22px;
  }

  .contact-layout,
  .contact-card-grid {
    grid-template-columns: 1fr;
  }

  .contact-section {
    padding-top: 42px;
  }

  .contact-form-card {
    position: static;
  }

  .contact-hero-panel .btn {
    width: 100%;
    justify-self: stretch;
  }

  .company-facts-section .tech-intro-heading h2 {
    white-space: normal;
  }

  .tech-intro-section {
    padding: 28px 0 10px;
  }

  .tech-intro-section article {
    padding: 20px;
  }

  .tech-function-section {
    padding-top: 42px;
  }

  .application-segments-section {
    padding-top: 42px;
  }

  .application-segment-list {
    grid-template-columns: 1fr;
  }

  .project-intro-section {
    padding: 38px 0 4px;
  }

  .project-showcase-section {
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .project-image-grid {
    grid-template-columns: 1fr;
  }

  .research-card-grid,
  .study-result-grid {
    grid-template-columns: 1fr;
  }

  .process-visual-grid,
  .comparison-photo-pair,
  .hybrid-photo-layout {
    grid-template-columns: 1fr;
  }

  .comparison-photo-pair img,
  .hybrid-photo-layout img {
    height: 220px;
  }

  .photo-callout-list span {
    white-space: normal;
  }

  .research-card-grid article,
  .study-result-grid article,
  .research-source-note {
    padding: 22px;
  }

  .application-segment-card {
    padding: 0 16px 18px;
  }

  .application-segment-visual {
    height: 170px;
    margin: 0 -16px 12px;
  }

  .final-actions {
    justify-content: stretch;
  }

  .final-actions .btn {
    width: 100%;
  }

  .blog-category-grid,
  .blog-card-grid,
  .featured-post-card {
    grid-template-columns: 1fr;
  }

  .featured-post-card {
    padding: 20px;
  }

  .blog-card-grid article {
    min-height: auto;
  }

  .hero {
    padding-top: 56px;
  }

  .hero-actions {
    margin-bottom: 0;
  }

  h1 {
    font-size: clamp(2.35rem, 14vw, 4rem);
  }

  h2 {
    font-size: clamp(1.65rem, 8vw, 2.35rem);
  }

  .trusted-logo-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .trusted-logo-grid article {
    min-height: 92px;
    padding: 18px 16px;
    border-radius: 14px;
  }

  .trusted-logo-grid img {
    max-width: 116px;
    max-height: 48px;
  }

  .delivered-projects-grid {
    gap: 18px;
  }

  .delivered-project-copy {
    padding: 18px 18px 16px;
  }

  #impact-title {
    white-space: normal;
  }

  .hero-visual {
    min-height: 120px;
  }

  .hero-equipment-image {
    width: 100%;
    max-height: 390px;
    margin: 0 24px;
  }

  .hero-wave-canvas {
    display: none;
  }

  .machine-card {
    height: 410px;
  }

  .machine-top {
    left: 24px;
    width: 58%;
  }

  .machine-body {
    left: 18px;
    right: 18px;
  }

  .panel {
    right: 24px;
    width: 104px;
  }

  .caption-box {
    left: 18px;
    right: 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .machine-scale {
    left: 18px;
  }

  .engineering-readout {
    display: none;
  }

  .impact-grid,
  .pain-list,
  .application-grid,
  .application-detail-grid,
  .delivered-projects-grid,
  .project-process-grid,
  .technical-grid,
  .article-list,
  .location-grid,
  .article-grid,
  .steps-line,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .control-grid {
    gap: 28px;
    padding: 26px;
  }

  .technology-bullets {
    grid-template-columns: 1fr;
  }

  .technology-section {
    gap: 22px;
    padding-bottom: 24px;
  }

  .about-section .about-copy,
  .about-section .about-logo-panel,
  .about-section .authority-strip {
    grid-column: auto;
    grid-row: auto;
  }

  .about-logo-panel {
    justify-self: center;
    width: min(100%, 360px);
    min-height: 260px;
    padding: 14px;
  }

  .about-logo-panel img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 280px;
  }

  .control-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .diagnostic-card {
    padding: 20px;
  }

  .tech-visual-panel,
  .application-mosaic,
  .editorial-panel,
  .institutional-panel,
  .diagnostic-summary {
    padding: 20px;
  }

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

  .impact-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--gray-200);
  }

  .impact-grid article:last-child {
    border-bottom: 0;
  }

  .photo-panel {
    min-height: 360px;
  }

  .lab-visual {
    min-height: 0;
  }

  .lab-visual .click-carousel {
    min-height: 0;
    height: 100%;
  }

  .lab-screen {
    top: 24px;
    right: 24px;
    width: 160px;
  }

  .lab-dryer {
    right: 38px;
    width: 210px;
  }

  .lab-steps {
    grid-template-columns: 1fr;
    overflow-x: visible;
  }

  .lab-steps::before {
    display: none;
  }

  .lab-steps article {
    min-height: auto;
  }

  .lab-steps article::before,
  .lab-steps article::after {
    display: none;
  }

  .lab-sample-proof {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 16px;
  }

  .lab-sample-images {
    gap: 10px;
  }

  .lab-sample-images figure {
    min-height: 170px;
  }

  .lab-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 26px;
  }

  .authority-strip div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .final-grid {
    gap: 24px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 8px 4px;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 11;
}

.hamburger span {
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 2px;
  background: var(--blue-900);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 720px) {
  .header-cta {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .main-nav {
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 16px 0 8px;
    gap: 14px;
    order: 3;
  }

  .main-nav.open {
    display: flex;
  }
}

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