 .ojs-custom-footer {
        color: #e2e8f0;
    padding: 35px 25px 20px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    max-width: 1200px;
    margin: 20px auto 0 auto;
    box-sizing: border-box;
  }

  .footer-grid {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }

  .footer-col {
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
  }

  .footer-col:first-child { padding-left: 0; }
  .footer-col:last-child { padding-right: 0; }

  .footer-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #38bdf8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .footer-contact p {
    margin: 0 0 10px 0;
  }

  .footer-contact strong {
    color: #94a3b8;
  }

  .footer-contact a {
    color: #38bdf8;
    text-decoration: none;
  }

  .footer-contact a:hover {
    color: #7dd3fc;
    text-decoration: underline;
  }

  .indexing-badge {
    display: inline-block;
    background-color: #ffffff;
    padding: 8px 15px;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin-top: 5px;
  }

  .indexing-badge img {
    height: 35px;
    width: auto;
    display: block;
  }

  .support-item {
    display: inline-block;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 8px 14px;
    border-radius: 6px;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .footer-bottom {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #94a3b8;
    font-size: 13px;
  }

  @media (max-width: 768px) {
    .footer-grid { display: block; }
    .footer-col { display: block; width: 100% !important; padding: 0 0 20px 0; }
  }