@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-VariableFont_wght.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

.site-footer {
  background: #191f18;
  color: #fff;
  padding: 24px 0 0;
  font-family: Raleway, Arial, sans-serif;
  font-weight: 400;
}

.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 30px;
  padding: 0;
  border: 0;
}

.footer-nav a,
.footer-nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 125px;
  min-height: 36px;
  padding: 5px 22px;
  border: 1px solid #27b443;
  border-radius: 30px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  transition: background .18s ease;
}

.footer-nav a:hover,
.footer-nav a[aria-current='page'],
.footer-nav button:hover {
  color: #fff;
}

.footer-nav a:hover,
.footer-nav button:hover {
  background: #244329;
}

.footer-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  padding: 48px 0 50px;
  text-align: left;
}

.footer-brand {
  display: inline-block;
  vertical-align: top;
}

.footer-brand img {
  width: 296px;
  height: auto;
  filter: none;
  mix-blend-mode: normal;
}

.footer-main p {
  max-width: 450px;
  margin: 23px 0 0;
  color: #d2d3d1;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.footer-download {
  flex: 0 0 372px;
  margin-top: 18px;
  text-align: right;
}

.footer-download h3 {
  margin: 0 0 25px;
  font-family: Ubuntu, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0;
}

.footer-download .store-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px;
}

.footer-store {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 0;
  min-width: 0;
  height: 55px;
  padding: 5px 17px 5px 13px;
  border: 1px solid #27b443;
  border-radius: 20px;
  color: #fff;
  background: transparent;
  line-height: 1.1;
  transition: filter .18s ease;
}

.footer-store--apple {
  background: #27b443;
}

.footer-store:hover {
  filter: brightness(1.12);
}

.footer-store img {
  flex-shrink: 0;
  width: 40px;
  height: 44px;
  object-fit: contain;
}

.footer-store span {
  display: grid;
  gap: 5px;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}

.footer-store small {
  font-size: 9px;
  font-weight: 400;
}

.footer-contact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 36px;
}

.footer-contact,
.footer-socials button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d2d3d1;
}

.footer-contact {
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  overflow-wrap: anywhere;
}

.footer-socials {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 4px;
}

.footer-socials button {
  width: 38px;
  color: #fff;
}

.footer-socials svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-contact:hover,
.footer-socials button:hover {
  color: #7fe28f;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 24px;
  border: 0;
  background: #161616;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

@media (max-width: 991px) {
  .footer-nav { gap: 14px; }
  .footer-nav a, .footer-nav button { min-width: 105px; padding-inline: 16px; font-size: 16px; }
  .footer-main { gap: 35px; }
  .footer-main p { max-width: 350px; font-size: 16px; line-height: 25px; }
  .footer-brand img { width: 250px; }
  .footer-download { flex-basis: 330px; }
  .footer-download h3 { font-size: 28px; }
  .footer-store { padding-inline: 10px; }
  .footer-store img { width: 35px; }
  .footer-store span { font-size: 16px; }
  .footer-contact { font-size: 16px; }
  .footer-contact-row { gap: 12px; }
}

@media (max-width: 767px) {
  .site-footer { padding-top: 28px; }
  .footer-nav { gap: 10px; }
  .footer-nav a, .footer-nav button { min-height: 40px; }
  .footer-main { flex-direction: column; align-items: flex-start; gap: 38px; padding: 38px 0 34px; text-align: left; }
  .footer-brand img { width: 250px; }
  .footer-main p { max-width: 450px; margin-top: 18px; }
  .footer-download { flex: 0 1 auto; width: 372px; max-width: 100%; margin: 0; text-align: left; }
  .footer-download h3 { font-size: 26px; line-height: 34px; margin-bottom: 20px; }
  .footer-download .store-links { flex-direction: row; justify-content: flex-start; gap: 10px; }
  .footer-store { height: 52px; border-radius: 18px; }
  .footer-contact-row { margin-top: 22px; }
  .footer-bottom { flex-direction: row; font-size: 13px; line-height: 20px; }
}

@media (max-width: 359px) {
  .footer-store { padding-inline: 8px; }
  .footer-store img { width: 30px; height: 38px; }
  .footer-store span { font-size: 14px; gap: 4px; }
  .footer-store small { font-size: 8px; }
  .footer-contact { font-size: 14px; }
  .footer-socials { gap: 0; }
  .footer-socials button { width: 34px; }
}
