.uae-hero {
  background: linear-gradient(135deg, rgba(7, 76, 108, 0.95), rgba(22, 146, 174, 0.88)),
    url("../img/therapy-bg.jpg") center/cover no-repeat;
  padding: 110px 0;
  color: #fff;
}

.uae-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.15;
}

.uae-hero p {
  font-size: 19px;
  max-width: 720px;
  margin: 20px auto 0;
  color: #f5fafa;
}

.hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 8px 18px;
  border-radius: 50px;
  margin-bottom: 22px;
  font-weight: 600;
  color: #fff;
}

.cta-primary {
  background: #0b8bb5;
  color: #fff;
  padding: 14px 34px;
  border-radius: 50px;
  font-weight: 700;
  display: inline-block;
  margin-top: 28px;
  transition: 0.3s;
}

.cta-primary:hover {
  background: #086f91;
  color: #fff;
  transform: translateY(-2px);
}

.trust-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  height: 100%;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.07);
  transition: 0.3s;
}

.trust-card:hover {
  transform: translateY(-6px);
}

.trust-card i {
  font-size: 38px;
  color: #0b8bb5;
  margin-bottom: 18px;
}

.section-title {
  font-family: "Playfair Display", serif;
  color: #074c6c;
  font-weight: 700;
}

.soft-section {
  background: #f5fbfd;
}

.therapy-list li {
  margin-bottom: 12px;
  font-size: 16px;
}

.therapy-list i {
  color: #0b8bb5;
  margin-right: 8px;
}

.premium-box {
  background: linear-gradient(135deg, #ffffff, #eefaff);
  border-radius: 22px;
  padding: 35px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.08);
}

.final-cta {
  background: linear-gradient(135deg, #074c6c, #0b8bb5);
  color: #fff;
  border-radius: 28px;
  padding: 55px 35px;
}

.final-cta h2 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.final-cta p {
  color: #eefaff;
}

.final-cta .btn:hover {
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .uae-hero {
    padding: 75px 0;
  }

  .uae-hero h1 {
    font-size: 36px;
  }

  .uae-hero p {
    font-size: 16px;
  }

  .premium-box {
    padding: 25px;
  }

  .final-cta {
    padding: 40px 24px;
  }
}