
/*
Theme Name: MonCloudPrive
Theme URI: https://moncloudprive.ca
Author: GROUPE NOVITEC
Author URI: https://novitec.ca
Description: Thème WordPress moderne (look néon + glassmorphism) pour cloud privé souverain. Optimisé cPanel (aucun build Node requis).
Version: 1.0.0
Requires PHP: 7.4
Text Domain: moncloudprive
*/

/* Petites bases en plus de Tailwind (qui est injecté côté header via CDN) */
:root { --ring: rgba(255,255,255,.15) }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.glass { background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.04)); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.15); }
.glow { box-shadow: 0 0 0 1px rgba(99,102,241,.3), 0 0 40px rgba(99,102,241,.25); }
.gradient-text { background: linear-gradient(90deg,#60a5fa,#a78bfa,#22d3ee); -webkit-background-clip:text; background-clip:text; color: transparent; }
.grid-bg { background-image: radial-gradient(circle at 1px 1px, rgba(148,163,184,.18) 1px, transparent 0); background-size: 24px 24px; }
.orb { filter: blur(60px); opacity:.35 }
.reveal{ opacity:0; transform: translateY(10px); transition: all .7s cubic-bezier(.2,.8,.2,1) }
.reveal.in{ opacity:1; transform: translateY(0) }
