/*
Theme Name: Sanay Bakalit
Theme URI: https://sanaybakalit.com/
Author: Sanay Bakalit
Description: Sanay Bakalit kurumsal web sitesi için final WordPress teması. Hero slider, ürün grupları, kullanım alanları, üretim tesisi, iletişim/teklif formu, sertifikalar alanı ve KVKK/Gizlilik/Çerez yasal sayfalarını içerir.
Version: 1.2.2
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.1
Text Domain: sanay-bakalit
*/

:root {
  --sb-red: #e30613;
  --sb-red-dark: #c80510;
  --sb-navy: #071a31;
  --sb-navy-2: #0c274c;
  --sb-text: #111827;
  --sb-muted: #667085;
  --sb-border: #e5e7eb;
  --sb-bg: #ffffff;
  --sb-soft: #f7f8fa;
  --sb-container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--sb-text);
  background: var(--sb-bg);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

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

/* Header */
.site-header {
  position: relative;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #edf0f3;
}
.site-header__inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 34px;
}
.site-branding {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  min-width: 285px;
}
.custom-logo-link,
.site-branding__text {
  display: inline-flex;
  align-items: center;
}
.custom-logo {
  display: block;
  width: auto;
  max-width: 305px;
  max-height: 70px;
  object-fit: contain;
}
.site-title {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  color: var(--sb-navy);
}
.site-navigation {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.primary-menu,
.primary-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.primary-menu {
  display: flex;
  align-items: center;
  gap: 25px;
}
.primary-menu a {
  position: relative;
  display: block;
  padding: 31px 0 28px;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  color: #141b26;
  white-space: nowrap;
}
.primary-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 2px;
  background: var(--sb-red);
  transform: scaleX(0);
  transition: transform .18s ease;
}
.primary-menu a:hover,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a { color: var(--sb-red); }
.primary-menu a:hover::after,
.primary-menu .current-menu-item > a::after,
.primary-menu .current_page_item > a::after { transform: scaleX(1); }
.header-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 4px;
  background: var(--sb-red);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  transition: background .18s ease, transform .18s ease;
}
.header-cta:hover { background: var(--sb-red-dark); transform: translateY(-1px); }
.header-cta__arrow { margin-left: 10px; font-size: 17px; line-height: 1; }
.menu-toggle {
  display: none;
  margin-left: auto;
  width: 46px;
  height: 42px;
  border: 1px solid var(--sb-border);
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}
.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--sb-navy);
}

/* V2 hero */
.site-main { min-height: 58vh; }
.sb-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 32%, rgba(35, 79, 125, .48) 0, rgba(35, 79, 125, 0) 34%),
    linear-gradient(120deg, #061729 0%, #071a31 52%, #0b2a4d 100%);
}
.sb-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .23;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, transparent 0, #000 48%, #000 100%);
}
.sb-hero__inner {
  position: relative;
  min-height: 545px;
  display: grid;
  grid-template-columns: minmax(0, 660px) 1fr;
  align-items: center;
  gap: 50px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.sb-hero__content { position: relative; z-index: 2; }
.sb-hero__eyebrow {
  margin: 0 0 15px;
  color: #ff2530;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.sb-hero h1 {
  margin: 0 0 20px;
  max-width: 650px;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.02;
  letter-spacing: -.035em;
}
.sb-hero h1 span { display: block; color: #f11621; }
.sb-hero__lead {
  margin: 0;
  max-width: 610px;
  color: rgba(255,255,255,.83);
  font-size: 18px;
  line-height: 1.75;
}
.sb-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 31px;
}
.sb-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.sb-button--primary { background: var(--sb-red); border-color: var(--sb-red); }
.sb-button--primary:hover { background: var(--sb-red-dark); border-color: var(--sb-red-dark); }
.sb-button--ghost:hover { background: rgba(255,255,255,.08); }
.sb-hero__visual {
  position: relative;
  min-height: 390px;
}
.sb-hero__visual::before,
.sb-hero__visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.sb-hero__visual::before {
  width: 330px;
  height: 330px;
  top: 0;
  right: 4%;
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 0 0 52px rgba(255,255,255,.025), 0 0 0 104px rgba(255,255,255,.018);
}
.sb-hero__visual::after {
  width: 92px;
  height: 92px;
  right: 135px;
  bottom: 28px;
  background: rgba(227,6,19,.9);
  box-shadow: -108px -50px 0 -25px rgba(255,255,255,.12), 110px -145px 0 -15px rgba(255,255,255,.08);
}
.sb-hero__machine-card {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: min(360px, 92%);
  padding: 24px 26px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(5, 20, 39, .54);
  backdrop-filter: blur(8px);
}
.sb-hero__machine-card strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 20px;
}
.sb-hero__machine-card span { color: rgba(255,255,255,.68); font-size: 14px; }

/* Stats */
.sb-stats {
  background: #fff;
  border-bottom: 1px solid var(--sb-border);
}
.sb-stats__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 128px;
}
.sb-stat {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 24px 14px;
}
.sb-stat + .sb-stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28%;
  bottom: 28%;
  width: 1px;
  background: var(--sb-border);
}
.sb-stat__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  color: var(--sb-red);
  font-size: 25px;
  font-weight: 900;
}
.sb-stat strong {
  display: block;
  color: var(--sb-navy-2);
  font-size: 26px;
  line-height: 1.05;
}
.sb-stat small {
  display: block;
  margin-top: 7px;
  color: var(--sb-text);
  font-size: 12px;
}

/* Stage note */
.sb-stage-note {
  padding: 54px 0;
  background: var(--sb-soft);
}
.sb-stage-note__box {
  padding: 31px 34px;
  border: 1px solid var(--sb-border);
  border-radius: 8px;
  background: #fff;
}
.sb-stage-note h2 { margin: 0 0 8px; font-size: 25px; }
.sb-stage-note p { margin: 0; color: var(--sb-muted); }

.content-area { padding: 64px 0; }
.entry-title { margin-top: 0; }
.entry-content > *:first-child { margin-top: 0; }

.site-footer {
  padding: 34px 0;
  background: #061323;
  color: rgba(255,255,255,.72);
}
.site-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.site-footer strong { color: #fff; }
.site-footer p { margin: 0; }

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1080px) {
  .site-header__inner { gap: 22px; }
  .site-branding { min-width: 205px; }
  .custom-logo { max-width: 235px; max-height: 58px; }
  .primary-menu { gap: 18px; }
  .primary-menu a { font-size: 12px; }
  .header-cta { padding: 0 18px; }
}

@media (max-width: 960px) {
  .site-header__inner { min-height: 76px; }
  .site-branding { min-width: 0; }
  .custom-logo { max-width: 215px; max-height: 52px; }
  .menu-toggle { display: block; }
  .header-cta { display: none; }
  .site-navigation {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0;
    padding: 12px 20px 20px;
    background: #fff;
    border-bottom: 1px solid var(--sb-border);
    box-shadow: 0 16px 30px rgba(0,0,0,.08);
  }
  .site-navigation.is-open { display: block; }
  .primary-menu { display: block; }
  .primary-menu a {
    padding: 15px 0;
    border-bottom: 1px solid var(--sb-border);
  }
  .primary-menu a::after { display: none; }
  .sb-hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .sb-hero__visual { display: none; }
  .sb-stats__grid { grid-template-columns: repeat(2, 1fr); padding: 10px 0; }
  .sb-stat + .sb-stat::before { display: none; }
  .sb-stat { justify-content: flex-start; padding: 18px 14px; }
}

@media (max-width: 600px) {
  .sb-container { width: min(calc(100% - 28px), var(--sb-container)); }
  .custom-logo { max-width: 185px; max-height: 46px; }
  .sb-hero__inner { padding-top: 58px; padding-bottom: 58px; }
  .sb-hero h1 { font-size: 42px; }
  .sb-hero__lead { font-size: 16px; }
  .sb-hero__actions { display: grid; grid-template-columns: 1fr; }
  .sb-button { width: 100%; }
  .sb-stats__grid { grid-template-columns: 1fr; }
  .sb-stat { padding: 16px 0; }
  .sb-stage-note { padding: 38px 0; }
  .sb-stage-note__box { padding: 24px; }
  .site-footer__inner { display: block; }
  .site-footer__inner p + p { margin-top: 8px; }
}

/* V3 sections */
.sb-section {
  padding: 76px 0;
}
.sb-section-heading {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}
.sb-section-heading__eyebrow {
  margin: 0 0 8px;
  color: var(--sb-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.sb-section-heading h2,
.sb-why__intro h2 {
  position: relative;
  margin: 0 0 15px;
  color: var(--sb-navy);
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.15;
  letter-spacing: -.025em;
}
.sb-section-heading h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin: 14px auto 0;
  background: var(--sb-red);
}
.sb-section-heading p {
  margin: 0;
  color: var(--sb-muted);
  font-size: 15px;
}
.sb-section-heading--compact { margin-bottom: 28px; }

/* Product cards */
.sb-products { background: #fff; }
.sb-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.sb-product-card {
  overflow: hidden;
  border: 1px solid var(--sb-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(12, 39, 76, .055);
  transition: transform .2s ease, box-shadow .2s ease;
}
.sb-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(12, 39, 76, .10);
}
.sb-product-card__visual {
  position: relative;
  height: 205px;
  overflow: hidden;
  background: linear-gradient(145deg, #f8f9fb, #eef1f5);
}
.sb-product-card__visual::before {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 28px;
  height: 18px;
  border-radius: 50%;
  background: rgba(14, 29, 50, .08);
  filter: blur(9px);
}
.sb-product-card__visual .shape { position: absolute; display: block; }
.sb-product-card__visual--bakalit .shape { background: #151719; box-shadow: inset 0 0 0 2px rgba(255,255,255,.05); }
.sb-product-card__visual--bakalit .shape-a { width: 22px; height: 112px; left: 27%; top: 38px; border-radius: 12px; transform: rotate(-35deg); }
.sb-product-card__visual--bakalit .shape-b { width: 54px; height: 54px; left: 53%; top: 78px; border-radius: 50%; }
.sb-product-card__visual--bakalit .shape-c { width: 68px; height: 26px; left: 48%; top: 58px; border-radius: 13px; transform: rotate(18deg); }
.sb-product-card__visual--bakalit .shape-d { width: 36px; height: 36px; left: 23%; top: 118px; border-radius: 50%; }

.sb-product-card__visual--plastik .shape-a { width: 54px; height: 74px; left: 20%; top: 72px; border-radius: 12px; background: #111619; }
.sb-product-card__visual--plastik .shape-b { width: 44px; height: 82px; left: 42%; top: 52px; border-radius: 10px; background: #f7f7f2; border: 1px solid #dfe3e7; }
.sb-product-card__visual--plastik .shape-c { width: 38px; height: 66px; left: 63%; top: 86px; border-radius: 10px; background: #c4c9cc; }
.sb-product-card__visual--plastik .shape-d { width: 72px; height: 28px; left: 36%; top: 129px; border-radius: 16px; background: #111619; transform: rotate(-16deg); }

.sb-product-card__visual--paslanmaz .shape { background: linear-gradient(90deg, #aeb6bc, #f4f5f6 46%, #8e989f); }
.sb-product-card__visual--paslanmaz .shape-a { width: 20px; height: 112px; left: 24%; top: 43px; border-radius: 9px; }
.sb-product-card__visual--paslanmaz .shape-b { width: 24px; height: 128px; left: 43%; top: 27px; border-radius: 10px; }
.sb-product-card__visual--paslanmaz .shape-c { width: 20px; height: 92px; left: 64%; top: 62px; border-radius: 9px; }
.sb-product-card__visual--paslanmaz .shape-d { width: 58px; height: 18px; left: 34%; top: 142px; border-radius: 50%; }

.sb-product-card__visual--kaucuk .shape { background: #111518; }
.sb-product-card__visual--kaucuk .shape-a { width: 58px; height: 78px; left: 19%; top: 66px; border-radius: 28px 28px 9px 9px; }
.sb-product-card__visual--kaucuk .shape-b { width: 42px; height: 92px; left: 47%; top: 55px; border-radius: 21px 21px 8px 8px; }
.sb-product-card__visual--kaucuk .shape-c { width: 90px; height: 38px; left: 51%; top: 112px; border-radius: 8px; transform: rotate(8deg); }
.sb-product-card__visual--kaucuk .shape-d { width: 48px; height: 48px; left: 31%; top: 110px; border-radius: 50%; }

.sb-product-card__body {
  position: relative;
  min-height: 165px;
  padding: 22px 58px 24px 22px;
}
.sb-product-card__body h3 {
  margin: 0 0 8px;
  color: var(--sb-navy);
  font-size: 17px;
  text-transform: uppercase;
}
.sb-product-card__body p {
  margin: 0;
  color: var(--sb-muted);
  font-size: 13px;
  line-height: 1.65;
}
.sb-card-link {
  position: absolute;
  right: 18px;
  bottom: 22px;
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  border-radius: 4px;
  background: var(--sb-red);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.sb-card-link:hover { background: var(--sb-red-dark); }

/* Usage areas */
.sb-usage {
  padding-top: 62px;
  padding-bottom: 62px;
  background: var(--sb-soft);
  border-top: 1px solid var(--sb-border);
  border-bottom: 1px solid var(--sb-border);
}
.sb-usage-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 0;
}
.sb-usage-item {
  position: relative;
  min-height: 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 10px 12px;
  text-align: center;
}
.sb-usage-item + .sb-usage-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22%;
  bottom: 22%;
  width: 1px;
  background: #dde2e8;
}
.sb-usage-item__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #cfd6df;
  border-radius: 50%;
  color: var(--sb-navy-2);
  font-size: 13px;
  font-weight: 900;
}
.sb-usage-item strong {
  color: var(--sb-navy);
  font-size: 11px;
  line-height: 1.35;
  text-transform: uppercase;
}

/* Why us */
.sb-why { background: #fff; }
.sb-why__layout {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.45fr);
  gap: 66px;
  align-items: start;
}
.sb-why__intro { padding-top: 8px; }
.sb-why__intro h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 15px;
  background: var(--sb-red);
}
.sb-why__intro > p:not(.sb-section-heading__eyebrow) {
  margin: 0 0 19px;
  color: var(--sb-muted);
  font-size: 15px;
}
.sb-text-link {
  color: var(--sb-red);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.sb-why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.sb-why-card {
  display: flex;
  gap: 15px;
  min-height: 122px;
  padding: 20px;
  border: 1px solid var(--sb-border);
  border-radius: 7px;
  background: #fff;
}
.sb-why-card > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  background: #fff1f2;
  color: var(--sb-red);
  font-size: 20px;
  font-weight: 900;
}
.sb-why-card h3 {
  margin: 1px 0 5px;
  color: var(--sb-navy);
  font-size: 15px;
  text-transform: uppercase;
}
.sb-why-card p {
  margin: 0;
  color: var(--sb-muted);
  font-size: 13px;
  line-height: 1.55;
}
.sb-stage-note--v3 { border-top: 1px solid var(--sb-border); }

@media (max-width: 1080px) {
  .sb-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sb-usage-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .sb-usage-item:nth-child(5)::before { display: none; }
  .sb-why__layout { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 720px) {
  .sb-section { padding: 56px 0; }
  .sb-product-grid { grid-template-columns: 1fr; }
  .sb-product-card__visual { height: 190px; }
  .sb-usage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sb-usage-item:nth-child(odd)::before { display: none; }
  .sb-why-grid { grid-template-columns: 1fr; }
}

/* V4 hero: production image + real slider */
.sb-hero--v4 { position: relative; min-height: 610px; overflow: hidden; background: #041525; isolation: isolate; }
.sb-hero--v4::before { display: none; }
.sb-hero__image { position: absolute; inset: 0; z-index: -3; background-image: url('assets/images/hero-factory.jpg'); background-size: cover; background-position: center right; transform: scale(1.01); }
.sb-hero__shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3,18,32,.98) 0%, rgba(3,18,32,.93) 31%, rgba(3,18,32,.74) 49%, rgba(3,18,32,.24) 70%, rgba(3,18,32,.08) 100%), linear-gradient(180deg, rgba(3,18,32,.08), rgba(3,18,32,.24)); }
.sb-hero__stage { position: relative; min-height: 610px; display: flex; align-items: center; padding-top: 58px; padding-bottom: 78px; }
.sb-hero__slides { width: min(720px, 61%); min-height: 480px; display: grid; align-items: center; }
.sb-hero__slide { grid-area: 1 / 1; opacity: 0; visibility: hidden; transform: translateX(18px); transition: opacity .35s ease, transform .35s ease, visibility .35s ease; pointer-events: none; }
.sb-hero__slide.is-active { opacity: 1; visibility: visible; transform: translateX(0); pointer-events: auto; }
.sb-hero--v4 h1 { margin-bottom: 18px; max-width: 690px; font-size: clamp(44px, 4.8vw, 68px); text-shadow: 0 2px 24px rgba(0,0,0,.18); }
.sb-hero--v4 .sb-hero__lead { max-width: 620px; font-size: 17px; line-height: 1.7; }
.sb-hero-products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); width: min(650px, 100%); margin-top: 28px; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.sb-hero-product { min-height: 108px; display: flex; align-items: center; gap: 10px; padding: 16px 15px 16px 0; color: #fff; transition: background .2s ease, color .2s ease; }
.sb-hero-product + .sb-hero-product { border-left: 1px solid rgba(255,255,255,.16); padding-left: 15px; }
.sb-hero-product:hover { background: rgba(255,255,255,.055); }
.sb-hero-product__icon { width: 40px; height: 40px; flex: 0 0 40px; color: #e90b17; }
.sb-hero-product:nth-child(n+2) .sb-hero-product__icon { color: #7190e8; }
.sb-hero-product__icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.sb-hero-product strong, .sb-hero-product small { display: block; }
.sb-hero-product strong { font-size: 14px; text-transform: uppercase; line-height: 1.2; }
.sb-hero-product small { margin-top: 5px; color: rgba(255,255,255,.7); font-size: 12px; }
.sb-hero--v4 .sb-hero__actions { margin-top: 24px; }
.sb-hero--v4 .sb-button { min-height: 55px; padding-inline: 27px; }
.sb-hero__arrow { position: absolute; top: 50%; z-index: 4; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; background: rgba(4,20,36,.52); color: #fff; font-size: 32px; line-height: 1; cursor: pointer; backdrop-filter: blur(5px); transition: background .2s ease, border-color .2s ease; }
.sb-hero__arrow:hover { background: rgba(227,6,19,.88); border-color: rgba(227,6,19,.88); }
.sb-hero__arrow--prev { left: -54px; }
.sb-hero__arrow--next { right: -54px; }
.sb-hero__dots { position: absolute; left: 50%; bottom: 25px; display: flex; gap: 8px; transform: translateX(-50%); }
.sb-hero__dot { width: 22px; height: 3px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.7); cursor: pointer; transition: width .2s ease, background .2s ease; }
.sb-hero__dot.is-active { width: 30px; background: var(--sb-red); }
.sb-stats--v4 { box-shadow: 0 -1px 0 rgba(255,255,255,.08); }

@media (max-width: 1360px) {
  .sb-hero__arrow--prev { left: 8px; }
  .sb-hero__arrow--next { right: 8px; }
  .sb-hero__slides { padding-left: 46px; }
}
@media (max-width: 960px) {
  .sb-hero--v4, .sb-hero__stage { min-height: 640px; }
  .sb-hero__image { background-position: 64% center; }
  .sb-hero__shade { background: linear-gradient(90deg, rgba(3,18,32,.97) 0%, rgba(3,18,32,.91) 64%, rgba(3,18,32,.7) 100%); }
  .sb-hero__slides { width: 100%; padding-left: 0; }
  .sb-hero-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sb-hero-product:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .sb-hero-product:nth-child(4) { border-top: 1px solid rgba(255,255,255,.16); }
  .sb-hero__arrow { display: none; }
}
@media (max-width: 600px) {
  .sb-hero--v4, .sb-hero__stage { min-height: 710px; }
  .sb-hero__stage { padding-top: 44px; padding-bottom: 58px; }
  .sb-hero--v4 h1 { font-size: 40px; }
  .sb-hero-products { grid-template-columns: 1fr 1fr; }
  .sb-hero-product { min-height: 86px; padding: 12px 8px 12px 0; }
  .sb-hero-product + .sb-hero-product { padding-left: 10px; }
  .sb-hero-product__icon { width: 30px; height: 30px; flex-basis: 30px; }
  .sb-hero-product strong { font-size: 12px; }
  .sb-hero--v4 .sb-button { width: 100%; }
}

/* =========================================================
   V5 RELEASE CANDIDATE LAYER
   ========================================================= */

/* Trust strip */
.sb-trust-strip {
  background: #06182d;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.88);
}
.sb-trust-strip__grid {
  min-height: 58px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .035em;
}
.sb-trust-strip__grid span + span { border-left: 1px solid rgba(255,255,255,.11); }

/* Dark corporate product section requested for V5 */
.sb-products {
  position: relative;
  background:
    radial-gradient(circle at 82% 12%, rgba(30,72,120,.25), transparent 32%),
    linear-gradient(145deg, #06172b 0%, #071a31 58%, #0a2342 100%);
  color: #fff;
}
.sb-products::before,
.sb-usage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .13;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 44px 44px;
}
.sb-products .sb-container,
.sb-usage .sb-container { position: relative; z-index: 1; }
.sb-products .sb-section-heading h2,
.sb-usage .sb-section-heading h2 { color: #fff; }
.sb-products .sb-section-heading p,
.sb-usage .sb-section-heading p { color: rgba(255,255,255,.7); }
.sb-products .sb-section-heading h2::after,
.sb-usage .sb-section-heading h2::after { box-shadow: 0 0 18px rgba(227,6,19,.35); }
.sb-product-card {
  border-color: rgba(255,255,255,.1);
  background: #fff;
  box-shadow: 0 18px 44px rgba(0,0,0,.22);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.sb-product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(227,6,19,.55);
  box-shadow: 0 24px 55px rgba(0,0,0,.32);
}
.sb-product-card__visual { transition: transform .35s ease; }
.sb-product-card:hover .sb-product-card__visual { transform: scale(1.025); }
.sb-card-link { transition: transform .2s ease, background .2s ease; }
.sb-product-card:hover .sb-card-link { transform: translateX(3px); }

/* Usage section follows the same header navy language */
.sb-usage {
  position: relative;
  overflow: hidden;
  padding-top: 68px;
  padding-bottom: 68px;
  background: #071a31;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: #fff;
}
.sb-usage-item + .sb-usage-item::before { background: rgba(255,255,255,.12); }
.sb-usage-item {
  border-radius: 8px;
  transition: background .2s ease, transform .2s ease;
}
.sb-usage-item:hover { background: rgba(255,255,255,.055); transform: translateY(-4px); }
.sb-usage-item__icon {
  border-color: rgba(255,255,255,.24);
  background: rgba(255,255,255,.035);
  color: #fff;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.sb-usage-item:hover .sb-usage-item__icon { background: var(--sb-red); border-color: var(--sb-red); color: #fff; }
.sb-usage-item strong { color: #fff; }

/* Why us polish */
.sb-why { background: #fff; }
.sb-why-card { transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.sb-why-card:hover { transform: translateY(-4px); border-color: #d7dce2; box-shadow: 0 16px 36px rgba(7,26,49,.08); }

/* Facility */
.sb-facility { background: #f4f6f8; }
.sb-facility__layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
  align-items: center;
}
.sb-facility__content h2 {
  margin: 0 0 18px;
  color: var(--sb-navy);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.05;
}
.sb-facility__content > p:not(.sb-section-heading__eyebrow) { margin: 0 0 24px; color: var(--sb-muted); }
.sb-facility__features { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 16px; margin-bottom: 28px; }
.sb-facility__features span { position: relative; padding-left: 22px; color: #293548; font-size: 13px; font-weight: 800; }
.sb-facility__features span::before { content: "✓"; position: absolute; left: 0; color: var(--sb-red); }
.sb-facility__gallery {
  min-height: 430px;
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}
.sb-facility__photo {
  min-height: 200px;
  border-radius: 10px;
  background-image: linear-gradient(rgba(4,20,36,.08), rgba(4,20,36,.16)), url('assets/images/hero-factory.jpg');
  background-size: cover;
  box-shadow: 0 18px 40px rgba(7,26,49,.14);
}
.sb-facility__photo--large { grid-row: 1 / 3; background-position: 64% center; }
.sb-facility__photo--one { background-position: 78% 35%; }
.sb-facility__photo--two { background-position: 92% 70%; }

/* Quality */
.sb-quality { background: #fff; }
.sb-quality-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.sb-quality-badge {
  min-height: 155px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 24px;
  border: 1px solid var(--sb-border);
  border-radius: 8px;
  background: #fff;
  filter: grayscale(1);
  opacity: .8;
  transition: transform .2s ease, filter .2s ease, opacity .2s ease, border-color .2s ease;
}
.sb-quality-badge:hover { transform: translateY(-5px); filter: none; opacity: 1; border-color: #cfd5dd; }
.sb-quality-badge strong { color: var(--sb-navy); font-size: 32px; letter-spacing: -.04em; }
.sb-quality-badge span { color: var(--sb-muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }

/* CTA */
.sb-cta-band { padding: 48px 0; background: linear-gradient(110deg, #a7040c, #e30613); color: #fff; }
.sb-cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.sb-cta-band p { margin: 0 0 4px; font-size: 13px; font-weight: 800; text-transform: uppercase; opacity: .84; }
.sb-cta-band h2 { margin: 0; font-size: clamp(25px, 3vw, 36px); line-height: 1.15; }
.sb-cta-band .sb-button--primary { flex: 0 0 auto; background: #fff; border-color: #fff; color: var(--sb-red); }
.sb-cta-band .sb-button--primary:hover { background: #f6f7f8; border-color: #f6f7f8; }

/* Premium footer */
.site-footer--v5 { padding: 0; background: #041323; color: rgba(255,255,255,.67); }
.site-footer__grid { display: grid; grid-template-columns: 1.55fr .75fr .75fr 1.15fr; gap: 54px; padding-top: 60px; padding-bottom: 52px; }
.site-footer__brand .custom-logo-link { display: inline-flex; margin-bottom: 20px; padding: 10px 14px; border-radius: 6px; background: #fff; }
.site-footer__brand .custom-logo { max-width: 220px; max-height: 50px; }
.site-footer__title { display: block; margin-bottom: 18px; color: #fff; font-size: 22px; }
.site-footer h3 { margin: 0 0 18px; color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.site-footer__grid p { margin: 0; font-size: 13px; line-height: 1.7; }
.site-footer__grid a:not(.custom-logo-link) { display: block; margin: 0 0 9px; font-size: 13px; transition: color .18s ease, transform .18s ease; }
.site-footer__grid a:not(.custom-logo-link):hover { color: #fff; transform: translateX(2px); }
.site-footer__cta { margin-top: 14px !important; color: #fff; font-weight: 800; }
.site-footer__bottom { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); font-size: 12px; }
.site-footer__bottom p { margin: 0; }

/* Reveal animation */
.sb-reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.sb-reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .sb-reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 1080px) {
  .sb-trust-strip__grid { grid-template-columns: repeat(3, 1fr); padding: 8px 0; }
  .sb-trust-strip__grid span { padding: 10px; }
  .sb-trust-strip__grid span + span { border-left: 0; }
  .sb-facility__layout { gap: 38px; }
  .site-footer__grid { grid-template-columns: repeat(2, 1fr); gap: 38px; }
}
@media (max-width: 780px) {
  .sb-facility__layout { grid-template-columns: 1fr; }
  .sb-facility__gallery { min-height: 360px; }
  .sb-quality-grid { grid-template-columns: repeat(2, 1fr); }
  .sb-cta-band__inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 600px) {
  .sb-trust-strip__grid { grid-template-columns: 1fr 1fr; font-size: 10px; }
  .sb-facility__features { grid-template-columns: 1fr; }
  .sb-facility__gallery { grid-template-columns: 1fr; grid-template-rows: repeat(3, 180px); min-height: 0; }
  .sb-facility__photo--large { grid-row: auto; }
  .sb-quality-grid { grid-template-columns: 1fr 1fr; }
  .sb-quality-badge { min-height: 125px; padding: 18px; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 30px; padding-top: 44px; padding-bottom: 38px; }
  .site-footer__bottom { display: block; padding: 20px 0; }
  .site-footer__bottom p + p { margin-top: 7px; }
}

/* =========================================================
   V5.1 CONTACT PAGE
   ========================================================= */
.sb-contact-hero {
  padding: 72px 0 68px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 20%, rgba(34,79,128,.32), transparent 30%),
    linear-gradient(135deg, #06172b 0%, #071a31 55%, #0b2a50 100%);
}
.sb-contact-hero h1 { margin: 5px 0 12px; font-size: clamp(42px, 6vw, 66px); line-height: 1; letter-spacing: -.045em; }
.sb-contact-hero p:last-child { max-width: 690px; margin: 0; color: rgba(255,255,255,.74); font-size: 17px; }
.sb-contact-eyebrow { margin: 0; color: var(--sb-red); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.sb-contact-section { padding: 84px 0; background: #f5f7f9; }
.sb-contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 44px; align-items: start; }
.sb-contact-heading { margin-bottom: 26px; }
.sb-contact-heading h2, .sb-contact-form-wrap h2, .sb-contact-map-heading h2 { margin: 7px 0 10px; color: var(--sb-navy); font-size: clamp(30px, 3vw, 42px); line-height: 1.08; letter-spacing: -.035em; }
.sb-contact-heading > p:last-child, .sb-contact-form-intro { margin: 0; color: var(--sb-muted); }
.sb-contact-card { display: flex; align-items: flex-start; gap: 16px; padding: 20px; margin-bottom: 12px; border: 1px solid #e2e6eb; border-radius: 9px; background: #fff; box-shadow: 0 10px 24px rgba(7,26,49,.045); }
.sb-contact-card--link { transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.sb-contact-card--link:hover { transform: translateY(-2px); border-color: #ccd2da; box-shadow: 0 15px 30px rgba(7,26,49,.08); }
.sb-contact-icon { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 7px; background: #eef2f6; color: var(--sb-navy); font-size: 18px; font-weight: 900; }
.sb-contact-card strong { display: block; margin-bottom: 3px; color: var(--sb-navy); font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.sb-contact-card p { margin: 0; color: #596577; font-size: 14px; line-height: 1.6; }
.sb-contact-card--whatsapp { position: relative; align-items: center; color: #fff; border-color: #128c5e; background: #128c5e; box-shadow: 0 16px 32px rgba(18,140,94,.17); }
.sb-contact-card--whatsapp .sb-contact-icon { color: #128c5e; background: #fff; }
.sb-contact-card--whatsapp strong, .sb-contact-card--whatsapp p { color: #fff; }
.sb-contact-arrow { margin-left: auto; font-size: 24px; }
.sb-contact-form-wrap { padding: 38px; border-radius: 12px; background: #fff; box-shadow: 0 22px 55px rgba(7,26,49,.09); }
.sb-contact-form-intro { margin-bottom: 28px; }
.sb-contact-form { display: grid; gap: 18px; }
.sb-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.sb-contact-form label { display: grid; gap: 7px; color: #263246; font-size: 12px; font-weight: 800; }
.sb-contact-form label > span { color: var(--sb-red); }
.sb-contact-form input:not([type="checkbox"]), .sb-contact-form textarea { width: 100%; border: 1px solid #dce1e7; border-radius: 7px; background: #fbfcfd; color: var(--sb-text); outline: none; padding: 13px 14px; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.sb-contact-form textarea { resize: vertical; min-height: 145px; }
.sb-contact-form input:focus, .sb-contact-form textarea:focus { border-color: #9faabb; background: #fff; box-shadow: 0 0 0 3px rgba(7,26,49,.07); }
.sb-kvkk-check { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 9px !important; font-weight: 600 !important; color: #5d6878 !important; line-height: 1.45; }
.sb-kvkk-check input { margin-top: 3px; }
.sb-kvkk-check span { color: inherit !important; }
.sb-kvkk-check a { color: var(--sb-red); text-decoration: underline; text-underline-offset: 2px; }
.sb-contact-submit { justify-content: center; min-height: 50px; border: 0; cursor: pointer; }
.sb-form-message { margin: 20px 0 22px; padding: 13px 15px; border-radius: 7px; font-size: 13px; font-weight: 700; }
.sb-form-message--success { color: #17633e; background: #eaf7f0; border: 1px solid #c8e9d7; }
.sb-form-message--error { color: #9a2530; background: #fff0f1; border: 1px solid #f1cdd1; }
.sb-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.sb-contact-map-section { padding: 74px 0 86px; background: #fff; }
.sb-contact-map-heading { display: flex; justify-content: space-between; align-items: end; gap: 36px; margin-bottom: 28px; }
.sb-contact-map-heading > p { max-width: 440px; margin: 0 0 7px; color: var(--sb-muted); }
.sb-contact-map { overflow: hidden; height: 430px; border-radius: 12px; border: 1px solid #dfe4ea; box-shadow: 0 20px 45px rgba(7,26,49,.08); }
.sb-contact-map iframe { width: 100%; height: 100%; border: 0; display: block; }
@media (max-width: 900px) {
  .sb-contact-grid { grid-template-columns: 1fr; }
  .sb-contact-map-heading { display: block; }
  .sb-contact-map-heading > p { max-width: none; }
}
@media (max-width: 600px) {
  .sb-contact-hero { padding: 54px 0; }
  .sb-contact-section { padding: 54px 0; }
  .sb-contact-form-wrap { padding: 24px 18px; }
  .sb-form-row { grid-template-columns: 1fr; }
  .sb-contact-map-section { padding: 54px 0 64px; }
  .sb-contact-map { height: 330px; }
}


/* =========================================================
   FINAL 1.0.1 - CONTACT PRIVACY NOTICE + KVKK LEGAL PAGE
   ========================================================= */
.sb-kvkk-notice {
  margin: 0;
  padding: 13px 15px;
  border-left: 3px solid var(--sb-red);
  border-radius: 5px;
  background: #f6f8fa;
  color: #596577;
  font-size: 12px;
  line-height: 1.6;
}
.sb-kvkk-notice a { color: var(--sb-red); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.sb-contact-location-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 32px 34px;
  border: 1px solid #dfe4ea;
  border-radius: 12px;
  background: linear-gradient(135deg, #f8fafc, #fff);
  box-shadow: 0 20px 45px rgba(7,26,49,.07);
}
.sb-contact-location-card strong { display: block; margin-bottom: 7px; color: var(--sb-navy); font-size: 18px; }
.sb-contact-location-card p { max-width: 760px; margin: 0; color: var(--sb-muted); line-height: 1.65; }

.sb-legal-hero {
  padding: 70px 0 64px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 15%, rgba(34,79,128,.28), transparent 28%),
    linear-gradient(135deg, #06172b 0%, #071a31 58%, #0b2a50 100%);
}
.sb-legal-hero h1 { margin: 5px 0 12px; font-size: clamp(38px, 5vw, 60px); line-height: 1.02; letter-spacing: -.04em; }
.sb-legal-hero > .sb-container > p:last-child { max-width: 760px; margin: 0; color: rgba(255,255,255,.72); font-size: 16px; }
.sb-legal-section { padding: 76px 0 90px; background: #f5f7f9; }
.sb-legal-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 44px; align-items: start; }
.sb-legal-content { padding: 42px 46px; border: 1px solid #e1e5ea; border-radius: 12px; background: #fff; box-shadow: 0 18px 48px rgba(7,26,49,.07); }
.sb-legal-content h2 { margin: 34px 0 12px; color: var(--sb-navy); font-size: 22px; line-height: 1.25; }
.sb-legal-content h2:first-of-type { margin-top: 24px; }
.sb-legal-content p, .sb-legal-content li { color: #4d596a; font-size: 14px; line-height: 1.8; }
.sb-legal-content ul { padding-left: 22px; }
.sb-legal-content li + li { margin-top: 5px; }
.sb-legal-content a { color: var(--sb-red); font-weight: 700; }
.sb-legal-updated { margin: 0; padding-bottom: 20px; border-bottom: 1px solid #ebedf0; font-size: 12px !important; }
.sb-legal-contact-box { margin: 18px 0 8px; padding: 20px 22px; border-radius: 8px; background: #f6f8fa; border-left: 3px solid var(--sb-red); }
.sb-legal-contact-box p { margin: 0; }
.sb-legal-contact-box p + p { margin-top: 6px; }
.sb-legal-sidebar { position: sticky; top: 100px; display: grid; gap: 14px; }
.sb-legal-sidebar-card { padding: 26px; border-radius: 10px; color: rgba(255,255,255,.75); background: #071a31; box-shadow: 0 18px 40px rgba(7,26,49,.12); }
.sb-legal-sidebar-card h3 { margin: 6px 0 10px; color: #fff; font-size: 22px; }
.sb-legal-sidebar-card p { margin: 0 0 18px; font-size: 13px; line-height: 1.7; }
.sb-legal-sidebar-card a { display: block; margin-top: 8px; color: #fff; font-size: 13px; font-weight: 700; }
.sb-legal-back { justify-content: center; }
.site-footer__bottom a { color: rgba(255,255,255,.72); }
.site-footer__bottom a:hover { color: #fff; }
@media (max-width: 900px) {
  .sb-legal-layout { grid-template-columns: 1fr; }
  .sb-legal-sidebar { position: static; }
  .sb-contact-location-card { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 600px) {
  .sb-legal-hero { padding: 52px 0; }
  .sb-legal-section { padding: 52px 0 64px; }
  .sb-legal-content { padding: 26px 20px; }
  .sb-contact-location-card { padding: 24px 20px; }
}


/* =========================================================
   FINAL 1.1.0 - LEGAL PAGES, CERTIFICATES, FOOTER LINKS
   ========================================================= */
.sb-legal-links { display:flex; flex-wrap:wrap; gap:10px 18px; align-items:center; }
.sb-legal-links a { font-size:12px; }
.sb-legal-note { margin: 18px 0; padding: 15px 17px; border-radius: 7px; background:#f6f8fa; border-left:3px solid var(--sb-red); color:#566274; font-size:13px; line-height:1.7; }
.sb-legal-content table { width:100%; border-collapse:collapse; margin:20px 0 28px; font-size:13px; }
.sb-legal-content th, .sb-legal-content td { padding:12px 13px; border:1px solid #e2e6eb; text-align:left; vertical-align:top; }
.sb-legal-content th { background:#f6f8fa; color:var(--sb-navy); }
.sb-cert-hero { padding:72px 0 64px; color:#fff; background:linear-gradient(135deg,#06172b,#0a2b53); }
.sb-cert-hero h1 { margin:6px 0 12px; font-size:clamp(38px,5vw,60px); line-height:1.02; letter-spacing:-.04em; }
.sb-cert-hero p:last-child { max-width:760px; margin:0; color:rgba(255,255,255,.72); }
.sb-cert-section { padding:76px 0 90px; background:#f5f7f9; }
.sb-cert-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.sb-cert-card { min-height:210px; padding:30px; border:1px solid #e1e5ea; border-radius:12px; background:#fff; box-shadow:0 16px 38px rgba(7,26,49,.06); }
.sb-cert-card__icon { width:48px; height:48px; display:grid; place-items:center; margin-bottom:20px; border-radius:9px; background:#eef2f6; color:var(--sb-navy); font-weight:900; }
.sb-cert-card h2 { margin:0 0 9px; color:var(--sb-navy); font-size:20px; }
.sb-cert-card p { margin:0; color:var(--sb-muted); font-size:14px; }
.sb-cert-notice { margin-top:26px; padding:20px 22px; border-radius:10px; background:#071a31; color:rgba(255,255,255,.78); font-size:13px; }
.sb-cert-notice strong { color:#fff; }
@media(max-width:900px){ .sb-cert-grid{grid-template-columns:1fr;} .sb-legal-links{display:grid;} }
\n\n/* Corporate page - 1.1.1 */
.sb-corporate-hero { background: linear-gradient(135deg,var(--sb-navy),#0b2749); color:#fff; padding:72px 0 64px; }
.sb-corporate-hero__eyebrow { margin:0 0 10px; color:var(--sb-red); font-size:13px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.sb-corporate-hero h1 { margin:0; max-width:800px; font-size:clamp(42px,5vw,70px); line-height:1.02; letter-spacing:-.045em; }
.sb-corporate-hero p { max-width:760px; margin:20px 0 0; color:#d6dfeb; font-size:18px; }
.sb-corporate-section { padding:72px 0; }
.sb-corporate-section--soft { background:#f6f8fb; }
.sb-corporate-grid { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr); gap:54px; align-items:start; }
.sb-corporate-kicker { color:var(--sb-red); font-size:13px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.sb-corporate-title { margin:8px 0 20px; color:var(--sb-navy); font-size:clamp(32px,4vw,48px); line-height:1.08; letter-spacing:-.035em; }
.sb-corporate-copy p { margin:0 0 17px; color:#475467; font-size:16px; }
.sb-history-card { border:1px solid #e6eaf0; border-radius:14px; background:#fff; padding:28px; box-shadow:0 18px 50px rgba(7,26,49,.07); }
.sb-history-item { display:grid; grid-template-columns:72px 1fr; gap:18px; padding:18px 0; border-bottom:1px solid #edf0f4; }
.sb-history-item:last-child { border-bottom:0; }
.sb-history-year { color:var(--sb-red); font-size:24px; line-height:1; font-weight:900; }
.sb-history-item strong { display:block; margin-bottom:5px; color:var(--sb-navy); font-size:16px; }
.sb-history-item span { display:block; color:#667085; font-size:14px; line-height:1.55; }
.sb-corporate-stats { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); border:1px solid #e6eaf0; border-radius:14px; overflow:hidden; background:#fff; }
.sb-corporate-stat { padding:28px 20px; text-align:center; border-right:1px solid #e6eaf0; }
.sb-corporate-stat:last-child { border-right:0; }
.sb-corporate-stat strong { display:block; color:var(--sb-navy); font-size:34px; line-height:1.05; }
.sb-corporate-stat span { display:block; margin-top:7px; color:#667085; font-size:13px; }
.sb-sector-tags { display:flex; flex-wrap:wrap; gap:10px; margin-top:26px; }
.sb-sector-tags span { display:inline-flex; align-items:center; min-height:38px; padding:7px 13px; border:1px solid #dfe5ec; border-radius:999px; background:#fff; color:#344054; font-size:13px; font-weight:700; }
.sb-principles { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:14px; margin-top:28px; }
.sb-principle { min-height:140px; padding:22px; border-radius:12px; background:var(--sb-navy); color:#fff; }
.sb-principle b { display:block; margin-bottom:10px; color:var(--sb-red); font-size:13px; }
.sb-principle strong { display:block; font-size:16px; line-height:1.3; }
.sb-corporate-cta { display:flex; justify-content:space-between; gap:28px; align-items:center; padding:34px 38px; border-radius:14px; background:var(--sb-red); color:#fff; }
.sb-corporate-cta h2 { margin:0 0 5px; font-size:28px; }
.sb-corporate-cta p { margin:0; opacity:.9; }
.sb-corporate-cta a { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:0 22px; border:1px solid rgba(255,255,255,.55); border-radius:6px; font-weight:800; white-space:nowrap; }
@media (max-width:900px){ .sb-corporate-grid{grid-template-columns:1fr}.sb-corporate-stats{grid-template-columns:repeat(2,1fr)}.sb-corporate-stat:nth-child(2){border-right:0}.sb-corporate-stat:nth-child(-n+2){border-bottom:1px solid #e6eaf0}.sb-principles{grid-template-columns:repeat(2,1fr)}.sb-corporate-cta{align-items:flex-start;flex-direction:column}.site-branding{min-width:0} }
@media (max-width:560px){ .sb-corporate-hero{padding:54px 0 48px}.sb-corporate-section{padding:54px 0}.sb-corporate-stats{grid-template-columns:1fr}.sb-corporate-stat{border-right:0;border-bottom:1px solid #e6eaf0}.sb-corporate-stat:last-child{border-bottom:0}.sb-principles{grid-template-columns:1fr} }

/* Final 1.2 - Product and document management */
.sb-catalog-hero{background:linear-gradient(135deg,var(--sb-navy),var(--sb-navy-2));color:#fff;padding:72px 0 64px}.sb-catalog-hero--compact{padding:52px 0}.sb-catalog-hero h1,.sb-cert-hero h1{font-size:clamp(36px,5vw,60px);line-height:1.05;margin:8px 0 18px}.sb-catalog-hero p{max-width:780px;color:rgba(255,255,255,.82)}.sb-catalog-section,.sb-documents-section,.sb-product-detail{padding:72px 0;background:#fff}.sb-category-grid,.sb-product-grid,.sb-document-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.sb-category-card,.sb-product-card,.sb-document-card{border:1px solid var(--sb-border);background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 12px 35px rgba(7,26,49,.06);transition:.25s ease}.sb-category-card:hover,.sb-product-card:hover,.sb-document-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(7,26,49,.12)}.sb-category-card{padding:28px}.sb-category-card__icon{width:48px;height:48px;border-radius:12px;background:var(--sb-navy);color:#fff;display:grid;place-items:center;font-weight:700;margin-bottom:20px}.sb-category-card h2{font-size:22px;margin:0 0 8px}.sb-category-card p{color:var(--sb-muted);min-height:52px}.sb-text-link{display:inline-flex;margin-top:12px;color:var(--sb-red);font-weight:700}.sb-product-card__image{display:grid;place-items:center;aspect-ratio:4/3;background:#f3f5f7;overflow:hidden;color:var(--sb-muted)}.sb-product-card__image img{width:100%;height:100%;object-fit:contain;padding:18px}.sb-product-card__body{padding:22px}.sb-product-card__body h2{font-size:21px;line-height:1.3;margin:6px 0 10px}.sb-product-code,.sb-document-number{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.08em;color:var(--sb-red);text-transform:uppercase}.sb-product-detail__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;align-items:start}.sb-product-detail__media{background:#f5f7f9;border-radius:20px;padding:28px;min-height:420px;display:grid;place-items:center}.sb-product-detail__media img{max-height:560px;object-fit:contain}.sb-product-placeholder,.sb-empty-state{padding:48px;border:1px dashed #cbd5e1;border-radius:18px;text-align:center;color:var(--sb-muted);background:#f8fafc}.sb-spec-list{margin:0 0 28px;border-top:1px solid var(--sb-border)}.sb-spec-list>div{display:grid;grid-template-columns:160px 1fr;gap:18px;padding:13px 0;border-bottom:1px solid var(--sb-border)}.sb-spec-list dt{font-weight:700}.sb-spec-list dd{margin:0;color:var(--sb-muted)}.sb-product-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.sb-btn--outline-dark{border:1px solid var(--sb-navy);color:var(--sb-navy);background:#fff}.sb-document-group{margin-bottom:58px}.sb-section-heading span{font-size:12px;font-weight:800;letter-spacing:.12em;color:var(--sb-red)}.sb-section-heading h2{font-size:32px;margin:5px 0 24px}.sb-document-card__preview{display:block;aspect-ratio:4/3;background:#f3f5f7;overflow:hidden}.sb-document-card__preview img{width:100%;height:100%;object-fit:contain;padding:14px}.sb-document-card__body{padding:22px}.sb-document-card__body h3{font-size:19px;line-height:1.35;margin:7px 0 10px}.sb-document-card__body p{color:var(--sb-muted);font-size:14px}.sb-document-single{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.7fr);gap:42px;align-items:start}.sb-document-single__image{background:#f5f7f9;padding:20px;border-radius:18px}.sb-document-single__image img{width:100%;height:auto}.sb-pagination{margin-top:36px}.sb-pagination .nav-links{display:flex;gap:8px;flex-wrap:wrap}.sb-pagination .page-numbers{padding:8px 12px;border:1px solid var(--sb-border);border-radius:8px}.sb-pagination .current{background:var(--sb-navy);color:#fff;border-color:var(--sb-navy)}
@media(max-width:900px){.sb-category-grid,.sb-product-grid,.sb-document-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sb-product-detail__grid,.sb-document-single{grid-template-columns:1fr}.sb-product-detail__media{min-height:300px}}
@media(max-width:620px){.sb-category-grid,.sb-product-grid,.sb-document-grid{grid-template-columns:1fr}.sb-catalog-section,.sb-documents-section,.sb-product-detail{padding:48px 0}.sb-spec-list>div{grid-template-columns:1fr;gap:2px}.sb-catalog-hero{padding:52px 0 46px}}


/* Final 1.2.1 - layout polish */
@media (min-width: 1100px) {
  .sb-products .sb-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
  .sb-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
  .sb-document-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
}
.sb-category-card { padding: 22px; border-radius: 14px; }
.sb-category-card__icon { width: 42px; height: 42px; margin-bottom: 15px; border-radius: 10px; }
.sb-category-card h2 { font-size: 19px; }
.sb-category-card p { min-height: 44px; font-size: 13px; line-height: 1.55; }
.sb-document-card { border-radius: 14px; }
.sb-document-card__preview { aspect-ratio: 3 / 2; }
.sb-document-card__preview img { padding: 10px; }
.sb-document-card__body { padding: 18px; }
.sb-document-card__body h3 { font-size: 17px; }
.sb-document-card__body p { font-size: 13px; line-height: 1.55; }
.sb-document-group { margin-bottom: 42px; }


/* Final 1.2.2 - page hero imagery and document cleanup */
.sb-catalog-hero,
.sb-cert-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4,19,37,.96) 0%, rgba(7,26,49,.90) 44%, rgba(7,26,49,.64) 100%),
    url('assets/images/hero-factory.jpg') center 46% / cover no-repeat;
}
.sb-catalog-hero::after,
.sb-cert-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.18));
  pointer-events: none;
}
.sb-catalog-hero .sb-container,
.sb-cert-hero .sb-container { position: relative; z-index: 1; }
.sb-catalog-hero p,
.sb-cert-hero p:last-child { color: rgba(255,255,255,.88); text-shadow: 0 1px 2px rgba(0,0,0,.25); }
.sb-catalog-hero h1,
.sb-cert-hero h1 { text-shadow: 0 2px 10px rgba(0,0,0,.28); }
@media (max-width: 700px) {
  .sb-catalog-hero,
  .sb-cert-hero { background-position: 58% center; }
}
