/*
Theme Name: Klinotek Modern
Description: Klinotek AOS Teknolojisi Teması
Author: Gemini
Version: 1.0
*/

body { font-family: 'Montserrat', sans-serif; margin: 0; padding: 0; }
:root { --blue: #1b65bd; --green: #65a708; }
.hero { position: relative; height: 100vh; overflow: hidden; display: flex; align-items: center; justify-content: center; color: #fff; }
#bg-video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; transform: translate(-50%, -50%); z-index: -1; object-fit: cover; }
.overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(27, 101, 189, 0.5); z-index: 0; }
.content { z-index: 1; text-align: center; }