.home-landing-page .footer {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 88px;
  padding: 60px 80px 32px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.home-landing-page .footer-2 {
  flex-direction: column;
  width: 1280px;
  gap: 60px;
  display: flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.home-landing-page .footer-content {
  gap: 100px;
  align-self: stretch;
  width: 100%;
  display: flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.home-landing-page .footer-2 > .div-4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  gap: 24px;
  flex-wrap: nowrap;
}

.home-landing-page .company {
  display: flex;
  flex-direction: column;
  width: 496px;
  align-items: flex-start;
  gap: 28px;
  position: relative;
}

.home-landing-page .company-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home-landing-page .footer-brand-home {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.home-landing-page .socials {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.home-landing-page .social-link {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Google Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #233044;
  background: linear-gradient(180deg, #f7fbff 0%, #eef4fb 100%);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.home-landing-page .social-link:hover,
.home-landing-page .social-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.16);
  filter: saturate(1.08);
}

.home-landing-page .social-link:active {
  transform: translateY(0) scale(0.96);
}

.home-landing-page .social-link.social-instagram {
  color: #d62976;
}

.home-landing-page .social-link.social-facebook {
  color: #1877f2;
}

.home-landing-page .social-link.social-x {
  color: #111827;
}

.home-landing-page .social-link.social-linkedin {
  color: #0a66c2;
}

.home-landing-page .first-line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.home-landing-page .typography-display-44 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--text-lg-regular-font-family);
  font-weight: var(--text-lg-regular-font-weight);
  color: var(--black);
  font-size: var(--text-lg-regular-font-size);
  letter-spacing: var(--text-lg-regular-letter-spacing);
  line-height: var(--text-lg-regular-line-height);
  white-space: nowrap;
  font-style: var(--text-lg-regular-font-style);
}

.home-landing-page .typography-display-45 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--text-md-regular-font-family);
  font-weight: var(--text-md-regular-font-weight);
  color: var(--gray-500);
  font-size: var(--text-md-regular-font-size);
  letter-spacing: var(--text-md-regular-letter-spacing);
  line-height: var(--text-md-regular-line-height);
  white-space: normal;
  font-style: var(--text-md-regular-font-style);
}

.home-landing-page .contact-details {
  display: flex;
  flex-direction: column;
  width: 250px;
  align-items: flex-start;
  gap: 32px;
  position: relative;
}

.home-landing-page .contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home-landing-page .typography-display-46 {
  position: relative;
  flex: 1;
  margin-top: -1px;
  background: linear-gradient(
    90deg,
    rgba(32, 197, 181, 1) 0%,
    rgba(239, 67, 67, 1) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: var(--text-md-regular-font-family);
  font-weight: var(--text-md-regular-font-weight);
  color: transparent;
  font-size: var(--text-md-regular-font-size);
  letter-spacing: var(--text-md-regular-letter-spacing);
  line-height: var(--text-md-regular-line-height);
  font-style: var(--text-md-regular-font-style);
}

.home-landing-page .typography-19 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.home-landing-page .typography-display-47 {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: var(--text-xs-regular-font-family);
  font-weight: var(--text-xs-regular-font-weight);
  color: var(--gray-600);
  font-size: var(--text-xs-regular-font-size);
  letter-spacing: var(--text-xs-regular-letter-spacing);
  line-height: var(--text-xs-regular-line-height);
  white-space: nowrap;
  font-style: var(--text-xs-regular-font-style);
}

.home-landing-page .frame-86 {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
  flex-wrap: nowrap;
}

.home-landing-page .typography-display-48 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--text-xs-regular-font-family);
  font-weight: var(--text-xs-regular-font-weight);
  color: var(--gray-600);
  font-size: var(--text-xs-regular-font-size);
  letter-spacing: var(--text-xs-regular-letter-spacing);
  line-height: var(--text-xs-regular-line-height);
  white-space: normal;
  font-style: var(--text-xs-regular-font-style);
}

.home-landing-page .footer-link,
.home-landing-page .footer-mail-link {
  text-decoration: none;
  transition: color 200ms ease, opacity 200ms ease, transform 200ms ease;
}

.home-landing-page .footer-link {
  cursor: pointer;
}

.home-landing-page .footer-link:hover,
.home-landing-page .footer-link:focus-visible {
  color: var(--gray-900);
  opacity: 1;
  transform: translateX(1px);
}

.home-landing-page .footer-mail-link {
  cursor: pointer;
}

.home-landing-page .footer-mail-link:hover,
.home-landing-page .footer-mail-link:focus-visible {
  opacity: 0.9;
  transform: translateX(1px);
}

/* Footer responsiveness */
.home-landing-page .footer {
  width: 100%;
  box-sizing: border-box;
}

.home-landing-page .footer-2 {
  width: min(1280px, 100%);
}

.home-landing-page .company,
.home-landing-page .contact-details,
.home-landing-page .first-line {
  min-width: 0;
}

.home-landing-page .typography-display-47 {
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (max-width: 1200px) {
  .home-landing-page .footer {
    padding: 56px 24px 28px;
    gap: 56px;
  }

  .home-landing-page .footer-2 {
    gap: 44px;
  }

  .home-landing-page .footer-content {
    gap: 36px;
    justify-content: space-between;
  }

  .home-landing-page .company {
    width: min(496px, 100%);
  }
}

@media (max-width: 900px) {
  .home-landing-page .footer {
    padding: 48px 16px 24px;
    gap: 44px;
  }

  .home-landing-page .footer-content {
    flex-direction: column;
    gap: 28px;
  }

  .home-landing-page .company {
    width: 100%;
  }

  .home-landing-page .first-line {
    width: 100%;
  }

  .home-landing-page .contact-details {
    width: 100%;
    gap: 20px;
  }

  .home-landing-page .footer-2 > .div-4 {
    gap: 16px;
  }
}

@media (max-width: 560px) {
  .home-landing-page .typography-display-44 {
    font-size: clamp(1rem, 2.6vw, 1.125rem);
    line-height: 1.35;
  }

  .home-landing-page .typography-display-45 {
    font-size: clamp(0.92rem, 2.35vw, 1rem);
    line-height: 1.45;
  }

  .home-landing-page .typography-display-47,
  .home-landing-page .typography-display-48 {
    font-size: clamp(0.78rem, 2.1vw, 0.86rem);
    line-height: 1.45;
  }
}

@media (max-width: 600px) {
  .home-landing-page .footer-2 > .div-4 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }

  .home-landing-page .typography-19 {
    width: 100%;
    justify-content: flex-start;
  }

  .home-landing-page .frame-86 {
    width: 100%;
    justify-content: flex-start;
    gap: 14px;
    flex-wrap: wrap;
  }
}

@media (max-width: 380px) {
  .home-landing-page .typography-display-47 {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
