.qora-site-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(1, 147, 118, 0.08), transparent 28%),
    linear-gradient(180deg, #f5fbfa 0%, #eef8f6 100%);
  border-top: 1px solid rgba(1, 147, 118, 0.1);
  color: #100f34;
}

.qora-site-footer * {
  letter-spacing: 0;
}

.qora-footer-main {
  padding: 86px 0 54px;
}

.qora-site-footer .container {
  max-width: 1180px;
}

.qora-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) minmax(150px, 0.72fr) minmax(170px, 0.82fr) minmax(250px, 1fr);
  gap: 42px;
  justify-content: center;
  align-items: start;
}

.qora-footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 26px;
}

.qora-footer-logo img {
  width: 148px;
  height: auto;
}

.qora-footer-brand p {
  max-width: 300px;
  margin: 0 0 24px;
  color: #415260;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
}

.qora-footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.qora-footer-social a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(1, 147, 118, 0.28);
  border-radius: 50%;
  background: #ffffff;
  color: #019376;
  box-shadow: 0 10px 24px rgba(1, 147, 118, 0.08);
  transition: transform 0.2s ease, color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.qora-footer-social a:hover,
.qora-footer-social a:focus {
  transform: translateY(-2px);
  background: #019376;
  border-color: #019376;
  color: #ffffff;
}

.qora-footer-col h4 {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 12px;
  color: #100f34;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.qora-footer-col h4::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 38px;
  height: 2px;
  background: #019376;
}

.qora-footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.qora-footer-list li + li {
  margin-top: 10px;
}

.qora-footer-list a,
.qora-footer-contact a {
  color: #415260;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.qora-footer-list a:hover,
.qora-footer-list a:focus,
.qora-footer-contact a:hover,
.qora-footer-contact a:focus {
  color: #019376;
}

.qora-footer-contact {
  display: grid;
  gap: 12px;
}

.qora-footer-contact a,
.qora-footer-contact span {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
}

.qora-footer-contact i {
  width: 18px;
  margin-top: 3px;
  color: #019376;
  text-align: center;
}

.qora-footer-cta {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 0 28px;
  border: 1px solid #019376;
  border-radius: 8px;
  background: #ffffff;
  color: #019376;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(1, 147, 118, 0.12);
  transition: transform 0.2s ease, color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.qora-footer-cta:hover,
.qora-footer-cta:focus {
  transform: translateY(-2px);
  background: #019376;
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(1, 147, 118, 0.18);
}

.qora-footer-bottom {
  padding: 22px 0;
  border-top: 1px solid rgba(16, 15, 52, 0.08);
  text-align: center;
}

.qora-footer-bottom p {
  margin: 0;
  color: #526472;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.qora-footer-bottom a {
  color: #019376;
  font-weight: 800;
}

@media (max-width: 1199px) {
  .qora-footer-grid {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }
}

@media (max-width: 767px) {
  .qora-footer-main {
    padding: 62px 0 36px;
  }

  .qora-footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .qora-footer-brand p {
    margin-right: auto;
    margin-left: auto;
  }

  .qora-footer-social,
  .qora-footer-contact a,
  .qora-footer-contact span {
    justify-content: center;
  }

  .qora-footer-col h4::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .qora-footer-cta {
    width: 100%;
    max-width: 320px;
  }
}
