    .main-content {
      flex: 1 0 auto;
      /* Demo content, remove or replace as needed */
      padding: 24px;
      color: #fff;
      min-height: 200px;
    }
    .foot-125d5-clean-footer {
      background: #000;
      color: #fff;
      width: 100%;
      flex-shrink: 0;
    }
    .foot-125d5-clean-footer-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 42px 4vw 0 4vw;
    }
    .foot-125d5-clean-footer-row {
      display: flex;
      gap: 32px;
      align-items: flex-start;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 22px;
    }
    .foot-125d5-footer-col {
      flex: 1 1 220px;
      min-width: 180px;
    }
    .foot-125d5-footer-brand h2 {
      font-size: 35px;
      font-weight: 800;
      margin: 0 0 8px 0;
      letter-spacing: -1px;
      line-height: 1.2;
      word-break: break-word;
    }
    .foot-125d5-footer-desc {
      color: #fff;
      font-size: 1.13em;
      line-height: 1.6;
      margin-top: 9px;
    }
    .foot-125d5-footer-app h3, .foot-125d5-footer-newsletter h3 {
      font-size: 1.22em;
      margin-bottom: 9px;
    }
    .foot-125d5-footer-app p, .foot-125d5-footer-newsletter p {
      color: #fff;
      font-size: 1em;
      margin-bottom: 11px;
    }
    .foot-125d5-footer-app-btn {
      background: #000; color: #fff; border: 1px solid #fff;
      border-radius: 4px; font-size: 1.05em; font-weight: 700; padding: 11px 0;
      margin-bottom: 9px; width: 100%; cursor: pointer; transition: 0.18s;
    }
    .foot-125d5-footer-app-btn:hover { background: #fff; color: #000; }
    .foot-125d5-footer-app-devices { color: #fff; font-size: .95em; margin-top: 4px; }
    .foot-125d5-footer-news-form { display: flex; }
    .foot-125d5-footer-news-form input[type="email"] {
      flex: 1; border: none; border-radius: 2px 0 0 2px; padding: 11px 9px; font-size: 1em; outline: none; background: #fff; color: #000;
    }
    .foot-125d5-footer-news-form button {
      background: #000; color: #fff; border: 1px solid #fff; border-radius: 0 2px 2px 0; padding: 11px 15px; font-weight: 700; font-size: 1em; cursor: pointer; transition: 0.18s;
    }
    .foot-125d5-footer-news-form button:hover { background: #fff; color: #000; }
    .foot-125d5-footer-links-row {
      text-align: center; margin: 21px 0 0 0; padding: 0 1vw 9px 1vw;
      display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; font-size: 1em;
    }
    .foot-125d5-footer-links-row a {
      color: #fff; text-decoration: none; transition: color .13s, border-bottom .15s; border-bottom: 1px dotted #fff; padding-bottom: 2px;
    }
    .foot-125d5-footer-links-row a:hover { color: #000; background: #fff; }
    .foot-125d5-footer-copyright {
      border-top: 1px solid #fff;
      margin-top: 13px;
      padding: 18px 0 11px 0;
      text-align: center;
      font-size: .99em;
      opacity: .89;
    }

    /* Responsive styles */
    @media (max-width: 900px) {
      .foot-125d5-clean-footer-row { flex-direction: column; gap: 18px; }
      .foot-125d5-footer-col { min-width: 0; }
      .foot-125d5-clean-footer-inner { padding: 24px 2vw 0 2vw; }
    }
    @media (max-width: 600px) {
      .foot-125d5-clean-footer-inner { padding: 16px 2vw 0 2vw; }
      .foot-125d5-footer-brand h2 { font-size: 35px; }
      .foot-125d5-footer-col { min-width: 0; }
      .foot-125d5-footer-links-row { font-size: 0.95em; }
    }