.drab-footer {
  background:
    radial-gradient(circle at 12% 12%, rgba(212, 175, 55, .13), transparent 28%),
    linear-gradient(180deg, #071426 0%, #050b16 100%);
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: #cbd2d9;
  padding: 4.5rem 0 0;
}
.drab-footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  border: 1px solid rgba(212, 175, 55, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
  padding: 2rem;
}
.drab-footer-eyebrow {
  display: block;
  color: var(--gold-400);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 1.5px !important;
  margin-bottom: .65rem;
  text-transform: uppercase;
}
.drab-footer-cta h2 {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
  margin: 0 0 .75rem;
  max-width: 820px;
}
.drab-footer-cta p {
  color: #9aa5b1;
  font-size: .98rem;
  line-height: 1.75;
  margin: 0;
  max-width: 760px;
}
.drab-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: flex-end;
}
.drab-footer-whatsapp {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  gap: .5rem;
  justify-content: center;
  min-height: 50px;
  padding: .85rem 1.25rem;
  text-decoration: none;
}
.drab-footer-whatsapp:hover {
  border-color: var(--whatsapp);
  color: var(--whatsapp);
}
.drab-footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) repeat(3, minmax(0, 1fr));
  gap: 3rem;
  padding: 4rem 0 2.75rem;
}
.drab-footer-logo {
  color: #fff;
  display: inline-block;
  font-family: var(--font-display);
  font-size: 2.15rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
  text-decoration: none;
}
.drab-footer-logo:hover {
  color: var(--gold-400);
}
.drab-footer-brand p {
  color: #9aa5b1;
  font-size: .95rem;
  line-height: 1.8;
  margin: 0 0 1.4rem;
  max-width: 360px;
}
.drab-footer-contact {
  display: grid;
  gap: .65rem;
}
.drab-footer-contact a {
  align-items: center;
  color: #cbd2d9;
  display: inline-flex;
  font-size: .92rem;
  gap: .55rem;
  text-decoration: none;
}
.drab-footer-contact i {
  color: var(--gold-400);
}
.drab-footer-contact a:hover {
  color: #fff;
}
.drab-footer-col h3,
.drab-footer-support h3 {
  color: #fff;
  font-family: var(--font-sans);
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: 1.5px !important;
  margin: 0 0 1.1rem;
  text-transform: uppercase;
}
.drab-footer-col ul {
  display: grid;
  gap: .72rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.drab-footer-col a,
.drab-footer-company a {
  color: #9aa5b1;
  font-size: .92rem;
  line-height: 1.5;
  text-decoration: none;
}
.drab-footer-col a:hover,
.drab-footer-company a:hover {
  color: var(--gold-400);
}
.drab-footer-support {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .08);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 1.75rem 0 2rem;
}
.drab-footer-chips,
.drab-footer-company {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}
.drab-footer-chips a {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: #cbd2d9;
  font-size: .82rem;
  padding: .45rem .85rem;
  text-decoration: none;
}
.drab-footer-chips a:hover {
  background: rgba(212, 175, 55, .12);
  border-color: rgba(212, 175, 55, .45);
  color: #fff;
}
.drab-footer-company {
  justify-content: flex-end;
}

@media (max-width: 1023px) {
  .drab-footer-cta,
  .drab-footer-support {
    grid-template-columns: 1fr;
  }
  .drab-footer-actions,
  .drab-footer-company {
    justify-content: flex-start;
  }
  .drab-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .drab-footer {
    padding-top: 3rem;
  }
  .drab-footer-cta {
    padding: 1.35rem;
  }
  .drab-footer-actions a {
    width: 100%;
  }
  .drab-footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-top: 3rem;
  }
}
