* { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: 'Open Sans', sans-serif; background: #f4f7fc; }

    #hero {
      background: linear-gradient(120deg, #061530 0%, #0d2d6b 45%, #1a50b0 100%);
      min-height: 340px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 70px 24px 90px;
      position: relative;
      overflow: hidden;
    }

    #hero::before {
      content: '';
      position: absolute;
      top: -80px; right: -80px;
      width: 500px; height: 500px;
      background: radial-gradient(circle, rgba(100,160,255,0.18) 0%, transparent 70%);
      pointer-events: none;
    }
    #hero::after {
      content: '';
      position: absolute;
      bottom: -60px; left: -60px;
      width: 400px; height: 400px;
      background: radial-gradient(circle, rgba(26,80,176,0.25) 0%, transparent 70%);
      pointer-events: none;
    }

    #hero .hero-badge {
      display: inline-block;
      border: 1px solid rgba(255,255,255,0.25);
      background: rgba(255,255,255,0.08);
      color: #f5c060;
      font-family: 'Montserrat', sans-serif;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      padding: 6px 20px;
      border-radius: 30px;
      margin-bottom: 22px;
      position: relative;
      z-index: 1;
    }

    #hero h1 {
      font-family: 'Montserrat', sans-serif;
      font-size: clamp(28px, 5vw, 54px);
      font-weight: 800;
      color: #ffffff;
      line-height: 1.12;
      letter-spacing: -1px;
      position: relative;
      z-index: 1;
      max-width: 640px;
    }

    #hero p {
      color: rgba(255,255,255,0.68);
      font-size: 15px;
      margin-top: 16px;
      max-width: 460px;
      line-height: 1.7;
      position: relative;
      z-index: 1;
    }

    #hero .hero-btn {
      margin-top: 34px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #e8a020;
      color: #0a1e3c;
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      font-size: 12px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 14px 32px;
      border-radius: 4px;
      text-decoration: none;
      position: relative;
      z-index: 1;
      transition: background 0.2s, transform 0.2s;
    }
    #hero .hero-btn:hover { background: #f5c060; transform: translateY(-2px); }

    .wave-wrap {
      background: linear-gradient(120deg, #061530 0%, #0d2d6b 45%, #1a50b0 100%);
      line-height: 0;
      margin-bottom: -2px;
    }
    .wave-wrap svg { display: block; width: 100%; height: 60px; }

    #yeni-urunler {
      background: #f4f7fc;
      padding: 64px 0 80px;
    }

    #yeni-urunler .baslik-alan {
      text-align: center;
      margin-bottom: 48px;
    }
    #yeni-urunler .etiket {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-family: 'Montserrat', sans-serif;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #1a5cb8;
      margin-bottom: 12px;
    }
    #yeni-urunler .etiket::before,
    #yeni-urunler .etiket::after {
      content: '';
      display: inline-block;
      width: 28px; height: 2px;
      background: #e8a020;
      border-radius: 2px;
    }
    #yeni-urunler h2 {
      font-family: 'Montserrat', sans-serif;
      font-size: clamp(24px, 4vw, 38px);
      font-weight: 800;
      color: #0a1e3c;
      letter-spacing: -0.5px;
    }
    #yeni-urunler h2 span { color: #1a5cb8; }
    #yeni-urunler .cizgi {
      width: 56px; height: 3px;
      background: linear-gradient(90deg, #e8a020, #1a5cb8);
      border-radius: 2px;
      margin: 16px auto 0;
    }

    #yeni-urunler .grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
      max-width: 1160px;
      margin: 0 auto;
      padding: 0 24px;
    }

    #yeni-urunler .kart-1 { grid-column: 1 / 3; grid-row: 1; }
    #yeni-urunler .kart-2 { grid-column: 3; grid-row: 1; }
    #yeni-urunler .kart-3 { grid-column: 1; grid-row: 2; }
    #yeni-urunler .kart-4 { grid-column: 2; grid-row: 2; }
    #yeni-urunler .kart-5 { grid-column: 3; grid-row: 2; }

    #yeni-urunler .kart {
      background: #ffffff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(10,30,60,0.09);
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    #yeni-urunler .kart:hover {
      transform: translateY(-6px);
      box-shadow: 0 14px 40px rgba(26,92,184,0.18);
    }
    #yeni-urunler .kart:hover .gorsel img { transform: scale(1.06); }

    #yeni-urunler .kart-1 { flex-direction: row; }
    #yeni-urunler .kart-1 .gorsel {
      width: 52%;
      flex-shrink: 0;
      height: auto;
      min-height: 270px;
    }
    #yeni-urunler .kart-1 .icerik { padding: 32px 28px; }
    #yeni-urunler .kart-1 .kart-baslik { font-size: 19px; }

    #yeni-urunler .gorsel {
      position: relative;
      height: 195px;
      overflow: hidden;
      background: #0a1e3c;
      flex-shrink: 0;
    }
    #yeni-urunler .gorsel img {
      width: 100%; height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease;
      opacity: 0.88;
    }
    #yeni-urunler .rozet {
      position: absolute;
      top: 12px; left: 12px;
      background: #e8a020;
      color: #0a1e3c;
      font-family: 'Montserrat', sans-serif;
      font-size: 9px; font-weight: 800;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 4px 10px;
      border-radius: 3px;
    }
    #yeni-urunler .kat {
      position: absolute;
      bottom: 12px; right: 12px;
      background: rgba(10,30,60,0.75);
      color: rgba(255,255,255,0.85);
      font-size: 10px; font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 4px 10px;
      border-radius: 3px;
    }

    #yeni-urunler .icerik {
      padding: 20px 20px 22px;
      display: flex;
      flex-direction: column;
      flex: 1;
    }
    #yeni-urunler .kart-baslik {
      font-family: 'Montserrat', sans-serif;
      font-size: 15px; font-weight: 700;
      color: #0a1e3c;
      margin-bottom: 8px;
      line-height: 1.3;
    }
    #yeni-urunler .aciklama {
      font-size: 13px;
      color: #7a90ae;
      line-height: 1.65;
      flex: 1;
    }
    #yeni-urunler .alt {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 18px;
      padding-top: 14px;
      border-top: 1px solid #d4e0f0;
    }
    #yeni-urunler .stok {
      font-size: 11px; font-weight: 700;
      color: #27a96c;
      display: flex; align-items: center; gap: 6px;
    }
    #yeni-urunler .stok::before {
      content: '';
      display: block;
      width: 7px; height: 7px;
      background: #27a96c;
      border-radius: 50%;
    }
    #yeni-urunler .btn {
      display: inline-block;
      background: #1a5cb8;
      color: #ffffff;
      font-family: 'Montserrat', sans-serif;
      font-size: 11px; font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 8px 16px;
      border-radius: 4px;
      text-decoration: none;
      transition: background 0.2s;
    }
    #yeni-urunler .btn:hover { background: #2b7de9; }

    #yeni-urunler .alt-cta {
      text-align: center;
      margin-top: 44px;
    }
    #yeni-urunler .alt-cta a {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #0a1e3c;
      color: #ffffff;
      font-family: 'Montserrat', sans-serif;
      font-size: 12px; font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 14px 36px;
      border-radius: 4px;
      text-decoration: none;
      transition: background 0.2s, transform 0.2s;
    }
    #yeni-urunler .alt-cta a:hover { background: #1a5cb8; transform: translateY(-2px); }

    @media (max-width: 860px) {
      #yeni-urunler .grid { grid-template-columns: 1fr 1fr; }
      #yeni-urunler .kart-1 { grid-column: 1 / 3; grid-row: auto; flex-direction: column; }
      #yeni-urunler .kart-1 .gorsel { width: 100%; height: 220px; }
      #yeni-urunler .kart-2,
      #yeni-urunler .kart-3,
      #yeni-urunler .kart-4,
      #yeni-urunler .kart-5 { grid-column: auto; grid-row: auto; }
    }
    @media (max-width: 520px) {
      #yeni-urunler .grid { grid-template-columns: 1fr; }
      #yeni-urunler .kart-1 { grid-column: 1; }
      #hero h1 { font-size: 26px; }
    }
.action-header .btn.btn-default {
    background-color: #1a5cb8 !important;
    color: #ffffff !important;
    border: 2px solid #1a5cb8 !important;
    border-radius: 25px;
    padding: 8px 22px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
    box-shadow: 0 3px 12px rgba(26, 92, 184, 0.30);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
 
.action-header .btn.btn-default:hover,
.action-header .btn.btn-default.hover-up:hover {
    background-color: #0d2d6b !important;
    border-color: #0d2d6b !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(26, 92, 184, 0.40);
    text-decoration: none;
}
 
.action-header .btn.btn-default:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(26, 92, 184, 0.25);
}

#ff-iletisim {
    background: #F4F7FC;
    padding: 64px 0 56px;
    border-top: 1px solid #e0eaf7;
  }

  #ff-iletisim .ff-i-baslik {
    text-align: center;
    margin-bottom: 52px;
  }
  #ff-iletisim .ff-i-ust {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1a5cb8;
    display: block;
    margin-bottom: 16px;
  }
  #ff-iletisim .ff-i-ust::before { content: '— '; color: #e8a020; }
  #ff-iletisim .ff-i-ust::after  { content: ' —'; color: #e8a020; }
  #ff-iletisim .ff-i-h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 800;
    color: #0a1e3c;
    letter-spacing: -0.5px;
    margin: 0 0 16px 0;
  }
  #ff-iletisim .ff-i-h2 span { color: #1a5cb8; }
  #ff-iletisim .ff-i-cizgi {
    width: 56px; height: 3px;
    background: linear-gradient(90deg, #e8a020, #1a5cb8);
    border-radius: 2px;
    margin: 0 auto;
  }

  #ff-iletisim .ff-i-serit {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-around !important;
  }

  #ff-iletisim .ff-i-ayrac {
    width: 1px;
    height: 60px;
    background: #d0ddf0;
    flex-shrink: 0;
  }

  #ff-iletisim .ff-i-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 16px !important;
    flex-shrink: 0;
  }

  #ff-iletisim .ff-i-ikon {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e0eaf7;
    box-shadow: 0 2px 10px rgba(26,92,184,0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a5cb8;
    flex-shrink: 0;
  }

  #ff-iletisim .ff-i-metin {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  #ff-iletisim .ff-i-etiket {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #e8a020;
  }
  #ff-iletisim .ff-i-deger {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #0a1e3c;
    text-decoration: none;
    display: block;
    transition: color 0.2s;
  }
  #ff-iletisim a.ff-i-deger:hover { color: #1a5cb8; }
  #ff-iletisim .ff-i-alt {
    font-size: 12px;
    color: #8095b0;
  }

  @media (max-width: 720px) {
    #ff-iletisim .ff-i-serit {
      flex-direction: column !important;
      gap: 32px !important;
    }
    #ff-iletisim .ff-i-ayrac { width: 60px; height: 1px; }
  }