/*
Theme Name: CoachPascariu Pro
Theme URI: https://www.coachpascariu.com
Author: CoachPascariu
Author URI: https://www.coachpascariu.com
Description: Temă profesională pentru cabinete de hipnoterapie, coaching, NLP și consiliere. Compatibilă Elementor & Gutenberg, panou de control complet din Personalizare (Customizer), module repoziționabile, formular de contact integrat.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: coachpascariu
Tags: coaching, hypnotherapy, therapy, business, custom-colors, custom-menu, footer-widgets, translation-ready
*/

/* ==========================================================================
   ACEST FIȘIER conține doar reset-ul de bază.
   Toate culorile, fonturile și spațierele editabile ușor se află în:
   /css/variables.css  ← EDITEAZĂ AICI pentru schimbări rapide de aspect
   ========================================================================== */

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: var(--cp-font-body);
    color: var(--cp-color-text);
    background: var(--cp-color-bg);
    line-height: 1.7;
    font-size: 17px;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--cp-color-accent); text-decoration: none; transition: opacity .2s ease; }
a:hover { opacity: .75; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--cp-font-heading);
    color: var(--cp-color-heading);
    line-height: 1.25;
    margin: 0 0 .6em;
    font-weight: 600;
}

p { margin: 0 0 1.2em; }

.container {
    max-width: var(--cp-container-width);
    margin: 0 auto;
    padding: 0 24px;
}

.screen-reader-text {
    position: absolute !important;
    clip: rect(1px,1px,1px,1px);
    width: 1px; height: 1px; overflow: hidden;
}
