/* ==========================================================================
   SOSYAL MEDYA YÖNLENDİRME SAYFASI - PREMIUM BEYAZ MOBİL TASARIM
   ========================================================================== */

:root {
  --bg-primary: #ffffff;
  --bg-secondary: #f8fafc;
  --card-bg: rgba(255, 255, 255, 0.92);
  --card-border: rgba(15, 23, 42, 0.07);
  --text-main: #0f172a;
  --text-muted: #64748b;
  --text-sub: #94a3b8;
  
  --accent-color: #2563eb;

  /* Sosyal Medya Canlı Gradyanlar */
  --instagram-grad: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  --whatsapp-grad: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  --youtube-grad: linear-gradient(135deg, #FF0000 0%, #C4302B 100%);
  --twitter-grad: linear-gradient(135deg, #1d9bf0 0%, #0f172a 100%);
  --linkedin-grad: linear-gradient(135deg, #0A66C2 0%, #004182 100%);
  --website-grad: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  --phone-grad: linear-gradient(135deg, #10b981 0%, #059669 100%);
  --email-grad: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
  --maps-grad: linear-gradient(135deg, #ea4335 0%, #4285f4 100%);

  /* Marka Gölge Işıltıları */
  --instagram-shadow: rgba(220, 39, 67, 0.28);
  --whatsapp-shadow: rgba(37, 211, 102, 0.28);
  --youtube-shadow: rgba(255, 0, 0, 0.28);
  --linkedin-shadow: rgba(10, 102, 194, 0.28);
  --website-shadow: rgba(37, 99, 235, 0.28);
  --phone-shadow: rgba(16, 185, 129, 0.28);
  --email-shadow: rgba(99, 102, 241, 0.28);
  --maps-shadow: rgba(234, 67, 53, 0.28);

  --radius-card: 22px;
  --radius-icon: 16px;
  --font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --transition-spring: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  --transition-fast: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: var(--font-family);
  background-color: var(--bg-primary);
  color: var(--text-main);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow-x: hidden;
}

/* ==========================================================================
   ARKA PLAN AURA & KOYU NOKTALI GRID PATTERN
   ========================================================================== */
.bg-gradient-container {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.glow-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.16;
  animation: floatOrb 18s ease-in-out infinite alternate;
}

.orb-1 {
  top: -8%;
  left: -10%;
  width: 480px;
  height: 480px;
  background: #3b82f6;
}

.orb-2 {
  bottom: -10%;
  right: -10%;
  width: 520px;
  height: 520px;
  background: #8b5cf6;
  animation-delay: -6s;
}

.orb-3 {
  top: 35%;
  left: 30%;
  width: 380px;
  height: 380px;
  background: #ec4899;
  opacity: 0.1;
  animation-delay: -12s;
}

@keyframes floatOrb {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(40px, 25px) scale(1.12); }
  100% { transform: translate(-25px, 50px) scale(0.92); }
}

/* Koyu Noktalı Izgara Deseni */
.bg-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(15, 23, 42, 0.08) 1.2px, transparent 1.2px);
  background-size: 24px 24px;
}

/* ==========================================================================
   MOBİL KONTEYNER & PROFİL HEADER
   ========================================================================== */
.container {
  width: 100%;
  max-width: 480px;
  padding: 40px 18px 48px 18px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.profile-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}

.avatar-wrapper {
  position: relative;
  width: 100%;
  max-width: 350px;
  height: 145px;
  padding: 2px 4px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--card-border);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-spring);
  overflow: hidden;
}

.avatar-wrapper:hover {
  border-color: rgba(37, 99, 235, 0.4);
}

.avatar-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.75);
  display: block;
  transition: var(--transition-spring);
}

.avatar-wrapper:hover .avatar-img {
  transform: scale(1.20);
}

.active-badge {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 14px;
  height: 14px;
  background-color: #10b981;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.6);
}

.profile-title {
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.4px;
  color: var(--text-main);
  display: flex;
  align-items: center;
  gap: 6px;
}

.verified-icon {
  color: #2563eb;
  font-size: 1.15rem;
}

.profile-bio {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.45;
  max-width: 340px;
  font-weight: 500;
}

/* ==========================================================================
   SOSYAL MEDYA & İLETİŞİM KARTLARI
   ========================================================================== */
.social-links-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.social-card {
  text-decoration: none;
  color: var(--text-main);
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-card);
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: var(--transition-spring);
  position: relative;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.02);
}

/* İkon Kutusu */
.card-icon-box {
  width: 50px;
  height: 50px;
  border-radius: var(--radius-icon);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  color: #ffffff;
  flex-shrink: 0;
  position: relative;
  transition: var(--transition-spring);
}

/* Marka Özel Renk ve Parlamalar */
.phone-btn     .card-icon-box { background: var(--phone-grad);     box-shadow: 0 6px 18px var(--phone-shadow); }
.email-btn     .card-icon-box { background: var(--email-grad);     box-shadow: 0 6px 18px var(--email-shadow); }
.maps-btn      .card-icon-box { background: var(--maps-grad);      box-shadow: 0 6px 18px var(--maps-shadow); }
.website-btn   .card-icon-box { background: var(--website-grad);   box-shadow: 0 6px 18px var(--website-shadow); }
.instagram-btn .card-icon-box { background: var(--instagram-grad); box-shadow: 0 6px 18px var(--instagram-shadow); }
.whatsapp-btn  .card-icon-box { background: var(--whatsapp-grad);  box-shadow: 0 6px 18px var(--whatsapp-shadow); }
.youtube-btn   .card-icon-box { background: var(--youtube-grad);   box-shadow: 0 6px 18px var(--youtube-shadow); }
.linkedin-btn  .card-icon-box { background: var(--linkedin-grad);  box-shadow: 0 6px 18px var(--linkedin-shadow); }

/* Metin Grubu */
.card-text-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  min-width: 0;
}

.card-title {
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: -0.3px;
  color: var(--text-main);
}

.card-subtitle {
  font-size: 0.78rem;
  color: var(--text-muted);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Ok Butonu Kutusu */
.card-arrow-box {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg-secondary);
  border: 1px solid var(--card-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 0.85rem;
  flex-shrink: 0;
  transition: var(--transition-spring);
}

/* Etkileşimler (Hover / Tap) */
.social-card:hover {
  transform: translateY(-3px) scale(1.015);
  border-color: rgba(37, 99, 235, 0.25);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.07);
}

.social-card:hover .card-icon-box {
  transform: scale(1.08) rotate(-3deg);
}

.social-card:hover .card-arrow-box {
  background: var(--accent-color);
  color: #ffffff;
  border-color: var(--accent-color);
  transform: translateX(3px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.social-card:active {
  transform: scale(0.96);
}

/* Footer */
.footer {
  text-align: center;
  font-size: 0.82rem;
  color: var(--text-sub);
  margin-top: 10px;
  font-weight: 500;
}
