@import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@500;700&family=Inter:wght@400;600;700&display=swap');
:root {
  --aesp-paper: #fbfaf5;
  --aesp-ink: #17211e;
  --aesp-muted: #64706b;
  --aesp-accent: #0e766d;
  --aesp-warm: #c57b28;
  --aesp-line: rgba(24, 31, 29, .14);
  --aesp-glass: rgba(255, 255, 255, .74);
  --aesp-shade: 0 24px 70px rgba(23, 31, 29, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Inter', Arial, sans-serif; color: var(--aesp-ink); background: var(--aesp-paper); line-height: 1.62; }
a { color: inherit; }
.aesp-cabecera { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--aesp-line); background: color-mix(in srgb, var(--aesp-paper) 88%, white); backdrop-filter: blur(16px); }
.aesp-barra { max-width: 1160px; margin: 0 auto; padding: 14px 22px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.aesp-marca { font-family: 'Fraunces', Georgia, serif; font-size: 1.35rem; font-weight: 700; text-decoration: none; }
.aesp-enlaces { display: flex; gap: 18px; align-items: center; font-weight: 700; font-size: .95rem; }
.aesp-enlaces a { text-decoration: none; color: var(--aesp-muted); }
.aesp-enlaces a:hover { color: var(--aesp-accent); }
.aesp-boton-menu { display: none; width: 42px; height: 42px; border: 1px solid var(--aesp-line); border-radius: 999px; background: var(--aesp-glass); font-weight: 800; }
.aesp-entrada { max-width: 1160px; margin: 0 auto; padding: 76px 22px 44px; }
.aesp-heroico { display: grid; grid-template-columns: 1.08fr .92fr; gap: 38px; align-items: center; }
.aesp-heroico.aesp-centrado { display: block; text-align: center; max-width: 910px; }
.aesp-heroico.aesp-tarjetas { grid-template-columns: .88fr 1.12fr; }
.aesp-heroico.aesp-revista { grid-template-columns: .78fr 1.22fr; }
.aesp-heroico h1 { font-family: 'Fraunces', Georgia, serif; font-size: clamp(2.35rem, 6vw, 5.1rem); line-height: .98; margin: 0 0 18px; letter-spacing: 0; }
.aesp-heroico p { color: var(--aesp-muted); font-size: 1.12rem; max-width: 720px; }
.aesp-etiqueta { color: var(--aesp-accent); text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 800; margin-bottom: 14px; }
.aesp-acciones { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.aesp-primario, .aesp-secundario { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 18px; border-radius: 999px; font-weight: 800; text-decoration: none; border: 1px solid transparent; }
.aesp-primario { background: var(--aesp-accent); color: white; box-shadow: 0 14px 30px color-mix(in srgb, var(--aesp-accent) 30%, transparent); }
.aesp-secundario { border-color: var(--aesp-line); background: var(--aesp-glass); }
.aesp-panel { min-height: 360px; border: 1px solid var(--aesp-line); border-radius: 28px; padding: 26px; background: linear-gradient(145deg, white, color-mix(in srgb, var(--aesp-accent) 9%, var(--aesp-paper))); box-shadow: var(--aesp-shade); }
.aesp-fila { display: flex; justify-content: space-between; gap: 18px; padding: 16px; border-radius: 18px; background: rgba(255,255,255,.76); border: 1px solid var(--aesp-line); margin-bottom: 14px; }
.aesp-medida { height: 12px; border-radius: 99px; background: color-mix(in srgb, var(--aesp-accent) var(--relleno), #e7e2d8); margin-top: 10px; }
.aesp-aviso { margin-top: 22px; padding: 16px 18px; border-radius: 20px; border: 1px solid color-mix(in srgb, var(--aesp-warm) 38%, var(--aesp-line)); background: color-mix(in srgb, var(--aesp-warm) 10%, white); font-weight: 700; }
.aesp-franja { padding: 58px 22px; }
.aesp-interior { max-width: 1160px; margin: 0 auto; }
.aesp-titulo { max-width: 760px; margin-bottom: 26px; }
.aesp-titulo h2 { font-family: 'Fraunces', Georgia, serif; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.05; margin: 0 0 12px; }
.aesp-malla { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.aesp-malla.aesp-cuatro { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.aesp-pieza, .aesp-ruta, .aesp-opinion, .aesp-lectura, .aesp-formulario, .aesp-legal { border: 1px solid var(--aesp-line); background: rgba(255,255,255,.72); border-radius: 22px; padding: 22px; box-shadow: 0 12px 35px rgba(20, 30, 28, .06); }
.aesp-ruta { display: flex; flex-direction: column; gap: 12px; }
.aesp-ruta strong { font-family: 'Fraunces', Georgia, serif; font-size: 1.45rem; }
.aesp-ruta ul, .aesp-legal ul { padding-left: 20px; margin: 0; }
.aesp-destacado { border-color: color-mix(in srgb, var(--aesp-accent) 48%, var(--aesp-line)); transform: translateY(-6px); }
.aesp-opinion span { color: var(--aesp-muted); font-size: .93rem; }
.aesp-lista-guias { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.aesp-lectura a { color: var(--aesp-accent); font-weight: 800; }
.aesp-zona-contacto { display: grid; grid-template-columns: .85fr 1.15fr; gap: 22px; align-items: start; }
.aesp-formulario label { display: grid; gap: 6px; margin-bottom: 13px; font-weight: 800; }
.aesp-formulario input, .aesp-formulario textarea { width: 100%; border: 1px solid var(--aesp-line); border-radius: 14px; padding: 13px 14px; font: inherit; background: white; color: var(--aesp-ink); }
.aesp-formulario textarea { min-height: 130px; resize: vertical; }
.aesp-exito { display: none; margin-top: 12px; color: var(--aesp-accent); font-weight: 800; }
.aesp-preguntas { display: grid; gap: 12px; }
.aesp-pregunta { width: 100%; text-align: left; border: 1px solid var(--aesp-line); border-radius: 18px; padding: 16px 18px; background: rgba(255,255,255,.76); color: var(--aesp-ink); font: inherit; font-weight: 800; cursor: pointer; }
.aesp-respuesta { display: none; padding: 0 18px 14px; color: var(--aesp-muted); }
.aesp-respuesta.aesp-visible { display: block; }
.aesp-llamada { border-radius: 28px; padding: 34px; background: var(--aesp-ink); color: white; display: flex; justify-content: space-between; gap: 22px; align-items: center; }
.aesp-llamada p { color: color-mix(in srgb, white 72%, var(--aesp-paper)); }
.aesp-pie { padding: 38px 22px; border-top: 1px solid var(--aesp-line); }
.aesp-piegrid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 24px; }
.aesp-piegrid a { display: block; color: var(--aesp-muted); text-decoration: none; margin: 5px 0; }
.aesp-nota { color: var(--aesp-muted); font-size: .9rem; }
.aesp-migas { color: var(--aesp-muted); margin-bottom: 16px; }
.aesp-contenido { max-width: 920px; margin: 0 auto; padding: 64px 22px; }
.aesp-contenido h1 { font-family: 'Fraunces', Georgia, serif; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.05; }
.aesp-contenido h2 { font-family: 'Fraunces', Georgia, serif; font-size: 2rem; margin-top: 36px; }
.aesp-tambien { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 26px; }
.aesp-cookie { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 30; max-width: 760px; margin: 0 auto; background: var(--aesp-ink); color: white; border-radius: 20px; padding: 16px; display: none; gap: 14px; align-items: center; justify-content: space-between; box-shadow: var(--aesp-shade); }
.aesp-cookie p { margin: 0; }
.aesp-cookie button { border: 0; border-radius: 999px; padding: 11px 16px; font-weight: 800; color: var(--aesp-ink); background: white; cursor: pointer; }
@media (max-width: 860px) {
  .aesp-boton-menu { display: inline-block; }
  .aesp-enlaces { position: absolute; left: 16px; right: 16px; top: 70px; display: none; flex-direction: column; align-items: stretch; padding: 16px; border: 1px solid var(--aesp-line); border-radius: 20px; background: var(--aesp-paper); box-shadow: var(--aesp-shade); }
  .aesp-enlaces.aesp-abierto { display: flex; }
  .aesp-heroico, .aesp-heroico.aesp-tarjetas, .aesp-heroico.aesp-revista, .aesp-zona-contacto, .aesp-lista-guias, .aesp-piegrid { grid-template-columns: 1fr; }
  .aesp-malla, .aesp-malla.aesp-cuatro, .aesp-tambien { grid-template-columns: 1fr; }
  .aesp-llamada { display: block; }
  .aesp-entrada { padding-top: 42px; }
}
