/* Site footer — gradient, columns, newsletter, bottom bar */
.site-footer {
  width: 100%;
  margin-top: auto;
  font-family: var(--font-primary, "DM Sans", system-ui, sans-serif);
  overflow: hidden;
}

.site-footer{
    background: #FFFFFF;
    background: linear-gradient(175deg, rgba(229, 229, 229, 1) 14%, rgba(101, 176, 211, 1) 100%);
}

.site-footer__primary {
  padding: 50px 0;

}

.site-footer__inner {
width: 100%;
}

.site-footer__logo-link {
  display: inline-block;
  line-height: 0;
}

.site-footer__logo {
  display: block;
  width: auto;
  max-width: 267px;
  height: auto;
}

.site-footer__columns {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.65fr) minmax(0, 0.80fr);
  gap: 32px 40px;
  align-items: start;
  margin-top: 65px;
}

.site-footer__heading {
  margin: 0 0 15px;
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.02em;
}

.site-footer__discover-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 24px;
}

.site-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__list li {
  margin-bottom: 10px;
}

.site-footer__list li:last-child {
  margin-bottom: 0;
}

.site-footer__list a {
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  color: #171B48;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__list a:hover,
.site-footer__list a:focus-visible {
  color: #0095da;
  outline: none;
}

.site-footer__contactline {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #171B48;
}

.site-footer__contactline:last-child {
  margin-bottom: 0;
}

.site-footer__contact-label {
  font-weight: 500;
  color: #171B48;
  font-size: 16px;
  display: block;
  margin-right: 6px;
}

.site-footer__contactline a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__contactline a:hover,
.site-footer__contactline a:focus-visible {
  color: #0095da;
  outline: none;
}

.site-footer__newsletter-desc {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.55;
  color: #171B48;
  max-width: 288px;
}

.site-footer__newsletter-field {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
}

.site-footer__newsletter-input {
  width: 100%;
  height: 52px;
  padding: 0 58px 0 22px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  background: #fff;
  font-family: inherit;
  font-size: 14px;
  color: #000000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}

.site-footer__newsletter-input::placeholder {
  color: #000000;
}

.site-footer__newsletter-input:focus {
  outline: none;
  border-color: #0095da;
  box-shadow: 0 0 0 3px rgba(0, 149, 218, 0.2);
}

.site-footer__newsletter-submit {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #0095da;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}

.site-footer__newsletter-submit:hover,
.site-footer__newsletter-submit:focus-visible {
  background: #007eb8;
  outline: none;
}

.site-footer__newsletter-submit:active {
  transform: translateY(-50%) scale(0.96);
}

.site-footer__bar {
  padding: 30px 0;
  border-top: 1px solid rgba(156, 162, 165, 0.6);
}

.site-footer__bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 35px;
  padding-left: max(1rem, env(safe-area-inset-left));
  padding-right: max(1rem, env(safe-area-inset-right));
}

.site-footer__copyright {
  margin: 0;
  font-size: 16px;
  color: #191919;
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin-left: auto;
}

.site-footer__legal a {
  font-size: 16px;
  color: #191919;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__legal a:hover,
.site-footer__legal a:focus-visible {
  color: #0095da;
  outline: none;
}



.site-footer__legal-sep {
  color: #000000;
  font-size: 16px;
}

.site-footer__social {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0095da;
  font-size: 18px;
  line-height: 0;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.site-footer__social-link:hover,
.site-footer__social-link:focus-visible {
  color: #00b4e5;
  opacity: 0.95;
  outline: none;
  transform: translateY(-1px);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-footer__bottom{
      padding: 0px 20px 40px;
      width: 100%;
      opacity: 0.03;
}

.site-footer__bottom img{
    width: 100%;
}
