/* ═══════════════════════════════════════════
   NAVBAR
═══════════════════════════════════════════ */
:root {
    --navy: #06091a;
    --navy2: #0c1128;
    --navy3: #111830;
    --navy4: #1a2240;
    --gold: #c9a84c;
    --gold2: #e8c06a;
    --gold3: #f2d080;
    --gold-lt: rgba(201, 168, 76, 0.12);
    --red: #d4341a;
    --red2: #e8432a;
    --cream: #fdf8ee;
    --white: #ffffff;
    --mid: #8890aa;
    --dim: #555e7a;
    --border: rgba(201, 168, 76, 0.18);
    --border2: rgba(201, 168, 76, 0.08);
    --radius: 14px;
    --transition: 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  background: rgba(6,9,26,0.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(201,168,76,0.14);
  transition: background var(--transition);
}

.navbar.scrolled {
  background: rgba(6,9,26,0.97);
  box-shadow: 0 8px 40px rgba(0,0,0,0.5);
}

/* Logo */
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.nav-logo .logo{
	width:200px;
}
.logo-badge {
  background: var(--red);
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border-radius: 6px;
  line-height: 1;
}

.logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.3px;
  line-height: 1;
}

.logo-text span {
  color: var(--gold2);
}

/* Nav links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  list-style: none;
}

.nav-links a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color var(--transition);
  position: relative;
}

.nav-links a::after {
  content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background: #ef7167;
    transition: width var(--transition);
}

.nav-links a:hover { color: var(--white); }
.nav-links a:hover::after { width: 100%; }
.lang-selector { position:relative; flex-shrink:0; }
.lang-btn {
  display:flex; align-items:center; gap:6px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(201,168,76,0.25); border-radius:100px;
  padding:6px 12px 6px 10px; cursor:pointer;
  color:rgba(255,255,255,0.8);
  font-family:'DM Sans',sans-serif; font-size:12px; font-weight:600; letter-spacing:0.5px;
  transition:all 0.2s ease; white-space:nowrap;
}
.lang-btn:hover { background:rgba(201,168,76,0.12); border-color:rgba(201,168,76,0.5); color:var(--gold2); }
.lang-flag { font-size:15px; line-height:1; }
.lang-code { font-size:11px; font-weight:700; letter-spacing:1px; }
.lang-chevron { width:10px; height:7px; stroke:currentColor; transition:transform 0.2s; }
.lang-selector.open .lang-chevron { transform:rotate(180deg); }
.lang-selector.open .lang-btn { background:rgba(201,168,76,0.14); border-color:rgba(201,168,76,0.55); color:var(--gold2); }
.lang-dropdown {
  display:none; position:absolute; top:calc(100% + 8px); right:0;
  min-width:165px; background:var(--navy2);
  border:1px solid rgba(201,168,76,0.22); border-radius:14px;
  box-shadow:0 12px 40px rgba(0,0,0,0.55); overflow:hidden; z-index:500;
  animation:langDrop 0.18s ease both;
}
@keyframes langDrop { from{opacity:0;transform:translateY(-6px) scale(0.97)} to{opacity:1;transform:none} }
.lang-selector.open .lang-dropdown { display:block; }
.lang-option {
  display:flex; align-items:center; gap:10px; padding:10px 16px;
  font-family:'DM Sans',sans-serif; font-size:13px; font-weight:500;
  color:rgba(255,255,255,0.65); cursor:pointer;
  transition:all 0.14s; border-bottom:1px solid rgba(255,255,255,0.04);
}
.lang-option:last-child { border-bottom:none; }
.lang-option:hover,.lang-option.active { background:rgba(201,168,76,0.1); color:var(--gold2); padding-left:20px; }
.lang-option.active { font-weight:700; }
[dir="rtl"] .lang-dropdown { right:auto; left:0; }
@media(max-width:768px){ .lang-code{display:none} .lang-btn{padding:6px 8px;gap:4px} }
/* Call CTA — solid pill, high contrast on dark navbar */
/* ── Premium Call Button ── */
.nav-call {
  display: flex;
    align-items: center;
    gap: 11px;
    background: linear-gradient(89deg, rgba(15, 12, 30, 0.92), rgba(26, 18, 48, 0.95));
    border: none;
    border-radius: 100px;
    padding: 5px 20px 5px 5px;
    text-decoration: none;
    transition: all 0.28s ease;
    flex-shrink: 0;
    position: relative;
    box-shadow: 0 0 0 1.5px rgb(128 20 12), 0 0 0 3px rgba(201, 168, 76, 0.12), 0 4px 24px rgb(0 0 0 / 0%), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    isolation: isolate;
    overflow: hidden;
}
/* Shimmer sweep on idle */
.nav-call::before {
  content: '';
  position: absolute;
  top: 0; left: -80%;
  width: 60%; height: 100%;
  background: linear-gradient(90deg,
    transparent,
    rgba(201,168,76,0.12),
    transparent);
  transform: skewX(-18deg);
  animation: callShimmer 3.5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes callShimmer {
  0%   { left: -80%; opacity: 0; }
  30%  { opacity: 1; }
  60%  { left: 130%; opacity: 0; }
  100% { left: 130%; opacity: 0; }
}
.nav-call:hover {
  background: linear-gradient(135deg, rgba(25,18,50,0.98), rgba(40,28,70,0.98));
  box-shadow:
    0 0 0 1.5px rgba(232,192,106,1),
    0 0 0 4px rgba(201,168,76,0.2),
    0 8px 32px rgba(201,168,76,0.2),
    0 2px 12px rgba(0,0,0,0.5),
    inset 0 1px 0 rgba(255,255,255,0.08);
  transform: translateY(-2px);
}
.nav-call:hover::before { animation: none; left: 130%; }

/* Icon circle — deep gold ring */
.nav-call-avatar {
  width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(323deg, #ffd14f, #ee2112);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 2px rgba(201, 168, 76, 0.35), 0 3px 12px rgba(201, 168, 76, 0.5);
    position: relative;
    flex-shrink: 0;
    transition: box-shadow 0.28s ease;
}
.nav-call:hover .nav-call-avatar {
  box-shadow:
    0 0 0 3px rgba(232,192,106,0.5),
    0 4px 18px rgba(201,168,76,0.65);
}
.nav-call-avatar svg {
  width: 17px; height: 17px;
  fill: #1a0e00;
  flex-shrink: 0;
}

/* Pulsing live dot */
.nav-call-avatar::after {
  content: '';
  position: absolute;
  top: 1px; right: 1px;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #22c55e;
  border: 2px solid #0f0c1e;
  animation: livePulse 2s ease-in-out infinite;
  z-index: 2;
}
@keyframes livePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0.8); }
  50%       { box-shadow: 0 0 0 5px rgba(34,197,94,0); }
}

.nav-call-info { display: flex; flex-direction: column; gap: 3px; }

.nav-call-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgb(255 255 255 / 75%);
  line-height: 1;
}

.nav-call-number {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1;
  text-shadow: 0 0 18px rgba(232,192,106,0.35);
}

/* Hamburger */
.nav-hamburger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  width: 42px; height: 42px;
  border-radius: 10px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  transition: background 0.18s ease;
  flex-shrink: 0;
  touch-action: manipulation;
}
.nav-hamburger:hover {
  background: rgba(255,255,255,0.18);
}

.nav-hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}

/* Mobile menu */
.mobile-menu {
  display: none;
  position: fixed;
  top: 70px; left: 0; right: 0;
  background: rgba(6,9,26,0.98);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding: 28px 32px 36px;
  z-index: 99;
  transform: translateY(-10px);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  flex-direction: column;
  gap: 0;
}

.mobile-menu.open {
  display: flex;
  transform: translateY(0);
  opacity: 1;
}

.mobile-menu a {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  letter-spacing: 0.5px;
  transition: color var(--transition);
}

.mobile-menu a:last-child { border-bottom: none; }
.mobile-menu a:hover { color: var(--gold2); }

/* ═══════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════ */
.footer {
  background: var(--navy);
  border-top: 1px solid var(--border);
  padding: 44px 48px 30px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-copy {
  font-size: 12px;
  font-weight: 300;
  color: var(--mid);
}

.footer-links {
  display: flex;
  gap: 24px;
}

.footer-links a {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.28);
  text-decoration: none;
  transition: color var(--transition);
}

.footer-links a:hover { color: var(--gold2); }
/* ══ CLEAN FOOTER CSS ══ */
.mega-footer {
  background: #06091a;
  padding: 60px clamp(16px,4vw,48px) 0;
}
.footer-5col {
  max-width: 1140px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1.2fr !important;
  gap: 40px !important;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.footer-5col > * {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.footer-logo-row { display:flex; align-items:center; gap:8px; margin-bottom:14px; }

.footer-desc { font-size:13px; color:rgba(255,255,255,.45); line-height:1.7; margin-bottom:20px; }
.footer-col-title { font-size:10px; font-weight:800; letter-spacing:2.5px; text-transform:uppercase; color:#e8c06a; margin-bottom:14px; }
.footer-nav { list-style:none; display:flex; flex-direction:column; gap:9px; }
.footer-nav a { font-size:13px; color:rgba(255,255,255,.5); text-decoration:none; transition:color .2s; }
.footer-nav a:hover { color:#fff; }
.pay-chip { display:inline-flex; align-items:center; gap:5px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); border-radius:6px; padding:5px 10px; font-size:11px; font-weight:600; color:rgba(255,255,255,.5); margin:3px; }
.pay-chip.active { background:rgba(255,255,255,.1); border-color:rgba(255,255,255,.22); color:rgba(255,255,255,.8); }

.cred-panel{max-width: 1140px; margin: 44px auto 0;background: linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.008));border: 1px solid rgba(201,168,76,0.16); border-radius: 18px; padding: 28px 32px 26px;  position: relative; overflow: hidden;}
/* Gold shine along the panel's top edge */
.cred-panel::before {content: ''; position: absolute; top: 0; left: 12%; right: 12%; height: 1px;background: linear-gradient(90deg, transparent, rgba(232,192,106,0.5), transparent);}
.cred-split { display: grid; grid-template-columns: 1fr 1px 1fr; gap: 32px; align-items: start; }
.cred-head {
  font-size: 9px; font-weight: 700; letter-spacing: 2.6px; text-transform: uppercase;
  color: rgba(201,168,76,0.62); margin-bottom: 16px; display: flex; align-items: center; gap: 9px;
}
.cred-head::after { content: ''; flex: 1; height: 1px; background: linear-gradient(90deg, rgba(201,168,76,0.22), transparent); }
.cred-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cred-seal {
  display: flex; align-items: center; gap: 11px;
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px; padding: 10px 12px; text-decoration: none;
  transition: border-color var(--transition), background var(--transition), transform var(--transition);
}
.cred-seal:hover { border-color: rgba(201,168,76,0.34); background: rgba(201,168,76,0.05); transform: translateY(-2px); }
.cred-ico { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cred-ico.sq { border-radius: 10px; }
.cred-name { font-size: 12px; font-weight: 800; color: #fff; letter-spacing: 0.4px; line-height: 1; }
.cred-sub { font-size: 8.5px; font-weight: 500; color: rgba(255,255,255,0.4); margin-top: 4px; line-height: 1.3; }
.cred-stars { font-size: 10px; color: #e8b84b; letter-spacing: 1.8px; margin-top: 4px; line-height: 1; }


@media(max-width:1100px) { .footer-5col { grid-template-columns:1fr 1fr 1fr !important; } }
@media (max-width: 900px) {
  .cred-split { grid-template-columns: 1fr; gap: 24px; }
  .cred-rule { display: none; }
}
@media (max-width:768px) {
  .mega-footer { padding:52px 20px 0; }
  .cred-panel { padding: 22px 18px 18px; border-radius: 14px; }
}
@media(max-width:660px)  { .footer-5col { grid-template-columns:1fr 1fr !important; } }
@media(max-width:480px) {
  .cred-grid { grid-template-columns: 1fr; }
}
@media(max-width:400px)  { .footer-5col { grid-template-columns:1fr !important; } }

/* ══ FOOTER FIXES — results page ══ */
.mega-footer {
  background: #06091a !important;
  padding: 60px clamp(16px,4vw,48px) 0 !important;
}
.footer-5col {
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1.2fr !important;
}
.footer-logo-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.footer-logo-row .logo{
	width:150px;
}
.footer-desc {
  font-size: 13px;
  color: rgba(255,255,255,.45);
  line-height: 1.7;
  margin-bottom: 20px;
}
.footer-col-title {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold2);
  margin-bottom: 14px;
}
.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-nav a {
  font-size: 13px;
  color: rgba(255,255,255,.45);
  text-decoration: none;
  transition: color .2s;
}
.footer-nav a:hover { color: #fff; }
.pay-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,.5);
  margin: 3px;
}
.pay-chip.active {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.2);
  color: rgba(255,255,255,.8);
}

/* Responsive footer */
@media(max-width:1200px) {
  .nav-hide-1200{display:none;}
}
@media(max-width:1100px) {
  .footer-5col { grid-template-columns: 1fr 1fr 1fr !important; }
      .nav-links {
        display: none;
    }
}
@media(max-width:640px) {
  .footer-5col { grid-template-columns: 1fr 1fr !important; }
  .mega-footer { padding: 40px 20px 0 !important; }
}
@media(max-width:420px) {
  .footer-5col { grid-template-columns: 1fr !important; }
  
}
@media (max-width: 620px) {
    .nav-call {
        padding: 4px 14px 4px 4px;
        gap: 8px;
    }
	.nav-call-avatar {
        width: 32px;
        height: 32px;
    }
	    .nav-call-avatar svg {
        width: 14px;
        height: 14px;
    }
}
@media only screen and (max-width: 600px) {
	.navbar {padding: 0 10px;}
	.nav-logo .logo { width: 130px;}
	    .nav-call-number {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        letter-spacing: -0.3px;
    }
}
