/* ============================================================
   AKSOY TRAFİK — Mercury-grade özel stiller (Tailwind CDN yanı)
   Marka: #FFE440 (amber metin #8A6D00) • Zemin: #FFF / #F4F4F1 • Metin: #1C1C1F
   ============================================================ */

:root {
  --aksoy: #ffe440;
  --amber: #8a6d00;
  --ink-950: #ffffff;
  --ink-900: #f4f4f1;
  --ink-800: #e9e9e4;
  --silver: #55555c;
  --ink-text: #1c1c1f;
}

html { scroll-behavior: auto; color-scheme: light; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  background: var(--ink-950);
  color: #1c1c1f;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--aksoy); color: #0a0a0a; }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #e7e7e3; }
::-webkit-scrollbar-thumb { background: #c6c6c1; border-radius: 8px; border: 2px solid #e7e7e3; }
::-webkit-scrollbar-thumb:hover { background: var(--aksoy); }

/* ---------- iletişim alt bandı: temaya göre saha görseli ---------- */
.iletisim-band { box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45); }
.iletisim-band .ib-img { transition: opacity 0.6s ease; }
.iletisim-shade {
  background: linear-gradient(to bottom, #ffffff 0%, transparent 30%, transparent 65%, #ffffff 100%);
}

/* ---------- burger ---------- */

.burger {
  width: 2.6rem; height: 2.6rem;
  display: grid; place-items: center; align-content: center; gap: 6px;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}
.burger:hover { border-color: rgba(255, 228, 64, 0.5); }
.burger-sm { width: 2.25rem; height: 2.25rem; gap: 5px; }
.burger-sm .hb-line { width: 15px; }
.burger-sm .hb-line:last-child { width: 10px; margin-left: 5px; }
.burger-sm.open .hb-line:last-child { width: 15px; }
.burger .hb-line {
  display: block; width: 18px; height: 2px; border-radius: 2px;
  background: #1c1c1f;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease, width 0.35s ease;
}
.burger .hb-line:last-child { width: 12px; margin-left: 6px; background: #ffe440; }
.burger.open .hb-line:first-child { transform: translateY(4px) rotate(45deg); }
.burger.open .hb-line:last-child { width: 18px; margin-left: 0; transform: translateY(-4px) rotate(-45deg); background: #ffe440; }


/* ---------- corporate navbar (Porto index-corporate uyarlaması) ---------- */
/* tam genişlik bar + üst çizgili menü + sticky shrink + scroll ilerleme */
@keyframes nav-drop {
  from { transform: translateY(-100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
#navbar { animation: nav-drop 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.9s backwards; }
/* yüzen bar: en üst ve yanlarla arada boşluk */
#navbar { padding: 12px 12px 0; }
@media (min-width: 768px) { #navbar { padding: 14px 20px 0; } }
.corp-float { border-radius: 18px; overflow: hidden; border: 1px solid rgba(0, 0, 0, 0.08); box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1); background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.corp-progress { height: 3px; background: rgba(0, 0, 0, 0.06); }
.corp-progress span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, #FFE440, #ff9d00); box-shadow: 0 0 8px rgba(255, 200, 20, 0.55); }
.corp-bar {
  display: flex; align-items: center; gap: 1.25rem;
  height: 88px;
  transition: height 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}
#navbar.scrolled .corp-bar { height: 64px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); }
.corp-logo { flex-shrink: 0; display: inline-flex; }
.corp-logo img { height: 48px; width: auto; object-fit: contain; transition: height 0.35s cubic-bezier(0.22, 1, 0.36, 1); }
#navbar.scrolled .corp-logo img { height: 36px; }
/* üst çizgili menü (Porto header-nav-top-line) */
.corp-nav { display: flex; align-items: stretch; align-self: stretch; }
.corp-link {
  position: relative; display: flex; align-items: center;
  padding: 0 1rem;
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
  font-size: 0.85rem; font-weight: 600; letter-spacing: 0.02em;
  color: #55555c; white-space: nowrap;
  transition: color 0.25s ease;
}
.corp-link::before {
  content: ""; position: absolute; top: 0; left: 0.9rem; right: 0.9rem; height: 3px;
  border-radius: 0 0 3px 3px; background: transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.corp-link:hover { color: #1c1c1f; }
.corp-link:hover::before { background: #FFE440; }
.corp-link.active { color: #8a6d00; }
.corp-link.active::before { background: linear-gradient(90deg, #FFE440, #ff9d00); box-shadow: 0 2px 10px rgba(255, 200, 20, 0.6); }
/* sağ özellikler (Porto header-nav-features): sosyal + telefon + CTA */
.corp-features { margin-left: auto; display: flex; align-items: center; gap: 0.9rem; }
.corp-soc { display: flex; align-items: center; gap: 0.45rem; }
.corp-soc-btn {
  width: 2.1rem; height: 2.1rem; display: grid; place-items: center;
  border-radius: 9999px; border: 1px solid rgba(0, 0, 0, 0.12);
  color: #55555c; transition: all 0.3s ease;
}
.corp-soc-btn svg { width: 15px; height: 15px; }
.corp-soc-btn:hover { background: #FFE440; border-color: #FFE440; color: #1c1c1f; transform: translateY(-1px); box-shadow: 0 0 16px rgba(255, 228, 64, 0.45); }
/* WhatsApp marka logosu: her zaman yeşil */
.corp-soc-btn.wa-brand { color: #25d366; border-color: rgba(37, 211, 102, 0.45); }
.corp-soc-btn.wa-brand:hover { background: rgba(37, 211, 102, 0.12); border-color: #25d366; color: #25d366; box-shadow: 0 0 16px rgba(37, 211, 102, 0.35); }
.corp-divider { width: 1px; height: 24px; background: rgba(0, 0, 0, 0.12); }
.corp-phone { font-family: "Space Grotesk", Inter, system-ui, sans-serif; font-weight: 600; font-size: 0.85rem; color: #1c1c1f; white-space: nowrap; }
.corp-phone:hover { color: #8a6d00; }











/* mobil menü kademeli açılış */
#mobile-menu:not(.hidden) nav a { animation: menu-in 0.4s cubic-bezier(0.22, 1, 0.36, 1) both; }
#mobile-menu:not(.hidden) nav a:nth-child(2) { animation-delay: 0.05s; }
#mobile-menu:not(.hidden) nav a:nth-child(3) { animation-delay: 0.1s; }
#mobile-menu:not(.hidden) nav a:nth-child(4) { animation-delay: 0.15s; }
#mobile-menu:not(.hidden) nav a:nth-child(5) { animation-delay: 0.2s; }
@keyframes menu-in {
  from { opacity: 0; transform: translateX(-14px); }
  to { opacity: 1; transform: translateX(0); }
}

/* ---------- tipografi ---------- */
.font-display { font-family: "Space Grotesk", "Inter", system-ui, sans-serif; letter-spacing: -0.03em; }
.giant-outline {
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.14);
  user-select: none;
  line-height: 0.85;
}

/* ---------- zemin dokuları ---------- */
.grid-bg {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
}
.noise { position: relative; }
.noise::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- glassmorphism ---------- */
.glass {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(244, 244, 241, 0.94));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}


/* ---------- buton glow ---------- */
.btn-aksoy {
  position: relative; isolation: isolate; overflow: hidden;
  background: var(--aksoy); color: #0a0a0a;
  box-shadow: 0 0 0 rgba(255, 228, 64, 0);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.btn-aksoy:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 24px rgba(255, 228, 64, 0.55), 0 0 70px rgba(255, 228, 64, 0.25);
}
.btn-aksoy::before {
  content: ""; position: absolute; inset: -60%; z-index: -1;
  background: conic-gradient(from 0deg, transparent 70%, rgba(255, 255, 255, 0.75) 82%, transparent 94%);
  animation: spin-beam 3.2s linear infinite; opacity: 0; transition: opacity 0.3s ease;
}
.btn-aksoy:hover::before { opacity: 1; }
@keyframes spin-beam { to { transform: rotate(360deg); } }

.btn-ghost {
  border: 1px solid rgba(0, 0, 0, 0.2); color: #1c1c1f;
  transition: border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.btn-ghost:hover { border-color: #d9a400; color: var(--amber); transform: translateY(-2px); box-shadow: 0 0 22px rgba(217,164,0,0.25); }

/* ---------- 3D tilt kartları + dönen neon çerçeve ---------- */
@property --ga { syntax: "<angle>"; initial-value: 0deg; inherits: false; }
.tilt-card {
  position: relative;
  transform-style: preserve-3d;
  will-change: transform;
  transition: box-shadow 0.35s ease, border-color 0.35s ease;
}
.tilt-card::before {
  content: ""; position: absolute; inset: -1px; border-radius: inherit;
  padding: 1.5px;
  background: conic-gradient(from var(--ga), transparent 0deg, transparent 250deg, rgba(255, 228, 64, 0.95) 300deg, rgba(255, 255, 255, 0.9) 315deg, transparent 340deg);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0; transition: opacity 0.35s ease;
  pointer-events: none;
}
.tilt-card:hover::before { opacity: 1; animation: border-spin 2.4s linear infinite; }
@keyframes border-spin { to { --ga: 360deg; } }
.tilt-card:hover {
  border-color: rgba(255, 228, 64, 0.35);
  box-shadow: 0 0 32px rgba(255, 228, 64, 0.16), 0 26px 60px rgba(0, 0, 0, 0.55);
}
.tilt-glare {
  position: absolute; inset: 0; border-radius: inherit;
  opacity: 0; transition: opacity 0.4s ease;
  pointer-events: none;
}


/* ---------- ürün kartları ---------- */
.product-card {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease, box-shadow 0.35s ease;
  will-change: transform;
}
.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 228, 64, 0.65) !important;
  box-shadow: 0 0 0 1px rgba(255, 228, 64, 0.35), 0 0 28px rgba(255, 228, 64, 0.18), 0 24px 60px rgba(0, 0, 0, 0.6);
}
.product-card .p-img { transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1); }
.product-card:hover .p-img { transform: scale(1.06); }
/* SVG trafik levhaları kart içinde sığsın - taşma düzeltmesi */
.product-card img[src$=".svg"] { object-fit: contain; object-position: center; }
.product-card:hover img[src$=".svg"] { transform: none; }
.product-card .p-arrow { transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease; }
.product-card:hover .p-arrow { background: var(--aksoy); color: #0a0a0a; transform: rotate(-45deg); }

/* ---------- ürün başlığı gradyan + toolbar + çekmece ---------- */
.grad-aksoy {
  background: linear-gradient(100deg, #a67c00 10%, #d97706 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.toolbar-search {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #1c1c1f;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.toolbar-search:focus { outline: none; border-color: var(--aksoy); box-shadow: 0 0 0 3px rgba(255, 228, 64, 0.14); }
.toolbar-search::placeholder { color: #6b6b74; }
.toolbar-sort {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #1c1c1f; border-radius: 0.75rem;
  padding: 0.85rem 1rem; cursor: pointer;
  transition: border-color 0.3s ease;
}
.toolbar-sort:focus { outline: none; border-color: var(--aksoy); }
.toolbar-sort option { background: #ffffff; color: #1c1c1f; }

/* kategori çekmecesi */
#cats-backdrop { backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); transition: opacity 0.35s ease; }
#cats-drawer {
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: -30px 0 80px rgba(0, 0, 0, 0.6);
}
#cats-drawer.open { transform: translateX(0) !important; }
#cats-list::-webkit-scrollbar { width: 6px; }
#cats-list::-webkit-scrollbar-thumb { border: none; }
.cat-row {
  width: 100%; display: flex; align-items: center; gap: 0.75rem;
  padding: 1rem 1.1rem; border-radius: 1rem;
  background: rgba(0, 0, 0, 0.035);
  border: 1px solid rgba(0, 0, 0, 0.09);
  transition: all 0.28s ease; text-align: left;
}
.cat-row:hover { border-color: rgba(255, 228, 64, 0.45); transform: translateY(-1px); }
.cat-row.active {
  background: linear-gradient(100deg, #ffe440, #ffb800);
  border-color: transparent; color: #0a0a0a;
  box-shadow: 0 8px 28px rgba(255, 200, 20, 0.35);
}
.cat-row.active .cat-count { background: rgba(0, 0, 0, 0.85); color: #ffe440; }
.cat-ico { font-size: 1.15rem; line-height: 1; }
.cat-main {
  flex: 1; display: flex; align-items: center; gap: 0.75rem;
  text-align: left; color: inherit; font: inherit; min-width: 0;
}
.cat-name { flex: 1; font-family: "Space Grotesk", Inter, system-ui, sans-serif; font-weight: 600; font-size: 0.95rem; }
.cat-count {
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
  font-size: 0.72rem; font-weight: 700;
  background: rgba(217, 164, 0, 0.14); color: #8a6d00;
  border-radius: 9999px; padding: 0.15rem 0.55rem;
}
.cat-chev {
  width: 2rem; height: 2rem; display: grid; place-items: center;
  border-radius: 0.6rem; background: rgba(0, 0, 0, 0.06);
  font-size: 0.7rem; color: #8a6d00; transition: transform 0.3s ease, background 0.3s ease;
  flex-shrink: 0; cursor: pointer;
}
.cat-chev:hover { background: rgba(255, 228, 64, 0.2); }
.cat-row.active .cat-chev { color: #0a0a0a; }
.cat-group.open .cat-chev { transform: rotate(180deg); }
.cat-subs { overflow: hidden; max-height: 0; transition: max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1); }
.cat-group.open .cat-subs { max-height: 600px; }
.cat-sub {
  width: 100%; display: flex; align-items: center; gap: 0.6rem;
  margin-top: 0.5rem; padding: 0.7rem 1rem 0.7rem 1.25rem; border-radius: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #55555c; font-size: 0.87rem; text-align: left;
  transition: all 0.25s ease;
}
.cat-sub::before { content: ""; width: 6px; height: 6px; border-radius: 9999px; background: currentColor; opacity: 0.5; flex-shrink: 0; }
.cat-sub:hover { border-color: rgba(255, 228, 64, 0.45); color: #1c1c1f; }
.cat-sub.active { border-color: #d9a400; color: #8a6d00; background: rgba(217, 164, 0, 0.08); }
.cat-sub .cat-count { margin-left: auto; }

/* ---------- kategori sistemi: ana segment + alt chip (yedek) ---------- */
.seg {
  flex: 1 1 auto;
  display: flex; align-items: center; justify-content: center; gap: 0.55rem;
  padding: 0.8rem 1.1rem; border-radius: 0.9rem;
  font-family: "Space Grotesk", Inter, system-ui, sans-serif; font-size: 0.9rem;
  color: #55555c; border: 1px solid transparent;
  transition: all 0.28s ease; white-space: nowrap;
}
.seg:hover { color: #1c1c1f; background: rgba(0, 0, 0, 0.05); }
.seg.active {
  background: var(--aksoy); color: #0a0a0a; font-weight: 700;
  box-shadow: 0 0 24px rgba(255, 228, 64, 0.35);
}
.seg-ico { font-size: 1rem; line-height: 1; }
.seg-count {
  font-size: 0.7rem; font-weight: 600;
  border: 1px solid currentColor; border-radius: 9999px;
  padding: 0.05rem 0.45rem; opacity: 0.8;
}
.sub-chip {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-family: "Space Grotesk", Inter, system-ui, sans-serif; font-size: 0.83rem;
  padding: 0.55rem 1.05rem; border-radius: 9999px;
  border: 1px solid rgba(0, 0, 0, 0.14); color: #55555c;
  transition: all 0.25s ease;
}
.sub-chip:hover { border-color: rgba(255, 228, 64, 0.6); color: #1c1c1f; transform: translateY(-1px); }
.sub-chip.active {
  background: var(--aksoy); border-color: var(--aksoy); color: #0a0a0a; font-weight: 600;
  box-shadow: 0 0 18px rgba(255, 228, 64, 0.3);
}
.sub-count { font-size: 0.68rem; opacity: 0.7; }

/* filtre hapları (geriye dönük) */
.filter-pill { transition: all 0.28s ease; border: 1px solid rgba(0, 0, 0, 0.14); color: var(--silver); }
.filter-pill:hover { border-color: rgba(255, 228, 64, 0.6); color: #1c1c1f; transform: translateY(-1px); }
.filter-pill.active { background: var(--aksoy); border-color: var(--aksoy); color: #0a0a0a; font-weight: 600; box-shadow: 0 0 22px rgba(255, 228, 64, 0.35); }

/* tam ekran genişliğinde akış-içi şerit (ebeveyn padding/max-width'i deler) */
.full-bleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* ---------- akan yol çizgisi (SEAMLESS: -230 = 5 × 46 periyot) ---------- */
@keyframes dash-flow { to { stroke-dashoffset: -230; } }
.road-dash {
  stroke-dasharray: 26 20; /* periyot: 46px → kayma mesafesi bunun katı olmalı */
  animation: dash-flow 2.4s linear infinite;
  will-change: stroke-dashoffset;
}
/* ---------- marquee: soldan girer, sağa akar, kesintisiz döngü ---------- */
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-r 38s linear infinite;
  will-change: transform;
}
.marquee-track > span {
  flex-shrink: 0;
  white-space: nowrap;
  padding-inline: 1.5rem;
  line-height: 1.5;
}
/* -50% → 0: periyot (3 span) kadar kayar, başa dönüş görünmez olur */
@keyframes marquee-r {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

/* ---------- reveal varsayılan (JS yoksa görünür kal) ---------- */
[data-reveal] { opacity: 1; }
.js [data-reveal] { opacity: 0; }



/* ---------- galeri: 3D coverflow carousel + lightbox ---------- */
.covers-wrap { position: relative; }
.covers-stage {
  position: relative; height: 380px;
  perspective: 1400px; transform-style: preserve-3d;
  touch-action: pan-y;
}
@media (min-width: 768px) { .covers-stage { height: 500px; } }
.cover {
  position: absolute; left: 50%; top: 50%;
  width: min(70vw, 540px); height: 300px;
  margin: 0; border-radius: 1.25rem; overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #E9E9E4;
  will-change: transform, filter;
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1), filter 0.75s ease, border-color 0.4s ease, box-shadow 0.4s ease, opacity 0.5s ease;
}
.covers-stage.no-anim .cover { transition: none !important; }
@media (min-width: 768px) { .cover { height: 400px; } }
.cover img { display: block; width: 100%; height: 100%; object-fit: cover; user-select: none; -webkit-user-drag: none; }
.cover[data-pos="far-prev"] {
  transform: translate(-50%, -50%) translateX(-115%) scale(0.62) rotateY(34deg);
  filter: blur(4px) brightness(0.4); opacity: 0.5; z-index: 0; cursor: pointer;
}
.cover[data-pos="far-next"] {
  transform: translate(-50%, -50%) translateX(115%) scale(0.62) rotateY(-34deg);
  filter: blur(4px) brightness(0.4); opacity: 0.5; z-index: 0; cursor: pointer;
}
.cover[data-pos="prev"] {
  transform: translate(-50%, -50%) translateX(-62%) scale(0.8) rotateY(28deg);
  filter: blur(3px) brightness(0.55); z-index: 1; cursor: pointer;
}
.cover[data-pos="next"] {
  transform: translate(-50%, -50%) translateX(62%) scale(0.8) rotateY(-28deg);
  filter: blur(3px) brightness(0.55); z-index: 1; cursor: pointer;
}
.cover[data-pos="cur"] {
  transform: translate(-50%, -50%) scale(1); z-index: 3; cursor: zoom-in;
  border-color: rgba(255, 228, 64, 0.7);
  box-shadow: 0 0 0 1px rgba(255, 228, 64, 0.35), 0 0 44px rgba(255, 228, 64, 0.22), 0 30px 80px rgba(0, 0, 0, 0.6);
}
.cover-arrow {
  position: absolute; top: 190px; transform: translateY(-50%); z-index: 4;
  width: 3rem; height: 3rem; display: grid; place-items: center;
  border-radius: 9999px; font-size: 1.3rem;
  background: rgba(10, 10, 10, 0.7); border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}
@media (min-width: 768px) { .cover-arrow { top: 250px; } }
.cover-arrow:hover { border-color: #ffe440; color: #ffe440; box-shadow: 0 0 20px rgba(255, 228, 64, 0.35); }
.covers-meta { display: flex; align-items: center; justify-content: center; gap: 1.25rem; margin-top: 1.5rem; }
.cover-dots { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; justify-content: center; max-width: 420px; }
.cover-dots button {
  width: 7px; height: 7px; border-radius: 9999px; padding: 0;
  background: rgba(0, 0, 0, 0.15); transition: all 0.3s ease;
}
.cover-dots button:hover { background: rgba(217, 164, 0, 0.5); }
.cover-dots button.on {
  width: 22px; background: #ffe440;
  box-shadow: 0 0 12px rgba(255, 228, 64, 0.8);
}
.cover-count { font-size: 0.85rem; letter-spacing: 0.2em; color: #55555c; white-space: nowrap; }
.cover-count #cover-cur { color: #8a6d00; font-weight: 700; }

#lightbox-backdrop { backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.lb-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 3rem; height: 3rem; display: grid; place-items: center;
  border-radius: 9999px; font-size: 1.3rem;
  background: rgba(10, 10, 10, 0.7); border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff; transition: all 0.3s ease;
}
.lb-nav:hover { border-color: #ffe440; color: #ffe440; box-shadow: 0 0 20px rgba(255, 228, 64, 0.3); }

/* modal */
#modal-backdrop { backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
#modal-panel {
  box-shadow: 0 0 0 1px rgba(255, 228, 64, 0.18), 0 0 60px rgba(255, 228, 64, 0.1), 0 40px 120px rgba(0, 0, 0, 0.7);
}
.modal-shine { overflow: hidden; }
.modal-shine::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.85) 50%, transparent 80%);
  transform: translateX(-100%);
  animation: shine-sweep 2.8s ease-in-out infinite;
}
@keyframes shine-sweep {
  0% { transform: translateX(-100%); }
  60%, 100% { transform: translateX(100%); }
}
.feat-check {
  flex-shrink: 0; width: 22px; height: 22px;
  display: grid; place-items: center;
  border-radius: 9999px;
  background: rgba(217, 164, 0, 0.12);
  border: 1px solid rgba(217, 164, 0, 0.45);
  color: #8a6d00; font-size: 12px; font-weight: 700;
}
#modal-img { transition: transform 0.35s ease; will-change: transform; }
/* hover ile yakından inceleme (büyüteç): imleç neredeyse oraya zoom */
#modal-zoom { cursor: zoom-in; }
#modal-zoom.zooming { cursor: zoom-out; }
#modal-zoom.zooming #modal-img { transform: scale(2.2); }
.modal-zoom-hint { position: absolute; left: 50%; bottom: 0.6rem; transform: translateX(-50%); font-family: "Space Grotesk", Inter, system-ui, sans-serif; font-size: 11px; letter-spacing: 0.08em; background: rgba(28, 28, 31, 0.82); color: #FFE440; padding: 0.35rem 0.8rem; border-radius: 9999px; pointer-events: none; white-space: nowrap; transition: opacity 0.3s ease; }
#modal-zoom.zooming .modal-zoom-hint { opacity: 0; }

/* koyu temaya uyan Google Haritalar */
.map-dark { filter: none; }

/* ---------- Porto shop: sol sidebar + kart rozeti + hızlı inceleme ---------- */
.shop-side-title { font-family: "Space Grotesk", Inter, system-ui, sans-serif; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.14em; color: #1c1c1f; }
#shop-cats .cat-group { margin-bottom: 0.15rem; }
.shop-tag { font-family: "Space Grotesk", Inter, system-ui, sans-serif; font-size: 0.72rem; font-weight: 600; padding: 0.4rem 0.8rem; border-radius: 9999px; border: 1px solid rgba(0, 0, 0, 0.12); color: #55555c; transition: all 0.25s ease; }
.shop-tag:hover { border-color: #d9a400; color: #8a6d00; transform: translateY(-1px); box-shadow: 0 0 14px rgba(217, 164, 0, 0.25); }
.mini-prod { display: flex; gap: 0.8rem; align-items: center; padding: 0.6rem; border-radius: 1rem; border: 1px solid transparent; cursor: pointer; transition: all 0.25s ease; }
.mini-prod:hover { border-color: rgba(217, 164, 0, 0.5); background: rgba(217, 164, 0, 0.06); }
.mini-prod img { width: 64px; height: 64px; flex-shrink: 0; object-fit: contain; border-radius: 0.75rem; background: #EFEFEB; border: 1px solid rgba(0, 0, 0, 0.08); }
.mini-link { display: inline-block; margin-top: 0.2rem; font-family: "Space Grotesk", Inter, system-ui, sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; color: #8a6d00; }
.p-badge { position: absolute; top: 0.6rem; left: 0.6rem; z-index: 2; font-family: "Space Grotesk", Inter, system-ui, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; background: #FFE440; color: #1c1c1f; padding: 0.25rem 0.6rem; border-radius: 9999px; box-shadow: 0 4px 14px rgba(255, 200, 20, 0.4); }
.p-zoom { position: absolute; left: 50%; bottom: 0.8rem; transform: translate(-50%, 8px); z-index: 2; font-family: "Space Grotesk", Inter, system-ui, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; background: rgba(28, 28, 31, 0.88); color: #FFE440; padding: 0.5rem 1.1rem; border-radius: 9999px; opacity: 0; transition: all 0.35s ease; backdrop-filter: blur(4px); pointer-events: none; white-space: nowrap; }
.product-card:hover .p-zoom { opacity: 1; transform: translate(-50%, 0); }

/* ---------- footer (Porto tarzı: 4 sütun + alt bar) ---------- */
.foot-title { font-family: "Space Grotesk", Inter, system-ui, sans-serif; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.12em; color: #fff; }
.foot-link { color: #9ca3af; transition: color 0.25s ease, padding-left 0.25s ease; }
.foot-link:hover { color: #FFE440; padding-left: 6px; }
.foot-tag { font-size: 0.75rem; padding: 0.4rem 0.8rem; border-radius: 0.5rem; border: 1px solid rgba(255, 255, 255, 0.14); color: #d4d4d8; transition: all 0.25s ease; }
.foot-tag:hover { border-color: #FFE440; color: #FFE440; transform: translateY(-1px); }
.foot-input { background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.12); color: #fff; transition: border-color 0.3s ease, box-shadow 0.3s ease; }
.foot-input:focus { outline: none; border-color: #FFE440; box-shadow: 0 0 0 3px rgba(255, 228, 64, 0.15); }
.foot-input::placeholder { color: #71717a; }
.foot-soc { width: 2.25rem; height: 2.25rem; display: grid; place-items: center; border-radius: 9999px; border: 1px solid rgba(255, 255, 255, 0.15); color: #d4d4d8; transition: all 0.3s ease; }
.foot-soc svg { width: 15px; height: 15px; }
.foot-soc:hover { background: #FFE440; border-color: #FFE440; color: #1c1c1f; transform: translateY(-2px); box-shadow: 0 0 16px rgba(255, 228, 64, 0.4); }
.foot-soc.wa-brand { color: #25d366; border-color: rgba(37, 211, 102, 0.45); }
.foot-soc.wa-brand:hover { background: rgba(37, 211, 102, 0.12); border-color: #25d366; color: #25d366; box-shadow: 0 0 16px rgba(37, 211, 102, 0.35); }

/* sosyal medya butonları */
.soc-btn {
  width: 3rem; height: 3rem;
  display: grid; place-items: center;
  border-radius: 9999px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: rgba(0, 0, 0, 0.04);
  color: #55555c;
  transition: all 0.3s ease;
}
.soc-btn svg { width: 22px; height: 22px; }
.soc-btn:hover {
  background: var(--aksoy); border-color: var(--aksoy); color: #0a0a0a;
  transform: translateY(-2px);
  box-shadow: 0 0 22px rgba(255, 228, 64, 0.35);
}
.soc-btn.soc-wa { color: #25d366; border-color: rgba(37, 211, 102, 0.45); }
.soc-btn.soc-wa:hover { background: #25d366; border-color: #25d366; color: #0a0a0a; box-shadow: 0 0 22px rgba(37, 211, 102, 0.4); }

/* form */
.field { background: #ffffff; border: 1px solid rgba(0,0,0,0.14); color: #1c1c1f; transition: border-color 0.3s ease, box-shadow 0.3s ease; }
.field:focus { outline: none; border-color: var(--aksoy); box-shadow: 0 0 0 3px rgba(255,228,64,0.15); }
.field::placeholder { color: #6b6b74; }









/* ============================================================
   PORTO classic-video-light uyarlaması (anasayfa)
   Tam ekran video hero + ortalanmış başlık + scroll butonu
   + word-rotator + feature-box + accordion + progress + team
   ============================================================ */
.video-hero { position: relative; height: 100vh; min-height: 640px; overflow: hidden; }
.video-hero video, .video-hero .hero-poster {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.video-hero .hero-poster { animation: kenburns 28s ease-in-out infinite alternate; }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.12); } }
/* hero rastgele slayt: iki katman yumuşak geçişle değişir */
.video-hero .hero-slide {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity 1.4s ease;
  animation: kenburns 28s ease-in-out infinite alternate;
}
.video-hero .hero-slide.is-on { opacity: 1; }
/* hizmetlerimiz hero: c klasörü slayt (bayrak yerine) - yumuşak animasyonlu geçiş */
#hizmetler-hero .hizmetler-slide {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0;
  transform: scale(1.08);
  filter: brightness(0.92) blur(2px);
  transition:
    opacity 1.5s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.8s cubic-bezier(0.22, 1, 0.36, 1),
    filter 1.5s ease;
  will-change: opacity, transform, filter;
}
#hizmetler-hero .hizmetler-slide.is-on {
  opacity: 1;
  transform: scale(1);
  filter: brightness(1) blur(0);
}
.video-hero .hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,.82), rgba(255,255,255,.55) 45%, rgba(255,255,255,.96));
}

.hero-kicker {
  display: inline-flex; align-items: center; gap: 1rem;
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
  font-weight: 500; letter-spacing: .35em; font-size: .8rem; color: #55555c;
}
.hero-kicker::before, .hero-kicker::after {
  content: ""; width: 56px; height: 1px; opacity: .5;
  background: linear-gradient(90deg, transparent, #FFE440);
}
.hero-kicker::after { background: linear-gradient(90deg, #FFE440, transparent); }

.hero-giant {
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
  font-weight: 800; line-height: .95; letter-spacing: -.04em;
  font-size: clamp(3rem, 11vw, 7.5rem);
}
/* marka sarısı vurgu: fosforlu kalem efekti (açık zeminde okunur) */
.hero-mark {
  color: #1c1c1f;
  background-image: linear-gradient(to top, #FFE440 38%, transparent 38%);
  padding: 0 .08em;
  white-space: nowrap;
}
/* daktilo imleci */
.type-caret {
  display: inline-block; width: 4px; height: 0.9em;
  background: #1c1c1f; margin-left: 6px; vertical-align: -0.08em;
  animation: caret-blink 1s step-end infinite;
}
.type-caret-sm { width: 2px; height: 1.1em; margin-left: 3px; vertical-align: -0.15em; }
@keyframes caret-blink { 50% { opacity: 0; } }

.hero-underline { position: relative; display: inline-block; }
.hero-underline > img {
  position: absolute; left: 50%; transform: translateX(-50%);
  top: -14px; width: 120px; max-width: none;
}
.animated-letters span { display: inline-block; opacity: 0; transform: translateY(12px); animation: letter-in .5s forwards; }
@keyframes letter-in { to { opacity: 1; transform: none; } }
.scroll-btn {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  width: 44px; height: 64px; border-radius: 9999px;
  border: 1px solid rgba(0,0,0,.25);
  display: grid; justify-items: center; padding-top: 10px;
  color: #8a6d00; font-size: .7rem; letter-spacing: .2em;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.scroll-btn::before {
  content: ""; width: 4px; height: 10px; border-radius: 4px; background: #d9a400;
  animation: wheel 1.8s ease-in-out infinite;
}
@keyframes wheel { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(16px); opacity: 0; } 100% { opacity: 0; } }
.scroll-btn:hover { border-color: #d9a400; box-shadow: 0 0 22px rgba(217,164,0,.3); }

/* word rotator */
.word-rotator-words { display: inline-block; position: relative; vertical-align: bottom; overflow: hidden; background: #2E2E33; color: #FFE440; padding: 0 .4em; border-radius: .25em; }

.word-rotator-words b { display: none; white-space: nowrap; font-weight: 700; }
.word-rotator-words b.is-visible { display: inline-block; animation: word-in .5s cubic-bezier(.22,1,.36,1); }
@keyframes word-in { from { opacity: 0; transform: translateY(60%); } to { opacity: 1; transform: none; } }
/* feature box (Porto style-2) */
.feature-box { display: flex; gap: 1rem; }
.feature-box-icon {
  flex-shrink: 0; width: 3.4rem; height: 3.4rem; border-radius: 9999px;
  display: grid; place-items: center; font-size: 1.4rem;
  background: rgba(217,164,0,.1); border: 1px solid rgba(217,164,0,.4); color: #8a6d00;
}

/* modern accordion */
.acc-card { border: 1px solid rgba(0,0,0,.1); border-radius: 1rem; overflow: hidden; background: rgba(0,0,0,.03); }

.acc-head { width: 100%; display: flex; align-items: center; gap: .7rem; padding: 1rem 1.2rem; font-weight: 600; text-align: left; }
.acc-body { max-height: 0; overflow: hidden; transition: max-height .45s cubic-bezier(.22,1,.36,1); }
.acc-card.open .acc-body { max-height: 300px; }
.acc-card .acc-chev { margin-left: auto; transition: transform .3s ease; color: #8a6d00; }
.acc-card.open .acc-chev { transform: rotate(180deg); }
/* progress bars (Porto) */
.progress-label { font-family: "Space Grotesk", Inter, system-ui, sans-serif; font-size: .8rem; letter-spacing: .15em; margin: 1rem 0 .4rem; color: #55555c; }

.progress { height: 8px; border-radius: 9999px; background: rgba(0,0,0,.08); overflow: hidden; }

.progress-bar { height: 100%; width: 0; border-radius: inherit; background: linear-gradient(90deg,#FFE440,#ff9d00); box-shadow: 0 0 14px rgba(255,228,64,.5); transition: width 1.4s cubic-bezier(.22,1,.36,1); }
/* team cards */
.team-card img { transition: transform .6s cubic-bezier(.22,1,.36,1); }
.team-card:hover img { transform: scale(1.05); }
/* testimonial */
.testimonial-card { position: relative; }
.testimonial-card::before { content: "“"; position: absolute; top: -1.5rem; left: 1.5rem; font-size: 5rem; line-height: 1; color: rgba(255,228,64,.35); font-family: Georgia, serif; }
/* sayfa başlığı (urunler.html) */
.page-header-band { position: relative; overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  .road-dash, .marquee-track, .btn-aksoy::before, .modal-shine::after, .tilt-card:hover::before { animation: none !important; }
}
