/* ===== Base ===== */

:root {
  --bg-body: #020617;
  --bg-elevated: #020617;
  --bg-card: #020617;
  --border-subtle: #1f2937;
  --text-main: #e5e7eb;
  --text-muted: #9ca3af;
  --accent-red: #f97373;
  --accent-red-strong: #e11d48;
  --accent-gold: #facc15;
  --accent-green: #22c55e;
}

html, body {
  height: 100%;
}

body.bg-body {
  background-color: var(--bg-body);
  color: var(--text-main);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ===== Header ===== */

.main-header {
  background: radial-gradient(circle at top left, #111827 0%, #020617 55%);
}

.main-content {
  flex: 1;
}

/* ===== Navbar ===== */

.navbar {
  background-color: transparent;
}

.logo-circle {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 0, #facc15 0%, #854d0e 60%, #020617 100%);
  border: 1px solid rgba(250, 204, 21, 0.4);
  box-shadow: 0 0 12px rgba(250, 204, 21, 0.35);
}

.logo-text {
  font-weight: 700;
  color: #0b1120;
}

.brand-main {
  font-weight: 600;
  font-size: 0.95rem;
}

.brand-sub {
  font-size: 0.7rem;
  color: var(--text-muted);
}

.navbar-dark .navbar-nav .nav-link {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}

/* ===== Buttons ===== */

.btn-primary-esn {
  background: linear-gradient(135deg, var(--accent-red-strong), #fb7185);
  border: none;
  color: #ffffff;
  box-shadow: 0 0 18px rgba(248, 113, 113, 0.35);
}

.btn-primary-esn:hover {
  background: linear-gradient(135deg, #be123c, var(--accent-red-strong));
}

/* ===== Hero ===== */

.hero-section {
  background: radial-gradient(circle at top left, #111827 0%, #020617 55%);
}

.hero-title {
  font-size: clamp(2.2rem, 3.2vw + 1.4rem, 3.4rem);
  font-weight: 700;
}

.hero-subtitle {
  font-size: 0.98rem;
  color: var(--text-muted);
  max-width: 36rem;
}

/* ============================= */
/* ESEN GLOBAL – FOOTER (FINAL)  */
/* ============================= */
.egi-footer{
  background: radial-gradient(circle at top left, #111827 0%, #020617 70%);
  border-top: 1px solid rgba(255,255,255,0.08);
  color: #e5e7eb;
}

.egi-footer-muted{
  color: #9ca3af !important;
}

.egi-footer-link{
  color:#9ca3af;
  text-decoration:none;
  font-size:0.85rem;
}
.egi-footer-link:hover{
  color:#f9fafb;
  text-decoration:underline;
}

.egi-footer-hr{
  border-color: rgba(255,255,255,0.10);
}

/* Secure badges */
.egi-badge{
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.18);
  color:#e5e7eb;
  font-size:12px;
  line-height:1;
}
