.ddp-global-footer{
  --ddpg-bg:#020304;
  --ddpg-panel:#070a0e;
  --ddpg-text:#f7f7f2;
  --ddpg-muted:#7f8994;
  --ddpg-line:rgba(255,255,255,.11);
  --ddpg-lime:#a8ff48;
  --ddpg-cyan:#4be8ff;
  position:relative;
  width:100%;
  background:var(--ddpg-bg);
  color:var(--ddpg-text);
  border-top:1px solid var(--ddpg-line);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow:hidden;
}
.ddp-global-footer *{box-sizing:border-box}
.ddp-global-footer:before{
  content:"DEEP DELAY";
  position:absolute;
  right:-2vw;
  top:18px;
  font:700 clamp(100px,17vw,280px)/.78 "Space Grotesk",system-ui,sans-serif;
  letter-spacing:-.08em;
  color:rgba(255,255,255,.018);
  white-space:nowrap;
  pointer-events:none;
}
.ddp-global-footer__shell{position:relative;z-index:1;width:min(1380px,calc(100% - 64px));margin:0 auto;padding:78px 0 26px}
.ddp-global-footer__hero{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:end;padding-bottom:58px;border-bottom:1px solid var(--ddpg-line)}
.ddp-global-footer__brand img{display:block;width:210px;max-width:100%;max-height:100px;object-fit:contain;object-position:left center}
.ddp-global-footer__brand p{margin:16px 0 0;color:var(--ddpg-muted);font-size:11px;line-height:1.6;letter-spacing:.02em}
.ddp-global-footer__cta{justify-self:end;width:min(100%,680px)}
.ddp-global-footer__cta>span,.ddp-global-footer__col>span{display:block;margin:0 0 14px;color:var(--ddpg-lime);font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.ddp-global-footer__cta h2{margin:0;font:700 clamp(44px,5.3vw,82px)/.88 "Space Grotesk",system-ui,sans-serif;letter-spacing:-.065em;color:var(--ddpg-text)}
.ddp-global-footer__cta-btn{display:inline-flex!important;align-items:center;justify-content:space-between;gap:24px;min-width:270px;min-height:52px;margin:28px 0 0!important;padding:0 18px!important;background:var(--ddpg-lime)!important;border:1px solid var(--ddpg-lime)!important;color:#071006!important;text-decoration:none!important;font-size:9px!important;font-weight:900!important;letter-spacing:.1em!important;text-transform:uppercase!important;transition:.2s ease!important}
.ddp-global-footer__cta-btn:hover{transform:translateY(-2px);filter:brightness(1.05)}
.ddp-global-footer__grid{display:grid;grid-template-columns:.7fr .7fr 1.6fr;gap:54px;padding:42px 0}
.ddp-global-footer__col a,.ddp-global-footer__col button{display:block;width:max-content;max-width:100%;margin:0 0 11px;padding:0;border:0;background:none;color:#c7ced5;text-decoration:none;font:600 11px/1.35 Inter,system-ui,sans-serif;cursor:pointer;text-align:left;transition:.18s ease}
.ddp-global-footer__col a:hover,.ddp-global-footer__col button:hover{color:var(--ddpg-lime)}
.ddp-global-footer__company{justify-self:end;max-width:480px;width:100%}
.ddp-global-footer__company p{margin:0;color:var(--ddpg-muted);font-size:11px;line-height:1.75}
.ddp-global-footer__company p strong{color:#fff;font-weight:700}
.ddp-global-footer__company p a{display:inline!important;width:auto!important;margin:0!important;color:#aeb7c0!important;font-weight:500!important}
.ddp-global-footer__company p a:hover{color:var(--ddpg-lime)!important}
.ddp-global-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:22px;border-top:1px solid var(--ddpg-line);color:#59636d;font-size:8px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.ddp-global-footer__bottom span{margin:0;color:inherit;font:inherit;letter-spacing:inherit;text-transform:inherit}
@media(max-width:900px){
  .ddp-global-footer__hero{grid-template-columns:1fr;gap:42px;align-items:start}
  .ddp-global-footer__cta{justify-self:start}
  .ddp-global-footer__grid{grid-template-columns:1fr 1fr;gap:34px}
  .ddp-global-footer__company{grid-column:1/-1;justify-self:start}
}
@media(max-width:700px){
  .ddp-global-footer__shell{width:calc(100% - 28px);padding:58px 0 24px}
  .ddp-global-footer:before{top:90px;font-size:35vw}
  .ddp-global-footer__hero{gap:36px;padding-bottom:42px}
  .ddp-global-footer__brand img{width:165px;max-height:82px}
  .ddp-global-footer__cta h2{font-size:clamp(42px,13vw,66px)}
  .ddp-global-footer__cta-btn{width:100%;min-width:0}
  .ddp-global-footer__grid{grid-template-columns:1fr 1fr;gap:32px 20px;padding:36px 0}
  .ddp-global-footer__company{grid-column:1/-1}
  .ddp-global-footer__bottom{flex-direction:column;align-items:flex-start}
  body.home .ddp-global-footer,body.ddp-event-native-single .ddp-global-footer{padding-bottom:78px}
}
@media(max-width:430px){
  .ddp-global-footer__grid{grid-template-columns:1fr}
  .ddp-global-footer__company{grid-column:auto}
}
.ddp-global-footer__socials,.ddp-global-footer__resources{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:14px}.ddp-global-footer__socials a,.ddp-global-footer__resources a{font-size:9px!important;color:#a8ff48!important;text-transform:uppercase;letter-spacing:.08em;text-decoration:none}
