/* ==========================================================================
   Google Business Profile & Justdial Trust Cards Component
   ========================================================================== */

.hk-trust-section {
  background-color: #0d0d0d;
  padding: 80px 24px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-family: 'Manrope', sans-serif;
}

.hk-trust-section::before {
  content: "";
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 400px;
  background: radial-gradient(circle, rgba(248, 180, 0, 0.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.hk-trust-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hk-trust-header {
  text-align: center;
  margin-bottom: 50px;
}

.hk-trust-badge {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(248, 180, 0, 0.08);
  color: #f8b400;
  border: 1px solid rgba(248, 180, 0, 0.2);
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  margin-bottom: 16px;
}

.hk-trust-header h2 {
  font-family: 'Space Grotesk', 'Outfit', sans-serif;
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px 0;
  line-height: 1.25;
}

.hk-trust-header h2 span {
  color: #f8b400;
}

.hk-trust-header p {
  color: #a8a8a8;
  font-size: 1.6rem;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

.hk-trust-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

@media (max-width: 768px) {
  .hk-trust-cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .hk-trust-section {
    padding: 60px 16px;
  }
}

@media (max-width: 480px) {
  .hk-trust-card {
    padding: 24px 20px;
    border-radius: 16px;
  }
  .hk-trust-rating-number {
    font-size: 4.2rem;
  }
  .hk-trust-rating-number span {
    font-size: 1.8rem;
  }
  .hk-trust-brand-text {
    font-size: 1.8rem;
  }
  .hk-trust-reviews-count {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .hk-trust-desc {
    font-size: 1.35rem;
    margin-bottom: 24px;
    line-height: 1.5;
  }
  .hk-trust-btn {
    padding: 12px 20px;
    font-size: 1.4rem;
    border-radius: 10px;
  }
  .hk-trust-logo-box i {
    font-size: 2.2rem;
  }
  .hk-verified-badge {
    padding: 4px 10px;
    font-size: 1.05rem;
  }
}

.hk-trust-card {
  background: rgba(20, 20, 20, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 40px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hk-trust-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top right, rgba(248, 180, 0, 0.03), transparent 60%);
  pointer-events: none;
}

.hk-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(248, 180, 0, 0.3);
  box-shadow: 0 20px 45px -15px rgba(0, 0, 0, 0.9), 0 0 30px 0 rgba(248, 180, 0, 0.06);
}

.hk-trust-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.hk-trust-logo-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hk-trust-logo-box i {
  font-size: 2.8rem;
  line-height: 1;
}

.hk-trust-brand-text {
  font-family: 'Space Grotesk', 'Outfit', sans-serif;
  font-size: 2.0rem;
  font-weight: 700;
  color: #ffffff;
}

.hk-verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #25d366;
  background: rgba(37, 211, 102, 0.06);
  padding: 6px 12px;
  border-radius: 50px;
  border: 1px solid rgba(37, 211, 102, 0.15);
  letter-spacing: 0.05rem;
}

.hk-verified-badge i {
  font-size: 1.2rem;
  animation: hk-pulse 2s infinite ease-in-out;
}

@keyframes hk-pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.25); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}

.hk-trust-rating-block {
  margin-bottom: 16px;
}

.hk-trust-rating-number {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 5.2rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 8px;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.hk-trust-rating-number span {
  font-size: 2.2rem;
  color: #555555;
  font-weight: 600;
}

.hk-trust-stars {
  color: #f8b400;
  font-size: 1.5rem;
  margin-bottom: 12px;
  display: flex;
  gap: 5px;
}

.hk-trust-reviews-count {
  font-size: 1.9rem;
  font-weight: 800;
  color: #f8b400;
  margin-bottom: 16px;
  letter-spacing: -0.02rem;
}

.hk-trust-desc {
  color: #a8a8a8;
  font-size: 1.45rem;
  line-height: 1.6;
  margin: 0 0 32px 0;
  flex-grow: 1;
}

.hk-trust-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 15px 24px;
  border-radius: 12px;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-sizing: border-box;
}

.hk-trust-btn-google {
  background: #f8b400;
  color: #0b0b0b;
  box-shadow: 0 4px 15px rgba(248, 180, 0, 0.15);
}

.hk-trust-btn-google:hover {
  background: #ffffff;
  color: #0b0b0b;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(248, 180, 0, 0.3);
}

.hk-trust-btn-jd {
  background: transparent;
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
}

.hk-trust-btn-jd:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: #ff6a00;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 106, 0, 0.2);
}

.hk-trust-btn i {
  font-size: 1.3rem;
  transition: transform 0.3s ease;
}

.hk-trust-btn:hover i {
  transform: translate(2px, -2px);
}
