/* Abitec — Premium Gastronomy POS Website */
:root {
  --bg: #ffffff;
  --bg-soft: #f7f8fa;
  --bg-dark: #0b0b0d;
  --bg-hero: #0a0a0c;
  --text: #1a1a1e;
  --text-muted: #5c5f6a;
  --text-light: #f5f5f7;
  --text-soft: #c8c9d0;
  --primary: #f5a623;
  --primary-hover: #e09412;
  --primary-soft: rgba(245, 166, 35, 0.12);
  --border: #e6e8ee;
  --border-dark: rgba(255, 255, 255, 0.08);
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 10px 40px rgba(15, 15, 20, 0.08);
  --shadow-lg: 0 24px 60px rgba(15, 15, 20, 0.14);
  --font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --container: 1180px;
  --nav-h: 124px;
  --transition: 0.22s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
ul { list-style: none; }

.container {
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
}

/* —— Top bar / Nav —— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11, 11, 13, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-dark);
}

/* Utility strip (location · email · social) — header.png */
.top-bar {
  background: #fff;
  border-bottom: 1px solid #eceef3;
  color: #6b6f7a;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}
.top-bar-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0;
  flex-wrap: wrap;
}
.top-bar-contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem 0.75rem;
  min-width: 0;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #5c5f69;
}
.top-bar-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: inherit;
  min-width: 0;
  text-decoration: none;
  transition: color 0.15s ease;
}
.top-bar-item span:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: min(42vw, 280px);
}
a.top-bar-item:hover {
  color: #1a1a1e;
}
.top-bar-icon {
  display: inline-flex;
  flex-shrink: 0;
  color: #6b6f7a;
}
.top-bar-icon svg {
  width: 15px;
  height: 15px;
}
.top-bar-sep {
  color: #c8cad2;
  font-weight: 400;
  user-select: none;
  line-height: 1;
  font-size: 0.95rem;
}
.top-bar-social {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  margin-left: auto;
}
.top-bar-social-btn {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #f2f3f6;
  color: #5c5f69;
  border: 1px solid #e4e6ec;
  box-shadow: 0 1px 2px rgba(15, 20, 30, 0.04);
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.top-bar-social-btn svg {
  width: 15px;
  height: 15px;
}
.top-bar-social-btn:hover {
  background: #e8eaef;
  color: #1a1a1e;
  border-color: #d5d8e0;
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(15, 20, 30, 0.08);
}

.nav {
  height: var(--nav-h);
  max-height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  overflow: hidden;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
  max-width: none;
}
/* Header logo — ~15% larger than previous 96px base */
.site-header .logo,
.site-header .logo--image-only {
  max-width: 115px;
  width: auto;
  flex: 0 0 auto;
}
.site-header .logo-img,
.logo-img {
  width: 110px !important;
  height: 110px !important;
  max-width: 110px !important;
  max-height: 110px !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  border-radius: 10px;
  flex-shrink: 0;
  margin: 0 !important;
}
.footer-brand .logo,
.footer-brand .logo--image-only {
  max-width: 60px;
}
.footer-brand .logo-img {
  width: 52px !important;
  height: 52px !important;
  max-width: 52px !important;
  max-height: 52px !important;
}
.logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: conic-gradient(from 200deg, #f5a623, #ffcf70, #c4782a, #f5a623);
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.18);
}
.logo-mark span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--bg-dark);
  box-shadow: inset 0 0 0 3px #f5a623;
}
.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.logo-text strong {
  color: #fff;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  font-weight: 800;
}
.logo-text small {
  color: var(--primary);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}
.nav-links {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.05rem;
  min-width: 0;
}
.nav-links a {
  color: var(--text-soft);
  font-size: 0.82rem;
  font-weight: 500;
  padding: 0.45rem 0.5rem;
  border-radius: 8px;
  white-space: nowrap;
  transition: color var(--transition), background var(--transition);
}
.nav-links a:hover,
.nav-links a.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.nav-toggle {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.nav-toggle svg { width: 24px; height: 24px; }

/* —— Buttons —— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.78rem 1.35rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all var(--transition);
  white-space: nowrap;
}
.btn-primary {
  background: var(--primary);
  color: #1a1200;
  border-color: var(--primary);
}
.btn-primary:hover {
  background: var(--primary-hover);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(245, 166, 35, 0.35);
}
.btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}
.btn-outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.06);
}
.btn-outline-dark {
  background: transparent;
  color: var(--text);
  border-color: var(--border);
}
.btn-outline-dark:hover {
  border-color: var(--text);
  background: var(--bg-soft);
}
.btn-lg { padding: 0.95rem 1.7rem; font-size: 1rem; }
.btn-sm { padding: 0.5rem 0.9rem; font-size: 0.85rem; }

/* —— Hero —— */
.hero {
  position: relative;
  background: var(--bg-hero);
  color: #fff;
  overflow: hidden;
  min-height: calc(100vh - var(--nav-h));
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 40%, rgba(245, 166, 35, 0.12), transparent 55%),
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(120, 80, 30, 0.15), transparent 50%),
    linear-gradient(180deg, rgba(0,0,0,0.25), rgba(0,0,0,0.55));
  z-index: 1;
  pointer-events: none;
}
.hero--photo::before {
  background: radial-gradient(ellipse 70% 50% at 20% 40%, rgba(245, 166, 35, 0.08), transparent 55%);
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background:
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.015'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),
    linear-gradient(135deg, #0a0a0c 0%, #1a1208 45%, #0d0d10 100%);
  background-size: auto, cover;
  background-position: center;
  z-index: 0;
}
.hero--photo .hero-bg {
  background-color: #0a0a0c;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  pointer-events: none;
}
/* full-width centered container inside flex hero */
.hero > .container.hero-inner,
.hero-inner.container {
  position: relative;
  z-index: 2;
  width: min(100% - 2.5rem, var(--container));
  max-width: var(--container);
  margin-inline: auto;
  flex: 0 1 auto;
  box-sizing: border-box;
}
.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: 4.5rem 0 5rem;
}
.hero--no-side .hero-inner {
  grid-template-columns: minmax(0, 1fr);
  max-width: var(--container);
  margin-inline: auto;
}
.hero--no-side .hero-content {
  max-width: 40rem;
}
.hero-content {
  min-width: 0;
}
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 100%;
  max-width: 540px;
  margin-inline: auto;
  justify-self: center;
}
.hero-side-img {
  width: auto;
  max-width: min(500px, 100%);
  max-height: 440px;
  height: auto;
  object-fit: contain;
  border-radius: 18px;
  filter: drop-shadow(0 28px 50px rgba(0, 0, 0, 0.55));
  position: relative;
  z-index: 1;
  margin-inline: auto;
}
.hero-side-glow {
  position: absolute;
  width: min(280px, 70%);
  height: min(280px, 70%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 166, 35, 0.28), transparent 70%);
  filter: blur(10px);
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.hero-content h1 {
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 1.1rem;
  white-space: pre-line;
}
.hero-content .lead {
  color: var(--text-soft);
  font-size: 1.08rem;
  max-width: 34rem;
  margin-bottom: 1.4rem;
}
.hero-bullets {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1.8rem;
}
.hero-bullets li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #e8e8ec;
  font-size: 0.98rem;
}
.hero-bullets .ico {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--primary);
  color: #1a1200;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.hero-bullets .ico svg { width: 13px; height: 13px; }
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

/* —— Trust bar —— */
.trust-bar {
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 1.6rem 0;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: center;
}
.trust-item .ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-soft);
  color: var(--primary);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.trust-item .ico svg { width: 20px; height: 20px; }
.trust-item strong {
  display: block;
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.2;
}
.trust-item span {
  display: block;
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* —— Sections —— */
.section {
  padding: 4.5rem 0;
}
.section-soft { background: var(--bg-soft); }
.section-head {
  text-align: center;
  margin-bottom: 2.5rem;
}
.section-head h2 {
  font-size: clamp(1.7rem, 3vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.6rem;
}
.section-head p {
  color: var(--text-muted);
  max-width: 36rem;
  margin: 0 auto;
}

/* —— Categories —— */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
.cat-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 3/4.2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
  background: #1a1a1e;
}
.cat-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.cat-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}
.cat-card:hover .cat-card-bg { transform: scale(1.06); }
.cat-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,0.85) 100%);
}
.cat-card-body {
  position: relative;
  z-index: 2;
  padding: 1.1rem;
  text-align: center;
}
.cat-card .cat-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 0.6rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cat-card .cat-icon svg { width: 20px; height: 20px; }
.cat-card h3 {
  font-size: 0.98rem;
  font-weight: 700;
}
.cat-card p {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 0.2rem;
}

/* —— Advantages —— */
.adv-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}
.adv-card {
  text-align: center;
  padding: 0.5rem;
}
.adv-card .ico {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  color: var(--text-muted);
  display: grid;
  place-items: center;
}
.adv-card .ico svg { width: 26px; height: 26px; }
.adv-card h3 {
  font-size: 1.02rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.adv-card p {
  color: var(--text-muted);
  font-size: 0.9rem;
}

/* —— Hardware / Products —— */
.hw-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
}
.hw-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem 1rem 1.25rem;
  text-align: center;
  transition: box-shadow var(--transition), transform var(--transition);
}
.hw-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}
.hw-card .thumb {
  height: 110px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
}
.hw-card .thumb img {
  max-height: 100px;
  object-fit: contain;
}
.hw-card .thumb-placeholder {
  width: 88px;
  height: 88px;
  border-radius: 16px;
  background: linear-gradient(145deg, #2a2a30, #121216);
  box-shadow: 0 12px 28px rgba(0,0,0,0.18);
  display: grid;
  place-items: center;
  color: var(--primary);
}
.hw-card .thumb-placeholder svg { width: 36px; height: 36px; }
.hw-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.hw-card p {
  color: var(--text-muted);
  font-size: 0.88rem;
}
.section-cta-wrap {
  text-align: center;
  margin-top: 2.25rem;
}

/* —— Testimonials slider —— */
.section-head--slider {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  text-align: left;
}
.section-head--slider > div:first-child {
  flex: 1;
  min-width: 0;
}
.section-head--slider h2 { margin-bottom: 0.45rem; }
.section-head--slider p {
  margin: 0;
  max-width: 36rem;
  text-align: left;
}
.testimonials-nav {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}
.testimonials-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background var(--transition), border-color var(--transition), color var(--transition), box-shadow var(--transition);
}
.testimonials-btn svg { width: 20px; height: 20px; }
.testimonials-btn:hover {
  background: var(--bg-dark);
  border-color: var(--bg-dark);
  color: #fff;
  box-shadow: var(--shadow);
}
.testimonials-btn:disabled {
  opacity: 0.4;
  cursor: default;
  box-shadow: none;
}
.testimonials-btn:disabled:hover {
  background: #fff;
  border-color: var(--border);
  color: var(--text);
}
.testimonials-slider {
  position: relative;
}
.testimonials-track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 0.35rem 0.15rem 1rem;
  margin: 0 -0.15rem;
  scrollbar-width: none;
}
.testimonials-track::-webkit-scrollbar { display: none; }
.testimonial-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem 1.4rem 1.35rem;
  box-shadow: 0 8px 28px rgba(15, 15, 20, 0.04);
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  flex: 0 0 calc((100% - 2.5rem) / 3);
  max-width: calc((100% - 2.5rem) / 3);
  min-height: 260px;
  scroll-snap-align: start;
  transition: box-shadow var(--transition), transform var(--transition);
}
.testimonial-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}
.testimonials-dots {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.35rem;
}
.testimonials-dots button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: #d0d3db;
  cursor: pointer;
  transition: width var(--transition), background var(--transition);
}
.testimonials-dots button.is-active {
  width: 22px;
  background: var(--primary);
}

/* —— Google Map —— */
.map-section {
  padding-top: 1.5rem;
}
.map-card {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 1.25rem;
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  box-shadow: 0 10px 36px rgba(15, 15, 20, 0.06);
}
.map-frame {
  position: relative;
  min-height: 360px;
  background: #e9ecf1;
}
.map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.map-info {
  padding: 1.75rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  justify-content: center;
}
.map-info h3 {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.25rem;
}
.map-info-line {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0;
}
.map-info-line a {
  color: var(--text);
  text-decoration: none;
}
.map-info-line a:hover { color: var(--primary); }
.map-info-ico {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--primary-soft);
  color: var(--primary);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.map-info-ico svg { width: 16px; height: 16px; }
.map-directions {
  margin-top: 0.75rem;
  align-self: flex-start;
}
.testimonial-stars {
  display: flex;
  gap: 0.15rem;
  color: #d8dbe3;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.testimonial-stars .star.is-on { color: var(--primary); }
.testimonial-quote {
  flex: 1;
  margin: 0;
}
.testimonial-quote p {
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.65;
  position: relative;
}
.testimonial-quote p::before {
  content: "“";
  color: var(--primary);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 0;
  margin-right: 0.15rem;
  vertical-align: -0.2em;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.35rem;
  border-top: 1px solid var(--border);
}
.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.testimonial-avatar--initials {
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #2a2a30, #121216);
  color: var(--primary);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}
.testimonial-author strong {
  display: block;
  font-size: 0.95rem;
  line-height: 1.25;
}
.testimonial-author span {
  display: block;
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.35;
  margin-top: 0.1rem;
}

/* —— Products list page —— */
.page-hero {
  background: var(--bg-dark);
  color: #fff;
  padding: 3.5rem 0 2.75rem;
}
.page-hero h1 {
  font-size: clamp(1.9rem, 3.5vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.page-hero p { color: var(--text-soft); max-width: 36rem; }
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 0.85rem;
  color: var(--text-soft);
  margin-bottom: 1rem;
}
.breadcrumb a:hover { color: var(--primary); }
.breadcrumb span { opacity: 0.5; }

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.75rem;
  align-items: center;
}
.filters a, .filters .chip {
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text-muted);
  background: #fff;
  transition: all var(--transition);
}
.filters a:hover, .filters a.active {
  background: var(--bg-dark);
  color: #fff;
  border-color: var(--bg-dark);
}
.search-box {
  display: flex;
  margin-left: auto;
  border: 1px solid var(--border);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}
.search-box input {
  border: 0;
  padding: 0.5rem 1rem;
  min-width: 200px;
  outline: none;
}
.search-box button {
  border: 0;
  background: var(--bg-dark);
  color: #fff;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.product-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: box-shadow var(--transition), transform var(--transition);
  display: flex;
  flex-direction: column;
}
.product-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}
.product-card .img-wrap {
  height: 180px;
  background: var(--bg-soft);
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--border);
}
.product-card .img-wrap img {
  max-height: 150px;
  object-fit: contain;
}
.product-card .body {
  padding: 1.15rem 1.2rem 1.3rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-card .type-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--primary);
  background: var(--primary-soft);
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  margin-bottom: 0.5rem;
  width: fit-content;
}
.product-card h3 {
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
.product-card p {
  color: var(--text-muted);
  font-size: 0.9rem;
  flex: 1;
}
.product-card .meta {
  margin-top: 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.product-card .price {
  font-weight: 700;
  color: var(--text);
}

/* —— Product detail —— */
.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2.5rem;
  align-items: start;
}
.detail-media {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  min-height: 360px;
  display: grid;
  place-items: center;
  padding: 2rem;
}
.detail-media img { max-height: 320px; object-fit: contain; }
.detail-body .type-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--primary);
  background: var(--primary-soft);
  padding: 0.25rem 0.65rem;
  border-radius: 6px;
  margin-bottom: 0.75rem;
}
.detail-body h1 {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}
.detail-body .lead {
  color: var(--text-muted);
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
}
.detail-body .content {
  color: var(--text);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.detail-body .content p { margin-bottom: 0.85rem; }
.detail-body .content h2, .detail-body .content h3 { margin: 1.2rem 0 0.5rem; }
.detail-price {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
}
.prose {
  max-width: 720px;
  line-height: 1.75;
}
.prose h2 { font-size: 1.5rem; margin: 1.5rem 0 0.6rem; }
.prose h3 { font-size: 1.2rem; margin: 1.2rem 0 0.5rem; }
.prose p { margin-bottom: 0.9rem; color: var(--text); }
.prose ul { margin: 0.5rem 0 1rem 1.2rem; list-style: disc; color: var(--text-muted); }
.prose--legal { max-width: 820px; }
.prose--legal a { color: var(--primary); text-decoration: underline; text-underline-offset: 2px; }
.prose--legal a:hover { color: var(--primary-hover); }
.legal-meta {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 1.25rem !important;
}
.legal-disclaimer {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
  font-size: 0.88rem;
  color: var(--text-muted);
}
.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  margin: 0.75rem 0 1.25rem;
}
.legal-table th,
.legal-table td {
  border: 1px solid var(--border);
  padding: 0.55rem 0.65rem;
  text-align: left;
  vertical-align: top;
}
.legal-table th {
  background: var(--bg-soft);
  font-weight: 600;
}
.legal-table code {
  font-size: 0.82em;
  background: var(--bg-soft);
  padding: 0.1em 0.35em;
  border-radius: 4px;
}
.footer-legal {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.35rem;
  justify-content: flex-end;
}
.footer-cookie-btn {
  background: none;
  border: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer-cookie-btn:hover { color: var(--primary); }

/* —— Cookie consent (TTDSG / DSGVO) —— */
.cc-root { position: relative; z-index: 1000; }
.cc-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  background: #fff;
  border-top: 1px solid var(--border);
  box-shadow: 0 -12px 40px rgba(15, 15, 20, 0.12);
  padding: 1.1rem 0 1.25rem;
}
.cc-banner-inner {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem 1.5rem;
  align-items: end;
}
.cc-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.4rem;
}
.cc-text {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.55;
  max-width: 52rem;
}
.cc-text a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cc-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}
.cc-btn { font-size: 0.88rem !important; padding: 0.65rem 1rem !important; }

.cc-modal {
  position: fixed;
  inset: 0;
  z-index: 1002;
  display: grid;
  place-items: center;
  padding: 1rem;
}
.cc-modal[hidden] { display: none !important; }
.cc-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 11, 13, 0.55);
  backdrop-filter: blur(3px);
}
.cc-modal-panel {
  position: relative;
  width: min(100%, 560px);
  max-height: min(90vh, 720px);
  overflow: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
}
.cc-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}
.cc-modal-head h2 {
  font-size: 1.15rem;
  font-weight: 700;
}
.cc-close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 8px;
  background: var(--bg-soft);
  color: var(--text);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}
.cc-close:hover { background: var(--border); }
.cc-modal-body { padding: 1.1rem 1.25rem 0.5rem; }
.cc-modal-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
  padding: 1rem 1.25rem 1.25rem;
  border-top: 1px solid var(--border);
  position: sticky;
  bottom: 0;
  background: #fff;
}
.cc-category {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.9rem 1rem;
  margin: 0.85rem 0;
  background: var(--bg-soft);
}
.cc-category p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 0.45rem;
  line-height: 1.5;
}
.cc-category-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.cc-category-head strong { font-size: 0.95rem; }
.cc-badge {
  display: inline-block;
  margin-left: 0.4rem;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: rgba(245, 166, 35, 0.15);
  color: #9a6700;
  vertical-align: middle;
}
.cc-badge--opt {
  background: rgba(92, 95, 106, 0.12);
  color: var(--text-muted);
}
.cc-switch {
  position: relative;
  width: 44px;
  height: 26px;
  flex-shrink: 0;
  display: inline-block;
}
.cc-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.cc-switch span {
  position: absolute;
  inset: 0;
  background: #cfd2db;
  border-radius: 999px;
  cursor: pointer;
  transition: background var(--transition);
}
.cc-switch span::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0,0,0,.15);
  transition: transform var(--transition);
}
.cc-switch input:checked + span { background: var(--primary); }
.cc-switch input:checked + span::after { transform: translateX(18px); }
.cc-switch input:disabled + span {
  opacity: 0.7;
  cursor: not-allowed;
  background: #b8bcc8;
}
.cc-switch--locked input:checked + span { background: #8a8f9c; }
.cc-links { margin: 1rem 0 0.5rem; font-size: 0.85rem; }

.cc-reopen {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 999;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: #fff;
  color: #5a5d66;
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform var(--transition), color var(--transition), border-color var(--transition);
}
.cc-reopen:hover {
  color: var(--text);
  border-color: #cfd2db;
  transform: translateY(-1px);
}
body.cc-modal-open { overflow: hidden; }

@media (max-width: 800px) {
  .cc-banner-inner {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .cc-banner-actions {
    justify-content: stretch;
  }
  .cc-banner-actions .btn {
    flex: 1 1 auto;
  }
  .cc-reopen {
    left: 0.75rem;
    bottom: 0.75rem;
  }
}

/* —— Category detail (branchen) —— */
.cat-detail-hero {
  --cat-accent: var(--primary);
  --cat-accent-soft: var(--primary-soft);
  --cat-hero: linear-gradient(135deg, #0b0b0d 0%, #1a1208 55%, #0d0d10 100%);
  --cat-chip: var(--primary);
  position: relative;
  color: #fff;
  padding: 3.25rem 0 3.5rem;
  overflow: hidden;
}
.cat-detail-hero-bg {
  position: absolute;
  inset: 0;
  background: var(--cat-hero);
}
.cat-detail-hero-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 70% at 85% 20%, color-mix(in srgb, var(--cat-accent) 28%, transparent), transparent 60%),
    radial-gradient(ellipse 40% 50% at 10% 90%, color-mix(in srgb, var(--cat-accent) 12%, transparent), transparent 55%);
  pointer-events: none;
}
.cat-detail-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.5rem;
  align-items: center;
}
.breadcrumb--on-dark a:hover { color: var(--cat-chip); }
.cat-detail-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.35rem 0.85rem 0.35rem 0.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
  color: var(--text-soft);
  margin-bottom: 1rem;
}
.cat-detail-badge-ico {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--cat-accent-soft);
  color: var(--cat-chip);
  display: grid;
  place-items: center;
}
.cat-detail-badge-ico svg { width: 16px; height: 16px; }
.cat-detail-hero h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}
.cat-detail-lead {
  color: var(--text-soft);
  font-size: 1.08rem;
  max-width: 34rem;
  margin-bottom: 1.5rem;
}
.cat-detail-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.cat-detail-hero-visual { display: grid; place-items: center; min-height: 260px; }
.cat-detail-photo {
  width: min(100%, 380px);
  aspect-ratio: 4/5;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}
.cat-detail-photo img { width: 100%; height: 100%; object-fit: cover; }
.cat-detail-orb {
  position: relative;
  width: min(100%, 320px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}
.cat-detail-orb-ring {
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--cat-accent) 45%, transparent);
  box-shadow: 0 0 60px color-mix(in srgb, var(--cat-accent) 25%, transparent);
  animation: cat-orb-pulse 5s ease-in-out infinite;
}
.cat-detail-orb-core {
  width: 110px;
  height: 110px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03));
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--cat-chip);
  display: grid;
  place-items: center;
  backdrop-filter: blur(8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}
.cat-detail-orb-core svg { width: 48px; height: 48px; }
.cat-detail-orb-chips {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.cat-detail-orb-chips li {
  position: absolute;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(10, 10, 12, 0.75);
  border: 1px solid color-mix(in srgb, var(--cat-accent) 40%, transparent);
  color: #fff;
  white-space: nowrap;
  max-width: 11rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cat-detail-orb-chips li:nth-child(1) { top: 8%; left: 0; }
.cat-detail-orb-chips li:nth-child(2) { top: 18%; right: 0; }
.cat-detail-orb-chips li:nth-child(3) { bottom: 22%; left: -4%; }
.cat-detail-orb-chips li:nth-child(4) { bottom: 10%; right: -2%; }
@keyframes cat-orb-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.04); opacity: 0.85; }
}

.cat-detail-body { padding-top: 3rem; }
.cat-detail-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 2.25rem;
  align-items: start;
}
.cat-detail-intro { max-width: none; margin-bottom: 2.25rem; }
.cat-detail-intro h2 {
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 0.75rem;
}
.section-head--left { text-align: left; margin-bottom: 1.5rem; }
.section-head--left p { margin: 0.35rem 0 0; color: var(--text-muted); max-width: 36rem; }

.cat-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.cat-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.9rem 1rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 0.92rem;
  line-height: 1.45;
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}
.cat-feature-item:hover {
  border-color: color-mix(in srgb, var(--cat-accent, var(--primary)) 35%, var(--border));
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}
.cat-feature-check {
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: var(--primary);
}
.cat-feature-check svg { width: 18px; height: 18px; }

.cat-highlight {
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 1.65rem;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--cat-accent-soft, var(--primary-soft)), #fff 55%);
  border: 1px solid color-mix(in srgb, var(--cat-accent, var(--primary)) 25%, var(--border));
  margin: 0.5rem 0 2.5rem;
  overflow: hidden;
}
.cat-highlight::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--cat-accent, var(--primary));
}
.cat-highlight-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cat-accent, var(--primary));
  margin-bottom: 0.45rem;
}
.cat-highlight p {
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.55;
  color: var(--text);
  margin: 0;
}

.cat-detail-side { display: flex; flex-direction: column; gap: 1rem; position: sticky; top: calc(var(--nav-h) + 1rem); }
.cat-side-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: var(--shadow);
}
.cat-side-card h3 {
  font-size: 1rem;
  font-weight: 750;
  margin-bottom: 0.55rem;
}
.cat-side-card p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.cat-side-card--cta {
  background: linear-gradient(160deg, #0b0b0d 0%, #1a1208 100%);
  color: #fff;
  border-color: transparent;
}
.cat-side-card--cta p { color: var(--text-soft); }
.cat-side-list { display: flex; flex-direction: column; gap: 0.55rem; }
.cat-side-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: var(--text-muted);
}
.cat-side-list svg { width: 14px; height: 14px; color: var(--primary); flex-shrink: 0; }
.cat-side-related { display: flex; flex-direction: column; gap: 0.35rem; }
.cat-side-related a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 0.35rem;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  transition: background var(--transition);
}
.cat-side-related a:hover { background: var(--bg-soft); color: var(--primary); }
.cat-side-related .rel-ico {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: var(--bg-soft);
  display: grid;
  place-items: center;
  color: var(--text-muted);
}
.cat-side-related .rel-ico svg { width: 15px; height: 15px; }

@media (max-width: 960px) {
  .cat-detail-hero-inner { grid-template-columns: 1fr; gap: 1.75rem; }
  .cat-detail-layout { grid-template-columns: 1fr; }
  .cat-detail-side { position: static; }
  .cat-feature-grid { grid-template-columns: 1fr; }
  .cat-detail-orb-chips li:nth-child(3),
  .cat-detail-orb-chips li:nth-child(4) { display: none; }
}
@media (max-width: 640px) {
  .cat-detail-hero { padding: 2.25rem 0 2.5rem; }
  .cat-detail-hero-visual { min-height: 200px; }
}

/* denser cat grid when many sectors */
.cat-grid {
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
@media (min-width: 1100px) {
  .cat-grid { grid-template-columns: repeat(6, 1fr); }
}

/* —— CTA band —— */
.cta-band {
  background: linear-gradient(135deg, #0b0b0d 0%, #1a1208 50%, #0d0d10 100%);
  color: #fff;
  padding: 3.5rem 0;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 80% at 90% 50%, rgba(245, 166, 35, 0.15), transparent 60%);
}
.cta-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.cta-inner h2 {
  font-size: clamp(1.5rem, 2.8vw, 1.9rem);
  font-weight: 800;
  margin-bottom: 0.4rem;
}
.cta-inner p { color: var(--text-soft); margin-bottom: 1rem; }
.cta-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  font-size: 0.92rem;
  color: var(--text-soft);
}
.cta-contacts a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.cta-contacts a:hover { color: var(--primary); }
.cta-contacts svg { width: 16px; height: 16px; }

/* —— Forms —— */
.form-card {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 1rem;
}
.form-group.full { grid-column: 1 / -1; }
.form-group label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text);
}
.form-group input,
.form-group textarea,
.form-group select {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 0.7rem 0.9rem;
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
  background: #fff;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-soft);
}
.form-group textarea { min-height: 120px; resize: vertical; }
.alert {
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  margin-bottom: 1.25rem;
  font-size: 0.92rem;
  font-weight: 500;
}
.alert-success { background: #ecfdf3; color: #067647; border: 1px solid #abefc6; }
.alert-error { background: #fef3f2; color: #b42318; border: 1px solid #fecdca; }
.alert-info { background: #eff8ff; color: #175cd3; border: 1px solid #b2ddff; }

/* —— Footer —— */
.site-footer {
  background: #0b0b0d;
  color: var(--text-soft);
  padding: 3.5rem 0 1.5rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.footer-brand p {
  margin-top: 0.9rem;
  font-size: 0.92rem;
  line-height: 1.65;
  max-width: 280px;
}
.footer-col h4 {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.9rem;
}
.footer-col a {
  display: block;
  font-size: 0.9rem;
  padding: 0.28rem 0;
  transition: color var(--transition);
}
.footer-col a:hover { color: var(--primary); }
.footer-bottom {
  border-top: 1px solid var(--border-dark);
  padding-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.85rem;
}

/* —— Empty / 404 —— */
.empty-state {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--text-muted);
}
.empty-state h2 { color: var(--text); margin-bottom: 0.5rem; }

/* —— Responsive —— */
@media (max-width: 1100px) {
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .adv-grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem 1rem; }
  .hw-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-grid { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
  .testimonial-card {
    flex-basis: calc((100% - 1.25rem) / 2);
    max-width: calc((100% - 1.25rem) / 2);
  }
  .map-card { grid-template-columns: 1fr; }
  .map-frame { min-height: 300px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1100px) {
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(11, 11, 13, 0.98);
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    gap: 0.25rem;
    border-bottom: 1px solid var(--border-dark);
    display: none;
    z-index: 99;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 0.75rem 1rem; font-size: 0.95rem; }
  .nav-toggle { display: grid; place-items: center; }
  .nav-actions .btn-outline { display: none; }
}
@media (max-width: 900px) {
  .hero > .container.hero-inner,
  .hero-inner.container {
    width: min(100% - 1.5rem, var(--container));
  }
  .hero-inner {
    grid-template-columns: 1fr;
    padding: 3rem 0 3.5rem;
    text-align: left;
  }
  .hero--no-side .hero-content { max-width: none; }
  .hero-visual { order: -1; width: 100%; max-width: 360px; margin-inline: auto; }
  .hero-side-img { max-width: min(340px, 100%); max-height: 300px; margin-inline: auto; }
  .detail-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .top-bar-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 0.55rem 0;
  }
  .top-bar-social { margin-left: 0; }
  .top-bar-contact {
    font-size: 0.8rem;
    gap: 0.45rem 0.65rem;
  }
  .top-bar-social-btn {
    width: 30px;
    height: 30px;
  }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .adv-grid { grid-template-columns: 1fr 1fr; }
  .hw-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .section-head--slider {
    flex-direction: column;
    align-items: stretch;
  }
  .section-head--slider p { max-width: none; }
  .testimonials-nav { justify-content: flex-end; }
  .testimonial-card {
    flex-basis: 88%;
    max-width: 88%;
    min-height: 0;
  }
  .product-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .search-box { margin-left: 0; width: 100%; }
  .search-box input { flex: 1; min-width: 0; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
}
