/* Page Background Matching Light Theme */
.light-theme-bg {
  background-color: #eef2f5;
  color: #2c3e50;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}



/* Contact Layout Container */
.contact-page-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
}

/* Rounded Card with Brand Dark Navy Theme */
.contact-card {
  background-color: #0f172a;
  border: 1px solid #1e293b;
  border-radius: 20px;
  padding: 3.5rem 2rem;
  max-width: 850px;
  width: 100%;
  text-align: center;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

/* Status Badge */
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #334155;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  color: #94a3b8;
  margin-bottom: 2rem;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 8px #10b981;
}

/* Typography */
.contact-title {
  font-size: 3.2rem;
  font-weight: 800;
  margin: 0 0 1rem 0;
  color: #ffffff;
}

.highlight-blue {
  color: #0088cc;
  background: linear-gradient(180deg, #38bdf8 0%, #0088cc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-subtitle {
  color: #94a3b8;
  font-size: 1.05rem;
  margin-bottom: 2.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

/* Contact Actions */
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.action-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

/* Outline Buttons */
.outline-btn {
  background-color: transparent;
  color: #38bdf8;
  border: 1px solid #334155;
}

.outline-btn:hover {
  background-color: #1e293b;
  border-color: #0088cc;
}

/* Solid Button */
.solid-blue-btn {
  background-color: #0088cc;
  color: #ffffff;
  border: 1px solid #0088cc;
}

.solid-blue-btn:hover {
  background-color: #006699;
}

.arrow-icon {
  font-size: 0.8rem;
}

/* Bottom Stats Bar (Uses Brand Blue Tone) */
.stats-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 800px;
  width: 100%;
  margin-top: 3rem;
  padding: 0 1rem;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0088cc;
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
  .contact-title {
    font-size: 2.4rem;
  }
  
  .contact-actions {
    flex-direction: column;
    align-items: stretch;
  }
  
  .action-btn {
    justify-content: center;
  }

  .stats-bar {
    gap: 1rem;
  }

  .stat-number {
    font-size: 1.5rem;
  }
}

/* Footer Container */
.site-footer {
  background-color: #0b1329; /* Dark brand blue backdrop */
  color: #cbd5e1;
  font-size: 0.9rem;
  padding-top: 3.5rem;
  margin-top: 3rem;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem 3rem 1.5rem;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr;
  gap: 2.5rem;
}

/* Column 1: Brand */
.footer-logo-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.logo-placeholder {
  background-color: #0088cc;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.6rem 0.8rem;
  border-radius: 6px;
  text-align: center;
}

.footer-brand-title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 800;
  margin: 0;
  letter-spacing: 0.5px;
}

.footer-brand-subtitle {
  color: #0088cc;
  font-size: 0.68rem;
  font-weight: 700;
  margin: 2px 0 0 0;
  letter-spacing: 0.5px;
}

.footer-desc {
  line-height: 1.6;
  color: #94a3b8;
  margin-bottom: 1.5rem;
}

/* Badges */
.registration-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.reg-badge {
  display: flex;
  align-items: center;
  background-color: #1e293b;
  border: 1px solid #334155;
  border-radius: 6px;
  padding: 6px 12px;
  gap: 10px;
}

.badge-tag {
  font-weight: 800;
  font-size: 0.75rem;
  padding: 2px 6px;
  border-radius: 4px;
  color: #ffffff;
}

.green-badge .badge-tag { background-color: #10b981; }
.blue-badge .badge-tag { background-color: #0088cc; }

.badge-info {
  display: flex;
  flex-direction: column;
}

.badge-label {
  font-size: 0.62rem;
  color: #64748b;
  font-weight: 700;
}

.badge-val {
  font-size: 0.8rem;
  color: #ffffff;
  font-weight: 700;
}

/* Headings */
.footer-heading {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1.2rem;
}

/* Solutions Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.link-arrow {
  font-size: 0.7rem;
  color: #0088cc;
}

.footer-links a:hover {
  color: #0088cc;
}

/* Social Icons */
.social-heading {
  margin-bottom: 0.8rem;
}

.footer-social-icons {
  display: flex;
  gap: 10px;
}

.footer-social-icons a {
  width: 36px;
  height: 36px;
  background-color: #1e293b;
  border: 1px solid #334155;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.footer-social-icons a:hover {
  background-color: #0088cc;
  border-color: #0088cc;
}

/* Contact Column */
.contact-branch {
  margin-bottom: 1.5rem;
}

.branch-tag {
  color: #0088cc;
  font-weight: 800;
  font-size: 0.75rem;
  margin: 0 0 4px 0;
}

.branch-address {
  color: #ffffff;
  margin: 0 0 6px 0;
  font-weight: 500;
}

.contact-branch p {
  margin: 3px 0;
}

.contact-branch a {
  color: #94a3b8;
  text-decoration: none;
}

.contact-branch a:hover {
  color: #ffffff;
}

/* Bottom Copyright Bar */
.footer-bottom {
  border-top: 1px solid #1e293b;
  background-color: #070d1d;
  padding: 1.2rem 1.5rem;
}

.footer-bottom-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.payment-methods {
  display: flex;
  gap: 8px;
}

.pay-card {
  background-color: #ffffff;
  color: #0f172a;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 4px;
}

.legal-links {
  display: flex;
  gap: 1.5rem;
}

.legal-links a {
  color: #64748b;
  text-decoration: none;
  font-size: 0.8rem;
}

.legal-links a:hover {
  color: #cbd5e1;
}

.copyright {
  color: #64748b;
  font-size: 0.8rem;
}

/* Responsive Grid */
@media (max-width: 850px) {
  .footer-container {
    grid-template-columns: 1fr;
  }

  .footer-bottom-container {
    flex-direction: column;
    text-align: center;
  }
}