/* =========================
FOOTER INTEGRADO - NO INTERFIERE CON MENÚ
========================= */

.integrated-footer {
  background: linear-gradient(180deg, #f9f7f3 0%, #f2efe8 100%);
  border-top: 1px solid rgba(20, 20, 20, 0.08);
  position: relative;
  z-index: 10; /* Por debajo del menú que debe tener z-index más alto */
}

/* Sección de cierre */
.footer-closure {
  padding: 60px 0 40px;
  position: relative;
}

.footer-closure::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background: rgba(20, 20, 20, 0.1);
}

.closure-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.closure-quote {
  margin-bottom: 40px;
}

.closure-quote span {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #6f1f1a;
  line-height: 1.4;
}

.closure-quote span:nth-child(2) {
  font-size: 1.4rem;
  color: #6f1f1a;
  margin-top: 10px;
}

.closure-cta {
  display: inline-block;
}

.closure-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  padding: 14px 28px;
      background: rgb(208 184 103);
  color: white;
  border-radius: 25px;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.closure-button:hover {
  background: rgba(20, 20, 20, 1);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.closure-button:hover svg {
  transform: translateX(3px);
}

.closure-button svg {
  transition: transform 0.3s ease;
}

.closure-note {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: rgba(20, 20, 20, 0.5);
  font-family: sans-serif;
}

/* Firmas compactas */
.footer-signatures-compact {
  padding: 30px 0;
  border-top: 1px solid rgba(20, 20, 20, 0.05);
}

.signatures-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.signature-compact {
  text-align: center;
  min-width: 120px;
}

.compact-label {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(20, 20, 20, 0.4);
  margin-bottom: 4px;
  font-family: sans-serif;
}

.compact-name {
  font-family: 'Cinzel', serif;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  color: rgba(20, 20, 20, 0.9);
  margin-bottom: 2px;
}

.compact-role {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: rgba(20, 20, 20, 0.5);
  font-family: sans-serif;
}

.signature-divider-compact {
  width: 1px;
  height: 30px;
  background: linear-gradient(180deg, transparent, rgba(20, 20, 20, 0.1), transparent);
}

.signature-logo-compact svg {
  color: rgba(20, 20, 20, 0.6);
  transition: color 0.3s ease;
}

.signature-logo-compact:hover svg {
  color: rgba(20, 20, 20, 0.9);
}

/* Micro información */
.footer-micro {
  padding: 20px 0;
  border-top: 1px solid rgba(20, 20, 20, 0.05);
  background: rgba(255, 255, 255, 0.5);
}

.micro-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

@media (max-width: 768px) {
  .micro-content {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

.micro-copyright {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: rgba(20, 20, 20, 0.4);
}

.micro-contact {
  display: flex;
  align-items: center;
  gap: 10px;
}

.micro-link {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: rgba(20, 20, 20, 0.5);
  text-decoration: none;
  transition: color 0.3s ease;
}

.micro-link:hover {
  color: rgba(20, 20, 20, 0.8);
}

.micro-separator {
  color: rgba(20, 20, 20, 0.3);
}

/* Asegurar que no interfiera con el menú */
@media (max-width: 768px) {

  
  .footer-closure {
    padding: 40px 0 30px;
  }
  
  .closure-quote span {
    font-size: 1.4rem;
  }
  
  .closure-quote span:nth-child(2) {
    font-size: 1.1rem;
  }
}
/*POLITICAS DE PRIVACIDAD*/
.policies-modal .modal-dialog {
  max-width: 980px;
}

.policies-modal__content {
  border: 0;
  border-radius: 22px;
  background: rgba(250, 247, 241, 0.98);
  box-shadow: 0 28px 70px rgba(36, 26, 18, 0.28);
  overflow: hidden;
}

.policies-modal__header {
  padding: 32px 36px 20px;
  border-bottom: 1px solid rgba(132, 91, 47, 0.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,.76), rgba(250,247,241,.96));
}

.policies-modal__eyebrow {
  display: block;
  margin-bottom: 8px;
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #a97935;
}

.policies-modal__title {
  margin: 0;
  font-family: serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #27384a;
}

.policies-modal__subtitle {
  margin: 10px 0 0;
  max-width: 680px;
  font-size: .92rem;
  color: #71675f;
}

.policies-modal__close {
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(36, 26, 18, 0.10);
}

.policies-modal__body {
  padding: 30px 36px;
  color: #3b3936;
  line-height: 1.72;
}

.policy-section {
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(132, 91, 47, 0.14);
}

.policy-section:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.policy-section h3 {
  margin-bottom: 12px;
  font-family: serif;
  font-size: 1.25rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #24364c;
}

.policy-section h4 {
  margin: 22px 0 10px;
  font-size: .86rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #9a6c2d;
}

.policy-section p {
  margin-bottom: 14px;
  color: #514c47;
}

.policy-section ul {
  margin: 0;
  padding-left: 1.1rem;
}

.policy-section li {
  margin-bottom: 10px;
}

.policy-section strong {
  color: #26384f;
}

.policy-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 18px 0 22px;
  border-radius: 16px;
  border: 1px solid rgba(132, 91, 47, 0.18);
  background: rgba(255,255,255,.65);
}

.policy-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

.policy-table th,
.policy-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(132, 91, 47, 0.14);
  text-align: left;
  vertical-align: top;
  font-size: .92rem;
}

.policy-table th {
  background: rgba(201, 170, 103, 0.18);
  color: #26384f;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.policy-table tr:last-child td {
  border-bottom: 0;
}

.policies-modal__footer {
  padding: 18px 36px 30px;
  border-top: 1px solid rgba(132, 91, 47, 0.14);
  background: rgba(255,255,255,.45);
}

.policies-modal__btn {
  min-width: 160px;
  padding: 11px 28px;
  border: 1px solid rgba(154, 108, 45, 0.55);
  border-radius: 999px;
  background: linear-gradient(180deg, #d4b46d, #b98a3f);
  color: #fff;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .78rem;
}

.policies-modal__btn:hover {
  filter: brightness(.96);
}

@media (max-width: 768px) {
  .policies-modal__header,
  .policies-modal__body,
  .policies-modal__footer {
    padding-left: 22px;
    padding-right: 22px;
  }

  .policies-modal__title {
    letter-spacing: .08em;
  }
}