
.hero.utim-hero-thermal {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.hero.utim-hero-thermal::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(239, 59, 45, 0.08), transparent, rgba(255, 170, 80, 0.1), transparent);
  background-size: 320% 320%;
  animation: utim-scanSweep 8s linear infinite;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.4;
  z-index: 1;
}

.hero.utim-hero-thermal .hero-content {
  position: relative;
  z-index: 2;
}

.hero.utim-hero-thermal .hero-title,
.hero.utim-hero-thermal .hero-subtitle {
  text-shadow: 0 0 10px rgba(239, 59, 45, 0.18);
}

.hero.utim-hero-thermal .drone-placeholder {
  opacity: 0;
}

.hero.utim-hero-thermal .drone-placeholder.glitch {
  animation: none;
}

.hero.utim-hero-thermal .drone-placeholder.thermal-on {
  animation: utim-thermalFade 1.8s ease-out forwards;
  filter: none;
}

@keyframes utim-scanSweep {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes utim-thermalFade {
  0% { opacity: 0; }
  40% { opacity: 0.85; }
  100% { opacity: 1; }
}

/* =========== */
.utim-text-head {
  color: #000;

/* aad_sub_title_40 */
font-family: Roboto;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 120% */
}

.unseen-section {
	background: #f8f8f8;
}

.unseen-section .section-title {
  margin-bottom: 20px;
}

.unseen-content {
	display: grid;
	grid-template-columns: minmax(445px, 1035px) minmax(200px, 445px);
	gap: 40px;
	align-items: center;
}
.unseen-content-revert {
	grid-template-columns: minmax(200px, 445px) minmax(445px, 1035px) !important;
}

.unseen-image {
	background: #d0d0d0;
	width: 100%;
	max-height: 395px;
	height: 100%;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.unseen-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.unseen-text {
	padding: 70px 0;
}
.unseen-text p {
	margin-bottom: 20px;
	line-height: 1.8;
}
.unseen-text-title {
	font-size: 2rem !important;
	font-weight: 700;
	color: #2c2c2c;
	line-height: 1.2 !important;
}
 .unseen-text-bold {
	font-weight: 700 !important;
}

@media (max-width: 1100px) {
  .unseen-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .unseen-text {
    padding: 20px 0 0 0;
  }
  .unseen-image {
    max-height: none;
  }
  .utim-text-head {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .unseen-content {
    gap: 18px;
  }
  .unseen-text-title {
    font-size: 1.6rem !important;
  }
  .utim-text-head {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 480px) {
  .utim-text-head {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}

/* Mission-Tailored Optics (bg cards) */
.bg-cards-section {
  background: #0f0f0f url('/images/utim_d/aad_img_v1_utim_d__08.webp') center/cover no-repeat;
  color: #d7d7d7;
  padding: 100px 20px;
  opacity: 1;
  transform: none !important;
}

.bg-cards-section .bg-cards-container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 22px;
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.bg-cards-section.animate-right .bg-cards-container {
  transform: translateX(100px);
}

.bg-cards-section.visible .bg-cards-container {
  opacity: 1;
  transform: none;
}

.bg-cards-title {
  color: var(--aad_c_grey_02, #d7d7d7);
  text-align: center;
  font-family: Roboto, Arial, sans-serif;
  font-size: clamp(2.8rem, 6vw, 85px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.04;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.bg-cards-subtitle {
  color: #d7d7d7;
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
}

.bg-cards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 350px;
  align-items: stretch;
}

.bg-cards-card {
  background: rgba(244, 244, 244, 0.95);
  border-radius: 20px;
  padding: 40px;
  color: #0b0b0b;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  max-width: 440px;
  width: calc(100% / 3 - 30px);
}

.bg-cards-card h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #0b0b0b;
}

.bg-cards-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #111;
}

@media (max-width: 1100px) {
  .bg-cards-grid {
    margin-top: 220px;
  }
}

@media (max-width: 720px) {
  .bg-cards-section {
    padding: 90px 16px;
  }
  .bg-cards-grid {
    margin-top: 140px;
  }
}

@media (max-width: 900px) {
  .bg-cards-card {
    width: calc(50% - 30px);
  }
}

@media (max-width: 600px) {
  .bg-cards-card {
    width: 100%;
  }
}

/* UTIM page styles */
:root {
  --utim-red: #ef3b2d;
  --utim-bg: #f7f7f7;
  --utim-card: #ffffff;
  --utim-border: #e5e5e5;
}

body {
  background: #ffffff;
  color: #101010;
}

.utim-section {
  background: #fff;
  color: #0b0b0b;
  position: relative;
  overflow: hidden;
}

.utim-section.muted { background: var(--utim-bg); }

.utim-container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 90px 22px;
}

.utim-lead {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.utim-title-center { text-align: center; }

.utim-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 36px;
  align-items: center;
}

.utim-eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.95rem;
  color: var(--utim-red);
  font-weight: 600;
  margin-bottom: 10px;
}

.utim-title {
  font-size: clamp(2.1rem, 4.4vw, 3.4rem);
  line-height: 1.1;
  margin-bottom: 14px;
  text-transform: uppercase;
  color: #0b0b0b;
}

.utim-title-85 {
  font-size: clamp(2.8rem, 6vw, 85px);
  line-height: 1.04;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2c2c2c;
  margin: 0 0 18px;
}

.utim-text-head {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #000;
  margin: 0 0 12px;
}

.section-text {
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}

.utim-sub {
  font-size: 1.05rem;
  color: #555;
  margin: 0 auto 20px;
  line-height: 1.7;
  max-width: 520px;
  text-align: center;
}

.utim-adv-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.utim-card {
  background: var(--utim-card);
  border: 1px solid var(--utim-border);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  min-height: 200px;
}

.utim-card h3 {
  color: #0f0f0f;
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.utim-card p {
  color: #3a3a3a;
  line-height: 1.65;
  font-size: 0.98rem;
  margin: 0;
}

.utim-split {
  display: grid;
  grid-template-columns: 65% 1fr;
  gap: 32px;
  align-items: flex-start;
}

.utim-split img {
	width: 100%;
	height: auto;
	border-radius: 14px;
	object-fit: cover;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
