/*
Theme Name: Meteocra
Theme URI: https://www.meteocra.com
Author: Meteocra
Author URI: https://www.meteocra.com
Description: Smart meter reading platform combining OCR with Offline-First architecture.
Version: 1.0
Text Domain: meteocra
*/

[lang="ar"] body { font-family: 'Cairo', sans-serif; }
[lang="en"] body { font-family: 'Montserrat', sans-serif; }
html { box-sizing: border-box; }
.reveal { transition: opacity 0.8s ease-out, transform 0.8s ease-out; }
.cta-shine { position: relative; overflow: hidden; }
.cta-shine::after {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
    transform: rotate(30deg) translateX(-100%);
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    pointer-events: none;
}
.cta-shine:hover::after { transform: rotate(30deg) translateX(100%); }
