* {
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
}

/* Header Tasarımı */
.main-header {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 100;
    display: flex;
    justify-content: center;
}

.header-pill {
    background: white;
    width: 90%;
    max-width: 1660px;
    height: 70px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

.logo img {
    height: 55px;
}

.nav-links {
    display: flex;
    gap: 20px;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.nav-links i {
    font-size: 10px;
}

.btn-contact {
    background: #79a300;
    /* Innocon Yeşili */
    color: white !important;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.btn-login {
    background: #f1f1f1;
    color: #666;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 12px;
    border: 1px solid #ddd;
    text-decoration: none;
}

/* HERO ALANI - Yüksekliği düşürülmüş (basık) yapı */


.hero-inner {
    top: 50px;
    height: 300px;
    /* Yüksekliği alt taraftan küçülttüm */
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('bg.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    /* Köşe kavisleri */
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 87px;
}

.hero-content h1 {
    color: white;
    font-size: 42px;
    font-weight: 700;
}

/* Sağ Alttaki Sosyal Medya */
.hero-social {
    position: absolute;
    right: 40px;
    bottom: 30px;
    display: flex;
    gap: 15px;
}

.hero-social a {
    color: white;
    font-size: 16px;
    opacity: 0.8;
}

/* ===== MOBİL MENU ===== */
.mobile-menu-btn,
.mobile-menu {
    display: none;
}

@media (max-width: 768px) {

    /* Desktop menü kapalı */
    .nav-links,
    .header-actions {
        display: none;
    }

    /* Hamburger */
    .mobile-menu-btn {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
    }

    .mobile-menu-btn span {
        width: 22px;
        height: 2px;
        background: #333;
        border-radius: 2px;
    }

    /* Accordion */
    .mobile-menu {
        position: absolute;
        top: 95px;
        right: 20px;
        width: 220px;
        background: #fff;
        border-radius: 15px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
        overflow: hidden;
        z-index: 999;
    }

    .mobile-menu a {
        display: block;
        padding: 14px 20px;
        font-size: 14px;
        color: #333;
        text-decoration: none;
        border-bottom: 1px solid #eee;
    }

    .mobile-menu a:last-child {
        border-bottom: none;
    }

    .mobile-menu a:hover {
        background: #f6f6f6;
    }

    .mobile-menu {
        display: none;
    }

    .mobile-menu.active {
        display: block;
        animation: slideDown 0.25s ease;
    }
}

/* Animasyon */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* HERO ALANI - Yüksekliği düşürülmüş (basık) yapı */
.hero {
    padding: 15px;
    /* Yanlardan değil, sadece genel çerçeve payı */
}

.hero-inner {
    top: 50px;
    height: 300px;
    /* Yüksekliği alt taraftan küçülttüm */
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=1500&q=80')('bg.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    /* Köşe kavisleri */
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 87px;
}

.hero-content h1 {
    color: white;
    font-size: 42px;
    font-weight: 700;
}

/* Sağ Alttaki Sosyal Medya */
.hero-social {
    position: absolute;
    right: 40px;
    bottom: 30px;
    display: flex;
    gap: 15px;
}

.hero-social a {
    color: white;
    font-size: 16px;
    opacity: 0.8;
}

/* DESKTOP ACCORDION */
.nav-item {
  position: relative;
}

.nav-toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000;
}

.nav-toggle i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

/* Dropdown */
.dropdown-menu {
  position: absolute;
  top: 36px;
  left: 0;
  min-width: 200px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  padding: 10px 0;
  display: none;
  flex-direction: column;
  z-index: 100;
}

.dropdown-menu a {
  padding: 10px 16px;
  font-size: 14px;
  text-decoration: none;
  color: #000;
}

.dropdown-menu a:hover {
  background: #f4f4f4;
}

/* ACTIVE */
.nav-item.active .dropdown-menu {
  display: flex;
}

.nav-item.active .nav-toggle i {
  transform: rotate(180deg);
}

/* Genel SIFIRLAMA */
* {
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hero-ana-kapsayici {
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
    padding: 157px 0px;
}

/* Üst Metin Grubu */
.hero-ust-satir {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 40px;
}

.hero-ana-baslik {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    color: #000;
    flex: 1;
    /* Sol tarafı geniş tutar */
}

.hero-yan-metin {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    max-width: 300px;
    padding-top: 43px;
}

/* Görsel Alanı */
.hero-gorsel-alani {
    width: 100%;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.hero-gorsel-alani img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Görselin üzerindeki beyaz logoyu/yazıyı simüle etmek için filtre */
    filter: brightness(0.9);
}

/* Görsel Üstündeki Yazı (INNOCON) */
.hero-logo-yazisi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.9);
    font-size: 80px;
    font-weight: 200;
    letter-spacing: 25px;
    text-transform: uppercase;
    pointer-events: none;
}

/* MOBİL UYUMLULUK */
@media (max-width: 768px) {
    .hero-ust-satir {
        flex-direction: column;
        gap: 20px;
    }

    .hero-ana-baslik {
        font-size: 32px;
    }

    .hero-gorsel-alani {
        height: 300px;
    }

    .hero-logo-yazisi {
        font-size: 30px;
        letter-spacing: 10px;
    }
}

/* Misyon & Vizyon Alanı */
.degerler-bolumu {
    background-color: #f1fdf1;
    padding: 50px 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.degerler-konteyner {
       max-width: 1424px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 189px;

}

.deger-kutusu {
    display: flex;
    flex-direction: column;
}

.deger-baslik {
    font-size: 40px;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
}

.deger-aciklama {
    font-size: 20px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 25px;
}

.deger-liste {
    list-style: none;
    padding: 0;
}

.deger-liste-elemani {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
}

/* Liste başındaki küçük noktalar */
.deger-liste-elemani::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #333;
    font-size: 20px;
}

/* İNNOCON DEĞERLERİMİZ ÖZEL STİLLERİ */

.innocon-values-section {
    padding: 80px 5%;
    background-color: #ffffff;
    width: 100%;
    display: block;
    /* Sayfa akışını sağlar */
}

.innocon-values-container {
    max-width: 1200px;
    margin: 0 auto;
}

.innocon-values-main-title {
    font-size: 42px;
    /* */
    font-weight: 800;
    /* */
    color: #000000;
    margin-bottom: 50px;
    text-align: left;
    /* */
}

.innocon-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4'lü yan yana dizilim */
    gap: 20px;
}

.innocon-values-card {
    border: 1px solid #eeeeee;
    border-radius: 28px;
    padding: 95px 50px;
    text-align: center;
    background: #ffffff;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Kartın üzerine gelindiğinde hafif bir vurgu ekler */
.innocon-values-card:hover {
    border-color: #6d8c11;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.innocon-values-icon {
    font-size: 50px;
    color: #000000;
    margin-bottom: 30px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.innocon-values-card-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
}

.innocon-values-card-text {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    margin: 0;
}

/* INNOCON ÖZEL BÖLÜM STİLLERİ */

.innocon-pref-section {
    width: 100%;
    min-height: 450px;
    padding: 60px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Arka plandaki çalışma masası görseli */
    background-image: url('https://images.unsplash.com/photo-1497215728101-856f4ea42174?auto=format&fit=crop&w=1500&q=80');
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
}

.innocon-pref-overlay-card {
    /* Görseldeki açık yeşil-beyaz şeffaf tonu */
    background-color: #f1fdf1f2;
    width: 100%;
    max-width: 1150px;
    border-radius: 12px;
    /* Hafif yuvarlatılmış köşeler */
    padding: 80px 60px;
}

.innocon-pref-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
}

.innocon-pref-header {
    flex: 1;
}

.innocon-pref-title {
    font-size: 48px;
    /* Büyük ve kalın başlık */
    font-weight: 800;
    color: #000;
    line-height: 1.1;
    margin: 0;
}

.innocon-pref-body {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.innocon-pref-description {
    font-size: 20px;
    /* Metin boyutu */
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 35px;
    font-weight: 600;
}

.innocon-pref-cta-button {
    display: inline-block;
    background-color: #6d8c11;
    /* Görseldeki tam buton rengi */
    color: #ffffff;
    padding: 16px 45px;
    border-radius: 50px;
    /* Tam yuvarlak buton */
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    /* Buton metni büyük harf */
    transition: filter 0.3s ease;
}

.innocon-pref-cta-button:hover {
    filter: brightness(1.1);
}