/*
Theme Name: BetonPlan Kurumsal Tema
Theme URI: https://ornek.com/betonplan
Author: Sizin Adınız
Author URI: https://ornek.com
Description: Beton mobilya ve yapı teknik çizimleri için kurumsal, beyaz ve turkuaz tonlarında e-ticaret teması.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, corporate, clean, turquoise, blueprint
Text Domain: betonplan
*/

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f5f9; /* Slate-100 */
}
::-webkit-scrollbar-thumb {
    background: #0891b2; /* Cyan-600 */
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #0e7490; /* Cyan-700 */
}

/* Noise Texture (Daha hafif, kağıt dokusu gibi) */
.bg-noise {
    position: relative;
}
.bg-noise::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.03'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
}

.card-hover {
    transition: all 0.3s ease;
}
.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Blueprint Grid Background - Açık Renk Versiyon */
.bg-grid {
    background-size: 40px 40px;
    background-image: linear-gradient(to right, rgba(8, 145, 178, 0.05) 1px, transparent 1px),
                      linear-gradient(to bottom, rgba(8, 145, 178, 0.05) 1px, transparent 1px);
}