.landing-page .navbar {
    background: #2C2F3B;
}
.stats-section {
    background: linear-gradient(135deg, #1a1d29 0%, #2C2F3B 100%);
    padding: 60px 0 !important;
}

.stat-item-large {
    transition: transform 0.3s ease;
}

.stat-item-large:hover {
    transform: translateY(-5px);
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin: 20px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.stat-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ccc;
    text-wrap-mode: wrap;
}
.label {
    text-wrap-mode: wrap;
    font-size: 100% !important;
}
.stat-item-small {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
    padding: 20px 10px !important;
}

.stat-item-small:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: scale(1.05);
}

.stat-detail-number {
    font-size: 24px;
    margin: 10px 0 5px 0;
}

.stat-detail-label {
    font-size: 12px;
    color: #999;
    margin: 0;
}

.stats-details {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .stat-number {
        font-size: 32px;
    }

    .stat-detail-number {
        font-size: 20px;
    }
}

      .stats-dark {
         background: linear-gradient(180deg, #0f1720 0%, #111319 100%);
         color: #e6eef8;
         padding: 48px 0;
      }

      .stats-dark .big-counters {
         display: flex;
         flex-wrap: wrap;
         gap: 20px;
         justify-content: space-between;
         margin-bottom: 28px;
      }

      .stats-dark .big-counter {
         flex: 1 1 22%;
         background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.02));
         border-radius: 12px;
         padding: 26px;
         text-align: center;
         box-shadow: 0 6px 18px rgba(5, 8, 12, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.02);
      }

      .stats-dark .big-counter i {
         font-size: 36px;
         margin-bottom: 8px;
         color: #f45b4a;
      }

      .stats-dark .big-counter .count {
         display: block;
         font-size: 26px;
         font-weight: 700;
         margin: 6px 0;
      }

      .stats-dark .big-counter .label {
         font-size: 13px;
         color: #cbd5e1;
      }

      .stats-dark .stats-grid {
         display: grid;
         grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
         gap: 16px;
         align-items: stretch;
         margin-top: 24px;
      }

      .stats-dark .stats-grid .stat-item {
         background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.01));
         padding: 16px 12px;
         border-radius: 8px;
         text-align: center;
         color: #9fb0c8;
         font-size: 12px;
         box-shadow: 0 2px 8px rgba(5, 8, 12, 0.3), inset 0 0.5px 0 rgba(255, 255, 255, 0.01);
         transition: transform .15s ease, box-shadow .15s ease;
         display: grid;
         line-height: 1;
      }

      .stats-dark .stats-grid .stat-item:hover {
         transform: translateY(-2px);
         box-shadow: 0 4px 12px rgba(5, 8, 12, 0.4);
      }

      .stats-dark .stats-grid .stat-item i {
         font-size: 18px;
         margin-bottom: 6px;
         color: #f45b4a;
         opacity: 0.7;
      }

      .stats-dark .stats-grid .stat-item .stat-value {
         display: block;
         font-size: 18px;
         font-weight: 700;
         margin: 4px 0;
         color: #e6eef8;
      }

      .stats-dark .stats-grid .stat-item .stat-label {
         font-size: 11px;
         color: #8b98a8;
      }

      .stats-dark .stats-footer {
         margin-top: 18px;
         font-size: 12px;
         color: #8b98a8;
      }

      /* Modüller bölümü: responsive grid düzeni */
      .modules-grid-wrapper {
         display: flex;
         flex-wrap: wrap;
         margin: 0 -25px;
      }

      .module-item-wrapper {
         padding: 0 25px;
         margin-bottom: 50px;
      }

      /* 3 sütun - büyük ekranlar (1200px+) */
      @media (min-width: 1200px) {
         .module-item-wrapper {
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
         }
      }

      /* 2 sütun - orta ekranlar (768px - 1199px) */
      @media (min-width: 768px) and (max-width: 1199px) {
         .module-item-wrapper {
            flex: 0 0 50%;
            max-width: 50%;
         }
      }

      /* 1 sütun - küçük ekranlar (<768px) */
      @media (max-width: 767px) {
         .module-item-wrapper {
            flex: 0 0 100%;
            max-width: 100%;
         }
      }

      .modules .module-card {
         padding: 20px;
         border-radius: 10px;
         transition: transform .18s ease, box-shadow .18s ease;
         background: #ffffff;
         height: 100%;
         border: 1px outset #ddd;
      }

      .modules .module-card:hover {
         transform: translateY(-6px);
         box-shadow: 0 12px 30px rgba(8, 10, 15, 0.08);
      }

      .modules .module-title {
         text-transform: none;
      }

      /* Timeline section - two column layout */
      .timeline-section {
         padding: 60px 0;
      }

      .timeline-wrapper {
         display: grid;
         grid-template-columns: 1fr 1fr;
         gap: 60px;
         align-items: start;
      }

      .timeline-intro {
         padding-right: 30px;
      }

      .timeline-intro h3 {
         font-size: 24px;
         font-weight: 700;
         color: #1e293b;
         margin-bottom: 20px;
      }

      .timeline-intro p {
         font-size: 15px;
         line-height: 1.8;
         color: #475569;
         margin-bottom: 16px;
      }

      .timeline-intro .highlight-box {
         background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
         border-left: 4px solid #f45b4a;
         padding: 20px;
         border-radius: 8px;
         margin-top: 20px;
      }

      .timeline-intro .highlight-box p {
         margin: 0;
         font-size: 14px;
         color: #334155;
         font-style: italic;
      }

      /* Timeline - elegant vertical design */
      .timeline {
         position: relative;
         max-width: 100%;
         padding: 0;
      }

      /* Vertical line on the left */
      .timeline::before {
         content: "";
         position: absolute;
         left: 59px;
         top: 0;
         bottom: 0;
         width: 2px;
         background: linear-gradient(180deg, #ff6c6c 0%, #0074ff 100%);
      }

      .timeline-item {
         position: relative;
         margin-bottom: 0;
         display: grid;
         grid-template-columns: 40px 40px 1fr;
         align-items: center;
         gap: 0;
      }

      /* Increase spacing when year changes */
      .timeline-item.year-change {
         margin-top: 15px;
      }

      .timeline-item:first-child {
         margin-top: 0;
      }

      /* Year on the left - only show when year changes */
      .timeline-item .date {
         text-align: right;
         font-weight: 600;
         font-size: 25px;
         font-family: 'Arial Narrow', 'Roboto Condensed', 'Helvetica Neue', Arial, sans-serif;
         font-stretch: condensed;
         color: #475569;
         padding-right: 0;
         letter-spacing: -0.5px;
      }

      .timeline-item .date:empty {
         visibility: hidden;
      }

      /* Dot on the line - only for year changes */
      .timeline-item .dot {
         position: relative;
         left: 0;
         width: 0;
         height: 0;
         margin: 0 auto;
         z-index: 2;
      }

      .timeline-item.year-change .dot {
         width: 12px;
         height: 12px;
         border-radius: 50%;
         background: #f45b4a;
         box-shadow: 0 0 0 3px rgba(244, 91, 74, 0.12);
      }

      /* Card content - grouped appearance */
      .timeline-item .content {
         background: #ffffff;
         padding: 5px 14px;
         box-shadow: none;
         border: 1px solid #e2e8f0;
         border-bottom: none;
         display: flex;
         gap: 12px;
         align-items: center;
         transition: background-color 0.3s ease;
      }

      /* First item in a year group - rounded top */
      .timeline-item.year-change .content {
         border-radius: 8px 8px 0 0;
         box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
      }

      /* Last item in a group - rounded bottom and bottom border */
      .timeline-item.year-end .content {
         border-radius: 0 0 8px 8px;
         border-bottom: 1px solid #e2e8f0;
      }

      /* Single item in a year - all rounded */
      .timeline-item.year-change.year-end .content {
         border-radius: 8px;
      }

      .timeline-item .content:hover {
         background: #fafbfc;
      }

      .timeline-item .logo {
         width: 60px;
         height: 38px;
         display: flex;
         align-items: center;
         justify-content: center;
         background: #f8fafc;
         border-radius: 6px;
         overflow: hidden;
         flex-shrink: 0;
      }

      .timeline-item .logo img {
         max-width: 100%;
         max-height: 100%;
         object-fit: contain;
      }

      .timeline-item .meta {
         flex: 1;
         min-width: 0;
      }

      .timeline-item .meta .school {
         font-weight: 600;
         font-size: 14px;
         color: #1e293b;
         margin-bottom: 3px;
      }

      .timeline-item .meta .date-info {
         font-size: 12px;
         color: #64748b;
      }

      .timeline-item .meta .tag {
         display: inline-block;
         margin-left: 6px;
         padding: 2px 7px;
         font-size: 9px;
         font-weight: 500;
         border-radius: 10px;
         background: #dcfce7;
         color: #166534;
         text-transform: uppercase;
         letter-spacing: 0.3px;
      }

      @media (max-width: 992px) {
         .timeline-wrapper {
            grid-template-columns: 1fr;
            gap: 40px;
         }

         .timeline-intro {
            padding-right: 0;
         }
      }

      @media (max-width: 768px) {
         .timeline::before {
            left: 21px;
         }

         .timeline-item {
            grid-template-columns: 35px 15px 1fr;
         }

         .timeline-item.year-change {
            margin-top: 20px;
         }

         .timeline-item .date {
            font-size: 16px;
         }

         .timeline-item.year-change .dot {
            width: 10px;
            height: 10px;
         }

         .timeline-item .content {
            padding: 10px 12px;
            gap: 10px;
         }

         .timeline-item .logo {
            width: 50px;
            height: 32px;
         }

         .timeline-item .meta .school {
            font-size: 12px;
         }

         .timeline-item .meta .date-info {
            font-size: 11px;
         }

         .timeline-item .meta .tag {
            font-size: 8px;
            padding: 2px 5px;
         }

         .timeline-intro h3 {
            font-size: 20px;
         }

         .timeline-intro p {
            font-size: 14px;
         }
      }

            .lightbox {
         display: none;
         position: fixed;
         z-index: 10000;
         left: 0;
         top: 0;
         width: 100%;
         height: 100%;
         background-color: rgba(0, 0, 0, 0.9);
         cursor: pointer;
      }

      .lightbox-content {
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         max-width: 90%;
         max-height: 90%;
         object-fit: contain;
         cursor: pointer;
      }

      .lightbox-close {
         position: absolute;
         top: 20px;
         right: 35px;
         color: #fff;
         font-size: 40px;
         font-weight: bold;
         cursor: pointer;
         z-index: 10001;
         transition: 0.3s;
      }

      .lightbox-close:hover,
      .lightbox-close:focus {
         color: #e63d30;
      }

      .lightbox-nav {
         position: absolute;
         top: 50%;
         transform: translateY(-50%);
         color: white;
         font-size: 40px;
         font-weight: bold;
         cursor: pointer;
         padding: 16px;
         user-select: none;
         z-index: 10001;
         transition: 0.3s;
      }

      .lightbox-nav:hover {
         color: #e63d30;
      }

      .lightbox-prev {
         left: 20px;
      }

      .lightbox-next {
         right: 20px;
      }

      .gallery-container a {
         cursor: pointer;
      }
            .cookie-banner {
         position: fixed;
         bottom: 0;
         left: 0;
         width: 100%;
         background-color: #2C2F3B;
         padding: 15px 0;
         z-index: 9999;
         box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
         border-top: 1px solid #e63d30;
      }

      .footer-legal-links li a {
         color: #888;
         font-size: 12px;
      }

      .footer-legal-links li a:hover {
         color: #e63d30;
         text-decoration: none;
      }

      .footer-legal-links li::after {
         content: "|";
         margin-left: 10px;
         color: #555;
      }

      .footer-legal-links li:last-child::after {
         content: "";
      }
