/**
 * BORA ÇELİK - ARCHITECTURAL DESIGN SYSTEM & MOBILE RESPONSIVE ENGINE
 * Single Source of Truth for all Languages (EN, TR, ES, IT)
 * Fonts: Plus Jakarta Sans & Space Grotesk & Inter
 * Official Corporate Palette: 
 * - PANTONE Cool Gray 10 C (#636569)
 * - PANTONE Cool Gray 1 C (#D9D8D6)
 * - Obsidian Jet Black (#0D0E12)
 * - Architectural White (#FFFFFF) & Soft Concrete (#F4F4F3)
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&family=Space+Grotesk:wght@500;700&display=swap');

:root {
  --bc-black: #0D0E12;
  --bc-dark: #121418;
  --bc-dark-card: #1A1C22;
  --bc-charcoal: #252830;
  
  /* Official Bora Çelik Pantone & Logo Colors */
  --bc-brand-graphite: #545548; /* Official Logo Warm Graphite */
  --bc-pantone-10: #636569;
  --bc-pantone-1: #D9D8D6;
  --bc-pantone-10c: #636569;
  --bc-pantone-1c: #D9D8D6;
  
  --bc-gray-text: #636569;
  --bc-gray-light: #9CA0A5;
  --bc-canvas: #F4F4F3;
  --bc-white: #ffffff;
  --bc-border: #E2E3E5;
  --bc-border-dark: rgba(255, 255, 255, 0.1);
  --bc-wa: #25d366;
  
  /* Architectural Precision Radii (Bespoke 6px-16px) */
  --bc-radius-xs: 4px;
  --bc-radius-sm: 6px;
  --bc-radius-md: 8px;
  --bc-radius-lg: 12px;
  --bc-radius-xl: 16px;
  --bc-radius-pill: 6px; /* Transformed to crisp architectural button radius */
  
  --bc-font: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --bc-font-mono: 'Space Grotesk', 'Inter', monospace;
}

*, *::before, *::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-touch-callout: none;
}

*:focus,
*:focus-visible,
*:active {
  outline: none !important;
  box-shadow: none !important;
}

a, button, input, select, textarea, [role="button"], [tabindex], [type="button"], [type="submit"] {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-touch-callout: none;
  outline: none !important;
}

a:focus, a:active, a:focus-visible, a:visited:focus,
button:focus, button:active, button:focus-visible,
.btn:focus, .btn:active, .btn:focus-visible,
.bc-nav-links a:focus, .bc-nav-links a:active,
.bc-nav-has-mega > a:focus, .bc-nav-has-mega > a:active,
.bc-mega-item:focus, .bc-mega-item:active,
.bc-lang-btn:focus, .bc-lang-btn:active,
.bc-lang-dropdown button:focus,
.bc-mobile-toggle:focus, .bc-mobile-toggle:active,
.bc-mobile-nav a:focus, .bc-mobile-nav a:active,
.bc-btn-pill:focus, .bc-btn-pill:active,
.bc-btn-arch:focus, .bc-btn-arch:active,
.dropdown-toggle:focus, .dropdown-toggle:active {
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-color: transparent;
  text-decoration: none !important;
}

.bc-custom-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.bc-custom-scroll::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 4px;
}
.bc-custom-scroll::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
.bc-custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

html, body {
  overflow-x: clip;
  max-width: 100vw;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--bc-font) !important;
  color: var(--bc-dark);
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--bc-font) !important;
  font-weight: 800;
  color: var(--bc-dark);
  letter-spacing: -0.035em;
  margin-top: 0;
}

/* Two-tone bc Headings */
.bc-heading-lg {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.04em;
  color: var(--bc-dark);
  margin-bottom: 20px;
}
.bc-heading-lg span.muted {
  color: var(--bc-pantone-10);
  font-weight: 400;
}
.bc-heading-md {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--bc-dark);
  margin-bottom: 16px;
}
.bc-heading-md span.muted {
  color: var(--bc-pantone-10);
  font-weight: 400;
}

.bc-section-tag {
  font-family: var(--bc-font-mono) !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--bc-brand-graphite);
  margin-bottom: 10px;
  display: block;
}

/* Standard Luxury Capsule Pill Buttons (Matching Reference Screenshot qsxoYGxeQj_EOTYEo3zEaqIVtEKEpAZw) */
.bc-btn-pill,
.bc-btn-arch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--bc-black, #000000);
  color: #ffffff !important;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 13px 26px;
  border-radius: 999px !important; /* Full standardized capsule pill across entire site */
  border: 1.5px solid var(--bc-black, #000000);
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.bc-btn-pill:hover,
.bc-btn-arch:hover {
  background: #252830;
  border-color: #252830;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}
.bc-btn-pill.white,
.bc-btn-arch.white {
  background: #ffffff !important;
  color: #000000 !important;
  border: 1.5px solid #ffffff !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.bc-btn-pill.white:hover,
.bc-btn-arch.white:hover {
  background: #f8fafc !important;
  border-color: #f8fafc !important;
  color: #000000 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.bc-btn-pill.outline,
.bc-btn-arch.outline {
  background: transparent;
  color: var(--bc-dark, #111215) !important;
  border: 1.5px solid #111215;
  border-radius: 999px !important;
  box-shadow: none;
}
.bc-btn-pill.outline:hover,
.bc-btn-arch.outline:hover {
  background: #111215;
  border-color: #111215;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* ==========================================================================
   ARCHITECTURAL TOP-ATTACHED "NOTCH" HEADERBAR (LUMINOUS FROSTED ICE)
   Flush with top screen edge, sleek rounded bottom corners
   ========================================================================== */
.bc-header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  pointer-events: none;
  padding: 0 40px;
  display: flex;
  justify-content: center;
}

.bc-floating-navbar {
  pointer-events: auto;
  width: 100%;
  max-width: 1440px;
  height: 64px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border: 1px solid var(--bc-border);
  border-top: none; /* Flush with top edge */
  border-radius: 0 0 16px 16px; /* Notch effect */
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.03);
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.25s ease;
}

.bc-logo img {
  height: 28px;
  width: auto;
  object-fit: contain;
  filter: none; /* Original crisp logo */
}

.bc-nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.bc-nav-links > li {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.bc-nav-links > li > a {
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #2D3037;
  text-decoration: none;
  position: relative;
  padding: 8px 0;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}
.bc-nav-links > li > a:hover, 
.bc-nav-links > li > a.active,
.bc-nav-links > li.bc-nav-has-mega:hover > a {
  color: var(--bc-black);
}
.bc-nav-links > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--bc-brand-graphite);
  transition: width 0.25s ease;
}
.bc-nav-links > li > a:hover::after, 
.bc-nav-links > li > a.active::after,
.bc-nav-links > li.bc-nav-has-mega:hover > a::after {
  width: 100%;
}

.bc-lang-switch {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  font-weight: 700;
  background: #F4F4F3;
  padding: 3px 4px;
  border-radius: var(--bc-radius-xs);
  border: 1px solid var(--bc-border);
}
.bc-lang-switch a {
  color: var(--bc-gray-text);
  padding: 3px 8px;
  border-radius: var(--bc-radius-xs);
  text-decoration: none;
  transition: all 0.2s ease;
}
.bc-lang-switch a.active, .bc-lang-switch a:hover {
  color: var(--bc-black);
  background: #FFFFFF;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.bc-search-trigger {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #2D3037;
  font-size: 14px;
  cursor: pointer;
  padding: 4px 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  outline: none;
}
.bc-search-trigger:hover {
  color: var(--bc-black);
  transform: scale(1.12);
}

/* Fullscreen Frosted Search Overlay */
.bc-search-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 17, 20, 0.88);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.bc-search-modal {
  width: 100%;
  max-width: 680px;
  background: #ffffff;
  border-radius: var(--bc-radius-lg);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
  padding: 36px;
  position: relative;
  animation: bcSearchModalIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes bcSearchModalIn {
  from { opacity: 0; transform: translateY(-20px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.bc-search-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bc-canvas);
  border: none;
  font-size: 18px;
  color: var(--bc-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.bc-search-modal-close:hover {
  background: var(--bc-black);
  color: #ffffff;
}
.bc-search-modal-box {
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 2px solid var(--bc-border);
  padding-bottom: 12px;
  margin-top: 10px;
}
.bc-search-modal-box input {
  flex-grow: 1;
  border: none;
  font-size: 18px;
  font-weight: 700;
  color: var(--bc-dark);
  outline: none;
  font-family: var(--bc-font);
}
.bc-search-modal-box input::placeholder {
  color: var(--bc-gray-light);
  font-weight: 500;
}
.bc-search-quick-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 11px;
}
.bc-search-quick-tag {
  background: var(--bc-canvas);
  padding: 6px 14px;
  border-radius: var(--bc-radius-pill);
  color: var(--bc-dark);
  text-decoration: none !important;
  font-weight: 700;
  transition: all 0.2s ease;
}
.bc-search-quick-tag:hover {
  background: var(--bc-black);
  color: #ffffff;
}

/* ==========================================================================
   bc MEGA-DROPDOWN MENU (SEAMLESS ARCHITECTURAL NOTCH EXTENSION)
   ========================================================================== */
.bc-nav-has-mega {
  position: static !important;
}

/* Seamless navbar integration when mega menu is open */
.bc-floating-navbar.bc-navbar-expanded,
.bc-floating-navbar:has(.bc-nav-has-mega:hover),
.bc-floating-navbar:has(.bc-mega-menu:hover) {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-color: #FFFFFF !important;
}

.bc-mega-menu {
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  width: calc(100% + 2px);
  background: #FFFFFF;
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border: 1px solid var(--bc-border);
  border-top: none;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
  padding: 24px 32px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.2s;
  z-index: 10002;
}

/* Seamless Hover Bridge from Menu Item into Mega Menu */
.bc-mega-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 14px;
}

.bc-nav-has-mega:hover .bc-mega-menu,
.bc-mega-menu:hover,
.bc-floating-navbar.bc-navbar-expanded .bc-mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.bc-mega-track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 14px;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  align-items: flex-start;
  justify-items: center;
  padding: 0;
}

.bc-mega-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 105px;
  text-decoration: none !important;
  color: inherit;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.bc-mega-thumb {
  width: 100%;
  max-width: 86px;
  height: 80px;
  background: #F8F9FA;
  border-radius: var(--bc-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  border: 1px solid #EBECEE;
  position: relative;
  overflow: hidden;
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.bc-mega-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.bc-mega-img-drawing {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.bc-mega-img-real {
  position: absolute;
  inset: 0;
  margin: auto;
  padding: 8px;
  opacity: 0;
  transform: scale(0.92);
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.bc-mega-img-real.mirror-x {
  transform: scaleX(-1) scale(0.92);
}

.bc-mega-item:hover .bc-mega-thumb {
  transform: translateY(-4px);
  background: #FFFFFF;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  border-color: var(--bc-pantone-10);
}
.bc-mega-item:hover .bc-mega-img-drawing {
  opacity: 0;
  transform: scale(1.08);
}
.bc-mega-item:hover .bc-mega-img-real {
  opacity: 1;
  transform: scale(1.06);
}
.bc-mega-item:hover .bc-mega-img-real.mirror-x {
  opacity: 1;
  transform: scaleX(-1) scale(1.06);
}

.bc-mega-name {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2D3037;
  margin-top: 8px;
  line-height: 1.2;
  transition: color 0.2s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}
.bc-mega-item:hover .bc-mega-name {
  color: #000000;
}

.bc-mega-nav-btn {
  display: none !important;
}

/* ==========================================================================
   CINEMATIC HERO SLIDER
   ========================================================================== */
.bc-hero-slider-section {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 520px;
  max-height: 660px;
  overflow: hidden;
  background: #0d0e12;
  margin: 0;
  padding: 0;
}
.bc-hero-slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.bc-hero-slide-item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.bc-hero-slide-item.active {
  opacity: 1;
  visibility: visible;
}
.bc-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  transform: scale(1.04);
  transition: transform 7.5s cubic-bezier(0.1, 0.9, 0.2, 1);
}
.bc-hero-slide-item.active .bc-hero-bg {
  transform: scale(1);
}
.bc-hero-bg-desktop {
  display: block;
}
.bc-hero-bg-mobile {
  display: none !important;
}
.bc-hero-slide-item.is-graphic-slide {
  background: #000000;
}
.bc-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  pointer-events: none;
}
.bc-hero-gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 11, 14, 0.88) 0%, rgba(10, 11, 14, 0.52) 48%, rgba(10, 11, 14, 0.12) 100%),
              linear-gradient(180deg, rgba(10, 11, 14, 0.6) 0%, transparent 22%, transparent 75%, rgba(10, 11, 14, 0.45) 100%);
  pointer-events: none;
}
.bc-hero-caption {
  max-width: 780px;
  color: #ffffff;
  padding-top: 65px;
}
.bc-hero-tag {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bc-pantone-1);
  display: block;
  margin-bottom: 12px;
}
.bc-hero-heading {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.14;
  letter-spacing: -0.03em;
  margin: 0 0 24px 0;
}
.bc-hero-controls {
  position: absolute;
  bottom: 40px;
  right: 48px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 24px;
}
.bc-hero-bullets {
  display: flex;
  gap: 8px;
}
.bc-hero-bullet {
  width: 32px;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.bc-hero-bullet.active {
  background: #ffffff;
  width: 52px;
}
.bc-hero-arrows {
  display: flex;
  gap: 8px;
}
.bc-hero-nav-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.bc-hero-nav-arrow:hover {
  background: #ffffff;
  color: #000000;
}

/* ==========================================================================
   SECTION 2: DUAL BLACK DOSSIER & 3-PANEL EXPANDING ACCORDION
   ========================================================================== */
.bc-showroom-accordion-section {
  padding: 90px 0;
  background: #ffffff;
  border-bottom: 1px solid var(--bc-border);
}
.bc-accordion-left-cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}
.bc-accordion-card {
  background: #000000;
  border-radius: 24px;
  padding: 34px 32px 30px;
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.bc-accordion-card-top {
  flex: 1.1;
}
.bc-accordion-card-bottom {
  flex: 1;
}

/* Horizontal Expanding Image Accordion */
.bc-accordion-wrapper {
  display: flex;
  gap: 16px;
  height: 100%;
  min-height: 520px;
  width: 100%;
}
.bc-accordion-item {
  flex: 1;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  transition: flex 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s ease;
  will-change: flex;
}
.bc-accordion-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}
.bc-accordion-item:hover img {
  transform: scale(1.04);
}

/* Default state: First image is wide, others are narrow */
.bc-accordion-wrapper:not(:hover) .bc-accordion-item:first-child {
  flex: 2.5;
}
/* When any item is hovered, it expands to 2.5 and others shrink */
.bc-accordion-wrapper .bc-accordion-item:hover {
  flex: 2.5;
}
.bc-accordion-item.is-active {
  flex: 2.5;
}

@media (max-width: 991px) {
  .bc-accordion-wrapper {
    min-height: 380px;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .bc-accordion-wrapper {
    flex-direction: column;
    min-height: auto;
    height: 540px;
  }
  .bc-accordion-wrapper:not(:hover) .bc-accordion-item:first-child,
  .bc-accordion-wrapper .bc-accordion-item:hover {
    flex: 2;
  }
}

/* ==========================================================================
   FEATURED STAND THEMES (BIG SLABS, DRAWER, BL SERIES, 360/180)
   ========================================================================== */
.bc-featured-cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.bc-featured-cat-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--bc-radius-md);
  background: #ffffff;
  border: 1px solid var(--bc-border);
  padding: 24px 22px 18px;
  height: 420px;
  text-decoration: none !important;
  color: var(--bc-black) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}
.bc-featured-cat-media {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 275px;
  margin-bottom: 8px;
}
.bc-featured-cat-media img {
  max-width: 98%;
  max-height: 270px;
  object-fit: contain;
}
.bc-featured-drawing {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1), transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.bc-featured-real {
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1), transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.bc-featured-real.mirror-x {
  transform: scaleX(-1) scale(0.95);
}

.bc-featured-cat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(84, 85, 72, 0.15);
  border-color: var(--bc-brand-graphite);
}
.bc-featured-cat-card:hover .bc-featured-drawing {
  opacity: 0;
  transform: scale(1.05);
}
.bc-featured-cat-card:hover .bc-featured-real {
  opacity: 1;
  transform: scale(1.04);
}
.bc-featured-cat-card:hover .bc-featured-real.mirror-x {
  opacity: 1;
  transform: scaleX(-1) scale(1.04);
}

.bc-featured-cat-foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-top: 1px solid var(--bc-border);
  padding-top: 16px;
  width: 100%;
}
.bc-featured-cat-tag {
  font-family: var(--bc-font-mono) !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bc-brand-graphite);
  display: block;
  margin-bottom: 4px;
}
.bc-featured-cat-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--bc-black);
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.bc-featured-cat-arrow {
  width: 34px;
  height: 34px;
  border-radius: var(--bc-radius-xs);
  background: var(--bc-canvas);
  border: 1px solid var(--bc-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bc-black);
  transition: all 0.2s ease;
}
.bc-featured-cat-card:hover .bc-featured-cat-arrow {
  background: var(--bc-brand-graphite);
  border-color: var(--bc-brand-graphite);
  color: #ffffff;
  transform: translateX(3px);
}

@media (max-width: 991px) {
  .bc-featured-cat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .bc-featured-cat-card {
    height: 360px;
    padding: 24px 20px 18px;
  }
  .bc-featured-cat-media {
    height: 190px;
  }
  .bc-featured-cat-title {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .bc-featured-cat-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .bc-featured-cat-card {
    height: 320px;
  }
}

/* ==========================================================================
   SECTION 6: 3 PRODUCT CATALOGS GRID (SILVER, MATRIX, EPSILON)
   ========================================================================== */
.bc-catalog-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.bc-catalog-card {
  background: var(--bc-canvas, #ffffff);
  border: 1px solid var(--bc-border, #e2e8f0);
  border-radius: 18px;
  padding: 44px 32px 36px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 310px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease;
  cursor: pointer;
}

/* Card 1: Silver Catalog -> Ochre Gold (#A47E1F) */
.bc-catalog-grid-3 > .bc-catalog-card:nth-child(3n+1):hover,
.bc-catalog-card.bc-catalog-card-1:hover {
  background: #A47E1F !important;
  border-color: #A47E1F !important;
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(164, 126, 31, 0.35) !important;
}

/* Card 2: Matrix Catalog -> Terracotta Clay Bronze (#A8714C) */
.bc-catalog-grid-3 > .bc-catalog-card:nth-child(3n+2):hover,
.bc-catalog-card.bc-catalog-card-2:hover {
  background: #A8714C !important;
  border-color: #A8714C !important;
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(168, 113, 76, 0.35) !important;
}

/* Card 3: Epsilon Catalog -> Architectural Warm Greige (#B2A394) */
.bc-catalog-grid-3 > .bc-catalog-card:nth-child(3n+3):hover,
.bc-catalog-card.bc-catalog-card-3:hover {
  background: #B2A394 !important;
  border-color: #B2A394 !important;
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(178, 163, 148, 0.35) !important;
}

.bc-catalog-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.bc-catalog-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}
.bc-catalog-icon-wrap i {
  font-size: 52px;
  color: #555963;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s ease;
}
.bc-catalog-card:hover .bc-catalog-icon-wrap i {
  transform: scale(1.08);
  color: #2c2d30 !important;
}
.bc-catalog-title {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--bc-black);
  margin: 0;
  line-height: 1.35;
  text-align: center;
  transition: color 0.25s ease;
}
.bc-catalog-card:hover .bc-catalog-title {
  color: #111215 !important;
}
.bc-catalog-card-action {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.bc-catalog-btn {
  background: #000000;
  color: var(--bc-canvas, #ffffff) !important;
  border-radius: 999px !important;
  padding: 13px 32px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  width: 100%;
  max-width: 250px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
}
.bc-catalog-btn span,
.bc-catalog-btn i {
  color: var(--bc-canvas, #ffffff); /* Normalde kart arkaplan rengini alır (transparan görünüm) */
  transition: color 0.35s cubic-bezier(0.16, 1, 0.3, 1), transform 0.2s ease;
}

/* Hover'da kartın arkaplan rengini alarak hem ikon hem metin dinamik renk değiştirir */
.bc-catalog-grid-3 > .bc-catalog-card:nth-child(3n+1):hover .bc-catalog-btn,
.bc-catalog-grid-3 > .bc-catalog-card:nth-child(3n+1):hover .bc-catalog-btn span,
.bc-catalog-grid-3 > .bc-catalog-card:nth-child(3n+1):hover .bc-catalog-btn i,
.bc-catalog-card.bc-catalog-card-1:hover .bc-catalog-btn,
.bc-catalog-card.bc-catalog-card-1:hover .bc-catalog-btn span,
.bc-catalog-card.bc-catalog-card-1:hover .bc-catalog-btn i {
  color: #A47E1F !important;
}

.bc-catalog-grid-3 > .bc-catalog-card:nth-child(3n+2):hover .bc-catalog-btn,
.bc-catalog-grid-3 > .bc-catalog-card:nth-child(3n+2):hover .bc-catalog-btn span,
.bc-catalog-grid-3 > .bc-catalog-card:nth-child(3n+2):hover .bc-catalog-btn i,
.bc-catalog-card.bc-catalog-card-2:hover .bc-catalog-btn,
.bc-catalog-card.bc-catalog-card-2:hover .bc-catalog-btn span,
.bc-catalog-card.bc-catalog-card-2:hover .bc-catalog-btn i {
  color: #A8714C !important;
}

.bc-catalog-grid-3 > .bc-catalog-card:nth-child(3n+3):hover .bc-catalog-btn,
.bc-catalog-grid-3 > .bc-catalog-card:nth-child(3n+3):hover .bc-catalog-btn span,
.bc-catalog-grid-3 > .bc-catalog-card:nth-child(3n+3):hover .bc-catalog-btn i,
.bc-catalog-card.bc-catalog-card-3:hover .bc-catalog-btn,
.bc-catalog-card.bc-catalog-card-3:hover .bc-catalog-btn span,
.bc-catalog-card.bc-catalog-card-3:hover .bc-catalog-btn i {
  color: #B2A394 !important;
}

.bc-catalog-card:hover .bc-catalog-btn {
  background: #000000 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.bc-catalog-card:hover .bc-catalog-btn i {
  transform: translateY(1px);
}

@media (max-width: 991px) {
  .bc-catalog-grid-3 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .bc-catalog-card {
    padding: 36px 24px 28px;
    min-height: auto;
  }
}

/* ==========================================================================
   bc ARCHITECTURAL CARDS & GRID
   ========================================================================== */
.bc-gallery-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.bc-box {
  background: #ffffff;
  border: 1px solid var(--bc-border);
  border-radius: var(--bc-radius-md);
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 340px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
}
.bc-box:hover {
  border-color: var(--bc-brand-graphite);
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(84, 85, 72, 0.15);
}

.bc-box-head {
  margin-bottom: 4px;
}
.bc-box-head,
.bc-box-head * {
  color: var(--bc-dark, #121418) !important;
  text-decoration: none !important;
}
.bc-box-title {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0;
  color: #121418 !important;
  text-decoration: none !important;
}
.bc-box-sub {
  font-family: var(--bc-font-mono) !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #636569 !important;
  margin: 4px 0 0 0;
  text-decoration: none !important;
}
.bc-box-sub.highlight {
  color: #545548 !important;
}

.bc-box-media {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  height: 220px;
}
.bc-box-media img {
  max-height: 215px;
  max-width: 98%;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.bc-media-drawing {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1), transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.bc-media-real {
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1), transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.bc-media-real.mirror-x {
  transform: scaleX(-1) scale(0.95);
}
.bc-box:hover .bc-media-drawing {
  opacity: 0;
  transform: scale(1.05);
}
.bc-box:hover .bc-media-real {
  opacity: 1;
  transform: scale(1.05);
}
.bc-box:hover .bc-media-real.mirror-x {
  opacity: 1;
  transform: scaleX(-1) scale(1.05);
}
.bc-box:hover .bc-box-media > img:only-child {
  transform: scale(1.05);
}

.bc-box-foot {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top: 1px solid var(--bc-border);
  padding-top: 12px;
  margin-top: 6px;
  text-decoration: none !important;
}
.bc-box-foot * {
  text-decoration: none !important;
}
.bc-link,
.bc-link span,
.bc-link i,
.bc-box-foot a,
.bc-box-foot a span,
.bc-box-foot a i {
  font-size: 11.5px;
  font-weight: 800 !important;
  color: #121418 !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.bc-link:hover,
.bc-link:hover span,
.bc-box-foot a:hover,
.bc-box-foot a:hover span {
  color: #545548 !important;
  gap: 10px;
}
.bc-link:hover i,
.bc-box-foot a:hover i {
  color: #545548 !important;
}

/* bc Luxury Hub Cards for Company */
.bc-hub-card {
  background: #ffffff;
  border: 1px solid var(--bc-border);
  border-radius: 16px;
  padding: 28px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 175px;
  text-decoration: none !important;
  color: inherit;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}
.bc-hub-card:hover {
  background: #ffffff;
  border-color: #000000;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  transform: translateY(-3px);
}
.bc-hub-card-num {
  font-size: 11px;
  font-weight: 800;
  color: var(--bc-pantone-10);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
.bc-hub-card-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--bc-dark);
  margin: 0 0 8px 0;
  letter-spacing: -0.02em;
}
.bc-hub-card-text {
  font-size: 13px;
  color: #555962;
  line-height: 1.6;
  margin: 0 0 16px 0;
}
.bc-hub-card-link {
  font-size: 12px;
  font-weight: 800;
  color: var(--bc-dark);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.25s ease;
  letter-spacing: 0.04em;
}
.bc-hub-card:hover .bc-hub-card-link {
  color: var(--bc-black);
  gap: 10px;
}
.bc-hub-card-link i {
  color: var(--bc-pantone-1);
  transition: transform 0.25s ease;
}
.bc-hub-card:hover .bc-hub-card-link i {
  transform: translateX(3px);
}

/* Facility Feature Strip */
.bc-facility-showcase {
  border-radius: var(--bc-radius-md);
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
  background: #111111;
}
.bc-facility-showcase img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  filter: contrast(1.03);
}
.bc-facility-bar {
  background: rgba(18, 18, 20, 0.92);
  backdrop-filter: blur(12px);
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  flex-wrap: wrap;
  gap: 16px;
}
.bc-facility-stat-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bc-facility-stat-num {
  font-size: 16px;
  font-weight: 800;
  color: var(--bc-pantone-1);
}
.bc-facility-stat-label {
  font-size: 11.5px;
  font-weight: 600;
  color: #a3a6ad;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ==========================================================================
   ARCHITECTURAL PRODUCT CARD (BC-BOX) & LINK TYPOGRAPHY
   Zero Blue Links - Strict Corporate Monochrome Palette
   ========================================================================== */
.bc-box {
  background: #ffffff;
  border: 1px solid var(--bc-border, #e2e8f0);
  border-radius: var(--bc-radius-md, 8px);
  padding: 24px 20px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 380px;
  position: relative;
  text-decoration: none !important;
  color: #121418 !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.bc-box:hover {
  border-color: #121418;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.07);
  transform: translateY(-4px);
  text-decoration: none !important;
  color: #121418 !important;
}

.bc-box-head {
  margin-bottom: 12px;
}

.bc-box-head span,
.bc-box-tag {
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #636569 !important;
  display: block;
  margin-bottom: 3px;
}

.bc-box-title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #121418 !important;
  margin: 0;
  line-height: 1.2;
}

.bc-box-media {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  text-decoration: none !important;
}

.bc-box-media img {
  max-width: 90%;
  max-height: 220px;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.bc-box:hover .bc-box-media img {
  transform: scale(1.04);
}

.bc-box-foot {
  border-top: 1px solid #f1f5f9;
  padding-top: 14px;
  margin-top: 8px;
}

.bc-link,
.bc-link-text,
.bc-box-foot a,
.bc-box-foot span {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #121418 !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.bc-link i,
.bc-link-text i,
.bc-box-foot a i {
  color: #545548 !important;
  font-size: 11px;
  transition: transform 0.2s ease;
}

.bc-box:hover .bc-link,
.bc-box:hover .bc-link-text,
.bc-box:hover .bc-box-foot a,
.bc-link:hover,
.bc-box-foot a:hover {
  color: #545548 !important;
  text-decoration: none !important;
}

.bc-box:hover .bc-link i,
.bc-box:hover .bc-link-text i,
.bc-box:hover .bc-box-foot a i,
.bc-link:hover i {
  color: #121418 !important;
  transform: translateX(4px);
}

/* Related Products Slider */
.bc-rel-slider-section {
  background: var(--bc-canvas);
  padding: 70px 0 90px;
  border-top: 1px solid var(--bc-border);
  overflow: hidden;
}
.bc-rel-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 16px;
}
.bc-rel-slider-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 10px 4px 24px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.bc-rel-slider-track::-webkit-scrollbar {
  display: none;
}
.bc-rel-card {
  flex: 0 0 calc(25% - 15px);
  min-width: 260px;
  max-width: 320px;
  scroll-snap-align: start;
  background: #ffffff;
  border: 1px solid var(--bc-border);
  border-radius: var(--bc-radius-lg);
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none !important;
  color: inherit;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
}
.bc-rel-card:hover {
  border-color: var(--bc-black);
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}
.bc-rel-card-media {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  margin-bottom: 8px;
}
.bc-rel-card-media img {
  max-height: 175px;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}
.bc-rel-card:hover .bc-rel-card-media img {
  transform: scale(1.06);
}
.bc-rel-card-title {
  font-size: 15px;
  font-weight: 800;
  color: var(--bc-dark);
  margin: 0 0 4px 0;
}
.bc-rel-card-sub {
  font-size: 11px;
  font-weight: 700;
  color: var(--bc-gray-text);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
}
.bc-rel-card-link {
  font-size: 11.5px;
  font-weight: 800;
  color: var(--bc-dark);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--bc-border);
  transition: all 0.2s ease;
}
.bc-rel-card:hover .bc-rel-card-link {
  color: var(--bc-black);
  gap: 8px;
}
.bc-slider-nav-arrows {
  display: flex;
  gap: 8px;
}
.bc-slider-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--bc-border);
  background: #ffffff;
  color: var(--bc-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.bc-slider-nav-btn:hover {
  background: var(--bc-black);
  border-color: var(--bc-black);
  color: #ffffff;
}

/* ==========================================================================
   PRODUCT DETAIL DROPDOWN SELECTOR CAPSULE (STAND KODU, PANEL, EBAT, RENK)
   ========================================================================== */
.bc-spec-dropdown-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 12px;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.bc-spec-segment {
  position: relative;
  border: 1px solid #dcdfe4;
  border-radius: 12px;
  background: #ffffff;
  display: flex;
  align-items: center;
}
.bc-spec-segment:last-child {
  border-right: 1px solid #dcdfe4;
}
.bc-pill-select {
  width: 100%;
  height: 40px;
  background: transparent;
  border: none;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--bc-dark);
  padding: 0 22px 0 10px;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%23555963'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  transition: all 0.2s ease;
}
.bc-pill-select:hover {
  color: var(--bc-black);
}
.bc-pill-select:focus {
  background-color: rgba(0, 0, 0, 0.02);
}

.bc-tech-thumb-btn {
  background: #ffffff;
  border: 1px solid var(--bc-border);
  border-radius: 10px;
  padding: 6px 14px;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--bc-dark);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
}
.bc-tech-thumb-btn:hover {
  border-color: var(--bc-black);
  transform: translateY(-2px);
}
.bc-tech-thumb-btn.active {
  background: var(--bc-dark);
  border-color: var(--bc-dark);
  color: #ffffff !important;
}

@media (max-width: 991px) {
  .bc-spec-dropdown-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .bc-pill-select {
    height: 40px;
  }
}

/* ==========================================================================
   COMPANY PAGE: METRICS BAR, MINI GALLERY, CARD SPACING & MODALS
   ========================================================================== */

/* Corporate Metrics Bar */
.bc-company-metrics-bar {
  background: #ffffff;
  border: 1px solid var(--bc-border);
  border-radius: var(--bc-radius-lg);
  padding: 30px 40px;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.04);
}

.bc-metric-item {
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--bc-border);
  padding-right: 24px;
}

.bc-metric-item:last-child {
  border-right: none;
  padding-right: 0;
}

.bc-metric-top {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 4px;
}

.bc-metric-val {
  font-size: 34px;
  font-weight: 800;
  color: var(--bc-dark);
  letter-spacing: -0.035em;
  line-height: 1;
}

.bc-metric-tag {
  font-size: 11.5px;
  font-weight: 800;
  color: var(--bc-pantone-10);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.bc-metric-lbl {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--bc-dark);
  margin-bottom: 2px;
}

.bc-metric-sub {
  font-size: 11px;
  color: var(--bc-gray-text);
  line-height: 1.4;
}

@media (max-width: 991px) {
  .bc-company-metrics-bar {
    grid-template-columns: repeat(2, 1fr);
    padding: 24px 20px;
    gap: 20px;
  }
  .bc-metric-item:nth-child(2) {
    border-right: none;
  }
}

@media (max-width: 575px) {
  .bc-company-metrics-bar {
    grid-template-columns: 1fr;
  }
  .bc-metric-item {
    border-right: none;
    border-bottom: 1px solid var(--bc-border);
    padding-bottom: 16px;
  }
  .bc-metric-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

/* Mini Gallery (Left Column) */
.bc-mini-gallery-card {
  background: #ffffff;
  border: 1px solid var(--bc-border);
  border-radius: var(--bc-radius-lg);
  padding: 26px;
  margin-bottom: 24px;
  height: calc(100% - 24px);
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.bc-mini-gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.bc-mini-gallery-title {
  font-size: 12.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--bc-dark);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bc-mini-gallery-main {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 270px;
  background: #0d0e11;
  margin-bottom: 14px;
  border: 1px solid var(--bc-border);
}

.bc-mini-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease;
}

.bc-mini-gallery-main:hover img {
  transform: scale(1.04);
}

.bc-mini-gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(13, 14, 17, 0.9) 100%);
  padding: 24px 16px 14px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.bc-mini-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.bc-gallery-thumb-btn {
  height: 62px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  padding: 0;
  cursor: pointer;
  background: #000;
  transition: all 0.2s ease;
}

.bc-gallery-thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.bc-gallery-thumb-btn:hover img,
.bc-gallery-thumb-btn.active img {
  opacity: 1;
}

.bc-gallery-thumb-btn.active {
  border-color: #000000;
}

/* Polished Corporate Cards */
.bc-corp-card {
  background: #ffffff;
  border: 1px solid var(--bc-border);
  border-radius: var(--bc-radius-md);
  padding: 30px 32px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-decoration: none !important;
  color: inherit !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
  margin-bottom: 24px;
}

.bc-corp-card:hover {
  border-color: #000000;
  box-shadow: 0 16px 36px -10px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.bc-corp-card-left {
  flex: 1;
  padding-right: 24px;
}

.bc-corp-card-tag {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--bc-pantone-10);
  margin-bottom: 8px;
  display: inline-block;
}

.bc-corp-card-title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--bc-dark);
  margin: 0 0 10px 0;
}

.bc-corp-card-desc {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--bc-gray-text);
  margin: 0;
}

.bc-corp-card-btn {
  background: var(--bc-canvas);
  border: 1px solid var(--bc-border);
  color: var(--bc-dark);
  border-radius: var(--bc-radius-sm);
  padding: 10px 22px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  transition: all 0.25s ease;
  flex-shrink: 0;
}

.bc-corp-card:hover .bc-corp-card-btn {
  background: #000000;
  border-color: #000000;
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .bc-corp-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
  }
  .bc-corp-card-left {
    padding-right: 0;
    margin-bottom: 16px;
  }
}

/* ==========================================================================
   MODAL COMPONENT
   ========================================================================== */
.bc-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 12, 16, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.bc-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.bc-modal-dialog {
  background: #ffffff;
  border-radius: var(--bc-radius-lg);
  max-width: 860px;
  width: 100%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 30px 85px rgba(0, 0, 0, 0.35);
  transform: translateY(24px) scale(0.97);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.bc-modal-overlay.active .bc-modal-dialog {
  transform: translateY(0) scale(1);
}

.bc-modal-header {
  padding: 22px 28px;
  border-bottom: 1px solid var(--bc-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fbfbfc;
}

.bc-modal-header-tag {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bc-pantone-10);
  margin-bottom: 3px;
}

.bc-modal-header-title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--bc-dark);
  margin: 0;
}

.bc-modal-close-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f0f1f3;
  border: 1px solid #e2e4e8;
  color: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
}

.bc-modal-close-icon:hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
  transform: scale(1.05);
}

.bc-modal-close-icon svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  stroke-width: 2.4;
  display: block;
}

.bc-modal-body {
  padding: 28px;
  overflow-y: auto;
  font-size: 14px;
  line-height: 1.75;
  color: #3b3d45;
  -webkit-overflow-scrolling: touch;
}

.bc-modal-body p {
  margin-bottom: 16px;
}

.bc-modal-body h4 {
  font-size: 16px;
  font-weight: 800;
  color: var(--bc-dark);
  margin: 20px 0 10px 0;
}

.bc-modal-footer {
  padding: 18px 28px;
  border-top: 1px solid var(--bc-border);
  background: #fbfbfc;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.modal-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

.modal-dark-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

/* Modal Mobile Responsiveness */
@media (max-width: 768px) {
  .bc-modal-overlay {
    padding: 10px;
    align-items: flex-end;
  }

  .bc-modal-dialog {
    max-height: 92vh;
    border-radius: var(--bc-radius-md) 20px 14px 14px;
    transform: translateY(30px);
  }

  .bc-modal-overlay.active .bc-modal-dialog {
    transform: translateY(0);
  }

  .bc-modal-header {
    padding: 16px 20px;
  }

  .bc-modal-header-title {
    font-size: 18px;
  }

  .bc-modal-body {
    padding: 18px 16px;
    max-height: calc(92vh - 120px);
    font-size: 13.5px;
    line-height: 1.65;
  }

  .bc-modal-footer {
    padding: 14px 16px;
    gap: 8px;
  }

  .bc-modal-footer .bc-btn-pill {
    flex: 1;
    text-align: center;
    justify-content: center;
    padding: 9px 12px !important;
    font-size: 11px !important;
  }

  .modal-stat-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
    margin-bottom: 16px !important;
  }

  .modal-stat-card {
    padding: 10px 6px !important;
  }

  .modal-stat-num {
    font-size: 16px !important;
  }

  .modal-stat-lbl {
    font-size: 9.5px !important;
  }

  .modal-dark-feature-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
}

@media (max-width: 480px) {
  .modal-stat-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 6px !important;
  }
  .modal-dark-feature-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
  }
}


@media (max-width: 991px) {
  .bc-rel-card {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 575px) {
  .bc-rel-card {
    flex: 0 0 82%;
  }
}

/* Header Bar with Right-Aligned Filters */
.bc-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--bc-border);
  flex-wrap: wrap;
  gap: 20px;
}
.bc-view-toggle {
  display: flex;
  background: var(--bc-canvas);
  padding: 4px;
  border-radius: var(--bc-radius-pill);
  gap: 4px;
}
.bc-tab-btn {
  background: transparent;
  border: none;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: var(--bc-radius-pill);
  color: var(--bc-gray-text);
  cursor: pointer;
  transition: all 0.25s ease;
}
.bc-tab-btn.active {
  background: #ffffff;
  color: var(--bc-dark);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.bc-filter-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.bc-dropdown {
  background: #ffffff;
  border: 1px solid var(--bc-border);
  border-radius: var(--bc-radius-pill);
  padding: 9px 18px;
  font-size: 12px;
  font-weight: 700;
  color: var(--bc-dark);
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.bc-dropdown:hover, .bc-dropdown:focus {
  border-color: var(--bc-black);
}
.bc-search-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.bc-search-wrap i {
  position: absolute;
  left: 14px;
  color: var(--bc-gray-text);
  font-size: 12px;
}
.bc-search-wrap input {
  background: #ffffff;
  border: 1px solid var(--bc-border);
  border-radius: var(--bc-radius-pill);
  padding: 9px 16px 9px 36px;
  font-size: 12px;
  font-weight: 600;
  outline: none;
  width: 180px;
  transition: all 0.25s ease;
}
.bc-search-wrap input:focus {
  border-color: var(--bc-black);
  width: 220px;
}

/* ==========================================================================
   3D CYLINDER LOGO CAROUSEL (SMOOTH ROTATING DEPTH & GRADIENT BLUR)
   ========================================================================== */
.bc-marquee-section {
  position: relative;
  background: #ffffff;
  padding: 85px 0 95px;
  overflow: hidden;
  border-top: 1px solid var(--bc-border);
  border-bottom: 1px solid var(--bc-border);
}

.bc-cylinder-viewport {
  width: 100%;
  height: 125px;
  position: relative;
  overflow: hidden;
  perspective: 1000px;
  perspective-origin: 50% 50%;
  mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.06) 5%, rgba(0,0,0,0.35) 14%, rgba(0,0,0,0.85) 24%, rgba(0,0,0,1) 36%, rgba(0,0,0,1) 64%, rgba(0,0,0,0.85) 76%, rgba(0,0,0,0.35) 86%, rgba(0,0,0,0.06) 95%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.06) 5%, rgba(0,0,0,0.35) 14%, rgba(0,0,0,0.85) 24%, rgba(0,0,0,1) 36%, rgba(0,0,0,1) 64%, rgba(0,0,0,0.85) 76%, rgba(0,0,0,0.35) 86%, rgba(0,0,0,0.06) 95%, rgba(0,0,0,0) 100%);
  user-select: none;
  touch-action: pan-y;
}

.bc-cylinder-stage {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

.bc-cylinder-item {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 6px;
  cursor: pointer;
  text-decoration: none !important;
  outline: none;
  transform-origin: center center;
  will-change: transform, opacity, filter;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.bc-cylinder-item img {
  max-height: 52px;
  max-width: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  pointer-events: none;
  display: block;
}

.bc-cylinder-item:hover img {
  filter: grayscale(0%);
}

@media (max-width: 991px) {
  .bc-marquee-section {
    padding: 50px 0 60px;
  }
  .bc-cylinder-viewport {
    height: 95px;
  }
  .bc-cylinder-item {
    padding: 0 4px;
  }
  .bc-cylinder-item img {
    max-height: 38px;
    max-width: 85px;
  }
}

/* Footer & Floating WhatsApp */
.bc-footer-black {
  background: var(--bc-black);
  color: #8c8f96;
  padding: 80px 0 30px;
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.bc-footer-grid {
  display: grid;
  grid-template-columns: 3fr 2fr 2fr 3fr;
  gap: 40px;
  margin-bottom: 50px;
}
.bc-footer-logo img {
  height: 36px;
  filter: brightness(0) invert(1);
  margin-bottom: 20px;
}
.bc-footer-col h5 {
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 18px 0;
}
.bc-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bc-footer-links a {
  color: #8c8f96;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: color 0.2s ease;
}
.bc-footer-links a:hover {
  color: #ffffff;
}
.bc-footer-input-wrap {
  display: flex;
  margin-top: 12px;
}
.bc-footer-input-wrap input {
  flex-grow: 1;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--bc-radius-pill) 0 0 var(--bc-radius-pill);
  padding: 11px 16px;
  font-size: 12px;
  color: #ffffff;
  outline: none;
}
.bc-footer-input-wrap button {
  background: #ffffff;
  color: var(--bc-black);
  border: none;
  border-radius: 0 var(--bc-radius-pill) var(--bc-radius-pill) 0;
  padding: 0 20px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}
.bc-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 11px;
  flex-wrap: wrap;
  gap: 14px;
}

.bc-social-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  font-size: 14px;
  text-decoration: none !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.bc-social-btn:hover {
  background: #ffffff;
  color: var(--bc-black) !important;
  border-color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
}

.bc-floating-wa {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  background: var(--bc-wa);
  color: #ffffff !important;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none !important;
}
.bc-floating-wa:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.5);
}

/* ==========================================================================
   DEEP MOBILE RESPONSIVENESS (TABLETS & PHONES)
   ========================================================================== */
@media (max-width: 991px) {
  .bc-header-wrapper {
    top: 0;
    padding: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .bc-floating-navbar {
    height: 54px;
    padding: 0 16px;
    border-radius: 0;
    max-width: 100%;
    border-left: none;
    border-right: none;
  }
  .bc-logo img {
    height: 24px;
  }
  
  .bc-hero-slider-section {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 560px;
    max-height: 720px;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent;
  }
  .bc-hero-slider-container {
    height: 100%;
  }
  .bc-hero-slide-item {
    height: 100%;
  }
  .bc-hero-caption {
    padding-top: 80px;
    max-width: 90%;
  }
  .bc-hero-heading {
    font-size: 34px !important;
    line-height: 1.18;
    margin-bottom: 22px;
  }
  .bc-hero-controls {
    bottom: 24px;
    right: 20px;
  }

  .bc-trio-wrap {
    padding: 50px 0;
  }
  .bc-trio-left {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .bc-trio-grid {
    flex-direction: column;
    gap: 14px;
  }
  .bc-rounded-img-card {
    height: 240px;
    flex: none !important;
    width: 100%;
  }
  .bc-trio-grid:hover .bc-rounded-img-card,
  .bc-trio-grid .bc-rounded-img-card:hover {
    flex: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .bc-gallery-grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  
  .bc-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .bc-marquee-track {
    gap: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .bc-heading-lg {
    font-size: 26px !important;
    line-height: 1.2;
    margin-bottom: 14px;
  }
  .bc-heading-md {
    font-size: 20px !important;
    line-height: 1.25;
  }

  .bc-header-wrapper {
    top: 0;
    padding: 0;
  }
  .bc-floating-navbar {
    height: 52px;
    padding: 0 14px;
    border-radius: 0;
    max-width: 100%;
  }
  .bc-logo img {
    height: 22px;
  }

  .bc-hero-slider-section {
    position: relative;
    width: 100%;
    height: 50vh;
    min-height: 370px;
    max-height: 460px;
    padding: 0 !important;
    margin: 0 !important;
    background: #000000;
  }
  .bc-hero-slide-item {
    height: 100%;
    background: #000000;
  }
  .bc-hero-bg {
    background-position: center center;
    background-size: cover !important;
  }
  .bc-hero-slide-item.has-mobile-img .bc-hero-bg-desktop {
    display: none !important;
  }
  .bc-hero-slide-item.has-mobile-img .bc-hero-bg-mobile {
    display: block !important;
    background-size: cover !important;
    background-position: center center !important;
  }
  .bc-hero-gradient-overlay {
    background: linear-gradient(180deg, rgba(10, 11, 14, 0.72) 0%, rgba(10, 11, 14, 0.35) 40%, rgba(10, 11, 14, 0.78) 100%),
                linear-gradient(90deg, rgba(10, 11, 14, 0.85) 0%, rgba(10, 11, 14, 0.25) 100%);
  }
  .bc-hero-caption-container {
    padding: 0 16px !important;
  }
  .bc-hero-caption {
    padding-top: 55px;
    padding-bottom: 35px;
    max-width: 100%;
  }
  .bc-hero-heading {
    font-size: 22px !important;
    line-height: 1.22;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
  }
  .bc-hero-tag {
    font-size: 9px;
    letter-spacing: 0.12em;
    margin-bottom: 8px;
  }
  .bc-btn-pill {
    padding: 9px 20px;
    font-size: 10.5px;
  }
  .bc-hero-controls {
    bottom: 14px;
    right: 14px;
    gap: 10px;
    z-index: 6;
  }
  .bc-hero-nav-arrow {
    width: 34px;
    height: 34px;
    font-size: 11px;
  }

  /* Section 2 Showroom Accordion Mobile Spacing (Removes excessive whitespace below slider) */
  .bc-showroom-accordion-section {
    padding: 28px 0 34px !important;
  }
  .bc-showroom-accordion-section .container-fluid,
  .bc-showroom-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .bc-accordion-left-cards {
    gap: 12px !important;
  }
  .bc-accordion-card {
    padding: 22px 18px 20px !important;
    border-radius: 18px !important;
  }
  .bc-accordion-wrapper {
    height: 420px !important;
    margin-top: 12px !important;
  }

  /* Section 3 Stand Series Mobile Spacing */
  .bc-stand-series-section {
    padding: 34px 0 40px !important;
  }
  .bc-stand-series-section .container-fluid,
  .bc-stand-series-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* Section 4 Turnkey / Featured Mobile Spacing */
  .bc-turnkey-section {
    padding: 38px 0 44px !important;
  }
  .bc-turnkey-section .container-fluid,
  .bc-turnkey-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  
  .bc-header-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .bc-view-toggle {
    width: 100%;
  }
  .bc-tab-btn {
    flex: 1;
    text-align: center;
    padding: 8px 10px;
    font-size: 11px;
  }
  .bc-filter-right {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 10px;
  }
  .bc-dropdown {
    width: 100%;
  }
  .bc-search-wrap input {
    width: 100%;
  }

  .bc-box {
    padding: 14px 12px 12px;
    min-height: 280px;
    border-radius: 16px;
  }
  .bc-box-title {
    font-size: 14px;
  }
  .bc-box-media {
    height: 180px;
    padding: 2px;
  }
  .bc-box-media img {
    max-height: 175px;
  }

  /* Product Detail Page Mobile Adjustments */
  .bc-proddetail-hero {
    padding: 85px 0 28px !important;
  }
  .bc-proddetail-hero h1 {
    font-size: 26px !important;
  }
  .bc-proddetail-hero p {
    font-size: 12.5px !important;
    line-height: 1.5 !important;
  }
  .bc-proddetail-body-wrap {
    padding: 20px 0 60px !important;
  }
  .bc-proddetail-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .bc-proddetail-nav-bar {
    margin-bottom: 16px !important;
    padding-bottom: 12px !important;
  }
  .bc-prod-main-img-box {
    min-height: 250px !important;
    height: auto !important;
    padding: 20px 14px !important;
    border-radius: 18px !important;
  }
  #bc-main-img {
    max-height: 210px !important;
    max-width: 90% !important;
  }
  .bc-prod-specs-box {
    min-height: auto !important;
    height: auto !important;
  }
  #bc-product-name {
    font-size: 26px !important;
    margin-bottom: 12px !important;
  }
  .bc-spec-dropdown-bar {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
    margin-bottom: 10px !important;
  }
  .bc-spec-dropdown-bar .bc-spec-segment {
    border-radius: 10px !important;
  }
  .bc-spec-dropdown-bar select.bc-pill-select {
    height: 38px !important;
    font-size: 11px !important;
    padding: 0 20px 0 8px !important;
  }
  .bc-finish-swatches-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 6px !important;
    margin-bottom: 10px !important;
  }
  .bc-finish-swatch {
    padding: 7px 4px !important;
    border-radius: 10px !important;
    gap: 4px !important;
  }
  .bc-finish-swatch span:last-child {
    font-size: 8px !important;
    letter-spacing: -0.01em !important;
  }
  .bc-finish-swatch span:first-child {
    width: 12px !important;
    height: 12px !important;
  }
  .bc-tablo-card-wrap {
    border-radius: 14px !important;
  }
  .bc-tablo-card-wrap table.table thead th,
  .bc-tablo-card-wrap table.table tbody td {
    padding: 7px 10px !important;
    font-size: 11px !important;
  }
  .bc-tech-drawing-card {
    height: auto !important;
    min-height: 250px !important;
    padding: 18px 16px !important;
    border-radius: 18px !important;
  }
  .bc-tech-drawing-card .bc-tech-drawing-img-box {
    height: 160px !important;
    border-radius: 12px !important;
  }
  .bc-tech-drawing-card #bc-tech-active-img {
    max-height: 135px !important;
  }
  .bc-inquiry-card {
    height: auto !important;
    min-height: 250px !important;
    padding: 20px 18px !important;
    border-radius: 18px !important;
  }
  .bc-inquiry-card h3 {
    font-size: 18px !important;
  }
  .bc-inquiry-card #bc-recap-text {
    font-size: 11px !important;
    white-space: normal !important;
    line-height: 1.4 !important;
  }
  .bc-inquiry-card #bc-btn-whatsapp {
    padding: 11px 16px !important;
    font-size: 11px !important;
  }

  /* Search Modal Mobile Responsiveness */
  .bc-search-overlay {
    padding: 16px;
  }
  .bc-search-modal {
    padding: 24px 18px 20px;
    border-radius: var(--bc-radius-md);
  }
  .bc-search-modal-box {
    gap: 8px;
    padding-bottom: 8px;
  }
  .bc-search-modal-box input {
    font-size: 14px;
    min-width: 0;
  }
  .bc-search-modal-box .bc-btn-pill {
    padding: 8px 14px;
    font-size: 10px;
    flex-shrink: 0;
  }
  .bc-search-quick-tags {
    gap: 6px;
    margin-top: 14px;
  }
  .bc-search-quick-tag {
    padding: 4px 10px;
    font-size: 10px;
  }

  .bc-footer-black {
    padding: 50px 0 20px;
  }
  .bc-footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .bc-footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

@media (max-width: 575px) {
  .container-fluid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  
  .bc-header-wrapper {
    top: 0;
    padding: 0;
  }
  .bc-floating-navbar {
    height: 52px;
    padding: 0 14px;
    border-radius: 0;
    max-width: 100%;
  }
  .bc-logo img {
    height: 22px;
  }
  
  .bc-gallery-grid-4 {
    grid-template-columns: repeat(2, 1fr); /* 2 compact cards on mobile */
    gap: 10px;
  }
  
  .bc-box {
    padding: 10px 8px 8px;
    min-height: 240px;
  }
  .bc-box-title {
    font-size: 13px;
  }
  .bc-box-media {
    height: 155px;
    padding: 2px;
  }
  .bc-box-media img {
    max-height: 150px;
  }
  .bc-link {
    font-size: 11px;
  }

  .bc-rounded-img-card {
    height: 200px;
    border-radius: 16px;
  }

  .bc-marquee-section {
    padding: 50px 0 55px;
  }
  .bc-marquee-track {
    gap: 40px;
    padding-right: 40px;
  }
  .bc-marquee-item {
    height: 42px;
  }
  .bc-marquee-item img {
    max-height: 32px;
    max-width: 120px;
  }

  .bc-floating-wa {
    bottom: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}

/* Magnific Popup Slideshow Polish */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.25s ease-out;
  background: rgba(10, 12, 16, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.95;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: scale(0.96);
  transition: all 0.25s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.96);
}

.mfp-bottom-bar {
  margin-top: 10px !important;
  font-family: inherit !important;
}
.mfp-title {
  font-size: 13.5px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  letter-spacing: 0.02em !important;
}
.mfp-counter {
  font-size: 12px !important;
  font-weight: 800 !important;
  color: #9ca3af !important;
}


/* ==========================================================================
   CONTACT PAGE ARCHITECTURAL 3-LOCATION & FORM STYLES
   ========================================================================== */
.bc-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.bc-location-card {
    display: flex;
    flex-direction: column;
}

.bc-location-kicker {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    color: #636569;
    line-height: 1.1;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
    min-height: 58px;
}

.bc-location-kicker span {
    display: block;
}

.bc-location-map-wrap {
    width: 100%;
    height: 250px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 22px;
    background: #f3f4f6;
    position: relative;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.bc-location-map-wrap iframe,
.bc-location-map-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
    display: block;
}

.bc-location-map-link-overlay {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(4px);
    padding: 4px 10px;
    border-radius: var(--bc-radius-md);
    font-size: 11px;
    font-weight: 700;
    color: #111;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: all 0.2s ease;
}

.bc-location-map-link-overlay:hover {
    background: #000;
    color: #fff;
}

.bc-location-info {
    font-size: 13.5px;
    line-height: 1.65;
    color: #222;
    margin-bottom: 20px;
}

.bc-location-info strong {
    font-size: 14.5px;
    font-weight: 800;
    color: #000;
    display: block;
    margin-bottom: 4px;
}

.bc-location-meta-line {
    margin-top: 8px;
    font-size: 13.5px;
}

.bc-location-meta-line a {
    color: inherit;
    text-decoration: none;
}

.bc-location-meta-line a:hover {
    color: var(--bc-pantone-1);
}

.bc-contact-dept {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #e2e8f0;
}

.bc-contact-dept h5 {
    font-size: 12.5px;
    font-weight: 700;
    color: #636569;
    margin: 0 0 6px 0;
    font-style: italic;
    letter-spacing: 0.02em;
}

.bc-contact-person {
    margin-bottom: 10px;
}

.bc-c-phone {
    display: block;
    font-size: 13.5px;
    font-weight: 700;
    color: #636569;
    text-decoration: none;
    transition: color 0.2s ease;
}

.bc-c-phone:hover {
    color: #111;
}

.bc-c-mail {
    display: block;
    font-size: 13px;
    color: #636569;
    text-decoration: none;
    word-break: break-all;
    transition: color 0.2s ease;
}

.bc-c-mail:hover {
    color: #111;
    text-decoration: underline;
}

.bc-contact-bottom-grid {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 36px;
    margin-top: 40px;
    align-items: stretch;
}

.bc-contact-wa-box {
    background: #111215;
    color: #fff;
    border-radius: 16px;
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.bc-contact-form-box {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    padding: 40px 36px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

@media (max-width: 991px) {
    .bc-contact-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .bc-contact-bottom-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .bc-location-kicker {
        min-height: auto;
    }
}

/* ==========================================================================
   ART GALLERY PROJECTS PAGE STYLES (MİMARİ SANAT GALERİSİ)
   ========================================================================== */
.bc-gallery-exhibition-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 60px;
}

.bc-art-card {
    background: #ffffff;
    border: 1px solid var(--bc-border);
    border-radius: var(--bc-radius-md);
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.bc-art-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(99, 101, 105, 0.12);
    border-color: var(--bc-pantone-10);
}

.bc-art-media-wrap {
    width: 100%;
    height: 270px;
    border-radius: var(--bc-radius-sm);
    overflow: hidden;
    position: relative;
    background: #111215;
    margin-bottom: 16px;
}

.bc-art-media-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease;
}

.bc-art-card:hover .bc-art-media-wrap img {
    transform: scale(1.06);
    filter: brightness(0.92);
}

.bc-art-badge-count {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(18, 19, 23, 0.75);
    backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: var(--bc-radius-md);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 2;
    letter-spacing: 0.04em;
}

.bc-art-hover-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.6) 100%);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    z-index: 3;
}

.bc-art-card:hover .bc-art-hover-overlay {
    opacity: 1;
}

.bc-art-action-pill {
    background: #ffffff;
    color: #111111;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: var(--bc-radius-sm);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    transform: translateY(8px);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.bc-art-card:hover .bc-art-action-pill {
    transform: translateY(0);
}

.bc-art-info {
    padding: 4px 6px 6px;
}

.bc-art-tag {
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #636569;
    display: block;
    margin-bottom: 4px;
}

.bc-art-title {
    font-size: 18px;
    font-weight: 800;
    color: #111111;
    margin: 0 0 10px 0;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.bc-art-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f0f1f3;
    padding-top: 12px;
    margin-top: 8px;
    font-size: 11.5px;
    font-weight: 800;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.bc-art-foot i {
    color: #636569;
    transition: transform 0.2s ease;
}

.bc-art-card:hover .bc-art-foot i {
    transform: translateX(4px);
}

/* ART GALLERY LIGHTBOX MODAL */
.bc-gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(10, 11, 14, 0.96);
    backdrop-filter: blur(16px);
    display: none;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 32px 28px;
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.bc-gallery-modal.open {
    display: flex;
    opacity: 1;
}

.bc-gallery-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 10;
}

.bc-gallery-modal-title {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.02em;
}

.bc-gallery-modal-sub {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--bc-pantone-1);
    display: block;
    margin-bottom: 2px;
}

.bc-gallery-modal-counter {
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 16px;
    border-radius: var(--bc-radius-md);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.bc-gallery-modal-close {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    outline: none;
}

.bc-gallery-modal-close:hover {
    background: #ffffff;
    color: #000000;
    transform: scale(1.08);
}

.bc-gallery-modal-stage {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px 0;
    min-height: 0;
}

.bc-gallery-main-img-wrap {
    max-width: 88%;
    max-height: 62vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    background: #000000;
}

.bc-gallery-main-img {
    max-width: 100%;
    max-height: 62vh;
    object-fit: contain;
    display: block;
    user-select: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.bc-gallery-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.25s ease;
    z-index: 10;
    outline: none;
}

.bc-gallery-nav-btn:hover {
    background: #ffffff;
    color: #000000;
    transform: translateY(-50%) scale(1.1);
}

.bc-gallery-nav-prev {
    left: 20px;
}

.bc-gallery-nav-next {
    right: 20px;
}

/* THUMBNAIL REEL */
.bc-gallery-thumb-reel {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    overflow-x: auto;
    padding: 12px 4px 4px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.2) transparent;
}

.bc-gallery-thumb-item {
    width: 72px;
    height: 50px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    cursor: pointer;
    border: 2px solid transparent;
    opacity: 0.55;
    transition: all 0.2s ease;
    background: #000000;
}

.bc-gallery-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bc-gallery-thumb-item:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.bc-gallery-thumb-item.active {
    border-color: #ffffff;
    opacity: 1;
    box-shadow: 0 4px 14px rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .bc-gallery-exhibition-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .bc-art-media-wrap {
        height: 220px;
    }
    .bc-gallery-modal {
        padding: 16px 18px 20px;
    }
    .bc-gallery-main-img-wrap {
        max-width: 96%;
        max-height: 55vh;
    }
    .bc-gallery-main-img {
        max-height: 55vh;
    }
    .bc-gallery-nav-btn {
        width: 42px;
        height: 42px;
        font-size: 15px;
    }
    .bc-gallery-nav-prev {
        left: 6px;
    }
    .bc-gallery-nav-next {
        right: 6px;
    }
}

@media (max-width: 600px) {
    .bc-gallery-exhibition-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .bc-art-media-wrap {
        height: 240px;
    }
    .bc-gallery-modal-title {
        font-size: 16px;
    }
    .bc-gallery-thumb-item {
        width: 56px;
        height: 40px;
    }
}

/* ==========================================================================
   COMPANY / KURUMSAL PAGE STYLES (MATCHING USER MOCKUP)
   ========================================================================== */
.bc-company-hero {
    background: #0d0e11;
    color: #ffffff;
    padding: 130px 0 45px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.bc-company-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--bc-pantone-1);
    margin-bottom: 10px;
}

.bc-company-breadcrumb a {
    color: var(--bc-pantone-1);
    text-decoration: none;
}

.bc-company-title {
    font-size: 38px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #ffffff;
    margin: 0 0 8px 0;
}

.bc-company-subtitle {
    font-size: 14px;
    color: #989da8;
    margin: 0;
    max-width: 700px;
    line-height: 1.6;
}

/* SECTION 1: HİKAYEMİZ / HAKKIMIZDA */
.bc-story-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 48px;
    align-items: center;
    margin-bottom: 70px;
}

.bc-story-media-box {
    width: 100%;
    height: 380px;
    border-radius: var(--bc-radius-lg);
    overflow: hidden;
    position: relative;
    background: #121316;
    border: 1px solid #e8eaed;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.05);
}

.bc-story-media-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bc-story-kicker {
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #636569;
    margin-bottom: 10px;
    display: block;
}

.bc-story-heading {
    font-size: 26px;
    font-weight: 800;
    color: #111215;
    line-height: 1.25;
    letter-spacing: -0.025em;
    margin: 0 0 20px 0;
}

.bc-story-body {
    font-size: 14.5px;
    color: #555963;
    line-height: 1.75;
}

.bc-story-body p {
    margin-bottom: 16px;
}

.bc-story-body p:last-child {
    margin-bottom: 0;
}

/* SECTION 2: MAKİNA PARKURU (SPLIT WITH HORIZONTAL CAPSULES) */
.bc-machinery-section {
    background: #f8f9fa;
    border-top: 1px solid #e8eaed;
    border-bottom: 1px solid #e8eaed;
    padding: 60px 0;
    margin-bottom: 70px;
}

.bc-machinery-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    align-items: center;
}

.bc-machinery-text-wrap h2 {
    font-size: 26px;
    font-weight: 800;
    color: #111215;
    letter-spacing: -0.03em;
    margin: 0 0 12px 0;
}

.bc-machinery-text-wrap p {
    font-size: 13.5px;
    color: #666a73;
    line-height: 1.65;
    margin: 0;
}

.bc-machinery-capsules-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 8px 4px 16px;
    scrollbar-width: thin;
    scrollbar-color: #cbd0d6 transparent;
}

.bc-machinery-capsule-card {
    flex: 0 0 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    text-decoration: none !important;
}

.bc-machinery-capsule-img {
    width: 140px;
    height: 220px;
    border-radius: var(--bc-radius-md);
    overflow: hidden;
    position: relative;
    background: #111215;
    border: 1px solid #dcdfe4;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease;
}

.bc-machinery-capsule-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.bc-machinery-capsule-card:hover .bc-machinery-capsule-img {
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
    border-color: #000000;
}

.bc-machinery-capsule-card:hover .bc-machinery-capsule-img img {
    transform: scale(1.08);
}

.bc-machinery-capsule-name {
    font-size: 12px;
    font-weight: 700;
    color: #22242a;
    margin-top: 10px;
    text-align: center;
    line-height: 1.3;
    transition: color 0.2s ease;
}

.bc-machinery-capsule-card:hover .bc-machinery-capsule-name {
    color: #000000;
}

/* SECTION 3: HİZMETLERİMİZ (8 PILLARS GRID) */
.bc-services-section {
    margin-bottom: 75px;
}

.bc-services-heading {
    font-size: 26px;
    font-weight: 800;
    color: #111215;
    letter-spacing: -0.03em;
    margin: 0 0 28px 0;
}

.bc-services-grid-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 16px;
}

.bc-service-pillar-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 16px 14px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.bc-service-pillar-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
    border-color: #111215;
}

.bc-service-pill-tag {
    background: #f1f2f4;
    color: #111215;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 6px 8px;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 12px;
    line-height: 1.25;
}

.bc-service-pillar-desc {
    font-size: 11.5px;
    color: #5d616c;
    line-height: 1.55;
    margin: 0;
}

/* SECTION 4: REFERANSLAR (MONOCHROME LOGO GRID) */
.bc-ref-section {
    padding-top: 20px;
    margin-bottom: 80px;
}

.bc-ref-heading {
    font-size: 26px;
    font-weight: 800;
    color: #111215;
    letter-spacing: -0.03em;
    margin: 0 0 28px 0;
}

.bc-ref-logo-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px 24px;
}

.bc-ref-logo-item {
    background: #ffffff;
    border: 1px solid #edf0f2;
    border-radius: 12px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    transition: all 0.25s ease;
}

.bc-ref-logo-item img {
    max-width: 100%;
    max-height: 48px;
    object-fit: contain;
    filter: grayscale(100%) contrast(0.85);
    opacity: 0.72;
    transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.bc-ref-logo-item:hover {
    border-color: #111215;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

.bc-ref-logo-item:hover img {
    filter: grayscale(0%) contrast(1);
    opacity: 1;
    transform: scale(1.05);
}

@media (max-width: 1200px) {
    .bc-services-grid-8 {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }
    .bc-ref-logo-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .bc-story-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .bc-story-media-box {
        height: 300px;
    }
    .bc-machinery-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .bc-machinery-capsules-track {
        justify-content: flex-start;
    }
    .bc-services-grid-8 {
        grid-template-columns: repeat(2, 1fr);
    }
    .bc-ref-logo-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .bc-story-heading, .bc-machinery-text-wrap h2, .bc-services-heading, .bc-ref-heading {
        font-size: 22px;
    }
    .bc-services-grid-8 {
        grid-template-columns: 1fr;
    }
    .bc-ref-logo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .bc-ref-logo-item {
        height: 65px;
    }
}

/* ==========================================================================
   ENHANCED MACHINERY ACCORDION SLIDER & STYLIZED SERVICES
   ========================================================================== */
.bc-machinery-acc-section {
    background: #0d0e12;
    color: #ffffff;
    padding: 70px 0 80px;
    margin-bottom: 75px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bc-machinery-acc-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 36px;
    flex-wrap: wrap;
    gap: 16px;
}

.bc-machinery-acc-kicker {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--bc-pantone-1);
    display: block;
    margin-bottom: 6px;
}

.bc-machinery-acc-title {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.03em;
    margin: 0;
}

.bc-machinery-acc-desc {
    font-size: 13.5px;
    color: #9ca3af;
    max-width: 580px;
    margin: 0;
    line-height: 1.6;
}

/* HORIZONTAL ACCORDION EXPANDABLE TRACK */
.bc-machinery-acc-track {
    display: flex;
    gap: 14px;
    height: 380px;
    width: 100%;
}

.bc-machinery-acc-card {
    flex: 1;
    min-width: 80px;
    border-radius: var(--bc-radius-md);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #181a1f;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transition: flex 0.55s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s ease, border-color 0.3s ease;
    user-select: none;
}

/* Default state: First card is fully expanded */
.bc-machinery-acc-card:first-child {
    flex: 3.5;
}

/* When hover starts on track, reset first-child default flex */
.bc-machinery-acc-track:hover .bc-machinery-acc-card {
    flex: 1;
}

/* The hovered card expands */
.bc-machinery-acc-track .bc-machinery-acc-card:hover {
    flex: 3.8;
    border-color: rgba(255, 255, 255, 0.35);
}

.bc-machinery-acc-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.85);
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease;
}

.bc-machinery-acc-card:hover .bc-machinery-acc-bg {
    transform: scale(1.06);
    filter: brightness(0.95);
}

.bc-machinery-acc-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 11, 14, 0.15) 0%, rgba(10, 11, 14, 0.4) 40%, rgba(10, 11, 14, 0.92) 100%);
    pointer-events: none;
}

.bc-machinery-acc-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 22px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.bc-machinery-acc-num {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--bc-pantone-1);
    margin-bottom: 4px;
    display: block;
}

.bc-machinery-acc-card-title {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 6px 0;
    line-height: 1.25;
    letter-spacing: -0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bc-machinery-acc-card-desc {
    font-size: 12.5px;
    color: #d1d5db;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.35s ease, max-height 0.35s ease, margin-top 0.35s ease;
}

/* Expanded card shows full description */
.bc-machinery-acc-card:first-child .bc-machinery-acc-card-desc {
    opacity: 1;
    max-height: 60px;
    margin-top: 6px;
}

.bc-machinery-acc-track:hover .bc-machinery-acc-card:first-child .bc-machinery-acc-card-desc {
    opacity: 0;
    max-height: 0;
    margin-top: 0;
}

.bc-machinery-acc-track .bc-machinery-acc-card:hover .bc-machinery-acc-card-desc {
    opacity: 1;
    max-height: 60px;
    margin-top: 6px;
}

/* STYLIZED ARCHITECTURAL SERVICES GRID (4x2 LUXURY CARDS) */
.bc-services-stylized-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 32px;
}

.bc-serv-stylized-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: var(--bc-radius-md);
    padding: 28px 24px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}

.bc-serv-stylized-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: transparent;
    transition: background 0.3s ease;
}

.bc-serv-stylized-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
    border-color: #111215;
}

.bc-serv-stylized-card:hover::before {
    background: #111215;
}

.bc-serv-head-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.bc-serv-idx {
    font-size: 13px;
    font-weight: 800;
    color: #9ca3af;
    letter-spacing: 0.06em;
}

.bc-serv-icon-pill {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #f4f5f7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111215;
    font-size: 15px;
    transition: background 0.25s ease, color 0.25s ease;
}

.bc-serv-stylized-card:hover .bc-serv-icon-pill {
    background: #111215;
    color: #ffffff;
}

.bc-serv-badge-title {
    font-size: 14px;
    font-weight: 800;
    color: #111215;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 10px 0;
    line-height: 1.35;
}

.bc-serv-stylized-desc {
    font-size: 13px;
    color: #555963;
    line-height: 1.65;
    margin: 0;
}

.bc-serv-foot-link {
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px solid #f0f1f3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    font-weight: 800;
    color: #111215;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.bc-serv-foot-link i {
    color: #636569;
    transition: transform 0.2s ease;
}

.bc-serv-stylized-card:hover .bc-serv-foot-link i {
    transform: translateX(4px);
}

@media (max-width: 991px) {
    .bc-machinery-acc-track {
        height: 320px;
    }
    .bc-services-stylized-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
}

@media (max-width: 600px) {
    .bc-machinery-acc-track {
        flex-direction: column;
        height: auto;
        gap: 12px;
    }
    .bc-machinery-acc-card {
        height: 180px;
        min-width: 100%;
        flex: none !important;
    }
    .bc-machinery-acc-card .bc-machinery-acc-card-desc {
        opacity: 1 !important;
        max-height: 50px !important;
        margin-top: 4px !important;
    }
    .bc-services-stylized-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

/* ==========================================================================
   PREMIUM CLICKABLE ARCHITECTURAL SERVICE CARDS & DETAIL MODAL
   ========================================================================== */
.bc-services-premium-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 32px;
}

.bc-serv-card-premium {
    background: #ffffff;
    border: 1px solid #e2e4e8;
    border-radius: var(--bc-radius-md);
    padding: 26px 22px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
    user-select: none;
}

.bc-serv-card-premium::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: transparent;
    transition: background 0.3s ease;
}

.bc-serv-card-premium:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.09);
    border-color: #111215;
}

.bc-serv-card-premium:hover::after {
    background: #111215;
}

.bc-serv-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.bc-serv-kicker-tag {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8b909a;
}

.bc-serv-icon-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #111215;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.25s ease;
}

.bc-serv-card-premium:hover .bc-serv-icon-circle {
    transform: scale(1.12);
    background: #000000;
}

.bc-serv-main-title {
    font-size: 15px;
    font-weight: 800;
    color: #111215;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    margin: 0 0 10px 0;
    line-height: 1.35;
}

.bc-serv-lead-desc {
    font-size: 12.5px;
    color: #5d616c;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bc-serv-step-badge {
    background: #111215;
    color: #ffffff;
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 3px 7px;
    border-radius: 6px;
    display: inline-block;
}

.bc-serv-highlights-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 14px;
}

.bc-serv-highlight-pill {
    background: #f4f5f8;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 3px 8px;
    font-size: 10.5px;
    font-weight: 700;
    color: #374151;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.2s ease;
}

.bc-serv-card-premium:hover .bc-serv-highlight-pill {
    background: #eef1f5;
    border-color: #d1d5db;
    color: #111215;
}

.bc-serv-action-bar {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid #f0f1f3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bc-serv-action-pill-btn {
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #111215;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
}

.bc-serv-action-arrow {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #f4f5f7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #111215;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.bc-serv-card-premium:hover .bc-serv-action-arrow {
    background: #111215;
    color: #ffffff;
    transform: translateX(3px);
}

/* SERVICE DETAIL MODAL */
.bc-service-modal-box {
    background: #ffffff;
    border-radius: var(--bc-radius-lg);
    max-width: 720px;
    width: 92%;
    margin: auto;
    padding: 38px 40px 32px;
    box-shadow: 0 28px 75px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    animation: bcModalPop 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    color: #111215;
}

@keyframes bcModalPop {
    0% { opacity: 0; transform: scale(0.92) translateY(16px); }
    100% { opacity: 1; transform: scale(1) translateY(0); }
}

.bc-service-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #f0f2f5;
    padding-bottom: 20px;
    margin-bottom: 24px;
}

.bc-service-modal-badge {
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff;
    background: #111215;
    display: inline-block;
    padding: 4px 12px;
    border-radius: var(--bc-radius-md);
    margin-bottom: 10px;
}

.bc-service-modal-title {
    font-size: 26px;
    font-weight: 800;
    color: #111215;
    margin: 0;
    letter-spacing: -0.025em;
    line-height: 1.25;
}

.bc-service-modal-close-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    color: #111215;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    flex-shrink: 0;
    outline: none;
}

.bc-service-modal-close-btn:hover {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
    transform: rotate(90deg) scale(1.05);
}

.bc-service-modal-body-text {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 26px;
}

.bc-service-modal-highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 28px;
}

.bc-service-highlight-pill {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 12px;
    font-weight: 700;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.bc-service-highlight-pill:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
    transform: translateY(-2px);
}

.bc-service-highlight-pill i {
    color: #10b981;
    font-size: 14px;
    flex-shrink: 0;
}

.bc-service-policy-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 26px;
}

.bc-service-pdf-btn {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 18px;
    font-size: 13px;
    font-weight: 700;
    color: #111215;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.02);
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.bc-service-pdf-btn:hover {
    background: #111215;
    color: #ffffff !important;
    border-color: #111215;
    transform: translateX(4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.bc-service-modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f0f2f5;
    padding-top: 22px;
    gap: 14px;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .bc-services-premium-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    .bc-service-modal-highlights {
        grid-template-columns: 1fr;
    }
    .bc-service-modal-box {
        padding: 24px 20px;
    }
}

@media (max-width: 600px) {
    .bc-services-premium-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .bc-service-modal-title {
        font-size: 20px;
    }
}

/* ==========================================================================
   PERFECTLY SYMMETRICAL 3-LOCATION GRID & UNIFIED SIGNATURE TEAL GREEN
   Signature Green: #636569
   ========================================================================== */
.bc-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 60px;
    align-items: stretch;
}

.bc-location-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: var(--bc-radius-md);
    padding: 28px 24px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease;
    height: 100%;
}

.bc-location-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
    border-color: #636569;
}

.bc-location-kicker {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #111215;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
}

.bc-location-kicker span.country-tag {
    color: #636569;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.bc-location-kicker span.type-tag {
    color: #111215;
    font-weight: 800;
    text-transform: uppercase;
}

.bc-location-map-wrap {
    width: 100%;
    height: 200px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    background: #f1f2f4;
    border: 1px solid #e5e7eb;
    margin-bottom: 20px;
}

.bc-location-map-wrap iframe,
.bc-location-map-wrap img {
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
    display: block;
}

.bc-location-map-link-overlay {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(17, 18, 21, 0.85);
    backdrop-filter: blur(8px);
    color: #ffffff !important;
    padding: 6px 14px;
    border-radius: var(--bc-radius-md);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: all 0.2s ease;
}

.bc-location-map-link-overlay:hover {
    background: #636569;
    border-color: #636569;
    transform: scale(1.04);
}

.bc-location-info-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.bc-location-brand-title {
    font-size: 16px;
    font-weight: 800;
    color: #111215;
    margin: 0 0 6px 0;
    letter-spacing: -0.01em;
}

.bc-location-address-text {
    font-size: 13px;
    color: #555963;
    line-height: 1.55;
    margin-bottom: 16px;
    min-height: 58px;
}

.bc-location-meta-grid {
    background: #f8f9fa;
    border: 1px solid #edf0f2;
    border-radius: 12px;
    padding: 12px 14px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: 86px;
    justify-content: center;
}

.bc-location-meta-row {
    display: flex;
    align-items: center;
    font-size: 12.5px;
    color: #33363e;
    gap: 8px;
}

.bc-location-meta-badge {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #636569;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bc-location-meta-row a {
    color: #636569;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
}

.bc-location-meta-row a:hover {
    color: #111215;
    text-decoration: underline;
}

.bc-location-ekip-wrap {
    border-top: 1px solid #edf0f2;
    padding-top: 16px;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bc-dept-block {
    margin-bottom: 4px;
}

.bc-dept-title {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #636569;
    margin: 0 0 6px 0;
}

.bc-person-contact-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
}

.bc-person-phone-link {
    font-size: 13px;
    font-weight: 700;
    color: #111215;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
}

.bc-person-phone-link:hover {
    color: #636569;
}

.bc-person-mail-link {
    font-size: 12px;
    color: #636569;
    text-decoration: none;
    word-break: break-all;
    transition: color 0.2s ease;
}

.bc-person-mail-link:hover {
    color: #111215;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .bc-contact-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .bc-location-address-text {
        min-height: auto;
    }
    .bc-location-meta-grid {
        min-height: auto;
    }
}

/* ==========================================================================
   COMPREHENSIVE DEEP MOBILE RESPONSIVENESS (COMPANY, PROJECTS, CONTACT, ETC.)
   ========================================================================== */

/* 1. Global Container Padding on Small Devices */
@media (max-width: 767px) {
    .container-fluid {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

/* 2. Company Page Hero Banner */
@media (max-width: 767px) {
    .bc-company-hero {
        padding: 95px 0 35px !important;
    }
    .bc-company-title {
        font-size: 26px !important;
        line-height: 1.2 !important;
        margin-bottom: 8px !important;
    }
    .bc-company-subtitle {
        font-size: 13px !important;
        line-height: 1.55 !important;
    }
    .bc-company-breadcrumb {
        margin-bottom: 10px !important;
        font-size: 11px !important;
    }
}

/* 3. Story Section Grid */
@media (max-width: 991px) {
    .bc-story-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }
    .bc-story-media-box {
        height: 240px !important;
        border-radius: 18px !important;
    }
    .bc-story-kicker {
        font-size: 10.5px !important;
        margin-bottom: 4px !important;
    }
    .bc-story-heading {
        font-size: 20px !important;
        line-height: 1.3 !important;
        margin-bottom: 12px !important;
    }
    .bc-story-body p {
        font-size: 13px !important;
        line-height: 1.65 !important;
        margin-bottom: 12px !important;
    }
}

/* 4. Machinery & Plant Section (Touch-Native Horizontal Snap Rail on Mobile/Tablet) */
@media (max-width: 991px) {
    .bc-machinery-acc-section {
        padding: 45px 0 55px !important;
        margin-bottom: 40px !important;
    }
    .bc-machinery-acc-header {
        margin-bottom: 20px !important;
    }
    .bc-machinery-acc-title {
        font-size: 22px !important;
        margin-bottom: 6px !important;
    }
    .bc-machinery-acc-desc {
        font-size: 12.5px !important;
        line-height: 1.5 !important;
    }
    .bc-machinery-acc-track {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        gap: 12px !important;
        height: auto !important;
        padding: 4px 4px 16px !important;
        scrollbar-width: none !important;
    }
    .bc-machinery-acc-track::-webkit-scrollbar {
        display: none !important;
    }
    .bc-machinery-acc-card {
        flex: 0 0 270px !important;
        min-width: 270px !important;
        max-width: 270px !important;
        height: 310px !important;
        scroll-snap-align: start !important;
        border-radius: 18px !important;
    }
    .bc-machinery-acc-card .bc-machinery-acc-card-desc {
        opacity: 1 !important;
        max-height: 80px !important;
        margin-top: 6px !important;
        font-size: 12px !important;
        line-height: 1.45 !important;
    }
    .bc-machinery-acc-card-title {
        white-space: normal !important;
        font-size: 15px !important;
        line-height: 1.3 !important;
    }
    .bc-machinery-acc-content {
        padding: 18px 16px !important;
    }
}

/* 5. Services Grid */
@media (max-width: 1199px) {
    .bc-services-premium-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 18px !important;
    }
}

@media (max-width: 640px) {
    .bc-services-section {
        padding: 45px 0 55px !important;
    }
    .bc-services-premium-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        margin-top: 20px !important;
    }
    .bc-serv-card-premium {
        padding: 20px 18px 18px !important;
        border-radius: 16px !important;
    }
    .bc-serv-top-bar {
        margin-bottom: 12px !important;
    }
    .bc-serv-main-title {
        font-size: 14.5px !important;
        margin-bottom: 8px !important;
    }
    .bc-serv-lead-desc {
        font-size: 12.5px !important;
        line-height: 1.55 !important;
        -webkit-line-clamp: 4 !important;
        line-clamp: 4 !important;
    }
}

/* 6. Service Detail Modal on Mobile */
@media (max-width: 767px) {
    .bc-service-modal-box {
        padding: 22px 18px 20px !important;
        border-radius: var(--bc-radius-md) !important;
        width: 94% !important;
        max-height: 88vh !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    .bc-service-modal-header {
        padding-bottom: 14px !important;
        margin-bottom: 16px !important;
    }
    .bc-service-modal-title {
        font-size: 18px !important;
        line-height: 1.28 !important;
    }
    .bc-service-modal-close-btn {
        width: 36px !important;
        height: 36px !important;
    }
    .bc-service-modal-body-text {
        font-size: 13px !important;
        line-height: 1.65 !important;
        margin-bottom: 18px !important;
    }
    .bc-service-modal-highlights {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        margin-bottom: 20px !important;
    }
    .bc-service-highlight-pill {
        padding: 10px 12px !important;
        font-size: 11.5px !important;
    }
    .bc-service-modal-footer {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 12px !important;
    }
    .bc-service-modal-footer > div:last-child {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        gap: 8px !important;
    }
    .bc-service-modal-footer .bc-btn-pill {
        width: 100% !important;
        justify-content: center !important;
        text-align: center !important;
    }
}

/* 7. References Grid on Small Devices */
@media (max-width: 1199px) {
    .bc-ref-logo-grid {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 14px !important;
    }
}

@media (max-width: 767px) {
    .bc-ref-section {
        padding: 45px 0 55px !important;
    }
    .bc-ref-logo-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 10px !important;
    }
    .bc-ref-logo-item {
        height: 62px !important;
        padding: 6px 10px !important;
        border-radius: 10px !important;
    }
    .bc-ref-logo-item img {
        max-height: 36px !important;
    }
}

@media (max-width: 440px) {
    .bc-ref-logo-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }
}

/* 8. Projects Art Gallery Page Responsiveness */
@media (max-width: 767px) {
    .bc-gallery-pill-row {
        overflow-x: auto !important;
        flex-wrap: nowrap !important;
        padding-bottom: 8px !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
    }
    .bc-gallery-pill-row::-webkit-scrollbar {
        display: none !important;
    }
    .bc-gallery-pill-btn {
        flex-shrink: 0 !important;
        padding: 7px 14px !important;
        font-size: 11px !important;
    }
    .bc-gallery-exhibition-grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        margin-top: 20px !important;
    }
    .bc-art-card {
        height: 260px !important;
        border-radius: 18px !important;
    }
    .bc-art-overlay {
        padding: 16px !important;
    }
    .bc-art-title {
        font-size: 16px !important;
    }
    
    /* Fullscreen Exhibition Lightbox on Mobile */
    .bc-gallery-modal-header {
        padding: 12px 14px !important;
    }
    .bc-gallery-modal-title {
        font-size: 15px !important;
    }
    .bc-gallery-modal-counter {
        font-size: 11px !important;
    }
    .bc-gallery-modal-stage {
        padding: 0 6px !important;
    }
    .bc-gallery-main-img {
        max-height: 52vh !important;
    }
    .bc-gallery-nav-btn {
        width: 36px !important;
        height: 36px !important;
        font-size: 12px !important;
    }
    .bc-gallery-thumb-reel {
        height: 52px !important;
        gap: 6px !important;
        padding: 6px 10px !important;
    }
    .bc-gallery-thumb-item {
        width: 48px !important;
        height: 38px !important;
    }
}

/* Responsive Rules for Industrial Grid & Stats */
@media (max-width: 991px) {
    .bc-industrial-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
    .bc-stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
        padding: 20px !important;
    }
    .bc-stats-grid > div {
        border-right: none !important;
        border-bottom: 1px solid var(--bc-border);
        padding-bottom: 12px;
    }
    .bc-stats-grid > div:last-child {
        border-bottom: none !important;
    }
}

@media (max-width: 575px) {
    .bc-industrial-grid {
        grid-template-columns: 1fr !important;
    }
    .bc-stats-grid {
        grid-template-columns: 1fr !important;
    }
}

/* ==========================================================================
   ARCHITECTURAL INTERACTIVE MECHANISM SHOWCASE (STAND SHOWCASE)
   Clean, responsive, pure Bora Çelik design tokens - zero AI slop
   ========================================================================== */
.bc-interactive-wrap {
    width: min(1060px, 94vw);
    margin: 18px auto 0 auto;
    background: #121418;
    border-radius: 18px;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: stretch;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.bc-interactive-wrap,
.bc-interactive-wrap * {
    font-family: var(--bc-font) !important;
    box-sizing: border-box;
}

.bc-interactive-wrap .stage {
    position: relative;
    height: auto;
    min-height: 480px;
    background: #0b0c0f;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 16px;
}

.bc-interactive-wrap .stage-stand-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 100%;
    max-height: 440px;
    line-height: 0;
}

.bc-interactive-wrap .stage-stand-wrap img {
    display: block;
    max-width: 100%;
    width: auto;
    height: 100%;
    max-height: 430px;
    object-fit: contain;
    user-select: none;
    pointer-events: none;
    filter: drop-shadow(0 14px 26px rgba(0, 0, 0, 0.65));
}

.bc-interactive-wrap .hot {
    position: absolute;
    width: 32px;
    height: 32px;
    border: 2px solid rgba(255, 255, 255, 0.9) !important;
    border-radius: 50% !important;
    background: #191b18;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.65);
    cursor: pointer;
    z-index: 5;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    transform: translate(-50%, -50%);
    outline: none !important;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

.bc-interactive-wrap .hot svg.hot-plus {
    width: 13px;
    height: 13px;
    stroke: #ffffff;
    stroke-width: 3.5;
    stroke-linecap: round;
    fill: none;
    display: block;
    pointer-events: none;
    flex-shrink: 0;
    margin: auto;
    transition: stroke 0.2s ease;
}

.bc-interactive-wrap .hot:hover,
.bc-interactive-wrap .hot.active {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #121418 !important;
    transform: translate(-50%, -50%) scale(1.15);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25), 0 8px 24px rgba(0, 0, 0, 0.7) !important;
    z-index: 10;
}

.bc-interactive-wrap .hot:hover svg.hot-plus,
.bc-interactive-wrap .hot.active svg.hot-plus {
    stroke: #121418 !important;
}

.bc-interactive-wrap .hot span {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    background: #191b18;
    color: #ffffff;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 11.5px;
    font-weight: 600;
    font-family: var(--bc-font) !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
    z-index: 15;
}

.bc-interactive-wrap .hot.tip-left span {
    left: auto;
    right: 40px;
}

.bc-interactive-wrap .hot:hover span,
.bc-interactive-wrap .hot.active span {
    opacity: 1;
    visibility: visible;
}

.bc-interactive-wrap .panel {
    position: relative;
    padding: 16px 20px;
    background: #16181e !important;
    color: #ffffff !important;
    border-left: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100% !important;
}

.bc-interactive-wrap .close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 28px;
    height: 28px;
    border: 0 !important;
    border-radius: 50% !important;
    background: #252830 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-family: inherit !important;
    text-shadow: none !important;
    opacity: 1 !important;
    filter: none !important;
    float: none !important;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
    line-height: 1;
    z-index: 5;
    padding: 0;
}

.bc-interactive-wrap .close:hover {
    background: rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

.bc-interactive-wrap .detail {
    width: 100%;
    height: 64px;
    object-fit: contain;
    background: #0d0e12;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 4px;
    display: block;
}

.bc-interactive-wrap .kicker {
    font-family: var(--bc-font-mono) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    color: var(--bc-pantone-1, #D9D8D6) !important;
    display: block !important;
    margin-bottom: 3px !important;
}

.bc-interactive-wrap h1 {
    font-family: var(--bc-font) !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
    margin: 3px 26px 6px 0 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
}

.bc-interactive-wrap .desc {
    font-family: var(--bc-font) !important;
    font-size: 12px !important;
    color: var(--bc-gray-light, #9ca0a5) !important;
    line-height: 1.45 !important;
    margin-bottom: 0 !important;
}

.bc-interactive-wrap .features {
    margin: 8px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.bc-interactive-wrap .feature {
    display: flex !important;
    gap: 8px !important;
    padding: 5px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    font-size: 11.5px !important;
    align-items: flex-start !important;
    font-family: var(--bc-font) !important;
}

.bc-interactive-wrap .feature b {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-family: var(--bc-font) !important;
}

.bc-interactive-wrap .feature span {
    color: var(--bc-gray-light, #9ca0a5) !important;
    font-size: 11px !important;
    font-family: var(--bc-font) !important;
}

.bc-interactive-wrap .dot {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    background: #252830 !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: none !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    font-family: var(--bc-font) !important;
}

.bc-interactive-wrap .specs {
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    margin-top: 8px !important;
    background: rgba(255, 255, 255, 0.02) !important;
}

.bc-interactive-wrap .spec-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 6px 12px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    font-size: 11px !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    font-family: var(--bc-font) !important;
}

.bc-interactive-wrap .spec-row:last-child {
    border-bottom: 0 !important;
}

.bc-interactive-wrap .spec-row b {
    color: #ffffff !important;
    font-weight: 600 !important;
    text-align: left !important;
    flex: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: var(--bc-font) !important;
}

.bc-interactive-wrap .spec-row span {
    color: var(--bc-gray-light, #9ca0a5) !important;
    text-align: right !important;
    flex: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: var(--bc-font) !important;
}

.bc-interactive-wrap .actions {
    display: flex !important;
    gap: 8px !important;
    margin-top: 10px !important;
}

.bc-interactive-wrap .btn {
    flex: 1 !important;
    border: 0 !important;
    border-radius: 8px !important;
    padding: 9px 12px !important;
    font-weight: 700 !important;
    font-size: 11.5px !important;
    cursor: pointer !important;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: var(--bc-font) !important;
    letter-spacing: 0.02em !important;
    box-shadow: none !important;
    margin: 0 !important;
}

.bc-interactive-wrap .primary {
    background: #ffffff !important;
    color: #121418 !important;
}

.bc-interactive-wrap .primary:hover {
    background: var(--bc-pantone-1, #D9D8D6) !important;
    color: #121418 !important;
    transform: translateY(-1px) !important;
}

.bc-interactive-wrap .secondary {
    background: #252830 !important;
    color: #ffffff !important;
}

.bc-interactive-wrap .secondary:hover {
    background: #323642 !important;
    color: #ffffff !important;
}

@media(max-width: 900px) {
    .bc-interactive-wrap {
        display: block !important;
        width: 100% !important;
        margin: 14px 0 0 0 !important;
        border-radius: 16px !important;
    }
    .bc-interactive-wrap .stage {
        min-height: auto !important;
        height: 330px !important;
        padding: 14px 8px !important;
    }
    .bc-interactive-wrap .stage-stand-wrap {
        max-height: 300px !important;
        height: 100% !important;
    }
    .bc-interactive-wrap .stage-stand-wrap img {
        max-height: 290px !important;
        height: 100% !important;
    }
    .bc-interactive-wrap .panel {
        margin-top: -14px !important;
        border-radius: 18px 18px 0 0 !important;
        z-index: 4 !important;
        border-left: 0 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
        padding: 16px 14px !important;
        height: auto !important;
    }
    .bc-interactive-wrap .hot {
        width: 28px !important;
        height: 28px !important;
        border-width: 2px !important;
    }
    .bc-interactive-wrap .hot svg.hot-plus {
        width: 11px !important;
        height: 11px !important;
        stroke-width: 3 !important;
    }
    .bc-interactive-wrap .hot span {
        display: none !important;
    }
}

