/*
Theme Name: Sena Badkamers Customizer
Theme URI: https://senabadkamers.nl
Author: Sena Badkamers
Author URI: https://senabadkamers.nl
Description: Exclusieve Badkamerrenovatie, badkamer verbouwen en complete badkamer kopen. %100 WordPress panelinden yönetilebilir, her cihazla uyumlu mobil/tablet öncelikli özel tema.
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sena-badkamers
*/

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: background-color 0.5s ease, color 0.5s ease;
}

[x-cloak] { 
    display: none !important; 
}

:root {
    --gold-50: #fbf8f3;
    --gold-100: #f4ede0;
    --gold-200: #e7d8be;
    --gold-300: #d7be95;
    --gold-400: #c5a16d;
    --gold-500: #b4854b;
    --gold-600: #a3713f;
    --gold-700: #885a33;
    --gold-800: #6e482b;
    --gold-900: #5a3b25;
}

.glass {
    background: rgba(255, 255, 255, 0.03) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.glass-dark {
    background: rgba(15, 23, 42, 0.8) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.luxury-shadow {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.5);
}

/* Dokunmatik hedefler için mobil optimizasyon kuralı */
@media (max-width: 768px) {
    button, input, select, textarea {
        min-height: 48px;
    }
}

@keyframes slow-pulse {
    0%, 100% {
        transform: scale(1.05);
        opacity: 0.35;
    }
    50% {
        transform: scale(1.01);
        opacity: 0.28;
    }
}

.animate-slow-pulse {
    animation: slow-pulse 10s ease-in-out infinite;
}

.aligncenter {
    display: block;
    margin: 2rem auto;
}

.alignleft {
    float: left;
    margin: 0.5rem 1.5rem 1.5rem 0;
}

.alignright {
    float: right;
    margin: 0.5rem 0 1.5rem 1.5rem;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}