/*
Theme Name: Prunefonds
Theme URI: https://plateformedecrowdfunding.fr/
Author: Prunefonds
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: prunefonds
*/

:root {
  --platde-primary: #5B2A4A;
  --platde-primary-dark: #3F1D33;
  --platde-secondary: #E7C9B5;
  --platde-accent: #C98AD6;
  --platde-accent-dark: #A471AF;
  --platde-accent-soft: #F7EEF9;
  --platde-bg: #FAF7FB;
  --platde-surface: #FFFFFF;
  --platde-text: #2A1F31;
  --platde-muted: #6E6178;
  --platde-border: #E6DCEC;
  --platde-success: #2E9E83;
  --platde-danger: #C7506A;
  --platde-shadow: 0 4px 18px rgba(79,45,95,.08);
  --platde-shadow-lg: 0 14px 40px rgba(79,45,95,.16);
  --platde-radius: 14px;
  --platde-radius-sm: 8px;
  --platde-font-head: 'Fraunces', Georgia, serif;
  --platde-font-body: 'Mulish', system-ui, -apple-system, sans-serif;
  --platde-maxw: 1180px;
  --platde-gradient: linear-gradient(135deg, #5B2A4A 0%, #E7C9B5 100%);
}

/* Reset base */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--platde-font-body);
  font-size: 16px;
  line-height: 1.74;
  color: var(--platde-text);
  background: var(--platde-bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--platde-secondary); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--platde-primary); }

h1, h2, h3, h4 {
  font-family: var(--platde-font-head);
  font-weight: 400;
  line-height: 1.18;
  color: var(--platde-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(--platde-border); margin: 2.4em 0; }
