.footer.footer--showcase {
  --footer-ink: #10131b;
  --footer-muted: #666d7b;
  --footer-blue: #095de7;
  --footer-blue-dark: #0646ae;
  box-sizing: border-box;
  padding: 22px 0 30px;
  border: 0;
  background: #f7f9fc;
  color: var(--footer-ink);
  font-family: "Manrope", Arial, sans-serif;
}

.footer--showcase *,
.footer--showcase *::before,
.footer--showcase *::after {
  box-sizing: border-box;
}

.footer.footer--showcase .footer-showcase__shell {
  position: relative;
  display: block;
  width: min(1180px, calc(100% - 48px));
  min-height: 0;
  margin: 0 auto;
  padding: 22px 0 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.footer-showcase__shell::after {
  content: none;
}

.footer-showcase__cta {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid #dce5f3;
  border-radius: 18px;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.94), rgba(231, 239, 252, 0.78)), #f2f6fc;
}

.footer-showcase__cta-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--footer-blue);
  font-size: 22px;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(9, 93, 231, 0.1);
}

.footer-showcase__cta-copy {
  display: grid;
  gap: 5px;
}

.footer-showcase__cta-copy strong {
  color: var(--footer-ink);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.25;
}

.footer-showcase__cta-copy span {
  color: var(--footer-muted);
  font-size: 11px;
  line-height: 1.45;
}

.footer--showcase .footer-showcase__cta-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--footer-blue);
  border-radius: 10px;
  background: var(--footer-blue);
  box-shadow: 0 9px 20px rgba(9, 93, 231, 0.22);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.footer--showcase .footer-showcase__cta-button:hover {
  border-color: var(--footer-blue-dark);
  background: var(--footer-blue-dark);
  color: #fff;
}

.footer-showcase__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(190px, 1.35fr) repeat(4, minmax(120px, 1fr));
  gap: 30px;
  padding: 38px 0 34px;
}

.footer-showcase__brand > a:first-child {
  display: inline-block;
}

.footer-showcase__brand img {
  display: block;
  width: 138px;
  height: auto;
  margin-bottom: 17px;
}

.footer--showcase .footer-showcase__brand p {
  max-width: 230px;
  margin: 0 0 18px;
  color: var(--footer-muted);
  font-size: 11px;
  line-height: 1.65;
}

.footer--showcase .footer-showcase__telegram-link {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--footer-blue);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.footer-showcase__column {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.footer-showcase__column > strong {
  margin-bottom: 5px;
  color: var(--footer-ink);
  font-size: 12px;
  line-height: 1.3;
}

.footer--showcase .footer-showcase__column > a {
  color: var(--footer-muted);
  font-size: 10px;
  line-height: 1.5;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.footer--showcase .footer-showcase__column > a:hover,
.footer--showcase .footer-showcase__telegram-link:hover {
  color: var(--footer-blue);
}

.footer-showcase__socials {
  display: flex;
  gap: 8px;
  padding-top: 2px;
}

.footer--showcase .footer-showcase__socials a {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #eff4fb;
  color: var(--footer-blue);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.footer-showcase__bottom {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #e6eaf0;
}

.footer.footer--showcase .footer-showcase__bottom p {
  margin: 0;
  color: #7d8490;
  font-size: 9px;
  line-height: 1.4;
}

@media (max-width: 980px) {
  .footer-showcase__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-showcase__brand {
    grid-column: span 2;
  }
}

@media (max-width: 700px) {
  .footer.footer--showcase {
    padding: 12px 0 20px;
  }

  .footer.footer--showcase .footer-showcase__shell {
    width: min(100% - 24px, 1180px);
    padding: 12px 0 0;
  }

  .footer-showcase__cta {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }

  .footer-showcase__cta-icon {
    width: 42px;
    height: 42px;
  }

  .footer--showcase .footer-showcase__cta-button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .footer-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 22px;
    padding: 30px 0;
  }

  .footer-showcase__brand {
    grid-column: 1 / -1;
  }

  .footer-showcase__bottom {
    min-height: 76px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
  }
}

@media (max-width: 440px) {
  .footer-showcase__grid {
    grid-template-columns: 1fr;
  }
}
