/*
Theme Name: NK Gastric Sleeve Landing
Theme URI: https://example.com/
Author: Generated
Description: Op. Dr. Necat Kaplan için tek sayfa (landing) WordPress teması.
Version: 1.0.0
Text Domain: nk-gastric
*/

* { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
}

.sticky-header.scrolled {
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}
