/* Einheitlicher IMPREGO-Footer – Stand 01.09.2026 */
.imp-footer{
  margin:3rem 0 0;
  padding:0;
  background:linear-gradient(135deg,#0ea5e9 0%,#1e3a8a 100%);
  color:#fff;
  text-align:left;
  border:0;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14);
}
.imp-footer *{box-sizing:border-box}
.imp-footer a{color:inherit;text-decoration:none}
.imp-footer a:hover{text-decoration:none}
.imp-footer__inner{
  width:min(1180px,calc(100% - 32px));
  margin:0 auto;
  padding:2.25rem 0 1.35rem;
}
.imp-footer__actions{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:.75rem;
  margin:0 0 2rem;
}
.imp-footer__action{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:.8rem 1rem;
  border-radius:12px;
  font-weight:850;
  line-height:1.25;
  text-align:center;
  border:1px solid rgba(255,255,255,.4);
  background:rgba(255,255,255,.12);
  box-shadow:0 8px 22px rgba(2,6,23,.12);
  transition:transform .18s ease,background .18s ease,box-shadow .18s ease;
}
.imp-footer__action:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.2);
  box-shadow:0 10px 26px rgba(2,6,23,.18);
}
.imp-footer__action--primary{
  background:#fff;
  color:#1e3a8a!important;
  border-color:#fff;
}
.imp-footer__action--primary:hover{background:#f8fbff}
.imp-footer__grid{
  display:grid;
  grid-template-columns:1.35fr repeat(3,minmax(0,1fr));
  gap:2rem;
  align-items:start;
}
.imp-footer__brandhead{
  display:flex;
  align-items:center;
  gap:.8rem;
  margin:0 0 .85rem;
}
.imp-footer__logo{
  width:50px;
  height:50px;
  object-fit:contain;
  padding:5px;
  border-radius:14px;
  background:#fff;
  box-shadow:0 10px 24px rgba(2,6,23,.18);
}
.imp-footer__brandname{
  display:block;
  font-size:1.05rem;
  font-weight:900;
  letter-spacing:.02em;
}
.imp-footer__tagline{
  display:block;
  margin-top:.12rem;
  font-size:.82rem;
  color:rgba(255,255,255,.82);
}
.imp-footer__text{
  margin:.45rem 0 0;
  max-width:44ch;
  font-size:.88rem;
  line-height:1.65;
  color:rgba(255,255,255,.86);
}
.imp-footer__title{
  margin:.15rem 0 .8rem;
  font-size:.78rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#fff;
}
.imp-footer__links{
  display:grid;
  gap:.55rem;
  margin:0;
  padding:0;
  list-style:none;
}
.imp-footer__links a{
  display:inline-flex;
  width:fit-content;
  font-size:.9rem;
  line-height:1.4;
  color:rgba(255,255,255,.88);
}
.imp-footer__links a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}
.imp-footer__provider{
  margin:.55rem 0 0;
  font-size:.84rem;
  line-height:1.55;
  color:rgba(255,255,255,.82);
}
.imp-footer__provider strong{color:#fff}
.imp-footer__bottom{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:1rem;
  margin-top:2rem;
  padding-top:1.15rem;
  border-top:1px solid rgba(255,255,255,.2);
}
.imp-footer__legal{
  margin:0;
  max-width:72ch;
  font-size:.75rem;
  line-height:1.55;
  color:rgba(255,255,255,.76);
}
.imp-footer__copy{
  margin:0;
  white-space:nowrap;
  font-size:.78rem;
  color:rgba(255,255,255,.82);
}
@media(max-width:920px){
  .imp-footer__grid{grid-template-columns:1.2fr 1fr 1fr;gap:1.6rem}
  .imp-footer__brandcol{grid-column:1/-1}
  .imp-footer__text{max-width:72ch}
}
@media(max-width:680px){
  .imp-footer{margin-top:2rem}
  .imp-footer__inner{width:min(100% - 28px,1180px);padding:1.55rem 0 1rem}
  .imp-footer__actions{grid-template-columns:1fr;margin-bottom:1.55rem}
  .imp-footer__grid{grid-template-columns:1fr 1fr;gap:1.45rem 1rem}
  .imp-footer__brandcol{grid-column:1/-1}
  .imp-footer__bottom{align-items:flex-start;flex-direction:column}
  .imp-footer__copy{white-space:normal}
}
@media(max-width:430px){
  .imp-footer__grid{grid-template-columns:1fr}
  .imp-footer__brandcol{grid-column:auto}
  .imp-footer__title{margin-top:.2rem}
}
