/* ==========================================
   KURUMSAL TEMA GÜNCELLEMESİ
   Waterway - Profesyonel ve Yetişkin Görünüm
   ========================================== */

/* Yeni kurumsal renk paleti */
:root {
    --primary: #1e3a5f !important;
    --secondary: #2c5f7c !important;
    --accent: #d4760f !important;
    --success: #2d7a4a !important;
    --danger: #b23636 !important;
    --dark: #1a1a1a !important;
    --gray: #4a5568 !important;
}

/* Body ve genel metin */
body {
    background: #ffffff !important;
    color: #4a5568 !important;
    font-size: 16px;
}

/* Başlıklar - daha kurumsal */
h1, h2, h3, h4, h5, h6 {
    color: #1a1a1a !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em;
}

/* Header - beyaz arka plan */
header {
    background: white !important;
    color: #1a1a1a !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.06) !important;
    border-bottom: 1px solid #e2e8f0;
}

/* Top bar - koyu lacivert */
.top-bar {
    background: #1e3a5f !important;
    color: white !important;
}

.top-bar a {
    color: rgba(255,255,255,0.9) !important;
}

.top-bar a:hover {
    color: white !important;
}

/* Nav links - koyu renkli */
nav ul li a {
    color: #1a1a1a !important;
    font-weight: 500;
}

nav ul li a:hover {
    color: #1e3a5f !important;
    background: #f7fafc !important;
}

/* Butonlar - minimal ve profesyonel - KESKİN KÖŞELER */
.btn {
    border-radius: 4px !important;
}

.btn-primary {
    background: #1e3a5f !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08) !important;
}

.btn-primary:hover {
    background: #152d4a !important;
    transform: translateY(-1px);
}

.btn-secondary {
    background: white !important;
    color: #1e3a5f !important;
    border: 2px solid #1e3a5f !important;
}

.btn-secondary:hover {
    background: #1e3a5f !important;
    color: white !important;
}

.btn-accent {
    background: #d4760f !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08) !important;
}

.btn-accent:hover {
    background: #b85f0a !important;
}

/* Hero Section - koyu kurumsal */
.hero-section {
    background: linear-gradient(135deg, rgba(30,58,95,0.95), rgba(44,95,124,0.9)), 
                url('../images/hero-bg.jpg') center/cover no-repeat !important;
    padding: 100px 0 !important;
}

.hero-section h1 {
    font-size: 48px !important;
    font-weight: 600 !important;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.2) !important;
    letter-spacing: -0.03em;
}

.hero-section p {
    font-size: 20px !important;
    font-weight: 400;
}

/* Section titles - daha profesyonel */
.section-title {
    font-size: 36px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    letter-spacing: -0.02em;
}

.section-title::after {
    background: #1e3a5f !important;
    height: 3px !important;
    width: 60px !important;
}

/* Product cards - daha minimal - KESKİN KÖŞELER */
.product-card {
    box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
    border-radius: 6px !important;
}

.product-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
    transform: translateY(-4px);
}

.product-card::before {
    opacity: 0 !important;
}

.product-image {
    border-radius: 6px 6px 0 0 !important;
}

.product-title {
    color: #1a1a1a !important;
    font-weight: 600 !important;
}

.product-price {
    color: #1e3a5f !important;
    font-weight: 700 !important;
    background: none !important;
    -webkit-text-fill-color: #1e3a5f !important;
}

/* Footer - koyu ve profesyonel */
.footer-section {
    background: #1a1a1a !important;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-section h4 {
    color: white !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 14px !important;
}

.footer-section a {
    color: rgba(255,255,255,0.7) !important;
}

.footer-section a:hover {
    color: white !important;
}

/* Icon buttons - TAM ÇERÇEVESİZ */
.icon-btn {
    background: none !important;
    color: #1e3a5f !important;
    border: none !important;
    padding: 0 !important;
}

.icon-btn:hover {
    background: none !important;
    color: #0077BE !important;
    transform: scale(1.2);
}

/* Ürün detay sayfası */
#basePrice {
    color: #1e3a5f !important;
}

#totalPrice {
    color: #1e3a5f !important;
}

/* Sistem seçim dropdown */
#systemSelect {
    border-color: #1e3a5f !important;
    color: #1a1a1a !important;
}

#systemDescription {
    border-left-color: #1e3a5f !important;
}

#systemDescTitle {
    color: #1e3a5f !important;
}

#systemDescText {
    color: #4a5568 !important;
}

/* Admin panel */
.admin-nav {
    background: #1a1a1a !important;
}

/* Gölgeler - daha ince */
.shadow-sm {
    box-shadow: 0 1px 3px rgba(0,0,0,0.08) !important;
}

.shadow-md {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
}

.shadow-lg {
    box-shadow: 0 8px 16px rgba(0,0,0,0.12) !important;
}

/* ===========================================
   GENEL KESKİN KÖŞELER - TÜM SİTE
   =========================================== */

/* Input alanları */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"],
textarea,
select {
    border-radius: 4px !important;
}

/* Form elemanları */
.form-control,
.form-group input,
.form-group textarea,
.form-group select {
    border-radius: 4px !important;
}

/* Kartlar ve kutular */
.card,
.box,
.panel,
.container > div[style*="border-radius"],
div[style*="border-radius: 20px"],
div[style*="border-radius: 15px"],
div[style*="border-radius: 12px"],
div[style*="border-radius: 10px"] {
    border-radius: 6px !important;
}

/* Modallar */
.modal-content,
.modal,
#searchModal,
#cartSidebar,
#loginDropdown {
    border-radius: 6px !important;
}

/* Resim alanları */
img {
    border-radius: 4px !important;
}

.product-image img {
    border-radius: 0 !important;
}

/* Dropdown ve select */
.dropdown,
.dropdown-menu {
    border-radius: 4px !important;
}

/* Badges ve tags */
.badge,
.tag,
span[style*="border-radius"] {
    border-radius: 3px !important;
}

/* Icon buttons - çerçevesiz */
.icon-btn {
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

/* Admin panel */
.admin-nav,
.admin-card,
.admin-panel {
    border-radius: 6px !important;
}

/* Alert ve bildirimler */
.alert,
.notification,
.message {
    border-radius: 4px !important;
}

/* Hero ve section'lar */
.hero-section,
section {
    border-radius: 0 !important;
}

/* Sistem seçim kutusu */
#systemDescription {
    border-radius: 4px !important;
}

/* Galeri resimleri */
.product-image img,
#mainImage,
.gallery img {
    border-radius: 4px !important;
}

/* Lightbox */
#lightboxImage {
    border-radius: 4px !important;
}

/* Kapatma butonları */
button[onclick*="close"],
.close-btn {
    border-radius: 4px !important;
}


