/* GPS-PRACTICE Homepage Styles */
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');

h1, h2, h3, h4 {
  font-family: 'Audiowide', cursive, sans-serif !important;
}

.hp-flex-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 22px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin-bottom: 50px !important;
  justify-content: space-between !important;
  align-items: stretch !important;
}

.hp-tier-card {
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  padding: 28px !important;
  border-radius: 18px !important;
}

@media (min-width: 1025px) {
  .hp-tier-card-1, .hp-tier-card-2, .hp-tier-card-3 {
    flex: 1 1 30% !important;
    width: 31.5% !important;
    max-width: 31.5% !important;
  }
  .hp-showcase-card {
    flex: 1 1 30% !important;
    width: 31.5% !important;
    max-width: 31.5% !important;
  }
  .hp-insight-card {
    flex: 1 1 48% !important;
    width: 48.5% !important;
    max-width: 48.5% !important;
  }
}

@media (max-width: 1024px) {
  .hp-flex-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }
  .hp-tier-card-1, .hp-tier-card-2, .hp-tier-card-3,
  .hp-showcase-card, .hp-insight-card {
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 0 !important;
  }
}

.hp-tier-card-1 {
  background: #ffffff !important;
  border: 2px solid #077089 !important;
  box-shadow: 0 8px 25px rgba(7,112,137,0.1) !important;
}

.hp-tier-card-2 {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-top: 4px solid #444c4f !important;
  box-shadow: 0 4px 18px rgba(68,76,79,0.06) !important;
}

.hp-tier-card-3 {
  background: linear-gradient(135deg, #444c4f 0%, #077089 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 30px rgba(7,112,137,0.2) !important;
}

.hp-showcase-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  padding: 22px !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
}

.hp-insight-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.04) !important;
  box-sizing: border-box !important;
}