/* Modern footer — visual redesign, layered on top of the existing theme tokens */

.site-footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #06082f 0%, var(--color-dark-1, #05073c) 55%, #030420 100%);
  color: #c9cbe6;
  padding-top: 88px;
  isolation: isolate;
}

.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  z-index: -1;
  pointer-events: none;
}

.site-footer::before {
  width: 420px;
  height: 420px;
  top: -180px;
  right: -120px;
  background: radial-gradient(circle, rgba(235, 102, 43, 0.28) 0%, rgba(235, 102, 43, 0) 70%);
}

.site-footer::after {
  width: 380px;
  height: 380px;
  bottom: -220px;
  left: -140px;
  background: radial-gradient(circle, rgba(74, 67, 196, 0.25) 0%, rgba(74, 67, 196, 0) 70%);
}

.site-footer__top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 56px;
}

.site-footer__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: 20px;
  padding: 32px 36px;
  margin-bottom: 64px;
  background: linear-gradient(120deg, rgba(235, 102, 43, 0.16), rgba(74, 67, 196, 0.14));
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
}

.site-footer__cta-text h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 6px;
}

.site-footer__cta-text p {
  margin: 0;
  color: #b7b9dc;
  font-size: 15px;
}

.site-footer__experts {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.site-footer__expert {
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-footer__expert-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--color-accent-1, #eb662b), #ff8f5c);
  color: #fff;
  font-size: 18px;
  box-shadow: 0 10px 24px -8px rgba(235, 102, 43, 0.65);
}

.site-footer__expert-name {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.site-footer__expert-phone {
  color: #ff9a66;
  font-weight: 500;
  font-size: 14px;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.1fr;
  gap: 40px;
}

@media (max-width: 1199px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 44px;
  }
}

@media (max-width: 575px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
}

.site-footer__brand-logo {
  max-width: 150px;
  margin-bottom: 18px;
  filter: brightness(0) invert(1);
}

.site-footer__desc {
  font-size: 14.5px;
  line-height: 1.7;
  color: #a9abd0;
  margin-bottom: 20px;
}

.site-footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.site-footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #c9cbe6;
}

.site-footer__contact-item a {
  color: inherit;
  transition: color 0.2s ease;
}

.site-footer__contact-item a:hover {
  color: var(--color-accent-1, #eb662b);
}

.site-footer__contact-item i {
  margin-top: 3px;
  width: 16px;
  color: var(--color-accent-1, #eb662b);
  flex-shrink: 0;
}

.site-footer__heading {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 22px;
  position: relative;
}

.site-footer__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 30px;
  height: 2px;
  background: var(--color-accent-1, #eb662b);
  border-radius: 2px;
}

.site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer__links a {
  position: relative;
  width: fit-content;
  color: #b3b5d6;
  font-size: 14.5px;
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.site-footer__links a::before {
  content: "\2192";
  position: absolute;
  left: -18px;
  opacity: 0;
  transition: opacity 0.2s ease, left 0.2s ease;
  color: var(--color-accent-1, #eb662b);
}

.site-footer__links a:hover {
  color: #fff;
  padding-left: 18px;
}

.site-footer__links a:hover::before {
  opacity: 1;
  left: 0;
}

.site-footer__socials {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}

.site-footer__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.site-footer__socials a:hover {
  transform: translateY(-4px);
  background: linear-gradient(135deg, var(--color-accent-1, #eb662b), #ff8f5c);
  box-shadow: 0 10px 20px -6px rgba(235, 102, 43, 0.7);
}

.site-footer__bottom {
  margin-top: 64px;
  padding: 26px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-footer__copy {
  font-size: 13.5px;
  color: #9698c0;
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-footer__legal a {
  font-size: 13.5px;
  color: #9698c0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__legal a:hover {
  color: #fff;
}

.site-footer__payments {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-footer__payments img {
  height: 22px;
  width: auto;
  opacity: 0.85;
  filter: grayscale(0.15);
  transition: opacity 0.2s ease;
}

.site-footer__payments img:hover {
  opacity: 1;
}
