/* Generated by tools/build.php - do not edit by hand. */
/* block 1 of 1 */
.exec-card {
    background: rgba(255,255,255,0.05); border-radius: 16px; overflow: hidden;
    box-shadow: 0 8px 40px rgba(0,0,0,0.2); transition: all 0.4s ease;
    height: 100%; border: 1px solid rgba(255,255,255,0.1);
  }
  .exec-card:hover {
    transform: translateY(-10px); box-shadow: 0 20px 60px rgba(232,97,26,0.25);
    border-color: #e8611a;
  }
  .exec-img-wrap {
    position: relative; width: 100%; height: 350px; overflow: hidden; background: #0d1f3c;
  }
  .exec-img-wrap img {
    width: 100%; height: 100%; object-fit: cover; object-position: top center;
    transition: transform 0.5s ease;
  }
  .exec-card:hover .exec-img-wrap img { transform: scale(1.08); }
  .exec-overlay {
    position: absolute; bottom: 0; left: 0; right: 0; height: 120px;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
  }
  .exec-info {
    padding: 24px 20px; text-align: center; background: rgba(255,255,255,0.03);
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .exec-info h4 {
    font-size: 18px; font-weight: 700; color: #fff !important; margin-bottom: 8px;
    transition: color 0.3s ease;
  }
  .exec-card:hover .exec-info h4 { color: #e8611a !important; }
  .exec-info span {
    font-size: 14px; color: #60a5fa; font-weight: 500;
    text-transform: uppercase; letter-spacing: 0.5px;
    transition: color 0.3s ease;
  }
  .exec-card:hover .exec-info span { color: #f0943a !important; }
  @media (max-width: 768px) { .exec-img-wrap { height: 300px; } }
