
  body.t9-site .t9-footer{
    --t9-bg:#0a0a0a;
    --t9-bg-2:#111;
    --t9-yellow:#ffd400;
    --t9-yellow-soft:#ffe15c;
    --t9-text:#e9e9e9;
    --t9-muted:#9a9a9a;
    --t9-border:rgba(255,212,0,.18);
    background:
      radial-gradient(1200px 400px at 15% 0%, rgba(255,212,0,.08), transparent 60%),
      radial-gradient(900px 500px at 90% 100%, rgba(255,212,0,.06), transparent 60%),
      linear-gradient(180deg,var(--t9-bg) 0%, #050505 100%);
    color:var(--t9-text);
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    padding:64px 24px 0;
    border-top:1px solid var(--t9-border);
  }
  body.t9-site .t9-footer *{box-sizing:border-box}
  body.t9-site .t9-footer a{color:var(--t9-text);text-decoration:none;transition:color .2s ease}
  body.t9-site .t9-footer a:hover{color:var(--t9-yellow)}
  body.t9-site .t9-footer__grid{
    max-width:1200px;margin:0 auto;
    display:grid;gap:40px;
    grid-template-columns: 1.3fr 1fr 1fr 1.1fr;
  }
  @media (max-width:900px){body.t9-site .t9-footer__grid{grid-template-columns:1fr 1fr}}
  @media (max-width:560px){body.t9-site .t9-footer__grid{grid-template-columns:1fr}}

  body.t9-site .t9-footer__brand h3{
    font-size:22px;font-weight:800;letter-spacing:.5px;margin:0 0 12px;
    color:#fff;
  }
  body.t9-site .t9-footer__brand h3 span{color:var(--t9-yellow)}
  body.t9-site .t9-footer__brand p{color:var(--t9-muted);line-height:1.6;margin:0 0 20px;font-size:14px}

  body.t9-site .t9-footer h4{
    color:#fff;font-size:14px;letter-spacing:1.5px;text-transform:uppercase;
    margin:0 0 20px;position:relative;padding-bottom:10px;
  }
  body.t9-site .t9-footer h4::after{
    content:"";position:absolute;left:0;bottom:0;width:36px;height:2px;
    background:var(--t9-yellow);border-radius:2px;
  }
  body.t9-site .t9-footer ul{list-style:none;padding:0;margin:0}
  body.t9-site .t9-footer li{margin:0 0 12px;font-size:14px;color:var(--t9-muted)}
  body.t9-site .t9-footer li a{color:var(--t9-muted)}
  body.t9-site .t9-footer li a:hover{color:var(--t9-yellow);padding-left:4px}
  body.t9-site .t9-footer li a::before{content:"›";color:var(--t9-yellow);margin-right:8px;font-weight:700}

  body.t9-site .t9-footer__contact li{
    display:flex;gap:10px;align-items:flex-start;color:var(--t9-muted);line-height:1.5
  }
  body.t9-site .t9-footer__contact li a::before{content:none;margin:0}
  body.t9-site .t9-footer__contact svg{
    flex:0 0 18px;width:18px;height:18px;margin-top:2px;color:var(--t9-yellow)
  }

  body.t9-site .t9-footer__social{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap}
  body.t9-site .t9-footer__social a{
    width:38px;height:38px;border-radius:10px;
    background:var(--t9-bg-2);border:1px solid var(--t9-border);
    display:inline-flex;align-items:center;justify-content:center;
    color:var(--t9-yellow);
  }
  body.t9-site .t9-footer__social a:hover{
    background:var(--t9-yellow);color:#000;border-color:var(--t9-yellow);
    transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,212,0,.25)
  }
  body.t9-site .t9-footer__social svg{width:18px;height:18px}

  body.t9-site .t9-footer__cta{
    display:inline-flex;align-items:center;gap:8px;
    background:var(--t9-yellow);color:#000!important;font-weight:700;
    padding:12px 18px;border-radius:10px;font-size:14px;
    box-shadow:0 10px 30px rgba(255,212,0,.2);
    transition:transform .2s ease, box-shadow .2s ease;
  }
  body.t9-site .t9-footer__cta:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(255,212,0,.35)}

  body.t9-site .t9-footer__bottom{
    max-width:1200px;margin:56px auto 0;padding:20px 0;
    border-top:1px solid var(--t9-border);
    text-align:center;
    font-size:13px;color:var(--t9-muted)
  }
  body.t9-site .t9-footer__bottom strong{color:#fff}
  body.t9-site .t9-footer__bottom nav{display:flex;justify-content:center;gap:18px;margin-top:12px;flex-wrap:wrap}
  body.t9-site .t9-footer__bottom nav a{color:var(--t9-muted);font-size:13px}
