/* =========================================================
   DEUTSCH GO — PREMIUM RESPONSIVE FOOTER
========================================================= */
:root{
  --dg-footer-navy:#071b28;
  --dg-footer-deep:#04131d;
  --dg-footer-petrol:#123b4a;
  --dg-footer-blue:#1c5d70;
  --dg-footer-yellow:#f4c542;
  --dg-footer-paper:#fff8f1;
  --dg-footer-muted:rgba(255,248,241,.68);
  --dg-footer-line:rgba(255,248,241,.12);
}
footer.dg-footer-pro{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  width:100%!important;
  max-width:none!important;
  color:var(--dg-footer-paper)!important;
  background:
    radial-gradient(circle at 12% 12%,rgba(28,93,112,.22),transparent 32%),
    radial-gradient(circle at 88% 86%,rgba(244,197,66,.08),transparent 27%),
    linear-gradient(145deg,var(--dg-footer-navy),var(--dg-footer-deep))!important;
  border-top:1px solid rgba(244,197,66,.20)!important;
}
footer.dg-footer-pro::before{
  content:"";
  position:absolute;
  top:0;left:0;right:0;
  height:4px;
  background:linear-gradient(90deg,#111 0 33.333%,#dd0000 33.333% 66.666%,#ffce00 66.666% 100%);
  z-index:5;
}
footer.dg-footer-pro::after{
  content:"";
  position:absolute;
  right:clamp(-90px,-4vw,-20px);
  bottom:55px;
  width:clamp(280px,32vw,520px);
  aspect-ratio:1/1;
  background:url("https://files.easy-orders.net/1785668336576743013.png") center/contain no-repeat;
  opacity:.055;
  filter:grayscale(1) brightness(2.2);
  transform:rotate(-8deg);
  z-index:-1;
  pointer-events:none;
}
footer.dg-footer-pro>.max-w-7xl{
  position:relative!important;
  z-index:2!important;
  max-width:1280px!important;
  padding-top:clamp(44px,5vw,72px)!important;
  padding-bottom:clamp(34px,4vw,58px)!important;
}
footer.dg-footer-pro .hidden.lg\:grid{
  grid-template-columns:1.25fr .85fr .95fr .8fr!important;
  gap:clamp(28px,4vw,64px)!important;
  align-items:start!important;
}
footer.dg-footer-pro,
footer.dg-footer-pro a,
footer.dg-footer-pro button{color:var(--dg-footer-paper)!important}
footer.dg-footer-pro h3{
  position:relative;
  width:fit-content;
  margin-bottom:22px!important;
  color:var(--dg-footer-paper)!important;
  font-size:17px!important;
  font-weight:900!important;
}
footer.dg-footer-pro h3::after{
  content:"";
  position:absolute;
  right:0;
  bottom:-9px;
  width:30px;height:3px;
  border-radius:99px;
  background:var(--dg-footer-yellow);
}
footer.dg-footer-pro .space-y-4>.flex.items-center{
  position:relative;
  padding:13px 14px!important;
  border:1px solid var(--dg-footer-line);
  border-radius:16px;
  background:rgba(255,255,255,.035);
  transition:transform .22s ease,border-color .22s ease,background-color .22s ease;
}
footer.dg-footer-pro .space-y-4>.flex.items-center:hover{
  transform:translateY(-2px);
  border-color:rgba(244,197,66,.30);
  background:rgba(255,255,255,.055);
}
footer.dg-footer-pro .space-y-4>.flex.items-center>div:first-child{
  width:42px!important;height:42px!important;
  color:var(--dg-footer-navy)!important;
  background:var(--dg-footer-yellow)!important;
  box-shadow:0 8px 22px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.42);
}
footer.dg-footer-pro .space-y-4>.flex.items-center>div:first-child svg{color:var(--dg-footer-navy)!important}
footer.dg-footer-pro .space-y-4>.flex.items-center p{min-width:0;color:var(--dg-footer-muted)!important;line-height:1.55!important}
footer.dg-footer-pro .space-y-4>.flex.items-center p span{color:var(--dg-footer-paper)!important}
footer.dg-footer-pro .space-y-4>.flex.items-center a{
  overflow-wrap:anywhere;
  color:var(--dg-footer-muted)!important;
  text-decoration:none!important;
  transition:color .2s ease;
}
footer.dg-footer-pro .space-y-4>.flex.items-center a:hover{color:var(--dg-footer-yellow)!important}
footer.dg-footer-pro ul{display:grid;gap:5px!important}
footer.dg-footer-pro ul li a{
  position:relative;
  display:inline-flex;
  align-items:center;
  padding:5px 0!important;
  color:var(--dg-footer-muted)!important;
  text-decoration:none!important;
  transition:color .2s ease,transform .2s ease;
}
footer.dg-footer-pro ul li a::before{
  content:"";
  width:0;height:2px;
  margin-inline-end:0;
  border-radius:99px;
  background:var(--dg-footer-yellow);
  transition:width .2s ease,margin-inline-end .2s ease;
}
footer.dg-footer-pro ul li a:hover{color:var(--dg-footer-paper)!important;transform:translateX(-3px)}
footer.dg-footer-pro ul li a:hover::before{width:16px;margin-inline-end:8px}
footer.dg-footer-pro .dg-footer-social-wrap{display:flex;flex-direction:column;gap:17px}
footer.dg-footer-pro .dg-footer-social-title{margin:0;color:var(--dg-footer-paper);font-size:17px;font-weight:900}
footer.dg-footer-pro .dg-footer-socials{display:flex;flex-wrap:wrap;gap:11px}
footer.dg-footer-pro .dg-social{
  position:relative;
  width:46px!important;height:46px!important;
  display:inline-flex!important;
  align-items:center;justify-content:center;
  border:1px solid rgba(255,255,255,.14);
  border-radius:15px!important;
  color:var(--dg-footer-paper)!important;
  background:rgba(255,255,255,.05)!important;
  box-shadow:0 10px 26px rgba(0,0,0,.16);
  transition:transform .25s ease,color .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease;
}
footer.dg-footer-pro .dg-social svg{width:20px;height:20px;fill:currentColor}
footer.dg-footer-pro .dg-social:hover{color:#fff!important;transform:translateY(-5px) scale(1.04)}
footer.dg-footer-pro .dg-social--facebook:hover{
  border-color:#1877f2!important;background:#1877f2!important;
  box-shadow:0 12px 30px rgba(24,119,242,.32);
}
footer.dg-footer-pro .dg-social--instagram:hover{
  border-color:#d62976!important;
  background:radial-gradient(circle at 30% 105%,#fdf497 0 9%,#fdf497 10% 14%,#fd5949 30%,#d6249f 60%,#285aeb 90%)!important;
  box-shadow:0 12px 30px rgba(214,41,118,.30);
}
footer.dg-footer-pro .dg-social--whatsapp:hover{
  border-color:#25d366!important;background:#25d366!important;
  box-shadow:0 12px 30px rgba(37,211,102,.28);
}
footer.dg-footer-pro .dg-footer-brand-note{max-width:230px;margin:0;color:var(--dg-footer-muted);font-size:13px;line-height:1.75}
footer.dg-footer-pro .lg\:hidden>.border-t{border-color:var(--dg-footer-line)!important}
footer.dg-footer-pro .lg\:hidden>.border-t button{
  padding-top:18px!important;padding-bottom:18px!important;
  color:var(--dg-footer-paper)!important;text-align:right!important;
}
footer.dg-footer-pro .lg\:hidden>.border-t button svg{color:var(--dg-footer-yellow)!important}
footer.dg-footer-pro>.border-t.bg-skin-primary{
  position:relative;z-index:3;
  padding:18px 20px!important;
  color:var(--dg-footer-muted)!important;
  background:rgba(0,0,0,.18)!important;
  border-color:var(--dg-footer-line)!important;
}
footer.dg-footer-pro>.border-t.bg-skin-primary p{display:none!important}
footer.dg-footer-pro .dg-footer-bottom{
  position:relative;z-index:4;
  display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;
  padding:18px 20px 20px;
  border-top:1px solid var(--dg-footer-line);
  color:rgba(255,248,241,.58);
  font-size:13px;text-align:center;
}
footer.dg-footer-pro .dg-footer-bottom a{
  color:var(--dg-footer-yellow)!important;
  font-weight:800;text-decoration:none!important;
  transition:color .2s ease,transform .2s ease;
}
footer.dg-footer-pro .dg-footer-bottom a:hover{color:#fff!important;transform:translateY(-1px)}
@media(max-width:1023px){
  footer.dg-footer-pro::after{right:-105px;bottom:120px;width:360px;opacity:.045}
  footer.dg-footer-pro>.max-w-7xl{padding:38px 20px 28px!important}
  footer.dg-footer-pro .dg-footer-social-wrap{align-items:center;text-align:center}
  footer.dg-footer-pro .dg-footer-brand-note{max-width:320px}
  footer.dg-footer-pro .dg-footer-socials{justify-content:center}
}
@media(max-width:576px){
  footer.dg-footer-pro::after{right:-125px;bottom:150px;width:320px}
  footer.dg-footer-pro>.max-w-7xl{padding-inline:16px!important}
  footer.dg-footer-pro .space-y-4>.flex.items-center{gap:12px!important;padding:12px!important}
  footer.dg-footer-pro .space-y-4>.flex.items-center p{font-size:13px!important}
  footer.dg-footer-pro .dg-social{width:44px!important;height:44px!important}
}
@media(prefers-reduced-motion:reduce){
  footer.dg-footer-pro *,
  footer.dg-footer-pro *::before,
  footer.dg-footer-pro *::after{transition:none!important;animation:none!important}
}


/* =========================================================
   REMOVE EASYORDERS ORIGINAL SOCIAL ICONS
   Keep only our custom .dg-social icons.
========================================================= */
footer.dg-footer-pro a[href*="facebook.com"]:not(.dg-social),
footer.dg-footer-pro a[href*="instagram.com"]:not(.dg-social),
footer.dg-footer-pro a[href*="wa.me"]:not(.dg-social),
footer.dg-footer-pro a[href*="whatsapp.com"]:not(.dg-social) {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Hide an original social row when all its links were removed */
footer.dg-footer-pro .dg-original-social-row {
  display: none !important;
}


/* =========================================================
   DEUTSCH GO FOOTER — FINAL V3
========================================================= */

/* Remove every original EasyOrders social row */
footer.dg-footer-pro .dg-easyorders-social-row,
footer.dg-footer-pro .dg-original-social-row {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Keep only our custom social icons */
footer.dg-footer-pro a[href*="facebook.com"]:not(.dg-social),
footer.dg-footer-pro a[href*="instagram.com"]:not(.dg-social),
footer.dg-footer-pro a[href*="wa.me"]:not(.dg-social),
footer.dg-footer-pro a[href*="whatsapp.com"]:not(.dg-social) {
  display: none !important;
}

/* Bottom credits layout */
footer.dg-footer-pro .dg-footer-bottom {
  width: 100% !important;
  box-sizing: border-box !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;

  padding: 14px clamp(18px, 4vw, 56px) 16px !important;

  direction: ltr !important;
  text-align: left !important;
}

/* Left: developer credit */
footer.dg-footer-pro .dg-footer-developer {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;

  direction: ltr !important;
  unicode-bidi: isolate !important;
  white-space: nowrap !important;

  color: rgba(255, 248, 241, .50) !important;

  font-size: 11px !important;
  line-height: 1.4 !important;
  text-align: left !important;
}

footer.dg-footer-pro .dg-footer-developer span {
  order: 1 !important;
}

footer.dg-footer-pro .dg-footer-developer a {
  order: 2 !important;

  color: var(--dg-footer-yellow) !important;

  font-size: 11px !important;
  font-weight: 800 !important;
}

/* Right: Deutsch Go copyright */
footer.dg-footer-pro .dg-footer-copyright {
  direction: ltr !important;
  unicode-bidi: isolate !important;
  white-space: nowrap !important;

  color: rgba(255, 248, 241, .62) !important;

  font-size: 12px !important;
  line-height: 1.4 !important;
  text-align: right !important;
}

footer.dg-footer-pro .dg-footer-copyright strong {
  color: var(--dg-footer-paper) !important;
  font-weight: 800 !important;
}

/* Mobile stacking */
@media (max-width: 576px) {
  footer.dg-footer-pro .dg-footer-bottom {
    flex-direction: column !important;
    justify-content: center !important;
    gap: 7px !important;

    padding: 14px 14px 17px !important;

    text-align: center !important;
  }

  footer.dg-footer-pro .dg-footer-developer,
  footer.dg-footer-pro .dg-footer-copyright {
    white-space: normal !important;
    text-align: center !important;
  }

  footer.dg-footer-pro .dg-footer-developer {
    font-size: 10px !important;
  }

  footer.dg-footer-pro .dg-footer-developer a {
    font-size: 10px !important;
  }

  footer.dg-footer-pro .dg-footer-copyright {
    font-size: 11px !important;
  }
}
