    :root{
      --footer-brand:#1FB6D5;
      --footer-brand-dark:#1593AC;
      --footer-brand-deep:#0C8FB0;
      --footer-brand-soft:rgba(31,182,213,.12);
      --footer-brand-soft-2:rgba(31,182,213,.18);
      --footer-bg:#F3F8FC;
      --footer-bg-2:#EEF6FB;
      --footer-surface:#ffffff;
      --footer-text:#0B1F2A;
      --footer-muted:#5B6B76;
      --footer-border:rgba(11,31,42,.10);
    }

    html[data-theme="dark"]{

      --footer-brand:#1FB6D5;
      --footer-brand-dark:#1593AC;
      --footer-brand-deep:#0C8FB0;
      --footer-brand-soft:rgba(31,182,213,.12);
      --footer-brand-soft-2:rgba(31,182,213,.18);
      --footer-bg:#071821;
      --footer-bg-2:#071C26;
      --footer-surface:#0B2230;
      --footer-text:#EAF4FA;
      --footer-muted:#B9D0DD;
      --footer-border:rgba(234,244,250,.12);

    }

    footer{
      background:var(--footer-surface);
      border-top:1px solid rgba(11,31,42,.10);
      padding:72px 0 26px;
    }
    html[data-theme="dark"] footer{border-top-color:rgba(234,244,250,.12);}
    .footer-title{font-weight:900;margin:0 0 10px}
    .footer-copy{color:var(--footer-muted);font-weight:600;font-size:.95rem;line-height:1.6}
    .footer-link{
      display:block;text-decoration:none;color:var(--footer-muted);
      font-weight:700;margin:0 0 10px;transition:.15s ease;
    }
    .footer-link:hover{color:var(--footer-brand-dark);transform:translateX(4px)}
    .hq-card{
      background:var(--footer-bg-2);
      border:1px solid rgba(11,31,42,.10);
      border-radius:18px;
      padding:18px;
    }
    html[data-theme="dark"] .hq-card{border-color:rgba(234,244,250,.12)}

    .text-muted{color: var(--footer-muted)!important }





    /*@media (max-width: 420px){
      .btn-racf{padding:10px 12px;border-radius:12px;font-size:.90rem}
      .theme-toggle{width:40px;height:40px;border-radius:12px}
      .hamburger-btn{width:44px;height:44px;border-radius:14px}
      .hamburger-btn i{font-size:1.45rem}
      .nav-inner{gap:10px}
    }*/

