/*
Theme Name: TB Cleaning
Theme URI: https://tbcleaning.ch
Description: Custom Premium Block Theme for TB Cleaning, built for maximum conversion and speed.
Author: Equipo Sistemia
Author URI: https://sistemia.com
Text Domain: tb-cleaning
Version: 1.0.0
Requires at least: 6.2
Requires PHP: 7.4
Tags: custom-colors, custom-menu, block-patterns, full-site-editing
*/

/* Custom additions not handled by theme.json */

/* Button Hover State Overrides for Primary CTA */
.is-style-tb-primary-cta:hover,
.wp-block-button.is-style-tb-primary-cta .wp-block-button__link:hover {
    background-color: #c53030 !important; /* Darker red */
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(229, 62, 62, 0.3) !important;
    transition: all 0.3s ease;
}

/* Button Hover State Overrides for Ghost CTA */
.is-style-tb-ghost-cta:hover,
.wp-block-button.is-style-tb-ghost-cta .wp-block-button__link:hover {
    background-color: var(--wp--preset--color--tb-bg-offwhite) !important;
    color: var(--wp--preset--color--tb-text-main) !important;
    border-color: var(--wp--preset--color--tb-text-main) !important;
    transition: all 0.3s ease;
}

/* Ensure sticky header logic */
.is-sticky-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
