body {
  padding: 25px;
  font-family: 'Montserrat', sans-serif;
  background-color: #000000;
  color: black;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.drawer-open {
  overflow: hidden;
}

.drawer[hidden],
.drawer-overlay[hidden] {
  display: none !important;
}

.menu-button {
  position: fixed;
  top: env(safe-area-inset-top);
  right: env(safe-area-inset-right);
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.menu-button .ph {
  font-size: 18px;
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(0, 0, 0, 0.6);
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 70;
  width: min(360px, 86vw);
  height: 100vh;
  padding: calc(16px + env(safe-area-inset-top)) 18px calc(16px + env(safe-area-inset-bottom));
  background: rgba(0, 0, 0, 0.92);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.drawer-title {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
}

.drawer-close {
  height: 40px;
  width: 40px;
  display: grid;
  place-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}

.drawer-close .ph {
  font-size: 18px;
}

.drawer-nav {
  display: grid;
  gap: 12px;
}

.drawer-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 10px;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-weight: 600;
}

.drawer-link .ph {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
}

.drawer-link:hover {
  background: rgba(255, 255, 255, 0.06);
}

.title {
  color: #5C6AC4;
}

.page-icon {
  display: block;
  color: white;
  text-align: center;
  font-size: 48px;
}

.page-logo {
  display: block;
  margin: 0 auto 12px;
  width: 56px;
  height: 56px;
}

h1 {
  font-family: 'Abril Fatface', serif;
  font-weight: 400;
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin: 5px;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 200;
  color: white;
  text-align: center;
  text-transform: none;
  margin: 5px;
}

.filters {
  width: min(720px, 92%);
  margin: 22px auto 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-control {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.filter-control .ph {
  font-size: 18px;
}

.filter-value {
  letter-spacing: 0.02em;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
}

.filter-select {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.filter-control:focus-within {
  border-color: rgba(255, 255, 255, 0.32);
}

.filter-select option {
  color: black;
}

.page-section {
  width: min(720px, 92%);
  margin: 26px auto 0;
}

.page-section+.page-section {
  margin-top: 42px;
}

.page-section-title {
  font-family: 'Abril Fatface', serif;
  font-weight: 400;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  margin: 0 0 10px;
}

.page-text {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
  text-align: center;
}

.titulo-cafe {
  font-family: 'Abril Fatface', serif;
  font-size: 22px;
  cursor: pointer;
  padding: 10px;
  font-weight: 400;
  text-align: center;
  transition: background 0.3s;
  background: none;
  border: none;
  width: 90%;
  margin: 5px auto;
}

.titulo-cafe:hover {
  background: rgba(255, 255, 255, 0.1);
}

.descripcion-cafe {
  width: 90%;
  margin: 2px auto 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.85;
  text-align: center;
}

.barrio-cafe {
  width: 90%;
  margin: 10px auto 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.75;
  text-align: center;
}

.contenido-cafe {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}

.cafe {
  padding: 5px;
  margin: 5px 0;
  text-align: center;
  transition: all 0.3s;
}

.open {
  background-color: #9edda1;
}

.closed {
  background-color: #fac9be;
}

.horario-container {
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  height: 45px;
  width: 90%;
  box-sizing: border-box;
  margin: auto;
}

.horario-container .material-icons {
  margin-right: 10px;
}

.horario-completo {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 0;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
  width: 90%;
  box-sizing: border-box;
  margin: 5px auto 0;
  text-align: center;
}

.horario-completo.mostrar {
  max-height: 500px;
  opacity: 1;
}

.mapa-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: black;
  padding: 12px 20px;
  border-radius: 0px;
  font-size: 16px;
  cursor: pointer;
  height: 45px;
  text-decoration: none;
  margin: 0px auto 10px;
  box-sizing: border-box;
}

.mapa-button .material-icons {
  margin-right: 10px;
}

.mapa-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.error-message {
  color: #ff4d4d;
  text-align: center;
}

.seo {
  width: min(1100px, 92%);
  margin: 84px auto 0;
  padding: 0;
  box-sizing: border-box;
}

.seo-header {
  margin-bottom: 42px;
}

.seo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.seo-kicker .ph {
  font-size: 16px;
}

.seo h3 {
  font-family: 'Abril Fatface', serif;
  font-weight: 400;
  color: white;
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.05;
}

.seo h3 .ph {
  font-size: 22px;
  vertical-align: -2px;
  margin-right: 8px;
}

.seo h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 6px;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.seo p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.7;
}

.seo-lead {
  max-width: 72ch;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.88);
}

.seo-section {
  margin-top: 64px;
  padding-top: 0;
  border-top: 0;
}

.seo-section:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.seo-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.seo-feature {
  display: flex;
  gap: 14px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.seo-feature-icon {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.9);
  flex: 0 0 auto;
}

.seo-feature-icon .ph {
  font-size: 20px;
}

.seo-feature-body {
  display: grid;
  gap: 8px;
}

.seo-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}

.seo-panel {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.seo-panel p+p {
  margin-top: 10px;
}

.seo-note {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.seo-steps {
  margin: 14px 0 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.9);
}

.seo-steps li {
  margin: 10px 0;
}

.seo-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 18px;
}

.seo-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
}

.seo-badge .ph {
  font-size: 16px;
}

.seo-faq-item {
  border-radius: 0;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 18px 0;
}

.seo-faq-item summary {
  list-style: none;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
}

.seo-faq-item summary::-webkit-details-marker {
  display: none;
}

.seo-faq-item summary .ph {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
}

.seo-faq-item summary span {
  flex: 1 1 auto;
}

.seo-faq-item p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.85);
}

.seo-footer {
  margin-top: 64px;
  padding-top: 0;
  border-top: 0;
}

.seo-callout {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.9);
}

.seo-callout .ph {
  font-size: 18px;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.9);
}

.seo-callout p {
  margin: 0;
}

@media (min-width: 820px) {
  .seo-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .seo-split {
    grid-template-columns: repeat(2, 1fr);
  }

  .seo h3 {
    font-size: 38px;
  }
}
