﻿/* â”€â”€â”€ Footer Base â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.site-footer {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #040614;
  border-top: 1px solid rgba(201,168,76,0.12);
}

.site-footer::before {
  content: '';
  position: absolute; top: 0; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.35), transparent);
}

/* Ambient glow */
.site-footer::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 300px;
  background: radial-gradient(ellipse 60% 100% at 50% 0%, rgba(201,168,76,0.05), transparent);
  pointer-events: none;
}

.footer-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
  z-index: 2;
}

/* â”€â”€â”€ Top CTA Bar â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.footer-top-bar {
  display: flex; align-items: center;
  justify-content: space-between; gap: 32px;
  padding: 48px 0 44px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  flex-wrap: wrap;
}

.ftb-left {}

.ftb-eyebrow {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 10px;
}

.ftb-eyebrow-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold);
  animation: pulse 2s ease-in-out infinite;
}

.ftb-eyebrow-text {
  font-size: 10.5px; font-weight: 700;
  color: var(--gold); letter-spacing: 2.5px;
  text-transform: uppercase;
}

.ftb-headline {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 700; line-height: 1.2;
  color: var(--white); letter-spacing: -0.8px;
  margin-bottom: 6px;
}

.ftb-headline span {
  background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-light));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ftb-sub {
  font-size: 13.5px; color: rgba(255,255,255,0.4);
  line-height: 1.6;
}

.ftb-right {
  display: flex; align-items: center; gap: 12px;
  flex-shrink: 0; flex-wrap: wrap;
}

.btn-footer-gold {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold), var(--gold-light));
  color: var(--navy); border: none;
  padding: 13px 28px; border-radius: 50px;
  font-size: 14px; font-weight: 800; cursor: pointer;
  text-decoration: none; display: inline-flex;
  align-items: center; gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 24px rgba(201,168,76,0.35);
  font-family: 'Space Grotesk', sans-serif;
  white-space: nowrap;
  position: relative; overflow: hidden;
}

.btn-footer-gold::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  opacity: 0; transition: opacity 0.3s;
}

.btn-footer-gold:hover::before { opacity: 1; }
.btn-footer-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(201,168,76,0.5);
}

.btn-footer-gold span { position: relative; z-index: 1; }

.btn-footer-ghost {
  background: transparent;
  color: rgba(255,255,255,0.65);
  border: 1.5px solid rgba(255,255,255,0.12);
  padding: 12px 24px; border-radius: 50px;
  font-size: 14px; font-weight: 600; cursor: pointer;
  text-decoration: none; display: inline-flex;
  align-items: center; gap: 8px;
  transition: all 0.3s ease;
  font-family: 'Space Grotesk', sans-serif;
  white-space: nowrap;
}

.btn-footer-ghost:hover {
  border-color: rgba(201,168,76,0.4);
  color: var(--gold-light);
  background: rgba(201,168,76,0.07);
  transform: translateY(-2px);
}

/* â”€â”€â”€ Main Footer Grid â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.footer-main-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding: 56px 0 48px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* Brand column */
.footer-brand {}

.footer-logo-row {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 18px;
}

.footer-logo-mark {
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px; font-weight: 900;
  color: var(--navy);
  box-shadow: 0 4px 16px rgba(201,168,76,0.35);
  letter-spacing: -1px;
  flex-shrink: 0;
}

.footer-logo-text {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px; font-weight: 800;
  color: var(--white); letter-spacing: -0.5px;
}

.footer-logo-text span {
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

.footer-brand-desc {
  font-size: 13.5px; color: rgba(255,255,255,0.42);
  line-height: 1.8; margin-bottom: 24px;
  max-width: 280px;
}

/* Clutch mini badge */
.footer-clutch-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(201,168,76,0.07);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 12px;
  padding: 10px 16px;
  margin-bottom: 24px;
}

.fcb-trophy { font-size: 20px; }

.fcb-text {}

.fcb-rank {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px; font-weight: 800;
  color: var(--gold); line-height: 1;
}

.fcb-label {
  font-size: 11px; color: rgba(255,255,255,0.4);
  line-height: 1.4;
}

/* Social icons */
.footer-socials {
  display: flex; align-items: center; gap: 10px;
}

.social-btn {
  width: 38px; height: 38px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
  color: rgba(255,255,255,0.6);
}

.social-btn:hover {
  background: rgba(201,168,76,0.12);
  border-color: rgba(201,168,76,0.3);
  color: var(--gold-light);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

/* Nav columns */
.footer-col {}

.footer-col-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px; font-weight: 700;
  color: var(--white); letter-spacing: 0.3px;
  margin-bottom: 20px;
  position: relative; padding-bottom: 12px;
}

.footer-col-title::after {
  content: '';
  position: absolute; bottom: 0; left: 0;
  width: 28px; height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  border-radius: 2px;
}

.footer-nav-list {
  list-style: none;
  display: flex; flex-direction: column; gap: 11px;
}

.footer-nav-list li a {
  font-size: 13.5px; color: rgba(255,255,255,0.45);
  text-decoration: none;
  display: flex; align-items: center; gap: 7px;
  transition: all 0.2s ease;
  line-height: 1.4;
}

.footer-nav-list li a:hover {
  color: var(--gold-light);
  transform: translateX(4px);
}

.footer-nav-list li a .nav-arrow {
  font-size: 10px;
  color: rgba(201,168,76,0.4);
  transition: all 0.2s;
}

.footer-nav-list li a:hover .nav-arrow {
  color: var(--gold);
}

/* Badge inside nav */
.nav-new-badge {
  background: rgba(34,197,94,0.12);
  border: 1px solid rgba(34,197,94,0.25);
  border-radius: 20px; padding: 1px 7px;
  font-size: 9.5px; font-weight: 800;
  color: #4ade80; letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Contact column specifics */
.footer-contact-list {
  list-style: none;
  display: flex; flex-direction: column; gap: 14px;
}

.footer-contact-list li {
  display: flex; align-items: flex-start; gap: 10px;
}

.fcl-icon {
  width: 30px; height: 30px;
  background: rgba(201,168,76,0.09);
  border: 1px solid rgba(201,168,76,0.18);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; flex-shrink: 0; margin-top: 1px;
}

.fcl-text {}

.fcl-label {
  font-size: 10px; font-weight: 700;
  color: rgba(255,255,255,0.3); letter-spacing: 1px;
  text-transform: uppercase; margin-bottom: 2px;
}

.fcl-value {
  font-size: 13px; color: rgba(255,255,255,0.6);
  line-height: 1.45;
}

.fcl-value a {
  color: rgba(255,255,255,0.6); text-decoration: none;
  transition: color 0.2s;
}

.fcl-value a:hover { color: var(--gold-light); }

/* â”€â”€â”€ Bottom Bar â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.footer-bottom-bar {
  display: flex; align-items: center;
  justify-content: space-between;
  padding: 24px 0 28px;
  flex-wrap: wrap; gap: 16px;
}

.fbb-left {
  display: flex; align-items: center; gap: 8px;
  font-size: 12.5px; color: rgba(255,255,255,0.28);
}

.fbb-left .fbb-sep {
  color: rgba(255,255,255,0.12);
}

.fbb-left a {
  color: rgba(255,255,255,0.38);
  text-decoration: none; transition: color 0.2s;
}

.fbb-left a:hover { color: var(--gold-light); }

.fbb-center {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; color: rgba(255,255,255,0.22);
}

.fbb-center .heart { color: #ff6b6b; font-size: 11px; }

.fbb-center .gold-text {
  color: rgba(201,168,76,0.7); font-weight: 600;
}

.fbb-right {
  display: flex; align-items: center; gap: 14px;
}

.fbb-lang-btn {
  display: flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px; padding: 5px 12px;
  font-size: 11.5px; font-weight: 600;
  color: rgba(255,255,255,0.45);
  cursor: pointer; transition: all 0.2s;
  text-decoration: none;
}

.fbb-lang-btn:hover {
  border-color: rgba(201,168,76,0.3);
  color: var(--gold-light);
}

.fbb-scroll-top {
  width: 36px; height: 36px;
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; cursor: pointer;
  transition: all 0.25s ease; color: var(--gold);
  text-decoration: none;
}

.fbb-scroll-top:hover {
  background: rgba(201,168,76,0.2);
  border-color: rgba(201,168,76,0.45);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(201,168,76,0.2);
}

/* â”€â”€â”€ Responsive â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 1024px) {
  .footer-main-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 680px) {
  .footer-inner { padding: 0 20px; }
  .footer-main-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-top-bar { flex-direction: column; align-items: flex-start; }
  .ftb-right { width: 100%; }
  .btn-footer-gold, .btn-footer-ghost { flex: 1; justify-content: center; }
  .footer-bottom-bar { flex-direction: column; align-items: center; text-align: center; }
}
