/* Shared standalone contact footer section */
.site-footer {
  position: relative;
  isolation: isolate;
  z-index: 10;
  width: 100%;
  min-height: 620px;
  margin: -124px 0 0;
  padding: 204px clamp(20px, 5vw, 90px) 78px;
  color: #fff8e8;
  background:
    linear-gradient(180deg, rgba(3, 6, 4, 0.18) 0%, rgba(3, 6, 4, 0.72) 32%, rgba(3, 6, 4, 0.95) 100%),
    url('./images/footer_bg.png') center bottom / cover no-repeat;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  direction: rtl;
  scroll-margin-top: 120px;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.08) 10%,
    rgba(0, 0, 0, 0.42) 22%,
    rgba(0, 0, 0, 0.86) 38%,
    #000 52%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.08) 10%,
    rgba(0, 0, 0, 0.42) 22%,
    rgba(0, 0, 0, 0.86) 38%,
    #000 52%
  );
}

.scroll-space {
  padding-bottom: 124px;
}

.developers-showcase {
  padding-bottom: 204px;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(ellipse at 18% 100%, rgba(216, 183, 106, 0.12), transparent 36%),
    radial-gradient(ellipse at 84% 20%, rgba(216, 183, 106, 0.08), transparent 38%),
    linear-gradient(90deg, rgba(1, 8, 5, 0.72), rgba(1, 8, 5, 0.18) 48%, rgba(1, 8, 5, 0.78));
  pointer-events: none;
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(216, 183, 106, 0.28) 1px, transparent 1px);
  background-size: 115px 115px;
  opacity: 0.12;
  pointer-events: none;
}

.footer-shell {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.footer-glow,
.footer-bottom,
.footer-overlay,
.footer-content,
.footer-grid,
.footer-logo,
.footer-social,
.copyright,
.footer-mini-logo {
  all: unset;
}

.footer-glow,
.footer-bottom,
.footer-overlay,
.footer-content,
.footer-grid,
.footer-logo,
.footer-social,
.copyright,
.footer-mini-logo {
  display: none;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(260px, 1fr) minmax(280px, 1fr);
  grid-template-areas: "action contact brand";
  align-items: center;
  gap: clamp(34px, 5vw, 88px);
  min-height: 440px;
  margin: 0;
  direction: ltr;
}

.site-footer .footer-main > section:not(:last-child) {
  border: 0;
  padding: 0;
}

.footer-brand,
.footer-contact,
.footer-action {
  direction: rtl;
}

.footer-brand {
  grid-area: brand;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 26px;
  text-align: center;
  margin: 0;
}

.footer-logo-img {
  display: block;
  width: min(175px, 70%);
  max-width: none;
  max-height: 160px;
  height: auto;
  margin: 0;
  padding: 10px 12px;
  object-fit: contain;
  border-radius: 24px;
  background:
    radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.18) 58%, transparent 76%);
  filter:
    brightness(0) invert(1)
    drop-shadow(0 16px 30px rgba(0, 0, 0, 0.78))
    drop-shadow(0 0 18px rgba(255, 255, 255, 0.24));
}

.footer-brand h2,
.footer-contact h3,
.footer-action h3,
.footer-cta-card h3 {
  margin: 0;
  color: #d8b76a;
  font-weight: 800;
  line-height: 1.45;
}

.footer-brand h2 {
  font-size: clamp(19px, 1.55vw, 24px);
}

.footer-contact {
  grid-area: contact;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 0;
  margin: 0;
}

.footer-contact h3,
.footer-action > h3 {
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 30px;
  font-size: clamp(17px, 1.35vw, 21px);
  text-align: center;
}

.footer-contact h3::after,
.footer-action > h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 42px;
  height: 2px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #d8b76a;
}

.footer-contact .footer-contact-card {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  width: min(280px, 100%);
  min-height: 68px;
  padding: 0 0 16px;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 15px;
  font-weight: 650;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  box-shadow: none;
  direction: ltr;
  transition: color 220ms ease, transform 220ms ease;
}

.footer-contact .footer-contact-card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.footer-contact .footer-contact-card:hover {
  color: #fff;
  transform: translateX(4px);
  background: transparent;
}

.footer-contact .footer-contact-card i {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #d8b76a;
  font-size: 14px;
  border: 1px solid rgba(216, 183, 106, 0.34);
  border-radius: 10px;
  background: rgba(3, 6, 4, 0.2);
}

.footer-contact .footer-contact-card span {
  min-width: 0;
  direction: ltr;
  text-align: left;
  overflow-wrap: anywhere;
}

.footer-action {
  grid-area: action;
  display: grid;
  justify-items: center;
  align-content: center;
  margin: 0;
}

.footer-social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 0 0 34px;
}

.footer-social-icons a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #d8b76a;
  text-decoration: none;
  border: 1px solid rgba(216, 183, 106, 0.44);
  border-radius: 50%;
  background: rgba(3, 6, 4, 0.18);
  transition: transform 220ms ease, color 220ms ease, background 220ms ease;
}

.footer-social-icons a:hover {
  color: #06100d;
  background: #d8b76a;
  transform: translateY(-3px);
}

.footer-social-icons i {
  font-size: 16px;
}

.footer-cta-card {
  position: relative;
  width: min(300px, 100%);
  padding: 30px 32px 28px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012)),
    rgba(4, 13, 9, 0.56);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.footer-cta-card::after {
  content: "";
  position: absolute;
  top: -26px;
  right: -28px;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, rgba(62, 94, 54, 0.34), rgba(62, 94, 54, 0));
  border-radius: 80% 0 80% 0;
  transform: rotate(10deg);
  pointer-events: none;
}

.footer-cta-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  color: #d8b76a;
  font-size: 18px;
  border-radius: 12px;
  background: rgba(216, 183, 106, 0.1);
}

.footer-cta-card h3 {
  font-size: 18px;
}

.footer-cta-card h3::after {
  display: none;
}

.footer-cta-card p {
  margin: 14px 0 24px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.7;
}

.footer-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 50px;
  color: #06100d;
  text-decoration: none;
  font-size: 15px;
  font-weight: 850;
  border-radius: 8px;
  background: #d8b76a;
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.footer-cta-button:hover {
  background: #e5c679;
  box-shadow: 0 12px 28px rgba(216, 183, 106, 0.22);
  transform: translateY(-2px);
}

.footer-cta-button i {
  font-size: 14px;
}

@media (max-width: 900px) {
  .site-footer {
    min-height: auto;
    margin-top: -84px;
    padding: 148px 18px 54px;
  }

  .scroll-space {
    padding-bottom: 84px;
  }

  .developers-showcase {
    padding-bottom: 148px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "contact"
      "action";
    gap: 42px;
    min-height: auto;
  }

  .footer-brand,
  .footer-contact {
    padding-bottom: 38px;
    border-bottom: 1px solid rgba(216, 183, 106, 0.14);
  }

  .footer-logo-img {
    width: min(250px, 78vw);
    max-height: 210px;
    margin-bottom: 6px;
    opacity: 1;
    padding: 12px 14px;
    filter:
      brightness(0) invert(1)
      drop-shadow(0 18px 34px rgba(0, 0, 0, 0.86))
      drop-shadow(0 0 22px rgba(255, 255, 255, 0.3));
  }

  .footer-brand h2 {
    max-width: 340px;
    font-size: clamp(20px, 5.4vw, 27px);
    text-shadow: 0 10px 26px rgba(0, 0, 0, 0.55);
  }

  .footer-contact .footer-contact-card {
    width: min(330px, 100%);
  }
}

/* Premium contact footer v6 */
.site-footer {
  min-height: 720px;
  margin-top: -104px;
  padding: 182px clamp(24px, 5vw, 84px) 82px;
  color: #f7f3e8;
  background:
    linear-gradient(180deg, rgba(6, 17, 11, 0.08) 0%, rgba(10, 35, 23, 0.34) 36%, rgba(6, 17, 11, 0.76) 100%),
    url('./images/footer_bg.png') center bottom / cover no-repeat;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.18) 14%, #000 34%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.18) 14%, #000 34%);
}

.site-footer::before {
  background:
    radial-gradient(ellipse at 18% 24%, rgba(216, 183, 90, 0.11), transparent 34%),
    linear-gradient(120deg, rgba(6, 17, 11, 0.34), rgba(10, 35, 23, 0.2) 48%, rgba(6, 17, 11, 0.38));
}

.site-footer::after {
  opacity: 0.06;
}

.footer-shell {
  width: min(1240px, 100%);
}

.footer-main {
  grid-template-columns: minmax(270px, 0.95fr) minmax(360px, 1.1fr) minmax(300px, 0.95fr);
  grid-template-areas: "action contact brand";
  align-items: center;
  gap: clamp(34px, 4vw, 76px);
  min-height: 430px;
}

.footer-brand {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  text-align: center;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.footer-logo-img {
  width: 200px;
  max-width: 200px;
  max-height: 200px;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  object-fit: contain;
  filter:
    brightness(0) invert(1)
    drop-shadow(0 0 8px rgba(255, 255, 255, 0.28))
    drop-shadow(0 0 18px rgba(255, 255, 255, 0.12));
}

.footer-brand h2 {
  max-width: 430px;
  color: #d8b75a;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.22;
  text-align: center;
  text-shadow: 0 3px 18px rgba(6, 17, 11, 0.38);
}

.footer-contact {
  display: grid;
  justify-items: stretch;
  gap: 16px;
  width: min(430px, 100%);
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.footer-contact::before {
  display: none;
}

.footer-contact h3,
.footer-action > h3 {
  margin: 0 0 8px;
  padding-bottom: 14px;
  color: #f0d37a;
  font-size: clamp(19px, 1.55vw, 25px);
  font-weight: 850;
  text-align: center;
}

.footer-contact h3::after,
.footer-action > h3::after {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #f0d37a, transparent);
}

.footer-contact .footer-contact-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 62px;
  margin: 0;
  padding: 9px 12px;
  color: #f7f3e8;
  text-decoration: none;
  border: 1px solid rgba(216, 183, 90, 0.2);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02)),
    rgba(10, 35, 23, 0.62);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  direction: ltr;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.site-footer .footer-contact .footer-contact-card {
  justify-self: stretch;
  width: 100%;
}

.footer-contact .footer-contact-card:last-child {
  margin-bottom: 0;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(216, 183, 90, 0.2);
}

.footer-contact .footer-contact-card:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 211, 122, 0.42);
  background: rgba(10, 35, 23, 0.74);
}

.footer-contact .footer-contact-card i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #06110b;
  font-size: 18px;
  border: 1px solid rgba(240, 211, 122, 0.36);
  border-radius: 16px;
  background: linear-gradient(135deg, #f0d37a, #d8b75a);
  box-shadow: 0 8px 18px rgba(216, 183, 90, 0.13);
}

.footer-contact .footer-contact-card span {
  color: #f7f3e8;
  direction: ltr;
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 850;
  text-align: left;
  overflow-wrap: anywhere;
}

.footer-action {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 24px;
  width: min(360px, 100%);
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.footer-social-icons {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 0;
}

.footer-social-icons a {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: #f0d37a;
  border: 1px solid rgba(216, 183, 90, 0.42);
  border-radius: 50%;
  background: rgba(10, 35, 23, 0.28);
  box-shadow: none;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease, border-color 220ms ease;
}

.footer-social-icons a:hover {
  transform: translateY(-3px);
  color: #06110b;
  border-color: #f0d37a;
  background: linear-gradient(135deg, #f0d37a, #d8b75a);
}

.footer-cta-card {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.footer-cta-card::before,
.footer-cta-card::after,
.footer-cta-icon,
.footer-cta-card h3,
.footer-cta-card p {
  display: none;
}

.footer-cta-button {
  width: 100%;
  min-height: 56px;
  color: #06110b;
  border-radius: 18px;
  background: linear-gradient(135deg, #f0d37a, #d8b75a 58%, #b98f38);
  box-shadow: 0 14px 28px rgba(216, 183, 90, 0.18);
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.footer-cta-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 18px 34px rgba(216, 183, 90, 0.24);
}

.footer-tilvix-card {
  width: 100%;
  min-height: 72px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(240, 211, 122, 0.25);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035));
  color: #f7f3e8;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease, background 300ms ease;
}

.footer-tilvix-card:hover,
.footer-tilvix-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(240, 211, 122, 0.64);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(240, 211, 122, 0.08));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28), 0 0 28px rgba(224, 188, 89, 0.16);
}

.footer-tilvix-logo-wrap {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 0 0 1px rgba(18, 30, 20, 0.08), 0 8px 20px rgba(0, 0, 0, 0.18);
}

.footer-tilvix-logo {
  width: 38px;
  height: 38px;
  display: block;
  object-fit: contain;
}

.footer-tilvix-text {
  min-width: 0;
  display: grid;
  gap: 2px;
  line-height: 1.3;
  text-align: right;
}

.footer-tilvix-kicker {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
}

.footer-tilvix-text strong {
  color: #f0d37a;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
}

.footer-tilvix-card > i {
  color: #f0d37a;
  font-size: 13px;
  transition: transform 300ms ease;
}

.footer-tilvix-card:hover > i,
.footer-tilvix-card:focus-visible > i {
  transform: translateX(-4px);
}

@media (max-width: 900px) {
  .site-footer {
    min-height: 100svh;
    margin-top: -86px;
    padding: 128px 14px 72px;
    background:
      linear-gradient(180deg, rgba(6, 17, 11, 0.08) 0%, rgba(10, 35, 23, 0.32) 28%, rgba(6, 17, 11, 0.7) 100%),
      url('./images/footer_bg.png') center bottom / cover no-repeat;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.18) 10%, #000 28%);
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.18) 10%, #000 28%);
  }

  .footer-shell {
    width: min(430px, 100%);
  }

  .footer-main {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "contact"
      "action";
    align-content: center;
    gap: 24px;
    min-height: calc(100svh - 200px);
  }

  .footer-brand {
    grid-template-columns: 86px minmax(0, 1fr);
    justify-items: stretch;
    text-align: right;
    gap: 14px;
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }

  .footer-logo-img {
    width: 86px;
    max-width: 86px;
    max-height: 90px;
  }

  .footer-brand h2 {
    font-size: clamp(20px, 5.4vw, 26px);
    text-align: right;
  }

  .footer-contact {
    width: 100%;
    gap: 13px;
  }

  .footer-contact .footer-contact-card {
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: 58px;
    padding: 7px 9px;
    border-radius: 18px;
  }

  .footer-contact .footer-contact-card i {
    width: 44px;
    height: 44px;
    font-size: 16px;
    border-radius: 15px;
  }

  .footer-contact .footer-contact-card span {
    font-size: clamp(13px, 3.55vw, 16px);
  }

  .footer-action {
    width: 100%;
    gap: 18px;
  }

  .footer-social-icons a {
    width: 46px;
    height: 46px;
  }

  .footer-cta-button {
    min-height: 52px;
    border-radius: 16px;
  }

  .footer-tilvix-card {
    min-height: 62px;
    padding: 10px 12px;
    border-radius: 16px;
  }

  .footer-tilvix-logo-wrap {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .footer-tilvix-logo {
    width: 35px;
    height: 35px;
  }

  .footer-tilvix-kicker {
    font-size: 10px;
  }

  .footer-tilvix-text strong {
    font-size: 14px;
  }
}

/* Match the shared footer on Services, which has page-scoped legacy overrides. */
body.services-page .site-footer {
  min-height: 720px;
  margin-top: -104px;
  padding: 182px clamp(24px, 5vw, 84px) 82px;
  color: #f7f3e8;
  background:
    linear-gradient(180deg, rgba(6, 17, 11, 0.08) 0%, rgba(10, 35, 23, 0.34) 36%, rgba(6, 17, 11, 0.76) 100%),
    url('./images/footer_bg.png') center bottom / cover no-repeat;
}

body.services-page .footer-main {
  grid-template-columns: minmax(270px, 0.95fr) minmax(360px, 1.1fr) minmax(300px, 0.95fr);
  grid-template-areas: "action contact brand";
  align-items: center;
  gap: clamp(34px, 4vw, 76px);
  min-height: 430px;
}

body.services-page .footer-brand {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  text-align: center;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.services-page .footer-logo-img {
  width: 200px;
  max-width: 200px;
  max-height: 200px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  filter:
    brightness(0) invert(1)
    drop-shadow(0 0 8px rgba(255, 255, 255, 0.28))
    drop-shadow(0 0 18px rgba(255, 255, 255, 0.12));
}

body.services-page .footer-brand h2 {
  max-width: 430px;
  color: #d8b75a;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.22;
  text-align: center;
}

body.services-page .footer-contact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: min(430px, 100%);
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.services-page .footer-contact::before {
  display: none;
}

body.services-page .footer-contact .footer-contact-card {
  grid-template-columns: 48px minmax(0, 1fr);
  min-height: 62px;
  padding: 9px 12px;
  border: 1px solid rgba(216, 183, 90, 0.2);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02)),
    rgba(10, 35, 23, 0.62);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

body.services-page .footer-contact .footer-contact-card i {
  width: 48px;
  height: 48px;
  color: #06110b;
  font-size: 18px;
  border-radius: 16px;
}

body.services-page .footer-action {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 24px;
  width: min(360px, 100%);
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.services-page .footer-action > h3::after {
  display: block;
}

body.services-page .footer-social-icons {
  justify-content: center;
  gap: 14px;
}

body.services-page .footer-social-icons a {
  width: 50px;
  height: 50px;
}

body.services-page .footer-cta-card {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.services-page .footer-cta-button {
  min-height: 56px;
  border-radius: 18px;
}

@media (max-width: 900px) {
  body.services-page .site-footer {
    min-height: 100svh;
    margin-top: -86px;
    padding: 128px 14px 72px;
  }

  body.services-page .footer-main {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "contact"
      "action";
    align-content: center;
    gap: 24px;
    min-height: calc(100svh - 200px);
  }

  body.services-page .footer-brand {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 14px;
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }

  body.services-page .footer-logo-img {
    width: 86px;
    max-width: 86px;
    max-height: 90px;
  }

  body.services-page .footer-brand h2 {
    font-size: clamp(20px, 5.4vw, 26px);
  }

  body.services-page .footer-contact {
    width: 100%;
    gap: 13px;
  }

  body.services-page .footer-contact .footer-contact-card {
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: 58px;
    padding: 7px 9px;
    border-radius: 18px;
  }

  body.services-page .footer-contact .footer-contact-card i {
    width: 44px;
    height: 44px;
    font-size: 16px;
    border-radius: 15px;
  }

  body.services-page .footer-action {
    width: 100%;
    gap: 18px;
  }

  body.services-page .footer-social-icons a {
    width: 46px;
    height: 46px;
  }

  body.services-page .footer-cta-button {
    min-height: 52px;
    border-radius: 16px;
  }
}

.site-footer .footer-contact .footer-contact-card,
body.services-page .site-footer .footer-contact .footer-contact-card {
  justify-self: stretch;
  width: 100%;
}

.site-footer .footer-contact,
body.services-page .site-footer .footer-contact {
  grid-template-columns: minmax(0, 1fr);
  justify-content: stretch;
}
