/* remove any Tilda branding/footer variants */
[data-tildа-signature],
.t-rec__madein,
.t-tildalаbеl,
.t-tildalаbеl__wrap,
.t-tildalаbеl__frame,
.t-credits,
.t-copyright__tilda,
.t-store__poweredby,
a[href*="tilda.cc"] {
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  height:0 !important;
  width:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
}

/* ensure no extra bottom gap */
html, body { padding-bottom:0 !important; margin-bottom:0 !important; }

/* your own footer line */
body::after{
  content:"© 2025 Impressio — All Rights Reserved";
  display:block;
  text-align:center;
  font-family: Inter, Arial, sans-serif;
  font-size:13px;
  color:#666;
  padding:28px 0;
  background:#fff; /* change to #000 and color:#fff for a black strip */
}
