:root {
      --bg: #222423;
      --text: #f6f6f6;
      --muted: #cfcfcf;
      --accent: #FFD700;
      --accent-2: #FFC700;
      --card: #1e1f1f;
    }

    * {
      box-sizing: border-box;
    }

    /* Genel Body Ayarları */
    /* Genel Body Ayarları */
body {
  background: var(--bg);
  color: var(--text);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Inter, "Helvetica Neue", Arial;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Üst Menü */
header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: saturate(140%) blur(6px);
  background: linear-gradient(180deg, rgba(34, 36, 35, .95), rgba(34, 36, 35, .85) 60%, rgba(34, 36, 35, .6));
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  padding: 15px 24px;
  width: 100%;
}

.wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.logo img {
    height: 60px; /* Set height of the logo to 60px */
    width: auto;  /* Keep aspect ratio intact */
}
  .logo{display:flex; align-items:center; gap:10px; font-weight:900; font-size:28px; color:var(--text);height:60px;}
  .logo .bolt{
    width:20px;height:20px;border-radius:4px;display:inline-grid;place-items:center;
    color:#111;background:linear-gradient(135deg,var(--accent),var(--accent-2));
    box-shadow:0 0 18px rgba(255,215,0,.55), inset 0 0 10px rgba(255,255,255,.15);
    transform:skewX(-10deg);
  }
.menu {
  display: flex;
  gap: 28px;
  align-items: center;
}

.menu a {
  text-decoration: none;
  color: var(--accent);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .8px;
  padding: 10px 2px;
  transition: transform .2s ease, opacity .2s ease;
}

.shop {
  border: none;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  padding: 12px 22px;
  border-radius: 999px;
  letter-spacing: .8px;
  color: #111;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 24px rgba(255, 215, 0, .55);
  transition: background-color 0.3s ease;
}

.shop:hover {
  background: #ffbf00; /* Hover efekti */
}

/* İletişim Sayfası */
.contact-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.form-container {
  width: 100%;
  max-width: 600px;
  background: #1e1f1f;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

h1 {
  text-align: center;
  color: var(--accent);
  margin-bottom: 20px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

input, textarea {
  padding: 10px;
  border: 2px solid #FFD700;
  border-radius: 8px;
  background: #333;
  color: #fff;
  font-size: 16px;
}

input[type="submit"] {
  background: var(--accent);
  border: none;
  cursor: pointer;
  font-weight: bold;
  color: #111;
  padding: 12px 20px;
  font-size: 16px;
  transition: background 0.3s ease;
}

input[type="submit"]:hover {
  background: var(--accent-2);
}

.contact-info {
  width: 100%;
  max-width: 450px;
  background: #1e1f1f;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.contact-info h3 {
  color: var(--accent);
  margin-bottom: 20px;
  font-size: 24px;
}

.contact-info p {
  color: var(--muted);
  font-size: 16px;
  margin: 10px 0;
}

/* Harita */
.map-container {
  width: 100%;
  height: 400px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .form-container,
  .contact-info {
    width: 100%;
    max-width: 100%;
  }

  .menu {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }

  .logo {
    font-size: 24px;
  }

  .shop {
    padding: 10px 18px;
  }

  .map-container {
    height: 300px;
  }
}
/* Hamburger Menü - Mobil Görünüm */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.hamburger .line {
  width: 30px;
  height: 3px;
  background-color: var(--text);
  border-radius: 5px;
}

@media (max-width: 768px) {
  .nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .menu {
    display: none;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    position: absolute;
    top: 70px;
    left: 0;
    background: var(--bg);
    width: 100%;
    padding: 20px;
    z-index: 10;
  }

  .menu a {
    font-size: 16px;
    padding: 10px 0;
    color: var(--text);
    transition: opacity 0.3s ease;
  }

  .hamburger {
    display: flex;
  }

  .menu.open {
    display: flex;
  }
}
.contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Sol form, sağ açıklama */
  gap: 40px;
  margin: 40px auto;
  max-width: 1100px;
  padding: 0 20px;
}

.sponsor-info {
  background: #111; /* koyu zemin */
  padding: 28px;
  border-radius: 14px;
  box-shadow: 0 0 12px rgba(0,0,0,.5);
  color: #eee;
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
  line-height: 1.6;
}

.sponsor-info h2 {
  font-size: 24px;
  margin-bottom: 16px;
  color: #ffd700; /* altın rengi vurgu */
  text-shadow: 0 0 5px #ffd700, 0 0 10px #ffcc00;
}

.sponsor-info ul {
  margin: 16px 0;
  padding-left: 20px;
}

.sponsor-info li {
  margin: 8px 0;
  font-size: 15px;
}
/* ============ Sponsor sayfası: responsive iyileştirmeler ============ */

/* Tablet ve aşağısı */
@media (max-width: 992px) {
  .contact-container{
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 900px;
    padding: 0 16px;
  }

  .form-container,
  .sponsor-info{
    max-width: 100%;
    padding: 22px;
  }

  h1{ font-size: 26px; }
  .sponsor-info h2{ font-size: 22px; }

  /* Kenar boşlukları ve tipografi biraz küçülsün */
  input, textarea{
    font-size: 16px;
    padding: 12px;
  }

  input[type="submit"]{
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
  }

  /* Durum kutuları tek satıra sıkışmasın */
  .status-box{
    font-size: 14px;
    line-height: 1.4;
    word-break: break-word;
  }
}

/* Küçük telefonlar */
@media (max-width: 640px) {
  .contact-container{
    gap: 18px;
    padding: 0 12px;
  }

  .form-container,
  .sponsor-info{
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 6px 18px rgba(0,0,0,.45);
  }

  h1{ font-size: 22px; margin-bottom: 12px; }
  .sponsor-info h2{ font-size: 20px; margin-bottom: 10px; }

  .sponsor-info ul{ margin: 10px 0; padding-left: 18px; }
  .sponsor-info li{ margin: 6px 0; font-size: 14px; }

  /* Form alanları tek elde rahat doldurulsun */
  label{ font-size: 14px; }
  input, textarea{
    border-width: 1.5px;
    font-size: 15px;
    padding: 10px;
  }
  textarea{ min-height: 140px; }

  input[type="submit"]{
    padding: 12px;
    font-size: 15px;
    border-radius: 10px;
  }
}

/* Çok küçük telefonlar (iPhone SE vb.) */
@media (max-width: 380px) {
  .contact-container{ padding: 0 10px; }
  .form-container, .sponsor-info{ padding: 14px; }
  h1{ font-size: 20px; }
  .sponsor-info h2{ font-size: 18px; }
  input, textarea{ font-size: 14px; }
  .status-box{ font-size: 13px; }
}
