/* ============ SOSYAL MEDYA SAYFASI ============ */
:root { --navy:#1B3A6B; --navy-dark:#0a1628; --gold:#E8A020; --gold-soft:#fef3c7; }

/* === HERO === */
.sm-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
  color: white; padding: 60px 0 70px; position: relative; overflow: hidden;
}
.sm-hero::before {
  content:''; position:absolute; top:-30%; right:-15%; width:700px; height:700px;
  background: radial-gradient(circle, rgba(232,160,32,0.15) 0%, transparent 70%);
  border-radius:50%; pointer-events:none;
}
.sm-hero-grid {
  display:grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: center;
  position: relative; z-index: 1;
}
.sm-hero-badges { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:20px; }
.sm-badge {
  display:inline-flex; align-items:center; gap:6px;
  background: rgba(255,255,255,0.1); border:1px solid rgba(232,160,32,0.4);
  color: var(--gold); padding: 6px 14px; border-radius: 50px;
  font-size: 11px; font-weight: 700; letter-spacing:.5px;
  backdrop-filter: blur(10px);
}
.sm-hero h1 {
  font-size: clamp(1.8rem, 4.5vw, 2.8rem); font-weight: 900; color: white;
  line-height: 1.15; margin: 0 0 16px; letter-spacing: -.5px;
}
.sm-hero h1 b { color: var(--gold); }
.sm-hero p { font-size: 1.05rem; opacity: .9; max-width:580px; line-height:1.6; margin: 0 0 30px; }

.sm-hero-ctas { display:flex; gap:12px; flex-wrap:wrap; margin-bottom: 32px; }
.sm-cta-primary, .sm-cta-secondary {
  display: inline-flex; align-items:center; gap:8px;
  padding: 14px 26px; border-radius: 12px;
  font-weight: 700; font-size: 14px; text-decoration: none;
  transition: all .25s;
}
.sm-cta-primary { background: var(--gold); color: var(--navy-dark); }
.sm-cta-primary:hover { background: white; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(232,160,32,.4); }
.sm-cta-secondary { background: rgba(255,255,255,0.1); color: white; border: 1.5px solid rgba(255,255,255,0.3); }
.sm-cta-secondary:hover { background: white; color: var(--navy); border-color: white; }

.sm-hero-istatistik { display:flex; gap: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.15); }
.sm-hero-istatistik > div { text-align: left; }
.sm-hero-istatistik strong { display:block; font-size: 1.7rem; font-weight: 900; color: var(--gold); line-height:1; }
.sm-hero-istatistik span { font-size: 11px; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing:1px; font-weight: 700; }

.sm-hero-iconlar {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
}
.sm-hero-ikon {
  aspect-ratio: 1; border-radius: 18px;
  display:flex; align-items:center; justify-content:center;
  color: white; font-size: 36px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  transition: all .3s;
}
.sm-hero-ikon:hover { transform: translateY(-4px) rotate(-3deg); }

/* === BÖLÜM BAŞLIK === */
.sm-bolum-baslik { text-align:center; margin-bottom: 40px; }
.sm-overline {
  display:inline-block;
  font-size: 11px; color: var(--gold); font-weight: 800;
  text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px;
}
.sm-bolum-baslik h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem); font-weight: 900;
  color: var(--navy-dark); margin: 0 0 10px;
}
.sm-bolum-baslik p {
  font-size: 1rem; color: #6b7280; max-width:600px; margin: 0 auto;
}

/* === POPÜLER PAKETLER === */
.sm-populer { background: #f8fafc; padding: 60px 0; }
.sm-populer-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px; max-width: 1100px; margin: 0 auto;
}
.sm-populer-kart {
  background: white; border-radius: 16px; overflow: hidden;
  text-decoration: none; color: inherit;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  transition: all .3s;
  border: 2px solid transparent;
}
.sm-populer-kart:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
.sm-populer-ust {
  padding: 20px 24px; color: white;
  display:flex; justify-content:space-between; align-items:center;
}
.sm-populer-ust > i { font-size: 32px; }
.sm-populer-rozet {
  background: rgba(255,255,255,0.2); padding: 5px 12px;
  border-radius: 50px; font-size: 10px; font-weight: 900;
  letter-spacing: 1px; backdrop-filter: blur(10px);
}
.sm-populer-ic { padding: 22px 24px; }
.sm-populer-platform {
  font-size: 11px; color: var(--gold); text-transform: uppercase;
  letter-spacing: 1px; font-weight: 800; margin-bottom: 6px;
}
.sm-populer-ic h3 {
  font-size: 1.3rem; font-weight: 900; color: var(--navy-dark);
  margin: 0 0 14px;
}
.sm-populer-fiyat-wrap { display:flex; align-items:baseline; gap: 8px; margin-bottom: 18px; }
.sm-populer-eski { text-decoration: line-through; color: #9ca3af; font-size: 14px; }
.sm-populer-yeni {
  font-size: 1.8rem; font-weight: 900;
  background: linear-gradient(135deg, var(--gold), #f97316);
  -webkit-background-clip: text;
  background-clip: text; color: transparent;
  line-height: 1;
}
.sm-populer-btn {
  background: var(--navy); color: white;
  padding: 12px 18px; border-radius: 10px;
  display:flex; justify-content:space-between; align-items:center;
  font-weight: 700; font-size: 14px;
  transition: all .2s;
}
.sm-populer-kart:hover .sm-populer-btn { background: var(--gold); color: var(--navy-dark); }

/* === PLATFORM GRİD === */
.sm-platformlar { padding: 60px 0; background: white; }
.sm-platform-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
}
.sm-platform-kart {
  background: white; border-radius: 16px; padding: 24px 26px;
  text-decoration: none; color: inherit;
  border: 2px solid #f3f4f6;
  transition: all .3s;
  position: relative; overflow: hidden;
}
.sm-platform-kart::before {
  content:''; position:absolute; top:0; left:0; right:0; height:4px;
  background: var(--p-renk); transition: height .3s;
}
.sm-platform-kart:hover {
  transform: translateY(-5px);
  border-color: var(--p-renk);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}
.sm-platform-kart:hover::before { height: 8px; }

.sm-platform-ust {
  display:flex; justify-content:space-between; align-items:flex-start;
  margin-bottom: 18px;
}
.sm-platform-ikon {
  width: 60px; height: 60px; border-radius: 16px;
  display:flex; align-items:center; justify-content:center;
  color: white; font-size: 28px;
}
.sm-platform-rozet {
  background: var(--gold-soft); color: #92400e;
  padding: 4px 12px; border-radius: 50px;
  font-size: 11px; font-weight: 800;
}
.sm-platform-rozet i { color: var(--gold); margin-right: 3px; }

.sm-platform-kart h3 {
  font-size: 1.3rem; font-weight: 900; color: var(--navy-dark);
  margin: 0 0 8px;
}
.sm-platform-kart p {
  color: #6b7280; line-height: 1.5; font-size: 13.5px;
  margin: 0 0 18px; min-height: 40px;
}

.sm-platform-alt {
  display:flex; justify-content:space-between; align-items:center;
  padding-top: 16px; border-top: 1px dashed #e5e7eb;
}
.sm-platform-bilgi { display:flex; gap: 14px; flex-wrap:wrap; }
.sm-platform-bilgi span {
  font-size: 11.5px; color: #6b7280; font-weight: 600;
}
.sm-platform-bilgi i { color: var(--gold); margin-right: 3px; }
.sm-platform-btn {
  color: var(--p-renk); font-weight: 800; font-size: 13px;
}

/* === NASIL ÇALIŞIR === */
.sm-nasil { padding: 60px 0; background: #f8fafc; }
.sm-nasil-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px; max-width: 1000px; margin: 0 auto;
}
.sm-nasil-kart {
  background: white; border-radius: 16px; padding: 32px 26px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
  transition: all .25s;
}
.sm-nasil-kart:hover { transform: translateY(-4px); }
.sm-nasil-no {
  position:absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), #f97316);
  color: white; font-weight: 900; font-size: 16px;
  display:flex; align-items:center; justify-content:center;
  box-shadow: 0 4px 12px rgba(232,160,32,0.4);
}
.sm-nasil-ikon {
  width: 70px; height: 70px; border-radius: 18px; margin: 8px auto 18px;
  background: linear-gradient(135deg, var(--navy), var(--navy-dark));
  color: var(--gold); font-size: 30px;
  display:flex; align-items:center; justify-content:center;
}
.sm-nasil-kart h3 {
  font-size: 1.15rem; font-weight: 800; color: var(--navy-dark);
  margin: 0 0 10px;
}
.sm-nasil-kart p {
  color: #6b7280; font-size: 13.5px; line-height: 1.6; margin: 0;
}
.sm-nasil-kart p strong { color: var(--navy); }

/* === AVANTAJ === */
.sm-avantaj { padding: 60px 0; background: white; }
.sm-avantaj-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}
.sm-avantaj-kart {
  background: white; border-radius: 12px; padding: 22px 26px;
  border: 1.5px solid #f3f4f6;
  transition: all .25s;
  display:flex; gap: 16px; align-items:flex-start;
}
.sm-avantaj-kart:hover { border-color: var(--gold); transform: translateX(3px); }
.sm-avantaj-kart > i {
  width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
  background: var(--gold-soft); color: var(--navy-dark);
  display:flex; align-items:center; justify-content:center;
  font-size: 18px;
}
.sm-avantaj-kart h4 {
  font-size: 14.5px; font-weight: 800; color: var(--navy-dark);
  margin: 0 0 6px;
}
.sm-avantaj-kart p {
  color: #6b7280; font-size: 12.5px; line-height: 1.5; margin: 0;
}

/* === CTA BANNER === */
.sm-cta-banner {
  padding: 50px 0; background: linear-gradient(135deg, var(--navy), var(--navy-dark));
  color: white; position: relative; overflow: hidden;
}
.sm-cta-banner::before {
  content:''; position:absolute; right: -10%; top: -50%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(232,160,32,0.15) 0%, transparent 70%);
  border-radius: 50%;
}
.sm-cta-ic {
  display:flex; justify-content:space-between; align-items:center; gap: 24px;
  flex-wrap: wrap; position:relative; z-index:1;
}
.sm-cta-ic h2 {
  font-size: 1.6rem; font-weight: 900; color: white; margin: 0 0 6px;
}
.sm-cta-ic p { color: rgba(255,255,255,0.85); margin: 0; }
.sm-cta-button {
  display:inline-flex; align-items:center; gap: 10px;
  background: var(--gold); color: var(--navy-dark);
  padding: 16px 32px; border-radius: 12px;
  font-weight: 800; font-size: 15px;
  text-decoration: none;
  transition: all .25s;
}
.sm-cta-button:hover { background: white; transform: translateY(-3px); box-shadow: 0 10px 24px rgba(255,255,255,0.3); }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .sm-hero-grid { grid-template-columns: 1fr; }
  .sm-hero-sag { display: none; }
}
@media (max-width: 768px) {
  .sm-hero { padding: 40px 0 50px; }
  .sm-hero-istatistik { gap: 18px; }
  .sm-hero-istatistik strong { font-size: 1.3rem; }
  .sm-platform-grid { grid-template-columns: 1fr; }
  .sm-cta-ic { flex-direction: column; text-align: center; }
}