/* ===== VISUAL TECH HERO ===== */
.tech-visual-hero {
  position: relative;
  padding: 180px 0;
  background-image: url('https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1600&q=80');
  background-size: cover;
  background-position: center;
  color: #fff;
}

.tech-visual-hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 37, 64, 0.75);
}

.tech-visual-hero .container {
  position: relative;
}

.tech-visual-hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
}

/* LANDSCAPE */
.tech-landscape {
  padding: 120px 0;
  background: #f7f9fc;
}

.tech-tile {
  background: #fff;
  padding: 40px 30px;
  border-radius: 22px;
  text-align: center;
  height: 100%;
  box-shadow: 0 25px 50px rgba(0,0,0,0.1);
  transition: all 0.35s ease;
}

.tech-tile:hover {
  transform: translateY(-12px);
}

.tech-tile img {
  height: 64px;
  margin-bottom: 20px;
}

.tech-tile h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.tech-tile p {
  font-size: 0.95rem;
  color: #555;
}

/* MOTION STRIP */
.tech-motion-strip {
  padding: 80px 0;
  background: linear-gradient(135deg, #0d6efd, #00c6ff);
  color: #fff;
  font-weight: 600;
}

/* CTA */
.tech-modern-cta {
  padding: 120px 0;
  background: #0a2540;
  color: #fff;
}
