/*
Theme Name: Hopeful Data
Theme URI: https://hopefuldata.com
Author: Hopeful Data
Author URI: https://hopefuldata.com
Description: Tema WordPress corporativo para Hopeful Data — consultoría de datos. Totalmente editable desde el Personalizador (Customizer). Soporta Polylang/WPML y WPForms. Incluye dos variantes de header (clásico y minimal) y paleta sobria alternativa.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hopefuldata
Tags: business, corporate, data, consulting, custom-colors, custom-logo, custom-menu, featured-images, translation-ready, threaded-comments, rtl-language-support
*/

/* Main stylesheet is loaded from assets/css/main.css for cleanliness.
   This file exists for WordPress theme header metadata + base resets. */

body { margin: 0; font-family: 'Inter', -apple-system, sans-serif; }

/* Admin bar offset */
body.admin-bar .header { top: 32px; }
@media (max-width: 782px) {
  body.admin-bar .header { top: 46px; }
}

/* Screen reader */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* WP core alignment classes */
.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 13px; color: #6B6B72; padding-top: 6px; text-align: center; }
.sticky { display: block; }
.bypostauthor { display: block; }
