/*
Theme Name: RiteRefresh 2025
Theme URI: https://riterefresh.com
Description: Modern, clean WordPress redesign portfolio theme for RiteRefresh. Features transparent pricing, professional design, and conversion-focused layouts.
Author: RiteRefresh Team
Author URI: https://riterefresh.com
Version: 1.0.0
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: riterefresh
Tags: business, portfolio, one-column, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready

RiteRefresh 2025 Theme, Copyright 2025 RiteRefresh
RiteRefresh 2025 is distributed under the terms of the GNU GPL.
*/

/*
  This theme uses Tailwind CSS loaded via CDN in header.php
  All styling is handled through Tailwind utility classes
  Custom styles are minimal and kept here
*/

body {
    font-family: 'Source Sans 3', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bree Serif', serif;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* WordPress admin bar spacing */
body.admin-bar {
    padding-top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar {
        padding-top: 46px;
    }
}

/* Honeypot spam protection - hide from humans */
.honeypot-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

/* Hover lift effect for cards */
.hover-lift {
    transition: all 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
