html {
  font-size: 16px;
}

body {
  background-color: #f3f6fb;
  color: #1b2a4e;
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  min-height: 100vh;
  padding-bottom: 140px;
}

.bg-primary-gradient {
  background: linear-gradient(135deg, #1f6feb 0%, #1460d2 100%);
}

.bg-animated {
  background: linear-gradient(120deg, rgba(20, 96, 210, 0.95), rgba(8, 52, 122, 0.95), rgba(31, 111, 235, 0.9));
  background-size: 240% 240%;
  animation: gradientShift 16s ease infinite;
}

.site-header .navbar-brand {
  letter-spacing: 0.5px;
}

.topbar {
  background: rgba(8, 29, 66, 0.9);
  color: #c9d9ff;
  padding: 0.35rem 0;
  font-size: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar__badge {
  background: rgba(31, 111, 235, 0.18);
  border: 1px solid rgba(31, 111, 235, 0.35);
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.topbar__text,
.topbar__contact {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.main-content {
  padding-top: 2rem;
  padding-bottom: 4rem;
  animation: fadeIn 0.8s ease;
}

.site-footer {
  background-color: #0d1b42;
  color: rgba(255, 255, 255, 0.75);
  padding: 1.5rem 0;
}

.site-footer--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1020;
  box-shadow: 0 -15px 35px rgba(8, 20, 50, 0.18);
}

.site-footer .text-muted {
  color: rgba(255, 255, 255, 0.55) !important;
}

.hero {
  padding: 5rem 0 2rem;
  background: linear-gradient(140deg, rgba(31, 111, 235, 0.18) 0%, rgba(20, 96, 210, 0.05) 65%), #f3f6fb;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(31, 111, 235, 0.25), transparent 55%),
              radial-gradient(circle at bottom left, rgba(8, 52, 122, 0.18), transparent 50%);
  opacity: 0.9;
  pointer-events: none;
  animation: pulseGlow 12s ease-in-out infinite;
}

.hero__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #0d1b42;
  margin-bottom: 1rem;
  animation: fadeInDown 0.8s ease both;
}

.hero__subtitle {
  font-size: 1.1rem;
  color: #4d5f91;
  max-width: 540px;
  animation: fadeInDown 1.1s ease both;
}

.hero__card {
  background: #1f6feb;
  border-radius: 1rem;
  color: #fff;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  animation: floatUp 6s ease-in-out infinite;
}

.hero__card-title {
  font-size: 1.5rem;
  font-weight: 600;
}

.section {
  padding: 2rem 0;
}

.section--padded {
  padding: 3rem 0;
}

.section__title {
  font-weight: 700;
  color: #0d1b42;
}

.info-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  gap: 1.25rem;
  align-items: center;
  box-shadow: 0 15px 35px rgba(15, 40, 86, 0.06);
  border: 1px solid rgba(79, 112, 171, 0.07);
  position: relative;
  overflow: hidden;
  animation: fadeInUp 0.8s ease both;
}

.info-card__icon {
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  font-size: 1.5rem;
}

.info-card__label {
  margin-bottom: 0.35rem;
  font-size: 0.9rem;
  color: #4d5f91;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.info-card__value {
  margin: 0;
  font-weight: 700;
  color: #0d1b42;
}

.nobet-card {
  background: #f8fbff;
  border: 1px solid rgba(31, 111, 235, 0.15);
  border-radius: 0.75rem;
  padding: 1rem;
  box-shadow: 0 10px 25px rgba(15, 40, 86, 0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  animation: fadeInUp 0.9s ease both;
}

.nobet-card__title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.nobet-card__info {
  color: #4d5f91;
  margin-bottom: 0.5rem;
}

.nobet-card__badge {
  font-size: 0.8rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
}

.nobet-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(8, 29, 66, 0.12);
}

.card {
  border: none;
  border-radius: 1rem;
  animation: fadeIn 0.9s ease;
}

.table > :not(caption) > * > * {
  padding: 1rem;
}

.table thead {
  background-color: rgba(31, 111, 235, 0.08);
  color: #0d1b42;
}

.table tbody tr + tr {
  border-top: 1px solid rgba(79, 112, 171, 0.12);
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.82);
  color: #fff;
}

.btn-outline-light:hover {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.btn-glass {
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.btn-glass:hover {
  color: #0d1b42;
  background-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(12, 27, 61, 0.25);
}

.badge.bg-primary-subtle {
  background-color: rgba(31, 111, 235, 0.12) !important;
  color: #1f6feb !important;
}

@media (max-width: 767.98px) {
  .hero {
    padding: 3rem 0;
  }

  .hero__title {
    font-size: 2.1rem;
  }

  .info-card {
    flex-direction: column;
    text-align: center;
  }
}

.alert {
  border-radius: 0.75rem;
  border: none;
  box-shadow: 0 10px 25px rgba(15, 40, 86, 0.08);
  animation: fadeIn 0.6s ease both;
}

.btn-close:focus {
  box-shadow: none;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes pulseGlow {
  0%,
  100% {
    opacity: 0.85;
  }
  50% {
    opacity: 0.6;
  }
}

@keyframes floatUp {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}