body {
  background: linear-gradient(180deg, #081225, #0a1730 40%, #0e1e38 100%);
  color: #eaf1ff;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #ffcf70;
}

.custom-nav {
  background: rgba(8, 18, 37, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.hero-section {
  min-height: 72vh;
  display: flex;
  align-items: center;
}

.hero-badge {
  background: rgba(46, 196, 255, 0.14);
  color: #8ee2ff;
  font-size: 0.9rem;
  padding: 0.7rem 1rem;
}

.glass-card,
.feature-card,
.table-card {
  background: rgba(18, 39, 68, 0.92);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 1.25rem;
  box-shadow: 0 16px 40px rgba(0,0,0,0.25);
}

.feature-card p,
.glass-card p,
.glass-card li,
.text-light-emphasis {
  color: #bfd0ef !important;
}

.link-card {
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.link-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.22);
}

.section-soft {
  background: rgba(255,255,255,0.02);
}

.table {
  --bs-table-bg: transparent;
  --bs-table-striped-bg: rgba(255,255,255,0.02);
  --bs-table-hover-bg: rgba(255,255,255,0.04);
  --bs-table-color: #eaf1ff;
  --bs-table-border-color: rgba(255,255,255,0.1);
}

.table thead th {
  color: #ffffff;
}

footer {
  background: rgba(0,0,0,0.18);
}

@media (max-width: 991.98px) {
  .hero-section {
    min-height: auto;
  }
}


.brand-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  padding: 2px;
}

.hero-logo {
  max-width: 260px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,0.25));
}


.premium-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(46,196,255,0.18), transparent 28%),
    radial-gradient(circle at bottom left, rgba(255,159,28,0.14), transparent 22%);
}

.hero-panel {
  position: relative;
}

.mini-stat {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 1rem;
}

.mini-stat-value {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.2rem;
}

.mini-stat-label {
  color: #bfd0ef;
  font-size: 0.92rem;
}

.icon-badge {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,159,28,0.2), rgba(46,196,255,0.18));
  color: #ffd27f;
  font-size: 1.4rem;
}

.icon-point {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #eaf1ff;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  padding: 12px 14px;
}

.icon-point i {
  color: #ffcf70;
  font-size: 1.1rem;
}


.social-links {
  justify-content: center;
}

.social-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  color: #eaf1ff;
  font-size: 1.2rem;
  transition: all 0.25s ease;
}

.social-icon:hover {
  color: #ffcf70;
  transform: translateY(-3px) scale(1.05);
  border-color: rgba(255, 207, 112, 0.35);
  box-shadow: 0 10px 24px rgba(0,0,0,0.22);
  background: rgba(255,255,255,0.08);
}

@media (max-width: 991.98px) {
  .social-links,
  .footer-links {
    justify-content: center;
  }
}


html {
  scroll-behavior: smooth;
}

.training-card,
.premium-service-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.training-card:hover,
.premium-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
  border-color: rgba(255, 207, 112, 0.32);
}

.training-card .btn,
.premium-service-card .btn {
  width: 100%;
}
