 /* Ana Grid Yapısı */
 .featured-magazine {
     display: grid;
     grid-template-columns: 1fr 2fr;
     gap: 2rem;
     align-items: start;
     padding: 3rem 0;
 }

 /* Sol Taraf - Dergi Kapağı */
  .featured-magazine__cover {
      position: sticky;
      top: 2rem;
      text-align: center;
  }

  .magazine-showcase {
      position: relative;
      background: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 12px;
      padding: 2rem;
      overflow: hidden;
      text-align: center;
      display: inline-block;
      width: 100%;
      max-width: 340px;
  }



 /* Çapraz Ribbon Badge */
 .ribbon-badge {
     position: absolute;
     top: 25px;
     left: -25px;
     background: #FDE917;
     color: #101010;
     padding: 0.5rem 3rem;
     font-family: 'UniversLTStd-BoldCn', Arial, sans-serif;
     font-size: 0.95rem;
     font-weight: 900;
     text-transform: uppercase;
     letter-spacing: 2px;
     transform: rotate(-45deg);
     z-index: 2;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
 }


 .ribbon-badge::after {
     right: 0;
     border-right: 3px solid transparent;
 }

 .ribbon-badge::before,
 .ribbon-badge::after {
     content: '';
     position: absolute;
     top: 100%;
     width: 0;
     height: 0;
     border-top: 3px solid #333;
 }

 .ribbon-badge::before {
     left: 0;
     border-left: 3px solid transparent;
 }

 .ribbon-badge::after {
     right: 0;
     border-right: 3px solid transparent;
 }

  .magazine-cover {
      margin: 1.5rem 0;
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      max-width: 280px;
      text-align: center;
  }

  .magazine-cover img {
      width: 100%;
      height: auto;
      display: inline-block;
      transition: transform 0.3s ease;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  }

 .magazine-showcase:hover .magazine-cover img {
     transform: scale(1.02);
 }

 .magazine-title {
     font-family: 'InflexMTStd-Bold', Georgia, serif;
     font-size: 1.75rem;
     line-height: 1.2;
     margin: 0 0 0.5rem 0;
     color: #000;
 }

 .issue-number {
     display: block;
     font-family: 'UniversLTStd-UltraCn', Arial, sans-serif;
     font-size: 2.1rem;
     color: #333;
     margin-top: 0.25rem;
 }

 .magazine-date {
     font-family: 'UniversLTStd-LightCn', Arial, sans-serif;
     color: #666;
     font-size: 0.9rem;
     margin: 0 0 1.5rem 0;
     text-transform: uppercase;
     letter-spacing: 1px;
 }

 /* Sağ Taraf - Makaleler */
 .featured-magazine__articles {
     display: flex;
     flex-direction: column;
     gap: 1rem;
 }

  .articles-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0 0 1rem 0;
      padding-bottom: 1rem;
      border-bottom: 2px solid #000;
      font-family: 'UniversLTStd-BoldCn', Arial, sans-serif;
      font-size: 0.875rem;
      text-transform: uppercase;
      letter-spacing: 2px;
      position: relative;
      z-index: 10;
  }

 .view-all {
     color: #666;
     text-decoration: none;
     font-size: 1.65rem;
     transition: color 0.2s;
 }

 .view-all:hover {
     color: #000;
 }

 .articles-list {
     display: flex;
     flex-direction: column;
     gap: 0.75rem;
 }

 .article-card {
     position: relative;
     background: #fff;
     border: 1px solid #e5e5e5;
     border-radius: 8px;
     overflow: hidden;
     transition: all 0.2s ease;
 }

 .article-card:hover {
     border-color: #000;
     transform: translateX(5px);
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
 }

 .article-link {
     display: flex;
     align-items: flex-start;
     gap: 1rem;
     padding: 1rem;
     text-decoration: none;
     color: inherit;
 }

 .article-thumb {
     flex-shrink: 0;
     width: 100px;
     height: 75px;
     border-radius: 6px;
     overflow: hidden;
     position: relative;
 }

 .article-thumb img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 0.3s ease;
 }

 .article-card:hover .article-thumb img {
     transform: scale(1.05);
 }

 .article-thumb-placeholder {
     width: 100%;
     height: 100%;
     background: linear-gradient(135deg, #333 0%, #000 100%);
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     font-family: 'UniversLTStd-UltraCn', Arial, sans-serif;
     font-size: 1.5rem;
 }

 .article-content {
     flex: 1;
     min-width: 0;
     display: flex;
     flex-direction: column;
     gap: 0.25rem;
 }

 .article-number {
     font-family: 'UniversLTStd-LightCn', Arial, sans-serif;
     font-size: 0.7rem;
     color: #999;
     text-transform: uppercase;
     letter-spacing: 1px;
 }

 .article-title {
     font-family: 'UniversLTStd-BoldCn', Arial, sans-serif;
     font-size: 1.65rem;
     line-height: 1.3;
     margin: 0;
     color: #000;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
 }

 .article-excerpt {
     font-family: 'CenturyStd-Book', Georgia, serif;
     font-size: 1.8rem;
     line-height: 1.4;
     color: #666;
     margin: 0;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
 }

 /* Mobil Uyumluluk */
 @media (max-width: 968px) {
     .featured-magazine {
         grid-template-columns: 1fr;
         gap: 2rem;
     }

     .featured-magazine__cover {
         position: relative;
         top: 0;
     }

     .magazine-showcase {
         display: grid;
         grid-template-columns: 150px 1fr;
         gap: 1.5rem;
         align-items: center;
         padding: 1.5rem;
     }

     .ribbon-badge {
         top: 20px;
         left: -30px;
         padding: 0.4rem 2.5rem;
         font-size: 0.7rem;
     }

     .magazine-cover {
         margin: 0;
         box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
     }

     .magazine-title {
         font-size: 1.75rem;
     }

     .issue-number {
         font-size: 2rem;
     }

     .magazine-info {
         text-align: left;
     }
 }

  @media (max-width: 640px) {
      .magazine-showcase {
          grid-template-columns: 1fr;
          text-align: center;
      }

      .magazine-cover {
          max-width: 220px;
          margin: 1rem auto 0;
      }

      .magazine-cover img {
          height: auto;
          width: 100%;
          position: relative;
          border-radius: 10px;
      }

      .ribbon-badge {
          top: 15px;
          left: -25px;
          padding: 0.35rem 2rem;
          font-size: 0.65rem;
          position: absolute;
      }



     .article-link {
         padding: 0.875rem;
     }

     .article-thumb {
         width: 80px;
         height: 60px;
     }

     .article-title {
         font-size: 1.65rem;
     }

     .article-excerpt {
         font-size: 1.45rem;
         -webkit-line-clamp: 2;
     }

     .articles-header {
         font-size: 0.75rem;
     }
 }


 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }


 /* Ana Container */
 .cta-container {
     position: relative;
     overflow: hidden;
     border-radius: 24px;
     background-color: #1c1917;
     color: #ffffff;
     box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
     max-width: 1200px;
     margin: 0 auto;
 }

 /* Dekoratif Arka Plan Işıkları */
 .glow-top {
     position: absolute;
     top: 0;
     right: 0;
     width: 256px;
     height: 256px;
     background-color: #f59e0b;
     /* accent color - amber */
     border-radius: 50%;
     opacity: 0.2;
     filter: blur(64px);
     transform: translate(40px, -40px);
 }

 .glow-bottom {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 256px;
     height: 256px;
     background-color: #2563eb;
     /* blue-600 */
     border-radius: 50%;
     opacity: 0.2;
     filter: blur(64px);
     transform: translate(-40px, 40px);
 }

 /* İçerik */
 .content {
     position: relative;
     z-index: 10;
     padding: 24px 14px;
     text-align: center;
     max-width: 368px;
     max-height: 360px;
     margin: 0 auto;
 }

 /* Başlık */
 .h22 {
     font-family: Georgia, 'Times New Roman', serif;
     font-size: 20px;
     font-weight: 700;
     margin-bottom: 24px;
     line-height: 1.2;
 }

 /* Açıklama Metni */
 .p2 {
     color: #d6d3d1;
     font-size: 14px;
     line-height: 1.75;
     margin-bottom: 40px;
 }

 /* Buton Container */
 .button-group {
     display: flex;
     flex-direction: column;
     gap: 6px;
     justify-content: center;
     align-items: center;
 }

 .btn-primary {
     background-color: #ffffff;
     color: #1c1917;
     box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
 }

 .btn-primary:hover {
     background-color: #f5f5f4;
 }

 .btn-secondary {
     background-color: transparent;
     border: 1px solid #57534e;
     color: #ffffff;
 }

 .btn-secondary:hover {
     background-color: #292524;
 }

 /* Tablet ve Desktop için */
 @media (min-width: 640px) {
     .content {
         padding: 80px 24px;
     }


     .button-group {
         flex-direction: row;
     }
 }


 @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800);
 @import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

 .snip1529 {
     background-color: #000000;
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
     color: #ffffff;
     font-family: 'Open Sans', Arial, sans-serif;
     font-size: 16px;
     line-height: 1.6em;
    margin: 10px auto; /* auto ile yatayda ortalama */
     max-width: 290px;
     min-width: 250px;
     overflow: hidden;
     position: relative;
     text-align: left;
     width: 100%;
 }

 .snip1529-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

 .snip1529 * {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-transition: all 0.25s ease;
     transition: all 0.25s ease;
 }

 .snip1529 img {
     max-width: 100%;
     vertical-align: top;
     position: relative;
     opacity: 0.75;
 }

 .snip1529 figcaption {
     padding: 25px 20px 25px;
     position: absolute;
     bottom: 0;
     z-index: 1;
 }

 .snip1529 .date {
     background-color: #fff;
     color: #333;
     font-size: 18px;
     font-weight: 800;
     min-height: 68px;
     min-width: 43px;
     padding: 10px 0;
     position: absolute;
     right: 15px;
     text-align: center;
     text-transform: uppercase;
     top: 0;
 }

 .snip1529 .date span {
     display: block;
     line-height: 14px;
 }

 .snip1529 .date .month {
     font-size: 11px;
 }

 .snip1529 .date .sayi {
     font-size: 11px;
 }

 .snip1529 h3,
 .snip1529 p {
     margin: 0;
     padding: 0;
 }

 .snip1529 h3 {
     font: size 1.5em;
     font-weight: 800;
     letter-spacing: -0.4px;
 }

 .snip1529 p {
     font-size: 1.5rem;
 }

 .snip1529 .hover {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     align-items: center;
     background-color: rgba(236, 188, 46, 0.75);
     display: flex;
     font-size: 65px;
     justify-content: center;
     opacity: 0;
 }

 .snip1529 a {
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     position: absolute;
     z-index: 1;
 }

 .snip1529:hover .hover,
 .snip1529.hover .hover {
     -webkit-transition-delay: 0.1s;
     transition-delay: 0.1s;
     opacity: 1;
 }

 .snip1529:hover figcaption,
 .snip1529.hover figcaption {
     opacity: 0;
 }

 .snip1529:hover .date,
 .snip1529.hover .date {
     -webkit-transform: translateY(-100%);
     transform: translateY(-100%);
 }


 .most-commented {
     width: 100%;
     background: #fff;
     border: 1px solid #e5e5e5;
     font-family: Arial, sans-serif;
 }

 .widget-header {
     background: #2c2c2c;
     color: #fff;
     padding: 10px 15px;
     font-size: 12px;
     font-weight: bold;
     text-transform: uppercase;
     letter-spacing: 0.5px;
 }

 .articles-list {
     border-top: 1px solid #e5e5e5;
 }

 .article-item {
     display: flex;
     padding: 15px;
     border-bottom: 1px solid #f0f0f0;
     gap: 12px;
 }

 .article-item:last-child {
     border-bottom: none;
 }

 .article-thumb {
     width: 80px;
     height: 85px;
     object-fit: cover;
     flex-shrink: 0;
 }

 .article-content {
     flex: 1;
 }

 .article-title {
     margin: 0 0 6px 0;
     font-size: 13px;
     font-weight: 600;
     line-height: 1.4;
     color: #333;
 }

 .article-meta {
     font-size: 11px;
     color: #888;
 }

 .author {
     color: #666;
 }

 .dot {
     margin: 0 4px;
     color: #bbb;
 }
/* User Dropdown Menu */
.user-dropdown-wrapper {
    position: relative;
}

.user-dropdown-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent !important;
    border: none !important;
    color: #333 !important;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

.user-dropdown-btn:hover {
    color: #000 !important;
}

.user-dropdown-btn i.fa-user-circle {
    font-size: 18px;
    color: #555;
}

.user-dropdown-btn i.fa-chevron-down {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.user-dropdown-btn:hover i.fa-chevron-down {
    transform: translateY(2px);
}

.user-dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    min-width: 220px;
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    padding: 8px 0 !important;
    margin: 0 !important;
    z-index: 9999 !important;
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.user-dropdown-menu.is-open {
    display: block !important;
    opacity: 1;
    transform: translateY(0);
}

.user-dropdown-menu .compte__nav__bloc {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 220px;
    background: #fff !important;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 8px 0 !important;
    z-index: 1000;
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.user-dropdown-menu.is-open {
    display: block !important;
    opacity: 1;
    transform: translateY(0);
}

.user-dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user-dropdown-list li {
    margin: 0;
}

.user-dropdown-list li a,
.user-dropdown-list li .logout-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
    border: none;
    background: transparent;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.user-dropdown-list li a:hover,
.user-dropdown-list li .logout-btn:hover {
    background: #f5f5f5;
    color: #000;
    padding-left: 24px;
}

.user-dropdown-list li a i,
.user-dropdown-list li .logout-btn i {
    width: 18px;
    text-align: center;
    color: #666;
}

.user-dropdown-list li a:hover i,
.user-dropdown-list li .logout-btn:hover i {
    color: #000;
}

.dropdown-divider {
    height: 1px;
    background: #e5e5e5;
    margin: 8px 0;
}

.logout-btn {
    color: #dc3545 !important;
}

.logout-btn i {
    color: #dc3545 !important;
}

.logout-btn:hover {
    background: #fff5f5 !important;
    color: #dc3545 !important;
}

.logout-btn:hover i {
    color: #dc3545 !important;
}
