/* ===================================================================
   Tor Kimya — Custom Stylesheet
   Plus Jakarta Sans (body) + Instrument Serif (italik vurgu)
=================================================================== */

html { scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', sans-serif; background:#ffffff; color:#0a0a0c; -webkit-font-smoothing: antialiased; }
.font-serif { font-family: 'Instrument Serif', serif; letter-spacing: -.01em; }

/* --- Marka gradientleri --- */
.bg-brand-gradient   { background: linear-gradient(135deg, #ef2b2b 0%, #991b1b 100%); }
.text-brand-gradient { background: linear-gradient(90deg,#dc2626,#7f1d1d); -webkit-background-clip:text; background-clip:text; color:transparent; }

/* --- Arkaplanlar --- */
.mesh-bg {
  background:
    radial-gradient(1200px 500px at 85% -10%, rgba(220,38,38,.08), transparent 60%),
    radial-gradient(800px 400px at -10% 30%, rgba(10,10,12,.05), transparent 60%),
    linear-gradient(180deg,#ffffff 0%,#fafafa 100%);
}
.wave-bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 600' preserveAspectRatio='none'><path d='M0 450 C 200 350 400 500 600 420 C 800 340 1000 480 1200 400 L1200 600 L0 600 Z' fill='none' stroke='%23fee2e2' stroke-width='1'/><path d='M0 380 C 200 280 400 430 600 350 C 800 270 1000 410 1200 330' fill='none' stroke='%23fecaca' stroke-width='1'/><path d='M0 310 C 200 210 400 360 600 280 C 800 200 1000 340 1200 260' fill='none' stroke='%23fca5a5' stroke-width='1'/></svg>");
  background-size: cover; background-position: center;
  opacity: .7;
}
.grid-soft {
  background-image:
    linear-gradient(rgba(10,10,12,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10,10,12,.04) 1px, transparent 1px);
  background-size: 56px 56px;
}

/* --- Hero ürün teneke grubu (CSS) --- */
.can {
  position: relative; flex-shrink: 0;
  background: linear-gradient(180deg,#fff 0%, #f3f4f6 55%, #e5e7eb 100%);
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 30px 60px -20px rgba(10,10,12,.25), inset 0 0 0 1px rgba(255,255,255,.5);
}
.can::before {
  content:''; position:absolute; top:-10px; left:18%; right:18%; height:14px;
  background: linear-gradient(180deg,#0a0a0c,#2d2d31);
  border-radius: 4px 4px 2px 2px;
  box-shadow: 0 4px 10px rgba(10,10,12,.3);
}
.can::after {
  content:''; position:absolute; top:4px; left:24%; right:24%; height:4px;
  background: linear-gradient(180deg,#dc2626,#7f1d1d);
  border-radius: 2px;
}
.can-label {
  position:absolute; top:50%; left:10%; right:10%; transform:translateY(-50%);
  background: linear-gradient(145deg,#dc2626,#7f1d1d);
  color: #fff; text-align:center;
  padding: 14px 10px; border-radius: 6px;
  box-shadow: 0 10px 25px -8px rgba(220,38,38,.5);
}
.can-label .brand { display:block; font-size:10px; letter-spacing:.25em; font-weight:800; opacity:.8; }
.can-label .code  { display:block; font-weight:800; font-size:16px; margin-top:2px; letter-spacing:.05em; }
.can-label .type  { display:block; font-size:9px; letter-spacing:.2em; text-transform:uppercase; margin-top:3px; opacity:.7; }

/* --- Scroll reveal --- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* --- Nav hover --- */
.nav-link { position: relative; }
.nav-link::after {
  content:''; position:absolute; left:50%; bottom:-26px; height:3px; width:0;
  background:#dc2626; transition: all .3s ease; transform:translateX(-50%);
}
.nav-link:hover::after, .nav-link.active::after { width: 70%; }

/* --- Buton shine --- */
.btn-shine { position: relative; overflow: hidden; }
.btn-shine::before {
  content:''; position:absolute; top:0; left:-75%;
  width:50%; height:100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.3), transparent);
  transform: skewX(-20deg); transition: left .7s ease;
}
.btn-shine:hover::before { left: 125%; }

/* --- Scrollbar --- */
::-webkit-scrollbar { width: 10px; height:10px; }
::-webkit-scrollbar-track { background:#fafafa; }
::-webkit-scrollbar-thumb { background:#d4d4d8; border-radius:8px; }
::-webkit-scrollbar-thumb:hover { background:#dc2626; }

/* --- Çözüm kart hover --- */
.solution-card img { transition: transform 1.1s ease; }
.solution-card:hover img { transform: scale(1.08); }
.solution-card .watermark {
  position:absolute; right:-10px; top:50%; transform:translateY(-50%) rotate(-90deg);
  transform-origin: center; font-size: 72px; font-weight: 900;
  color: rgba(255,255,255,.1); letter-spacing: -.04em; pointer-events:none;
  white-space: nowrap;
}

/* --- FAQ --- */
.faq-item { transition: all .3s ease; }
.faq-item.open .faq-icon { transform: rotate(45deg); background:#dc2626; color:#fff; }
.faq-item .faq-body {
  max-height: 0; overflow: hidden; transition: max-height .45s ease, padding .3s ease;
}
.faq-item.open .faq-body { max-height: 340px; padding-top: 1rem; }

/* --- Logo mark --- */
.logo-mark {
  background: linear-gradient(135deg,#0a0a0c,#2d2d31);
  box-shadow: 0 6px 22px rgba(10,10,12,.25);
}
.logo-mark::after {
  content:''; position:absolute; inset:0; border-radius: inherit;
  background: linear-gradient(135deg, transparent 50%, rgba(220,38,38,.7) 100%);
  mix-blend-mode: overlay;
}

/* --- Product card (popüler ürünler) --- */
.pcard {
  background: linear-gradient(160deg,#ffffff 0%,#f4f4f5 100%);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.pcard:hover { transform: translateY(-6px); box-shadow: 0 22px 40px -18px rgba(220,38,38,.25); border-color:#dc2626; }

/* --- Section eyebrow --- */
.section-eyebrow {
  display:inline-flex; align-items:center; gap:.75rem;
  font-size: 11px; text-transform: uppercase; letter-spacing:.35em; font-weight:700;
  color:#dc2626;
}
.section-eyebrow::before, .section-eyebrow::after {
  content:''; display:inline-block; width:2rem; height:2px; background:#dc2626;
}
.section-eyebrow.left::after { display: none; }

/* --- Mobile menu --- */
.mobile-menu { transform: translateX(100%); transition: transform .4s ease; }
.mobile-menu.open { transform: translateX(0); }

/* --- Blog card --- */
.blog-card img { transition: transform .9s ease; }
.blog-card:hover img { transform: scale(1.06); }

/* --- Wave bars --- */
@keyframes wave { 0%,100% { transform: scaleY(1); } 50% { transform: scaleY(1.8); } }
.wave-bar { animation: wave 1.4s ease-in-out infinite; transform-origin: bottom; }

/* --- Dark feature --- */
.dark-feature {
  background: radial-gradient(1000px 500px at 80% 20%, rgba(220,38,38,.2), transparent 60%), #0a0a0c;
}

/* ===================================================================
   Ürün Grupları (Bento Grid)
=================================================================== */
.group-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #f1f1f3;
  border-radius: 20px;
  padding: 10px 10px 15px;
  overflow: hidden;
  transition: transform .5s cubic-bezier(.2,.6,.2,1), border-color .4s, box-shadow .4s;
}
.group-card::after {
  content:''; position:absolute; left:0; top:28px; bottom:28px; width:3px;
  background:#e4e4e7; border-radius: 2px;
  transition: all .5s cubic-bezier(.2,.6,.2,1);
}
.group-card:hover {
  border-color: #dc2626;
  transform: translateY(-6px);
  box-shadow: 0 30px 50px -20px rgba(220,38,38,.25);
}
.group-card:hover::after {
  background: linear-gradient(180deg,#dc2626,#7f1d1d);
  width: 4px;
  top: 12px; bottom: 12px;
}

.group-card .group-number {
  position:absolute; top: 14px; right: 20px;
  font-family: 'Instrument Serif', serif; font-style: italic;
  font-size: 52px; line-height: 1;
  color: #f4f4f5;
  transition: color .4s, transform .5s;
  pointer-events: none;
}
.group-card:hover .group-number { color:#fee2e2; transform: translateY(-4px); }

.group-card .group-icon {
  width: 54px; height: 54px; border-radius: 14px;
  display:flex; align-items:center; justify-content:center;
  font-size: 22px;
  transition: all .5s cubic-bezier(.2,.6,.2,1);
  margin-bottom: 20px;
  position: relative; z-index: 1;
}
.group-card[data-color="red"]  .group-icon { background: #fef2f2; color: #dc2626; }
.group-card[data-color="dark"] .group-icon { background: #0a0a0c; color: #ffffff; }
.group-card:hover .group-icon {
  background: linear-gradient(135deg,#ef2b2b,#991b1b) !important;
  color:#ffffff !important;
  transform: translateY(-4px) rotate(-6deg);
  box-shadow: 0 14px 30px -10px rgba(220,38,38,.55);
}

/* Image variant — icon yerine kullanılır */
.group-card .group-image-wrap {
  position: relative; z-index: 1;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 10px;
  display: flex; align-items: center; justify-content: center;
  transition: all .5s cubic-bezier(.2,.6,.2,1);
}
.group-card[data-color="red"]  .group-image-wrap { background: #fef2f2; }
.group-card[data-color="dark"] .group-image-wrap { background: #0a0a0c; }
.group-card .group-image {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2,.6,.2,1);
}
.group-card:hover .group-image-wrap {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px -10px rgba(220,38,38,.35);
}
.group-card:hover .group-image { transform: scale(1.06); }
.group-card.is-featured .group-image-wrap { background: rgba(255,255,255,.06); }

.group-card .group-title {
  font-weight: 800; font-size: 17px;
  color:#0a0a0c; margin-bottom: 8px;
  transition: color .3s;
  text-align: center;
}
.group-card:hover .group-title { color:#dc2626; }

.group-card .group-desc {
  font-size: 13px; color: #65656c; line-height: 1.55;
  min-height: 58px;
  margin-bottom: 14px;
}

.group-card .group-subs {
  display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 14px;
  min-height: 22px;
}
.group-card .group-sub-chip {
  font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  background: #f4f4f5; color: #45454a;
  padding: 4px 9px; border-radius: 999px;
  transition: background .3s, color .3s;
}
.group-card:hover .group-sub-chip { background:#fee2e2; color:#b91c1c; }

.group-card .group-footer {
  display:flex; align-items:center; justify-content:space-between;
  padding-top: 14px; border-top: 1px solid #f1f1f3;
  transition: border-color .3s;
}
.group-card:hover .group-footer { border-color:#fecaca; }

.group-card .group-count {
  font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: #8a8a92;
}
.group-card:hover .group-count { color:#dc2626; }

.group-card .group-arrow {
  width: 34px; height: 34px; border-radius: 50%;
  background: #f4f4f5; color: #45454a;
  display:flex; align-items:center; justify-content:center;
  transition: all .5s cubic-bezier(.2,.6,.2,1);
}
.group-card:hover .group-arrow {
  background: linear-gradient(135deg,#ef2b2b,#991b1b);
  color:#fff;
  transform: translateX(4px) rotate(-8deg);
}

/* Featured (span 2 columns) */
.group-card.is-featured {
  background: linear-gradient(135deg,#0a0a0c 0%,#2d2d31 100%);
  border-color: transparent;
  color: #ffffff;
}
.group-card.is-featured::after { display: none; }
.group-card.is-featured::before {
  content:''; position:absolute; inset: 0;
  background: radial-gradient(600px 250px at 100% 0%, rgba(220,38,38,.35), transparent 70%);
  pointer-events: none;
}
.group-card.is-featured .group-number { color: rgba(255,255,255,.08); }
.group-card.is-featured .group-icon { background: #ffffff; color: #dc2626; }
.group-card.is-featured .group-title { color: #ffffff; }
.group-card.is-featured .group-desc  { color: #d4d4d8; }
.group-card.is-featured .group-count { color: #a1a1aa; }
.group-card.is-featured .group-sub-chip { background: rgba(255,255,255,.08); color: #fecaca; }
.group-card.is-featured .group-arrow { background: #dc2626; color:#fff; }
.group-card.is-featured .group-footer { border-color: rgba(255,255,255,.1); }
.group-card.is-featured:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -20px rgba(220,38,38,.4); }

/* ===================================================================
   Hero — Default slayt sağ görsel (yumuşak kenar / feathered)
=================================================================== */
.hero-side-image-wrap {
  /* Görselin sayfaya gömülmüş gibi görünmesi için kenarları belirli
     yarıçapla saydamlaşır. Küçük solid merkez + uzun fade zonu ile
     cloudy/halo efekti — arka planla bir bütün hissi verir. */
  -webkit-mask-image: radial-gradient(ellipse 50% 95% at 51% 50%, #000 30%, rgb(0, 0, 0) 45%, rgba(0,0,0,.45) 70%, rgba(0,0,0,.15) 88%, rgba(0,0,0,0) 100%);
}
.hero-side-image {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ===================================================================
   Ürünler Vitrini (Popüler Ürünler)
=================================================================== */
.product-showcase {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #f1f1f3;
  transition: transform .4s, box-shadow .4s, border-color .4s;
  height: 100%;
  display: flex; flex-direction: column;
}
.product-showcase:hover {
  transform: translateY(-6px);
  border-color: #dc2626;
  box-shadow: 0 30px 50px -22px rgba(220,38,38,.3);
}
.product-showcase .ps-image {
  position: relative;
  aspect-ratio: 1 / 1;
  display: flex; align-items:center; justify-content:center;
  overflow: hidden;
}

/* Soft gölge yansıması (ürünün altında) */
.product-showcase .ps-image::after {
  content:''; position:absolute;
  left: 20%; right: 20%; bottom: 14%;
  height: 16px;
  background: radial-gradient(ellipse at center, rgba(10,10,12,.28), transparent 70%);
  filter: blur(6px);
  z-index: 0;
  pointer-events: none;
}
.product-showcase .ps-tag {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: #ffffff; color:#0a0a0c;
  font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 999px;
  display: flex; align-items:center; gap: 6px;
  box-shadow: 0 4px 12px -4px rgba(10,10,12,.15);
}
.product-showcase .ps-tag::before { content:''; width:5px; height:5px; border-radius:50%; background:#dc2626; }
.product-showcase .ps-body { padding: 20px; flex: 1; display:flex; flex-direction:column; border-top: solid 1px #ececec; }
.product-showcase .ps-code {
  font-size: 10px; color:#8a8a92; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  margin-bottom: 4px;
}
.product-showcase .ps-title {
  font-weight: 800; color: #0a0a0c; font-size: 16px; line-height: 1.3;
  transition: color .3s;
}
.product-showcase:hover .ps-title { color:#dc2626; }
.product-showcase .ps-desc {
  font-size: 12px; color:#65656c; margin-top: 6px; line-height: 1.5;
  flex: 1;
}
.product-showcase .ps-foot {
  margin-top: 12px; padding-top: 12px;
  display:flex; align-items:center; justify-content:space-between;
  border-top: 1px solid #f1f1f3;
}
.product-showcase .ps-size {
  font-size: 11px; color:#65656c; font-weight: 700;
}
.product-showcase .ps-go {
  display:inline-flex; align-items:center; gap: 6px;
  font-size: 11px; font-weight: 800; color:#dc2626;
  text-transform: uppercase; letter-spacing: .08em;
}
.product-showcase .ps-go i { transition: transform .3s; }
.product-showcase:hover .ps-go i { transform: translateX(3px); }

/* Gerçek ürün görseli (PNG) — kare kartta merkezli ve dolgun */
.product-showcase .ps-img {
  position: relative; z-index: 1;
  max-width: 92%;
  max-height: 92%;
  width: auto; height: auto;
  object-fit: contain;
  transition: transform .6s cubic-bezier(.2,.6,.2,1);
}
.product-showcase:hover .ps-img {
  transform: translateY(-6px) scale(1.06);
}

/* CSS teneke — kare kartta PNG'lerle orantılı boyut */
.product-showcase .ps-can {
  width: 60%;
  aspect-ratio: 3 / 4;
  max-width: 170px;
  position: relative; z-index: 1;
  background: linear-gradient(180deg,#ffffff 0%, #e4e4e7 100%);
  border: 1px solid #d4d4d8;
  border-radius: 12px;
  box-shadow: 0 30px 45px -18px rgba(10,10,12,.35), inset 0 0 0 1px rgba(255,255,255,.5);
  transition: transform .6s cubic-bezier(.2,.6,.2,1);
}
.product-showcase:hover .ps-can {
  transform: translateY(-6px) scale(1.04);
}
.product-showcase .ps-can::before {
  content:''; position:absolute; top:-8px; left:20%; right:20%; height:12px;
  background: linear-gradient(180deg,#0a0a0c,#2d2d31);
  border-radius: 4px 4px 2px 2px;
  box-shadow: 0 4px 8px rgba(10,10,12,.3);
}
.product-showcase .ps-can::after {
  content:''; position:absolute; top:3px; left:26%; right:26%; height:3px;
  background: linear-gradient(180deg,#dc2626,#7f1d1d);
  border-radius: 2px;
}
.product-showcase .ps-can-label {
  position:absolute; top:50%; left:10%; right:10%; transform:translateY(-50%);
  text-align:center; padding: 12px 6px; border-radius: 6px;
  background: linear-gradient(145deg,#dc2626,#7f1d1d); color:#fff;
  box-shadow: 0 8px 22px -6px rgba(220,38,38,.6);
}
.product-showcase .ps-can-label.dark {
  background: linear-gradient(145deg,#0a0a0c,#2d2d31);
  box-shadow: 0 8px 22px -6px rgba(10,10,12,.5);
}
.product-showcase .ps-can-label .b { display:block; font-size:8px; letter-spacing:.22em; font-weight:800; opacity:.85; }
.product-showcase .ps-can-label .c { display:block; font-size:13px; font-weight:900; margin-top: 3px; letter-spacing: .02em; }

/* Responsive tweaks */
@media (max-width: 640px) {
  .group-card { padding: 22px 20px; }
  .group-card .group-number { font-size: 44px; top: 10px; right: 16px; }
}

/* ===================================================================
   NAV MEGAMENU (Ürünlerimiz — alt menülü dropdown)
=================================================================== */
.nav-dropdown { position: relative; }
.nav-dropdown > .nav-link { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; }
.nav-dropdown > .nav-link .chev { transition: transform .25s ease; font-size: 10px; color: #dc2626; }
.nav-dropdown.open > .nav-link .chev { transform: rotate(180deg); }

.nav-panel {
  position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%) translateY(8px);
  min-width: 320px;
  background: #ffffff;
  border: 1px solid #f1f1f3;
  border-radius: 16px;
  box-shadow: 0 40px 60px -20px rgba(10,10,12,.25), 0 10px 20px -10px rgba(10,10,12,.08);
  padding: 10px;
  opacity: 0; pointer-events: none;
  transition: opacity .25s ease, transform .3s cubic-bezier(.2,.6,.2,1);
  z-index: 50;
}
.nav-panel::before {
  content:''; position:absolute; top:-7px; left:50%; transform:translateX(-50%) rotate(45deg);
  width: 12px; height: 12px; background: #ffffff;
  border-left: 1px solid #f1f1f3; border-top: 1px solid #f1f1f3;
  border-radius: 2px;
}
/* Görünmez köprü: link ile panel arasındaki 14px boşluğu kapatır,
   fare boşluktan geçerken mouseleave tetiklenmez */
.nav-panel::after {
  content:''; position: absolute;
  top: -18px; left: 0; right: 0; height: 18px;
  background: transparent;
}
.nav-dropdown.open .nav-panel {
  opacity: 1; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav-panel-title {
  padding: 8px 12px 4px; font-size: 10px; letter-spacing: .2em; text-transform: uppercase;
  color: #8a8a92; font-weight: 700;
}

.nav-item {
  position: relative;
  display: flex; align-items: center; gap: 12px;
  padding: 10px 12px; border-radius: 10px;
  color: #2d2d31; font-size: 13px; font-weight: 600;
  text-transform: none; letter-spacing: 0;
  transition: background .2s ease, color .2s ease;
  cursor: pointer;
}
.nav-item:hover,
.nav-item.is-open,
.has-flyout.is-open > .nav-item {
  background: #fef2f2;
  color: #b91c1c;
}
.nav-item .nav-item-icon {
  width: 32px; height: 32px; border-radius: 8px;
  background: #f4f4f5; color: #45454a;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 12px;
  transition: all .3s ease;
  flex-shrink: 0;
}
.nav-item:hover .nav-item-icon,
.nav-item.is-open .nav-item-icon,
.has-flyout.is-open > .nav-item .nav-item-icon {
  background: linear-gradient(135deg,#ef2b2b,#991b1b);
  color: #ffffff;
}
.nav-item .nav-item-label { flex: 1; line-height: 1.2; }
.nav-item .nav-item-caret { color: #b7b7bd; font-size: 10px; transition: transform .2s ease, color .2s ease; }
.nav-item:hover .nav-item-caret,
.nav-item.is-open .nav-item-caret,
.has-flyout.is-open > .nav-item .nav-item-caret { color: #dc2626; transform: translateX(3px); }

/* Çoklu sütun alt menü (6+ alt öğe) */
.nav-panel-multi { min-width: 520px; }
.nav-panel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 6px;
}
.nav-panel-col {
  display: flex;
  flex-direction: column;
}
.nav-panel-grid > .nav-panel-col + .nav-panel-col {
  border-left: 1px solid #f1f1f3;
  padding-left: 6px;
}

/* Flyout — ikinci seviye alt menü */
.nav-flyout {
  position: absolute; top: -10px; left: calc(100% + 8px);
  min-width: 280px;
  background: #ffffff;
  border: 1px solid #f1f1f3;
  border-radius: 16px;
  box-shadow: 0 40px 60px -20px rgba(10,10,12,.25);
  padding: 10px;
  opacity: 0; pointer-events: none;
  transform: translateX(-8px);
  transition: opacity .2s ease, transform .25s ease;
  z-index: 60;
}
/* Görünmez köprü: item ile flyout arasındaki 8px boşluğu kapatır */
.nav-flyout::before {
  content:''; position: absolute;
  top: 0; bottom: 0; left: -12px; width: 12px;
  background: transparent;
}
.has-flyout.is-open > .nav-flyout {
  opacity: 1; pointer-events: auto; transform: translateX(0);
}
.nav-flyout-item {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px; border-radius: 8px;
  color: #2d2d31; font-size: 12.5px; font-weight: 600;
  transition: background .2s, color .2s;
}
.nav-flyout-item::before {
  content:''; width: 6px; height: 6px; border-radius: 50%;
  background: #e4e4e7; flex-shrink: 0; transition: background .2s, transform .2s;
}
.nav-flyout-item:hover { background: #fef2f2; color: #b91c1c; }
.nav-flyout-item:hover::before { background: #dc2626; transform: scale(1.4); }

/* Alt menüsü olan ana öğeler */
.has-flyout { position: relative; }

/* ===================================================================
   LANG SWITCHER
=================================================================== */
.lang-switcher { position: relative; }
.lang-switcher-btn {
  display: inline-flex; align-items: center; gap: 8px;
  height: 40px; padding: 0 14px;
  border: 1px solid #e4e4e7; border-radius: 999px;
  background: #ffffff; color: #0a0a0c;
  font-size: 12px; font-weight: 700;
  cursor: pointer;
  transition: border-color .25s ease, background .25s ease;
}
.lang-switcher-btn:hover { border-color: #dc2626; background: #fef2f2; }
.lang-switcher-btn .lang-globe { color: #dc2626; font-size: 13px; }
.lang-switcher-btn .chev { font-size: 9px; color: #8a8a92; transition: transform .25s ease; }
.lang-switcher.open .lang-switcher-btn .chev { transform: rotate(180deg); }
.lang-switcher-btn .lang-flag {
  width: 18px; height: 13px; border-radius: 2px; object-fit: cover;
  box-shadow: 0 0 0 1px rgba(10,10,12,.08);
}

.lang-panel {
  position: absolute; top: calc(100% + 10px); right: 0;
  min-width: 180px;
  background: #ffffff;
  border: 1px solid #f1f1f3;
  border-radius: 14px;
  box-shadow: 0 30px 50px -15px rgba(10,10,12,.2);
  padding: 8px;
  opacity: 0; pointer-events: none;
  transform: translateY(8px);
  transition: opacity .22s ease, transform .28s cubic-bezier(.2,.6,.2,1);
  z-index: 50;
}
.lang-switcher.open .lang-panel { opacity: 1; pointer-events: auto; transform: translateY(0); }

.lang-item {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 10px; border-radius: 8px;
  color: #2d2d31; font-size: 13px; font-weight: 600;
  transition: background .2s, color .2s;
}
.lang-item:hover { background: #fef2f2; color: #b91c1c; }
.lang-item.is-current { background: #f4f4f5; color: #0a0a0c; }
.lang-item.is-current::after {
  content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900;
  margin-left: auto; color: #dc2626; font-size: 11px;
}
.lang-item img.lang-flag {
  width: 22px; height: 16px; border-radius: 2px; object-fit: cover;
  box-shadow: 0 0 0 1px rgba(10,10,12,.08);
}

/* ===================================================================
   HERO — image / video slayt görsel/video + overlay
=================================================================== */
.hero-bg-media {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-bg-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(1000px 500px at 20% 50%, rgba(10,10,12,.82), transparent 70%),
    linear-gradient(90deg, rgba(10,10,12,.85) 0%, rgba(10,10,12,.55) 45%, rgba(10,10,12,.25) 100%);
}

/* Hero metin rengi medya üstünde */
.hero-on-media { color: #ffffff; }
.hero-on-media .hero-badge {
  background: rgba(255,255,255,.1); backdrop-filter: blur(10px);
  border-color: rgba(255,255,255,.15); color: #ffffff;
}
.hero-on-media .hero-title { color: #ffffff; }
.hero-on-media .hero-subtitle { color: rgba(255,255,255,.85); }
.hero-on-media .hero-stat-num { color: #ffffff; }
.hero-on-media .hero-stat-label { color: rgba(255,255,255,.7); }
.hero-on-media .hero-divider { background: rgba(255,255,255,.2); }
.hero-on-media .hero-secondary-btn {
  background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2); color: #ffffff;
  backdrop-filter: blur(10px);
}
.hero-on-media .hero-secondary-btn:hover { border-color: #ffffff; background: rgba(255,255,255,.2); }
.hero-on-media .hero-secondary-btn .play-dot { background: #dc2626; color: #ffffff; }

/* ===================================================================
   MOBILE MENU — Slide panel sistemi (iOS stili)
=================================================================== */

/* Panel kapsayıcısı */
.mm-panels {
  position: relative;
  overflow: hidden;
}

/* Her bir panel */
.mm-panel {
  position: absolute;
  inset: 0;
  padding: 14px 16px 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 3px;
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform .4s cubic-bezier(.2,.6,.2,1), opacity .3s ease;
}
.mm-panel.is-active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mm-panel.is-behind {
  transform: translateX(-28%);
  opacity: 0;
  pointer-events: none;
}

/* Ana panel başlangıçta pozisyonsuz olmalı */
.mm-panel[data-panel="main"] {
  transform: translateX(-28%);
}
.mm-panel[data-panel="main"].is-active {
  transform: translateX(0);
}

/* Link / buton satırları */
.mm-panel .mm-link {
  display: flex; align-items: center; gap: 12px;
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  color: #2d2d31;
  font-size: 14.5px; font-weight: 600;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
  -webkit-tap-highlight-color: transparent;
}
.mm-panel .mm-link:hover,
.mm-panel .mm-link:active,
.mm-panel .mm-link.is-hover {
  background: #fef2f2;
  color: #b91c1c;
}

/* Chevron (ileri gitme işareti) */
.mm-panel .mm-chev {
  width: 28px; height: 28px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: #f4f4f5; color: #45454a;
  font-size: 10px;
  transition: all .25s ease;
  flex-shrink: 0;
}
.mm-panel .mm-link:hover .mm-chev,
.mm-panel .mm-link:active .mm-chev {
  background: linear-gradient(135deg,#ef2b2b,#991b1b);
  color: #ffffff;
  transform: translateX(3px);
}

/* Grup ikonu (ürün paneli) */
.mm-panel .mm-ico {
  width: 36px; height: 36px; border-radius: 10px;
  background: #f4f4f5; color: #45454a;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
  transition: all .25s ease;
}
.mm-panel .mm-ico.is-brand {
  background: linear-gradient(135deg, #fef2f2, #ffdfdf);
  color: #dc2626;
}
.mm-panel .mm-link:hover .mm-ico,
.mm-panel .mm-link:active .mm-ico {
  background: linear-gradient(135deg,#ef2b2b,#991b1b);
  color: #ffffff;
}

/* "Tümünü Gör" linki — belirgin, kesik kenarlı */
.mm-panel .mm-link.mm-link-all {
  background: #fafafa;
  border: 1px dashed #e4e4e7;
  margin-bottom: 6px;
}
.mm-panel .mm-link.mm-link-all:hover {
  background: #fef2f2;
  border-color: #dc2626;
  border-style: solid;
}

/* Sub kategori satırlarının solunda küçük nokta */
.mm-panel .mm-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #d9d9dd;
  margin-left: 10px;
  transition: background .2s, transform .2s;
  flex-shrink: 0;
}
.mm-panel .mm-link:hover .mm-dot,
.mm-panel .mm-link:active .mm-dot {
  background: #dc2626; transform: scale(1.4);
}

/* Geri butonu nested panel'de görünür */
.mm-back.is-visible {
  display: inline-flex !important;
}

/* Header: alt seviyedeyken logo gizlenir, başlık gösterilir */
.mm-header.is-nested .mm-logo { display: none; }
.mm-header.is-nested .mm-title { display: block !important; }
.mm-has-sub-list a {
  display: block; padding: 10px 16px 10px 40px;
  font-size: 12.5px; color: #65656c; font-weight: 500;
  border-top: 1px solid #eeeef0;
}
.mm-has-sub-list a:hover { color: #dc2626; background: #fef2f2; }

/* Mobile lang */
.mm-lang-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.mm-lang-item {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 10px 8px; border-radius: 10px;
  background: #f4f4f5; color: #0a0a0c; font-weight: 700; font-size: 11px;
  transition: background .2s, color .2s;
}
.mm-lang-item img { width: 28px; height: 20px; border-radius: 3px; object-fit: cover; box-shadow: 0 0 0 1px rgba(10,10,12,.08); }
.mm-lang-item:hover { background: #fef2f2; color: #b91c1c; }
.mm-lang-item.is-current { background: #0a0a0c; color: #ffffff; }

/* ===================================================================
   LIGHT FOOTER — şekiller, noktalar, watermark
=================================================================== */
.footer-light {
  position: relative;
  background: linear-gradient(180deg, #f8f8f9 0%, #ffffff 40%, #eeeef0 100%);
  color: #2d2d31;
  overflow: hidden;
}

/* Üst kırmızı aksan */
.footer-light .fl-top-accent {
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent 0%, #dc2626 30%, #7f1d1d 70%, transparent 100%);
}

/* Soft kırmızı parıltı */
.footer-light .fl-blob-red {
  position: absolute; top: -200px; right: -200px;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle at center, rgba(220,38,38,.18), rgba(220,38,38,0) 70%);
  pointer-events: none;
}
.footer-light .fl-blob-gray {
  position: absolute; bottom: -150px; left: 20%;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle at center, rgba(10,10,12,.08), rgba(10,10,12,0) 70%);
  pointer-events: none;
}

/* Kesikli halka şekilleri */
.footer-light .fl-ring {
  position: absolute; border: 1px dashed rgba(10,10,12,.12); border-radius: 50%;
  pointer-events: none;
}
.footer-light .fl-ring-1 { top: 80px;  left: -120px; width: 360px; height: 360px; }
.footer-light .fl-ring-2 { top: 140px; left: -60px;  width: 240px; height: 240px; border-color: rgba(220,38,38,.14); }
.footer-light .fl-ring-3 { top: 40px;  right: 10%;   width: 120px; height: 120px; border-color: rgba(10,10,12,.08); }

/* Nokta patternli arka plan */
.footer-light .fl-dots {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background-image: radial-gradient(rgba(10,10,12,.08) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: .5;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, black 40%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 75%);
}

/* Watermark (italik serif) */
.footer-light .fl-watermark {
  position: absolute; bottom: 60px; left: -20px;
  font-family: 'Instrument Serif', serif; font-style: italic;
  font-size: clamp(120px, 18vw, 240px); line-height: .8;
  color: transparent;
  -webkit-text-stroke: 1px rgba(10,10,12,.08);
  text-stroke: 1px rgba(10,10,12,.08);
  white-space: nowrap; letter-spacing: -.04em;
  pointer-events: none; user-select: none;
  z-index: 0;
}

/* Dalga SVG üstte */
.footer-light .fl-wave {
  position: absolute; top: 0; left: 0; right: 0; height: 40px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 40' preserveAspectRatio='none'><path d='M0 20 C 200 0 400 40 600 20 C 800 0 1000 40 1200 20 L 1200 40 L 0 40 Z' fill='%23ffffff'/></svg>") bottom center / cover no-repeat;
  pointer-events: none;
}

/* İçerik katmanı üstte kalmalı */
.footer-light .fl-inner { position: relative; z-index: 2; }

/* Sosyal chip */
.fl-social {
  width: 40px; height: 40px; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  background: #ffffff; color: #45454a;
  border: 1px solid #eeeef0;
  box-shadow: 0 4px 12px -4px rgba(10,10,12,.08);
  transition: all .3s ease;
}
.fl-social:hover {
  background: linear-gradient(135deg, #ef2b2b, #991b1b);
  color: #ffffff; border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 10px 24px -6px rgba(220,38,38,.5);
}

/* İletişim kutusu */
.fl-contact-chip {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 16px; border-radius: 14px;
  background: #ffffff; border: 1px solid #eeeef0;
  box-shadow: 0 8px 24px -10px rgba(10,10,12,.1);
  transition: all .3s ease;
}
.fl-contact-chip:hover { border-color: #dc2626; transform: translateY(-2px); box-shadow: 0 18px 30px -15px rgba(220,38,38,.25); }
.fl-contact-chip .fl-chip-icon {
  width: 42px; height: 42px; border-radius: 10px;
  background: linear-gradient(135deg,#fff1f1,#ffdfdf);
  color: #dc2626; font-size: 16px;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

/* Başlıklar */
.fl-heading {
  font-weight: 800; font-size: 16px; color: #0a0a0c;
  margin-bottom: 22px; display: inline-flex; align-items: center; gap: 10px;
  position: relative;
}
.fl-heading::before {
  content:''; width: 24px; height: 3px;
  background: linear-gradient(90deg,#ef2b2b,#7f1d1d);
  border-radius: 3px;
}

/* Link listesi */
.fl-link {
  display: inline-flex; align-items: center; gap: 10px;
  color: #45454a; font-size: 13.5px; font-weight: 500;
  padding: 3px 0;
  transition: color .2s, transform .25s;
}
.fl-link i.fl-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #d9d9dd; transition: background .25s, transform .25s;
  display: inline-block;
}
.fl-link:hover { color: #dc2626; transform: translateX(4px); }
.fl-link:hover i.fl-dot { background: #dc2626; transform: scale(1.4); }

/* Alt bar */
.fl-bottom {
  position: relative; z-index: 2;
  border-top: 1px solid rgba(10,10,12,.08);
  padding-top: 22px;
  display: flex; flex-direction: column; gap: 12px;
  align-items: center; justify-content: space-between;
  font-size: 12px; color: #65656c;
}
@media (min-width: 768px) {
  .fl-bottom { flex-direction: row; }
}
.fl-bottom-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 4px 12px; border-radius: 999px;
  background: #ffffff; border: 1px solid #eeeef0;
  font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase;
  color: #0a0a0c;
}
.fl-bottom-badge .pulse {
  width: 6px; height: 6px; border-radius: 50%; background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34,197,94,.2);
  animation: footerPulse 2s ease-in-out infinite;
}
@keyframes footerPulse {
  0%,100% { box-shadow: 0 0 0 3px rgba(34,197,94,.2); }
  50%     { box-shadow: 0 0 0 6px rgba(34,197,94,.05); }
}
.fl-legal a { color: #65656c; transition: color .2s; }
.fl-legal a:hover { color: #dc2626; }

/* ===================================================================
   HERO SLIDER (3 slayt, fade + ken-burns geçiş)
=================================================================== */
.hero-slider {
  position: relative;
  overflow: hidden;
  min-height: 640px;
}
@media (min-width: 1024px) {
  .hero-slider { min-height: 720px; }
}

.hero-slide {
  position: absolute; inset: 0;
  opacity: 0; visibility: hidden;
  transition: opacity 1s cubic-bezier(.4,0,.2,1), visibility 0s linear 1s;
  z-index: 1;
  pointer-events: none;
}
.hero-slide.is-active {
  opacity: 1; visibility: visible;
  transition: opacity 1s cubic-bezier(.4,0,.2,1), visibility 0s linear 0s;
  z-index: 2;
  pointer-events: auto;
}

/* Arka plan medyasına hafif ken-burns */
.hero-slide .hero-bg-media {
  transform: scale(1.1);
  transition: transform 8s ease-out;
}
.hero-slide.is-active .hero-bg-media {
  transform: scale(1);
}

/* İçerik slayt değişiminde yumuşak yukarı kayış */
.hero-slide .hero-slide-content {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .9s ease .15s, transform 1s cubic-bezier(.2,.6,.2,1) .15s;
}
.hero-slide.is-active .hero-slide-content {
  opacity: 1;
  transform: translateY(0);
}

/* Slayt içeriği için kap */
.hero-slide-content {
  position: relative; z-index: 3;
  width: 100%; height: 100%;
  display: flex; align-items: center;
  padding: 80px 0;
}

/* Default slayt için yumuşak arka plan katmanı */
.hero-slide[data-type="default"]::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(1200px 500px at 85% -10%, rgba(220,38,38,.08), transparent 60%),
    radial-gradient(800px 400px at -10% 30%, rgba(10,10,12,.05), transparent 60%),
    linear-gradient(180deg,#ffffff 0%,#fafafa 100%);
  z-index: 0;
}

/* ===================================================================
   HERO DOTS
=================================================================== */
.hero-dots {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  z-index: 10;
  display: flex; gap: 10px; align-items: center;
  padding: 10px 16px;
  background: rgba(255,255,255,.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(10,10,12,.08);
  border-radius: 999px;
  box-shadow: 0 18px 40px -12px rgba(10,10,12,.25);
}
/* Video / image slayt aktifken dots koyu cam efekti */
.hero-slider[data-active-type="image"] .hero-dots,
.hero-slider[data-active-type="video"] .hero-dots {
  background: rgba(10,10,12,.5);
  border-color: rgba(255,255,255,.1);
}

.hero-dot {
  position: relative;
  width: 10px; height: 10px; border-radius: 999px;
  background: rgba(10,10,12,.25);
  cursor: pointer;
  transition: all .5s cubic-bezier(.2,.6,.2,1);
  border: none;
  padding: 0;
}
.hero-slider[data-active-type="image"] .hero-dot,
.hero-slider[data-active-type="video"] .hero-dot {
  background: rgba(255,255,255,.45);
}
.hero-dot:hover { background: rgba(10,10,12,.5); transform: scale(1.15); }
.hero-slider[data-active-type="image"] .hero-dot:hover,
.hero-slider[data-active-type="video"] .hero-dot:hover { background: rgba(255,255,255,.7); }

.hero-dot.is-active {
  width: 38px;
  background: linear-gradient(90deg,#ef2b2b,#991b1b) !important;
  box-shadow: 0 4px 16px -4px rgba(220,38,38,.6);
}
/* Aktif dot içinde küçük ilerleme bandı (opsiyonel pulsasyon) */
.hero-dot.is-active::after {
  content:''; position:absolute; inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.25), transparent);
  border-radius: 999px;
  animation: heroDotPulse 5s linear infinite;
}
@keyframes heroDotPulse {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(100%);  }
}

/* Video etiketi — "CANLI ÜRETİM" */
.hero-media-tag {
  position: absolute; top: 24px; right: 24px; z-index: 4;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px;
  background: rgba(255,255,255,.1); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: #ffffff;
}
.hero-media-tag .dot { width: 8px; height: 8px; border-radius: 50%; background: #dc2626; box-shadow: 0 0 10px #dc2626; }
@keyframes livePulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .5; transform: scale(1.2); } }
.hero-media-tag .dot.live { animation: livePulse 1.6s ease-in-out infinite; }

/* Responsive */
@media (max-width: 768px) {
  .hero-slider { min-height: 580px; }
  .hero-dots { bottom: 18px; padding: 8px 12px; }
  .hero-media-tag { top: 16px; right: 16px; font-size: 10px; padding: 6px 10px; }
}

/* ===================================================================
   MOBİL YATAY SCROLL: filter chip'leri / tab satırları
=================================================================== */
.filter-scroll {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  margin-left: -1rem; margin-right: -1rem;
  padding: 4px 1rem 12px 1rem;
  mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
}
.filter-scroll::-webkit-scrollbar { display: none; }
.filter-scroll > * {
  flex-shrink: 0;
  scroll-snap-align: start;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .filter-scroll {
    flex-wrap: wrap;
    overflow: visible;
    margin: 0; padding: 0;
    mask-image: none; -webkit-mask-image: none;
  }
}

/* ===================================================================
   KAPSAMLI MOBİL İYİLEŞTİRMELER
=================================================================== */

/* --- Tablet ve mobil: section padding daraltma --- */
@media (max-width: 1024px) {
  .py-24 { padding-top: 4rem !important; padding-bottom: 4rem !important; }
  .lg\:py-32 { padding-top: 4.5rem !important; padding-bottom: 4.5rem !important; }
}

/* --- Mobil (< 768px) --- */
@media (max-width: 767px) {

  /* Hero slider */
  .hero-slider { min-height: 580px; }
  .hero-slide-content { padding: 32px 0 72px; }

  /* Hero başlık: mobilde 36px'e düşür (text-5xl zaten 48px ama dar ekranda sığmayabilir) */
  .hero-title { font-size: clamp(2rem, 8vw, 2.5rem) !important; line-height: 1.05 !important; }
  .hero-subtitle { font-size: .95rem; line-height: 1.6; }
  .hero-badge {
    font-size: 9px !important;
    padding: 6px 10px !important;
    max-width: 100%;
  }
  .hero-badge span { white-space: normal; }

  /* Hero istatistik satırı kompakt */
  .hero-stat-num { font-size: 1.75rem !important; }
  .hero-stat-label { font-size: 10px !important; }
  .hero-divider { height: 36px !important; }

  /* Genel başlıklar */
  h1.hero-title { margin-bottom: 8px; }
  h2 { line-height: 1.1 !important; }

  /* Container padding'i biraz azalt */
  .max-w-7xl { padding-left: 1rem; padding-right: 1rem; }

  /* ---- Ürün Grubu Kartları ---- */
  .group-card { padding: 20px 18px 18px; border-radius: 16px; }
  .group-card .group-number { font-size: 40px; top: 10px; right: 16px; }
  .group-card .group-desc {
    font-size: 13px; min-height: auto; margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .group-card .group-icon { width: 46px; height: 46px; font-size: 18px; margin-bottom: 14px; border-radius: 12px; }
  .group-card .group-image-wrap { height: 100px; margin-bottom: 14px; border-radius: 12px; }
  .group-card .group-subs { min-height: auto; margin-bottom: 10px; }
  .group-card .group-sub-chip { font-size: 9px; padding: 3px 7px; }
  .group-card .group-arrow { width: 30px; height: 30px; }
  .group-card .group-footer { padding-top: 12px; }

  /* Öne çıkan kart (featured) mobilde tek sütuna inmeli */
  .group-card.is-featured { grid-column: span 1 !important; }

  /* ---- Ürün Kartları (Popüler) — mobilde 2'li grid için kompakt ---- */
  .product-showcase { border-radius: 14px; }
  .product-showcase .ps-image { padding: 12px; }
  .product-showcase .ps-tag {
    font-size: 8px; padding: 3px 7px; top: 8px; left: 8px; letter-spacing: .08em; gap: 4px;
    max-width: calc(100% - 16px);
  }
  .product-showcase .ps-tag::before { width: 4px; height: 4px; }
  /* Uzun grup adlarını tek satıra zorla kes */
  .product-showcase .ps-tag { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: inline-flex; }
  .product-showcase .ps-body { padding: 12px 12px 14px; }
  .product-showcase .ps-title { font-size: 13px; line-height: 1.25; }
  .product-showcase .ps-desc { font-size: 11px; line-height: 1.45; -webkit-line-clamp: 2; line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
  .product-showcase .ps-code { font-size: 9px; }
  .product-showcase .ps-size { font-size: 10px; }
  .product-showcase .ps-size i { display: none; }
  .product-showcase .ps-go { font-size: 9.5px; gap: 4px; }
  .product-showcase .ps-foot { margin-top: 10px; padding-top: 10px; }

  /* CSS teneke dar kartta küçülsün */
  .product-showcase .ps-can { max-width: 110px; }
  .product-showcase .ps-can-label .b { font-size: 6.5px; }
  .product-showcase .ps-can-label .c { font-size: 11px; }

  /* ---- Nav dropdown'ı mobilde gösterme (mobil menü var) ---- */
  .nav-dropdown .nav-panel { display: none; }

  /* ---- FAQ ---- */
  .faq-item { padding: 18px; border-radius: 16px; }
  .faq-item .faq-toggle span { font-size: 14px; }

  /* ---- Section eyebrow (küçük kırmızı etiket) ---- */
  .section-eyebrow { font-size: 10px; letter-spacing: .3em; gap: .5rem; }
  .section-eyebrow::before, .section-eyebrow::after { width: 1.25rem; }

  /* ---- Dark feature (Güçlü Tedarik) ---- */
  .dark-feature .absolute.-bottom-6 {
    bottom: 1rem !important; right: 1rem !important;
    padding: 12px 16px !important;
  }

  /* ---- Footer ---- */
  .footer-light { padding-top: 4rem; padding-bottom: 1.5rem; }
  .footer-light .fl-watermark {
    font-size: clamp(70px, 22vw, 120px);
    bottom: 36px;
    letter-spacing: -.03em;
  }
  .footer-light .fl-blob-red {
    width: 380px; height: 380px;
    top: -150px; right: -150px;
  }
  .footer-light .fl-blob-gray { display: none; }
  .footer-light .fl-ring-1 { width: 220px; height: 220px; left: -90px; top: 40px; }
  .footer-light .fl-ring-2 { display: none; }
  .footer-light .fl-ring-3 { display: none; }
  .footer-light .fl-dots { mask-image: none; -webkit-mask-image: none; opacity: .3; }

  .fl-heading { font-size: 14px; margin-bottom: 18px; }
  .fl-link { font-size: 13px; }
  .fl-contact-chip { padding: 10px 14px; }
  .fl-contact-chip .fl-chip-icon { width: 38px; height: 38px; font-size: 14px; }
  .fl-social { width: 36px; height: 36px; border-radius: 10px; }

  .fl-bottom { text-align: center; padding-top: 18px; }
  .fl-bottom .fl-legal { flex-wrap: wrap; justify-content: center; gap: 14px; }

  /* ---- Blog kart ---- */
  .blog-card .relative { height: 200px; }

  /* ---- Iletişim formu ---- */
  #contactForm { padding: 22px !important; border-radius: 20px; }
  #contactForm input, #contactForm select, #contactForm textarea { padding: 12px 14px !important; font-size: 14px; }

  /* ---- Partner strip ---- */
  .max-w-7xl .grid.grid-cols-3 > div { font-size: 13px; }

  /* ---- CTA banner ---- */
  section.bg-ink-900 h2 { font-size: 1.5rem !important; line-height: 1.2 !important; }

  /* ---- Header ---- */
  #siteHeader .max-w-7xl { padding-left: 1rem; padding-right: 1rem; }

  /* ---- Can (hero default slide) — mobilde küçültmek için --- */
  .hero-slider .can { transform: scale(.85); transform-origin: center; }

  /* ---- Reveal animasyonu kısalt --- */
  .reveal { transition: opacity .55s ease, transform .55s ease; transform: translateY(16px); }

  /* ---- Mobile lang grid: tam genişlik ---- */
  .mm-lang-grid { grid-template-columns: repeat(3, 1fr); }
}

/* --- Çok küçük mobil (< 480px) --- */
@media (max-width: 479px) {
  .hero-slider { min-height: 540px; }
  .hero-dots { bottom: 14px; padding: 6px 10px; gap: 6px; }
  .hero-dot { width: 8px; height: 8px; }
  .hero-dot.is-active { width: 26px; }

  /* WhatsApp / scroll-to-top konumunu ayarla */
  #scrollTop { bottom: 14px !important; right: 14px !important; width: 44px !important; height: 44px !important; }

  /* Hero butonları tam genişlik */
  .hero-slide-content .flex.flex-wrap.items-center.gap-4 { width: 100%; }
  .hero-slide-content .flex.flex-wrap.items-center.gap-4 > a {
    flex: 1 1 auto; justify-content: center; padding: 14px 20px !important; font-size: 13px;
  }

  /* Footer bottom bar rozet ortala */
  .fl-bottom-badge { order: 3; }
}

/* --- Landscape telefon --- */
@media (max-width: 900px) and (orientation: landscape) {
  .hero-slider { min-height: 500px; }
}

/* ============================================================
   ÜYELİK DROPDOWN (header) — hover köprüsü
   Link ile panel arasındaki 8px boşluktan mouse geçerken
   mouseleave tetiklenmesin diye görünmez köprü.
   ============================================================ */
.user-dropdown { position: relative; }
.user-dropdown .user-dropdown-panel::before {
  content: '';
  position: absolute;
  top: -10px; left: 0; right: 0; height: 12px;
  background: transparent;
}

/* ============================================================
   BLOG İÇERİK TİPOGRAFİSİ (.blog-content)
   Admin panel summernote'tan gelen HTML için tam blog deneyimi.
   prose-* yerine kendi class'ımız (Tailwind Play CDN typography
   plugin yüklemiyor).
   ============================================================ */

.blog-content {
  color: #2d2d31;                /* ink-700 */
  font-size: 1.0625rem;          /* 17px */
  line-height: 1.85;
  word-wrap: break-word;
}

/* Başlıklar */
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
  color: #0a0a0c;                /* ink-900 */
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.25;
  margin-top: 2.25em;
  margin-bottom: 0.6em;
  scroll-margin-top: 100px;
}
.blog-content h1 { font-size: 2.25rem; }
.blog-content h2 {
  font-size: 1.75rem;
  position: relative;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eeeef0;  /* ink-100 */
}
.blog-content h2::before {
  content: "";
  position: absolute;
  left: 0; bottom: -1px;
  width: 56px; height: 3px;
  background: linear-gradient(90deg, #ef2b2b 0%, #b91c1c 100%);
  border-radius: 3px;
}
.blog-content h3 { font-size: 1.375rem; }
.blog-content h4 { font-size: 1.15rem; }
.blog-content h5 { font-size: 1.05rem; text-transform: uppercase; letter-spacing: 0.06em; }
.blog-content h6 { font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.08em; color: #45454a; }

/* İlk başlık üstten boşluksuz */
.blog-content > h1:first-child,
.blog-content > h2:first-child,
.blog-content > h3:first-child { margin-top: 0; }

/* Paragraf */
.blog-content p {
  margin: 0 0 1.25em;
}
.blog-content p:empty,
.blog-content p > br:only-child { display: none; }

/* İlk paragraf (lead) — daha büyük, drop-shadow vurgu */
.blog-content > p:first-of-type {
  font-size: 1.15rem;
  line-height: 1.75;
  color: #2d2d31;
  font-weight: 500;
}

/* Metin vurguları */
.blog-content strong, .blog-content b { color: #0a0a0c; font-weight: 700; }
.blog-content em, .blog-content i  { color: #45454a; }
.blog-content u                    { text-decoration-color: #ef2b2b; text-underline-offset: 3px; }
.blog-content mark                 { background: #fff1f1; color: #b91c1c; padding: 1px 6px; border-radius: 4px; }
.blog-content small                { color: #65656c; font-size: 0.9em; }

/* Linkler */
.blog-content a {
  color: #dc2626;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: color .2s, border-color .2s;
}
.blog-content a:hover {
  color: #b91c1c;
  border-bottom-color: currentColor;
}

/* Listeler */
.blog-content ul,
.blog-content ol {
  margin: 0 0 1.4em;
  padding-left: 1.5em;
}
.blog-content ul { list-style: none; padding-left: 0; }
.blog-content ul > li {
  position: relative;
  padding-left: 1.75em;
  margin-bottom: 0.55em;
}
.blog-content ul > li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.65em;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ef2b2b 0%, #b91c1c 100%);
  box-shadow: 0 0 0 3px rgba(239, 43, 43, 0.12);
}
.blog-content ol { list-style: decimal; }
.blog-content ol > li {
  margin-bottom: 0.55em;
  padding-left: 0.5em;
}
.blog-content ol > li::marker { color: #dc2626; font-weight: 700; }
.blog-content li > ul,
.blog-content li > ol { margin: 0.5em 0 0.5em; }

/* Blockquote */
.blog-content blockquote {
  margin: 1.75em 0;
  padding: 1.25em 1.5em 1.25em 1.75em;
  background: linear-gradient(135deg, #f8f8f9 0%, #fff1f1 100%);
  border-left: 4px solid #dc2626;
  border-radius: 0 14px 14px 0;
  color: #2d2d31;
  font-style: italic;
  font-size: 1.075rem;
  position: relative;
}
.blog-content blockquote::before {
  content: "\201C";
  position: absolute;
  top: -0.1em; left: 0.4em;
  font-size: 3.5rem;
  font-family: Georgia, serif;
  color: #dc2626;
  opacity: 0.18;
  line-height: 1;
  pointer-events: none;
}
.blog-content blockquote p:last-child { margin-bottom: 0; }
.blog-content blockquote cite {
  display: block;
  margin-top: 0.6em;
  font-size: 0.85rem;
  font-style: normal;
  color: #65656c;
  font-weight: 600;
}

/* Görseller */
.blog-content img,
.blog-content video {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  margin: 1.75em auto;
  display: block;
  border: 1px solid #eeeef0;
  box-shadow: 0 12px 36px -16px rgba(10, 10, 12, 0.18);
}
.blog-content figure { margin: 1.75em 0; }
.blog-content figure img { margin: 0; }
.blog-content figcaption {
  margin-top: 0.75em;
  text-align: center;
  font-size: 0.875rem;
  color: #65656c;
  font-style: italic;
}

/* Kod blokları */
.blog-content code {
  background: #f8f8f9;
  color: #b91c1c;
  padding: 0.15em 0.45em;
  border-radius: 5px;
  font-size: 0.9em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  border: 1px solid #eeeef0;
}
.blog-content pre {
  background: #0a0a0c;
  color: #eeeef0;
  padding: 1.25em 1.5em;
  border-radius: 12px;
  overflow-x: auto;
  margin: 1.5em 0;
  font-size: 0.9rem;
  line-height: 1.6;
}
.blog-content pre code {
  background: transparent;
  color: inherit;
  padding: 0;
  border: 0;
  font-size: inherit;
}

/* Tablolar */
.blog-content table {
  width: 100%;
  margin: 1.75em 0;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #eeeef0;
  border-radius: 12px;
  overflow: hidden;
  font-size: 0.95rem;
}
.blog-content th,
.blog-content td {
  padding: 0.85em 1em;
  text-align: left;
  border-bottom: 1px solid #eeeef0;
}
.blog-content thead th {
  background: #f8f8f9;
  color: #0a0a0c;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.blog-content tbody tr:last-child td { border-bottom: 0; }
.blog-content tbody tr:nth-child(even) td { background: #fcfcfd; }
.blog-content tbody tr:hover td { background: #fff1f1; }

/* Yatay çizgi */
.blog-content hr {
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d9d9dd, transparent);
  margin: 2.5em 0;
}

/* Mobil ayarlamaları */
@media (max-width: 640px) {
  .blog-content { font-size: 1rem; line-height: 1.78; }
  .blog-content h1 { font-size: 1.75rem; }
  .blog-content h2 { font-size: 1.45rem; }
  .blog-content h3 { font-size: 1.2rem; }
  .blog-content > p:first-of-type { font-size: 1.05rem; }
  .blog-content blockquote { padding: 1em 1.2em 1em 1.5em; font-size: 1rem; }
  .blog-content img,
  .blog-content video { border-radius: 10px; margin: 1.25em auto; }
}

