/* Golden Tree — pied de page global (mu-plugin) */

#footer.main-footer.site-footer,
footer.site-footer#footer {
  display: none !important;
}

.gt-site-footer {
  background: #122a1a;
  color: #b8c4ba;
  padding: 60px 24px 30px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

.gt-site-footer *,
.gt-site-footer *::before,
.gt-site-footer *::after {
  box-sizing: border-box;
}

.gt-site-footer__inner {
  max-width: 1220px;
  margin: 0 auto;
}

.gt-foot {
  display: grid;
  grid-template-columns: minmax(230px, 1.3fr) minmax(130px, 0.78fr) minmax(120px, 0.72fr) minmax(200px, 1.1fr);
  gap: clamp(24px, 3vw, 44px);
  align-items: start;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(201, 162, 75, 0.25);
}

.gt-foot-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(201, 162, 75, 0.45);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
  margin-bottom: 18px;
  text-decoration: none;
}

.gt-foot-logo img {
  height: 98px;
  width: auto;
  display: block;
}

.gt-foot-intro {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.65;
  margin: 0 0 16px;
}

.gt-foot-rating {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
}

.gt-foot-stars {
  color: #c9a24b;
  font-size: 12px;
  letter-spacing: 1.5px;
}

.gt-foot-rating strong {
  color: #ffffff;
}

.gt-foot-title {
  font-size: 12.5px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.gt-foot-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13.5px;
}

.gt-foot-links a {
  color: #b8c4ba;
  text-decoration: none;
  transition: color 0.2s ease;
}

.gt-foot-links a:hover,
.gt-foot-links a:focus-visible {
  color: #c9a24b;
}

.gt-foot-tel {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  font-variant-numeric: lining-nums tabular-nums;
}

.gt-foot-social {
  display: flex;
  gap: 16px;
  margin-top: 18px;
  font-size: 13px;
  flex-wrap: wrap;
}

.gt-foot-social a {
  color: #c9a24b;
  text-decoration: none;
  transition: color 0.2s ease;
}

.gt-foot-social a:hover,
.gt-foot-social a:focus-visible {
  color: #e0bc6a;
}

.gt-foot-zone {
  padding: 22px 0 18px;
  border-bottom: 1px solid rgba(201, 162, 75, 0.14);
}

.gt-foot-zone p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
  margin: 0;
  color: #93a396;
}

.gt-foot-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 20px;
  font-size: 12.5px;
  color: #7d8b80;
}

.gt-foot-legal {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.gt-foot-legal a {
  color: #7d8b80;
  text-decoration: none;
  transition: color 0.2s ease;
}

.gt-foot-legal a:hover,
.gt-foot-legal a:focus-visible {
  color: #c9a24b;
}

@media (max-width: 1000px) {
  .gt-foot {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    row-gap: 30px;
  }

  .gt-foot > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .gt-foot {
    grid-template-columns: minmax(0, 1fr);
  }

  .gt-foot-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
