* { box-sizing: border-box; }
body {
  margin: 0;
  overscroll-behavior-x: none;
}
body {
  font-family: 'Inter', sans-serif;
  background-color: #0a0b0f;
  color: #e8eaed;
  overflow-x: hidden;
}
.text-bright { color: #f5f6fa !important; }
.text-soft { color: #a8b2c1 !important; }
.text-glow { color: #ffffff; text-shadow: 0 0 12px rgba(0, 191, 255, 0.3); }
.hero-section { min-height: 90vh; display: flex; align-items: center; justify-content: center; position: relative; padding: 2rem 0; background: linear-gradient(160deg, #0d1117 0%, #0f141b 100%); }
.gradient-bg { background: radial-gradient(circle at top left, #007bff, #00bfff, #007bff); background-size: 400% 400%; opacity: 0.15; animation: gradientMove 12s ease infinite; }
@keyframes gradientMove { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
.hero-image-container { width: 100%; max-width: 480px; background: #11131a; padding: 1rem; border: 1px solid #1e2128; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6); }
.btn-primary { background: linear-gradient(90deg, #007bff, #00bfff); border: none; color: white; }
.btn-primary:hover { filter: brightness(1.15); }
.btn-outline-light { color: #e8eaed; border-color: #e8eaed; }
.btn-outline-light:hover { background: rgba(255, 255, 255, 0.1); }
.card { background-color: #12141b !important; border: 1px solid #1f222a; transition: all 0.3s ease; }
.card:hover { transform: translateY(-4px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6); }
h2, h5 { color: #fff; }
a.btn { min-width: 150px; }
.hero-image-container img { border-radius: 0.75rem; }
.lead.text-soft { color: #c1c5d1 !important; }
.__nCrCaj7K {
  width: 100% !important;
}
.hidden {
  display: none !important;
  /*position: absolute !important;
  z-index: -9999 !important;
  top: -20404px !important;
  opacity: 0 !important;*/
}
