/* ==================================================================
   BİLTEK-AES — şablonun üzerine binen marka stilleri
   Renkler logodan: mavi #0090f0, yeşil #22b765, koyu #0d1b2a
   ================================================================== */
:root {
  --marka-mavi:       #0090f0;
  --marka-mavi-koyu:  #0b72c4;
  --marka-yesil:      #22b765;
  --marka-yesil-acik: #2bd97c;
  --marka-koyu:       #0d1b2a;
  --marka-koyu-2:     #132b45;
}

body { font-family: "Work Sans", -apple-system, "Segoe UI", Roboto, Arial, sans-serif; }

/* ---------- Menüdeki logo ---------- */
.marka-logo { border-radius: 50%; flex-shrink: 0; }
.navbar-brand { padding-top: .3rem; padding-bottom: .3rem; }
.lh-1 { line-height: 1.15; }
.marka-adi {
  font-size: 1.25rem; font-weight: 800; letter-spacing: .02em; color: #fff;
  text-transform: none;
}
.marka-alt {
  font-size: .62rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--marka-yesil-acik); font-weight: 600;
}
.ftco-navbar-light.scrolled .marka-adi { color: var(--marka-koyu); }
.ftco-navbar-light.scrolled .marka-alt { color: var(--marka-mavi-koyu); }

.btn-veli { border-radius: 30px; font-weight: 600; font-size: .9rem; }
@media (max-width: 991.98px) { .btn-veli { display: inline-block; margin-top: .75rem; } }

.nav-telefon { font-weight: 600; font-size: .92rem; opacity: .9; }
.nav-telefon .icon-phone2 { color: var(--marka-yesil); }

/* ---------- Kahraman (hero) ---------- */
.hero-koyu {
  background:
    radial-gradient(ellipse 70% 55% at 78% 62%, rgba(0,144,240,.30), transparent 62%),
    radial-gradient(ellipse 55% 45% at 12% 12%, rgba(34,183,101,.18), transparent 60%),
    linear-gradient(135deg, #0a1725 0%, #10293f 48%, #0a3355 100%);
  position: relative; overflow: hidden;
}
/* ince ızgara dokusu - devre kartı hissi */
.hero-koyu::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 30%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 30%, transparent 78%);
}
.hero-koyu .container { position: relative; z-index: 2; }

.hero-baslik { font-size: 3rem; font-weight: 800; color: #fff; line-height: 1.14; letter-spacing: -.01em; }
.hero-baslik span {
  background: linear-gradient(90deg, #2bd97c, #35b6ff);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-metin { color: rgba(226,238,248,.82); font-size: 1.08rem; max-width: 560px; }
.hero-rozet {
  display: inline-block; padding: .4rem 1rem; border-radius: 30px;
  background: rgba(34,183,101,.14); border: 1px solid rgba(43,217,124,.45);
  color: #2bd97c; font-size: .72rem; font-weight: 700; letter-spacing: .16em;
}

/* Ürünün durduğu sahne: altında yumuşak ışık ve gölge */
.hero-sahne { position: relative; padding: 1rem 0; }
.hero-sahne::before {
  content: ""; position: absolute; left: 6%; right: 6%; bottom: 8%; height: 62%;
  background: radial-gradient(ellipse at center, rgba(0,160,255,.42), rgba(0,160,255,0) 68%);
  filter: blur(26px); z-index: 0;
}
.hero-sahne::after {
  content: ""; position: absolute; left: 14%; right: 14%; bottom: 4%; height: 26px;
  background: radial-gradient(ellipse at center, rgba(0,0,0,.55), transparent 72%);
  filter: blur(14px); z-index: 0;
}
.hero-urun {
  position: relative; z-index: 1; width: 100%; height: auto;
  filter: drop-shadow(0 22px 34px rgba(0,0,0,.55));
}

@media (max-width: 991.98px) { .hero-baslik { font-size: 2.35rem; } }
@media (max-width: 575.98px) {
  .hero-baslik { font-size: 1.85rem; }
  .hero-metin { font-size: 1rem; }
  .hero-sahne { padding: 0; }
}

/* ---------- Bölüm başlıkları ---------- */
.bolum-etiket {
  display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--marka-mavi-koyu); margin-bottom: .6rem;
}
.bolum-baslik { font-weight: 800; color: var(--marka-koyu); }
.bolum-baslik span { color: var(--marka-mavi); }

/* ---------- Özellik kartları ---------- */
.ozellik-kart {
  background: #fff; border-radius: 14px; padding: 2rem 1.6rem; height: 100%;
  border: 1px solid #eef2f6; transition: transform .25s ease, box-shadow .25s ease;
}
.ozellik-kart:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(13,27,42,.10); }
.ozellik-ikon {
  width: 62px; height: 62px; border-radius: 16px; display: flex;
  align-items: center; justify-content: center; font-size: 1.6rem; color: #fff;
  background: linear-gradient(135deg, var(--marka-mavi), var(--marka-yesil));
  margin-bottom: 1.1rem;
}
.ozellik-kart h3 { font-size: 1.12rem; font-weight: 700; color: var(--marka-koyu); margin-bottom: .6rem; }
.ozellik-kart p { font-size: .95rem; color: #5a6b7c; margin-bottom: 0; }

/* ---------- Adım listesi ---------- */
.adim { display: flex; gap: 1.1rem; margin-bottom: 1.8rem; }
.adim-no {
  flex: 0 0 46px; width: 46px; height: 46px; border-radius: 50%;
  background: linear-gradient(135deg, var(--marka-mavi), var(--marka-yesil));
  color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center;
}
.adim h4 { font-size: 1.05rem; font-weight: 700; color: var(--marka-koyu); margin-bottom: .3rem; }
.adim p { font-size: .95rem; color: #5a6b7c; margin-bottom: 0; }

/* ---------- Sayaç şeridi ---------- */
.sayac-serit { background: linear-gradient(90deg, var(--marka-koyu), #0b3c63); }
.sayac-sayi { font-size: 2.4rem; font-weight: 800; color: var(--marka-yesil-acik); line-height: 1; }
.sayac-etiket { color: rgba(255,255,255,.75); font-size: .85rem; letter-spacing: .06em; }

/* ---------- Görsel kutuları ---------- */
.gorsel-kutu {
  border-radius: 14px; overflow: hidden; background: #f4f7fa;
  border: 1px solid #e8eef4; display: block;
}
.gorsel-kutu img { width: 100%; height: auto; display: block; transition: transform .4s ease; }
.gorsel-kutu:hover img { transform: scale(1.04); }
.gorsel-baslik { padding: .9rem 1.1rem; font-weight: 600; color: var(--marka-koyu); font-size: .95rem; }

/* ---------- Video ---------- */
.video-cerceve {
  border-radius: 16px; overflow: hidden; box-shadow: 0 20px 50px rgba(13,27,42,.20);
  background: #000; line-height: 0;
}
.video-cerceve video { width: 100%; height: auto; display: block; }

/* ---------- Fiko ---------- */
.fiko-kutu { background: linear-gradient(135deg, #eaf7ff, #eafaf0); border-radius: 18px; }

/* ---------- Çağrı şeridi ---------- */
.cagri-serit {
  background: linear-gradient(120deg, var(--marka-mavi-koyu), var(--marka-yesil));
  color: #fff; border-radius: 18px;
}
.cagri-serit h2 { color: #fff; font-weight: 800; }
.cagri-serit .btn-light { font-weight: 700; color: var(--marka-mavi-koyu); border-radius: 30px; }

/* ---------- İç sayfa başlığı ---------- */
.sayfa-basi {
  background: linear-gradient(135deg, var(--marka-koyu), #0b3c63);
  padding: 5.5rem 0 4rem; color: #fff;
}
.sayfa-basi h1 { font-weight: 800; color: #fff; font-size: 2.3rem; }
.sayfa-basi .yol { color: rgba(255,255,255,.65); font-size: .9rem; }
.sayfa-basi .yol a { color: var(--marka-yesil-acik); }

/* ---------- Footer ---------- */
.ftco-footer { background: var(--marka-koyu); }
.footer-marka { font-size: 1.2rem; font-weight: 800; color: #fff; }
.footer-alt { font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; color: var(--marka-yesil-acik); }
.footer-slogan { letter-spacing: .16em; font-size: .72rem; font-weight: 600; color: var(--marka-yesil-acik); }
.ftco-footer .ftco-heading-2 { color: #fff; font-size: 1.05rem; font-weight: 700; }
.ftco-footer a { color: rgba(255,255,255,.62); }
.ftco-footer a:hover { color: var(--marka-yesil-acik); text-decoration: none; }

/* ---------- Formlar ---------- */
.form-control:focus {
  border-color: var(--marka-mavi);
  box-shadow: 0 0 0 .2rem rgba(0,144,240,.15);
}

/* ---------- Mobil düzeltmeleri ---------- */
@media (max-width: 767.98px) {
  .sayfa-basi { padding: 3.5rem 0 2.5rem; }
  .sayfa-basi h1 { font-size: 1.7rem; }
  .ozellik-kart { padding: 1.5rem 1.2rem; }
  .sayac-sayi { font-size: 1.9rem; }
}

/* ==================================================================
   Fiko — yapay zekâ asistanı maskotu
   ================================================================== */

/* Hero'da kutunun arkasından bakan Fiko */
.hero-sahne { padding-top: 8.5%; }
.hero-fiko {
  position: absolute; right: 3%; top: 0; width: 27%; height: auto;
  z-index: 1; pointer-events: none;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.45));
  animation: fikoSuzul 4.5s ease-in-out infinite;
}
.hero-urun { z-index: 2; }

@keyframes fikoSuzul {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%      { transform: translateY(-9px) rotate(-1.2deg); }
}

/* Fiko bölümü */
.fiko-sahne { position: relative; display: inline-block; max-width: 340px; width: 100%; }
.fiko-karakter {
  width: 100%; height: auto; display: block;
  filter: drop-shadow(0 16px 26px rgba(13,27,42,.22));
  animation: fikoNefes 5s ease-in-out infinite;
}
@keyframes fikoNefes {
  0%, 100% { transform: translateY(0) scale(1); }
  50%      { transform: translateY(-7px) scale(1.012); }
}

/* Konuşma balonu */
.fiko-balon {
  position: absolute; top: 2%; left: -8%; z-index: 2;
  max-width: 230px; text-align: left;
  background: #fff; color: var(--marka-koyu);
  border: 2px solid var(--marka-yesil);
  border-radius: 16px; padding: .7rem .95rem;
  font-size: .92rem; font-weight: 600; line-height: 1.35;
  box-shadow: 0 10px 24px rgba(13,27,42,.14);
  animation: balonGir .6s ease-out .5s both, fikoNefes 5s ease-in-out infinite 1.1s;
}
.fiko-balon::after {
  content: ""; position: absolute; right: 22px; bottom: -11px;
  width: 0; height: 0;
  border-left: 11px solid transparent; border-right: 11px solid transparent;
  border-top: 11px solid var(--marka-yesil);
}
.fiko-balon::before {
  content: ""; position: absolute; right: 24px; bottom: -8px; z-index: 1;
  width: 0; height: 0;
  border-left: 9px solid transparent; border-right: 9px solid transparent;
  border-top: 9px solid #fff;
}
@keyframes balonGir {
  from { opacity: 0; transform: translateY(10px) scale(.92); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* Dar ekran düzeltmeleri */
@media (max-width: 991.98px) {
  .fiko-sahne { max-width: 280px; }
  .fiko-balon { max-width: 190px; font-size: .85rem; left: -4%; }
}
@media (max-width: 575.98px) {
  .hero-fiko { width: 30%; right: 1%; }
  .fiko-sahne { max-width: 240px; }
}

/* Hareketi azalt tercihine saygı göster */
@media (prefers-reduced-motion: reduce) {
  .hero-fiko, .fiko-karakter, .fiko-balon { animation: none; }
}
