/*
Theme Name: Celikbilek Global
Theme URI: https://celikbilekglobal.com
Author: Claude
Description: Tek sayfalık tanıtım teması — Lacivert & turuncu marka renkleri, animasyonlu arka plan, Elementor uyumlu.
Version: 1.0
Requires at least: 5.8
Requires PHP: 7.4
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: celikbilek
Tags: one-page, elementor, custom-logo, full-width-template, responsive-layout
*/

/* ===========================================
   MARKA RENKLERİ & TEMEL DEĞİŞKENLER
=========================================== */
:root {
  --lacivert:       #1b4b6b;
  --lacivert-koy:   #0f2e42;
  --lacivert-acik:  #245f85;
  --turuncu:        #f5a623;
  --turuncu-koy:    #e09010;
  --turuncu-acik:   #ffbe4d;
  --beyaz:          #ffffff;
  --gri-acik:       #f0f4f8;
  --gri-metin:      #64748b;
  --siyah-saydam:   rgba(0,0,0,0.45);
  --font-baslik:    'Montserrat', sans-serif;
  --font-govde:     'Open Sans', sans-serif;
  --gecis:          all 0.35s cubic-bezier(.4,0,.2,1);
  --radius:         14px;
  --golge:          0 20px 60px rgba(15,46,66,0.5);
  --golge-kart:     0 8px 32px rgba(15,46,66,0.25);
}

/* ===========================================
   RESET & TEMEL
=========================================== */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-govde);
  background: var(--lacivert-koy);
  color: var(--beyaz);
  min-height: 100vh;
  overflow-x: hidden;
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a  { text-decoration: none; color: inherit; transition: var(--gecis); }
ul { list-style: none; }

/* ===========================================
   CANVAS ARKA PLAN (full-screen animasyon)
=========================================== */
#bg-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

/* ===========================================
   OVERLAY — logonun üzerinde okunabilirlik
=========================================== */
.sayfa-overlay {
  position: fixed;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 70% 70% at 50% 40%,
      rgba(15,46,66,0.55) 0%,
      rgba(11,30,45,0.82) 60%,
      rgba(8,20,32,0.96) 100%);
  pointer-events: none;
}



/* ===========================================
   ANA İÇERİK ALANI
=========================================== */
.ana-icerik {
  position: relative;
  z-index: 3;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px 60px;
}

/* ===========================================
   LOGO KARTI (orta alan)
=========================================== */
.logo-kart {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  animation: yukari-gel 1s ease both;
}

.logo-kart-gorsel {
  position: relative;
  display: inline-block;
  margin-bottom: 52px;
}

.logo-kart-gorsel::before {
  content: '';
  position: absolute;
  inset: -12px 0;
  border-radius: 16px;
  /* Beyaz %25 opak arka plan — siyahlık yok */
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  pointer-events: none;
  z-index: 0;
}

.logo-kart-gorsel img {
  position: relative;
  z-index: 1;
  height: auto;
  width: min(520px, 88vw);
  object-fit: contain;
  /* Sadece hafif gölge, siyah arka plan yok */
  filter: drop-shadow(0 4px 24px rgba(0,0,0,0.18));
  transition: var(--gecis);
}

.logo-kart-gorsel img:hover {
  filter: drop-shadow(0 8px 32px rgba(245,166,35,0.35));
  transform: translateY(-3px) scale(1.01);
}

/* Ayırıcı çizgi */
.ayirici {
  width: 90px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--turuncu), transparent);
  margin: 0 auto 36px;
  border-radius: 2px;
  animation: genisle 1s ease 0.5s both;
}

/* ===========================================
   İLETİŞİM KARTI
=========================================== */
.iletisim-kart {
  background: rgba(15,46,66,0.55);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(245,166,35,0.22);
  border-radius: var(--radius);
  padding: 40px 52px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: var(--golge-kart), inset 0 1px 0 rgba(255,255,255,0.06);
  min-width: min(460px, 92vw);
  animation: yukari-gel 1s ease 0.25s both;
  position: relative;
  overflow: hidden;
}

/* köşe dekorasyon */
.iletisim-kart::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 120px; height: 120px;
  background: radial-gradient(circle at top right,
    rgba(245,166,35,0.14) 0%, transparent 65%);
  pointer-events: none;
}
.iletisim-kart::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100px; height: 100px;
  background: radial-gradient(circle at bottom left,
    rgba(27,75,107,0.3) 0%, transparent 65%);
  pointer-events: none;
}

.iletisim-satir {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.iletisim-ikon-kap {
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, rgba(245,166,35,0.18), rgba(245,166,35,0.06));
  border: 1px solid rgba(245,166,35,0.28);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--gecis);
}

.iletisim-satir:hover .iletisim-ikon-kap {
  background: linear-gradient(135deg, rgba(245,166,35,0.35), rgba(245,166,35,0.15));
  border-color: rgba(245,166,35,0.55);
  transform: scale(1.08);
}

.iletisim-ikon-kap svg {
  width: 20px;
  height: 20px;
  stroke: var(--turuncu);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.iletisim-metin {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.iletisim-etiket {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--turuncu);
  font-family: var(--font-baslik);
  opacity: 0.85;
  text-align: left;
}

.iletisim-deger {
  font-size: 0.97rem;
  font-weight: 500;
  color: rgba(255,255,255,0.92);
  transition: var(--gecis);
}

.iletisim-deger a {
  color: rgba(255,255,255,0.92);
}
.iletisim-deger a:hover {
  color: var(--turuncu-acik);
}

/* Bölücü çizgi */
.iletisim-bolucü {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245,166,35,0.18), transparent);
  margin: 2px 0;
  position: relative;
  z-index: 1;
}

/* ===========================================
   WEB SİTESİ LİNKİ (altında)
=========================================== */
.web-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--turuncu);
  opacity: 0.75;
  transition: var(--gecis);
  font-family: var(--font-baslik);
}
.web-link:hover { opacity: 1; color: var(--turuncu-acik); }

/* ===========================================
   WHATSAPP BUTONU (sağ alt sabit)
=========================================== */
.whatsapp-btn {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  padding: 13px 22px 13px 16px;
  border-radius: 50px;
  font-family: var(--font-baslik);
  font-size: 0.88rem;
  font-weight: 700;
  box-shadow: 0 6px 28px rgba(37,211,102,0.45);
  transition: var(--gecis);
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
}
.whatsapp-btn:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 14px 42px rgba(37,211,102,0.6);
  color: #fff;
}
.whatsapp-btn svg {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
/* Kırmızı bildirim noktası */
.wa-nokta {
  position: absolute;
  top: -3px; right: -3px;
  width: 13px; height: 13px;
  background: #ff4444;
  border-radius: 50%;
  border: 2px solid #0f2e42;
  animation: nokta-puls 2.2s ease-in-out infinite;
}
@keyframes nokta-puls {
  0%,100% { transform: scale(1); opacity:1; }
  50%      { transform: scale(1.4); opacity:.6; }
}

/* ===========================================
   FOOTER
=========================================== */
.site-footer {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px 24px 28px;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.28);
  letter-spacing: 0.04em;
}

/* ===========================================
   ANİMASYONLAR
=========================================== */
@keyframes yukari-gel {
  from { opacity:0; transform:translateY(32px); }
  to   { opacity:1; transform:translateY(0); }
}
@keyframes puls-hale {
  0%,100% { transform: scale(1);    opacity: 1; }
  50%      { transform: scale(1.12); opacity: .6; }
}
@keyframes genisle {
  from { transform: scaleX(0); opacity:0; }
  to   { transform: scaleX(1); opacity:1; }
}

/* ===========================================
   ELEMENTOR UYUM
=========================================== */
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-container {
  position: relative;
  z-index: 2;
}

/* ===========================================
   RESPONSIVE
=========================================== */
@media (max-width: 640px) {
  .iletisim-kart { padding: 28px 24px; }
  .whatsapp-btn span { display: none; }
  .whatsapp-btn { padding: 14px; border-radius: 50%; }
  .logo-kart-gorsel img { width: min(340px, 90vw); }
}
