/* Anıl Global Lojistik - Ana Stil Dosyası */

:root {
  --navy: #0b2e4f;
  --navy-dark: #071d33;
  --orange: #f5a623;
  --orange-dark: #d9890a;
  --gray-light: #f4f6f8;
  --gray: #6b7785;
  --text: #1e2733;
  --white: #ffffff;
  --radius: 10px;
  --shadow: 0 10px 30px rgba(11, 46, 79, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  font-family: 'Poppins', system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  opacity: 0;
  animation: pageFadeIn .35s ease forwards;
  overflow-x: hidden;
}
body.page-leaving { animation: pageFadeOut .25s ease forwards; }

@keyframes pageFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes pageFadeOut {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(-8px); }
}
@media (prefers-reduced-motion: reduce) {
  body, body.page-leaving { animation: none; opacity: 1; }
}
img { max-width: 100%; display: block; }

/* İçerik sırayla belirme animasyonu (scroll ile açığa çıkınca) */
html.js-reveal-ready .reveal-group > * {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
}
html.js-reveal-ready .reveal-group.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}
html.js-reveal-ready .reveal-group.is-visible > *:nth-child(1)  { transition-delay: 0ms; }
html.js-reveal-ready .reveal-group.is-visible > *:nth-child(2)  { transition-delay: 90ms; }
html.js-reveal-ready .reveal-group.is-visible > *:nth-child(3)  { transition-delay: 180ms; }
html.js-reveal-ready .reveal-group.is-visible > *:nth-child(4)  { transition-delay: 270ms; }
html.js-reveal-ready .reveal-group.is-visible > *:nth-child(5)  { transition-delay: 360ms; }
html.js-reveal-ready .reveal-group.is-visible > *:nth-child(6)  { transition-delay: 450ms; }
html.js-reveal-ready .reveal-group.is-visible > *:nth-child(7)  { transition-delay: 540ms; }
html.js-reveal-ready .reveal-group.is-visible > *:nth-child(8)  { transition-delay: 630ms; }
html.js-reveal-ready .reveal-group.is-visible > *:nth-child(9)  { transition-delay: 720ms; }
html.js-reveal-ready .reveal-group.is-visible > *:nth-child(10) { transition-delay: 810ms; }
html.js-reveal-ready .reveal-group.is-visible > *:nth-child(n+11) { transition-delay: 900ms; }

/* SVG ikonlar (emoji yerine) */
.icon-svg { width: 1em; height: 1em; display: inline-block; vertical-align: -0.14em; flex-shrink: 0; }
.icon-svg.icon-sm { width: 14px; height: 14px; vertical-align: -2px; }
.icon-img { object-fit: cover; border-radius: 50%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4 { margin: 0 0 .5em; line-height: 1.25; color: var(--navy); }
p { margin: 0 0 1em; color: var(--gray); }

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  border: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn-primary { background: var(--orange); color: var(--navy-dark); }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 10px 20px rgba(245,166,35,.35); }
.btn-outline { background: transparent; color: var(--white); border: 2px solid var(--white); }
.btn-outline:hover { background: var(--white); color: var(--navy); }
.btn-navy { background: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--navy-dark); transform: translateY(-2px); }
.btn-outline-navy { background: transparent; color: var(--navy); border: 2px solid var(--navy); }
.btn-outline-navy:hover { background: var(--navy); color: var(--white); }

/* Topbar */
.topbar { background: var(--navy-dark); color: #cdd8e3; font-size: 13px; }
.topbar-inner { display: flex; justify-content: space-between; padding: 8px 20px; flex-wrap: wrap; gap: 6px; }
.topbar-contact a { color: #cdd8e3; margin-right: 18px; display: inline-flex; align-items: center; gap: 6px; }
.topbar-contact a:hover { color: var(--orange); }

.social-links { display: flex; align-items: center; gap: 10px; }
.social-links a {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 11px;
  background: rgba(255,255,255,.08);
  transition: background .2s ease, transform .2s ease;
}
.social-links a:hover {
  background: rgba(255,255,255,.16);
  transform: translateY(-2px);
}
.social-links .icon-svg { width: 19px; height: 19px; }

/* Orijinal marka renkleri: koyu kare zemin üzerinde her ikon kendi renginde */
.social-facebook { color: #1877F2; }
.social-x-twitter { color: #fff; }
.social-instagram path { fill: url(#instaGradient); }
.social-youtube { color: #FF0000; }
.topbar-social { margin: 0; }

/* Dil seçici (menüde, İletişim'in yanında) */
.lang-switcher > a { font-size: 16px; display: flex; align-items: center; gap: 2px; }
.lang-dropdown { left: auto; right: 0; min-width: 170px; }
.lang-dropdown a { display: flex; align-items: center; gap: 8px; font-size: 14px; }

/* Google'ın kendi çeviri arayüzünü gizle, sadece motor olarak kullan */
body > .skiptranslate.goog-te-gadget { display: none !important; }
body { top: 0 !important; }
.footer-social { margin: 18px 0 0; gap: 22px; }
.footer-social a { width: 54px; height: 54px; }
.footer-social .icon-svg { width: 26px; height: 26px; }

/* Header */
.site-header { background: var(--white); box-shadow: 0 2px 14px rgba(0,0,0,.06); position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; }
.logo img { height: 52px; }
.logo-text { font-size: 22px; font-weight: 700; color: var(--navy); }
.logo-accent { color: var(--orange); }

.main-nav > ul { display: flex; gap: 8px; align-items: center; }
.main-nav a { padding: 10px 14px; font-weight: 500; color: var(--navy); border-radius: 6px; display: block; }
.main-nav a:hover, .main-nav a.active { color: var(--orange-dark); }
.has-dropdown { position: relative; }
.dropdown {
  position: absolute; top: 100%; left: 0; background: var(--white); min-width: 220px;
  box-shadow: var(--shadow); border-radius: var(--radius); padding: 8px; opacity: 0; visibility: hidden;
  transform: translateY(8px) scale(.98); transform-origin: top left;
  transition: opacity .25s ease, visibility .25s ease, transform .25s cubic-bezier(.16,1,.3,1); z-index: 50;
  display: flex; flex-direction: column; gap: 2px;
}
.has-dropdown:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.dropdown a { padding: 10px 14px; border-radius: 6px; transition: background .2s ease, transform .2s ease; }
.dropdown a:hover { background: var(--gray-light); transform: translateX(4px); }
.nav-toggle { display: none; align-items: center; justify-content: center; background: none; border: none; color: var(--navy); cursor: pointer; padding: 4px; }
.nav-toggle .icon-svg { width: 26px; height: 26px; }

/* Hero */
.hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(245,166,35,.18), transparent 55%);
  z-index: 0;
}
.hero.hero-has-image {
  background-size: cover;
  background-position: center;
  min-height: 640px;
  display: flex;
  align-items: center;
}
.hero.hero-has-image::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(11,46,79,.88) 0%, rgba(11,46,79,.6) 100%);
  z-index: 0;
}
.hero.hero-has-image .hero-inner { padding: 40px 20px; }
.hero-inner { position: relative; z-index: 1; padding: 100px 20px 90px; text-align: left; max-width: 700px; }
@media (max-width: 768px) {
  .hero.hero-has-image { min-height: 480px; }
}
.hero-eyebrow { display: inline-block; background: rgba(245,166,35,.15); color: var(--orange); padding: 6px 16px; border-radius: 50px; font-size: 13px; font-weight: 600; margin-bottom: 18px; }
.hero h1 { color: var(--white); font-size: 42px; margin-bottom: 18px; }
.hero p { color: #c9d4e0; font-size: 17px; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Hareketli anasayfa slider'ı */
.hero-slider { position: relative; height: 560px; overflow: hidden; background: var(--navy-dark); }
.hero-slider .slider-track { position: relative; width: 100%; height: 100%; }
.hero-slider .slide {
  position: absolute; inset: 0;
  display: flex; align-items: center;
  overflow: hidden;
  opacity: 0; visibility: hidden;
  transition: opacity 1.1s ease, visibility 1.1s ease;
  z-index: 1;
}
.hero-slider .slide.active { opacity: 1; visibility: visible; z-index: 2; }
.hero-slider .slide-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1);
}
/* Tek fotoğrafla bile hareketli görünsün diye yavaş "Ken Burns" yakınlaştırma efekti */
.hero-slider .slide.active .slide-bg {
  animation: heroKenBurns 14s ease-in-out infinite alternate;
}
@keyframes heroKenBurns {
  0% { transform: scale(1); }
  100% { transform: scale(1.12); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slider .slide.active .slide-bg { animation: none; }
}
.hero-slider .slide-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(115deg, rgba(7,29,51,.92) 20%, rgba(11,46,79,.55) 60%, rgba(11,46,79,.25) 100%);
}
.hero-slider .slide-content { position: relative; z-index: 2; max-width: 700px; text-align: left; }
.hero-slider .slide-content .hero-eyebrow { display: inline-block; background: rgba(245,166,35,.15); color: var(--orange); padding: 6px 16px; border-radius: 50px; font-size: 13px; font-weight: 600; margin-bottom: 18px; }
.hero-slider .slide-content h1 { color: var(--white); font-size: 40px; margin-bottom: 16px; }
.hero-slider .slide-content p { color: #c9d4e0; font-size: 17px; margin-bottom: 28px; }

.slider-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 46px; height: 46px; border-radius: 50%; border: none; cursor: pointer;
  background: rgba(255,255,255,.15); color: var(--white); font-size: 26px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s ease;
}
.slider-arrow:hover { background: rgba(245,166,35,.85); color: var(--navy-dark); }
.slider-arrow.prev { left: 22px; }
.slider-arrow.next { right: 22px; }

.slider-dots { position: absolute; left: 0; right: 0; bottom: 22px; z-index: 5; display: flex; justify-content: center; gap: 10px; }
.slider-dots .dot {
  width: 11px; height: 11px; border-radius: 50%; border: 2px solid rgba(255,255,255,.7);
  background: transparent; cursor: pointer; padding: 0; transition: all .2s ease;
}
.slider-dots .dot.active { background: var(--orange); border-color: var(--orange); width: 26px; border-radius: 6px; }

/* Feature strip */
.feature-strip {
  background: var(--white); box-shadow: 0 24px 50px rgba(11,46,79,.25); border-radius: var(--radius);
  margin: -70px auto 0; position: relative; z-index: 5; max-width: 1100px; overflow: hidden;
  opacity: 0; animation: featureStripUp .7s .5s cubic-bezier(.16,1,.3,1) forwards;
}
@keyframes featureStripUp {
  from { opacity: 0; transform: translateY(60px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .feature-strip { animation: none; opacity: 1; }
}
.feature-strip .container { max-width: 100%; padding: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.feature-item { display: flex; align-items: center; gap: 16px; padding: 28px 32px; position: relative; z-index: 1; }
.feature-icon { width: 52px; height: 52px; border-radius: 50%; border: 2px solid var(--orange); display: flex; align-items: center; justify-content: center; color: var(--orange-dark); flex-shrink: 0; transition: background .2s ease, color .2s ease; }
.feature-icon .icon-svg { width: 24px; height: 24px; }
.feature-text h3 { font-size: 16px; margin-bottom: 3px; }
.feature-text p { font-size: 13px; margin: 0; }

.feature-item-highlight {
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%);
  margin: 0 -32px; padding-left: 58px; padding-right: 58px; z-index: 2;
}
.feature-item-highlight .feature-icon { border-color: var(--white); color: var(--white); }
.feature-item-highlight .feature-text h3 { color: var(--white); }
.feature-item-highlight .feature-text p { color: rgba(255,255,255,.85); }

/* Sections */
.section { padding: 80px 0; }
.section-alt { background: var(--gray-light); }
.section-head { text-align: center; max-width: 650px; margin: 0 auto 48px; }
.section-eyebrow { color: var(--orange-dark); font-weight: 700; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }
.section-head h2 { font-size: 32px; margin-top: 8px; }

/* Biz Kimiz tanıtım bölümü */
.text-accent { color: var(--orange); }
.about-teaser-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-teaser-media { position: relative; order: 2; min-height: 380px; }
.about-teaser-img { position: absolute; border-radius: 14px; box-shadow: 0 20px 45px rgba(11,46,79,.25); object-fit: cover; }
.about-teaser-img-1 { top: 0; left: 0; width: 76%; height: 320px; z-index: 1; }
.about-teaser-img-2 { bottom: 0; right: 0; width: 60%; height: 250px; z-index: 2; border: 6px solid var(--white); }
.about-teaser-content { order: 1; }
.about-teaser-lead { font-weight: 600; color: var(--navy); font-size: 16px; }
.about-teaser-actions { display: flex; align-items: center; gap: 26px; margin-top: 26px; flex-wrap: wrap; }
.about-teaser-phone { display: flex; flex-direction: column; font-size: 13px; color: var(--gray); }
.about-teaser-phone a { color: var(--navy); font-weight: 700; font-size: 17px; }
.about-teaser-phone a:hover { color: var(--orange-dark); }

/* Yönlü kayma (slide-in) giriş efekti */
html.js-reveal-ready .slide-in-left,
html.js-reveal-ready .slide-in-right {
  opacity: 0;
  transition: opacity .7s ease, transform .7s cubic-bezier(.16,1,.3,1);
}
html.js-reveal-ready .slide-in-left { transform: translateX(-60px); }
html.js-reveal-ready .slide-in-right { transform: translateX(60px); }
html.js-reveal-ready .slide-in-left.is-visible,
html.js-reveal-ready .slide-in-right.is-visible { opacity: 1; transform: translateX(0); }

/* Why us grid */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.why-card { background: var(--white); padding: 30px 24px; border-radius: var(--radius); box-shadow: var(--shadow); text-align: center; transition: transform .3s ease; }
.why-card:hover { transform: translateY(-6px); }
.why-icon {
  width: 76px; height: 76px; border-radius: 50%; margin: 0 auto 18px;
  border: 1.5px dashed var(--orange); background: transparent;
  display: flex; align-items: center; justify-content: center;
  color: var(--orange); transition: transform .35s cubic-bezier(.34,1.56,.64,1), background .3s ease;
}
.why-icon .icon-svg { width: 30px; height: 30px; }
.why-card:hover .why-icon { transform: scale(1.08) rotate(-4deg); background: rgba(245,166,35,.12); }

/* Neden Biz - koyu tanıtım bölümü */
.why-section { background: linear-gradient(160deg, var(--navy-dark) 0%, var(--navy) 100%); }
.why-head { max-width: 720px; }
.why-heading { color: var(--white); font-size: 30px; letter-spacing: .5px; text-transform: uppercase; margin-bottom: 14px; }
.why-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--orange); font-weight: 700; font-size: 13px; letter-spacing: 2px; text-transform: uppercase;
  margin-bottom: 16px;
}
.why-eyebrow::before, .why-eyebrow::after { content: ""; width: 26px; height: 1px; background: var(--orange); opacity: .6; }
.why-subtitle { color: #aab8c9; font-size: 15px; margin: 0; }
.why-section .why-card { background: transparent; box-shadow: none; padding: 10px 14px; }
.why-section .why-card h3 { color: var(--white); }
.why-section .why-card p { color: #96a5b8; font-size: 14px; }

/* Services grid - fotoğraf kartları */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-photo-card {
  position: relative;
  display: block;
  height: 250px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .3s ease, box-shadow .3s ease;
}
.service-photo-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(11,46,79,.32); }
.service-photo-card .photo-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform .6s cubic-bezier(.25,.8,.25,1);
}
.service-photo-card:hover .photo-bg { transform: scale(1.1); }
.service-photo-card .photo-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,46,79,0) 35%, rgba(7,29,51,.92) 100%);
  transition: background .3s ease;
}
.service-photo-card:hover .photo-overlay {
  background: linear-gradient(180deg, rgba(11,46,79,.12) 20%, rgba(7,29,51,.95) 100%);
}
.service-photo-card .placeholder-icon {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 64px; opacity: .18;
}
.service-photo-card .badge-icon {
  position: absolute; top: 14px; right: 14px; z-index: 2;
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: var(--navy-dark);
  box-shadow: 0 6px 14px rgba(0,0,0,.3);
  transition: transform .4s cubic-bezier(.34,1.56,.64,1);
}
.service-photo-card:hover .badge-icon { transform: rotate(18deg) scale(1.12); }
.service-photo-card .card-title {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 20px 22px;
  color: var(--white); font-weight: 700; font-size: 19px; letter-spacing: .2px;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 10px;
  transition: transform .3s ease;
}
.service-photo-card:hover .card-title { transform: translateY(-4px); }
.card-title-text { display: block; min-width: 0; }
.card-desc {
  display: block; font-weight: 400; font-size: 13.5px; line-height: 1.5; color: #cdd8e3; margin-top: 5px;
}
.card-arrow {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
  background: rgba(255,255,255,.12); color: var(--white);
  opacity: 0; transform: translateX(-6px);
  transition: opacity .25s ease, transform .25s ease, background .2s ease;
}
.card-arrow .icon-svg { width: 16px; height: 16px; }
.service-photo-card:hover .card-arrow { opacity: 1; transform: translateX(0); background: var(--orange); }

/* Process */
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.process-item { text-align: center; position: relative; }
.process-num {
  position: absolute; top: 0; left: 50%; margin-left: -58px;
  color: var(--gray); background: var(--gray-light); border-radius: 50px;
  font-weight: 700; font-size: 12px; letter-spacing: .5px; padding: 4px 10px;
}
.process-icon-wrap {
  width: 90px; height: 90px; margin: 0 auto 20px; border-radius: 50%;
  border: 1.5px dashed var(--border); display: flex; align-items: center; justify-content: center;
  position: relative;
}
.process-item:not(:last-child) .process-icon-wrap::after {
  content: ""; position: absolute; top: 50%; left: 100%; width: 50px; height: 40px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 40'%3E%3Cpath d='M2 30 Q50 -10 98 20' fill='none' stroke='%23cbd5e1' stroke-width='2' stroke-dasharray='4 6' stroke-linecap='round'/%3E%3Cpath d='M89 11 L98 20 L87 25' fill='none' stroke='%23cbd5e1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-size: contain;
}
.process-item-alt:not(:last-child) .process-icon-wrap::after { transform: translateY(-50%) scaleY(-1); }
.process-icon {
  width: 64px; height: 64px; border-radius: 50%; background: var(--white); box-shadow: var(--shadow);
  display: flex; align-items: center; justify-content: center; color: var(--orange-dark);
  transition: transform .35s cubic-bezier(.34,1.56,.64,1);
}
.process-icon .icon-svg { width: 28px; height: 28px; }
.process-item:hover .process-icon { transform: scale(1.08); }

/* CTA */
.cta { background: linear-gradient(135deg, var(--orange) 0%, var(--orange-dark) 100%); text-align: center; padding: 60px 20px; border-radius: var(--radius); color: var(--navy-dark); }
.cta h2 { color: var(--navy-dark); }
.cta p { color: #5a3f0f; }

/* Sayfa Oluşturucu (Page Builder) Blokları */
.pb-block { padding: 60px 0; }
.pb-rich-text { max-width: 780px; margin: 0 auto; color: var(--text); line-height: 1.75; }
.pb-rich-text h2, .pb-rich-text h3 { color: var(--navy); }
.pb-rich-text a { color: var(--orange-dark); text-decoration: underline; }
.pb-rich-text img { border-radius: var(--radius); margin: 20px 0; }

.pb-hero {
  position: relative; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
  background-size: cover; background-position: center; color: var(--white); overflow: hidden;
}
.pb-hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(11,46,79,.85), rgba(7,29,51,.75)); }
.pb-hero-content { position: relative; z-index: 1; padding: 90px 20px; text-align: center; max-width: 760px; margin: 0 auto; }
.pb-hero-eyebrow { display: inline-block; background: rgba(245,166,35,.18); color: var(--orange); padding: 6px 16px; border-radius: 50px; font-size: 13px; font-weight: 600; margin-bottom: 16px; }
.pb-hero-content h2 { color: var(--white); font-size: 36px; margin-bottom: 14px; }
.pb-hero-content p { color: #c9d4e0; font-size: 17px; margin-bottom: 24px; }

.pb-text-image { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.pb-text-image-reverse { direction: rtl; }
.pb-text-image-reverse > * { direction: ltr; }
.pb-text-image-media img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); display: block; }
.pb-text-image-content { color: var(--text); line-height: 1.75; }
.pb-text-image-content h2, .pb-text-image-content h3 { color: var(--navy); }

.pb-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pb-card { background: var(--white); padding: 30px 24px; border-radius: var(--radius); box-shadow: var(--shadow); text-align: center; transition: transform .3s ease; }
.pb-card:hover { transform: translateY(-6px); }
.pb-card-icon { width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--orange-dark)); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; color: var(--navy-dark); }
.pb-card-icon .icon-svg { width: 28px; height: 28px; }

.pb-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pb-gallery-item { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/3; }
.pb-gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.pb-gallery-item:hover img { transform: scale(1.08); }

.pb-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 24px; text-align: center; }
.pb-stat-number { font-size: 40px; font-weight: 800; color: var(--orange-dark); line-height: 1; }
.pb-stat-label { margin-top: 8px; color: var(--gray); font-size: 14px; }

.pb-faq { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.pb-faq-item { background: var(--white); border: 1px solid #edf0f3; border-radius: var(--radius); overflow: hidden; }
.pb-faq-question {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 18px 22px; background: none; border: none; text-align: left; cursor: pointer;
  font-weight: 600; color: var(--navy); font-size: 16px;
}
.pb-faq-question .icon-svg { transition: transform .25s ease; flex-shrink: 0; color: var(--orange-dark); }
.pb-faq-item.open .pb-faq-question .icon-svg { transform: rotate(180deg); }
.pb-faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.pb-faq-item.open .pb-faq-answer { grid-template-rows: 1fr; }
.pb-faq-answer-inner { min-height: 0; overflow: hidden; padding: 0 22px 18px; color: var(--gray); line-height: 1.7; }

@media (max-width: 860px) {
  .pb-text-image, .pb-cards { grid-template-columns: 1fr; }
  .pb-gallery { grid-template-columns: repeat(2, 1fr); }
  .pb-text-image-reverse { direction: ltr; }
}

/* Page header (inner pages) */
.page-header { background: linear-gradient(135deg, var(--navy), var(--navy-dark)); color: var(--white); padding: 60px 20px; text-align: center; }
.page-header h1 { color: var(--white); margin-bottom: 6px; }
.breadcrumb { color: #a9bbcf; font-size: 14px; }
.breadcrumb a { color: var(--orange); }

/* About */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.about-list li { padding: 10px 0 10px 30px; position: relative; color: var(--text); border-bottom: 1px solid #edf0f3; }
.about-list li::before { content: "✔"; position: absolute; left: 0; color: var(--orange-dark); font-weight: 700; }
.about-side-image { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); display: block; }

/* References */
.ref-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ref-item { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 20px; display: flex; align-items: center; justify-content: center; min-height: 110px; }
.ref-item img { max-height: 70px; width: auto; margin: 0 auto; filter: grayscale(1); opacity: .75; transition: all .2s ease; }
.ref-item:hover img { filter: grayscale(0); opacity: 1; }
.empty-state { text-align: center; color: var(--gray); padding: 40px 0; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.contact-info-list { display: grid; gap: 18px; margin-bottom: 30px; }
.contact-info-item { display: flex; gap: 14px; align-items: flex-start; }
.contact-info-icon { width: 44px; height: 44px; border-radius: 50%; background: var(--gray-light); display: flex; align-items: center; justify-content: center; color: var(--navy); flex-shrink: 0; }
.contact-info-icon .icon-svg { width: 20px; height: 20px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; margin-bottom: 6px; font-weight: 600; font-size: 14px; color: var(--navy); }
.form-control {
  width: 100%; padding: 13px 16px; border: 1px solid #dde3ea; border-radius: 8px; font-family: inherit; font-size: 15px;
  transition: border-color .2s ease;
}
.form-control:focus { outline: none; border-color: var(--orange); }
textarea.form-control { resize: vertical; min-height: 130px; }
.alert { padding: 14px 18px; border-radius: 8px; margin-bottom: 20px; font-size: 14px; }
.alert-success { background: #e6f6ec; color: #1c7a3e; border: 1px solid #bfe8cc; }
.alert-error { background: #fdeceb; color: #c0392b; border: 1px solid #f7c9c4; }
.map-embed { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin-top: 30px; }
.map-embed iframe { width: 100%; display: block; }

/* Service detail */
.service-detail-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 50px; }
.service-icon { width: 56px; height: 56px; border-radius: 50%; background: var(--gray-light); display: flex; align-items: center; justify-content: center; color: var(--orange-dark); margin-bottom: 18px; }
.service-icon .icon-svg { width: 26px; height: 26px; }
.service-sidebar { background: var(--gray-light); border-radius: var(--radius); padding: 26px; align-self: start; }
.service-sidebar h4 { margin-bottom: 14px; }
.service-sidebar ul li a { display: block; padding: 10px 12px; border-radius: 8px; margin-bottom: 4px; color: var(--navy); }
.service-sidebar ul li a:hover, .service-sidebar ul li a.active { background: var(--navy); color: var(--white); }
.product-detail-price { display: inline-block; background: var(--gray-light); color: var(--orange-dark); font-weight: 700; font-size: 18px; padding: 8px 18px; border-radius: 50px; margin-bottom: 16px; }

/* Ürünlerimiz sayfası */
.products-layout { display: grid; grid-template-columns: 260px 1fr; gap: 40px; align-items: start; }
.products-sidebar {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 22px; position: sticky; top: 96px;
}
.products-sidebar-title {
  font-weight: 700; color: var(--navy); font-size: 13px; text-transform: uppercase; letter-spacing: .6px;
  margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid #edf0f3;
}
.category-accordion { display: flex; flex-direction: column; gap: 2px; }
.category-accordion > li > a,
.category-accordion-head > a {
  display: block; padding: 10px 12px; border-radius: 8px; color: var(--text); font-weight: 500; font-size: 14.5px;
  transition: background .2s ease, color .2s ease;
}
.category-accordion > li > a:hover,
.category-accordion-head > a:hover { background: var(--gray-light); color: var(--orange-dark); }
.category-accordion > li > a.active,
.category-accordion-head > a.active { background: var(--navy); color: var(--white); }
.category-accordion-head { display: flex; align-items: center; }
.category-accordion-head > a { flex: 1; min-width: 0; }
.category-toggle {
  background: none; border: none; padding: 8px; color: var(--gray); cursor: pointer;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.category-toggle .icon-svg { width: 16px; height: 16px; transition: transform .25s ease; }
.category-accordion-item.open > .category-accordion-head .category-toggle .icon-svg { transform: rotate(180deg); }
.category-subaccordion { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.category-accordion-item.open > .category-subaccordion { grid-template-rows: 1fr; }
.category-subaccordion > ul { overflow: hidden; min-height: 0; padding-left: 14px; }
.category-subaccordion li a { display: block; padding: 8px 12px; border-radius: 8px; font-size: 13.5px; color: var(--gray); }
.category-subaccordion li a:hover { color: var(--orange-dark); background: var(--gray-light); }
.category-subaccordion li a.active { color: var(--orange-dark); font-weight: 600; }

.products-heading { font-size: 30px; margin-bottom: 30px; }

/* EFBEY Kids: eğlenceli marka fontu — bu kategoriyle ilgili her başlık/ürün adı burayı miras alır */
.font-playful, .font-playful .product-category-title, .font-playful .product-subcategory-title,
.font-playful .product-card-body h3 {
  font-family: 'Fredoka', 'Baloo 2', system-ui, sans-serif;
}
a.font-playful, .category-accordion-head a.font-playful { font-weight: 600; }
.product-category-block { margin-bottom: 48px; }
.product-category-block:last-child { margin-bottom: 0; }
.product-category-title {
  font-size: 22px; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--gray-light);
  position: relative;
}
.product-category-title::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 56px; height: 2px; background: var(--orange); }
.product-subcategory-title { font-size: 17px; color: var(--navy); margin: 24px 0 16px; }

.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.products-grid-4 { grid-template-columns: repeat(4, 1fr); }
.section-more { text-align: center; margin-top: 36px; }
.product-card {
  display: block; background: var(--white); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); transition: transform .3s ease, box-shadow .3s ease;
}
.product-card:hover { transform: translateY(-6px); box-shadow: 0 16px 36px rgba(11,46,79,.16); }
.product-card-media {
  display: block; aspect-ratio: 3 / 4; background-size: cover; background-position: center;
  background-color: var(--gray-light); position: relative;
}
.product-card-placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #c3cbd4; }
.product-card-placeholder .icon-svg { width: 42px; height: 42px; }
.product-card-body { padding: 16px 18px; }
.product-card-body h3 { font-size: 16px; margin-bottom: 6px; }
.product-card-body p { font-size: 13.5px; margin-bottom: 0; }
.product-card-body p:has(+ .product-card-price) { margin-bottom: 10px; }
.product-card-price { display: inline-block; color: var(--orange-dark); font-weight: 700; font-size: 15px; }
.product-card-whatsapp {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin-top: 12px; padding: 10px 14px; border-radius: 50px;
  background: #25d366; color: #fff; font-weight: 600; font-size: 13.5px;
  transition: background .2s ease, transform .2s ease;
}
.product-card-whatsapp .icon-svg { width: 17px; height: 17px; }
.product-card-whatsapp:hover { background: #1ebe57; transform: translateY(-2px); }

@media (max-width: 860px) {
  .products-layout { grid-template-columns: 1fr; }
  .products-sidebar { position: static; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .products-grid { grid-template-columns: 1fr; }
}

/* Footer */
.site-footer { background: var(--navy-dark); color: #a9bbcf; margin-top: 80px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; padding: 60px 20px 40px; }
.footer-col h3, .footer-col h4 { color: var(--white); }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a:hover { color: var(--orange); }
.footer-contact li { margin-bottom: 10px; font-size: 14px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 20px; text-align: center; font-size: 13px; }

.whatsapp-float {
  position: fixed; bottom: 24px; left: 24px; width: 58px; height: 58px; background: #25d366; color: var(--white);
  border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(0,0,0,.25);
  z-index: 200; transition: transform .2s ease, box-shadow .2s ease;
  animation: whatsappBounce 2.6s ease-in-out infinite;
}
.whatsapp-float::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%; background: #25d366;
  z-index: -1; animation: whatsappPing 2.6s ease-out infinite;
}
.whatsapp-float .icon-svg { width: 28px; height: 28px; }
.whatsapp-float:hover { transform: scale(1.08); box-shadow: 0 10px 26px rgba(0,0,0,.3); }
@keyframes whatsappBounce {
  0%, 60%, 100% { transform: translateY(0); }
  75% { transform: translateY(-8px); }
  85% { transform: translateY(0); }
  92% { transform: translateY(-3px); }
}
@keyframes whatsappPing {
  0% { transform: scale(1); opacity: .55; }
  70%, 100% { transform: scale(1.7); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .whatsapp-float { animation: none; }
  .whatsapp-float::before { display: none; }
}

/* Responsive */
@media (max-width: 980px) {
  .why-grid, .services-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-item { border-bottom: 1px solid #edf0f3; }
  .feature-item:last-child { border-bottom: none; }
  .feature-item-highlight { clip-path: none; margin: 0; padding: 28px 32px; }
  .about-grid, .contact-grid, .service-detail-grid { grid-template-columns: 1fr; }
  .about-teaser-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-teaser-media { order: 1; min-height: 280px; }
  .about-teaser-content { order: 2; }
  .ref-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav-toggle { display: flex; }
  .main-nav {
    position: fixed; top: 0; right: -280px; width: 280px; height: 100vh; background: var(--white);
    box-shadow: -4px 0 20px rgba(0,0,0,.15); padding: 90px 20px 20px; transition: right .25s ease; z-index: 99;
  }
  .main-nav.open { right: 0; }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 2px; }
  .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; display: none; padding-left: 12px; }
  .has-dropdown.open .dropdown { display: block; }
  .hero h1 { font-size: 30px; }
  .why-grid, .services-grid, .ref-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; gap: 36px; }
  .process-icon-wrap::after { display: none; }
  .process-num { margin-left: -80px; }
  .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 56px 0; }
}
