/*
Theme Name: TherapyNow
Theme URI: https://stronywpaski.pl
Author: BArtK
Author URI: https://stronywpaski.pl
Description: Profesjonalny motyw WordPress dla gabinetu terapeutycznego z pełną integracją Elementor i JetEngine
Version: 1.1.2
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: therapynow
Tags: therapy, medical, health, elementor, jetengine

TherapyNow WordPress Theme, Copyright 2024 BArtK
TherapyNow is distributed under the terms of the GNU GPL

Version History:
Version 1.0.0 - Initial release
  - Pełna integracja z Elementorem
  - 8 dedykowanych widgetów Elementor
  - JetEngine dynamic content support na WSZYSTKICH polach tekstowych
  - JetFormBuilder integration
  - Responsive design
*/

/* Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #2C2C2C;
    background-color: #FDFCFB;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    line-height: 1.2;
}

/* Links */
a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #7C3AED;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 0.75rem 2rem;
    font-size: 0.875rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    background: #7C3AED;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn:hover {
    background: #6D28D9;
}

/* Utility classes */
.text-center {
    text-align: center;
}

.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }

.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }
