/*!
 * EE88 E-E-A-T SEO 2026 Footer Styles
 * Replaces the old Flatsome footer with a high-trust, EE88-keyword-optimized footer
 * Applied site-wide on all pages.
 */

#footer.footer-wrapper,
footer#footer {
  background: #0c1c2e !important;
  color: #cbd5e0 !important;
  border-top: 4px solid #1e73be !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Hide the old footer template completely */
.footer-secondary,
.absolute-footer,
.copyright-footer,
.footer .row.row-collapse {
  display: none !important;
}

/* EE88 New Footer Styles */
.ee88-footer {
  background: linear-gradient(180deg, #0c1c2e 0%, #1a2d44 100%);
  color: #cbd5e0;
  padding: 60px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  margin-top: 40px;
}

.ee88-footer .ee88-footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.ee88-footer .ee88-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .ee88-footer .ee88-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .ee88-footer .ee88-footer-grid {
    grid-template-columns: 1fr;
  }
}

.ee88-footer .ee88-footer-brand h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 12px 0;
  letter-spacing: -0.3px;
}

.ee88-footer .ee88-footer-brand h2 strong {
  color: #1e73be;
}

.ee88-footer .ee88-footer-brand p {
  color: #a0aec0;
  font-size: 13px;
  margin: 0 0 16px 0;
  line-height: 1.7;
}

.ee88-footer .ee88-footer-brand img {
  max-width: 180px;
  margin-bottom: 16px;
}

/* Trust Badges in Brand Block */
.ee88-footer .ee88-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.ee88-footer .ee88-trust-badge {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  color: #e2e8f0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.ee88-footer .ee88-trust-badge::before {
  content: '✓';
  color: #4ade80;
  font-weight: 700;
}

/* Stats Mini Block */
.ee88-footer .ee88-stats-mini {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 16px 0;
  padding: 12px;
  background: rgba(30, 115, 190, 0.08);
  border-radius: 6px;
  border: 1px solid rgba(30, 115, 190, 0.2);
}

.ee88-footer .ee88-stat-item {
  text-align: center;
}

.ee88-footer .ee88-stat-item strong {
  display: block;
  color: #1e73be;
  font-size: 16px;
  font-weight: 700;
}

.ee88-footer .ee88-stat-item span {
  font-size: 10px;
  color: #a0aec0;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

/* Column Headers */
.ee88-footer .ee88-footer-col h3 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 16px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #1e73be;
}

/* Column Links */
.ee88-footer .ee88-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ee88-footer .ee88-footer-col ul li {
  margin-bottom: 8px;
}

.ee88-footer .ee88-footer-col ul li a {
  color: #cbd5e0;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ee88-footer .ee88-footer-col ul li a::before {
  content: '›';
  color: #1e73be;
  font-weight: 700;
  font-size: 14px;
}

.ee88-footer .ee88-footer-col ul li a:hover {
  color: #ffffff;
}

/* Contact Block */
.ee88-footer .ee88-contact-block {
  font-size: 13px;
  line-height: 1.8;
}

.ee88-footer .ee88-contact-block .ee88-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}

.ee88-footer .ee88-contact-block .ee88-contact-item svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: #1e73be;
}

.ee88-footer .ee88-contact-block strong {
  color: #ffffff;
  font-weight: 600;
}

.ee88-footer .ee88-contact-block a {
  color: #cbd5e0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.ee88-footer .ee88-contact-block a:hover {
  color: #1e73be;
}

/* Author Credentials Block */
.ee88-footer .ee88-author-block {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: rgba(30, 115, 190, 0.06);
  border: 1px solid rgba(30, 115, 190, 0.15);
  border-radius: 6px;
  margin-top: 12px;
}

.ee88-footer .ee88-author-block .ee88-author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e73be 0%, #4ade80 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}

.ee88-footer .ee88-author-block .ee88-author-info {
  flex: 1;
  min-width: 0;
}

.ee88-footer .ee88-author-block .ee88-author-name {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.ee88-footer .ee88-author-block .ee88-author-cred {
  font-size: 10px;
  color: #a0aec0;
  margin: 2px 0 0 0;
}

/* Bottom Bar */
.ee88-footer .ee88-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px 0;
  margin-top: 40px;
  background: rgba(0, 0, 0, 0.2);
}

.ee88-footer .ee88-footer-bottom-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  color: #a0aec0;
}

.ee88-footer .ee88-footer-bottom-row strong {
  color: #ffffff;
}

.ee88-footer .ee88-footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.ee88-footer .ee88-footer-bottom-links a {
  color: #a0aec0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.ee88-footer .ee88-footer-bottom-links a:hover {
  color: #ffffff;
}

/* License Tags */
.ee88-footer .ee88-licenses {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 8px;
}

.ee88-footer .ee88-license-tag {
  font-size: 11px;
  font-weight: 700;
  color: #1e73be;
  border: 1px solid #1e73be;
  padding: 3px 8px;
  border-radius: 3px;
  background: rgba(30, 115, 190, 0.1);
}

.ee88-footer .ee88-license-tag.curaçao {
  color: #f59e0b;
  border-color: #f59e0b;
  background: rgba(245, 158, 11, 0.1);
}

.ee88-footer .ee88-license-tag.iom {
  color: #4ade80;
  border-color: #4ade80;
  background: rgba(74, 222, 128, 0.1);
}

/* Payment Methods */
.ee88-footer .ee88-payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.ee88-footer .ee88-payment {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 600;
  color: #cbd5e0;
  border-radius: 3px;
}

/* Responsive */
@media (max-width: 600px) {
  .ee88-footer {
    padding: 40px 0 0 0;
  }
  .ee88-footer .ee88-footer-bottom-row {
    flex-direction: column;
    text-align: center;
  }
}