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