/* LUXURY WHITEPAPERS PAGE */
header.section {
  background: radial-gradient(ellipse at center, rgba(247,216,0,0.1) 0%, transparent 70%);
  padding: 80px 0 !important;
}

header.section h1 {
  font-size: clamp(3rem, 6vw, 5rem) !important;
  font-weight: 800;
  background: linear-gradient(135deg, #f7d800, #00ff7f, #f7d800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 24px;
}

.btn {
  background: linear-gradient(135deg, #f7d800, #00ff7f) !important;
  border: none !important;
  padding: 14px 28px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  color: #000 !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 20px rgba(247,216,0,0.3) !important;
}

.btn:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 30px rgba(0,255,127,0.4) !important;
}

.card {
  background: linear-gradient(145deg, rgba(14,15,20,0.9) 0%, rgba(16,18,24,0.95) 100%) !important;
  border: 1px solid rgba(247,216,0,0.2) !important;
  border-radius: 20px !important;
  padding: 32px !important;
  margin: 32px 0 !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.4) !important;
  transition: all 0.4s ease !important;
}

.card:hover {
  transform: translateY(-8px);
  border-color: rgba(247,216,0,0.4);
  box-shadow: 0 16px 60px rgba(0,0,0,0.5);
}

.card h2 {
  color: #fff !important;
  background: linear-gradient(90deg, #f7d800, #00ff7f) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
