/* ============================================================
   SÜT ADASI — Premium Theme CSS v3
   Mandıra & Şarküteri — Since 2014
   Color Palette: Teal + Orange + Navy
   ============================================================ */

/* ---------- ROOT VARIABLES ---------- */
:root {
  --primary: #00897B;
  --primary-dark: #00695C;
  --primary-darker: #004D40;
  --primary-light: #26A69A;
  --primary-pale: #E0F2F1;
  --primary-bg: #f8fffe;
  --accent: #FF8F00;
  --accent-dark: #E65100;
  --accent-light: #FFB300;
  --accent-pale: #FFF3E0;
  --navy: #1A2332;
  --navy-light: #2C3E50;
  --green: #43A047;
  --green-dark: #2E7D32;
  --red: #C62828;
  --purple: #7B1FA2;
  --blue: #1565C0;
  --text-dark: #1a1a1a;
  --text-body: #444;
  --text-muted: #777;
  --text-light: #999;
  --bg-light: #f9fafb;
  --bg-section: #f5f5f5;
  --border-color: #e8e8e8;
  --border-light: #f0f0f0;
  --shadow-sm: 0 2px 8px rgba(0,0,0,.06);
  --shadow-md: 0 4px 20px rgba(0,0,0,.08);
  --shadow-lg: 0 8px 40px rgba(0,0,0,.12);
  --shadow-xl: 0 16px 60px rgba(0,0,0,.16);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --font-body: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --transition: .3s cubic-bezier(.4,0,.2,1);
}

/* ---------- GLOBAL RESET / BASE ---------- */
*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: var(--font-body);
  color: var(--text-body);
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  max-width: 100vw;
}
html { overflow-x: hidden; }

a { color: var(--primary); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--primary-dark); }

img { max-width: 100%; height: auto; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--text-dark);
  line-height: 1.3;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 16px; }

/* Hide OpenCart defaults we don't need */
#top { display: none !important; }
.product-thumb .price { display: none !important; }
.product-thumb .button-group { display: none !important; }
.product-thumb .rating { display: none !important; }
.product-thumb .product-actions-default { display: none !important; }
.breadcrumb { display: none !important; }

/* ============================================================
   CATEGORY PAGE — FULL WIDTH, NO SIDEBAR
   ============================================================ */
/* Hide left sidebar completely */
#column-left { display: none !important; }
#column-right { display: none !important; }

/* Make content full-width when sidebar is hidden */
#column-left + #content,
#content.col { flex: 0 0 100% !important; max-width: 100% !important; width: 100% !important; }

/* Hide comparison, sort, show, grid/list toggles */
#compare-total { display: none !important; }
.product-compare { display: none !important; }
#content > .row > .col-lg-3:first-child { display: none !important; }

/* Hide the entire filter/sort/compare row */
#content > .row:has(#compare-total) { display: none !important; }
#content > .row:has(#input-sort) { display: none !important; }

/* Fallback: hide individual elements if :has() not supported */
#content > h2 + div + .row > .col-lg-3,
#content label[for="input-sort"],
#content #input-sort,
#content label[for="input-limit"],
#content #input-limit,
#content .btn-group:has(#input-list-view),
#content #input-list-view,
#content #input-grid-view { display: none !important; }

/* Also hide pagination row controls but keep pagination */
#content > .row:last-child > .col-sm-6.text-start { display: none !important; }

/* ============================================================
   CATEGORY PAGE — PREMIUM HEADER STYLING
   ============================================================ */
/* Category title (h2) */
#content > h2 {
  font-family: var(--font-heading);
  font-size: 38px;
  font-weight: 700;
  color: var(--text-dark);
  text-align: center;
  margin: 0;
  padding: 32px 0 8px;
  position: relative;
}
#content > h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: 2px;
  margin: 14px auto 0;
}

/* Category description */
#content > h2 + div {
  text-align: center;
  padding: 0 0 24px;
  border-bottom: 1px solid var(--border-light);
  margin-bottom: 24px;
}
#content > h2 + div .col-sm-10 {
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.6;
  flex: 0 0 100% !important;
  text-align: center;
}

/* Pagination */
#content > .row:last-child {
  text-align: center;
  justify-content: center;
  padding-top: 16px;
}
#content > .row:last-child .col-sm-6.text-end {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  text-align: center !important;
  font-size: 13px;
  color: var(--text-muted);
}
#content .pagination { justify-content: center; }

/* ============================================================
   ANNOUNCEMENT BAR (Marquee)
   ============================================================ */
.announcement-bar {
  background: linear-gradient(135deg, #004D40, #00695C 30%, #FF8F00 60%, #E65100 80%, #004D40 100%);
  background-size: 300% 100%;
  animation: announcementShift 8s ease infinite;
  color: #fff;
  padding: 7px 0;
  overflow: hidden;
  position: relative;
  z-index: 1010;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .3px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
@keyframes announcementShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.marquee-track {
  display: flex;
  gap: 0;
  white-space: nowrap;
  animation: marquee-scroll 40s linear infinite;
  will-change: transform;
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  flex-shrink: 0;
}
.marquee-item i { color: #FFD54F; font-size: 12px; }

.marquee-separator {
  width: 5px;
  height: 5px;
  background: #FFD54F;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  margin: 0 8px;
  align-self: center;
  box-shadow: 0 0 6px rgba(255,213,79,0.4);
}

@keyframes marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============================================================
   TOP NAVIGATION
   ============================================================ */
.top-nav {
  display: none !important;
}
.top-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-nav-left, .top-nav-right {
  display: flex;
  align-items: center;
  gap: 4px;
}
.top-nav a {
  color: var(--text-muted);
  padding: 4px 8px;
  border-radius: 6px;
  transition: var(--transition);
  font-weight: 500;
}
.top-nav a:hover { color: var(--primary); background: var(--primary-pale); }
.top-nav a i { margin-right: 4px; font-size: 11px; }
.top-nav-divider {
  width: 1px;
  height: 12px;
  background: var(--border-color);
  margin: 0 2px;
}

@media (max-width: 768px) {
  .top-nav { display: none; }
}

/* ============================================================
   MAIN HEADER (Sticky) — Premium Animated
   ============================================================ */
.main-header {
  background: linear-gradient(135deg, #1A2332 0%, #004D40 35%, #00695C 65%, #1A2332 100%);
  background-size: 200% 100%;
  animation: headerBgShift 10s ease infinite;
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 2px solid rgba(255,179,0,0.4);
  transition: padding 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 30px rgba(0,77,64,0.3);
  overflow: hidden;
}
.main-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
  z-index: 0;
}
.main-header::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,143,0,0.08) 0%, transparent 70%);
  animation: headerOrb 6s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
@keyframes headerBgShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes headerOrb {
  0%, 100% { transform: translateY(0) scale(1); opacity: 0.6; }
  50% { transform: translateY(10px) scale(1.1); opacity: 1; }
}
.main-header.scrolled {
  padding: 8px 0;
  box-shadow: 0 6px 40px rgba(0,77,64,0.4);
  border-bottom-color: rgba(255,179,0,0.6);
}
.main-header .container {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

/* Mobile menu toggle — REMOVED */
.mobile-menu-toggle { display: none !important; }
.mobile-menu-panel { display: none !important; }
.mobile-menu-overlay { display: none !important; }

/* Logo */
.header-logo a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.header-logo img {
  height: 60px;
  width: auto;
  object-fit: contain;
  transition: all 0.3s ease;
  filter: drop-shadow(0 2px 8px rgba(255,255,255,0.2));
  border-radius: 8px;
}
.main-header.scrolled .header-logo img { height: 48px; }

.brand-text { display: flex; flex-direction: column; }
.brand-name {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 2px 12px rgba(0,0,0,0.3);
  letter-spacing: -0.3px;
}
.brand-tagline {
  font-size: 11px;
  color: #FFD54F;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-shadow: 0 1px 8px rgba(255,213,79,0.3);
}

/* Header actions — CENTERED, next to logo */
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-left: 16px;
}

/* Search — RIGHT, COMPACT, GLASS STYLE */
.header-search {
  flex: 0 0 auto;
  width: 240px;
  margin-left: auto;
}
.header-search #search {
  position: relative;
}
.header-search #search input.form-control {
  border-radius: 50px !important;
  border: 1px solid rgba(255,255,255,0.25) !important;
  padding: 7px 40px 7px 16px !important;
  font-size: 13px !important;
  transition: all 0.3s ease;
  background: rgba(255,255,255,0.12) !important;
  backdrop-filter: blur(8px);
  font-family: var(--font-body) !important;
  height: 38px !important;
  color: #fff !important;
}
.header-search #search input.form-control::placeholder {
  color: rgba(255,255,255,0.5) !important;
}
.header-search #search input.form-control:focus {
  border-color: rgba(255,213,79,0.5) !important;
  box-shadow: 0 0 0 3px rgba(255,213,79,.15), 0 0 20px rgba(255,143,0,0.1) !important;
  background: rgba(255,255,255,0.18) !important;
  outline: none !important;
}
.header-search #search .input-group-btn,
.header-search #search .input-group-append {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.header-search #search .btn {
  background: rgba(255,179,0,0.8) !important;
  border: none !important;
  color: #fff !important;
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 13px;
}
.header-search #search .btn:hover {
  background: #FF8F00 !important;
  box-shadow: 0 0 12px rgba(255,143,0,0.4) !important;
}
.header-action-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 6px 10px;
  border-radius: var(--radius-sm);
  color: var(--text-body);
  transition: var(--transition);
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.header-action-btn i { font-size: 18px; color: var(--primary); }
.header-action-btn:hover { background: var(--primary-pale); color: var(--primary-dark); }
.header-action-btn span { font-size: 11px; }

/* Header social buttons (WhatsApp & Instagram) — Glass Style */
.header-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  font-size: 22px;
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
  flex-shrink: 0;
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}
.header-social-btn.whatsapp-icon {
  background: linear-gradient(135deg, #25D366, #128C7E);
}
.header-social-btn.whatsapp-icon:hover {
  background: linear-gradient(135deg, #2bea73, #1da851);
  transform: translateY(-2px) scale(1.08);
  color: #fff;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
}
.header-social-btn.instagram-icon {
  background: linear-gradient(135deg, #833AB4, #E1306C, #F77737);
}
.header-social-btn.instagram-icon:hover {
  transform: translateY(-2px) scale(1.08);
  color: #fff;
  box-shadow: 0 4px 20px rgba(225,48,108,0.4);
}

/* Hide on mobile */
@media (max-width: 767px) {
  .hide-mobile { display: none !important; }
}

/* CART — COMPLETELY HIDDEN */
.header-cart { display: none !important; }
#header-cart { display: none !important; }
#cart { display: none !important; }

/* ============================================================
   MOBILE SEARCH BAR
   ============================================================ */
.mobile-search-bar {
  background: linear-gradient(135deg, #1A2332, #004D40);
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,179,0,0.2);
}
.mobile-search-bar .header-search {
  max-width: 100%;
  width: 100%;
}

/* ============================================================
   MOBILE MENU
   ============================================================ */
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  backdrop-filter: blur(4px);
}
.mobile-menu-overlay.active { opacity: 1; visibility: visible; }

.mobile-menu-panel {
  position: fixed;
  top: 0;
  left: -320px;
  width: 300px;
  height: 100vh;
  background: #fff;
  z-index: 2001;
  transition: left .35s cubic-bezier(.4,0,.2,1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  box-shadow: var(--shadow-xl);
}
.mobile-menu-panel.active { left: 0; }

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 2px solid var(--primary);
  background: linear-gradient(135deg, var(--primary-pale), #fff);
}
.mobile-menu-header .header-logo img { height: 36px; }
.mobile-menu-close {
  background: none;
  border: none;
  font-size: 22px;
  color: var(--text-muted);
  cursor: pointer;
  padding: 6px;
  border-radius: 50%;
  transition: var(--transition);
}
.mobile-menu-close:hover { background: #fee; color: var(--red); }

.mobile-menu-list {
  list-style: none;
  margin: 0;
  padding: 12px 0;
  flex: 1;
}
.mobile-menu-list li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  color: var(--text-dark);
  font-weight: 600;
  font-size: 14px;
  transition: var(--transition);
  border-left: 3px solid transparent;
}
.mobile-menu-list li a:hover {
  background: var(--primary-pale);
  color: var(--primary-dark);
  border-left-color: var(--primary);
}
.mobile-menu-list li a i { color: var(--primary); font-size: 16px; width: 20px; text-align: center; }

.mobile-menu-contact {
  padding: 16px 20px;
  background: var(--bg-light);
  border-top: 1px solid var(--border-light);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mobile-menu-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-body);
  font-size: 13px;
  font-weight: 500;
  padding: 6px 0;
}
.mobile-menu-contact a i { color: var(--primary); width: 18px; text-align: center; }

/* ============================================================
   CATEGORY NAVIGATION BAR (menu.twig)
   ============================================================ */
.category-nav {
  background: #fff;
  border-bottom: 2px solid var(--primary-pale);
  position: sticky;
  top: 70px;
  z-index: 990;
  transition: var(--transition);
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.main-header.scrolled ~ main .category-nav { top: 60px; }

.category-nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 4px 0;
}
.category-nav-inner::-webkit-scrollbar { display: none; }

.category-nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  color: var(--text-body);
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
  transition: var(--transition);
  border-bottom: 3px solid transparent;
  text-decoration: none;
  border-radius: 8px 8px 0 0;
  letter-spacing: .2px;
}
.category-nav-item:hover {
  color: var(--primary);
  border-bottom-color: var(--primary);
  background: var(--primary-pale);
}
.category-nav-item i { font-size: 18px; color: var(--primary); }
.category-nav-item.branches-link {
  margin-left: auto;
  color: var(--accent-dark);
}
.category-nav-item.branches-link i { color: var(--accent); }
.category-nav-item.branches-link:hover {
  color: var(--accent-dark);
  border-bottom-color: var(--accent);
  background: var(--accent-pale);
}

@media (max-width: 991px) {
  .category-nav { top: 60px; }
  .category-nav-item { padding: 12px 14px; font-size: 13px; }
}

/* ============================================================
   HERO SLIDER
   ============================================================ */
#hero-section { position: relative; overflow: hidden; }

.hero-slider { position: relative; min-height: 520px; }

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .8s ease;
  display: flex;
  align-items: center;
}
.hero-slide.active { opacity: 1; position: relative; }

.hero-inner {
  position: relative;
  z-index: 10;
  color: #fff;
  padding: 80px 0;
  max-width: 680px;
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .5px;
  margin-bottom: 20px;
  border: 1px solid rgba(255,255,255,.25);
}
.hero-inner h1 {
  font-family: var(--font-heading);
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
  text-shadow: 0 2px 20px rgba(0,0,0,.2);
}
.hero-inner h2 {
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: 700;
  color: rgba(255,255,255,.9);
  margin: 0 0 16px;
  letter-spacing: .5px;
}
.hero-inner p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,.85);
  margin: 0 0 28px;
  max-width: 520px;
}

.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.btn-hero-fill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--primary-dark);
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  transition: var(--transition);
  box-shadow: 0 4px 20px rgba(0,0,0,.15);
  text-decoration: none;
}
.btn-hero-fill:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,0,0,.25);
  color: var(--primary-darker);
  background: #fff;
}
.btn-hero-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #fff;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid rgba(255,255,255,.5);
  transition: var(--transition);
  text-decoration: none;
}
.btn-hero-ghost:hover {
  background: rgba(255,255,255,.15);
  border-color: #fff;
  color: #fff;
  transform: translateY(-2px);
}

/* Slider arrows */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  background: rgba(255,255,255,.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: var(--transition);
}
.slider-prev { left: 20px; }
.slider-next { right: 20px; }
.slider-arrow:hover { background: rgba(255,255,255,.35); transform: translateY(-50%) scale(1.08); }

/* Slider dots */
.slider-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  gap: 10px;
}
.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  border: 2px solid rgba(255,255,255,.6);
  cursor: pointer;
  transition: var(--transition);
  padding: 0;
}
.dot.active {
  background: #fff;
  border-color: #fff;
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(255,255,255,.5);
}

@media (max-width: 768px) {
  .hero-slider { min-height: 420px; }
  .hero-inner { padding: 50px 0; }
  .hero-inner h1 { font-size: 32px; }
  .hero-inner h2 { font-size: 18px; }
  .hero-inner p { font-size: 14px; }
  .btn-hero-fill, .btn-hero-ghost { padding: 12px 24px; font-size: 14px; }
  .slider-arrow { width: 36px; height: 36px; font-size: 14px; }
  .slider-prev { left: 10px; }
  .slider-next { right: 10px; }
}

/* ============================================================
   BRANCHES SECTION — FULL PREMIUM WITH MAPS
   ============================================================ */
#branches-section {
  padding: 20px 0 24px;
  background: linear-gradient(180deg, #f4faf9 0%, #f0f5f4 50%, #f8faf9 100%);
}

/* İzmir Skyline SVG Background */
.izmir-skyline-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.izmir-skyline-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
}

/* Decorative Glows */
.branches-glow {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 1;
}
.branches-glow-left {
  top: -100px;
  left: -100px;
  background: rgba(0, 137, 123, 0.15);
}
.branches-glow-right {
  bottom: -100px;
  right: -100px;
  background: rgba(255, 143, 0, 0.1);
}

/* Premium Section Header */
.branches-header {
  text-align: center;
  margin-bottom: 48px;
  position: relative;
  z-index: 2;
}
.branches-pretitle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--accent-light);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.branches-title {
  font-family: var(--font-heading);
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.15;
}
.branches-title span {
  background: linear-gradient(135deg, var(--accent-light), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.branches-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
}
.branches-divider span {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
}
.branches-divider i {
  color: var(--accent-light);
  font-size: 16px;
}
.branches-subtitle {
  color: rgba(255,255,255,0.6);
  font-size: 16px;
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Section header (shared — for other sections) */
.sec-header {
  text-align: center;
  margin-bottom: 16px;
}
.sec-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 14px;
}
.sec-header h2 {
  font-family: var(--font-heading);
  font-size: 34px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 10px;
}
.sec-header p {
  color: var(--text-muted);
  font-size: 16px;
  max-width: 520px;
  margin: 0 auto;
}

/* Branch Cards — Glass Morphism */
.branches-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 900px;
  margin: 0 auto;
}

.branch-card {
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 28px 24px 24px;
  transition: all .4s cubic-bezier(.4,0,.2,1);
}
.branch-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.2);
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.branch-card-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 50% 50%, rgba(0,137,123,0.08), transparent 60%);
  pointer-events: none;
  transition: opacity .4s;
  opacity: 0;
}
.branch-card:hover .branch-card-glow { opacity: 1; }
.branch-card[data-branch="karsiyaka"] .branch-card-glow {
  background: radial-gradient(circle at 50% 50%, rgba(255,143,0,0.08), transparent 60%);
}

/* Card Header */
.branch-card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
  position: relative;
}
.branch-number {
  position: absolute;
  top: -8px;
  right: 0;
  font-family: var(--font-heading);
  font-size: 48px;
  font-weight: 700;
  color: rgba(255,255,255,0.04);
  line-height: 1;
}

.branch-badge-loc {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 50px;
}
.branch-card[data-branch="karsiyaka"] .branch-badge-loc {
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
}

.branch-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--primary-light);
}
.branch-card[data-branch="karsiyaka"] .branch-icon-wrap {
  color: var(--accent-light);
}

.branch-card h3 {
  font-family: var(--font-heading);
  font-size: 24px;
  margin: 0 0 6px;
  color: #fff;
  font-weight: 700;
}
.branch-loc {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 18px;
}
.branch-loc i { font-size: 11px; color: var(--accent-light); }

.branch-details {
  padding: 16px;
  background: rgba(0,0,0,0.15);
  border-radius: var(--radius-md);
  text-align: left;
  margin-bottom: 20px;
}
.branch-details p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  margin: 0 0 10px;
  line-height: 1.5;
}
.branch-details p:last-child { margin-bottom: 0; }
.branch-details p i {
  color: var(--primary-light);
  font-size: 13px;
  margin-top: 3px;
  flex-shrink: 0;
  width: 16px;
  text-align: center;
}
.branch-details a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255,255,255,0.3);
}
.branch-details a:hover { color: var(--accent-light); border-color: var(--accent-light); }

/* Branch Buttons */
.branch-btns {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.bbtn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  transition: var(--transition);
  text-decoration: none;
  border: 1px solid transparent;
}
.bbtn-call {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border-color: rgba(255,255,255,0.15);
}
.bbtn-call:hover { background: var(--primary); border-color: var(--primary); color: #fff; }
.bbtn-wp {
  background: rgba(37,211,102,0.15);
  color: #4ade80;
  border-color: rgba(37,211,102,0.2);
}
.bbtn-wp:hover { background: #25D366; color: #fff; border-color: #25D366; }
.bbtn-map {
  background: rgba(21,101,192,0.15);
  color: #60a5fa;
  border-color: rgba(21,101,192,0.2);
}
.bbtn-map:hover { background: #1565C0; color: #fff; border-color: #1565C0; }

/* Branches CTA */
.branches-cta {
  text-align: center;
  margin-top: 36px;
}
.branches-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(37,211,102,0.3);
  transition: all .3s ease;
}
.branches-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(37,211,102,0.4);
  color: #fff;
}
.branches-cta-btn i { font-size: 20px; }

@media (max-width: 768px) {
  .branches-grid { grid-template-columns: 1fr; gap: 20px; }
  #branches-section { padding: 50px 0 40px; }
  .branches-title { font-size: 32px; }
  .branches-subtitle { font-size: 14px; }
  .branches-cta-btn { padding: 12px 24px; font-size: 13px; }
}

/* ============================================================
   FEATURES BAR (Trust Badges)
   ============================================================ */
#features-bar {
  padding: 14px 0;
  background: linear-gradient(180deg, #fff 0%, #f4faf9 100%);
  border-bottom: none;
}
.features-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-radius: var(--radius-md);
  transition: var(--transition);
}
.feature-item:hover { background: var(--bg-light); }
.feature-icon {
  width: 50px;
  height: 50px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  flex-shrink: 0;
}
.feature-text strong {
  display: block;
  font-size: 14px;
  color: var(--text-dark);
  margin-bottom: 2px;
}
.feature-text small {
  font-size: 12px;
  color: var(--text-muted);
}

@media (max-width: 991px) {
  .features-row { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}
@media (max-width: 576px) {
  .features-row { grid-template-columns: 1fr; }
  .feature-item { padding: 12px; }
}

/* ============================================================
   PRODUCTS SECTION
   ============================================================ */
#products-section {
  padding: 20px 0 16px;
  background: linear-gradient(180deg, #f4faf9 0%, #fff 30%, #fff 70%, #f8fffe 100%);
}
#products-section .row {
  margin: 0;
}

/* Product thumb card — AGGRESSIVE PREMIUM */
.product-thumb {
  background: #fff;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  border: 2px solid transparent;
  transition: all .4s cubic-bezier(.4,0,.2,1);
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  position: relative;
}
.product-thumb::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: calc(var(--radius-xl) + 2px);
  background: linear-gradient(135deg, var(--primary), var(--accent), var(--primary-light));
  z-index: -1;
  opacity: 0;
  transition: opacity .4s ease;
}
.product-thumb:hover::before { opacity: 1; }
.product-thumb:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 50px rgba(0,137,123,0.2), 0 8px 24px rgba(0,0,0,0.1);
  border-color: transparent;
}

/* Image with overlay effect */
.product-thumb .image {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f0faf9, #e8f5e9);
  aspect-ratio: 1;
}
.product-thumb .image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,77,64,0.6) 100%);
  opacity: 0;
  transition: opacity .4s ease;
  z-index: 1;
}
.product-thumb:hover .image::after { opacity: 1; }
.product-thumb .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.4,0,.2,1);
}
.product-thumb:hover .image img { transform: scale(1.12); }

/* Overlay button on hover */
.product-overlay {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transform: translateY(10px);
  transition: all .4s ease;
}
.product-thumb:hover .product-overlay {
  opacity: 1;
  transform: translateY(0);
}
.overlay-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.95);
  color: var(--primary-dark);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  backdrop-filter: blur(10px);
  transition: var(--transition);
}
.overlay-btn:hover { background: var(--primary); color: #fff; }

/* Content area */
.product-thumb .content {
  padding: 14px 16px 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-thumb .content h4 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 6px;
  line-height: 1.3;
  letter-spacing: -.2px;
}
.product-thumb .content h4 a {
  color: var(--text-dark);
  text-decoration: none;
  background: linear-gradient(transparent 65%, rgba(0,137,123,0.15) 0);
  transition: background .3s ease;
}
.product-thumb .content h4 a:hover {
  color: var(--primary-dark);
  background: linear-gradient(transparent 65%, rgba(0,137,123,0.3) 0);
}

.product-thumb .content .description {
  font-size: 12.5px;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Product badge — BOLD */
.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, #43A047, #2E7D32);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 3;
  letter-spacing: .5px;
  text-transform: uppercase;
  box-shadow: 0 3px 12px rgba(46,125,50,0.35);
  animation: badgePulse 2s ease-in-out infinite;
}
@keyframes badgePulse {
  0%, 100% { box-shadow: 0 3px 12px rgba(46,125,50,0.35); }
  50% { box-shadow: 0 3px 20px rgba(46,125,50,0.5); }
}

/* Product action buttons — BOLD & COLORFUL */
.product-actions-custom {
  display: flex;
  gap: 0;
  border-top: 2px solid var(--primary-pale);
}
.product-actions-custom a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 8px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: all .3s ease;
  text-transform: uppercase;
  letter-spacing: .3px;
}
.btn-detail {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
}
.btn-detail:hover {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-darker));
  color: #fff;
  box-shadow: inset 0 0 20px rgba(0,0,0,0.1);
}
.btn-whatsapp {
  color: #fff;
  background: linear-gradient(135deg, #25D366, #128C7E);
}
.btn-whatsapp:hover {
  background: linear-gradient(135deg, #128C7E, #075E54);
  color: #fff;
  box-shadow: inset 0 0 20px rgba(0,0,0,0.1);
}

/* Product branch links — PROMINENT */
.product-branches {
  background: linear-gradient(135deg, #f0faf9 0%, #fef9f0 100%);
  border-top: 2px solid var(--primary-pale);
  padding: 10px;
}
.product-branch-title {
  font-size: 10px;
  font-weight: 800;
  color: var(--primary-dark);
  text-align: center;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.product-branch-title i { color: var(--primary); font-size: 11px; }
.product-branch-links {
  display: flex;
  gap: 6px;
}
.branch-link-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 6px;
  border-radius: 10px;
  font-size: 11.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease;
  text-align: center;
  border: 1.5px solid transparent;
}
.branch-link-btn span { display: flex; flex-direction: column; line-height: 1.2; }
.branch-link-btn small { font-size: 9px; font-weight: 600; opacity: .7; }
.branch-link-btn i { font-size: 13px; flex-shrink: 0; }
.branch-link-btn.konak {
  background: var(--primary-pale);
  color: var(--primary-dark);
  border-color: rgba(0,137,123,0.2);
}
.branch-link-btn.konak:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,137,123,0.3);
}
.branch-link-btn.karsiyaka {
  background: var(--accent-pale);
  color: var(--accent-dark);
  border-color: rgba(255,143,0,0.2);
}
.branch-link-btn.karsiyaka:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255,143,0,0.3);
}

/* Product grid — OpenCart 4 uses Bootstrap 5 row-cols */
#content .row.row-cols-1 {
  --bs-gutter-x: 16px;
}
#content .row.row-cols-1 > .col {
  padding: 0 8px;
}
/* Force 2 columns on ALL screens (override row-cols-1) */
#content .row.row-cols-1 > .col {
  flex: 0 0 50% !important;
  max-width: 50% !important;
}
/* 3 columns on tablet */
@media (min-width: 768px) {
  #content .row.row-cols-1 > .col {
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
  }
}
/* 4 columns on desktop */
@media (min-width: 1200px) {
  #content .row.row-cols-1 > .col {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}
/* "Öne Çıkan Ürünler" h3 styling */
#content > h3 {
  font-family: var(--font-heading);
  font-size: 20px;
  color: var(--text-dark);
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--primary);
}

@media (max-width: 576px) {
  .product-thumb .content h4 { font-size: 14px; }
  .product-actions-custom a { font-size: 12px; padding: 10px 6px; }
}

/* ============================================================
   CATEGORY HIGHLIGHTS
   ============================================================ */
#category-highlights {
  padding: 16px 0 20px;
  background: linear-gradient(180deg, #f8fffe 0%, #f0faf9 50%, #fff 100%) !important;
}

.cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 16px;
  border-radius: var(--radius-lg);
  text-decoration: none;
  transition: var(--transition);
  text-align: center;
  border: 1px solid transparent;
}
.cat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0,0,0,.05);
}

.cat-card.cat-lg {
  grid-column: span 2;
  grid-row: span 2;
  padding: 40px 24px;
  justify-content: center;
}

.cat-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  margin-bottom: 14px;
  transition: var(--transition);
}
.cat-card.cat-lg .cat-icon { width: 72px; height: 72px; font-size: 30px; border-radius: var(--radius-lg); }
.cat-card:hover .cat-icon { transform: scale(1.1) rotate(-5deg); }

.cat-card h3 {
  font-family: var(--font-heading);
  font-size: 16px;
  color: var(--text-dark);
  margin: 0 0 4px;
}
.cat-card.cat-lg h3 { font-size: 22px; }
.cat-card span {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 600;
}

@media (max-width: 991px) {
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .cat-card.cat-lg { grid-column: span 1; grid-row: span 1; padding: 28px 16px; }
  .cat-card.cat-lg .cat-icon { width: 56px; height: 56px; font-size: 22px; }
  .cat-card.cat-lg h3 { font-size: 16px; }
}
@media (max-width: 576px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .cat-card { padding: 20px 12px; }
  .cat-icon { width: 48px; height: 48px; font-size: 18px; }
}

/* ============================================================
   BRAND STORY (Vizyon & Misyon)
   ============================================================ */
#brand-story {
  padding: 20px 0 24px;
  background: linear-gradient(180deg, #fff 0%, #fafbfc 50%, #f4faf9 100%);
}

.story-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 40px;
  align-items: center;
}

.story-visual {
  text-align: center;
}
.story-logo-ring {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  background: #fff;
  box-shadow: var(--shadow-md);
}
.story-logo-ring img {
  width: 100px;
  height: auto;
  object-fit: contain;
}

.story-year {
  margin-bottom: 28px;
}
.y-num {
  display: block;
  font-family: var(--font-heading);
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}
.y-txt {
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 600;
}

.story-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.sstat {
  background: var(--bg-light);
  border-radius: var(--radius-md);
  padding: 16px 12px;
  text-align: center;
}
.sstat strong {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: var(--primary-dark);
  font-family: var(--font-heading);
}
.sstat small {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 600;
}

.story-content .sec-badge { margin-bottom: 16px; }
.story-content h2 {
  font-size: 32px;
  margin: 0 0 24px;
}
.story-content p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-body);
  margin: 0 0 16px;
}

.story-checks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 24px;
}
.story-checks div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
}
.story-checks i { font-size: 16px; }

@media (max-width: 991px) {
  .story-grid { grid-template-columns: 1fr; gap: 24px; }
  .story-visual { order: 2; }
  .story-content { order: 1; }
}
@media (max-width: 576px) {
  #brand-story { padding: 30px 0; }
  .story-content h2 { font-size: 26px; }
  .y-num { font-size: 42px; }
  .story-checks { grid-template-columns: 1fr; }
  .story-brands-grid { grid-template-columns: 1fr; }
}

/* Brands Section inside Story */
.story-brands {
  margin-top: 32px;
  text-align: center;
}
.story-brands h3 {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 32px;
}
.story-brands h3 i {
  color: var(--primary);
  margin-right: 8px;
}
.story-brands-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.story-brand-card {
  background: #fff;
  border: 1px solid rgba(0,137,123,0.12);
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  transition: all 0.3s ease;
}
.story-brand-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,137,123,0.12);
  border-color: var(--primary);
}
.story-brand-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 24px;
  color: #fff;
}
.story-brand-card strong {
  display: block;
  font-size: 16px;
  color: var(--text-dark);
  margin-bottom: 10px;
}
.story-brand-card p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}

@media (max-width: 991px) {
  .story-brands-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .story-brands { margin-top: 20px; }
  .story-brands h3 { font-size: 22px; }
  .story-brands-grid { grid-template-columns: 1fr; gap: 14px; }
  .story-brand-card { padding: 20px 16px; }
}

/* ============================================================
   INSTAGRAM CTA
   ============================================================ */
#instagram-cta {
  padding: 0 0 70px;
}

.insta-banner {
  border-radius: var(--radius-xl);
  padding: 40px 48px;
  display: flex;
  align-items: center;
  gap: 24px;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.insta-icon-box {
  width: 72px;
  height: 72px;
  background: rgba(255,255,255,.2);
  backdrop-filter: blur(10px);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  flex-shrink: 0;
  border: 1px solid rgba(255,255,255,.3);
}

.insta-txt { flex: 1; }
.insta-txt h3 {
  font-family: var(--font-heading);
  font-size: 24px;
  color: #fff;
  margin: 0 0 4px;
}
.insta-txt p {
  font-size: 14px;
  color: rgba(255,255,255,.85);
  margin: 0;
}

.btn-insta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #C13584;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
  transition: var(--transition);
  box-shadow: 0 4px 20px rgba(0,0,0,.15);
}
.btn-insta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,0,0,.25);
  color: #C13584;
}

@media (max-width: 768px) {
  .insta-banner { flex-direction: column; text-align: center; padding: 32px 24px; }
  .insta-txt h3 { font-size: 20px; }
}

/* ============================================================
   FOOTER TRUST BAR — PREMIUM
   ============================================================ */
.footer-trust-bar {
  background: linear-gradient(135deg, var(--primary-pale) 0%, #fff 50%, var(--accent-pale) 100%);
  padding: 36px 0;
  border-top: 3px solid var(--primary);
}
.footer-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.footer-trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  transition: all .3s ease;
}
.footer-trust-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,137,123,0.1);
}
.footer-trust-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(0,137,123,0.25);
}
.footer-trust-text strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-dark);
}
.footer-trust-text span {
  font-size: 12px;
  color: var(--text-muted);
}

@media (max-width: 991px) {
  .footer-trust-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .footer-trust-bar { padding: 20px 0; }
  .footer-trust-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .footer-trust-item { padding: 10px; gap: 10px; }
  .footer-trust-icon { width: 36px; height: 36px; font-size: 16px; border-radius: 10px; }
  .footer-trust-text strong { font-size: 12px; }
  .footer-trust-text span { font-size: 10px; }
}

/* ============================================================
   FOOTER MAIN — PREMIUM DARK
   ============================================================ */
.footer-main {
  background: linear-gradient(180deg, #0d1b2a 0%, #1a2332 100%);
  color: rgba(255,255,255,.8);
  padding: 40px 0 28px;
  position: relative;
  overflow: hidden;
}
.footer-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,137,123,0.5), transparent);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  max-width: 1000px;
  margin: 0 auto;
}

/* Footer Brand */
.footer-brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.footer-brand-logo img {
  height: 90px;
  filter: brightness(1.3);
  border-radius: 12px;
}
.footer-brand-info {
  display: flex;
  flex-direction: column;
}
.footer-brand-name {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}
.footer-brand-sub {
  font-size: 11px;
  color: var(--accent-light);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-brand-desc {
  font-size: 13.5px;
  line-height: 1.7;
  color: rgba(255,255,255,.55);
  margin: 0 0 20px;
}

/* Footer Social — Colored Buttons */
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social-btn {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  transition: all .3s ease;
  color: #fff;
  text-decoration: none;
}
.footer-social-btn.instagram {
  background: linear-gradient(135deg, #833AB4, #E1306C, #F77737);
  box-shadow: 0 3px 12px rgba(225,48,108,0.3);
}
.footer-social-btn.whatsapp {
  background: linear-gradient(135deg, #25D366, #128C7E);
  box-shadow: 0 3px 12px rgba(37,211,102,0.3);
}
.footer-social-btn.phone {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  box-shadow: 0 3px 12px rgba(0,137,123,0.3);
}
.footer-social-btn:hover {
  transform: translateY(-3px) scale(1.05);
  color: #fff;
}

/* Footer Title */
.footer-title {
  font-family: var(--font-heading);
  font-size: 17px;
  color: #fff;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, var(--primary), transparent) 1;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-title i {
  color: var(--primary-light);
  font-size: 14px;
}

/* Footer Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li { margin-bottom: 10px; }
.footer-links a {
  color: rgba(255,255,255,.55);
  font-size: 13.5px;
  font-weight: 500;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.footer-links a i {
  font-size: 8px;
  color: var(--primary);
  transition: var(--transition);
}
.footer-links a:hover {
  color: #fff;
  padding-left: 4px;
}
.footer-links a:hover i { color: var(--accent-light); }

/* Footer Branch Cards */
.footer-branch-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-md);
  padding: 14px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,.6);
  margin-bottom: 10px;
  line-height: 1.5;
}
.footer-contact-item:last-child { margin-bottom: 0; }
.footer-contact-item i {
  color: var(--primary-light);
  margin-top: 3px;
  font-size: 13px;
  width: 16px;
  flex-shrink: 0;
  text-align: center;
}
.footer-contact-item a {
  color: rgba(255,255,255,.8);
  font-weight: 600;
  text-decoration: none;
}
.footer-contact-item a:hover { color: #fff; }

/* Footer Branch Action Buttons */
.footer-branch-actions {
  display: flex;
  gap: 6px;
  margin-top: 12px;
}
.footer-map-btn, .footer-wa-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 7px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease;
}
.footer-map-btn {
  background: rgba(21,101,192,0.15);
  color: #60a5fa;
  border: 1px solid rgba(21,101,192,0.2);
}
.footer-map-btn:hover {
  background: #1565C0;
  color: #fff;
  border-color: #1565C0;
}
.footer-wa-btn {
  background: rgba(37,211,102,0.15);
  color: #4ade80;
  border: 1px solid rgba(37,211,102,0.2);
}
.footer-wa-btn:hover {
  background: #25D366;
  color: #fff;
  border-color: #25D366;
}

@media (max-width: 991px) {
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}
@media (max-width: 576px) {
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-main { padding: 36px 0 28px; }
  .footer-brand-logo img { height: 36px; }
  .footer-brand-name { font-size: 18px; }
  .footer-brand-sub { font-size: 10px; }
  .footer-brand-desc { font-size: 12px; margin-bottom: 14px; }
  .footer-social-btn { width: 38px; height: 38px; font-size: 17px; border-radius: 10px; }
  .footer-title { font-size: 15px; margin-bottom: 14px; padding-bottom: 8px; }
  .footer-links a { font-size: 12.5px; }
  .footer-branch-card { padding: 10px; }
  .footer-contact-item { font-size: 12px; }
  .footer-branch-actions { gap: 4px; }
  .footer-map-btn, .footer-wa-btn { padding: 6px 8px; font-size: 11px; }
}

/* ============================================================
   FOOTER BOTTOM
   ============================================================ */
.footer-bottom {
  background: #080f1a;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-copyright {
  font-size: 12.5px;
  color: rgba(255,255,255,.4);
}
.footer-copyright a { color: rgba(255,255,255,.65); font-weight: 600; text-decoration: none; }
.footer-copyright a:hover { color: #fff; }

.footer-bottom-links {
  font-size: 12px;
  color: rgba(255,255,255,.35);
}
.footer-bottom-links span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

@media (max-width: 576px) {
  .footer-bottom .container { flex-direction: column; gap: 6px; text-align: center; }
  .footer-copyright { font-size: 11px; }
}

/* ============================================================
   WHATSAPP FLOAT BUTTON
   ============================================================ */
.float-buttons {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.instagram-float-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 4px 20px rgba(131,58,180,0.4);
  transition: var(--transition);
  text-decoration: none !important;
  animation: socialPulse 3s ease-in-out infinite;
}
.instagram-float-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(131,58,180,0.5);
  color: #fff !important;
}

.whatsapp-float-tooltip {
  display: none !important;
}

.whatsapp-float-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 4px 20px rgba(37,211,102,.4);
  transition: var(--transition);
  text-decoration: none;
}
.whatsapp-float-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(37,211,102,.5);
  color: #fff;
}

@keyframes wpTooltipBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

/* ============================================================
   COOKIE / KVKK BANNER
   ============================================================ */
.cookie-banner {
  position: fixed;
  bottom: -200px;
  left: 0;
  right: 0;
  z-index: 1100;
  transition: bottom .5s cubic-bezier(.4,0,.2,1);
}
.cookie-banner.show { bottom: 0; }

.cookie-inner {
  background: var(--navy);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  padding: 20px 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 -4px 30px rgba(0,0,0,.2);
}
.cookie-text {
  flex: 1;
  font-size: 13px;
  color: rgba(255,255,255,.8);
  line-height: 1.6;
}
.cookie-text a { color: var(--accent-light); font-weight: 600; }
.cookie-text a:hover { color: #fff; }

.cookie-buttons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.cookie-btn-accept {
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
}
.cookie-btn-accept:hover { background: var(--primary-light); }
.cookie-btn-reject {
  background: transparent;
  color: rgba(255,255,255,.6);
  border: 1px solid rgba(255,255,255,.2);
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}
.cookie-btn-reject:hover { border-color: rgba(255,255,255,.5); color: #fff; }

@media (max-width: 768px) {
  .cookie-inner { flex-direction: column; gap: 12px; text-align: center; padding: 16px 20px; }
  .cookie-buttons { justify-content: center; }
}

/* ============================================================
   OPENCART OVERRIDES
   ============================================================ */
/* Override Bootstrap container if needed */
#common-home .container { max-width: 1200px; }

/* Override default carousel styles in modules */
#content .swiper-container,
#content .owl-carousel { margin-bottom: 0; }

/* Override breadcrumb */
.breadcrumb-section { display: none; }

/* Better OpenCart search widget styling */
#search {
  display: flex;
  position: relative;
}
#search .input-group {
  display: flex;
  width: 100%;
  position: relative;
}
#search input[name="search"] {
  flex: 1;
  border-radius: 10px !important;
  border: 2px solid var(--border-color) !important;
  padding: 10px 48px 10px 16px !important;
  font-size: 14px !important;
  background: var(--bg-light) !important;
  transition: var(--transition);
  font-family: var(--font-body) !important;
  outline: none !important;
}
#search input[name="search"]:focus {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 3px rgba(0,137,123,.15) !important;
  background: #fff !important;
}
#search .input-group-btn {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}
#search .input-group-btn .btn-default,
#search .btn-default {
  background: var(--primary) !important;
  border: none !important;
  color: #fff !important;
  border-radius: 8px !important;
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: var(--transition);
}
#search .input-group-btn .btn-default:hover,
#search .btn-default:hover {
  background: var(--primary-dark) !important;
}

/* Cart dropdown fix */
#cart .dropdown-menu {
  border-radius: var(--radius-md) !important;
  box-shadow: var(--shadow-lg) !important;
  border: 1px solid var(--border-light) !important;
  padding: 16px !important;
}
#cart .dropdown-menu table td {
  padding: 8px !important;
  vertical-align: middle;
}
#cart .dropdown-menu .btn-danger { border-radius: 6px !important; }

/* ============================================================
   WELCOME POPUP — PREMIUM
   ============================================================ */
.welcome-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.65);
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
  backdrop-filter: blur(8px);
}
.welcome-overlay.show { opacity: 1; visibility: visible; }

.welcome-popup {
  max-width: 460px;
  width: 100%;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 80px rgba(0,0,0,.4), 0 0 0 1px rgba(255,255,255,.08);
  transform: scale(.85) translateY(30px);
  transition: transform .5s cubic-bezier(.34,1.56,.64,1);
}
.welcome-overlay.show .welcome-popup { transform: scale(1) translateY(0); }

.wp-content { padding: 32px 28px 28px; color: #fff; }

.welcome-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.2);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 15px;
  color: rgba(255,255,255,.8);
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}
.welcome-close:hover { background: rgba(255,255,255,.3); color: #fff; }

/* Badge */
.wp-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.15);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,.9);
  letter-spacing: .5px;
  margin-bottom: 20px;
}
.wp-badge i { color: var(--accent-light); }

/* Logo */
.wp-logo-wrap { margin-bottom: 18px; }
.wp-logo-ring {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  border: 3px solid rgba(255,255,255,.25);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 40px rgba(0,137,123,.3), 0 0 80px rgba(0,137,123,.15);
  animation: wpLogoGlow 3s ease-in-out infinite;
}
.wp-logo-ring img { width: 80px; height: auto; filter: brightness(1.15); }
@keyframes wpLogoGlow {
  0%, 100% { box-shadow: 0 0 40px rgba(0,137,123,.3), 0 0 80px rgba(0,137,123,.15); }
  50% { box-shadow: 0 0 50px rgba(0,137,123,.5), 0 0 100px rgba(0,137,123,.25); }
}

/* Title */
.wp-title {
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.2;
  text-shadow: 0 2px 20px rgba(0,0,0,.2);
}
.wp-title span {
  color: var(--accent-light);
  font-style: italic;
}
.wp-subtitle {
  font-size: 13px;
  color: rgba(255,255,255,.75);
  line-height: 1.6;
  margin: 0 0 18px;
}

/* Divider */
.wp-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.wp-divider::before, .wp-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent);
}
.wp-divider span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--accent-light);
}

/* Branch Cards */
.wp-branches {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.wp-branch {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  text-decoration: none;
  color: #fff;
  transition: var(--transition);
}
.wp-branch:hover { background: rgba(255,255,255,.2); transform: translateX(4px); color: #fff; }
.wp-branch.orange .wp-branch-icon { background: var(--accent); }

.wp-branch-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.wp-branch-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1px;
  text-align: left;
}
.wp-branch-info strong { font-size: 13px; font-weight: 700; }
.wp-branch-info span { font-size: 11px; color: rgba(255,255,255,.6); }
.wp-branch-info em { font-size: 11px; color: rgba(255,255,255,.7); font-style: normal; display: flex; align-items: center; gap: 4px; }
.wp-branch-info em i { font-size: 9px; }
.wp-branch-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: rgba(255,255,255,.6);
  flex-shrink: 0;
  transition: var(--transition);
}
.wp-branch:hover .wp-branch-arrow { background: rgba(255,255,255,.2); color: #fff; }

/* WhatsApp CTA */
.wp-wa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: #25D366;
  color: #fff;
  padding: 14px 24px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: 0 4px 20px rgba(37,211,102,.3);
  margin-bottom: 16px;
}
.wp-wa-btn i { font-size: 20px; }
.wp-wa-btn:hover { background: #1da851; transform: translateY(-2px); color: #fff; box-shadow: 0 8px 30px rgba(37,211,102,.4); }

/* Trust badges */
.wp-trust {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.wp-trust span {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 600;
  color: rgba(255,255,255,.5);
  letter-spacing: .3px;
}
.wp-trust i { color: rgba(255,255,255,.4); font-size: 10px; }

/* Mobile popup */
@media (max-width: 767px) {
  .welcome-popup { border-radius: 20px; }
  .wp-content { padding: 24px 20px 20px; }
  .wp-badge { font-size: 9.5px; padding: 5px 12px; margin-bottom: 14px; }
  .wp-logo-ring { width: 96px; height: 96px; }
  .wp-logo-ring img { width: 64px; }
  .wp-title { font-size: 24px; }
  .wp-subtitle { font-size: 11px; margin-bottom: 14px; }
  .wp-divider { margin-bottom: 14px; }
  .wp-divider span { width: 30px; height: 30px; font-size: 12px; }
  .wp-branch { padding: 10px 12px; border-radius: 12px; gap: 10px; }
  .wp-branch-icon { width: 34px; height: 34px; font-size: 14px; border-radius: 10px; }
  .wp-branch-info strong { font-size: 12px; }
  .wp-branch-info span, .wp-branch-info em { font-size: 10px; }
  .wp-branch-arrow { width: 24px; height: 24px; font-size: 10px; }
  .wp-wa-btn { padding: 12px 20px; font-size: 13px; border-radius: 12px; }
  .wp-wa-btn i { font-size: 17px; }
  .wp-trust { gap: 10px; }
  .wp-trust span { font-size: 9px; }
}

/* ============================================================
   PRODUCT DETAIL PAGE — HIDE PURCHASE ELEMENTS
   ============================================================ */
/* Hide price, tax, add to cart, quantity, wishlist/compare, rating/reviews on product page */
.product-info .price-new,
.product-info .price-old,
.product-info .product-price,
.product-info h2:has(+ .list-unstyled .price),
#product .price,
#product .price-new,
#product .price-old,
#content .price,
#content .price-new,
#content .price-old { display: none !important; }

/* Hide KDV, Tax info */
.product-info .list-unstyled li:has(.price),
#product .list-unstyled li:has(.price) { display: none !important; }

/* Hide Add to Cart button, Quantity, Wishlist/Compare buttons */
#product #button-cart,
#product #input-quantity,
#product label[for="input-quantity"],
#product .btn-group:has(#button-cart),
#content #button-cart,
#content input[name="quantity"],
form#form-product .mb-3:has(#input-quantity),
form#form-product .mb-3:has(#button-cart) { display: none !important; }

/* Hide entire purchase form */
form#form-product > .mb-3 { display: none !important; }
form#form-product > .btn-group { display: none !important; }

/* Broader approach: hide price list and cart form elements */
.product-info .list-unstyled { display: none !important; }
#product .list-unstyled:has(.price) { display: none !important; }
.product-info .btn-group { display: none !important; }
#product .fa-heart { display: none !important; }
#product .fa-arrow-right-arrow-left { display: none !important; }
#product button[data-bs-toggle="tooltip"] { display: none !important; }

/* Hide rating/review on product detail */
.product-info .rating { display: none !important; }
#product .rating { display: none !important; }
#review { display: none !important; }
#tab-review { display: none !important; }
.nav-tabs .nav-link[href="#tab-review"] { display: none !important; }

/* Also hide Adet (quantity) label */
#product label:has(+ input[name="quantity"]) { display: none !important; }

/* Price elements anywhere on the site */
.price, .price-new, .price-old, .price-tax { display: none !important; }

/* Sepete Ekle / Add to Cart buttons site-wide */
#button-cart, .button-cart, button[data-bs-toggle="tooltip"][title*="Sepet"] { display: none !important; }

/* ============================================================
   PRODUCT DETAIL PAGE — PREMIUM REDESIGN
   ============================================================ */

/* Product title */
#product-info h1 {
  font-family: var(--font-heading) !important;
  font-size: 32px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 16px;
  line-height: 1.3;
}

/* Product meta list (model, stock etc) */
.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
  padding: 16px;
  background: linear-gradient(135deg, #f8f9fa, #e9f5f3);
  border-radius: 12px;
  border-left: 4px solid var(--primary);
}
.product-meta li {
  font-size: 14px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-meta li i {
  color: var(--primary);
  width: 16px;
  text-align: center;
}

/* WhatsApp & Call Buttons */
.product-detail-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.btn-product-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 14px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(37,211,102,0.3);
  animation: wpPulse 2s infinite;
}
.btn-product-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(37,211,102,0.4);
  color: #fff !important;
}
.btn-product-whatsapp i { font-size: 22px; }

.btn-product-call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 14px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,137,123,0.3);
}
.btn-product-call:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,137,123,0.4);
  color: #fff !important;
}
.btn-product-call i { font-size: 18px; }

/* Product Detail Branches */
.product-detail-branches {
  background: linear-gradient(135deg, #f8f9fa, #e9f5f3);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 24px;
  border: 1px solid rgba(0,137,123,0.15);
}
.product-detail-branch-title {
  font-weight: 700;
  font-size: 15px;
  color: var(--text-dark);
  margin-bottom: 12px;
}
.product-detail-branch-title i {
  color: var(--primary);
  margin-right: 6px;
}
.product-detail-branch-grid {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.product-detail-branch {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #fff;
  border-radius: 12px;
  text-decoration: none !important;
  color: var(--text-dark) !important;
  border: 1px solid rgba(0,137,123,0.15);
  transition: all 0.3s ease;
  flex: 1;
  min-width: 200px;
}
.product-detail-branch:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,137,123,0.15);
  border-color: var(--primary);
}
.product-detail-branch i {
  font-size: 20px;
  color: var(--primary);
}
.product-detail-branch strong {
  display: block;
  font-size: 14px;
  color: var(--text-dark);
}
.product-detail-branch small {
  display: block;
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 2px;
}

/* Product image */
#product-info .image img.img-thumbnail {
  border-radius: 16px;
  border: 2px solid rgba(0,137,123,0.1);
  transition: all 0.3s ease;
}
#product-info .image img.img-thumbnail:hover {
  border-color: var(--primary);
  box-shadow: 0 8px 30px rgba(0,137,123,0.15);
}

/* Tabs premium */
#product-info .nav-tabs {
  border-bottom: 2px solid rgba(0,137,123,0.15);
  margin-bottom: 0;
}
#product-info .nav-tabs .nav-link {
  font-weight: 600;
  color: var(--text-muted);
  border: none;
  padding: 12px 24px;
  border-radius: 12px 12px 0 0;
  transition: all 0.3s ease;
}
#product-info .nav-tabs .nav-link.active {
  color: var(--primary);
  background: rgba(0,137,123,0.08);
  border-bottom: 3px solid var(--primary);
}
#product-info .tab-content {
  padding: 24px;
  background: #fafafa;
  border-radius: 0 0 16px 16px;
  border: 1px solid rgba(0,137,123,0.1);
  border-top: none;
}

/* Description content */
#tab-description {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-dark);
}
#tab-description p { margin-bottom: 12px; }
#tab-description strong { color: var(--primary-dark); }

/* Breadcrumb */
#product-info .breadcrumb {
  background: transparent;
  padding: 12px 0;
  margin-bottom: 20px;
}
#product-info .breadcrumb-item a {
  color: var(--primary);
  text-decoration: none;
}
#product-info .breadcrumb-item.active {
  color: var(--text-muted);
}

/* Mobile adjustments */
@media (max-width: 767px) {
  #product-info h1 { font-size: 24px; }
  .product-detail-actions { flex-direction: column; }
  .btn-product-whatsapp,
  .btn-product-call {
    width: 100%;
    justify-content: center;
    padding: 14px 24px;
  }
  .product-detail-branch-grid { flex-direction: column; }
  .product-detail-branch { min-width: auto; }
  #product-info .tab-content { padding: 16px; }
  #product-info .nav-tabs .nav-link { padding: 10px 16px; font-size: 14px; }
}

/* ============================================================
   ANIMATIONS & EXTRAS — ATTENTION-GRABBING
   ============================================================ */
html { scroll-behavior: smooth; }
::selection { background: var(--primary-light); color: #fff; }
:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; }

/* Glowing section headers */
@keyframes glowPulse {
  0%, 100% { text-shadow: 0 0 10px rgba(0,137,123,0.1); }
  50% { text-shadow: 0 0 25px rgba(0,137,123,0.3), 0 0 50px rgba(0,137,123,0.1); }
}
@keyframes shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}
@keyframes borderGlow {
  0%, 100% { border-color: rgba(0,137,123,0.2); box-shadow: 0 0 10px rgba(0,137,123,0.05); }
  50% { border-color: rgba(0,137,123,0.5); box-shadow: 0 0 20px rgba(0,137,123,0.15); }
}
@keyframes floatUp {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* "Öne Çıkan Ürünler" h3 — ATTENTION GRABBING */
#content > h3 {
  font-family: var(--font-heading) !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  text-align: center !important;
  color: transparent !important;
  background: linear-gradient(90deg, var(--primary-dark), var(--primary), var(--accent), var(--primary), var(--primary-dark));
  background-size: 300% 100%;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  animation: shimmer 4s ease-in-out infinite !important;
  margin: 0 0 28px !important;
  padding: 16px 0 !important;
  border-bottom: 3px solid var(--primary) !important;
  position: relative !important;
  letter-spacing: .5px !important;
}
#content > h3::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent), var(--primary));
  background-size: 200% 100%;
  animation: shimmer 3s ease-in-out infinite;
}

/* Section headers glow */
.sec-header h2,
.branches-title,
.story-content h2 {
  animation: glowPulse 3s ease-in-out infinite;
}

/* Product cards — subtle glow animation on border */
.product-thumb {
  animation: borderGlow 4s ease-in-out infinite;
}

/* Trust bar icons float */
.footer-trust-icon,
.feature-icon {
  animation: floatUp 3s ease-in-out infinite;
}
.footer-trust-item:nth-child(2) .footer-trust-icon,
.feature-item:nth-child(2) .feature-icon { animation-delay: .5s; }
.footer-trust-item:nth-child(3) .footer-trust-icon,
.feature-item:nth-child(3) .feature-icon { animation-delay: 1s; }
.footer-trust-item:nth-child(4) .footer-trust-icon,
.feature-item:nth-child(4) .feature-icon { animation-delay: 1.5s; }

/* WhatsApp float button pulse */
@keyframes wpPulse {
  0% { box-shadow: 0 4px 20px rgba(37,211,102,.3); }
  50% { box-shadow: 0 4px 30px rgba(37,211,102,.6), 0 0 0 10px rgba(37,211,102,.1); }
  100% { box-shadow: 0 4px 20px rgba(37,211,102,.3); }
}
.whatsapp-float-btn {
  animation: wpPulse 2s ease-in-out infinite;
}

/* Category nav items — active indicator glow */
.category-nav-item:hover i {
  animation: floatUp 1s ease-in-out;
}

/* Hero badge shimmer */
.hero-tag {
  animation: borderGlow 3s ease-in-out infinite;
}

/* Social buttons in header — subtle pulse */
@keyframes socialPulse {
  0%, 100% { box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
  50% { box-shadow: 0 2px 16px rgba(0,0,0,0.2); }
}
.header-social-btn { animation: socialPulse 3s ease-in-out infinite; }
.header-social-btn:nth-child(2) { animation-delay: 1s; }

/* ============================================================
   PRODUCT GRID — handled via #content .row.row-cols-1 rules
   ============================================================ */

/* ============================================================
   RESPONSIVE — Tablet (768-991)
   ============================================================ */
@media (max-width: 991px) {
  .main-header .container { gap: 10px; }
  .header-search { display: none; }
  .brand-text .brand-tagline { display: none; }
  .header-action-btn span { display: none; }
  .header-action-btn { padding: 6px; }
  .header-action-btn i { font-size: 18px; }
  .header-cart .btn span { display: none; }
  #branches-section { padding: 14px 0 16px; }
  #products-section, #category-highlights, #brand-story { padding: 12px 0 14px; }
  #features-bar { padding: 10px 0; }
  #instagram-cta { padding: 0 0 14px; }
  .sec-header { margin-bottom: 10px; }
  .branches-title { font-size: 36px; }
  .branches-header { margin-bottom: 28px; }
}

/* ============================================================
   RESPONSIVE — Mobile (max 767px) — ULTRA COMPACT
   ============================================================ */
@media (max-width: 767px) {

  /* --- HEADER — PREMIUM MOBILE --- */
  .announcement-bar { padding: 4px 0; font-size: 10.5px; }
  .main-header { padding: 8px 0; }
  .main-header::after { width: 150px; height: 150px; }
  .main-header .container { gap: 8px; }
  .header-logo img { height: 42px; }
  .brand-text .brand-name { font-size: 15px; }
  .brand-text .brand-tagline { display: none; }
  .mobile-menu-toggle { padding: 6px 8px; font-size: 16px; border: none; }
  .header-social-btn { width: 36px; height: 36px; font-size: 18px; border-radius: 10px; }
  .header-actions { gap: 6px; }

  /* --- CATEGORY NAV — CENTERED MOBILE --- */
  .category-nav { top: 50px; }
  .category-nav-inner { justify-content: flex-start; padding: 2px 0; }
  .category-nav-item { padding: 10px 14px; font-size: 13px; font-weight: 700; gap: 6px; border-radius: 6px 6px 0 0; }
  .category-nav-item i { font-size: 14px; }
  .category-nav-item.branches-link { padding: 10px 12px; font-size: 12px; }

  /* --- MOBILE SEARCH --- */
  .mobile-search-bar { padding: 6px 0; }

  /* --- HERO — VERY COMPACT --- */
  .hero-slider { min-height: 260px; }
  .hero-inner { padding: 28px 0; }
  .hero-tag { font-size: 10px; padding: 4px 10px; margin-bottom: 8px; }
  .hero-inner h1 { font-size: 24px; margin-bottom: 4px; }
  .hero-inner h2 { font-size: 14px; margin-bottom: 6px; }
  .hero-inner p { font-size: 12px; margin-bottom: 14px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .hero-btns { gap: 8px; }
  .btn-hero-fill { padding: 8px 16px; font-size: 12px; }
  .btn-hero-ghost { padding: 8px 14px; font-size: 12px; }
  .slider-arrow { width: 28px; height: 28px; font-size: 11px; }
  .slider-prev { left: 6px; }
  .slider-next { right: 6px; }
  .slider-dots { bottom: 10px; gap: 6px; }
  .dot { width: 8px; height: 8px; }

  /* --- ALL SECTIONS — TIGHT PADDING --- */
  #branches-section { padding: 10px 0 12px; }
  #features-bar { padding: 6px 0; }
  #products-section { padding: 10px 0; }
  #category-highlights { padding: 10px 0; }
  #brand-story { padding: 12px 0; }
  #instagram-cta { padding: 0 0 10px; }
  .sec-header { margin-bottom: 8px; }
  .sec-header h2 { font-size: 20px; margin-bottom: 4px; }
  .sec-header p { font-size: 11.5px; margin: 0 auto; }
  .sec-badge { font-size: 10px; padding: 4px 10px; margin-bottom: 8px; }

  /* --- BRANCHES — PREMIUM MOBILE --- */
  .branches-header { margin-bottom: 20px; }
  .branches-pretitle { font-size: 10px; padding: 5px 14px; margin-bottom: 12px; }
  .branches-title { font-size: 26px; margin-bottom: 10px; }
  .branches-divider { margin-bottom: 8px; }
  .branches-divider span { width: 30px; }
  .branches-subtitle { font-size: 12px; }
  .branches-grid { gap: 12px; }
  .branch-card { padding: 16px 14px 14px; border-radius: 16px; }
  .branch-card-header { gap: 8px; margin-bottom: 10px; }
  .branch-number { font-size: 36px; }
  .branch-badge-loc { font-size: 9px; padding: 3px 12px; }
  .branch-icon-wrap { width: 36px; height: 36px; font-size: 16px; border-radius: 10px; }
  .branch-card h3 { font-size: 18px; margin-bottom: 3px; }
  .branch-loc { font-size: 11px; margin-bottom: 10px; }
  .branch-details { padding: 10px; margin-bottom: 12px; border-radius: 10px; }
  .branch-details p { font-size: 11px; gap: 6px; margin-bottom: 5px; }
  .branch-details p i { font-size: 11px; }
  .branch-btns { gap: 4px; }
  .bbtn { padding: 6px 12px; font-size: 11px; gap: 4px; }
  .branches-cta { margin-top: 16px; }
  .branches-cta-btn { padding: 10px 20px; font-size: 12px; }
  .branches-cta-btn i { font-size: 16px; }
  .izmir-skyline-svg { height: 150px; }

  /* --- FEATURES — HORIZONTAL SCROLL --- */
  .features-row { grid-template-columns: repeat(2, 1fr); gap: 6px; }
  .feature-item { padding: 8px; gap: 8px; }
  .feature-icon { width: 32px; height: 32px; font-size: 14px; border-radius: 8px; }
  .feature-text strong { font-size: 11px; }
  .feature-text small { font-size: 9.5px; }

  /* --- PRODUCTS — 2 COLUMN AGGRESSIVE --- */
  #content .row.row-cols-1 > .col { padding: 0 4px !important; }
  #content .row.row-cols-1 { --bs-gutter-x: 8px; margin: 0 -4px; }
  #content > h3 { font-size: 16px; margin-bottom: 12px; padding-bottom: 8px; }
  .product-thumb { margin-bottom: 8px !important; border-radius: 14px; }
  .product-thumb::before { border-radius: 16px; }
  .product-thumb:hover { transform: translateY(-4px) scale(1.01); }
  .product-thumb .image { aspect-ratio: 1; }
  .product-overlay { display: none; }
  .product-thumb .content { padding: 8px 10px 6px; }
  .product-thumb .content h4 { font-size: 13px; font-weight: 800; margin-bottom: 2px; line-height: 1.3; }
  .product-thumb .content h4 a { background: none; }

  /* --- CATEGORY PAGE MOBILE --- */
  #content > h2 { font-size: 26px; padding: 16px 0 6px; }
  #content > h2::after { width: 40px; height: 3px; margin-top: 8px; }
  #content > h2 + div { padding: 0 0 14px; margin-bottom: 14px; }
  #content > h2 + div .col-sm-10 { font-size: 13px; }
  .product-thumb .content .description { font-size: 10px; -webkit-line-clamp: 1; line-height: 1.3; }
  .product-actions-custom { border-top-width: 1px; }
  .product-actions-custom a { padding: 7px 4px; font-size: 9.5px; gap: 3px; letter-spacing: 0; }
  .product-actions-custom a i { font-size: 10px; }
  .product-badge { font-size: 8px; padding: 3px 8px; top: 6px; left: 6px; animation: none; }
  .product-branches { padding: 6px; border-top-width: 1px; }
  .product-branch-title { font-size: 8px; margin-bottom: 4px; letter-spacing: .3px; }
  .branch-link-btn { padding: 5px 3px; font-size: 9.5px; border-radius: 8px; gap: 3px; border-width: 1px; }
  .branch-link-btn i { font-size: 10px; }
  .branch-link-btn small { font-size: 7.5px; }

  /* --- CATEGORIES — 4 COLUMN TIGHT GRID --- */
  .cat-grid { grid-template-columns: repeat(4, 1fr); gap: 6px; }
  .cat-card { padding: 10px 4px; border-radius: 10px; }
  .cat-card.cat-lg { grid-column: span 2; grid-row: span 1; padding: 10px 4px; }
  .cat-icon { width: 32px; height: 32px; font-size: 14px; margin-bottom: 6px; border-radius: 8px; }
  .cat-card.cat-lg .cat-icon { width: 32px; height: 32px; font-size: 14px; border-radius: 8px; }
  .cat-card h3 { font-size: 10px; margin-bottom: 1px; }
  .cat-card.cat-lg h3 { font-size: 10px; }
  .cat-card span { font-size: 9px; }

  /* --- BRAND STORY — COMPACT --- */
  .story-grid { gap: 16px; }
  .story-visual { order: 2; }
  .story-content { order: 1; }
  .story-logo-ring { width: 80px; height: 80px; margin-bottom: 10px; }
  .story-logo-ring img { width: 48px; }
  .y-num { font-size: 30px; }
  .y-txt { font-size: 11px; }
  .story-year { margin-bottom: 14px; }
  .story-stats { grid-template-columns: repeat(4, 1fr); gap: 6px; }
  .sstat { padding: 8px 4px; }
  .sstat strong { font-size: 16px; }
  .sstat small { font-size: 9px; }
  .story-content .sec-badge { margin-bottom: 8px; }
  .story-content h2 { font-size: 20px; margin-bottom: 10px; }
  .story-content p { font-size: 12px; line-height: 1.5; margin-bottom: 6px; }
  .story-checks { grid-template-columns: 1fr 1fr; gap: 4px; margin-top: 8px; }
  .story-checks div { font-size: 11px; gap: 4px; }
  .story-checks i { font-size: 12px; }

  /* --- INSTAGRAM CTA --- */
  .insta-banner { border-radius: 12px; padding: 16px 12px; gap: 10px; }
  .insta-icon-box { width: 40px; height: 40px; font-size: 18px; border-radius: 10px; }
  .insta-txt h3 { font-size: 15px; }
  .insta-txt p { font-size: 11px; }
  .btn-insta { padding: 8px 16px; font-size: 12px; }

  /* --- FOOTER — COMPACT MOBILE --- */
  .footer-trust-bar { padding: 14px 0; }
  .footer-trust-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; }
  .footer-trust-item { padding: 8px; gap: 8px; border-radius: 8px; }
  .footer-trust-icon { width: 32px; height: 32px; font-size: 14px; border-radius: 8px; }
  .footer-trust-text strong { font-size: 11px; }
  .footer-trust-text span { font-size: 9.5px; }
  .footer-main { padding: 24px 0 16px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .footer-col-brand { grid-column: 1 / -1; }
  .footer-brand-logo img { height: 30px; }
  .footer-brand-name { font-size: 17px; }
  .footer-brand-sub { font-size: 9px; }
  .footer-brand-desc { font-size: 11px; line-height: 1.5; margin-bottom: 12px; }
  .footer-social-btn { width: 34px; height: 34px; font-size: 15px; border-radius: 8px; }
  .footer-title { font-size: 13px; margin-bottom: 10px; padding-bottom: 6px; }
  .footer-title i { font-size: 11px; }
  .footer-links li { margin-bottom: 5px; }
  .footer-links a { font-size: 11.5px; }
  .footer-links a i { font-size: 7px; }
  .footer-branch-card { padding: 10px; border-radius: 10px; }
  .footer-contact-item { font-size: 11px; margin-bottom: 6px; gap: 6px; }
  .footer-contact-item i { font-size: 11px; width: 14px; }
  .footer-branch-actions { margin-top: 8px; gap: 4px; }
  .footer-map-btn, .footer-wa-btn { padding: 5px 6px; font-size: 10px; border-radius: 6px; }
  .footer-bottom { padding: 10px 0; }
  .footer-copyright { font-size: 10.5px; }
  .footer-bottom-links { font-size: 10px; }

  /* --- COOKIE BANNER --- */
  .cookie-inner { flex-direction: column; gap: 8px; text-align: center; padding: 10px 12px; }
  .cookie-text { font-size: 10.5px; line-height: 1.4; }
  .cookie-buttons { justify-content: center; gap: 6px; }
  .cookie-btn-accept { padding: 6px 16px; font-size: 11px; }
  .cookie-btn-reject { padding: 6px 12px; font-size: 11px; }

  /* --- WHATSAPP FLOAT --- */
  .float-buttons { bottom: 12px; right: 12px; }
  .whatsapp-float-btn { width: 44px; height: 44px; font-size: 22px; }
  .instagram-float-btn { width: 40px; height: 40px; font-size: 20px; }
  .whatsapp-float-tooltip { display: none; }
}

/* ============================================================
   RESPONSIVE — Small Mobile (max 374px)
   ============================================================ */
@media (max-width: 374px) {
  .hero-slider { min-height: 220px; }
  .hero-inner h1 { font-size: 20px; }
  .hero-inner h2 { font-size: 12px; }
  .hero-inner p { display: none; }
  .hero-btns { gap: 6px; }
  .btn-hero-fill, .btn-hero-ghost { padding: 7px 12px; font-size: 11px; }
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .cat-card.cat-lg { grid-column: span 1; }
  .features-row { grid-template-columns: repeat(2, 1fr); }
  .branches-grid { gap: 8px; }
  .footer-grid { grid-template-columns: 1fr; }
  .story-stats { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   BRANCHES V2 — FULL WIDTH WITH MAPS
   ============================================================ */
.branches-header-v2 { display: none; }
.branches-header-v2 .branches-pretitle, .branches-header-v2 h2, .branches-header-v2 p { display: none; }

/* ---- BRANCHES HEADER V3 — ANIMATED FLASHY BAR ---- */
.branches-header-v3 {
  margin-bottom: 24px;
  padding: 40px 44px;
  background: linear-gradient(135deg, #004D40 0%, #00897B 25%, #FF8F00 50%, #E65100 75%, #00695C 100%);
  background-size: 300% 300%;
  animation: bhGradientShift 6s ease infinite;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 2px solid rgba(255,255,255,0.15);
  box-shadow: 0 8px 40px rgba(0,137,123,0.25), 0 0 60px rgba(255,143,0,0.1);
}
@keyframes bhGradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.bh-deco-circle { position: absolute; border-radius: 50%; pointer-events: none; }
.bh-dc1 {
  width: 200px; height: 200px; top: -60px; right: -40px;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  animation: bhFloat 5s ease-in-out infinite;
}
.bh-dc2 {
  width: 150px; height: 150px; bottom: -40px; left: -30px;
  background: radial-gradient(circle, rgba(255,179,0,0.15) 0%, transparent 70%);
  animation: bhFloat 4s ease-in-out infinite reverse;
}
@keyframes bhFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-12px) scale(1.05); }
}
.bh-deco-dots {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
}
.bh-content { position: relative; z-index: 2; }
.bh-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.15); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.25); color: #fff;
  padding: 8px 22px; border-radius: 50px;
  font-size: 13px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; margin-bottom: 18px;
  animation: glowPulse 3s ease-in-out infinite;
}
.branches-header-v3 h2 {
  font-family: var(--font-heading);
  font-size: 52px; font-weight: 800; color: #fff;
  margin: 0 0 8px; line-height: 1.1; letter-spacing: -1px;
}
.bh-w1 { color: #fff; text-shadow: 0 4px 20px rgba(0,0,0,0.3); }
.bh-w2 {
  color: #FFD54F;
  text-shadow: 0 4px 30px rgba(255,213,79,0.5), 0 0 40px rgba(255,143,0,0.3);
  animation: bhTextGlow 2s ease-in-out infinite alternate;
}
.bh-w3 {
  background: linear-gradient(135deg, #fff 20%, #FFD54F 60%, #FF8F00 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 8px rgba(255,143,0,0.3));
}
@keyframes bhTextGlow {
  0% { text-shadow: 0 4px 20px rgba(255,213,79,0.3), 0 0 30px rgba(255,143,0,0.2); }
  100% { text-shadow: 0 4px 30px rgba(255,213,79,0.7), 0 0 60px rgba(255,143,0,0.4); }
}
.bh-divider {
  display: flex; align-items: center; justify-content: center;
  gap: 12px; margin: 14px 0;
}
.bh-divider span { flex: 1; max-width: 80px; height: 2px; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent); }
.bh-divider i { color: rgba(255,255,255,0.7); font-size: 18px; }
.branches-header-v3 p {
  color: rgba(255,255,255,0.92); font-size: 17px;
  line-height: 1.7; margin: 0 auto 20px; max-width: 700px;
}
.bh-city { color: #FFD54F; font-style: normal; font-weight: 700; }
.bh-loc {
  background: rgba(255,255,255,0.15); padding: 2px 10px; border-radius: 6px;
  font-weight: 700; color: #fff; border: 1px solid rgba(255,255,255,0.2);
}
.bh-tags { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.bh-tag {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.12); backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.15); color: #fff;
  padding: 8px 18px; border-radius: 50px;
  font-size: 13px; font-weight: 600; transition: all 0.3s ease;
}
.bh-tag:hover { background: rgba(255,255,255,0.25); transform: translateY(-2px); }

/* Branch Full Card */
.branch-full {
  margin-bottom: 40px;
}
.branch-full-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 30px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,137,123,0.1);
  transition: all 0.3s ease;
}
.branch-full-inner:hover {
  box-shadow: 0 12px 50px rgba(0,137,123,0.12);
  border-color: rgba(0,137,123,0.2);
}
.branch-full-inner.reverse { direction: rtl; }
.branch-full-inner.reverse > * { direction: ltr; }

/* Info Side */
.branch-full-info {
  padding: 40px 36px;
}
.branch-full-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.konak-badge { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); }
.karsiyaka-badge { background: linear-gradient(135deg, var(--accent), #E65100); }

.branch-full-info h3 {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 6px;
}
.branch-full-tagline {
  font-size: 15px;
  color: var(--text-muted);
  margin: 0 0 24px;
  font-style: italic;
}

/* Address Block */
.branch-full-address {
  background: #f8faf9;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 24px;
  border-left: 4px solid var(--primary);
}
#branch-karsiyaka .branch-full-address {
  border-left-color: var(--accent);
}
.branch-info-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 8px 0;
}
.branch-info-row + .branch-info-row {
  border-top: 1px solid rgba(0,0,0,0.05);
}
.branch-info-row > i {
  color: var(--primary);
  font-size: 16px;
  margin-top: 4px;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}
#branch-karsiyaka .branch-info-row > i { color: var(--accent); }
.branch-info-row strong {
  display: block;
  font-size: 12px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}
.branch-info-row span,
.branch-info-row a {
  font-size: 14px;
  color: var(--text-dark);
  line-height: 1.5;
}
.branch-info-row a {
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
}
.branch-info-row a:hover { text-decoration: underline; }
.branch-closed {
  display: block;
  color: #e53935;
  font-weight: 600;
  font-size: 13px;
}

/* Directions */
.branch-full-directions {
  margin-bottom: 24px;
}
.branch-full-directions h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.branch-full-directions h4 i { color: var(--primary); }
#branch-karsiyaka .branch-full-directions h4 i { color: var(--accent); }
.branch-full-directions ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.branch-full-directions li {
  display: flex;
  gap: 10px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-body);
  align-items: flex-start;
}
.branch-full-directions li > i {
  color: var(--primary);
  font-size: 14px;
  margin-top: 3px;
  width: 18px;
  flex-shrink: 0;
  text-align: center;
}
#branch-karsiyaka .branch-full-directions li > i { color: var(--accent); }
.branch-full-directions li strong { color: var(--text-dark); }

/* Action Buttons */
.branch-full-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.bfbtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
.bfbtn-call {
  background: var(--primary);
  color: #fff !important;
}
.bfbtn-call:hover { background: var(--primary-dark); transform: translateY(-2px); }
.bfbtn-wp {
  background: #25D366;
  color: #fff !important;
}
.bfbtn-wp:hover { background: #128C7E; transform: translateY(-2px); }
.bfbtn-map {
  background: #fff;
  color: var(--primary) !important;
  border: 2px solid var(--primary);
}
.bfbtn-map:hover { background: var(--primary); color: #fff !important; transform: translateY(-2px); }
#branch-karsiyaka .bfbtn-call { background: var(--accent); }
#branch-karsiyaka .bfbtn-call:hover { background: #E65100; }
#branch-karsiyaka .bfbtn-map { border-color: var(--accent); color: var(--accent) !important; }
#branch-karsiyaka .bfbtn-map:hover { background: var(--accent); color: #fff !important; }

/* Map Side */
.branch-full-map {
  position: relative;
  min-height: 500px;
  background: #e8f5e9;
}
.branch-full-map iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}
.branch-map-overlay-btn {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: #fff;
  color: var(--text-dark) !important;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 6px;
}
.branch-map-overlay-btn:hover {
  background: var(--primary);
  color: #fff !important;
  transform: translateY(-2px);
}

/* Bottom CTA v2 — full-width statement */
.branches-cta-v2 {
  margin-top: 48px;
}
.branches-cta-inner-wide {
  text-align: center;
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 50%, var(--primary-light) 100%);
  border-radius: 24px;
  padding: 48px 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.branches-cta-inner-wide::before {
  content: '';
  position: absolute;
  top: -50%; left: -50%;
  width: 200%; height: 200%;
  background: radial-gradient(circle at 30% 70%, rgba(255,255,255,0.08) 0%, transparent 50%);
  pointer-events: none;
}
.branches-cta-inner-wide > i {
  font-size: 48px;
  margin-bottom: 16px;
  display: block;
  opacity: 0.6;
}
.branches-cta-inner-wide h3 {
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 12px;
  line-height: 1.3;
  position: relative;
}
.branches-cta-inner-wide p {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.9;
  margin: 0 auto;
  max-width: 640px;
  position: relative;
}

/* Branches Mobile */
@media (max-width: 991px) {
  .branch-full-inner,
  .branch-full-inner.reverse { grid-template-columns: 1fr; direction: ltr; }
  .branch-full-map { min-height: 300px; }
  .branch-full-info { padding: 28px 24px; }
  .branches-header-v2 h2 { font-size: 30px; }
  .branches-header-v3 { padding: 28px 24px; }
  .branches-header-v3 h2 { font-size: 38px; }
  .branches-cta-inner-wide { padding: 36px 24px; }
  .branches-cta-inner-wide h3 { font-size: 24px; }
}
@media (max-width: 576px) {
  #branches-section { padding: 50px 0 40px; }
  .branches-header-v2 h2 { font-size: 26px; }
  .branches-header-v3 { padding: 24px 16px; border-radius: 16px; margin-bottom: 14px; }
  .branches-header-v3 h2 { font-size: 30px; letter-spacing: -0.5px; }
  .bh-badge { font-size: 11px; padding: 6px 14px; margin-bottom: 12px; }
  .branches-header-v3 p { font-size: 14px; line-height: 1.6; margin-bottom: 14px; }
  .bh-tags { gap: 6px; }
  .bh-tag { font-size: 11px; padding: 6px 12px; }
  .branch-full-info { padding: 20px 16px; }
  .branch-full-info h3 { font-size: 22px; }
  .branch-full-btns { flex-direction: column; }
  .bfbtn { justify-content: center; }
  .branch-full-map { min-height: 250px; }
  .branch-full-directions li { font-size: 12px; }
  .branches-cta-inner-wide { padding: 28px 16px; border-radius: 16px; }
  .branches-cta-inner-wide h3 { font-size: 20px; }
  .branches-cta-inner-wide p { font-size: 14px; }
  .branches-cta-inner-wide > i { font-size: 36px; }
}

/* ============================================================
   CATEGORY SECTION — COMPACT PRODUCT CARDS
   ============================================================ */
.cat-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.cat-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none !important;
  border: 1px solid rgba(0,137,123,0.1);
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
  width: calc(25% - 11px);
}
.cat-card-img {
  background: linear-gradient(135deg, #f0faf9 0%, #fef9f0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.cat-card-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}
.cat-card:hover .cat-card-img img { transform: scale(1.06); }
.cat-card-content {
  padding: 12px 14px;
  text-align: center;
  border-top: 1px solid rgba(0,137,123,0.08);
}
.cat-card-content .cat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  font-size: 13px;
  margin-bottom: 6px;
}
.cat-card-content h4 {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 2px;
}
.cat-card-content small {
  font-size: 12px;
  color: var(--text-muted);
  display: block;
  margin-bottom: 6px;
}
.cat-card-content .cat-count {
  display: inline-block;
  background: var(--primary-pale);
  color: var(--primary-dark);
  padding: 3px 10px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
}
.cat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0,137,123,0.14);
  border-color: var(--primary);
}

@media (max-width: 991px) {
  .cat-card { width: calc(33.333% - 10px); }
}
@media (max-width: 576px) {
  .cat-grid { gap: 10px; }
  .cat-card { width: calc(50% - 5px); }
  .cat-card-img { padding: 12px; }
  .cat-card-content { padding: 10px 10px; }
  .cat-card-content h4 { font-size: 14px; }
  .cat-card-content .cat-icon { width: 26px; height: 26px; font-size: 11px; }
}

/* ============================================================
   HEADER SHIMMER (logo + social media)
   ============================================================ */
.header-logo a {
  position: relative;
  overflow: hidden;
}
.header-logo a::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,213,79,0.15), transparent);
  animation: headerShimmer 5s infinite;
}
@keyframes headerShimmer {
  0% { left: -100%; }
  50%, 100% { left: 150%; }
}
.header-social-btn {
  animation: socialPulse 3s ease-in-out infinite;
}
@keyframes socialPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}

/* ============================================================
   PRINT
   ============================================================ */
@media print {
  .announcement-bar, .top-nav, .mobile-menu-toggle,
  .float-buttons, .cookie-banner, #hero-section,
  #instagram-cta { display: none !important; }
}
