.elementor-132 .elementor-element.elementor-element-ae694d3{width:var( --container-widget-width, 107.75% );max-width:107.75%;--container-widget-width:107.75%;--container-widget-flex-grow:0;}/* Start custom CSS for html, class: .elementor-element-ae694d3 *//* ==========================================
   FİNAL FOOTER: "Floating Island + Cinematic Bento Meta"
   ========================================== */

.ra-ft3-section {
  --ft3-page-bg: #030712; /* Sitenin en altındaki derin siyah/lacivert boşluk */
  --ft3-island-bg: #0a1120; /* Yüzen adanın ana paneli */
  --ft3-surface: #0e172c; /* İletişim kutuları (Bento) için iç katman rengi */
  --ft3-surface-hover: #131f3b;
  --ft3-text-main: #ffffff;
  --ft3-text-muted: #8e9bb0;
  --ft3-accent: #c29b6d; /* Şampanya Altını */
  --ft3-accent-glow: rgba(194, 155, 109, 0.12);
  --ft3-border: rgba(255, 255, 255, 0.06);
  --ft3-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);

  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  background-color: var(--ft3-page-bg);
  color: var(--ft3-text-main);
  padding: 4rem 1rem 1rem 1rem; /* Alttaki dev filigrana yer açmak için alt boşluğu optimize ettik */
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.ra-ft3-section *, .ra-ft3-section *::before, .ra-ft3-section *::after {
  box-sizing: inherit;
}

/* Yüzen Adanın Arkasından Vuran Ortam Işığı */
.ra-ft3-glow {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(circle, var(--ft3-accent-glow) 0%, rgba(255,255,255,0) 70%);
  filter: blur(80px);
  z-index: 0;
  pointer-events: none;
}

.ra-ft3-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2; /* Filigranın üstünde kalması için */
  margin-bottom: 3rem; /* Mega yazıya nefes alanı */
}

/* --- YÜZEN BENTO ADASI --- */
.ra-ft3-bento-island {
  background-color: var(--ft3-island-bg);
  border: 1px solid var(--ft3-border);
  border-radius: 32px;
  padding: 3rem 2rem;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .ra-ft3-bento-island { padding: 4rem 4rem 2.5rem 4rem; }
}

/* Üst CTA Satırı */
.ra-ft3-cta-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}

@media (min-width: 768px) {
  .ra-ft3-cta-row { flex-direction: row; align-items: center; }
}

.ra-ft3-cta-text { display: flex; flex-direction: column; }
.ra-ft3-cta-sub { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: var(--ft3-accent); margin-bottom: 0.5rem; }
.ra-ft3-cta-title { font-size: 2.25rem; font-weight: 800; letter-spacing: -0.03em; color: var(--ft3-text-main); margin: 0 !important; line-height: 1.1; }

@media (min-width: 992px) { .ra-ft3-cta-title { font-size: 3rem; } }

/* WhatsApp CTA Butonu */
.ra-ft3-btn-whatsapp {
  display: inline-flex; align-items: center; gap: 1rem;
  background: var(--ft3-accent); color: #ffffff !important;
  padding: 0.85rem 1.75rem 0.85rem 0.85rem; border-radius: 100px;
  text-decoration: none !important; font-weight: 700; font-size: 0.95rem;
  transition: var(--ft3-transition); box-shadow: 0 10px 25px rgba(194, 155, 109, 0.3);
}

.ra-ft3-btn-icon {
  width: 38px; height: 38px; border-radius: 50%; background: #ffffff;
  color: var(--ft3-accent); display: flex; align-items: center; justify-content: center; transition: var(--ft3-transition);
}

.ra-ft3-btn-whatsapp:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 15px 35px rgba(194, 155, 109, 0.4); }
.ra-ft3-btn-whatsapp:hover .ra-ft3-btn-icon { transform: rotate(10deg) scale(1.05); background: var(--ft3-text-main); }

.ra-ft3-divider { height: 1px; background-color: var(--ft3-border); margin: 3rem 0; width: 100%; }

/* --- ORTA İÇERİK GRİDİ --- */
.ra-ft3-main-grid {
  display: grid; grid-template-columns: 1fr; gap: 3rem 2rem;
}

@media (min-width: 992px) {
  .ra-ft3-main-grid {
    grid-template-columns: 1.5fr 1fr 2fr; /* Bento kutularına rahat yer açtık */
    gap: 3.5rem;
  }
}

/* Logo Sütunu */
.ra-ft3-col-brand { display: flex; flex-direction: column; }
.ra-ft3-logo-wrap { display: block; margin-bottom: 1.5rem; }
.ra-ft3-logo { height: 48px; width: auto; object-fit: contain; display: block; }
.ra-ft3-desc { font-size: 0.9rem; color: var(--ft3-text-muted); line-height: 1.65; margin: 0 0 1.5rem 0 !important; max-width: 380px; }

.ra-ft3-socials { display: flex; gap: 0.5rem; }
.ra-ft3-socials a {
  width: 32px; height: 32px; border-radius: 8px; background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--ft3-border); color: var(--ft3-text-muted) !important;
  display: flex; align-items: center; justify-content: center; text-decoration: none !important; transition: var(--ft3-transition);
}
.ra-ft3-socials a:hover { color: var(--ft3-accent) !important; border-color: var(--ft3-accent); transform: translateY(-2px); }

/* Başlıklar */
.ra-ft3-lbl {
  font-size: 0.75rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--ft3-accent); margin-bottom: 1.25rem; display: block;
}

/* Linkler Menüsü */
.ra-ft3-menu { display: flex; flex-direction: column; gap: 0.75rem; }
.ra-ft3-menu a { color: var(--ft3-text-muted) !important; text-decoration: none !important; font-size: 0.95rem; font-weight: 500; transition: var(--ft3-transition); }
.ra-ft3-menu a:hover { color: var(--ft3-text-main) !important; transform: translateX(4px); }

/* --- BENTO İLETİŞİM MODÜLLERİ (Footer 2'den Entegre Edildi) --- */
.ra-ft3-bento-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

@media (min-width: 576px) {
  .ra-ft3-bento-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Bağımsız İletişim Hücresi */
.ra-ft3-bento-box {
  background: var(--ft3-surface);
  border: 1px solid var(--ft3-border);
  border-radius: 0 16px 0 16px; /* Asimetrik Kavis */
  padding: 1.15rem;
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none !important;
  transition: var(--ft3-transition);
  overflow: hidden;
}

/* Tam Genişlik (Adres) */
.ra-ft3-bento-box--full { grid-column: 1 / -1; }

/* Vurgulu Hücre (WhatsApp) */
.ra-ft3-bento-box--accent {
  background: linear-gradient(135deg, var(--ft3-surface) 0%, rgba(194, 155, 109, 0.08) 100%);
  border-color: rgba(194, 155, 109, 0.25);
}

.ra-ft3-bento-lbl { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--ft3-text-muted); margin-bottom: 0.25rem; transition: var(--ft3-transition); }
.ra-ft3-bento-val { font-size: 0.9rem; font-weight: 700; color: var(--ft3-text-main) !important; line-height: 1.3; transition: var(--ft3-transition); }
.ra-ft3-bento-val--sm { font-size: 0.825rem; font-weight: 500; color: var(--ft3-text-muted) !important; }

/* Sağ Üst İkon */
.ra-ft3-bento-icon {
  position: absolute; top: 1rem; right: 1rem;
  color: var(--ft3-accent); opacity: 0.5; transition: var(--ft3-transition);
}

/* Tıklanabilir Bento Hover Tepkisi */
a.ra-ft3-bento-box:hover {
  background: var(--ft3-surface-hover);
  border-color: var(--ft3-accent);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
a.ra-ft3-bento-box:hover .ra-ft3-bento-lbl { color: var(--ft3-accent); }
a.ra-ft3-bento-box:hover .ra-ft3-bento-icon { opacity: 1; transform: scale(1.1) rotate(5deg); }

/* Alt Satır */
.ra-ft3-footer-bottom { display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 1rem; }
@media (min-width: 768px) { .ra-ft3-footer-bottom { flex-direction: row; } }
.ra-ft3-copyright { font-size: 0.85rem; color: var(--ft3-text-muted); }
.ra-ft3-legal { display: flex; align-items: center; gap: 0.75rem; }
.ra-ft3-legal a { color: var(--ft3-text-muted) !important; text-decoration: none !important; font-size: 0.85rem; transition: var(--ft3-transition); }
.ra-ft3-legal a:hover { color: var(--ft3-accent) !important; }
.ra-ft3-dot { color: var(--ft3-border); }

/* --- SİNEMATİK DEV MARKALAMA (Footer 2'den Entegre Edildi) --- */
.ra-ft3-mega-brand {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 15vw;
  font-weight: 900;
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.018); /* Gece mavisinin arkasında muazzam durur */
  z-index: 1; /* Adanın arkasında kalır */
  pointer-events: none;
  user-select: none;
}

@media (min-width: 1440px) {
  .ra-ft3-mega-brand { font-size: 220px; bottom: -30px; }
}/* End custom CSS */