/*
Theme Name: Nochemadrid
Theme URI: https://p2plendingespana.es/
Author: Nochemadrid
Description: Tema proprio — perfis de plataforma, avaliacoes, comparativos e otimizacao para motores de resposta.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: nochemadrid
*/

:root {
  --p2pesp-primary: #6E2436;
  --p2pesp-primary-dark: #4D1925;
  --p2pesp-secondary: #F1E9DE;
  --p2pesp-accent: #00D1FF;
  --p2pesp-accent-dark: #00ABD1;
  --p2pesp-accent-soft: #DBF8FF;
  --p2pesp-bg: #F3F5FA;
  --p2pesp-surface: #FFFFFF;
  --p2pesp-text: #101A30;
  --p2pesp-muted: #5E6880;
  --p2pesp-border: #DDE2EE;
  --p2pesp-success: #1FA971;
  --p2pesp-danger: #E5484D;
  --p2pesp-shadow: 0 4px 18px rgba(16,29,66,.08);
  --p2pesp-shadow-lg: 0 14px 40px rgba(16,29,66,.16);
  --p2pesp-radius: 14px;
  --p2pesp-radius-sm: 8px;
  --p2pesp-font-head: 'Newsreader', Georgia, serif;
  --p2pesp-font-body: 'Public Sans', system-ui, -apple-system, sans-serif;
  --p2pesp-maxw: 1180px;
  --p2pesp-gradient: linear-gradient(135deg, #6E2436 0%, #F1E9DE 100%);
}

/* Reset base */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--p2pesp-font-body);
  font-size: 16px;
  line-height: 1.74;
  color: var(--p2pesp-text);
  background: var(--p2pesp-bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--p2pesp-secondary); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--p2pesp-primary); }

h1, h2, h3, h4 {
  font-family: var(--p2pesp-font-head);
  font-weight: 400;
  line-height: 1.18;
  color: var(--p2pesp-primary);
  margin: 1.5em 0 .5em;
}
h1 { font-size: clamp(32px, 4.6vw, 50px); margin-top: 0; letter-spacing: .2px; }
h2 { font-size: clamp(25px, 3.2vw, 34px); }
h3 { font-size: clamp(19px, 2.3vw, 24px); }
h4 { font-size: 18px; }
p { margin: 0 0 1.2em; }
ul, ol { padding-left: 1.4em; margin: 0 0 1.25em; }
li { margin-bottom: .45em; }
strong { font-weight: 700; }
blockquote { margin: 1.6em 0; }
hr { border: 0; border-top: 1px solid var(--p2pesp-border); margin: 2.4em 0; }
