/* ==============================
   Footer (contenedor principal)
   ============================== */
.site-footer {
  background:
    radial-gradient(circle at 8% 15%, rgba(25, 135, 84, 0.18), transparent 38%),
    radial-gradient(circle at 92% 88%, rgba(255, 200, 61, 0.09), transparent 30%),
    linear-gradient(180deg, #171c20 0%, #0b0f13 100%);
  color: #fff;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

/* ==============================
   Contenedor principal del footer
   ============================== */
.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: auto;
  padding: 0 40px;
  height: auto;
}

/* ==============================
   Columnas
   ============================== */
.footer-column {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0 15px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

/* ==============================
   Teléfono
   ============================== */
.phone {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.phone img {
  width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 6px;
}

.phone p {
    margin: 0;
    font-size: 15px;
    color: #fff;
    line-height: 1;
}

/* ==============================
   Dirección
   ============================== */
#p-footer a {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 6px;
  align-items: start;
  text-decoration: none;
  color: inherit;
  width: 100%;
  justify-content: start;
}

/* ==============================
   Redes Sociales
   ============================== */
.social-media-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100px;
}

.social-media-icons a {
  margin-right: 10px;
}

.social-media-icons img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

/* ==============================
   Texto
   ============================== */
#p-footer {
  color: #a1a1a1;
  font-size: 14px;
  text-align: left;
  margin: 0;
  width: 100%;
}

/* ==============================
   Iconos genéricos
   ============================== */
.icon {
  width: 18px;
  height: 18px;
}

/* ==============================
   Franja inferior
   ============================== */
.footer-bottom {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

#p-footer .icon {
    align-self: start;
}

.footer-column:nth-child(2) {
  display: flex;
  justify-content: flex-start !important;
  text-align: left !important;
}

.footer-column:last-child {
  display: flex;
  justify-content: flex-end !important;
}

.google-rating-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.06) 100%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 12px;
  padding: 12px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.google-rating-card:hover {
  transform: translateY(-2px);
  border-color: rgba(25, 135, 84, 0.9);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.22);
}

.google-rating-label {
  display: inline-block;
  font-size: 0.74rem;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
}

.google-rating-action {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.google-rating-stars {
  color: #ffc83d;
  display: flex;
  gap: 4px;
  margin-bottom: 6px;
  font-size: 0.92rem;
  text-shadow: 0 0 14px rgba(255, 200, 61, 0.4);
}

.footer-platform-links {
  display: grid;
  gap: 8px;
}

.footer-platform-chip {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 9px 10px;
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.24s ease, background-color 0.24s ease;
}

.footer-platform-chip:hover {
  border-color: rgba(25, 135, 84, 0.85);
  background: rgba(255, 255, 255, 0.06);
}

.footer-chip-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(25, 135, 84, 0.45);
  border: 1px solid rgba(25, 135, 84, 0.9);
}

.footer-chip-text {
  display: grid;
  gap: 1px;
  line-height: 1.2;
}

.footer-chip-text strong {
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.83rem;
}

.footer-chip-text small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
}

.footer-chip-status {
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: 0.55px;
  color: #0b0f13;
  background: #ffc83d;
  padding: 2px 6px;
  border-radius: 999px;
}

.footer-privacy-link {
  font-size: 0.78rem;
}

.footer-platform-note {
  font-size: 0.72rem;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .google-rating-stars {
    justify-content: center;
  }

  .footer-platform-chip {
    grid-template-columns: auto 1fr;
    row-gap: 5px;
  }

  .footer-chip-status {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .footer-platform-note {
    text-align: center;
  }
}
