/* ===== AKVEM — Temiz & Güçlü Tasarım ===== */

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #FDFBF7;
  color: #1A1A1A;
  line-height: 1.7;
}

/* ============================
   NAVBAR
============================ */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  background: #FDFBF7;
  border-bottom: 1px solid #E0D8CC;
  z-index: 999;
  height: 72px;
  display: flex;
  align-items: center;
  padding: 0 4%;
}

.nav-ic {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.nav-logo img {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #E0D8CC;
}

.nav-logo-ad {
  font-family: Georgia, serif;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 3px;
  color: #1A1A1A;
  text-transform: uppercase;
}

.nav-menu {
  display: flex;
  gap: 40px;
  list-style: none;
}

.nav-menu a {
  text-decoration: none;
  color: #555;
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  transition: color 0.2s;
}
.nav-menu a:hover { color: #9B7820; }

.nav-wp-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  background: #25D366;
  color: #FFF;
  padding: 9px 18px;
  font-size: 0.68rem;
  letter-spacing: 1.5px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.2s, transform 0.1s;
  border-radius: 2px;
}
.nav-wp-btn::before { content: "💬"; font-size: 0.85rem; }
.nav-wp-btn:hover { background: #1DA851; }
.nav-wp-btn:active { transform: scale(0.96); }

.hamburger { display: none; background: none; border: none; cursor: pointer; }
.hamburger span { display: block; width: 22px; height: 1.5px; background: #1A1A1A; margin: 5px 0; }

/* ============================
   HERO
============================ */
#hero {
  min-height: 100vh;
  background: linear-gradient(160deg, #FAF6EF 0%, #F2E9D8 60%, #EDE1C8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 4% 80px;
  position: relative;
}

.hero-ic {
  max-width: 800px;
  width: 100%;
}

.hero-logo-kapsam {
  margin-bottom: 32px;
}
.hero-logo-kapsam img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #C8B89A;
  box-shadow: 0 12px 48px rgba(0,0,0,0.12);
}
.hero-logo-metin {
  font-family: Georgia, serif;
  font-size: clamp(4rem, 12vw, 8rem);
  font-weight: bold;
  letter-spacing: 8px;
  color: #1A1A1A;
}

.hero-ust {
  font-size: 0.68rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #9B7820;
  margin-bottom: 28px;
  font-weight: 600;
}

.hero-alt {
  font-size: 0.7rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #888;
  margin-top: 8px;
  margin-bottom: 36px;
}

.hero-cizgi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 28px;
}
.hero-cizgi-hat { width: 80px; height: 1px; background: #C4A060; }
.hero-cizgi-simge { color: #9B7820; font-size: 1.2rem; }

.hero-slogan {
  font-family: Georgia, serif;
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  font-style: italic;
  color: #4A3820;
  margin-bottom: 44px;
  line-height: 1.55;
}

.hero-buton {
  display: inline-block;
  text-decoration: none;
  background: #1A1A1A;
  color: #FDFBF7;
  padding: 16px 48px;
  font-size: 0.72rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  transition: background 0.3s, transform 0.1s, box-shadow 0.1s;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.hero-buton:hover { background: #9B7820; }
.hero-buton:active { transform: scale(0.96) translateY(2px); box-shadow: none; }

/* ============================
   GENEL BÖLÜM
============================ */
.bolum { padding: 100px 4%; }
.bolum-ic { max-width: 1280px; margin: 0 auto; }

.bolum-ust { margin-bottom: 60px; }
.bolum-ust.merkez { text-align: center; }

.etiket {
  display: inline-block;
  font-size: 0.65rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #9B7820;
  font-weight: 600;
  margin-bottom: 12px;
}

.baslik {
  font-family: Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: normal;
  color: #111;
  line-height: 1.2;
  margin-bottom: 16px;
}

.cizgi { width: 48px; height: 2px; background: #9B7820; }
.cizgi.merkez { margin: 0 auto; }

/* ============================
   HAKKIMIZDA
============================ */
#hakkimizda { background: #FFF; }

.hakkimizda-grid {
  display: grid;
  grid-template-columns: 1.1fr 1px 0.7fr;
  gap: 80px;
  align-items: start;
}
.dikey-cizgi { background: #E0D8CC; }

.hakkimizda-paragraf {
  font-family: Georgia, serif;
  font-size: 1.08rem;
  color: #3A3A3A;
  margin-bottom: 20px;
  line-height: 1.9;
}
.hakkimizda-paragraf:first-child { font-size: 1.18rem; color: #1A1A1A; }

.bilgi-list { display: flex; flex-direction: column; }
.bilgi-row {
  padding: 20px 0;
  border-bottom: 1px solid #EEE8DE;
}
.bilgi-row:first-child { border-top: 1px solid #EEE8DE; }
.bilgi-etiket {
  font-size: 0.62rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #AAA;
  font-weight: 600;
  margin-bottom: 5px;
}
.bilgi-deger {
  font-family: Georgia, serif;
  font-size: 1rem;
  color: #2A2A2A;
}

/* ============================
   SAYILAR
============================ */
#sayilar { background: #FAF6EF; }

.sayilar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
  gap: 24px;
}

.sayi-kart {
  background: #FFF;
  border: 1px solid #E8E0D2;
  overflow: hidden;
  transition: transform 0.18s cubic-bezier(.4,2,.6,1), box-shadow 0.18s ease;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.sayi-kart:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.10);
}
.sayi-kart:active {
  transform: translateY(3px) scale(0.97);
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.08s ease, box-shadow 0.08s ease;
}

.sayi-kapak {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.sayi-kart:hover .sayi-kapak { transform: scale(1.03); }
.sayi-kart:active .sayi-kapak { transform: scale(1); }

.sayi-kapak-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px;
  text-align: center;
}
.ph-no {
  font-family: Georgia, serif;
  font-size: 3rem;
  color: #C4A060;
  opacity: 0.3;
  font-weight: bold;
}
.ph-baslik {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 0.9rem;
  color: #8A7060;
  line-height: 1.4;
}

.sayi-bilgi { padding: 16px 18px; }
.sayi-no-et {
  font-size: 0.6rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #9B7820;
  font-weight: 600;
  margin-bottom: 4px;
}
.sayi-baslik-k {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 0.95rem;
  color: #1A1A1A;
  line-height: 1.3;
}

/* ============================
   ETKİNLİKLER
============================ */
#etkinlikler {
  background: #F7F1E8;
}
#etkinlikler .etiket { color: #9B7820; }
#etkinlikler .baslik { color: #111; }
#etkinlikler .cizgi { background: #9B7820; }

.etkinlik-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 8px;
}

.etkinlik-kart {
  background: #FFF;
  border: 1px solid #E8DDCC;
  padding: 0;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
  cursor: default;
}
.etkinlik-kart:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.10);
}

/* Renkli üst bant */
.et-bant {
  height: 5px;
  width: 100%;
  display: block;
}
.et-bant-1 { background: linear-gradient(90deg, #B8962A, #E8C85A); }
.et-bant-2 { background: linear-gradient(90deg, #7A5C2A, #B8962A); }
.et-bant-3 { background: linear-gradient(90deg, #4A3820, #7A5C2A); }

.et-icerik {
  padding: 40px 36px 44px;
}

.et-numara {
  font-family: Georgia, serif;
  font-size: 3.5rem;
  font-weight: bold;
  color: #F0E8D8;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
  letter-spacing: -1px;
}

.et-icon {
  font-size: 2rem;
  margin-bottom: 18px;
  display: block;
  transition: transform 0.3s;
}
.etkinlik-kart:hover .et-icon { transform: scale(1.15) rotate(-5deg); }

.etkinlik-kart h3 {
  font-family: Georgia, serif;
  font-size: 1.25rem;
  font-style: italic;
  color: #1A1A1A;
  margin-bottom: 14px;
  line-height: 1.35;
}

.etkinlik-kart p {
  font-size: 0.88rem;
  color: #666;
  line-height: 1.9;
}

.et-ortak {
  display: inline-block;
  margin-top: 22px;
  font-size: 0.58rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #9B7820;
  border: 1px solid #D4B870;
  padding: 7px 16px;
  background: #FBF6EA;
  transition: background 0.25s, color 0.25s;
}
.etkinlik-kart:hover .et-ortak {
  background: #9B7820;
  color: #FFF;
}

/* ============================
   WHATSAPP DURAĞI
============================ */
#durak {
  background: #F2E9D8;
  border-top: 1px solid #DDD0BC;
  border-bottom: 1px solid #DDD0BC;
  text-align: center;
  padding: 100px 4%;
}

.durak-ic { max-width: 640px; margin: 0 auto; }

.durak-simge {
  font-size: 2.5rem;
  margin-bottom: 20px;
  display: block;
}
.durak-etiket {
  font-size: 0.65rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #9B7820;
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
}
.durak-baslik {
  font-family: Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-style: italic;
  color: #1A1A1A;
  margin-bottom: 16px;
  line-height: 1.2;
  font-weight: normal;
}
.durak-hat { width: 48px; height: 2px; background: #9B7820; margin: 0 auto 28px; }
.durak-metin {
  font-family: Georgia, serif;
  font-size: 1.08rem;
  color: #5A4020;
  margin-bottom: 36px;
  line-height: 1.85;
}
.durak-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  background: linear-gradient(135deg, #1B6B3A, #25A25A);
  color: #FFF;
  padding: 16px 44px;
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
  box-shadow: 0 4px 18px rgba(27,107,58,0.25);
  transition: transform 0.15s, box-shadow 0.15s, opacity 0.15s;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.durak-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(27,107,58,0.35); }
.durak-btn:active { transform: translateY(2px) scale(0.96); box-shadow: none; opacity: 0.92; }

/* ============================
   İLETİŞİM
============================ */
#iletisim { background: #FFF; }

.iletisim-grid {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 80px;
  align-items: start;
}

.iletisim-aciklama {
  font-family: Georgia, serif;
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 36px;
  line-height: 1.85;
}

.iletisim-bilgi { display: flex; flex-direction: column; }
.iletisim-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid #EEE8DE;
  text-decoration: none;
  color: #1A1A1A;
  transition: color 0.2s;
  font-size: 0.9rem;
}
.iletisim-link:first-child { border-top: 1px solid #EEE8DE; }
.iletisim-link:hover { color: #9B7820; }
.il-etiket {
  font-size: 0.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #AAA;
  font-weight: 600;
  min-width: 80px;
}

.form { display: flex; flex-direction: column; gap: 0; }
.form-alan {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #E0D8CC;
}
.form-alan:first-child { border-top: 1px solid #E0D8CC; }
.form-alan label {
  font-size: 0.58rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #AAA;
  font-weight: 600;
  padding: 14px 0 0;
}
.form-alan input,
.form-alan textarea {
  border: none;
  outline: none;
  background: transparent;
  padding: 8px 0 14px;
  font-family: Georgia, serif;
  font-size: 1rem;
  color: #1A1A1A;
  width: 100%;
}
.form-alan input::placeholder,
.form-alan textarea::placeholder {
  color: #BBB;
  font-style: italic;
}
.form-alan textarea { resize: none; min-height: 90px; }

.form-gonder {
  margin-top: 28px;
  background: #1A1A1A;
  color: #FFF;
  border: none;
  padding: 16px;
  font-size: 0.72rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s, transform 0.1s;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.form-gonder:hover { background: #9B7820; }
.form-gonder:active { transform: translateY(2px) scale(0.98); }

/* ============================
   FOOTER
============================ */
footer {
  background: #6B4E30;
  padding: 64px 4% 36px;
}

.footer-ust {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #8A6A48;
  margin-bottom: 28px;
}

.footer-sol a {
  display: block;
  text-decoration: none;
  font-size: 0.82rem;
  color: #F0DEC0;
  margin-bottom: 12px;
  transition: color 0.2s;
}
.footer-sol a:hover { color: #FFF; }

.footer-orta { text-align: center; }
.footer-orta img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  opacity: 0.9;
  margin-bottom: 8px;
  border: 1px solid #9A7A58;
}
.footer-ad {
  font-family: Georgia, serif;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 4px;
  color: rgba(255,255,255,0.95);
  display: block;
}
.footer-altyazi {
  font-size: 0.58rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #D4B890;
  margin-top: 4px;
}

.footer-sag {
  text-align: right;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 0.95rem;
  color: #F0DEC0;
  line-height: 1.7;
}

.footer-alt {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.7rem;
  color: #C0A070;
}

.footer-alt {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.7rem;
  color: #333;
}

/* ============================
   MOBİL
============================ */
@media (max-width: 1024px) {
  .hakkimizda-grid,
  .iletisim-grid { grid-template-columns: 1fr; gap: 40px; }
  .dikey-cizgi { display: none; }
  .etkinlik-grid { grid-template-columns: 1fr; gap: 16px; }
  .etkinlik-kart { border-right: none; }
  .footer-ust { grid-template-columns: 1fr; text-align: center; gap: 32px; }
  .footer-sol { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 24px; }
  .footer-sol a { margin-bottom: 0; }
  .footer-sag { text-align: center; }
  .footer-alt { flex-direction: column; gap: 8px; text-align: center; }
  .nav-wp-btn { display: none; }
}

@media (max-width: 768px) {
  nav { padding: 0 5%; height: 64px; }
  .bolum { padding: 60px 5%; }

  /* Navbar */
  .hamburger { display: block; }
  .nav-wp-btn { display: none; }
  .nav-menu {
    display: none;
    position: absolute;
    top: 64px; left: 0; right: 0;
    background: #FDFBF7;
    border-bottom: 1px solid #E0D8CC;
    flex-direction: column;
    padding: 20px 5%;
    gap: 18px;
    z-index: 998;
  }
  .nav-menu.acik { display: flex; }
  /* WhatsApp butonu menü içinde göster */
  .nav-menu.acik::after {
    content: "💬 WhatsApp Grubuna Katıl";
    display: block;
    background: #25D366;
    color: #FFF;
    text-align: center;
    padding: 12px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 8px;
  }
  .nav-logo-ad { font-size: 1.1rem; }

  /* Hero */
  #hero { padding: 100px 5% 60px; }
  .hero-logo-kapsam img { width: 110px; height: 110px; }
  .hero-logo-metin { font-size: clamp(3rem, 18vw, 5rem); letter-spacing: 4px; }
  .hero-slogan { font-size: 1rem; }
  .hero-buton { padding: 14px 32px; }

  /* Bölüm başlıklar */
  .baslik { font-size: clamp(1.6rem, 6vw, 2.2rem); }

  /* Hakkımızda */
  .hakkimizda-paragraf { font-size: 0.95rem; }

  /* Sayılar */
  .sayilar-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .sayi-bilgi { padding: 12px 14px; }
  .sayi-baslik-k { font-size: 0.85rem; }

  /* Etkinlikler */
  .etkinlik-kart { padding: 32px 24px; }
  .et-numara { font-size: 2.5rem; }
  .et-icerik { padding: 28px 24px 32px; }

  /* Durak */
  #durak { padding: 72px 5%; }
  .durak-baslik { font-size: clamp(1.5rem, 6vw, 2rem); }
  .durak-btn { padding: 14px 28px; font-size: 0.68rem; }

  /* İletişim */
  .form-gonder { padding: 14px; }

  /* Footer */
  footer { padding: 48px 5% 28px; }
  .footer-ad { font-size: 1.1rem; }
}
