/* Google Fonts yüklenmesi head-common.php üzerinden non-blocking yapılıyor */

:root {
  --color-ink: #182238;
  --color-text: #3e495c;
  --color-muted: #6f7d91;
  --color-line: #dce5f1;
  --color-surface: #ffffff;
  --color-soft: #f4f7fb;
  --color-primary: #315fa8;
  --color-primary-dark: #214778;
  --color-accent: #53a9c5;
  --color-steel: #424244;
  --color-gold: #e3a528;
  --shadow-card: 0 22px 60px rgba(24, 34, 56, 0.14);
  --shadow-soft: 0 14px 34px rgba(49, 95, 168, 0.18);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --header-height: 84px;
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-text);
  background:
    linear-gradient(90deg, rgba(49, 95, 168, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(49, 95, 168, 0.035) 1px, transparent 1px),
    var(--color-soft);
  background-size: 42px 42px;
  font-family: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open,
body.lightbox-open {
  overflow: hidden;
}


img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(83, 169, 197, 0.55);
  outline-offset: 4px;
}

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.section {
  padding: 92px 0;
}

.section-eyebrow {
  margin: 0 0 14px;
  color: var(--color-primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading.align-left {
  max-width: 860px;
  margin-inline: 0;
  text-align: left;
}

.section-heading h2,
.section-copy h2,
.routes-content h2 {
  margin: 0;
  color: var(--color-ink);
  font-size: clamp(1.8rem, 3.3vw, 2.65rem);
  line-height: 1.16;
}

.section-heading p:not(.section-eyebrow),
.section-copy p,
.routes-content p {
  color: var(--color-muted);
  font-size: 1.04rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  pointer-events: none;
}

.top-contact-bar {
  width: 100%;
  margin: 0;
  color: #fff;
  pointer-events: auto;
  background: rgba(24, 34, 56, 0.88);
}

.top-contact-container {
  width: min(100% - 40px, var(--container));
  min-height: 36px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: blur(16px);
  font-size: 0.82rem;
  font-weight: 400;
}

.top-contact-icon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.top-contact-icon i {
  font-size: 11px;
  opacity: 0.75;
}

.top-social-links a i,
.footer-social-links a i {
  font-size: 14px;
}

.wa-trigger i { font-size: 24px; }
.wa-popup-icon i { font-size: 20px; color: #fff; }
.wa-avatar i { font-size: 18px; }
.wa-item-arrow { font-size: 12px; color: #ccc; flex-shrink: 0; }
.wa-popup-close i { font-size: 14px; }
.wa-popup-footer-btn i { font-size: 18px; }

.footer-contact-link i {
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 3px;
  opacity: 0.6;
  color: var(--color-accent);
}

#scroll-top-btn i { font-size: 18px; }

.top-left-info,
.top-social-links,
.footer-social-links {
  display: flex;
  align-items: center;
}

.top-left-info {
  gap: 16px;
  min-width: 0;
}

#top-slogan {
  color: #b9e7f4;
  white-space: nowrap;
}

.top-contact-container a,
.top-social-links a,
.footer-social-links a {
  color: #fff;
  cursor: pointer;
  transition: color 200ms ease;
}

.top-contact-container a:hover,
.top-social-links a:hover,
.footer-social-links a:hover {
  color: #b9e7f4;
}

.top-social-links,
.footer-social-links {
  gap: 8px;
  flex: 0 0 auto;
}

.top-social-links a,
.footer-social-links a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.08);
}

.top-social-links svg,
.footer-social-links svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.navbar {
  width: 100%;
  height: var(--header-height);
  margin: 0;
  padding: 14px max(18px, calc((100vw - var(--container)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(18px);
  pointer-events: auto;
  transition: height 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.site-header.is-scrolled .navbar {
  height: 72px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.14);
}

.brand-link {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.brand-link img {
  width: min(230px, 34vw);
  height: auto;
}

.navbar-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.navbar-links a,
.nav-services-dropdown > a {
  position: relative;
  padding: 9px 13px;
  border: 0;
  border-radius: var(--radius-sm);
  color: var(--color-ink);
  background: transparent;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 200ms ease, background 200ms ease;
}

.navbar-links a:hover,
.nav-services-dropdown > a:hover {
  color: var(--color-primary);
  background: rgba(49, 95, 168, 0.07);
}

.navbar-links > a.is-active,
.nav-services-dropdown.is-active > a {
  color: var(--color-primary);
  font-weight: 600;
}

.navbar-links > a.is-active::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 10px;
  right: 10px;
  height: 2px;
  border-radius: 1px;
  background: var(--color-primary);
}

.nav-services-dropdown {
  position: relative;
}

.nav-services-dropdown:hover .nav-services-menu,
.nav-services-dropdown:focus-within .nav-services-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-services-dropdown > a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.nav-services-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  padding: 10px 10px 10px;
  padding-top: 18px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  background: #fff;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  pointer-events: none;
  transition: opacity 200ms ease, transform 200ms ease, visibility 200ms ease;
}

.nav-services-menu a {
  display: block;
  padding: 13px 14px;
  border-radius: var(--radius-sm);
}

.nav-services-menu a + a {
  margin-top: 4px;
}

.nav-services-menu a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--color-accent);
}

.nav-services-menu a:hover {
  background: rgba(49, 95, 168, 0.09);
}

.mobile-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1.5px solid var(--color-line);
  border-radius: var(--radius-sm);
  background: transparent;
  cursor: pointer;
  transition: background 200ms, border-color 200ms;
}

.mobile-menu-toggle:hover {
  background: rgba(49, 95, 168, 0.06);
  border-color: var(--color-primary);
}

.mobile-menu-toggle span {
  display: block;
  height: 2px;
  border-radius: 999px;
  background: var(--color-ink);
  transition: transform 220ms ease, opacity 220ms ease, width 220ms ease;
  pointer-events: none;
}

.mobile-menu-toggle span:nth-child(1) { width: 20px; }
.mobile-menu-toggle span:nth-child(2) { width: 14px; margin-left: -3px; }
.mobile-menu-toggle span:nth-child(3) { width: 20px; }

.mobile-menu-toggle.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.mobile-menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.mobile-menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ── Yeni Mobil Menü Butonu ── */
.mobile-menu-btn {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  border-radius: 8px;
  transition: background 0.2s;
  flex-shrink: 0;
}
.mobile-menu-btn:hover { background: rgba(49,95,168,0.08); }
.mobile-menu-btn .bar {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--color-ink);
  border-radius: 2px;
  transition: transform 0.35s cubic-bezier(.4,0,.2,1), opacity 0.35s ease;
  transform-origin: center;
  pointer-events: none;
}
.mobile-menu-btn.active .bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-menu-btn.active .bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
.mobile-menu-btn.active .bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Mobil Menü Overlay ── */
.mobile-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: linear-gradient(160deg, #1a2e6b 0%, #315fa8 60%, #2a7abf 100%);
  z-index: 9999;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.42s cubic-bezier(.4,0,.2,1);
}
.mobile-nav-overlay.visible { display: flex; }
.mobile-nav-overlay.open    { transform: translateX(0); }

.mob-nav-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  flex-shrink: 0;
}
.mob-nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.mob-nav-logo img {
  height: 36px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.mob-nav-close {
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.12);
  border: none;
  border-radius: 9px;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  flex-shrink: 0;
}
.mob-nav-close:hover { background: rgba(255,255,255,0.22); }

.mob-nav-items {
  flex: 1;
  overflow-y: auto;
  padding: 12px 0;
  list-style: none;
  margin: 0;
}
.mob-nav-items li {
  opacity: 0;
  transform: translateX(30px);
}
.mob-nav-items li a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 24px;
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: background 0.2s, color 0.2s, padding-left 0.2s;
}
.mob-nav-items li a:hover,
.mob-nav-items li a.current {
  background: rgba(255,255,255,0.11);
  color: #fff;
  padding-left: 30px;
}
.mob-nav-items li:last-child a { border-bottom: 0; }
.mob-nav-items .nav-icon {
  font-size: 17px;
  width: 24px;
  flex-shrink: 0;
  color: rgba(255,255,255,0.5);
  transition: color 0.2s;
  text-align: center;
}
.mob-nav-items li a:hover .nav-icon,
.mob-nav-items li a.current .nav-icon { color: rgba(255,255,255,0.95); }
.nav-badge {
  margin-left: auto;
  background: rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.9);
  font-size: 10px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 20px;
  letter-spacing: 0.3px;
  flex-shrink: 0;
}

.mob-nav-footer {
  padding: 16px 20px 32px;
  border-top: 1px solid rgba(255,255,255,0.12);
  flex-shrink: 0;
}
.mob-nav-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 13px;
  border-radius: 11px;
  width: 100%;
  transition: background 0.2s;
  letter-spacing: 0.2px;
  box-sizing: border-box;
}
.mob-nav-wa:hover { background: #1ebe57; color: #fff; }
.mob-nav-wa svg { width: 20px; height: 20px; fill: #fff; flex-shrink: 0; }
.mob-nav-tel {
  text-align: center;
  color: rgba(255,255,255,0.45);
  font-size: 0.75rem;
  margin: 10px 0 0;
  letter-spacing: 0.3px;
}

@keyframes mobSlideIn {
  to { opacity: 1; transform: translateX(0); }
}

.hero-section {
  position: relative;
  min-height: clamp(520px, 56.25vw, 100vh);
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}

.hero-parallax-bg {
  position: absolute;
  inset: -10%;
  background:
    linear-gradient(to right,
      rgba(5, 10, 22, 0.97) 0%,
      rgba(10, 20, 45, 0.92) 28%,
      rgba(18, 34, 70, 0.72) 48%,
      rgba(33, 71, 120, 0.32) 68%,
      rgba(33, 71, 120, 0.08) 85%,
      transparent 100%
    ),
    url("../images/hero-logistics.jpg") center / cover;
  transform: translateY(var(--parallax-offset, 0));
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 75% 30%, rgba(83, 169, 197, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse at 20% 80%, rgba(49, 95, 168, 0.18) 0%, transparent 45%);
}

.hero-deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-deco-1 {
  width: 600px;
  height: 600px;
  top: -120px;
  right: -120px;
  border: 1px solid rgba(83, 169, 197, 0.14);
  animation: heroDecoRotate 60s linear infinite;
}

.hero-deco-2 {
  width: 360px;
  height: 360px;
  top: -40px;
  right: -40px;
  border: 1px solid rgba(83, 169, 197, 0.22);
  animation: heroDecoRotate 40s linear infinite reverse;
}

.hero-deco-3 {
  width: 900px;
  height: 900px;
  bottom: -350px;
  right: -200px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  animation: heroDecoRotate 80s linear infinite;
}

.hero-deco-dot {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-deco-dot-1 {
  width: 10px; height: 10px;
  top: 30%; right: 28%;
  background: var(--color-accent);
  opacity: 0.7;
  box-shadow: 0 0 24px var(--color-accent);
  animation: heroDotPulse 3s ease-in-out infinite;
}

.hero-deco-dot-2 {
  width: 6px; height: 6px;
  top: 55%; right: 18%;
  background: #fff;
  opacity: 0.5;
  animation: heroDotPulse 4s ease-in-out infinite 1s;
}

.hero-deco-dot-3 {
  width: 8px; height: 8px;
  top: 22%; right: 42%;
  background: var(--color-accent);
  opacity: 0.45;
  animation: heroDotPulse 5s ease-in-out infinite 2s;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 900px;
  padding: 160px 0 100px;
}

.hero-copy {
  max-width: 760px;
}

.hero-content .section-eyebrow {
  color: #b9e7f4;
}

.hero-mouse-indicator {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  cursor: pointer;
  border: 0;
  background: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0.65;
  transition: opacity 220ms;
}

.hero-mouse-indicator:hover {
  opacity: 1;
}

.mouse-shell {
  width: 24px;
  height: 38px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.mouse-dot {
  width: 4px;
  height: 8px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  margin-top: 5px;
  animation: mouseDotScroll 2s ease-in-out infinite;
}

.mouse-legs {
  display: flex;
  gap: 5px;
}

.mouse-legs span {
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  transform: rotate(45deg);
  animation: mouseLegBounce 2s ease-in-out infinite;
}

.mouse-legs span:last-child {
  animation-delay: 0.2s;
}

.hero-content h1 {
  max-width: 740px;
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(2.6rem, 4.8vw, 5rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.hero-content p:not(.section-eyebrow) {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 2vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: var(--radius-sm);
  font-weight: 800;
  cursor: pointer;
  transition: transform 260ms ease, box-shadow 260ms ease, background 260ms ease, color 260ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: var(--color-primary);
  box-shadow: 0 18px 35px rgba(49, 95, 168, 0.32);
}

.btn-primary:hover {
  background: var(--color-primary-dark);
}

.btn-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.11);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 54px;
  align-items: center;
}

.image-card-43 {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: #d9e2ef;
  box-shadow: var(--shadow-card);
}

.image-card-43 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.image-card-43:hover img,
.gallery-item:hover img,
.service-card:hover img,
.principle-card:hover img {
  transform: scale(1.035);
}

.about-section {
  background: var(--color-soft);
}

.about-intro {
  margin-bottom: 60px;
}

.about-intro .section-copy .btn {
  margin-top: 28px;
  display: inline-block;
}

.about-mvd-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.about-mvd-card {
  padding: 28px 28px 32px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  background: #fff;
  border-top: 3px solid var(--color-primary);
}

.about-mvd-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(49, 95, 168, 0.09);
  color: var(--color-primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-mvd-card h3 {
  margin: 0 0 10px;
  color: var(--color-ink);
  font-size: 1.12rem;
}

.about-mvd-card p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.97rem;
  line-height: 1.65;
}

.operations-section {
  background: #fff;
}

.numbers-section {
  padding: 82px 0;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(24, 34, 56, 0.97), rgba(49, 95, 168, 0.92));
}

.numbers-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.numbers-heading .section-eyebrow,
.numbers-heading h2 {
  color: #fff;
}

.numbers-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.number-card {
  min-height: 170px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.number-card strong {
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 0.94;
}

.number-card span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 900;
}

.operations-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.operation-card {
  position: relative;
  min-height: 285px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 247, 251, 0.94)),
    #fff;
  box-shadow: 0 12px 32px rgba(24, 34, 56, 0.08);
}

.operation-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 140px;
  height: 140px;
  border: 22px solid rgba(49, 95, 168, 0.08);
  border-radius: 50%;
}

.operation-number {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  color: #fff;
  background: var(--color-primary);
  font-weight: 900;
}

.operation-card h3 {
  margin: 48px 0 10px;
  color: var(--color-ink);
  font-size: 1.32rem;
  line-height: 1.2;
}

.operation-card p {
  margin: 0;
  color: var(--color-muted);
}

.section-copy {
  max-width: 620px;
}

.section-copy p {
  margin: 20px 0 0;
}

.principles-section,
.gallery-section {
  background: #fff;
}

.principles-grid,
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.principle-card,
.service-card,
.contact-card {
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  background: #fff;
  box-shadow: 0 10px 26px rgba(24, 34, 56, 0.08);
}

.principle-card,
.service-card {
  padding: 12px 12px 20px;
  transition: transform 320ms ease, border-color 320ms ease, box-shadow 320ms ease;
}

.service-card:hover {
  transform: translateY(-2px);
  border-color: rgba(49, 95, 168, 0.35);
  box-shadow: 0 18px 42px rgba(24, 34, 56, 0.12);
}

.principle-card h3,
.service-card h3,
.contact-card h3,
.office-info-card h3 {
  margin: 20px 0 8px;
  color: var(--color-primary);
  font-size: 1.28rem;
  line-height: 1.24;
}

.principle-card p,
.service-card p {
  min-height: 78px;
  margin: 0;
  color: var(--color-muted);
}

.services-section {
  background:
    linear-gradient(135deg, rgba(18, 30, 56, 0.98), rgba(33, 71, 120, 0.92));
  color: #fff;
}

.services-section .section-eyebrow {
  color: var(--color-accent);
}

.services-section .section-heading h2,
.services-section .section-heading p {
  color: #fff;
}

.services-section .section-heading p {
  opacity: 0.75;
}

.services-section .service-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.services-section .service-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(83, 169, 197, 0.4);
}

.services-section .service-card h3 {
  color: #fff;
}

.services-section .service-card p {
  color: rgba(255, 255, 255, 0.68);
}

.services-section .service-detail-btn {
  background: var(--color-accent);
  color: #fff;
}

.services-section .service-detail-btn:hover {
  background: #3d8fa8;
}

.services-dropdown {
  position: relative;
  max-width: 420px;
  margin: 0 auto 28px;
}

.services-dropdown-toggle {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  color: var(--color-ink);
  background: #fff;
  box-shadow: var(--shadow-soft);
  font-weight: 800;
  cursor: pointer;
  transition: border 200ms ease, box-shadow 200ms ease;
}

.services-dropdown-toggle:hover {
  border-color: rgba(49, 95, 168, 0.42);
  box-shadow: 0 18px 35px rgba(49, 95, 168, 0.18);
}

.dropdown-icon {
  width: 11px;
  height: 11px;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  transform: rotate(45deg) translateY(-2px);
  transition: transform 200ms ease;
}

.services-dropdown-toggle[aria-expanded="true"] .dropdown-icon {
  transform: rotate(225deg) translateY(-2px);
}

.services-dropdown-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 10;
  padding: 8px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  background: #fff;
  box-shadow: var(--shadow-card);
}

.services-dropdown-panel button {
  width: 100%;
  padding: 13px 14px;
  border: 0;
  border-radius: 7px;
  color: var(--color-text);
  background: transparent;
  text-align: left;
  font-weight: 700;
  cursor: pointer;
  transition: color 200ms ease, background 200ms ease;
}

.services-dropdown-panel a {
  display: block;
  width: 100%;
  padding: 13px 14px;
  border-radius: 7px;
  color: var(--color-text);
  text-align: left;
  font-weight: 700;
  cursor: pointer;
  transition: color 200ms ease, background 200ms ease;
}

.services-dropdown-panel a:hover {
  color: var(--color-primary);
  background: rgba(49, 95, 168, 0.09);
}

.services-dropdown-panel button:hover {
  color: var(--color-primary);
  background: rgba(49, 95, 168, 0.09);
}

.services-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card.is-highlighted {
  border-color: rgba(49, 95, 168, 0.48);
  box-shadow: 0 22px 48px rgba(49, 95, 168, 0.18);
}

.service-detail-btn {
  display: inline-flex;
  margin-top: 18px;
  padding: 10px 13px;
  border-radius: var(--radius-sm);
  color: #fff;
  background: var(--color-primary);
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
  transition: background 220ms ease, transform 220ms ease;
}

.service-detail-btn:hover {
  background: var(--color-primary-dark);
  transform: translateY(-1px);
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.02em;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.6);
  transition: color 200ms;
}

.breadcrumb a:hover {
  color: #fff;
}

.breadcrumb .sep {
  opacity: 0.4;
  font-size: 0.7em;
}

.breadcrumb .current {
  color: rgba(255, 255, 255, 0.9);
}

.service-detail-hero {
  padding: 160px 0 70px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(5, 10, 22, 0.95) 0%, rgba(33, 71, 120, 0.78) 100%),
    url("../images/hero-logistics.jpg") center / cover;
}

.service-detail-hero-container,
.service-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.78fr);
  gap: 46px;
  align-items: center;
}

.service-detail-copy h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.6rem, 2.8vw, 2.6rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.015em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-detail-copy p:not(.section-eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.service-detail-content {
  background: var(--color-soft);
}

.service-detail-panel,
.service-detail-aside {
  padding: 30px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-card);
}

.service-detail-panel h2,
.service-detail-aside h3 {
  margin-top: 0;
  color: var(--color-ink);
}

.service-detail-panel ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.service-detail-panel li {
  padding: 13px 14px;
  border-left: 4px solid var(--color-primary);
  border-radius: var(--radius-sm);
  background: var(--color-soft);
  font-weight: 800;
}

.service-detail-aside a {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 12px;
  color: var(--color-primary);
  font-weight: 900;
}

.routes-section {
  background: var(--color-soft);
  color: var(--color-text);
}

.process-section {
  background: #fff;
  color: var(--color-text);
}

.process-section .section-eyebrow {
  color: var(--color-primary);
}

.process-section h2 {
  color: var(--color-ink);
}

.process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
}

.process-timeline::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 9%;
  right: 9%;
  height: 2px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-accent), var(--color-gold));
}

.process-step {
  position: relative;
  padding: 86px 24px 26px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  background: var(--color-soft);
}

.process-step span {
  position: absolute;
  top: 10px;
  left: 24px;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--color-primary);
  border-radius: 50%;
  color: #fff;
  background: var(--color-primary);
  font-weight: 900;
}

.process-step h3 {
  margin: 0 0 8px;
  color: var(--color-ink);
  font-size: 1.18rem;
}

.process-step p {
  margin: 0;
  color: var(--color-muted);
}

.routes-section .section-eyebrow {
  color: var(--color-primary);
}

.routes-section h2 {
  color: var(--color-ink);
}

.routes-section .section-heading p {
  color: var(--color-muted);
}

.routes-regions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 48px;
}

.routes-region {
  padding: 28px 22px;
  border: 1px solid var(--color-line);
  border-top: 3px solid var(--color-primary);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 4px 20px rgba(24, 34, 56, 0.06);
}

.routes-region h3 {
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-line);
  color: var(--color-ink);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.routes-region ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.routes-region li {
  position: relative;
  padding-left: 16px;
  color: var(--color-text);
  font-size: 0.95rem;
}

.routes-region li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-primary);
}

.routes-map-card h2,
.routes-map-card p {
  position: relative;
  z-index: 2;
  margin: 0;
}

.routes-map-card h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.routes-map-card p {
  margin-top: 10px;
  max-width: 380px;
  color: rgba(255, 255, 255, 0.82);
}

.country-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.country-grid span {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 800;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.gallery-item {
  width: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  transition: transform 200ms ease, box-shadow 200ms ease, filter 200ms ease;
}

.gallery-item:hover {
  transform: translateY(-3px);
  filter: saturate(1.08);
  box-shadow: 0 24px 48px rgba(24, 34, 56, 0.2);
}

.gallery-empty-state {
  margin: 24px auto 0;
  max-width: 360px;
  padding: 26px;
  text-align: center;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  background: #fff;
}

.gallery-empty-state svg {
  width: 160px;
  height: auto;
  fill: none;
  stroke: var(--color-primary);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.7;
}

.gallery-empty-state p {
  margin: 12px 0 0;
  color: var(--color-muted);
  font-weight: 900;
}

.gallery-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.gallery-pagination button,
.gallery-page-dots button {
  min-height: 42px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  color: var(--color-ink);
  background: #fff;
  font-weight: 900;
  cursor: pointer;
  transition: color 200ms ease, background 200ms ease, border 200ms ease;
}

.gallery-pagination > button {
  padding: 0 16px;
}

.gallery-pagination button:hover,
.gallery-page-dots button.is-active {
  color: #fff;
  border-color: var(--color-primary);
  background: var(--color-primary);
}

.gallery-page-dots {
  display: flex;
  gap: 8px;
}

.gallery-page-dots button {
  width: 42px;
}

/* ── İletişim Sayfası ── */

.contact-map-full {
  width: 100%;
  height: 500px;
  display: block;
  overflow: hidden;
  border: 0;
}

.contact-map-full iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  filter: grayscale(20%) contrast(1.05);
}

.contact-info-strip {
  background: var(--color-ink);
  color: #fff;
}

.contact-info-strip-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 0;
}

.cis-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 28px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.cis-item:last-child {
  border-right: 0;
}

.cis-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(83, 169, 197, 0.18);
  color: var(--color-accent);
}

.cis-icon svg {
  width: 18px;
  height: 18px;
}

.cis-item > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.cis-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-accent);
}

.cis-value {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.45;
  overflow-wrap: break-word;
  word-break: break-word;
}

a.cis-value:hover {
  color: #fff;
}

.contact-persons-full {
  margin-bottom: 64px;
}

.section-heading.align-left {
  text-align: left;
  max-width: 100%;
}

.contact-quick-bar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 48px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--color-soft) 0%, #fff 100%);
  border-left: 4px solid var(--color-primary);
}

.cqb-text h3 {
  margin: 8px 0 8px;
  color: var(--color-ink);
  font-size: 1.3rem;
  font-weight: 700;
}

.cqb-text p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.93rem;
  line-height: 1.6;
  max-width: 560px;
}

.cqb-action {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.cqb-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  color: var(--color-ink);
  font-size: 0.92rem;
  font-weight: 600;
  transition: border-color 200ms, color 200ms, background 200ms;
}

.cqb-phone svg {
  width: 16px;
  height: 16px;
}

.cqb-phone:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background: rgba(49, 95, 168, 0.05);
}

.cqb-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.contact-page-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
  gap: 60px;
  align-items: start;
}

.contact-aside {
  position: sticky;
  top: 110px;
}

.contact-aside-header h2 {
  margin: 8px 0 12px;
  color: var(--color-ink);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.2;
}

.contact-aside-header p {
  margin: 0 0 24px;
  color: var(--color-muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

.contact-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: var(--radius-sm);
  background: #25d366;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.3);
  transition: background 200ms, transform 200ms, box-shadow 200ms;
}

.contact-wa-btn:hover {
  background: #1da854;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(37, 211, 102, 0.38);
}

.contact-wa-btn svg {
  width: 22px;
  height: 22px;
}

.contact-aside-divider {
  margin: 32px 0;
  height: 1px;
  background: var(--color-line);
}

.contact-aside-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.cas-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 16px 14px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  text-align: center;
  background: #fff;
}

.cas-item strong {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-primary);
  line-height: 1;
}

.cas-item span {
  font-size: 0.7rem;
  color: var(--color-muted);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.contact-persons {
  min-width: 0;
}

.contact-section {
  background:
    linear-gradient(180deg, #fff, var(--color-soft)),
    radial-gradient(circle at 90% 0%, rgba(49, 95, 168, 0.1), transparent 35%);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 34px;
}

.contact-card {
  padding: 30px;
  border-left: 4px solid var(--color-primary);
}

.contact-card h3 {
  margin-top: 0;
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
}

.contact-card p {
  margin: 0 0 18px;
  color: var(--color-accent);
  font-weight: 700;
}

.contact-card a,
.office-info-card a {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 8px;
  color: var(--color-text);
  font-weight: 700;
  cursor: pointer;
  transition: color 200ms ease;
  overflow-wrap: anywhere;
}

.contact-icon {
  font-size: 14px;
  flex-shrink: 0;
  display: inline-block;
  background: var(--color-primary);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.phone-icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 10.8c1.6 3.1 3.5 5 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3 1.3.4 2.6.6 4 .6.7 0 1.2.5 1.2 1.2v3.6c0 .7-.5 1.2-1.2 1.2C10.3 22 2 13.7 2 3.4 2 2.7 2.5 2.2 3.2 2.2h3.6c.7 0 1.2.5 1.2 1.2 0 1.4.2 2.7.6 4 .1.4 0 .9-.3 1.2l-1.7 2.2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 10.8c1.6 3.1 3.5 5 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3 1.3.4 2.6.6 4 .6.7 0 1.2.5 1.2 1.2v3.6c0 .7-.5 1.2-1.2 1.2C10.3 22 2 13.7 2 3.4 2 2.7 2.5 2.2 3.2 2.2h3.6c.7 0 1.2.5 1.2 1.2 0 1.4.2 2.7.6 4 .1.4 0 .9-.3 1.2l-1.7 2.2Z'/%3E%3C/svg%3E");
}

.mail-icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5h18a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Zm9 8 8-5.2V7L12 12 4 7v.8L12 13Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5h18a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Zm9 8 8-5.2V7L12 12 4 7v.8L12 13Z'/%3E%3C/svg%3E");
}

.location-icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.2 7 13 7 13s7-7.8 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.2 7 13 7 13s7-7.8 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E");
}

.web-icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.9 9h-3.2a15.6 15.6 0 0 0-1.2-5 8 8 0 0 1 4.4 5ZM12 4.1c.8 1.1 1.5 2.8 1.8 4.9h-3.6c.3-2.1 1-3.8 1.8-4.9ZM4.3 13h3.9c.1 1.8.5 3.5 1.1 4.9A8 8 0 0 1 4.3 13Zm3.9-2H4.3a8 8 0 0 1 5-4.9A15.6 15.6 0 0 0 8.2 11Zm3.8 8.9c-.8-1.1-1.5-2.8-1.8-4.9h3.6c-.3 2.1-1 3.8-1.8 4.9ZM14.2 13h-4.4a13 13 0 0 1 0-2h4.4a13 13 0 0 1 0 2Zm.5 4.9c.6-1.4 1-3.1 1.1-4.9h3.9a8 8 0 0 1-5 4.9Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.9 9h-3.2a15.6 15.6 0 0 0-1.2-5 8 8 0 0 1 4.4 5ZM12 4.1c.8 1.1 1.5 2.8 1.8 4.9h-3.6c.3-2.1 1-3.8 1.8-4.9ZM4.3 13h3.9c.1 1.8.5 3.5 1.1 4.9A8 8 0 0 1 4.3 13Zm3.9-2H4.3a8 8 0 0 1 5-4.9A15.6 15.6 0 0 0 8.2 11Zm3.8 8.9c-.8-1.1-1.5-2.8-1.8-4.9h3.6c-.3 2.1-1 3.8-1.8 4.9ZM14.2 13h-4.4a13 13 0 0 1 0-2h4.4a13 13 0 0 1 0 2Zm.5 4.9c.6-1.4 1-3.1 1.1-4.9h3.9a8 8 0 0 1-5 4.9Z'/%3E%3C/svg%3E");
}

.contact-card a:hover,
.office-info-card a:hover {
  color: var(--color-primary);
}

.site-footer a:hover {
  color: var(--color-accent);
}

.gallery-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 48px;
}

.pager-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  color: var(--color-text);
  transition: background 200ms, border-color 200ms, color 200ms;
}

.pager-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pager-btn:hover:not(.pager-disabled) {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.pager-disabled {
  opacity: 0.35;
  cursor: default;
}

.pager-numbers {
  display: flex;
  gap: 6px;
}

.pager-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-text);
  transition: background 200ms, border-color 200ms, color 200ms;
}

.pager-num:hover {
  background: rgba(49, 95, 168, 0.08);
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.pager-num.is-active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  cursor: default;
}

.office-info-card {
  margin-top: 34px;
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.78fr);
  gap: 26px;
  align-items: stretch;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  background: #fff;
  box-shadow: var(--shadow-card);
}

.corporate-cta-section {
  padding: 72px 0;
  background: var(--color-ink);
  color: #fff;
}

.corporate-cta-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.corporate-cta-container .section-eyebrow {
  color: #b9e7f4;
}

.corporate-cta-container h2 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.9rem, 4vw, 3.4rem);
  line-height: 1.08;
}

.office-info-card h3 {
  margin-top: 0;
}

.office-info-card p {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  max-width: 700px;
  margin: 0 0 12px;
  color: var(--color-text);
  font-weight: 700;
}

.office-map-placeholder {
  min-height: 260px;
  overflow: hidden;
  border-radius: var(--radius-sm);
  background: #d9e2ef;
}

.office-map-placeholder iframe {
  width: 100%;
  height: 100%;
  min-height: 260px;
  border: 0;
}

.site-footer {
  color: rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(135deg, rgba(10, 16, 28, 0.98), rgba(24, 34, 56, 0.98)),
    url("../images/sea-transport.jpg") center / cover;
}

.footer-main {
  padding: 80px 0 56px;
  display: grid;
  grid-template-columns: minmax(240px, 1.3fr) repeat(3, minmax(150px, 0.7fr));
  gap: 48px;
}

.footer-brand-column .footer-logo {
  width: min(200px, 60vw);
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.footer-brand-column p {
  margin: 18px 0 0;
  max-width: 340px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
  line-height: 1.65;
}

.footer-social-links { margin-top: 22px; }

.footer-column h3 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-column a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 11px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-column a:hover {
  color: #fff;
  transform: translateX(4px);
}

.footer-dot {
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-accent);
  opacity: 0.7;
}

.footer-contact-link {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

.footer-contact-link svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  margin-top: 2px;
  opacity: 0.55;
  fill: var(--color-accent);
}

.footer-address-item {
  color: rgba(255, 255, 255, 0.62) !important;
  cursor: default !important;
  font-size: 0.87rem !important;
  line-height: 1.5;
}

.footer-address-item:hover { transform: none !important; }

.footer-bottom-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.82rem;
}

.footer-bottom-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-bottom-left > span {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.82rem;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
  transition: color 180ms;
}

.footer-bottom-links a:hover { color: #fff; }

.footer-bottom-sep {
  color: rgba(255, 255, 255, 0.22);
}

.footer-agency-credit {
  margin: 0;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.8rem;
}

.footer-agency-credit a {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  transition: color 180ms;
}

.footer-agency-credit a:hover { color: #fff; }

/* ─── Scroll-to-top (bağımsız fixed) ─── */
.scroll-top-fixed {
  position: fixed;
  right: 20px;
  bottom: 88px;
  z-index: 100;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(24, 34, 56, 0.28);
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms, transform 200ms;
}

.scroll-top-fixed.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.scroll-top-fixed:hover { transform: translateY(-2px); }

/* ─── WhatsApp Widget (bağımsız fixed) ─── */
.wa-widget-fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.wa-trigger-btn {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45);
  transition: background 220ms, transform 220ms, box-shadow 220ms;
}

.wa-trigger-btn:hover {
  background: #1dbd58;
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(37, 211, 102, 0.55);
}

.wa-trigger-btn.is-open {
  background: #455;
  box-shadow: 0 6px 20px rgba(0,0,0,0.24);
}

/* Popup */
.wa-popup {
  position: absolute;
  bottom: 64px;
  right: 0;
  padding-bottom: 8px; /* trigger'a görsel köprü — hover alanını kapanıyor */
  width: 340px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.26);
  background: #fff;
  transform-origin: bottom right;
  opacity: 0;
  transform: scale(0.9) translateY(10px);
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

.wa-popup.is-visible {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: auto;
}

/* Popup head */
.wa-popup-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: #075e54;
}

.wa-popup-head-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

.wa-popup-head-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  color: #fff;
  font-size: 20px;
}

.wa-popup-head strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}

.wa-popup-head span {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.78);
}

.wa-popup-close {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  transition: background 180ms;
}

.wa-popup-close:hover { background: rgba(255,255,255,0.3); }

/* Contact rows */
.wa-popup-body {
  padding: 10px;
  background: #ece5dd;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wa-contact-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: #fff;
  border-radius: 10px;
  color: #111;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  transition: background 180ms;
}

.wa-contact-row:hover { background: #f0fdf4; }

.wa-contact-avatar {
  position: relative;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ddd;
  color: #888;
  font-size: 20px;
}

.wa-dot {
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #25d366;
  border: 2px solid #fff;
}

.wa-contact-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.wa-contact-info strong {
  font-size: 0.9rem;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
}

.wa-contact-info span {
  font-size: 0.78rem;
  color: #666;
  white-space: nowrap;
}

.wa-chevron {
  flex-shrink: 0;
  font-size: 11px;
  color: #bbb;
}


/* ─── cqb-stats sağda dikey ─── */
.contact-quick-bar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

.cqb-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cqb-stats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 170px;
}

/* floating-actions artık kullanılmıyor — bağımsız elemanlar kullanılıyor */

.toast-container {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 130;
  display: grid;
  gap: 10px;
}

.toast {
  max-width: 360px;
  padding: 14px 16px;
  border-left: 4px solid var(--color-primary);
  border-radius: var(--radius-sm);
  color: var(--color-ink);
  background: #fff;
  box-shadow: var(--shadow-card);
  font-weight: 800;
}

.toast.is-error {
  border-left-color: #d93025;
}

.toast.is-success {
  border-left-color: #16a34a;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(10, 16, 28, 0.9);
}

.gallery-lightbox.is-open {
  display: flex;
}

.gallery-lightbox img {
  max-width: min(1080px, 86vw);
  max-height: 82vh;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius-md);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  transition: background 200ms ease, transform 200ms ease;
}

.lightbox-close:hover,
.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.24);
  transform: translateY(-1px);
}

.lightbox-close {
  top: 24px;
  right: 24px;
  width: 46px;
  height: 46px;
}

.lightbox-close::before,
.lightbox-close::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 12px;
  width: 20px;
  height: 2px;
  background: #fff;
}

.lightbox-close::before {
  transform: rotate(45deg);
}

.lightbox-close::after {
  transform: rotate(-45deg);
}

.lightbox-nav {
  top: 50%;
  width: 52px;
  height: 52px;
  transform: translateY(-50%);
}

.lightbox-nav:hover {
  transform: translateY(calc(-50% - 1px));
}

.lightbox-prev {
  left: 24px;
}

.lightbox-next {
  right: 24px;
}

.lightbox-nav::before {
  content: "";
  position: absolute;
  top: 17px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.lightbox-prev::before {
  left: 20px;
  transform: rotate(-135deg);
}

.lightbox-next::before {
  right: 20px;
  transform: rotate(45deg);
}

@keyframes orbitRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes routePulse {
  0%, 100% { opacity: 0.45; transform: scaleX(0.7) translateX(0); }
  50% { opacity: 1; transform: scaleX(1) translateX(0); }
}


@keyframes mouseDotScroll {
  0% { opacity: 1; transform: translateY(0); }
  60% { opacity: 0; transform: translateY(16px); }
  61% { opacity: 0; transform: translateY(0); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes mouseLegBounce {
  0%, 100% { opacity: 0.4; transform: rotate(45deg) translateY(0); }
  50% { opacity: 1; transform: rotate(45deg) translateY(3px); }
}

@keyframes heroDecoRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes heroDotPulse {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50% { opacity: 0.9; transform: scale(1.4); }
}

@keyframes heroScrollBounce {
  0%, 100% { transform: rotate(45deg) translateY(0); opacity: 0.55; }
  50% { transform: rotate(45deg) translateY(7px); opacity: 1; }
}

@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-content h1 {
  animation: heroFadeUp 0.6s ease both;
  animation-delay: 0.1s;
}

.hero-content p:not(.section-eyebrow) {
  animation: heroFadeUp 0.6s ease both;
  animation-delay: 0.25s;
}

.hero-actions {
  animation: heroFadeUp 0.6s ease both;
  animation-delay: 0.4s;
}

@media (max-width: 1024px) {
  .section {
    padding: 80px 0;
  }

  .split-layout,
  .office-info-card,
  .hero-content,
  .corporate-cta-container {
    grid-template-columns: 1fr;
  }

  .principles-grid,
  .services-grid,
  .operations-grid,
  .process-timeline,
  .numbers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-mvd-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .routes-regions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-main {
    grid-template-columns: minmax(0, 1fr) repeat(2, minmax(140px, 0.6fr));
  }

  .process-timeline::before {
    display: none;
  }

  .service-detail-hero-container,
  .service-detail-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 820px) {
  .site-header { top: 0; }

  /* ── Top Bar ── */
  .top-contact-bar { width: 100%; }

  .top-contact-container {
    width: min(100% - 20px, var(--container));
    padding: 7px 10px;
    font-size: 0.7rem;
    font-weight: 400;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 14px;
  }

  .top-left-info {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 10px;
  }

  .top-left-info a { font-size: 0.68rem; }

  #top-slogan { display: none; }
  .top-social-links { display: none; }

  /* ── Navbar ── */
  .site-header { z-index: 120; }

  .navbar {
    height: 60px;
    padding: 10px 16px;
  }

  .brand-link img { width: min(160px, 44vw); }

  .mobile-menu-toggle { display: none; }
  .mobile-menu-btn { display: flex; }

  /* Masaüstü nav mobilde tamamen gizli — yeni overlay kullanılıyor */
  .navbar-links { display: none !important; }

  #nav-services-menu { display: none; }

  /* ── Hero ── */
  .hero-section { min-height: 100svh; }
  .hero-content { padding: 130px 0 80px; }
  .hero-deco-1, .hero-deco-2, .hero-deco-3 { display: none; }

  /* ── Bölüm padding ── */
  .section { padding: 72px 0; }

  /* ── İletişim sayfası ── */
  .contact-map-full { height: 280px; }

  .contact-info-strip-inner { grid-template-columns: 1fr; }

  .cis-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 14px;
  }

  .cis-item:last-child { border-bottom: 0; }

  .contact-quick-bar { padding: 28px 24px; gap: 20px; }

  .cqb-stats { grid-template-columns: repeat(3, 1fr); }

  /* ── Footer alt çubuğu ── */
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding: 18px 0;
  }

  .footer-copyright { color: rgba(255,255,255,0.45); font-size: 0.8rem; }
  .footer-agency-credit { margin: 0; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 24px, var(--container)); }

  /* ── Genel bölüm boşlukları ── */
  .section { padding: 64px 0; }
  .numbers-section { padding: 64px 0; }

  /* ── Hero ── */
  .hero-content { padding: 120px 0 80px; }

  .hero-content .section-eyebrow {
    font-size: 0.75rem;
    margin-bottom: 14px;
  }

  .hero-content h1 {
    font-size: clamp(1.7rem, 8vw, 2.6rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin-bottom: 18px;
  }

  .hero-content p:not(.section-eyebrow) {
    font-size: 0.96rem;
    line-height: 1.65;
    margin-top: 0;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
  }

  .btn { width: 100%; justify-content: center; }

  /* ── Nav mobile ── */
  .navbar-links { top: 100px; }

  /* ── Sayfa heroları ── */
  .service-detail-copy h1 {
    white-space: normal;
    font-size: clamp(1.3rem, 5.5vw, 1.9rem);
  }

  .service-detail-hero { padding: 130px 0 48px; }

  /* ── Section başlıkları ── */
  .section-heading { margin-bottom: 32px; }
  .section-heading h2,
  .section-copy h2 {
    font-size: clamp(1.3rem, 6vw, 2rem);
    margin-top: 8px;
    line-height: 1.25;
  }

  .section-eyebrow { font-size: 0.7rem; letter-spacing: 0.12em; }

  /* ── Hakkımızda bölümü ── */
  .about-intro { margin-bottom: 36px; }

  .about-intro .section-copy p { font-size: 0.95rem; line-height: 1.7; }

  .about-mvd-grid { gap: 14px; }
  .about-mvd-card {
    padding: 22px 20px;
    border-top-width: 3px;
  }

  .about-mvd-card h3 { font-size: 1rem; margin-bottom: 8px; }
  .about-mvd-card p { font-size: 0.9rem; line-height: 1.6; }

  /* ── Rakamlar ── */
  .numbers-heading { margin-bottom: 28px; }
  .numbers-heading h2 { font-size: clamp(1.2rem, 5.5vw, 1.7rem); }
  .numbers-grid { gap: 14px; }

  .number-card strong { font-size: 2.2rem; }
  .number-card span { font-size: 0.8rem; }

  /* ── Çalışma süreci ── */
  .process-timeline { gap: 14px; }
  .process-step { padding: 72px 18px 22px; }
  .process-step h3 { font-size: 1rem; margin-bottom: 6px; }
  .process-step p { font-size: 0.88rem; }

  /* ── Hizmetler (dark) ── */
  .services-grid { gap: 14px; }
  .services-section .service-card { padding: 10px 10px 18px; }
  .service-card p { min-height: auto; font-size: 0.88rem; }
  .service-card h3 { font-size: 1.05rem; }

  /* ── Aktif hatlar ── */
  .routes-regions { gap: 12px; }
  .routes-region { padding: 18px 16px; }
  .routes-region h3 { font-size: 0.75rem; margin-bottom: 12px; }
  .routes-region li { font-size: 0.9rem; }

  /* ── CTA ── */
  .corporate-cta-section { padding: 56px 0; }
  .corporate-cta-container { gap: 24px; }
  .corporate-cta-container h2 { font-size: clamp(1.2rem, 5vw, 1.7rem); }
  .corporate-cta-container .btn { width: 100%; text-align: center; }

  /* ── Galeri ── */
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .gallery-pager { flex-wrap: wrap; gap: 8px; }
  .pager-num, .pager-btn { width: 38px; height: 38px; font-size: 0.8rem; }

  /* ── Footer ── */
  .footer-main { gap: 32px; }
  .footer-brand-column .footer-logo { width: min(150px, 50vw); }
  .footer-brand-column p { font-size: 0.84rem; line-height: 1.6; }
  .footer-column h3 { margin-bottom: 14px; }
  .footer-column a { font-size: 0.88rem; margin-top: 10px; }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    padding: 16px 0;
  }

  .footer-copyright { font-size: 0.78rem; color: rgba(255,255,255,0.4); }
  .footer-agency-credit { font-size: 0.78rem; }

  /* ── Grid override ── */
  .principles-grid,
  .services-grid,
  .operations-grid,
  .process-timeline,
  .about-mvd-grid,
  .routes-regions,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .numbers-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }

  /* ── İletişim ── */
  .contact-info-strip-inner { grid-template-columns: 1fr; }
  .cis-item { border-right: 0 !important; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 14px 12px; }
  .cis-item:last-child { border-bottom: 0 !important; }

  .contact-quick-bar { padding: 20px 16px; grid-template-columns: 1fr; gap: 16px; }
  .cqb-stats { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .cas-item strong { font-size: 1.15rem; }
  .cas-item span { font-size: 0.65rem; }

  .contact-card { padding: 18px; }
  .contact-persons-full { margin-bottom: 36px; }

  /* ── Lightbox ── */
  .gallery-lightbox { padding: 10px; }
  .lightbox-nav { top: auto; bottom: 18px; transform: none; }
  .lightbox-nav:hover { transform: translateY(-1px); }

  /* ── Floating ── */
  .scroll-top-fixed { right: 12px; bottom: 76px; width: 40px; height: 40px; font-size: 14px; }
  .wa-widget-fixed { right: 12px; bottom: 12px; }
  .wa-trigger-btn { width: 50px; height: 50px; font-size: 22px; }

  .toast-container { left: 12px; right: 68px; bottom: 12px; }

  /* WA widget popup on small screens */
  .wa-popup {
    position: fixed;
    bottom: 76px;
    right: 10px;
    left: 10px;
    width: auto;
  }
}

/* Animasyonları mobilde kapat (GPU tüketimi azalır) */
@media (max-width: 820px) {
  .hero-deco-dot-1,
  .hero-deco-dot-2,
  .hero-deco-dot-3 {
    display: none;
  }

  .hero-mouse-indicator { display: none; }

  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
