/*
Theme Name: Control Parental Sin Secretos
Theme URI: https://controlparentalsinsecretos.com/
Author: Convicción Financiera S.L.
Description: Tema de bloques ligero, accesible y editable con Gutenberg para un proyecto educativo de seguridad digital.
Version: 1.1.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: control-parental-sin-secretos
*/

:root { --cpss-shadow: 0 16px 42px rgba(24, 31, 78, .12); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
a { text-underline-offset: .18em; }
:focus-visible { outline: 3px solid #ff6b6b; outline-offset: 3px; }
.wp-site-blocks { min-height: 100vh; }
.cpss-card { height: 100%; transition: transform .18s ease, box-shadow .18s ease; }
.cpss-card:hover { transform: translateY(-4px); box-shadow: var(--cpss-shadow); }
.cpss-pill { display: inline-flex; align-items: center; gap: .45rem; border-radius: 999px; padding: .45rem .8rem; font-weight: 700; }
.cpss-hero { position: relative; isolation: isolate; overflow: hidden; }
.cpss-hero::after { content: ""; position: absolute; z-index: -1; width: 24rem; height: 24rem; right: -8rem; top: -10rem; border-radius: 50%; background: rgba(129, 92, 246, .25); filter: blur(2px); }
.cpss-number { display: inline-grid; place-items: center; width: 2.35rem; height: 2.35rem; border-radius: 50%; background: #6546d7; color: #fff; font-weight: 800; }
.cpss-notice { border-left: 6px solid #ffb020; }
.cpss-footer a { color: inherit; }
.cpss-quiz button { cursor: pointer; }
.cpss-quiz-result { display: none; }
.cpss-quiz-result.is-visible { display: block; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
@media (max-width: 700px) { .cpss-hero { border-radius: 0 !important; } }
