.gsf-footer {
  position: relative;
  overflow: hidden;
  color: #d7bdae;
  background:
    linear-gradient(135deg, rgba(255, 125, 48, 0.06), transparent 36%),
    linear-gradient(120deg, #2a0e05 0%, #451706 52%, #5b210c 100%);
}

.gsf-footer::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #c9470d, #ff8537 50%, #ffb079);
  content: "";
}

.gsf-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(1px);
}

.gsf-glow-one {
  top: -240px;
  left: -190px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(255, 116, 23, 0.16), transparent 68%);
}

.gsf-glow-two {
  right: -210px;
  bottom: -270px;
  width: 520px;
  height: 520px;
  border: 70px solid rgba(255, 153, 88, 0.055);
}

.gsf-container {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 40px), 1240px);
  margin-inline: auto;
}

.gsf-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.75fr 0.9fr 0.95fr 1.25fr;
  gap: 34px;
  align-items: end;
  padding: 64px 0 18px;
}

.gsf-grid > .gsf-column:nth-child(3) {
  align-self: start;
}

.gsf-about,
.gsf-contact {
  display: flex;
  flex-direction: column;
}

.gsf-about {
  min-height: 100%;
}

.gsf-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.gsf-brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(145deg, #ff944f, #e45614);
  box-shadow: 0 12px 28px rgba(20, 5, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.34);
  font-size: 14px;
  font-weight: 900;
}

.gsf-logo-shell {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  border: 1px solid rgba(255, 190, 150, 0.25);
  border-radius: 50%;
  background: #fffaf7;
  box-shadow: 0 12px 28px rgba(20, 5, 0, 0.26);
}

.gsf-company-logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.gsf-brand-copy {
  display: grid;
  line-height: 1.1;
}

.gsf-brand-copy strong {
  color: #fff7f1;
  font-size: 14px;
  letter-spacing: 0.015em;
}

.gsf-brand-copy small {
  margin-top: 5px;
  color: #c99f88;
  font-size: 9px;
  letter-spacing: 0.09em;
}

.gsf-about p {
  margin: 18px 0 12px;
  color: #c9aa99;
  font-size: 12px;
  line-height: 1.72;
}

.gsf-about-note {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  line-height: 1.55 !important;
}

.gsf-mini-list {
  display: grid;
  gap: 8px;
  margin-top: 4px;
  padding-top: 6px;
}

.gsf-contact ul {
  margin-top: 0;
}

.gsf-mini-list span {
  display: grid;
  gap: 3px;
  padding-left: 13px;
  border-left: 2px solid rgba(255, 106, 32, 0.7);
}

.gsf-mini-list strong {
  color: #fff3eb;
  font-size: 12px;
}

.gsf-mini-list small {
  color: #b99483;
  font-size: 11px;
  line-height: 1.3;
}

.gsf-social-row {
  display: flex;
  justify-content: center;
  margin-top: -2px;
  padding: 0 0 28px;
}

.gsf-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 22px;
}

.gsf-socials a {
  display: grid;
  min-width: 66px;
  justify-items: center;
  gap: 8px;
  color: #f1d7c8;
  text-align: center;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.gsf-socials svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.gsf-socials a > svg {
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  padding: 10px;
  border: 1px solid rgba(255, 190, 150, 0.2);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.055);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.gsf-socials span {
  color: #d7bcad;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.gsf-social-instagram svg,
.gsf-social-whatsapp svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.gsf-social-youtube .gsf-icon-cutout {
  fill: #3c1507;
}

.gsf-social-whatsapp .gsf-icon-line {
  fill: none;
}

.gsf-socials a:hover {
  color: #fff;
  transform: translateY(-3px);
}

.gsf-socials a:hover > svg {
  border-color: #ff8a42;
  background: #e95e19;
}

.gsf-socials a:focus-visible {
  outline: 2px solid #ffb079;
  outline-offset: 3px;
}

.gsf-social-whatsapp:hover > svg {
  border-color: #31d46f;
  background: #19a856;
}

.gsf-column h3 {
  margin: 2px 0 16px;
  color: #fff3eb;
  font-size: 14px;
}

.gsf-column ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.gsf-column li,
.gsf-column a {
  color: #c9aa99;
  font-size: 12px;
  line-height: 1.55;
}

.gsf-column a {
  transition: color 0.2s ease, transform 0.2s ease;
}

.gsf-column a:hover {
  color: #ffac78;
}

.gsf-bottom {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 190, 150, 0.13);
  color: #99725e;
  font-size: 11px;
}

.gsf-bottom > div {
  display: flex;
  gap: 20px;
}

.gsf-bottom a {
  color: #a77c65;
}

.gsf-bottom a:hover {
  color: #ffac78;
}

@media (max-width: 1024px) {
  .gsf-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .gsf-about {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .gsf-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gsf-about {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .gsf-container {
    width: min(calc(100% - 28px), 1240px);
  }

  .gsf-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 58px 0 28px;
  }

  .gsf-social-row {
    margin-top: 0;
  }

  .gsf-about {
    grid-column: auto;
  }

  .gsf-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 20px;
  }
}
