﻿:root {
  --primary: #0a2a66;
  --primary-soft: #133f8f;
  --accent: #f39a1e;
  --ink: #12233d;
  --muted: #607089;
  --line: #dce4ef;
  --bg: #f4f8fc;
  --white: #ffffff;
}

@media (max-width: 980px) {
  .storage-series-item {
    flex-basis: calc((100% - 10px) / 2);
  }
}

@media (max-width: 640px) {
  .storage-series-item {
    flex-basis: 100%;
  }

  .storage-series-tab {
    font-size: 12px;
    padding: 8px 12px;
    min-height: 36px;
  }
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  background: var(--bg);
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--ink);
  background: radial-gradient(1200px 600px at 10% -20%, rgba(10, 42, 102, 0.12), transparent 60%),
    radial-gradient(900px 500px at 90% -10%, rgba(243, 154, 30, 0.14), transparent 60%),
    var(--bg);
  line-height: 1.6;
  overflow-x: clip;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body > main {
  flex: 1 0 auto;
}

body > footer {
  flex: 0 0 auto;
  margin-top: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.help {
  color: var(--muted);
  font-size: 14px;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  animation: fadeUp 0.8s ease forwards;
}

.reveal.delay-1 {
  animation-delay: 0.08s;
}

.reveal.delay-2 {
  animation-delay: 0.16s;
}

.reveal.delay-3 {
  animation-delay: 0.24s;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.container {
  width: min(1150px, 92%);
  margin: 0 auto;
  overflow-wrap: break-word;
  word-break: break-word;
}

.topbar {
  background: var(--white);
  color: #56657a;
  font-size: 13px;
  border-bottom: 1px solid var(--line);
  position: var(--sticky-topbar, sticky);
  top: 0;
  z-index: 25;
  transition: background 0.2s ease, backdrop-filter 0.2s ease;
}
body.is-scrolled .topbar {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  gap: 18px;
}

.topbar-inner p {
  margin: 0;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-weight: 700;
}
.brand--logo {
  gap: 4px;
}
.brand-logo {
  display: block;
  height: 36px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}

.brand-title {
  font-size: 20px;
  letter-spacing: 0.6px;
  color: #0b63b6;
  font-weight: 800;
}

.brand-tagline {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7c8aa0;
  font-weight: 600;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.topbar-links {
  display: flex;
  align-items: center;
  gap: 14px;
}

.topbar-links-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.topbar-links a {
  position: relative;
  padding-right: 14px;
  color: #5c6b82;
}

.topbar-links a:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.6;
}

.topbar-links a {
  font-weight: 600;
  opacity: 0.95;
}

.lang-switch {
  position: relative;
}

.lang-toggle {
  border: 1px solid #d0d7e6;
  background: var(--white);
  color: #4f5f79;
  font-weight: 700;
  padding: 6px 10px;
  min-height: 36px;
  border-radius: 999px;
  cursor: pointer;
}

.lang-toggle,
.lang-menu a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.lang-menu a {
  width: 100%;
}

.lang-flag-img {
  display: block;
  width: 14px;
  height: 10px;
  min-width: 14px;
  flex-shrink: 0;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(23, 47, 86, 0.15);
}

.lang-label-text {
  line-height: 1.1;
}

.homepage-edit-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  backdrop-filter: blur(8px);
  white-space: nowrap;
}

.homepage-edit-link svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.homepage-edit-link:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.16);
}

.topbar .homepage-edit-link,
.section-title .homepage-edit-link,
.event-edit-row .homepage-edit-link,
.certs-head .homepage-edit-link {
  border-color: rgba(19, 47, 94, 0.14);
  background: #f6f9ff;
  color: var(--navy);
  box-shadow: 0 10px 22px rgba(19, 47, 94, 0.08);
}

.topbar .homepage-edit-link:hover,
.section-title .homepage-edit-link:hover,
.event-edit-row .homepage-edit-link:hover,
.certs-head .homepage-edit-link:hover {
  color: var(--navy);
  border-color: rgba(19, 47, 94, 0.26);
  background: #eef4ff;
}
.lang-toggle::after {
  content: "\25BE";
  font-size: 10px;
  margin-left: 4px;
}

.lang-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  min-width: 150px;
  background: var(--white);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 14px 24px rgba(7, 31, 74, 0.14);
  padding: 5px;
  display: none;
  z-index: 40;
}

.lang-menu a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 5px 6px;
  border-radius: 6px;
  font-weight: 600;
  color: #244370;
}

.lang-menu a:hover {
  background: #eff4fc;
}

.lang-switch.is-open .lang-menu {
  display: block;
}

.site-header {
  background: #0b63b6;
  border-bottom: 1px solid rgba(8, 27, 67, 0.22);
  position: var(--sticky-menu, sticky);
  top: var(--menu-top-offset, var(--topbar-height, 48px));
  z-index: 24;
  transition: background 0.2s ease, backdrop-filter 0.2s ease;
}
body.is-scrolled .site-header {
  background: rgba(11, 99, 182, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  gap: 16px;
}

.logo {
  font-weight: 800;
  letter-spacing: 0.8px;
  color: var(--primary);
}

.logo span {
  color: var(--accent);
}

.menu-logo {
  display: inline-flex;
  align-items: center;
}

.menu-logo img {
  display: block;
  height: 36px;
  width: auto;
  object-fit: contain;
}

.menu-logo-text {
  font-weight: 800;
  letter-spacing: 0.8px;
  color: var(--white);
}

.main-nav {
  margin-left: 0;
  flex: 1;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  padding: 0;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  overflow: hidden;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.25s ease,
              width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
  position: absolute;
  left: 50%;
  margin-left: -11px;
}

.menu-toggle span:nth-child(1) {
  top: 13px;
}

.menu-toggle span:nth-child(2) {
  top: 20px;
}

.menu-toggle span:nth-child(3) {
  top: 27px;
  width: 16px;
}

/* hover: lines spread + short line extends */
.menu-toggle:hover span:nth-child(1) {
  transform: translateY(-1px);
}

.menu-toggle:hover span:nth-child(3) {
  width: 22px;
  transform: translateY(1px);
}

/* active: morph to X */
.menu-toggle.is-active span:nth-child(1) {
  top: 20px;
  transform: rotate(45deg);
}

.menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.menu-toggle.is-active span:nth-child(3) {
  top: 20px;
  width: 22px;
  transform: rotate(-45deg);
}

.menu-toggle.is-active:hover span:nth-child(1) {
  transform: rotate(45deg) scale(1.1);
}

.menu-toggle.is-active:hover span:nth-child(3) {
  transform: rotate(-45deg) scale(1.1);
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 26px);
}

.menu-item {
  position: relative;
}

.menu-item > a {
  display: inline-flex;
  align-items: center;
  min-height: 64px;
  font-weight: 700;
  color: var(--white);
  position: relative;
  transition: color 0.2s ease;
}

.menu-item > a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.menu-item > a:hover::before,
.menu-item > a:focus-visible::before,
.menu-item.is-active > a::before,
.menu-item > a[aria-current="page"]::before {
  transform: scaleX(1);
}

.menu-item > a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
  border-radius: 4px;
}

.submenu-toggle {
  display: none;
}

.has-dropdown > a::after {
  content: "\25BE";
  font-size: 12px;
  margin-left: 4px;
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s ease;
}

.has-dropdown:hover > a::after,
.has-dropdown > a:focus-visible::after {
  transform: rotate(-180deg);
  color: var(--accent);
}

.header-search {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--white);
  border-radius: 4px;
  padding: 6px 10px;
  min-width: clamp(220px, 30vw, 360px);
  border: 1px solid #dbe3f2;
  box-shadow: 0 8px 16px rgba(6, 32, 78, 0.12);
}

.header-search input {
  border: 0;
  outline: none;
  width: 100%;
  font: inherit;
  color: #2a3b57;
}

.header-search input::placeholder {
  color: #9aa7bc;
}

.search-submit {
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.search-submit::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid #2f5fa9;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 6px;
}

.search-submit::after {
  content: "";
  width: 8px;
  height: 2px;
  background: #2f5fa9;
  position: absolute;
  right: 6px;
  bottom: 8px;
  transform: rotate(45deg);
  transform-origin: left center;
}

.dropdown {
  position: absolute;
  top: calc(100% - 6px);
  left: 0;
  min-width: 240px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--accent);
  border-radius: 6px;
  box-shadow: 0 1px 0 rgba(10, 42, 102, 0.04),
              0 8px 18px rgba(7, 31, 74, 0.08),
              0 24px 48px rgba(7, 31, 74, 0.12);
  padding: 18px;
  display: grid;
  gap: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.22s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.22s cubic-bezier(0.4, 0, 0.2, 1),
              visibility 0.22s ease;
  z-index: 30;
}

.mega {
  left: 0;
  width: min(780px, calc(100vw - 24px));
  min-width: min(780px, calc(100vw - 24px));
  max-width: calc(100vw - 24px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.3fr);
  gap: 0;
  padding: 14px;
}

.mega .mega-column {
  border: none;
  border-right: 1px solid var(--line);
  border-radius: 0;
  padding: 4px 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mega .mega-column:first-child {
  padding-left: 4px;
}

.mega .mega-column:last-child {
  border-right: none;
  padding-right: 4px;
}

.mega h4,
.mega .menu-heading {
  margin: 0 0 14px;
  padding: 0 0 12px 0;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--primary);
  position: relative;
  line-height: 1.2;
  border-radius: 0;
}

.mega a.menu-heading {
  display: block;
  color: var(--primary);
  border-left: none;
  border-radius: 0;
  background: transparent;
}

.mega h4::after,
.mega .menu-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.mega a.menu-heading:hover,
.mega a.menu-heading:focus-visible {
  color: var(--primary-soft);
  background: transparent;
  border-left: none;
  padding-left: 0;
}

.mega a.menu-heading:hover::after,
.mega a.menu-heading:focus-visible::after {
  width: 64px;
}

.mega .mega-links {
  display: grid;
  gap: 6px;
}

.mega .mega-links a {
  line-height: 1.45;
}

.mega .mega-links--split {
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  column-gap: 14px;
  row-gap: 6px;
}

.mega .mega-column--heat-pump {
  min-width: 0;
}

.mega .mega-links--heat-pump {
  grid-template-columns: 1fr;
  column-gap: 0;
  align-items: start;
}

.mega .mega-links--heat-pump a {
  white-space: normal;
  font-size: 0.95rem;
}

.mega .mega-column--dense {
  min-width: 0;
}

.dropdown a {
  display: block;
  padding: 9px 10px 9px 12px;
  border-left: 2px solid transparent;
  border-radius: 0 4px 4px 0;
  font-weight: 500;
  font-size: 14px;
  color: var(--ink);
  line-height: 1.45;
  transition: background 0.18s ease,
              color 0.18s ease,
              border-color 0.18s ease,
              padding-left 0.18s ease;
}

.dropdown a:hover,
.dropdown a:focus-visible {
  background: var(--bg);
  color: var(--primary);
  border-left-color: var(--accent);
  padding-left: 14px;
}

.dropdown a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 1px;
}

.menu-item:hover > .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown--more {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(160px, 1fr);
  gap: 14px 22px;
  min-width: 380px;
  max-width: calc(100vw - 20px);
  padding: 16px 18px;
}

@media (max-width: 480px) {
  .dropdown--more {
    grid-template-columns: 1fr;
    min-width: 0;
    gap: 10px;
  }
}

.dropdown--more .dropdown-section {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.dropdown--more .dropdown-section-title {
  display: block;
  position: relative;
  margin: 0 0 14px;
  padding: 0 0 12px 0;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--primary);
  line-height: 1.2;
  border-left: none;
  border-radius: 0;
  background: transparent;
}

.dropdown--more .dropdown-section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.dropdown--more .dropdown-section-title:hover,
.dropdown--more .dropdown-section-title:focus-visible {
  color: var(--primary-soft);
  background: transparent;
  border-left: none;
  padding-left: 0;
}

.dropdown--more .dropdown-section-title:hover::after,
.dropdown--more .dropdown-section-title:focus-visible::after {
  width: 64px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 12px 20px;
  min-height: 44px;
  font-weight: 700;
  transition: 0.2s ease;
}

.btn-solid {
  background: var(--accent);
  color: var(--white);
}

.btn-solid:hover {
  transform: translateY(-1px);
  background: #0b63b6;
  color: var(--white);
  filter: none;
}

.btn-outline {
  border: 1px solid var(--primary);
  color: var(--primary);
}

.btn-outline:hover {
  background: var(--primary);
  color: var(--white);
}

.btn-outline-soft {
  border-color: #9fc6ee;
  background: #eef6ff;
  color: #1c5fa8;
}

.btn-outline-soft:hover {
  background: #dbeeff;
  color: #154f8e;
  border-color: #8bb8e6;
}

.btn-warm {
  background: var(--accent);
  color: var(--white);
  box-shadow: 0 10px 18px rgba(243, 154, 30, 0.22);
}

.btn-warm:hover {
  transform: translateY(-1px);
  background: #dd8912;
  color: var(--white);
}

.hero {
  background: linear-gradient(120deg, #0c2e70 0%, #1a4f9f 55%, #2f6bc1 100%);
  color: var(--white);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  min-height: var(--hero-height, auto);
}

.hero--video,
.hero--image {
  background: #000;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-video,
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.75) saturate(1.05);
}

.hero-image {
  display: block;
}


.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.hero-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-copy--hidden {
  visibility: hidden;
  pointer-events: none;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 12px;
  opacity: 0.9;
  margin-bottom: 10px;
}

.hero h1 {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.18;
  margin: 0;
}

.hero-copy > p {
  max-width: 100%;
  margin: 16px 0 0;
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-panel {
  padding: 8px 0 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
  align-self: center;
  justify-self: end;
  width: 100%;
  max-width: 440px;
}

.hero-panel h3 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(233, 242, 255, 0.88);
}

.hero-segment-slider {
  display: grid;
  gap: 12px;
}

.hero-segment-viewport {
  position: relative;
  min-height: 425px;
}

.hero-segment-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  border-radius: 24px;
  border: 1px solid rgba(179, 211, 247, 0.55);
  background:
    linear-gradient(180deg, rgba(217, 234, 255, 0.26) 0%, rgba(123, 173, 233, 0.12) 100%),
    rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 60px rgba(6, 27, 73, 0.18);
  padding: 22px 22px 92px;
  opacity: 0;
  transform: translateX(20px) scale(0.98);
  filter: none;
  transition: opacity 0.45s ease, transform 0.45s ease;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  justify-content: flex-start;
}

.hero-segment-slide .hero-segment-media {
  flex-shrink: 0;
}

.hero-segment-slide h4,
.hero-segment-slide p {
  flex-shrink: 0;
}

.hero-segment-slide .hero-segment-link {
  margin-top: auto;
}

.hero-segment-media {
  width: 100%;
  aspect-ratio: 16 / 8.4;
  min-height: 0;
  margin-bottom: 6px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid rgba(208, 226, 249, 0.42);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.hero-segment-media img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero-segment-slide.is-active {
  opacity: 1;
  transform: translateX(0) scale(1) rotate(0);
  pointer-events: auto;
}

.hero-segment-slide p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  color: rgba(239, 246, 255, 0.92);
  max-width: 34ch;
}

.hero-segment-slide h4 {
  margin: 0;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.15;
  font-weight: 800;
  color: #ffffff;
  width: 100%;
  max-width: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: normal;
}

.hero-segment-slide p + .hero-segment-link,
.hero-segment-slide h4 + .hero-segment-link {
  margin-top: 0;
}

.hero-segment-link {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1f5fb8 0%, #0d3f8f 100%);
  border: 0;
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(13, 63, 143, 0.26);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-segment-link:hover,
.hero-segment-link:focus-visible {
  background: linear-gradient(135deg, #2b70cf 0%, #1250ac 100%);
}

.hero-segment-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

.hero-segment-dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: rgba(225, 238, 255, 0.45);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.hero-segment-dot.is-active {
  width: 22px;
  background: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .hero-segment-slide {
    transition: none;
    transform: none;
  }

  .hero-segment-dot {
    transition: none;
  }
}

.section-title {
  margin-bottom: 24px;
}

.section-title-head,
.hero-edit-row,
.event-edit-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.certs-head {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
}

.certs-head > div {
  max-width: 720px;
  margin: 0 auto;
}

.certs-head .homepage-edit-link {
  position: absolute;
  top: 0;
  right: 0;
}

.hero-edit-row,
.event-edit-row {
  margin-bottom: 14px;
}

.section-title p {
  margin: 0;
  color: var(--primary-soft);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.section-title h2 {
  margin: 8px 0 0;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.2;
}

.section-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.categories,
.event,
.featured,
.blog,
.certs {
  padding: 72px 0;
}

.category-grid,
.product-grid,
.blog-grid,
.cert-list,
.stats-grid,
.footer-grid {
  display: grid;
  gap: 18px;
}

.category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-slider {
  position: relative;
}

.category-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 2px 16px;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.main-category-filters {
  margin-bottom: 20px;
}

.main-category-slider {
  position: relative;
  border: none;
  background: none;
  padding: 14px;
}

.main-category-track {
  padding: 0;
}

.main-category-card {
  flex: 0 0 calc((100% - 54px) / 4);
  min-width: 0;
  background: transparent;
  border: none;
  border-radius: 12px;
  padding: 14px;
  min-height: auto;
  content-visibility: auto;
  contain-intrinsic-size: 320px;
  transition: transform 0.2s ease;
}

.main-category-card:hover {
  transform: translateY(-2px);
}

.main-category-card.product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  height: 270px;
  text-align: center;
}

.main-category-track {
  align-items: stretch;
}

.main-category-card[hidden],
.main-category-card.product-card[hidden],
.main-category-track [data-product-card][hidden] {
  display: none !important;
}

.main-category-card .product-media {
  border: none;
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
}

.main-category-card.product-card .product-media img,
.main-category-card.product-card .product-media .image-placeholder {
  width: 100%;
  height: 200px;
  object-fit: contain;
  border-radius: 10px;
  display: block;
}

.main-category-card h3,
.main-category-card.product-card h3 {
  margin: 12px 0 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  min-height: auto;
  max-height: none;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--navy);
  text-align: center;
}

.main-category-card .product-card-kicker {
  margin: 14px 2px 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6e7e96;
}

.main-category-card p {
  margin: 10px 2px 0;
  color: #3e4d67;
  font-size: 14px;
  line-height: 1.5;
}

.main-category-card .btn {
  margin: auto 2px 2px;
  align-self: flex-start;
}

.main-category-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.category-track::-webkit-scrollbar {
  display: none;
}

.category-card {
  scroll-snap-align: start;
  padding: 0;
  overflow: hidden;
  border-radius: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.category-card[hidden] {
  display: none !important;
}

.category-card.is-active {
  border-color: rgba(11, 99, 182, 0.4);
  box-shadow: 0 14px 26px rgba(9, 43, 96, 0.14);
  transform: translateY(-2px);
}

.category-card:focus-visible {
  outline: 2px solid rgba(11, 99, 182, 0.5);
  outline-offset: 2px;
}

.category-card.featured-like {
  min-height: 430px;
}

.category-media img,
.category-media .image-placeholder {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.category-media .image-placeholder {
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

.category-body {
  padding: 20px 22px 22px;
}

.category-body h3 {
  margin-top: 0;
}

.category-card.simple {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  align-items: stretch;
  gap: 16px;
  padding: 18px;
  border-radius: 4px;
  border: 1px solid #dde4ee;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.category-card.simple:hover {
  border-color: #b7c5db;
  box-shadow: 0 2px 8px rgba(15, 36, 72, 0.06);
}

.category-header {
  display: grid;
  gap: 6px;
  align-items: start;
}

.category-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.category-title-wrap h3 {
  margin: 0;
}

.category-mini-media {
  width: 110px;
  height: 148px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #f4f8ff;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 3px;
}

.category-mini-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.95);
  transform-origin: center;
}

.category-mini-media.is-empty {
  background: #fff;
}

.category-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  min-height: 148px;
}

.category-count {
  font-size: 11px;
  font-weight: 700;
  color: var(--primary);
  background: rgba(11, 99, 182, 0.08);
  border-radius: 3px;
  padding: 3px 8px;
  white-space: nowrap;
  align-self: flex-start;
  letter-spacing: 0.02em;
}

.category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.category-tags span {
  font-size: 11px;
  background: #f3f6fb;
  color: #3b5479;
  border: 1px solid #e3e9f2;
  border-radius: 3px;
  padding: 3px 8px;
  font-weight: 600;
}

.category-link {
  font-weight: 700;
  color: var(--primary);
  align-self: flex-start;
}

.category-link-btn {
  align-self: flex-start;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 700;
}

.category-media-slider {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
}

.category-media-track {
  display: flex;
  transition: transform 0.35s ease;
  will-change: transform;
}

.category-media-track img,
.category-media-track .image-placeholder {
  flex: 0 0 100%;
  width: 100%;
  height: 250px;
  object-fit: contain;
  border-radius: 0;
  border: 0;
  background: #fff;
}

.category-media-dots {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.category-media-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(10, 42, 102, 0.3);
  cursor: pointer;
}

.category-media-dot.is-active {
  width: 18px;
  background: var(--primary);
}

.storage-series-card {
  gap: 14px;
}

.storage-series-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.storage-series-tab {
  border: 1px solid #d8e3f3;
  background: #f6f9ff;
  color: #214272;
  border-radius: 999px;
  padding: 7px 11px;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}

.storage-series-tab.is-active {
  border-color: rgba(11, 99, 182, 0.45);
  background: rgba(11, 99, 182, 0.12);
  color: #0b63b6;
}

.storage-series-icon {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}

.storage-series-icon--buffer {
  background: linear-gradient(150deg, #0b63b6, #125cc8);
}

.storage-series-icon--buffer::before {
  content: "";
  position: absolute;
  inset: 4px 3px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 3px;
}

.storage-series-icon--hygienic {
  background: linear-gradient(150deg, #12a88a, #0e8d74);
}

.storage-series-icon--hygienic::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

.storage-series-icon--enamel {
  background: linear-gradient(150deg, #ed8e1b, #f0a12b);
}

.storage-series-icon--enamel::before {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 7px;
  height: 2px;
  background: rgba(255, 255, 255, 0.95);
}

.storage-series-slider {
  position: relative;
}

.storage-series-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 2px 14px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.storage-series-track::-webkit-scrollbar {
  display: none;
}

.storage-series-item {
  flex: 0 0 calc((100% - 20px) / 3);
  min-width: 0;
  scroll-snap-align: start;
}

.storage-series-item-link {
  display: grid;
  gap: 10px;
  color: inherit;
}

.storage-series-item-media {
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.storage-series-item-media img,
.storage-series-item-media .image-placeholder {
  width: 100%;
  height: 120px;
  object-fit: contain;
  background: #fff;
  border: 0;
  border-radius: 0;
}

.storage-series-item h4 {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  color: #1d3c69;
}

.storage-series-item--empty {
  opacity: 0.75;
}

.event-shell {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 28px;
  background: linear-gradient(120deg, #0b63b6 0%, #0a4e9f 55%, #0a3f88 100%);
  color: var(--white);
  border-radius: 24px;
  padding: 36px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 40px rgba(7, 31, 74, 0.22);
}

.event-shell::after {
  content: "";
  position: absolute;
  right: -35%;
  top: -45%;
  width: 80%;
  height: 160%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.event-content,
.event-media {
  position: relative;
  z-index: 1;
}

.event-eyebrow {
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 12px;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
}

.event-shell h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}

.event-text {
  margin: 12px 0 0;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.85);
}

.event-countdown {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 24px 0 36px;
}

.countdown-item {
  background: rgba(9, 33, 79, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 12px 16px;
  min-width: 90px;
  text-align: center;
  backdrop-filter: blur(2px);
}

.countdown-value {
  display: block;
  font-size: 22px;
  font-weight: 800;
}

.countdown-label {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.85;
}

.event-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.event-actions .btn-outline {
  border-color: rgba(255, 255, 255, 0.7);
  color: var(--white);
}

.event-actions .btn-outline:hover {
  background: var(--white);
  color: var(--primary);
}

.event-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-media-inner {
  text-align: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 24px;
  padding: 36px 40px;
  min-width: 360px;
  max-width: 100%;
}

@media (max-width: 640px) {
  .event-media-inner {
    min-width: 0;
    padding: 24px 20px;
  }
}

.event-media img {
  max-width: 320px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.event-media { display: flex; flex-direction: column; align-items: center; }
.event-book-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 16px auto 0;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  transition: background 0.15s, border-color 0.15s, color 0.15s, transform 0.1s;
}
.event-book-cta:hover {
  background: #f39a1e;
  border-color: #f39a1e;
  color: #fff;
  transform: translateY(-1px);
}
.event-book-cta svg {
  flex: 0 0 auto;
}

.event-date {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: 1px;
}

.event-location {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.8);
}

.event-placeholder {
  height: 160px;
}

.event-resource-heading {
  margin: 56px 0 24px;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.35;
  font-weight: 700;
  color: #17345f;
}

.event-resources-section {
  padding: 30px 0 10px;
}

.event-resource-grid {
  margin: 0;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.event-resource-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 160px auto auto;
  min-height: 0;
  padding: 0;
  border-radius: 6px;
  border: 1px solid rgba(11, 99, 182, 0.18);
  background: #f8fbff;
  color: var(--ink);
  box-shadow: 0 10px 20px rgba(7, 31, 74, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.event-resource-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(7, 31, 74, 0.12);
}

.event-resource-cover {
  position: relative;
  display: block;
  width: 100%;
  min-height: 110px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f4f7fc;
}

.event-resource-cover--fallback {
  background-size: cover;
}

.event-resource-cover--fallback::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(9, 34, 78, 0.2) 0%, rgba(9, 34, 78, 0.55) 100%);
}

.event-resource-cover--theme-1 {
  background-image:
    linear-gradient(120deg, #0c66be 0%, #0a4e9f 100%),
    radial-gradient(circle at 24% 28%, rgba(255, 255, 255, 0.26), transparent 52%);
}

.event-resource-cover--theme-2 {
  background-image:
    linear-gradient(120deg, #1f7a4b 0%, #0c5b8a 100%),
    radial-gradient(circle at 74% 30%, rgba(255, 255, 255, 0.24), transparent 54%);
}

.event-resource-cover--theme-3 {
  background-image:
    linear-gradient(120deg, #af4b12 0%, #8a2e0f 100%),
    radial-gradient(circle at 32% 70%, rgba(255, 255, 255, 0.22), transparent 56%);
}

.event-resource-icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  border: 1px solid rgba(10, 42, 102, 0.1);
  background: rgba(255, 255, 255, 0.95);
  color: var(--primary);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease, background 0.3s ease;
  background: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.event-resource-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--primary);
  transition: stroke 0.3s ease;
}

.event-resource-card:hover .event-resource-icon {
  transform: translateY(-3px) scale(1.08);
  background: var(--primary);
  box-shadow: 0 4px 12px rgba(10, 42, 102, 0.2);
}

.event-resource-card:hover .event-resource-icon svg {
  stroke: #fff;
}

.event-resource-body {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px 0;
}

.event-resource-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.event-resource-text {
  display: block;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
  padding: 0 16px 14px;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(10, 42, 102, 0.1);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: var(--primary);
  font-size: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  z-index: 3;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider-btn::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid var(--primary);
  border-bottom: 1.5px solid var(--primary);
  transition: border-color 0.25s ease;
}

.slider-btn.prev::after {
  transform: rotate(135deg);
  margin-left: 2px;
}

.slider-btn.next::after {
  transform: rotate(-45deg);
  margin-right: 2px;
}

.slider-btn:hover {
  background: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 4px 14px rgba(10, 42, 102, 0.2);
  transform: translateY(-50%) scale(1.08);
}

.slider-btn:hover::after {
  border-color: var(--white);
}

.slider-btn:active {
  transform: translateY(-50%) scale(0.94);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.slider-btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.slider-btn:disabled {
  opacity: 0.25;
  cursor: default;
  pointer-events: none;
}

.slider-btn.prev {
  left: -12px;
}

.slider-btn.next {
  right: -12px;
}

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px;
}

.card h3 {
  margin-top: 0;
}

.card a {
  color: var(--primary);
  font-weight: 700;
}

.stats {
  background: #0b63b6;
  padding: 36px 0;
  position: relative;
  overflow: hidden;
  color: var(--white);
}

.stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  gap: 0;
}

.stat-item {
  position: relative;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  gap: 4px;
}

.stat-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.stats-grid h3 {
  margin: 0;
  font-size: clamp(30px, 3.4vw, 40px);
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1;
  color: #ffffff;
}

.stats-grid p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2px;
  text-transform: none;
  max-width: none;
}

.stat-item::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
  opacity: 0.4;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.stat-item.has-custom-icon::after {
  display: none;
}

.stat-item .stat-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
  object-fit: contain;
  opacity: 0.85;
}

.stat-item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 60%;
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-50%);
}

.stat-item:last-child::before {
  display: none;
}

.social-floating {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: rgba(255, 255, 255, 0.96);
  padding: 8px 6px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(11, 99, 182, 0.18);
  border: 1px solid rgba(11, 99, 182, 0.12);
}

.social-floating--right { right: 12px; }
.social-floating--left { left: 12px; }

.social-floating-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #0b63b6;
  background: transparent;
  transition: all 0.2s ease;
}

.social-floating-btn svg {
  width: 20px;
  height: 20px;
}

.social-floating-btn:hover {
  background: #0b63b6;
  color: #fff;
  transform: translateX(-2px);
}

.social-floating--left .social-floating-btn:hover {
  transform: translateX(2px);
}

.social-floating-btn--facebook:hover { background: #1877f2; }
.social-floating-btn--instagram:hover { background: #e4405f; }
.social-floating-btn--linkedin:hover { background: #0a66c2; }
.social-floating-btn--youtube:hover { background: #ff0000; }
.social-floating-btn--whatsapp:hover { background: #25d366; }
.social-floating-btn--x:hover { background: #000000; }

@media (max-width: 768px) {
  .social-floating {
    top: 65%;
    padding: 6px 4px;
    gap: 4px;
  }
  .social-floating--right { right: 6px; }
  .social-floating--left { left: 6px; }
  .social-floating-btn {
    width: 30px;
    height: 30px;
  }
  .social-floating-btn svg {
    width: 16px;
    height: 16px;
  }
}

.stat-item:nth-child(1)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='32' cy='32' r='24'/%3E%3Cpath d='M32 18v14l10 6'/%3E%3Cpath d='M32 8v3M32 53v3M8 32h3M53 32h3' stroke-width='2.5'/%3E%3C/svg%3E");
}

.stat-item:nth-child(2)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='32' cy='32' r='24'/%3E%3Cellipse cx='32' cy='32' rx='10' ry='24'/%3E%3Cpath d='M8 32h48M32 8c-6 8-6 40 0 48M32 8c6 8 6 40 0 48'/%3E%3C/svg%3E");
}

.stat-item:nth-child(3)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='32' cy='26' r='14'/%3E%3Cpath d='M22 38l-6 16 10-5 6 7 4-8'/%3E%3Cpath d='M42 38l6 16-10-5-6 7-4-8'/%3E%3Cpath d='M26 26l4 4 8-8' stroke-width='3.5'/%3E%3C/svg%3E");
}

.stat-item:nth-child(4)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 54h48'/%3E%3Cpath d='M12 54V30l12-6 12 6v24'/%3E%3Cpath d='M36 54V20l12-4 8 4v34'/%3E%3Cpath d='M18 42h4M18 36h4M42 42h4M42 34h4M42 28h4'/%3E%3C/svg%3E");
}

.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.featured-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px 24px;
  padding: 0 0 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.categories .section-title {
  margin-bottom: 12px;
}

.categories .featured-filters {
  margin-bottom: 14px;
  padding-bottom: 12px;
}

.categories {
  padding-bottom: 32px;
}

.categories + .event {
  padding-top: 24px;
}

.featured .section-title {
  margin-bottom: 14px;
}

.featured {
  position: relative;
  background: var(--white);
  padding-bottom: 20px;
}

.featured .section-title p {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(11, 99, 182, 0.1);
  color: #0b4f96;
  letter-spacing: 0.8px;
}

.featured .section-actions {
  margin-top: 16px;
}

.event {
  padding-bottom: 28px;
}

.event + .featured {
  padding-top: 28px;
}

.featured + .blog {
  padding-top: 20px;
}

.featured-filter-chip {
  border: 0;
  background: transparent;
  color: #1f2d45;
  border-radius: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.featured-filter-chip:hover {
  color: #27497a;
}

.featured-filter-chip:focus-visible {
  outline: 2px solid rgba(11, 99, 182, 0.45);
  outline-offset: 2px;
}

.featured-filter-chip.is-active {
  color: var(--primary);
}

.featured-filter-img {
  width: 28px;
  height: 28px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #e1e5ee;
  flex-shrink: 0;
}

.featured-filter-chip[data-filter="storage-tanks"] {
  margin-left: 14px;
  padding-left: 18px;
  border-left: 1px solid #cfd9e9;
}

.featured-filter-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #5f6772;
}

.featured-filter-chip.is-active .featured-filter-icon {
  color: var(--primary);
}

.featured-filter-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.featured-filter-icon--tank::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23606a77' stroke-width='1.8'%3E%3Crect x='7' y='3.5' width='10' height='16' rx='2.3'/%3E%3Cline x1='9' y1='21' x2='9' y2='19.5'/%3E%3Cline x1='15' y1='21' x2='15' y2='19.5'/%3E%3C/svg%3E");
}

.featured-filter-icon--solar::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23606a77' stroke-width='1.7'%3E%3Crect x='3.5' y='10' width='11' height='7' rx='1.2'/%3E%3Cline x1='7' y1='20' x2='8.5' y2='17'/%3E%3Cline x1='12' y1='20' x2='10.5' y2='17'/%3E%3Ccircle cx='18' cy='7' r='2.3'/%3E%3Cline x1='18' y1='1.5' x2='18' y2='3.2'/%3E%3Cline x1='18' y1='10.8' x2='18' y2='12.5'/%3E%3Cline x1='12.8' y1='7' x2='14.5' y2='7'/%3E%3Cline x1='21.5' y1='7' x2='23.2' y2='7'/%3E%3C/svg%3E");
}

.featured-filter-icon--pump::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23606a77' stroke-width='1.7'%3E%3Crect x='4' y='4.5' width='16' height='15' rx='2'/%3E%3Ccircle cx='9' cy='10' r='2.1'/%3E%3Cline x1='14' y1='9' x2='18' y2='9'/%3E%3Cline x1='14' y1='12' x2='18' y2='12'/%3E%3Cline x1='7' y1='19.5' x2='7' y2='22'/%3E%3Cline x1='17' y1='19.5' x2='17' y2='22'/%3E%3C/svg%3E");
}

.featured-filter-icon--all::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23606a77' stroke-width='1.7'%3E%3Crect x='4' y='4' width='6.5' height='6.5' rx='1.2'/%3E%3Crect x='13.5' y='4' width='6.5' height='6.5' rx='1.2'/%3E%3Crect x='4' y='13.5' width='6.5' height='6.5' rx='1.2'/%3E%3Crect x='13.5' y='13.5' width='6.5' height='6.5' rx='1.2'/%3E%3C/svg%3E");
}

.featured-empty {
  margin: 16px 0 0;
  color: var(--muted);
  font-weight: 600;
}

.featured .featured-slider {
  position: relative;
}

.featured .featured-track {
  gap: 18px;
  padding: 4px 2px 16px;
}

.featured .featured-track .product-card {
  flex: 0 0 calc((100% - 54px) / 4);
  min-width: 0;
}

.featured .slider-btn {
  width: 38px;
  height: 38px;
}

.featured .product-card {
  background: var(--white);
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 14px 14px 16px;
  gap: 10px;
  box-shadow: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.featured .product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(243, 154, 30, 0.45);
  box-shadow: none;
}

.featured .product-card .product-media img,
.featured .product-card .product-media .image-placeholder {
  width: 100%;
  height: 176px;
  object-fit: contain;
  border-radius: 0;
  border: none;
  background: transparent;
  padding: 0;
  display: block;
}

.featured .product-card h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--primary);
}

.featured .product-card p {
  margin: 0;
  color: #5a6f8c;
  font-size: 13px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.8em;
}

.featured .product-card .btn {
  margin-top: auto;
  align-self: flex-start;
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
  padding: 7px 12px;
  font-size: 12px;
}

.featured .product-card .btn:hover,
.featured .product-card .btn:focus-visible {
  border-color: #0b63b6;
  background: #0b63b6;
  color: #fff;
}

.product-card {
  background: var(--white);
  border-radius: 14px;
  border: 1px solid var(--line);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-card .product-media img,
.product-card .product-media .image-placeholder {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
}

.product-card h3 {
  margin: 0;
  font-size: 19px;
}

.product-card p {
  margin: 6px 0 16px;
  color: var(--muted);
}

.product-card .btn {
  align-self: flex-start;
}

.product-card button {
  border: 0;
  background: var(--primary);
  color: var(--white);
  border-radius: 8px;
  padding: 10px 14px;
  font-weight: 700;
  cursor: pointer;
}

.blog-slider {
  position: relative;
}

.blog-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 2px 16px;
  align-items: stretch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.blog-track::-webkit-scrollbar {
  display: none;
}

.blog .slider-btn.prev {
  left: -14px;
}

.blog .slider-btn.next {
  right: -14px;
}

.blog-card {
  flex: 0 0 calc((100% - 54px) / 4);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: hidden;
}

.blog-media {
  aspect-ratio: 16 / 8;
  overflow: hidden;
}

.blog-media img,
.blog-media .image-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom: 0;
}

.blog-media .image-placeholder {
  border: 0;
  border-bottom: 0;
  border-radius: 0;
}

.blog-body {
  flex: 1;
  padding: 14px 16px 16px;
  background: #0b63b6;
}

.blog-meta {
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.blog-tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.blog-tag--date {
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.94);
}

.blog-tag--type {
  background: #f39a1e;
  color: #fff;
}

.blog-body h3 {
  margin-top: 0;
  margin-bottom: 8px;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-body h3 a {
  color: inherit;
  text-decoration: none;
}

.blog-body h3 a:hover,
.blog-body h3 a:focus-visible {
  text-decoration: underline;
}

.blog-body p {
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 0;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.certs {
  background: linear-gradient(180deg, #f5f9ff, #eef4fb);
  text-align: center;
}

.certs h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
}

.certs p {
  max-width: 700px;
  margin: 12px auto 0;
  color: var(--muted);
}

.cert-list {
  margin-top: 24px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.cert-slider {
  position: relative;
}

.cert-list.category-track {
  padding: 4px 2px 16px;
}

.cert-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 4px 12px;
  font-weight: 700;
  color: var(--primary);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 120px;
  flex: 0 0 calc((100% - 54px) / 5);
  scroll-snap-align: start;
}

.cert-title {
  line-height: 1.1;
}

.cert-divider {
  width: 70%;
  height: 1px;
  background: rgba(15, 54, 110, 0.22);
}

.cert-logo {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.cert-logo--badge {
  border-radius: 8px;
  border: 1px solid rgba(15, 54, 110, 0.24);
  background: rgba(15, 54, 110, 0.07);
  color: var(--primary);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page-hero {
  background: linear-gradient(120deg, #0b2a66 0%, #1a4f9f 55%, #2f6bc1 100%);
  color: var(--white);
  padding: 64px 0;
}

.page-hero .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  min-width: 0;
  overflow-wrap: anywhere;
}

.page-hero .breadcrumb a,
.page-hero .breadcrumb span {
  color: inherit;
}

.page-hero .breadcrumb a {
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-hero .breadcrumb a:hover {
  color: #fff;
}

.page-hero h1 {
  margin: 10px 0 8px;
  font-size: clamp(28px, 3.8vw, 42px);
}

.page-hero p {
  max-width: min(100%, 1100px);
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

/* Media page hero */
.page-hero--media {
  padding: 56px 0 52px;
  background: linear-gradient(135deg, #0a2356 0%, #153d8a 40%, #1e5bb5 75%, #2a6cc9 100%);
  position: relative;
  overflow: hidden;
}

.page-hero--media::after {
  content: '';
  position: absolute;
  top: -40%;
  right: -10%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.page-hero--media h1 {
  margin: 8px 0 6px;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.page-hero-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 8px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 13px;
}

.page-hero--media p:not(.page-hero-subtitle) {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  max-width: min(100%, 1100px);
}

.catalog {
  padding: 48px 0 64px;
}

.catalog-categories {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e8eef6;
}

.catalog-categories .section-title {
  margin-bottom: 16px;
}

.catalog-categories .section-title p {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 4px;
}

.catalog-categories .section-title h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #0b2a66;
}

.contact-section {
  padding: 64px 0;
}

.production-page-section {
  padding: 64px 0;
}

.production-page-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(10, 42, 102, 0.08);
}

.production-richtext {
  display: grid;
  gap: 16px;
}

.production-richtext h2 {
  margin: 14px 0 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  color: var(--primary);
}

.production-richtext p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.media-list-page {
  padding: 56px 0 64px;
}

.company-page-section {
  padding: 56px 0 72px;
}

.company-page-section--no-sidebar .company-page-layout {
  grid-template-columns: minmax(0, 1fr);
}

/* ── Manufacturing Process page ── */
.mfg-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0 0 28px;
}
.mfg-gallery figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e2ecf6;
  background: #f7fafd;
  aspect-ratio: 4 / 3;
}
.mfg-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mfg-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 0 28px;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 8px 24px rgba(13,74,139,.12);
}
.mfg-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.mfg-callout {
  margin: 0 0 28px;
  padding: 24px 28px;
  background: linear-gradient(135deg, #0d4a8b, #1565b8);
  color: #fff;
  border-radius: 14px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  box-shadow: 0 10px 28px rgba(13,74,139,.18);
}

.mfg-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 36px;
}
.mfg-feature {
  padding: 22px 22px 20px;
  background: #fff;
  border: 1px solid #e2ecf6;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(13,74,139,.06);
}
.mfg-feature h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  color: #0d4a8b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.mfg-feature p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #5b6b80;
}

.mfg-facilities {
  display: grid;
  gap: 18px;
  margin: 0 0 32px;
}
.mfg-facility {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 22px;
  padding: 22px;
  background: #f7fafd;
  border: 1px solid #e2ecf6;
  border-radius: 14px;
}
.mfg-facility:not(:has(.mfg-facility__media)) {
  grid-template-columns: minmax(0, 1fr);
}
.mfg-facility__media {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8e2ee;
  aspect-ratio: 1 / 1;
}
.mfg-facility__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mfg-facility__name {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 800;
  color: #0d4a8b;
}
.mfg-facility__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
  margin: 0;
}
.mfg-facility__stats div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mfg-facility__stats dt {
  font-size: 11px;
  font-weight: 700;
  color: #7a8ca0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.mfg-facility__stats dd {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #1e3a5a;
}

@media (max-width: 900px) {
  .mfg-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .mfg-features {
    grid-template-columns: 1fr;
  }
  .mfg-facility {
    grid-template-columns: 1fr;
  }
  .mfg-facility__media {
    max-width: 220px;
  }
  .mfg-facility__stats {
    grid-template-columns: 1fr;
  }
  .mfg-callout {
    font-size: 15px;
    padding: 18px 20px;
  }
}

/* ── Dealer Benefits — Why Become a Solimpeks Dealer? ── */
.dealer-benefits {
  margin: 0 0 36px;
  padding: 36px 24px 24px;
  background: #f7fafd;
  border: 1px solid #e2ecf6;
  border-radius: 18px;
}
.dealer-benefits__title {
  margin: 0 0 28px;
  text-align: center;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 800;
  color: #0d4a8b;
  letter-spacing: 0.02em;
}
.dealer-benefits__layout {
  display: grid;
  grid-template-columns: 1fr minmax(180px, 280px) 1fr;
  gap: 24px;
  align-items: center;
}
.dealer-benefits__col {
  display: grid;
  gap: 22px;
}
.dealer-benefits__media {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dealer-benefits__media img {
  width: 100%;
  max-width: 280px;
  height: auto;
  display: block;
}
.dealer-benefits__card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.dealer-benefits__col--left .dealer-benefits__card {
  flex-direction: row-reverse;
  text-align: right;
}
.dealer-benefits__icon {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #d8e6f4;
  box-shadow: 0 4px 12px rgba(13,74,139,.06);
}
.dealer-benefits__icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
}
.dealer-benefits__body {
  flex: 1 1 0;
  min-width: 0;
}
.dealer-benefits__name {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 800;
  color: #0d4a8b;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.3;
}
.dealer-benefits__body p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #5b6b80;
}

@media (max-width: 900px) {
  .dealer-benefits {
    padding: 24px 16px 16px;
  }
  .dealer-benefits__layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .dealer-benefits__media {
    order: -1;
  }
  .dealer-benefits__media img {
    max-width: 220px;
  }
  .dealer-benefits__col--left .dealer-benefits__card {
    flex-direction: row;
    text-align: left;
  }
}

.company-page-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.company-sidebar {
  display: grid;
  gap: 20px;
  align-content: start;
  position: sticky;
  top: 20px;
}

.company-sidebar-card,
.company-content-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 38px rgba(16, 42, 82, 0.08);
}

.company-sidebar-card {
  padding: 22px 20px;
}

.company-sidebar-card h3,
.company-content-card h2 {
  margin: 0 0 12px;
}

.company-sidebar-card p,
.company-content-card p {
  margin: 0;
  color: var(--muted);
}

.media-entry-meta {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
}

.media-entry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.media-entry-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #edf4fb;
  color: #17314d;
  font-size: 12px;
  font-weight: 700;
}

.company-sidebar-card--accent {
  background: rgba(255, 255, 255, 0.94);
  border-color: var(--line);
  color: var(--ink);
  box-shadow: 0 18px 38px rgba(16, 42, 82, 0.08);
}

.company-sidebar-card--accent h3 {
  color: var(--primary);
}

.company-sidebar-card--accent p,
.company-sidebar-card--accent li {
  color: var(--muted);
}

.company-sidebar-links {
  display: grid;
  gap: 8px;
}

.company-sidebar-links a {
  display: block;
  padding: 10px 12px;
  border-radius: 14px;
  background: #f3f7fd;
  border: 1px solid rgba(10, 42, 102, 0.06);
  font-weight: 700;
  color: var(--ink);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.company-sidebar-links a:hover,
.company-sidebar-links a.is-active {
  background: #eaf1fb;
  border-color: rgba(11, 42, 102, 0.18);
  transform: translateY(-1px);
}

.company-highlight-list,
.company-bullet-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.company-highlight-list li,
.company-bullet-list li {
  color: var(--ink);
}

.company-page-article {
  display: grid;
  gap: 18px;
}

.company-page-article > p {
  margin: 0;
  padding: 0 2px;
  font-size: 17px;
  color: #32445e;
}

.company-content-card {
  padding: 24px 24px 22px;
  display: grid;
  gap: 14px;
}

.company-content-card h2 {
  font-size: clamp(22px, 3vw, 28px);
  color: var(--primary);
}

.company-sidebar-cta {
  margin-top: 6px;
}

.media-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 28px;
}

.media-sidebar {
  display: grid;
  align-content: start;
  gap: 22px;
}

.media-sidebar-block {
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
}

.media-sidebar-block:last-child {
  border-bottom: 0;
}

.media-sidebar-block--highlight {
  border: 0;
  border-radius: 18px;
  padding: 22px 20px;
  background: linear-gradient(180deg, #0c4d86 0%, #0a66b7 100%);
  color: #fff;
  box-shadow: 0 16px 30px rgba(11, 69, 120, 0.18);
}

.media-sidebar h3 {
  margin: 0 0 10px;
  font-size: 30px;
}

.media-sidebar-block--highlight h3 {
  color: #fff;
}

.media-sidebar-block--highlight p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.media-sidebar-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  color: #0b63b6;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.media-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.media-category-list a {
  display: inline-flex;
  color: #4b607f;
  padding: 2px 0;
}

.media-category-list a.is-active {
  color: #0b63b6;
  font-weight: 700;
}

.media-category-list li.is-hidden {
  display: none;
}

.media-category-list li.was-hidden {
  animation: mediaCategoryFadeIn 0.25s ease forwards;
}

@keyframes mediaCategoryFadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

.media-category-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding: 6px 12px;
  border: 1px solid #d8e1ee;
  border-radius: 999px;
  background: #fff;
  color: #0a2a66;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
}

.media-category-toggle svg {
  transition: transform 0.2s ease;
}

.media-category-toggle:hover {
  border-color: #0a2a66;
  background: #0a2a66;
  color: #fff;
}

.media-category-toggle[data-expanded="true"] svg {
  transform: rotate(180deg);
}

.media-category-toggle .media-category-toggle-label-hide {
  display: none;
}

.media-category-toggle[data-expanded="true"] .media-category-toggle-label-show {
  display: none;
}

.media-category-toggle[data-expanded="true"] .media-category-toggle-label-hide {
  display: inline;
}

.media-recent-list {
  display: grid;
  gap: 12px;
}

.media-recent-item {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.media-recent-thumb {
  display: block;
  width: 78px;
  height: 64px;
  overflow: hidden;
  border-radius: 6px;
}

.media-recent-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-recent-body h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
}

.media-recent-body h4 a {
  color: var(--ink);
}

.media-recent-body p {
  margin: 6px 0 0;
  font-size: 14px;
  color: #7c8aa0;
}

.media-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.media-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.media-pagination-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--primary);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease;
}

.media-pagination-btn:hover {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

.media-pagination-btn--primary {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

.media-pagination-btn--primary:hover {
  background: var(--accent);
  border-color: var(--accent);
}

.media-pagination-btn.is-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}

.media-pagination-info {
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
}

/* Load More */
.media-load-more-wrap {
  display: flex;
  justify-content: center;
  margin: 20px 0 32px;
  padding-top: 16px;
  border-top: 1px solid #e4ecf5;
}

.blog-list + .media-load-more-wrap,
.news-list + .media-load-more-wrap,
.expert-list + .media-load-more-wrap {
  margin-top: 18px;
  padding-top: 18px;
}

.media-load-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 36px;
  border: 2px solid var(--primary);
  border-radius: 8px;
  background: transparent;
  color: var(--primary);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: all 0.25s ease;
}

.media-load-more-btn svg {
  transition: transform 0.25s ease;
}

.media-load-more-btn:hover {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.media-load-more-btn:hover svg {
  transform: translateY(3px);
}

.media-load-more-btn:active {
  transform: scale(0.97);
}

@keyframes mediaCardFadeIn {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.media-post-card--fadein {
  animation: mediaCardFadeIn 0.4s ease forwards;
}

/* ── News/Blog/Expert article heroes — blue banner overrides ── */
.page-hero--media.news-article-hero,
.page-hero--media.blog-article-hero,
.page-hero--media.expert-article-hero {
  padding: 56px 0 48px;
  border-bottom: 0;
  background: linear-gradient(135deg, #0a2356 0%, #153d8a 40%, #1e5bb5 75%, #2a6cc9 100%);
}

.page-hero--media.news-article-hero .breadcrumb,
.page-hero--media.blog-article-hero .breadcrumb,
.page-hero--media.expert-article-hero .breadcrumb {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}

.page-hero--media.news-article-hero .breadcrumb a,
.page-hero--media.blog-article-hero .breadcrumb a,
.page-hero--media.expert-article-hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.15s ease;
}

.page-hero--media.news-article-hero .breadcrumb a:hover,
.page-hero--media.blog-article-hero .breadcrumb a:hover,
.page-hero--media.expert-article-hero .breadcrumb a:hover {
  color: #fff;
}

.page-hero--media.news-article-hero .breadcrumb span,
.page-hero--media.blog-article-hero .breadcrumb span,
.page-hero--media.expert-article-hero .breadcrumb span {
  color: rgba(255, 255, 255, 0.5);
  margin: 0 6px;
}

.page-hero--media.news-article-hero h1,
.page-hero--media.blog-article-hero h1,
.page-hero--media.expert-article-hero h1 {
  color: #fff;
}

.page-hero--media .news-eyebrow,
.page-hero--media .blog-eyebrow,
.page-hero--media .expert-eyebrow {
  color: #f39a1e;
}

.page-hero--media .news-article-summary,
.page-hero--media .blog-article-summary,
.page-hero--media .expert-article-summary {
  color: rgba(255, 255, 255, 0.88);
  max-width: 720px;
}

.page-hero--media .news-article-meta,
.page-hero--media .blog-article-meta,
.page-hero--media .expert-article-meta {
  color: rgba(255, 255, 255, 0.78);
}

.page-hero--media .news-meta-cat,
.page-hero--media .blog-meta-cat,
.page-hero--media .expert-meta-cat {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 12px;
}

.media-post-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.media-post-card:hover {
  transform: translateY(-4px);
  border-color: rgba(11, 99, 182, 0.28);
  box-shadow: 0 18px 36px rgba(17, 40, 73, 0.12);
}

.media-post-media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.media-post-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.media-post-card:hover .media-post-media img {
  transform: scale(1.03);
}

.media-post-body {
  padding: 14px 14px 16px;
  display: grid;
  gap: 6px;
}

.media-post-meta {
  margin: 0;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.media-post-tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.media-post-tag--date {
  background: #eaf1fb;
  color: #355782;
}

.media-post-tag--type {
  background: #f39a1e;
  color: #fff;
}

.media-post-body h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.3;
}

.media-post-body h3 a {
  color: var(--primary);
}

.media-post-body p {
  margin: 0;
  color: var(--muted);
}

.media-post-excerpt {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.media-readmore {
  display: inline-flex;
  margin-top: 6px;
  color: #0b63b6;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ─────────────────────────────────────────────────────────────
   Media hub corporate row layout (no cards) — overrides above
   ───────────────────────────────────────────────────────────── */
.media-list-page .media-post-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.media-list-page .media-post-card {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 28px;
  align-items: flex-start;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e4ecf5;
  border-radius: 0;
  padding: 28px 0;
  overflow: visible;
  transition: none;
}
.media-list-page .media-post-card:first-child {
  padding-top: 8px;
}
.media-list-page .media-post-card:last-child {
  border-bottom: 0;
}
.media-list-page .media-post-card:hover {
  transform: none;
  border-color: #e4ecf5;
  border-bottom-color: #f39a1e;
  box-shadow: none;
}
.media-list-page .media-post-media {
  aspect-ratio: 4 / 3;
  border-radius: 4px;
  overflow: hidden;
}
.media-list-page .media-post-card:hover .media-post-media img {
  transform: none;
}
.media-list-page .media-post-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.media-list-page .media-post-meta {
  gap: 8px;
}
.media-list-page .media-post-tag {
  border-radius: 0;
  padding: 4px 10px;
  font-size: 11px;
  letter-spacing: 0.06em;
}
.media-list-page .media-post-tag--date {
  background: transparent;
  color: #6c7a91;
  padding: 4px 0;
}
.media-list-page .media-post-tag--type {
  background: transparent;
  color: #f39a1e;
  padding: 4px 0;
  border-left: 1px solid #d8e1ee;
  padding-left: 10px;
}
.media-list-page .media-post-body h3 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #0a2a66;
  line-height: 1.3;
  margin: 4px 0 0;
}
.media-list-page .media-post-body h3 a {
  color: #0a2a66;
  text-decoration: none;
}
.media-list-page .media-post-body h3 a:hover {
  color: #133f8f;
}
.media-list-page .media-post-excerpt {
  font-size: 15px;
  line-height: 1.7;
  color: #4a5870;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.media-list-page .media-readmore {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0a2a66;
  text-decoration: none;
  border-bottom: 2px solid #f39a1e;
  padding-bottom: 2px;
  align-self: flex-start;
}
.media-list-page .media-readmore:hover {
  color: #133f8f;
}
@media (max-width: 760px) {
  .media-list-page .media-post-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .media-list-page .media-post-media {
    max-width: 360px;
  }
}

/* ── Sidebar Contact Us card — corporate ──────────────────── */
.media-list-page .media-sidebar-block--highlight {
  position: relative;
  background: linear-gradient(155deg, #0a2a66 0%, #133f8f 60%, #0a2a66 100%);
  border: 0;
  border-radius: 8px;
  padding: 28px 24px 26px;
  color: #fff;
  box-shadow: 0 24px 50px rgba(10, 42, 102, 0.2);
  overflow: hidden;
}
.media-list-page .media-sidebar-block--highlight::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #f39a1e 0%, #ffb84d 100%);
}
.media-list-page .media-sidebar-block--highlight::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(243, 154, 30, 0.08);
  pointer-events: none;
}
.media-list-page .media-sidebar-block--highlight h3 {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
  line-height: 1.25;
}
.media-list-page .media-sidebar-block--highlight h3::before {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  background: #f39a1e;
  margin-bottom: 14px;
}
.media-list-page .media-sidebar-block--highlight p {
  position: relative;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.65;
}
.media-list-page .media-sidebar-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 0;
  padding: 14px 22px;
  border-radius: 4px;
  background: #f39a1e;
  border: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  box-shadow: 0 8px 20px rgba(243, 154, 30, 0.28);
  transition: background 0.18s, box-shadow 0.18s, transform 0.12s;
}
.media-list-page .media-sidebar-cta::after {
  content: "→";
  font-weight: 700;
  transition: transform 0.18s;
}
.media-list-page .media-sidebar-cta:hover {
  background: #fff;
  color: #0a2a66;
  box-shadow: 0 12px 28px rgba(255, 255, 255, 0.18);
}
.media-list-page .media-sidebar-cta:hover::after {
  transform: translateX(4px);
}

/* ── Expert Advice ──────────────────────────────────────────────────────── */

/* Listing layout: sidebar + content */
.expert-listing {
  padding: 0;
}

.expert-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 32px;
}

/* Sidebar */
.expert-sidebar {
  display: grid;
  align-content: start;
  gap: 24px;
}

.expert-sidebar-block {
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
}

.expert-sidebar-block:last-child {
  border-bottom: 0;
}

.expert-sidebar h3 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--ink);
}

/* Category list */
.expert-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
}

.expert-category-list a {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  color: #4b607f;
  transition: color 0.18s, padding-left 0.18s;
}

.expert-category-list a:hover {
  color: #0169b4;
  padding-left: 6px;
}

.expert-category-list a.is-active {
  color: #0169b4;
  font-weight: 700;
}

/* Author list */
.expert-author-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.expert-author-list li {
  display: block;
}

.expert-author-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  color: #1e3a5a;
  line-height: 1.3;
  transition: background 0.18s, transform 0.18s, box-shadow 0.18s;
  text-decoration: none;
}

.expert-author-link span {
  flex: 1 1 0;
  word-break: break-word;
}

.expert-author-link:hover {
  background: #f5f9fd;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(13,74,139,0.08);
  color: #0169b4;
}

.expert-author-link.is-active {
  background: linear-gradient(180deg, #eaf1fb 0%, #d8e8f5 100%);
  color: #0169b4;
  box-shadow: 0 4px 12px rgba(13,74,139,0.12);
}

.expert-author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(13,74,139,0.15);
  flex-shrink: 0;
}

.expert-author-link.is-active .expert-author-avatar {
  border-color: #0169b4;
  box-shadow: 0 4px 12px rgba(13,74,139,0.25);
}

/* Sidebar CTA */
.expert-sidebar-block--cta {
  border: 0;
  border-radius: 18px;
  padding: 22px 20px;
  background: linear-gradient(180deg, #0c4d86 0%, #0a66b7 100%);
  color: #fff;
  box-shadow: 0 16px 30px rgba(11, 69, 120, 0.18);
}

.expert-sidebar-block--cta h3 {
  color: #fff;
}

.expert-sidebar-block--cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.55;
}

.expert-sidebar-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  color: #0b63b6;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-size: 13px;
  transition: background 0.2s, color 0.2s;
}

.expert-sidebar-cta-btn:hover {
  background: var(--accent);
  color: #fff;
}

/* Content area */
.expert-content {
  min-width: 0;
}

.expert-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

/* Card */
.expert-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.expert-card:hover {
  transform: translateY(-4px);
  border-color: rgba(11, 99, 182, 0.25);
  box-shadow: 0 18px 36px rgba(10, 42, 102, 0.10);
}

.expert-card-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.expert-card-media a,
.expert-card-media > span {
  display: block;
  width: 100%;
  height: 100%;
}

.expert-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.expert-card:hover .expert-card-media img {
  transform: scale(1.03);
}

.expert-video-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 42, 102, 0.85);
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  backdrop-filter: blur(4px);
}

/* Card body */
.expert-card-body {
  padding: 16px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.expert-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 2px;
}

/* Author inside card (like solimpeks.com) */
.expert-card-author {
  display: flex;
  align-items: center;
  gap: 8px;
}

.expert-card-author-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid var(--line);
}

.expert-card-author-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}

.expert-card-author-name:hover {
  color: #0169b4;
}

.expert-date {
  font-size: 13px;
  color: #767676;
}

.expert-cat-label {
  font-size: 12px;
  font-weight: 600;
  color: #0169b4;
}

.expert-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #0a2a66 0%, #0b63b6 100%);
  color: #fff;
}

.expert-card-body h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.4;
}

.expert-card-body h3 a {
  color: var(--ink);
  transition: color 0.2s;
}

.expert-card-body h3 a:hover {
  color: #0169b4;
}

.expert-card-excerpt {
  margin: 0;
  color: #767676;
  font-size: 14px;
  line-height: 1.6;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.expert-readmore {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  padding-top: 6px;
  color: #0169b4;
  font-weight: 700;
  font-size: 13px;
  transition: color 0.2s;
}

.expert-readmore:hover {
  color: #015ea2;
  text-decoration: underline;
}

/* ── Expert Detail Page ─────────────────────────────────────────────────── */

.expert-detail {
  padding: 36px 0 80px;
}

.expert-detail-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.expert-detail-sidebar {
  display: grid;
  align-content: start;
  gap: 20px;
  position: sticky;
  top: 24px;
}

.expert-profile-card {
  background: linear-gradient(180deg, #0a2a66 0%, #0c4d86 100%);
  border-radius: 18px;
  padding: 28px 22px;
  text-align: center;
  color: #fff;
}

.expert-profile-photo {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 14px;
}

.expert-profile-card h3 {
  margin: 0 0 4px;
  font-size: 20px;
  color: #fff;
}

.expert-profile-title {
  margin: 0 0 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
}

.expert-profile-card .expert-tag {
  background: rgba(255, 255, 255, 0.18);
}

.expert-video-section .expert-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 16px;
  overflow: hidden;
}

.expert-video-section .expert-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.expert-detail-content {
  display: grid;
  gap: 22px;
}

.expert-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.expert-card--sm .expert-card-media {
  aspect-ratio: 16 / 10;
}

.expert-card--sm .expert-card-body {
  padding: 12px 14px 16px;
}

.expert-card--sm .expert-card-body h3 {
  font-size: 15px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.events-directory {
  padding: 56px 0 80px;
  background:
    radial-gradient(circle at top right, rgba(11, 99, 182, 0.08), transparent 32%),
    linear-gradient(180deg, #f7fafc 0%, #ffffff 38%, #f4f8fb 100%);
}

.events-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.events-summary-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #eef5fb 100%);
  border: 1px solid #d3dfeb;
  border-radius: 20px;
  padding: 20px 22px;
  display: grid;
  gap: 6px;
  box-shadow: 0 18px 35px rgba(11, 34, 63, 0.06);
}

.events-summary-card span {
  color: #61758d;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 700;
}

.events-summary-card strong {
  color: #102b4c;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
}

.events-summary-card em {
  color: #2c5c8e;
  font-style: normal;
  font-weight: 600;
}

.events-summary-card--next {
  background: linear-gradient(135deg, #0e3962 0%, #0b63b6 100%);
  border-color: rgba(11, 99, 182, 0.2);
}

.events-summary-card--next span,
.events-summary-card--next strong,
.events-summary-card--next em {
  color: #fff;
}
.events-summary-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s, transform 0.1s;
  align-self: flex-start;
}
.events-summary-card__cta:hover {
  background: #f39a1e;
  border-color: #f39a1e;
  color: #fff;
  transform: translateY(-1px);
}

.events-spotlight {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 24px 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0d2d58 0%, #144777 52%, #0b63b6 100%);
  color: #fff;
  box-shadow: 0 28px 60px rgba(8, 33, 67, 0.18);
  margin-bottom: 24px;
}

.events-spotlight__date {
  min-width: 118px;
  min-height: 118px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 14px;
}

.events-spotlight__date span {
  font-size: clamp(34px, 5vw, 46px);
  font-weight: 800;
  line-height: 1;
}

.events-spotlight__date strong,
.events-spotlight__date em {
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
}

.events-spotlight__content {
  display: grid;
  gap: 10px;
}

.events-spotlight__eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.events-spotlight__content h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.1;
}

.events-spotlight__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 0;
}

.events-spotlight__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: 600;
}

.events-spotlight__aside {
  display: grid;
  justify-items: end;
  gap: 6px;
  min-width: 124px;
}

.events-spotlight__aside span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
}

.events-spotlight__aside strong {
  color: #fff;
  font-size: clamp(26px, 3vw, 38px);
}

.events-spotlight__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 14px 26px;
  background: #fff;
  color: #0a2a66;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  border: 2px solid #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  transition: background 0.18s, color 0.18s, transform 0.12s, box-shadow 0.18s;
  white-space: nowrap;
}
.events-spotlight__cta:hover {
  background: #f39a1e;
  border-color: #f39a1e;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(243, 154, 30, 0.35);
}

.events-upcoming-panel {
  margin-bottom: 24px;
}

.events-upcoming-panel__head {
  margin-bottom: 14px;
}

.events-upcoming-panel__head h2 {
  margin: 0 0 8px;
  color: #102b4c;
}

.events-upcoming-panel__head p:last-child {
  margin-bottom: 0;
}

.events-upcoming-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.events-upcoming-card {
  background: linear-gradient(180deg, #ffffff 0%, #f1f6fb 100%);
  border: 1px solid #d7e3ee;
  border-radius: 22px;
  padding: 20px 22px;
  box-shadow: 0 18px 35px rgba(12, 31, 61, 0.06);
}

.events-upcoming-card__date {
  margin: 0 0 10px;
  color: #0b63b6;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 12px;
}

.events-upcoming-card h3 {
  margin: 0 0 8px;
  color: #102b4c;
  font-size: 22px;
}

.events-upcoming-card__place {
  margin: 0 0 18px;
  color: #5c728a;
}

.events-upcoming-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid #e3ecf4;
}

.events-upcoming-card__meta span {
  color: #5c728a;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 800;
}

.events-upcoming-card__meta strong {
  color: #17375c;
}

.events-filters-panel {
  background: #fff;
  border: 1px solid #d9e5ef;
  border-radius: 24px;
  padding: 24px 26px;
  margin-bottom: 18px;
  box-shadow: 0 20px 40px rgba(12, 31, 61, 0.06);
}

.events-filters-panel__head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 18px;
}

.events-section-kicker {
  margin: 0 0 8px;
  color: #0b63b6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.events-filters-panel__head h2 {
  margin: 0 0 8px;
  color: #102b4c;
}

.events-filters-panel__head p:last-child,
.events-filters-panel__head > div > p:last-child {
  margin-bottom: 0;
}

.events-results-meta {
  margin: 0;
  color: #627790;
  font-weight: 600;
  white-space: nowrap;
}

.events-results-meta strong {
  color: #0b63b6;
  font-size: 24px;
}

.events-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  flex-wrap: wrap;
}

.events-filter-chip {
  border: 1px solid #d7e2ef;
  background: #f8fbff;
  color: #45617f;
  border-radius: 999px;
  padding: 9px 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.events-filter-chip.is-active,
.events-filter-chip:hover {
  background: #0b63b6;
  border-color: #0b63b6;
  color: #fff;
}

.events-toolbar-controls {
  display: flex;
  gap: 12px;
  align-items: end;
  flex-wrap: wrap;
  flex: 1 1 540px;
}

.events-search-field,
.events-select-field {
  display: grid;
  gap: 8px;
  color: #5d748d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.events-search-field {
  flex: 1 1 320px;
}

.events-search-field input,
.events-select-field select {
  min-height: 46px;
  border: 1px solid #d7e2ef;
  border-radius: 14px;
  padding: 0 14px;
  background: #fff;
  color: #1c3554;
  min-width: 220px;
  width: 100%;
}

.events-toolbar-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.events-status-pills {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.events-status-pills__label {
  color: #5d748d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.events-reset-button {
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid #d7e2ef;
  background: transparent;
  color: #274d74;
  padding: 0 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.events-reset-button:hover {
  border-color: #0b63b6;
  color: #0b63b6;
}

.events-table-shell {
  border: 1px solid #dbe5ef;
  border-radius: 22px;
  overflow: auto;
  max-height: 560px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(12, 31, 61, 0.06);
}
.events-table-shell .events-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
}

.events-table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
}

@media (max-width: 768px) {
  .events-table-shell {
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 520px;
  }
  .events-table {
    min-width: 760px;
  }
  .events-table thead th,
  .events-table tbody td {
    padding: 8px 10px;
    font-size: 13px;
    white-space: nowrap;
  }
  .events-date-cell {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
  }
  .events-date-cell strong {
    white-space: nowrap;
  }
  .events-status-badge {
    padding: 4px 8px;
    font-size: 11px;
  }
}

.events-table thead th {
  position: sticky;
  top: 0;
  background: #0f2747;
  color: #fff;
  text-align: left;
  padding: 16px 18px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  z-index: 1;
}

.events-table tbody td {
  padding: 16px 18px;
  border-bottom: 1px solid #e7eef6;
  color: #526980;
  vertical-align: top;
}

.events-table tbody tr:hover td {
  background: #f8fbff;
}

.events-row.is-upcoming td:first-child {
  box-shadow: inset 4px 0 0 #0b63b6;
}

.events-table tbody td strong {
  color: #17375c;
}

.events-date-cell {
  display: grid;
  gap: 8px;
}

.events-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.events-status-badge--upcoming {
  background: #e7f4eb;
  color: #187046;
}

.events-status-badge--past {
  background: #eef2f7;
  color: #5f738c;
}

.events-empty {
  margin: 18px 0 0;
  color: #6a7f96;
  font-weight: 600;
}

@media (max-width: 900px) {
  .events-overview {
    grid-template-columns: 1fr;
  }

  .events-upcoming-grid {
    grid-template-columns: 1fr;
  }

  .events-spotlight {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .events-spotlight__aside {
    justify-items: start;
  }

  .events-filters-panel__head {
    align-items: start;
    flex-direction: column;
  }

  .events-search-field input,
  .events-select-field select {
    min-width: 180px;
  }
}

@media (max-width: 640px) {
  .events-directory {
    padding: 40px 0 56px;
  }

  .events-toolbar-controls,
  .events-search-field,
  .events-select-field,
  .events-search-field input,
  .events-select-field select {
    width: 100%;
  }

  .events-toolbar-actions,
  .events-status-pills {
    width: 100%;
    justify-content: flex-start;
  }

  .events-reset-button {
    width: 100%;
  }
}

.contact-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr 1.2fr;
}

.contact-grid--reference {
  align-items: stretch;
  grid-template-columns: minmax(300px, 0.68fr) minmax(480px, 1.32fr);
}

@media (max-width: 900px) {
  .contact-grid--reference {
    grid-template-columns: 1fr;
  }
}

.contact-locations {
  display: grid;
  gap: 14px;
  height: 100%;
  grid-auto-rows: 1fr;
}

.contact-office-card,
.contact-panel {
  background: linear-gradient(180deg, #133d72 0%, #0d2d58 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  color: #fff;
  box-shadow: 0 22px 50px rgba(10, 34, 68, 0.16);
}

.contact-office-card {
  padding: 18px;
  display: grid;
  gap: 14px;
}

.contact-office-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.contact-office-card h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  color: #fff;
}

.contact-office-subtitle {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 700;
}

.contact-office-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.contact-office-link:hover {
  background: rgba(255, 255, 255, 0.14);
}

.contact-office-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.contact-office-meta li {
  display: grid;
  gap: 3px;
}

.contact-office-meta span {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 700;
}

.contact-office-meta a,
.contact-office-meta strong {
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}

.contact-office-map {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.contact-office-map iframe {
  display: block;
  width: 100%;
  height: 150px;
  border: 0;
  filter: grayscale(0.08) saturate(0.95);
}

.contact-panel {
  padding: 24px;
  display: grid;
  gap: 20px;
  position: relative;
  height: 100%;
}

.contact-panel-copy {
  display: grid;
  gap: 8px;
  position: relative;
}

.contact-panel-kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 700;
}

.contact-panel h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  color: #fff;
}

.contact-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.contact-form-head h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
}

.contact-meta {
  margin-top: 6px;
  display: grid;
  gap: 6px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.contact-meta strong {
  color: #fff;
}

.contact-schedule {
  display: grid;
  gap: 8px;
}

.contact-schedule-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-schedule-item strong {
  color: #fff;
  font-size: 14px;
}

.contact-schedule-item span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  text-align: right;
}

.contact-world-clocks {
  display: grid;
  gap: 0;
  position: relative;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  overflow: visible;
  z-index: 6;
}

.contact-world-clocks-summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  cursor: pointer;
}

.contact-world-clocks-summary::-webkit-details-marker {
  display: none;
}

.contact-world-clocks-summary-text {
  display: grid;
  gap: 2px;
}

.contact-world-clocks-summary-label {
  color: #fff;
  font-weight: 700;
}

.contact-world-clocks-summary-count {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.contact-world-clocks-summary-icon {
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(255, 255, 255, 0.78);
  border-bottom: 2px solid rgba(255, 255, 255, 0.78);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-top: -4px;
}

.contact-world-clocks[open] .contact-world-clocks-summary-icon {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.contact-world-clocks-panel {
  display: grid;
  gap: 10px;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  padding: 14px 16px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(19, 61, 114, 0.98), rgba(13, 45, 88, 0.98));
  box-shadow: 0 18px 36px rgba(7, 24, 48, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.contact-world-clocks[open] .contact-world-clocks-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.contact-world-clocks-text {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.contact-timezone-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-timezone-card {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-timezone-day {
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-timezone-time {
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.contact-timezone-label {
  color: #fff;
  font-weight: 700;
}

.contact-timezone-note {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--line);
  padding: 12px 14px;
  min-height: 48px;
  font: inherit;
}

.contact-form--panel input,
.contact-form--panel textarea {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.96);
  color: #16314f;
  min-height: 56px;
  padding: 14px 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.contact-form--panel input::placeholder,
.contact-form--panel textarea::placeholder {
  color: #8a98ae;
}

.contact-form--panel textarea {
  min-height: 126px;
  resize: vertical;
}

.form-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-status {
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 600;
}

.form-status.success {
  background: rgba(61, 181, 112, 0.14);
  color: #ddf7e8;
  border: 1px solid rgba(107, 215, 151, 0.26);
}

.form-status.error {
  background: rgba(212, 80, 80, 0.16);
  color: #ffe3e3;
  border: 1px solid rgba(255, 163, 163, 0.25);
}

.contact-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 58px;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid rgba(82, 153, 235, 0.44);
  background: transparent;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.contact-submit:hover {
  border-color: rgba(132, 187, 255, 0.72);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
}

.contact-submit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 15px;
  line-height: 1;
}

.contact-showcase-media {
  margin: 10px 0 0;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 260px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.1)),
    radial-gradient(circle at 20% 20%, rgba(103, 168, 255, 0.28), transparent 38%),
    #0f3769;
}

.contact-showcase-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.contact-panel-images {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.contact-panel-images::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: linear-gradient(180deg, rgba(103, 168, 255, 0.55), rgba(103, 168, 255, 0));
  border-radius: 2px;
  pointer-events: none;
}

.contact-panel-image {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 34, 68, 0.35);
  box-shadow:
    0 14px 30px rgba(6, 22, 48, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  aspect-ratio: 16 / 10;
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}

.contact-panel-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 28, 60, 0) 55%, rgba(9, 28, 60, 0.55) 100%);
  opacity: 0.8;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.contact-panel-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.45s ease;
  filter: saturate(1.02);
}

.contact-panel-image:hover {
  transform: translateY(-2px);
  border-color: rgba(103, 168, 255, 0.35);
  box-shadow:
    0 22px 44px rgba(6, 22, 48, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.contact-panel-image:hover img {
  transform: scale(1.035);
  filter: saturate(1.08) brightness(1.03);
}

.contact-panel-image:hover::after {
  opacity: 0.5;
}

@media (prefers-reduced-motion: reduce) {
  .contact-panel-image,
  .contact-panel-image img,
  .contact-panel-image::after {
    transition: none;
  }
  .contact-panel-image:hover {
    transform: none;
  }
  .contact-panel-image:hover img {
    transform: none;
  }
}

.catalog-quick-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 14px;
}

.catalog-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 4px;
  border: 1px solid #dde4ee;
  background: #fff;
  color: #27436d;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.catalog-chip:hover {
  border-color: var(--primary, #0b63b6);
  color: var(--primary, #0b63b6);
  background: #f5f9ff;
}

.catalog-chip.is-active {
  background: var(--primary, #0b63b6);
  border-color: var(--primary, #0b63b6);
  color: #fff;
  box-shadow: 0 2px 8px rgba(11, 99, 182, 0.2);
}

.catalog-chip--sm {
  min-height: 32px;
  padding: 0 14px;
  font-size: 12px;
}

.catalog-track .catalog-card[hidden] {
  display: none !important;
}

.catalog-filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 14px;
  margin: 4px 0 18px;
}

.catalog-filter-bar .catalog-quick-filter {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 10px;
}

.catalog-filter-bar .catalog-quick-filter .catalog-chip {
  width: 100%;
  padding: 0 12px;
  text-align: center;
}

@media (max-width: 640px) {
  .catalog-filter-bar {
    gap: 8px;
  }

  .catalog-unit-select {
    width: 100%;
    margin-left: 0;
    justify-content: center;
    min-height: 40px;
    padding: 4px 10px;
    order: 99;
  }

  .catalog-unit-select select {
    height: 36px;
    font-size: 13px;
  }

  .catalog-filter-bar .catalog-quick-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .catalog-filter-bar .catalog-quick-filter .catalog-chip {
    padding: 0 8px;
    font-size: 12px;
    min-height: 40px;
  }
}

.catalog-unit-select {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  margin-left: auto;
  padding: 4px 6px 4px 14px;
  background: #fff;
  border: 1px solid #dde4ee;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(15, 36, 72, 0.04);
}

.catalog-unit-select-label {
  font-size: 11px;
  font-weight: 700;
  color: #6b7d95;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.catalog-unit-select select {
  font: inherit;
  font-size: 13px;
  height: 32px;
  padding: 0 30px 0 10px;
  border: 0;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1.5L6 6.5L11 1.5' stroke='%230b63b6' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: #0b2a66;
  font-weight: 600;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  min-width: 90px;
}

.catalog-unit-select select:focus {
  outline: 0;
}

.catalog-unit-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 10px 14px;
  background: #f7f9fc;
  border: 1px solid #e3e9f2;
  border-radius: 4px;
}

.catalog-unit-label {
  font-size: 11px;
  font-weight: 700;
  color: #6b7d95;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-right: 4px;
}

.filter-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 14px;
  margin: 8px 0 24px;
  padding: 14px 16px;
  background: #ffffff;
  border: 1px solid #dde4ee;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(15, 36, 72, 0.04);
}

.filter-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 180px;
  flex: 1 1 200px;
}

.filter-form .btn,
.filter-form button[type="submit"] {
  height: 38px;
  padding: 0 22px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  flex: 0 0 auto;
}

/* L filter — label inline with select */
.filter-form label.filter-group:has(select[name="l"]) {
  flex-direction: row;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.filter-form label.filter-group:has(select[name="l"]) .filter-label {
  margin: 0;
}

.filter-group-active {
  flex-direction: row;
  align-items: center;
  gap: 14px;
  padding: 0 14px 0 18px;
  border: 1px solid #e3e9f2;
  border-left: 3px solid var(--primary, #0b63b6);
  border-radius: 4px;
  background: #f6f9fd;
  min-height: 48px;
}

.filter-group-active .filter-label {
  margin: 0;
}

.filter-group-active strong {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #102544;
  flex: 1 1 auto;
}

.filter-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6b7d95;
  font-weight: 700;
}

.filter-form input[type="text"] {
  font: inherit;
  font-size: 13px;
  height: 38px;
  padding: 0 12px;
  border-radius: 4px;
  border: 1px solid #d5dee9;
  background: #fff;
  color: #102544;
}

.filter-form input[type="text"]:focus {
  outline: 0;
  border-color: var(--primary, #0b63b6);
  box-shadow: 0 0 0 3px rgba(11, 99, 182, 0.12);
}

.filter-form select {
  font: inherit;
  font-size: 13px;
  height: 38px;
  padding: 0 34px 0 12px;
  border-radius: 4px;
  border: 1px solid #d5dee9;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1.5L6 6.5L11 1.5' stroke='%236b7d95' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  color: #102544;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 0;
  width: 100%;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.filter-form select:hover {
  border-color: #b6c3d4;
}

.filter-form select:focus {
  outline: 0;
  border-color: var(--primary, #0b63b6);
  box-shadow: 0 0 0 3px rgba(11, 99, 182, 0.12);
}

.filter-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: var(--primary, #0b63b6);
  background: #ffffff;
  border: 1px solid var(--primary, #0b63b6);
  border-radius: 4px;
  padding: 8px 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.filter-link:hover {
  background: var(--primary, #0b63b6);
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(11, 99, 182, 0.18);
}

.filter-link::before {
  content: "\2190";
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 640px) {
  .filter-form {
    padding: 12px;
    gap: 14px;
  }
  .filter-group {
    min-width: 0;
    flex: 1 1 100%;
  }
  .filter-form select {
    width: 100%;
    min-width: 0;
  }
}

.filter-results-count {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 600;
  color: #5b6b80;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 0;
  border-bottom: 1px solid #e8eef6;
}

.catalog-grid {
  display: grid;
  row-gap: 28px;
  column-gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.catalog-slider {
  position: relative;
}

.catalog-list {
  margin-top: 8px;
}

.catalog-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 2px 10px;
}

.catalog-track::-webkit-scrollbar {
  display: none;
}

.catalog-card {
  background: var(--white);
  border: 1px solid #dde4ee;
  border-radius: 4px;
  padding: 18px;
  display: grid;
  grid-template-columns: 196px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  min-height: 236px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.catalog-card:hover {
  border-color: #b7c5db;
  box-shadow: 0 2px 8px rgba(15, 36, 72, 0.06);
}

.catalog-track .catalog-card {
  flex: 0 0 min(100%, 620px);
  scroll-snap-align: start;
}

.catalog-card img {
  width: 196px;
  height: 196px;
  object-fit: contain;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #e5ebf3;
}

.image-placeholder {
  width: 196px;
  height: 196px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #e5ebf3;
}

.catalog-card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.catalog-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: calc(1.3em * 2);
}

.catalog-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: calc(1.5em * 3);
}

.catalog-card .actions {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Corporate "View Details" CTA — uniform padding, full-width of card body,
   sharp corners, primary-brand solid. Equal spacing on all four sides. */
.catalog-card .actions .btn {
  flex: 1 1 100%;
  width: 100%;
  min-height: 48px;
  padding: 14px 24px;
  border-radius: 4px;
  background: var(--primary);
  color: #ffffff;
  border: 1px solid var(--primary);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 1px 2px rgba(12, 42, 102, 0.08);
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.catalog-card .actions .btn:hover {
  background: #0b63b6;
  border-color: #0b63b6;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(11, 99, 182, 0.22);
  transform: translateY(-1px);
}

.catalog-card .actions .btn:focus-visible {
  outline: 2px solid #f39a1e;
  outline-offset: 2px;
}

.catalog-card .meta {
  font-size: 13px;
  color: var(--muted);
  font-weight: 600;
}

.catalog-slider .slider-btn.prev {
  left: -12px;
}

.catalog-slider .slider-btn.next {
  right: -12px;
}

.catalog-list .catalog-grid {
  align-items: stretch;
}

.product-detail {
  padding: 64px 0;
}

.product-detail-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: 1.05fr 1fr;
}

.product-detail figure {
  margin: 0;
}

.product-detail img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
}

.product-detail .summary {
  display: grid;
  gap: 12px;
}

.product-detail .summary h1 {
  margin: 0;
  font-size: clamp(34px, 4.6vw, 56px);
  line-height: 1.08;
}

.product-detail .summary p {
  margin: 0;
  color: var(--muted);
}

.page-hero--product {
  background: linear-gradient(120deg, #163b80 0%, #214f9a 55%, #2f69bd 100%);
  color: var(--white);
  padding: 40px 0 44px;
  border-bottom: 0;
}

.page-hero-product-shell {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.page-hero--product .product-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  min-width: 0;
  overflow-wrap: anywhere;
}

.page-hero--product .product-breadcrumbs strong {
  color: #fff;
}

.product-hero-kicker {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(255, 255, 255, 0.92);
}

.page-hero--product h1 {
  margin: 14px 0 0;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.15;
  color: #fff;
  min-width: 0;
  overflow-wrap: anywhere;
}

.product-detail-main,
.product-detail-panels,
.product-related {
  padding: 22px 0 0;
}

.product-detail-main {
  padding-bottom: 10px;
}

.product-detail-panels {
  padding-top: 18px;
  padding-bottom: 18px;
}

.product-gallery-card,
.product-panel-card {
  background: var(--white);
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.product-summary-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.product-gallery-card {
  padding: 0;
  display: grid;
  gap: 18px;
}

.product-overview-layout {
  display: grid;
  gap: 34px;
  align-items: start;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  min-width: 0;
}

.product-gallery-column {
  display: flex;
  flex-direction: column;
  gap: 48px;
  min-width: 0;
}

.product-gallery-downloads {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.product-gallery-downloads .btn-solid--download {
  min-height: 48px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  text-align: center;
  justify-content: center;
  background: #0b2a66;
  color: #ffffff;
  box-shadow: none;
}

.product-gallery-downloads .btn-solid--download:hover {
  background: #0b63b6;
  color: #ffffff;
}

.product-gallery-downloads .btn-solid--download.is-disabled {
  background: #0b2a66;
  color: #ffffff;
  cursor: default;
  pointer-events: none;
  opacity: 1;
}

.product-gallery-card--overview {
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
  min-width: 0;
}

.product-gallery-stage {
  height: 480px;
  max-width: 100%;
  border-radius: 8px;
  border: 1px solid #d9e1ea;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.product-gallery-card--overview .product-gallery-stage {
  height: 480px;
  max-width: 100%;
  padding: 24px;
  border-radius: 8px;
  border-color: #d9e1ea;
  background: #fff;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.product-gallery-stage-trigger {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 0;
  border: 0;
  padding: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-in;
}

.product-gallery-main,
.product-gallery-placeholder {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.product-gallery-card--overview .product-gallery-main,
.product-gallery-card--overview .product-gallery-placeholder {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
}

.product-gallery-placeholder {
  background: #fff;
  border: 1px solid #e1e7ef;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.product-gallery-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: stretch;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.product-gallery-slider {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  gap: 12px;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  justify-content: start;
}

.product-gallery-slider.is-static {
  grid-template-columns: minmax(0, 1fr);
  justify-content: start;
}

.product-gallery-slider.is-static .product-gallery-nav {
  display: none;
}

.product-gallery-nav {
  width: 34px;
  height: 34px;
  border: 1px solid #d3dde8;
  border-radius: 999px;
  background: #fff;
  color: #17385f;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(16, 36, 70, 0.08);
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.product-gallery-nav:hover:not(:disabled) {
  border-color: #0b63b6;
  background: #f6faff;
  color: #0b63b6;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(10, 32, 64, 0.14);
}

.product-gallery-nav:disabled {
  opacity: 0.38;
  cursor: default;
}

.product-gallery-window {
  min-width: 0;
  overflow: hidden;
  width: 100%;
}

.product-gallery-thumbs {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 2px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

.product-gallery-thumbs::-webkit-scrollbar {
  display: none;
}

.product-gallery-thumb {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border: 1px solid #e1e7ef;
  outline: none;
  border-radius: 6px;
  background: #fff;
  padding: 8px;
  cursor: pointer;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
  box-sizing: border-box;
}

.product-gallery-thumb.is-active {
  border-color: #0b63b6;
  box-shadow: inset 0 0 0 1px #0b63b6, 0 10px 24px rgba(11, 99, 182, 0.14);
}

.product-gallery-thumb:hover {
  transform: translateY(-1px);
  border-color: #9eb1c7;
  background: #fbfdff;
}

.product-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-gallery-thumb--model {
  width: 86px;
  min-width: 86px;
  height: 92px;
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  color: #0b2a66;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ffffff 0%, #f7fafe 100%);
  border: 1px solid #d6dde7;
  border-radius: 12px;
}

.product-gallery-thumb--model img {
  width: 100%;
  height: 44px;
  object-fit: contain;
  display: block;
}

.product-gallery-thumb--model-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
}

.product-gallery-3d-card {
  width: 104px;
  min-width: 104px;
  border: 1px solid #cddcf0;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  padding: 12px 10px;
  color: #14335b;
  box-shadow: 0 16px 34px rgba(16, 36, 70, 0.09);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-gallery-3d-card:hover {
  border-color: #0b63b6;
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(16, 36, 70, 0.16);
}

.product-gallery-3d-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0b63b6 0%, #0a2a66 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.product-gallery-3d-copy {
  display: grid;
  gap: 2px;
  text-align: center;
}

.product-gallery-3d-copy strong {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-gallery-3d-copy small {
  font-size: 10px;
  color: #6d7f94;
  line-height: 1.35;
}

.product-summary-card {
  padding: 0 0 0 28px;
  display: grid;
  gap: 16px;
  align-content: start;
  border-left: 1px solid #dde4ec;
}

.product-summary-card--overview {
  padding: 0 0 0 8px;
  border-left: 0;
  gap: 18px;
  min-width: 0;
  align-content: start;
}

.product-summary-head h2 {
  margin: 0 0 10px;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
}

.product-summary-head p {
  margin: 0;
  color: #5d6f87;
  font-size: 17px;
  line-height: 1.68;
  overflow-wrap: anywhere;
}

.product-overview-copy {
  display: grid;
  gap: 14px;
}

.product-overview-feature-list {
  margin: 0;
  padding-left: 0;
  display: grid;
  gap: 12px;
  color: #46576b;
  font-size: 15px;
  line-height: 1.6;
  list-style: none;
}

.product-overview-feature-list li,
.product-keyfact-card strong {
  overflow-wrap: anywhere;
}

.product-overview-feature-list li {
  position: relative;
  padding-left: 16px;
}

.product-overview-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #3a4654;
}

.product-overview-feature-list strong {
  color: #1c2f49;
  font-weight: 800;
}

.product-summary-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-summary-tags span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 11px;
  background: transparent;
  border: 1px solid #d8e1eb;
  color: #375473;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-keyfacts h3 {
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7d95;
}

.product-keyfacts {
  border-top: 1px solid #e2e8f0;
  padding-top: 18px;
}

.product-keyfacts--gallery {
  grid-column: 1 / -1;
  margin-top: 4px;
}

.product-keyfacts--summary-inline {
  border-top: 1px solid #e2e8f0;
  margin-top: 2px;
  padding-top: 16px;
}

.product-keyfacts--summary-inline .product-keyfacts-grid {
  gap: 0;
}

.product-keyfacts-grid,
.product-highlight-grid {
  display: grid;
  gap: 0;
}

.product-keyfact-card {
  display: grid;
  grid-template-columns: minmax(120px, 150px) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  border: 0;
  border-bottom: 1px solid #e2e8f0;
  border-radius: 0;
  padding: 10px 0;
  background: transparent;
}

.product-keyfact-card span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7a889a;
}

.product-keyfact-card strong {
  display: block;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.45;
  color: #102544;
}

.product-summary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 12px;
}

.product-summary-actions--reference {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.product-summary-actions--summary {
  display: flex;
  gap: 16px;
  width: 100%;
  margin-top: 16px;
  padding-top: 8px;
}

.product-summary-actions--summary .btn {
  flex: 1 1 0;
  min-width: 0;
}

.product-summary-actions:empty {
  display: none;
}

.product-image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1400;
}

body.has-lightbox-open {
  overflow: hidden;
}

.product-image-lightbox[hidden] {
  display: none;
}

.product-image-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(7, 18, 38, 0.74);
}

.product-image-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 1080px);
  height: min(88vh, 820px);
  margin: 4vh auto 0;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(10, 22, 44, 0.24);
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}

.product-image-lightbox__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
  object-position: center center;
  display: block;
  margin: 0 auto;
}

.product-image-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #d6dde7;
  background: rgba(255, 255, 255, 0.96);
  color: #17365f;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  z-index: 2;
  transition: background 0.15s ease, transform 0.15s ease;
}
.product-image-lightbox__nav:hover { background: #ffffff; }
.product-image-lightbox__nav--prev { left: 14px; }
.product-image-lightbox__nav--next { right: 14px; }
@media (max-width: 640px) {
  .product-image-lightbox__nav { width: 40px; height: 40px; font-size: 22px; }
  .product-image-lightbox__nav--prev { left: 8px; }
  .product-image-lightbox__nav--next { right: 8px; }
}

.product-image-lightbox__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid #d6dde7;
  background: rgba(255, 255, 255, 0.96);
  color: #17365f;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.download-block--summary {
  margin-top: 0;
  padding-top: 18px;
  border-top: 1px solid #e2e8f0;
}

.product-summary-actions .btn {
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 17px;
}

.product-summary-actions .btn-solid {
  background: #0b2a66;
}

.product-summary-actions .btn-solid--download {
  min-width: 0;
  justify-content: center;
  box-shadow: none;
}

.product-summary-actions--reference .btn-solid--download {
  min-height: 46px;
  max-width: none;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.product-summary-actions .btn-solid:hover {
  background: #0b63b6;
}

.product-summary-actions .btn-outline {
  border-color: #cdd7e3;
  color: #17365f;
}

.product-highlight-card {
  padding: 16px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid #e2e8f0;
  border-radius: 0;
  box-shadow: none;
}

.product-highlight-card h3 {
  margin: 0 0 6px;
  font-size: 15px;
  letter-spacing: 0.02em;
}

.product-highlight-card p {
  margin: 0;
  color: #5d6e84;
  font-size: 14px;
  line-height: 1.7;
}

.product-highlight-grid--inline {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 26px;
  margin-top: 14px;
}

.product-tabs {
  display: grid;
  gap: 22px;
}

.product-tab-list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  gap: 10px;
  padding: 14px;
  background: linear-gradient(180deg, #eef3f8 0%, #f4f7fb 100%);
  border: 1px solid #d9e3ee;
  border-radius: 20px;
  align-items: stretch;
  min-width: 0;
  box-shadow: 0 14px 32px rgba(15, 34, 66, 0.05);
}

.product-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  border: 0;
  color: #ffffff;
  border-radius: 14px;
  padding: 18px 20px;
  font: inherit;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  background: #f79b16;
  box-shadow: none;
  transition: background-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  touch-action: manipulation;
}

.product-tab:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(15, 34, 66, 0.09);
}

.product-tab:hover {
  background: #ef9310;
}

.product-tab.is-active {
  background: #1377be;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(19, 119, 190, 0.18);
}

.product-panel-card {
  padding: 0;
  max-width: none;
}

.product-panel-card p {
  max-width: none;
  font-size: 15px;
  line-height: 1.92;
  color: #63758b;
}

.product-tab-panel {
  display: grid;
  gap: 24px;
  padding-top: 4px;
}

.product-tab-panel[hidden] {
  display: none !important;
}

.product-panel-card--description-ref {
  display: grid;
  gap: 28px;
  background: transparent;
}

.product-description-head {
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
}

.product-description-kicker {
  margin: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  color: #7d90a4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-description-subtitle,
.product-panel-card .product-description-subtitle {
  margin: 0 0 18px !important;
  text-align: center;
  font-size: clamp(22px, 2.6vw, 30px) !important;
  line-height: 1.2;
  font-weight: 800;
  color: #0b2a66 !important;
  letter-spacing: -0.01em;
  text-transform: none;
}

.product-description-head h2 {
  margin: 0;
  font-size: clamp(30px, 3.8vw, 46px);
  line-height: 1.1;
  color: #142847;
}

.product-description-copy {
  max-width: 1420px;
  margin: 0 auto;
}

.product-description-copy p {
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.75;
  color: #5a6d83;
}

.product-description-copy .rt-align-left {
  text-align: left;
}

.product-description-copy .rt-align-center {
  text-align: center;
}

.product-description-copy .rt-align-right {
  text-align: right;
}

.product-description-copy h2,
.product-description-copy h3,
.product-description-copy h4 {
  margin: 0 0 18px;
  color: #1b2e46;
  line-height: 1.2;
}

.product-description-copy a {
  color: inherit;
  text-decoration: underline;
}
.product-description-copy a:hover {
  text-decoration: none;
}

.product-description-copy ul,
.product-description-copy ol {
  margin: 0 0 24px;
  padding-left: 22px;
  color: #5a6d83;
}

.product-description-copy li {
  margin-bottom: 10px;
  line-height: 1.75;
}

.product-description-copy a {
  color: #1377be;
  text-decoration: underline;
}

.product-description-copy strong {
  color: #47596f;
}

.product-description-copy [style*="color"] strong,
.product-description-copy [style*="color"] em,
.product-description-copy [style*="color"] u,
.product-description-copy [style*="color"] a {
  color: inherit;
}

.product-description-copy img.rt-img-left {
  float: left;
  margin: 6px 18px 12px 0;
  max-width: 50%;
  height: auto;
}
.product-description-copy img.rt-img-right {
  float: right;
  margin: 6px 0 12px 18px;
  max-width: 50%;
  height: auto;
}
.product-description-copy img.rt-img-center {
  display: block;
  margin: 16px auto;
  max-width: 100%;
  height: auto;
}
.product-description-copy p::after {
  content: "";
  display: table;
  clear: both;
}

.product-description-advantages {
  display: grid;
  gap: 14px;
}

.product-description-advantages h3 {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6f8195;
}

.feature-list--description {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list--description li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.75;
  color: #4d6078;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 500;
}

.feature-list--description li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background: #f79b16;
}

.product-panel-card--specs-ref {
  display: grid;
}

/* ── Energy efficiency class badges ── */
.energy-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px 4px 9px;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.energy-badge::after {
  content: '▶';
  font-size: 9px;
  opacity: 0.9;
}
.energy-badge--App { background: #1a6e36; }
.energy-badge--Ap  { background: #2a8a43; }
.energy-badge--A   { background: #3da052; }
.energy-badge--B   { background: #77b82a; }
.energy-badge--C   { background: #b5c900; color: #fff; }
.energy-badge--D   { background: #e6a800; }
.energy-badge--E   { background: #e07400; }
.energy-badge--F   { background: #cc4400; }
.energy-badge--G   { background: #bb1a00; }

/* Tech spec styles → css/tech-spec.css (isolated, do not duplicate here) */

.product-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.product-spec-section {
  display: grid;
  gap: 16px;
}

.product-spec-section-title {
  padding: 16px 18px;
  background: #f2f4f7;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1f2f45;
}

.spec-table--reference {
  margin-top: 0;
}

.spec-table--reference th,
.spec-table--reference td {
  padding: 14px 18px;
  border-bottom: 12px solid #fff;
  background: #f8f9fb;
  font-size: 16px;
}

.spec-table--reference th {
  width: 56%;
  color: #697b90;
  font-weight: 500;
}

.spec-table--reference .spec-unit {
  width: 14%;
  color: #7e8fa2;
  text-align: center;
}

.spec-table--reference .spec-value {
  width: 30%;
  text-align: right;
  color: #5f7188;
  font-weight: 500;
}

.product-tab-section {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.product-tab-section h3 {
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6b7d95;
}

/* ── Certificates: single-row image grid + labels ── */
.product-cert-grid {
  display: flex;
  gap: 28px;
  padding: 10px 0 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.product-cert-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 0 1 auto;
  max-width: 220px;
}

.product-cert-item__label {
  font-size: 13px;
  font-weight: 800;
  color: #1e3a5a;
  text-align: center;
  letter-spacing: 0.02em;
}

.product-cert-item img {
  max-width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
}

.product-cert-notes {
  display: grid;
  gap: 0;
  border: 1px solid rgba(13,74,139,0.10);
  border-radius: 10px;
  overflow: hidden;
}

.product-cert-note {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(13,74,139,0.08);
}

.product-cert-note:last-child { border-bottom: none; }
.product-cert-note:nth-child(even) { background: #f8fafd; }

.product-cert-note strong {
  color: #1e3a5a;
  font-size: 14px;
  font-weight: 800;
  min-width: 120px;
}

.product-cert-note span {
  color: #5b7088;
  font-size: 13px;
  flex: 1;
}

.product-cert-note a {
  color: #0d4a8b;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .product-cert-grid { gap: 16px; }
  .product-cert-item { max-width: 160px; }
  .product-cert-note { flex-wrap: wrap; gap: 4px; padding: 10px 16px; }
  .product-cert-note strong { min-width: auto; flex: 1 1 100%; }
}

.product-info-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.product-info-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid #dce4ed;
  background: #fbfcfe;
  border-radius: 10px;
}

.product-info-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #53677f;
}

.product-panel-lead {
  font-size: 18px !important;
  line-height: 1.75 !important;
  color: #163254 !important;
}

.download-list--panel {
  gap: 10px;
}

.download-list--panel a {
  padding: 12px 14px;
  border: 1px solid #dce4ed;
  border-radius: 0;
  background: #fbfcfe;
}

.spec-table--product {
  margin-top: 0;
}

.product-more-layout {
  display: grid;
  gap: 34px;
}

.product-more-layout.has-image {
  grid-template-columns: 1fr minmax(200px, 320px);
  align-items: start;
}

.product-more-layout.has-image > .product-more-side,
.product-more-layout.has-image > .product-more-image {
  border-left: 1px solid #d8e2ee;
  margin-left: -40px;
  padding-left: 62px;
  align-self: stretch;
}

.product-more-layout.has-image > .product-more-content {
  padding-right: 18px;
}

.product-more-content {
  display: grid;
  gap: 22px;
}

.product-more-image {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.product-more-image img {
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(13,74,139,0.10);
  border-radius: 10px;
}

/* ── Per-product More Information + Certificate Names lists (left content) ── */
.product-more-info-block,
.product-more-cert-names {
  display: block;
}
.product-more-info-block > .product-more-section-title,
.product-more-cert-names > .product-more-section-title {
  text-align: left;
}
.product-more-info-list,
.product-more-cert-names-list {
  list-style: disc;
  padding: 0 0 0 20px;
  margin: 0 0 6px;
  color: #1f2c4d;
  font-size: 14px;
  line-height: 1.55;
}
.product-more-info-list li,
.product-more-cert-names-list li {
  margin: 0 0 6px;
}
.product-more-cert-names-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}
.product-more-cert-names-list li {
  margin: 0;
  padding: 4px 10px;
  background: #f1f5fb;
  border: 1px solid #d8e2ee;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #0f2242;
}

/* ── Product contact form ── */
.product-contact-intro {
  font-size: 14px;
  color: #5b7088;
  line-height: 1.6;
  margin: 0;
}

.product-contact-intro strong {
  color: #0d4a8b;
}

.product-contact-form {
  display: grid;
  gap: 16px;
}

.product-contact-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.product-contact-form__field {
  display: grid;
  gap: 4px;
}

.product-contact-form__field span {
  font-size: 13px;
  font-weight: 700;
  color: #1e3a5a;
}

.product-contact-form__field input,
.product-contact-form__field textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid rgba(13,74,139,0.15);
  border-radius: 8px;
  background: #f8fafd;
  font-size: 14px;
  color: #1e3a5a;
  transition: border-color 0.15s;
  font-family: inherit;
  box-sizing: border-box;
}

.product-contact-form__field input:focus,
.product-contact-form__field textarea:focus {
  outline: none;
  border-color: #0d4a8b;
  background: #fff;
}

.product-contact-form__field--full {
  grid-column: 1 / -1;
}

.product-contact-form .btn {
  justify-self: start;
}

@media (max-width: 640px) {
  .product-contact-form__grid {
    grid-template-columns: 1fr;
  }
  .product-contact-form__field input,
  .product-contact-form__field textarea {
    min-height: 44px;
    padding: 12px 14px;
    font-size: 16px;
  }
  .product-contact-form .btn {
    width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 768px) {
  .product-more-layout.has-image {
    grid-template-columns: 1fr;
  }
  .product-more-image {
    order: -1;
    max-width: 280px;
    margin: 0 auto;
  }
}

.product-related {
  padding-top: 56px;
  padding-bottom: 72px;
}

.product-related .section-title {
  margin-bottom: 32px;
}

.product-series-band {
  padding: 18px 0 8px;
}

.product-series-band--embedded {
  padding-top: 4px;
  padding-bottom: 0;
}

.product-series-band-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 54px;
  padding: 70px 62px;
  border-radius: 36px;
  overflow: hidden;
  background: linear-gradient(180deg, #1b73b4 0%, #2d88c8 54%, #56b3dd 100%);
  box-shadow: 0 24px 54px rgba(18, 57, 109, 0.18);
}

.product-series-stats,
.product-series-copy {
  position: relative;
  z-index: 1;
}

.product-series-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.08) 100%);
  backdrop-filter: blur(4px);
}

.product-series-stat {
  min-height: 230px;
  padding: 34px 30px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.product-series-stat:nth-child(2n) {
  border-right: 0;
}

.product-series-stat:nth-last-child(-n+2) {
  border-bottom: 0;
}

.product-series-stat span {
  display: block;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.product-series-stat strong {
  display: block;
  color: #0a2a66;
  font-size: clamp(32px, 3.3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.028em;
}

.product-series-copy {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 22px 0;
  color: #fff;
}

.product-series-copy > p:first-child {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

.product-series-copy h2 {
  margin: 0;
  font-size: clamp(36px, 4.1vw, 54px);
  line-height: 1.15;
  letter-spacing: -0.04em;
  color: #fff;
}

.product-series-copy-text {
  display: grid;
  gap: 16px;
}

.product-series-copy-text p {
  margin: 0;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  line-height: 1.7;
}

.product-series-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 6px;
}

.product-series-actions .btn {
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 10px;
}

.product-series-actions .btn-solid {
  background: #0b63b6;
  box-shadow: none;
}

.product-series-actions .btn-solid:hover {
  background: #0a56a0;
}

@media (max-width: 980px) {
  .page-hero--product {
    padding: 40px 0 44px;
  }

  .page-hero-product-shell {
    gap: 10px;
  }

  .page-hero--product h1 {
    margin-top: 8px;
    font-size: clamp(24px, 5vw, 34px);
    line-height: 1.08;
  }

  .product-overview-layout,
  .product-spec-grid,
  .product-more-layout,
  .feature-list--description {
    grid-template-columns: 1fr;
  }

  .product-overview-layout {
    gap: 26px;
  }

  .product-gallery-card--overview {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-gallery-card--overview .product-gallery-stage {
    height: 360px;
    padding: 16px;
  }

  .product-gallery-toolbar {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .product-gallery-slider {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
  }

  .product-gallery-thumb {
    flex-basis: 68px;
    width: 68px;
    height: 68px;
    padding: 6px;
  }

  .product-gallery-thumb--model,
  .product-gallery-3d-card {
    width: 82px;
    min-width: 82px;
    height: 82px;
  }

  .product-gallery-3d-card {
    justify-self: start;
    grid-template-columns: 42px minmax(0, 1fr);
    justify-items: start;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    width: auto;
    min-height: 82px;
  }

  .product-gallery-3d-copy {
    text-align: left;
  }

  .product-summary-card {
    padding-left: 0;
    padding-top: 22px;
    border-left: 0;
    border-top: 1px solid #dde4ec;
  }

  .product-series-band-shell {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 56px 34px;
  }

  .product-series-stat {
    min-height: 180px;
  }

  .product-tab {
    min-width: 190px;
    padding: 16px 22px;
  }

  .product-tab-list {
    display: flex;
    overflow-x: auto;
    padding: 10px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .product-tab-list::-webkit-scrollbar {
    display: none;
  }

  .product-summary-actions .btn,
  .product-summary-actions .btn-solid--download {
    width: 100%;
    min-width: 0;
  }

  .product-summary-actions--gallery {
    padding: 12px;
  }

  .product-summary-actions--reference {
    gap: 8px;
  }

  .product-summary-actions--reference .btn-solid--download {
    min-width: 0;
    flex-basis: auto;
  }

}

@media (max-width: 640px) {
  .page-hero--product .container,
  .product-detail-main .container,
  .product-detail-panels .container,
  .product-related .container {
    width: min(1150px, calc(100% - 24px));
  }

  .product-detail {
    padding: 38px 0 48px;
  }

  .page-hero--product {
    padding: 28px 0 32px;
  }

  .page-hero--product h1 {
    font-size: clamp(22px, 6vw, 30px);
    line-height: 1.15;
  }

  .product-detail-main,
  .product-detail-panels,
  .product-related {
    padding-top: 24px;
  }

  .product-gallery-card,
  .product-summary-card,
  .product-panel-card {
    padding: 0;
  }

  .product-gallery-stage {
    height: 320px;
    padding: 16px;
  }

  .product-gallery-card--overview .product-gallery-stage {
    height: 320px;
    padding: 16px;
  }

  .product-gallery-card--overview .product-gallery-main {
    width: 100%;
  }

  .product-gallery-thumb {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
  }

  .product-gallery-thumb--model {
    width: 60px;
    min-width: 60px;
    height: 60px;
    padding: 4px;
    font-size: 11px;
  }

  .product-gallery-slider {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .product-gallery-nav {
    display: none;
  }

  .product-gallery-thumbs {
    gap: 8px;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }

  .product-gallery-3d-card {
    width: 100%;
    min-width: 0;
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 64px;
  }

  .product-image-lightbox__dialog {
    width: min(94vw, 94vw);
    height: min(78vh, 78vh);
    margin-top: 8vh;
    padding: 18px;
  }

  .product-summary-head h2 {
    font-size: clamp(24px, 7vw, 32px);
    line-height: 1.12;
  }

  .product-overview-feature-list {
    padding-left: 18px;
    font-size: 15px;
    gap: 12px;
  }

  .product-summary-actions--reference {
    grid-template-columns: 1fr;
  }

  .product-highlight-grid--inline {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .product-summary-head p,
  .product-panel-card p,
  .product-panel-lead {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  .page-hero--product .product-breadcrumbs {
    font-size: 14px;
    gap: 6px;
    line-height: 1.5;
  }

  .product-keyfact-card {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px 0;
  }

  .product-keyfacts h3 {
    margin-bottom: 10px;
  }

  .product-keyfact-card strong {
    font-size: 15px;
  }

  .product-tab-list {
    justify-content: flex-start;
    gap: 6px;
    padding: 6px;
    overflow-x: auto;
    scrollbar-width: none;
    background: #eef2f7;
    border-radius: 12px;
  }

  .product-tab {
    white-space: nowrap;
    flex: 0 0 auto;
    font-size: 12px;
    min-width: 0;
    padding: 10px 14px;
    border-radius: 8px;
  }

  .product-description-head h2 {
    font-size: 30px;
  }

  .product-description-copy p,
  .feature-list--description li,
  .spec-table--reference th,
  .spec-table--reference td {
    font-size: 15px;
  }

  .product-description-kicker {
    font-size: 13px;
  }

  .spec-table--reference th,
  .spec-table--reference td {
    padding: 10px 12px;
    font-size: 13px;
    border-bottom-width: 6px;
  }

  .spec-table--reference th,
  .spec-table--reference .spec-unit,
  .spec-table--reference .spec-value {
    width: auto;
  }

  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -12px;
    padding: 0 12px;
  }

  .product-series-band {
    padding-top: 22px;
  }

  .product-series-band-shell {
    padding: 32px 14px;
    border-radius: 20px;
  }

  .product-series-stats {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .product-series-stat,
  .product-series-stat:nth-child(2n) {
    min-height: auto;
    padding: 22px 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .product-series-stat:last-child {
    border-bottom: 0;
  }

  .product-series-copy h2 {
    font-size: 31px;
  }

  .product-series-copy-text p {
    font-size: 15px;
  }

  .product-series-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .product-summary-actions .btn {
    min-height: 48px;
    padding: 12px 18px;
    font-size: 15px;
    width: 100%;
  }

  .product-summary-actions--reference .btn-solid--download {
    min-width: 0;
    flex-basis: 100%;
    font-size: 13px;
    padding: 10px 12px;
  }

}

@media (max-width: 420px) {
  .page-hero--product .container,
  .product-detail-main .container,
  .product-detail-panels .container,
  .product-related .container {
    width: min(1150px, calc(100% - 20px));
  }

  .page-hero--product .product-breadcrumbs {
    font-size: 13px;
    gap: 5px;
  }

  .page-hero--product h1 {
    font-size: 22px;
  }

  .product-gallery-card--overview .product-gallery-stage {
    height: 260px;
  }

  .product-summary-head h2 {
    font-size: 24px;
  }

  .product-summary-head p,
  .product-panel-card p,
  .product-panel-lead,
  .product-description-copy p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  .product-tab {
    font-size: 11px;
    padding: 11px 14px;
  }

  /* Event countdown — 420px */
  .event-countdown {
    gap: 6px;
  }

  .countdown-item {
    min-width: 0;
    padding: 8px 6px;
    flex: 1 1 calc(25% - 5px);
    max-width: calc(25% - 5px);
  }

  .countdown-value {
    font-size: 16px;
  }

  .countdown-label {
    font-size: 8px;
  }

  /* Storage series tab — 420px */
  .storage-series-tab {
    min-height: 40px;
    padding: 7px 10px;
    font-size: 11px;
  }

  .storage-series-icon {
    width: 16px;
    height: 16px;
  }

  /* Featured filter chip — 420px */
  .featured-filter-chip {
    font-size: 11px;
    padding: 7px 8px;
    min-height: 38px;
    gap: 6px;
  }

  .featured-filter-img {
    width: 20px;
    height: 20px;
  }

  .featured-filter-icon {
    width: 13px;
    height: 13px;
  }
}

.product-media {
  display: grid;
  gap: 12px;
  margin-top: 10px;
}

.media-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.media-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  background: #f8faff;
  display: grid;
  gap: 10px;
}

.media-card h4 {
  margin: 0;
  font-size: 15px;
}

.media-card video {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #0b1d35;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.feature-list li {
  background: #f1f6ff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 12px;
  font-weight: 600;
  color: #244370;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.spec-table th,
.spec-table td {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.spec-table th {
  width: 40%;
  color: var(--muted);
  font-weight: 700;
}

.download-block {
  margin-top: 18px;
}

.download-block h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.download-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
}

.download-list a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: var(--primary);
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: var(--primary);
}

footer {
  background: #081b43;
  color: #e8eef9;
  padding-top: 56px;
  position: relative;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg,
              var(--accent) 0%,
              var(--accent) 40%,
              rgba(243, 154, 30, 0.4) 70%,
              rgba(243, 154, 30, 0) 100%);
  pointer-events: none;
}

.footer-grid {
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  padding-bottom: 40px;
  gap: 28px;
}

.footer-grid > div:first-child {
  padding-right: 24px;
}

.footer-grid h4 {
  margin-top: 0;
  margin-bottom: 22px;
  padding-bottom: 12px;
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  position: relative;
}

.footer-grid h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
}

.footer-grid a {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 10px;
  color: #c5d3ee;
  font-size: 14px;
  position: relative;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer-grid a::before {
  content: "";
  width: 0;
  height: 1px;
  background: var(--accent);
  margin-right: 0;
  transition: width 0.22s cubic-bezier(0.4, 0, 0.2, 1),
              margin-right 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
  color: var(--white);
}

.footer-grid a:hover::before,
.footer-grid a:focus-visible::before {
  width: 12px;
  margin-right: 8px;
}

.footer-grid .footer-contact-info a::before {
  display: none;
}

.footer-contact-info p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #c5d3ee;
}

.footer-contact-info a {
  margin-bottom: 0;
  display: inline;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: stretch;
  padding-top: 56px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  gap: 60px;
  margin-bottom: 32px;
}

.footer-brand,
.footer-newsletter {
  display: flex;
  flex-direction: column;
}

.footer-brand-name {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
}
.footer-brand-name a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.footer-brand-name a:hover {
  opacity: 0.85;
}

.footer-brand-tagline {
  margin: 0 0 14px;
  color: #8fa3c9;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.footer-brand-description {
  margin: 0 0 20px;
  color: #a8b8d4;
  font-size: 14px;
  line-height: 1.7;
}

.footer-social--brand {
  display: flex;
  gap: 12px;
  margin-top: 4px;
}

.footer-newsletter h4 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: none;
}

.footer-newsletter > p {
  margin: 0 0 16px;
  color: #8fa3c9;
  font-size: 13px;
  line-height: 1.5;
}

.footer-newsletter-form {
  display: flex;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.footer-newsletter-form:focus-within {
  border-color: var(--accent);
  background: rgba(255, 255, 255, 0.1);
}

.footer-newsletter-form input {
  flex: 1;
  background: transparent;
  border: none;
  color: var(--white);
  padding: 12px 16px;
  font-size: 14px;
  outline: none;
  font-family: inherit;
}

.footer-newsletter-form input::placeholder {
  color: #7488ad;
}

.footer-newsletter-form button {
  background: var(--accent);
  border: none;
  color: var(--white);
  padding: 0 18px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.footer-newsletter-form button:hover {
  background: var(--accent);
  filter: brightness(0.9);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.footer-brand-name {
  margin: 0 0 6px;
  color: var(--white);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.footer-brand-tagline {
  margin: 0;
  color: #8fa3c9;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.footer-badges {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  align-items: center;
}

.footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c5d3ee;
  font-weight: 600;
  position: relative;
}

.footer-badge::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.18);
  padding: 20px 0;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #8fa3c9;
  text-align: center;
}

.copyright p {
  margin: 0;
}

.copyright-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.copyright-inner p {
  margin: 0;
}

.footer-social {
  display: flex;
  gap: 14px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #c5d3ee;
  transition: background 0.2s ease,
              color 0.2s ease,
              border-color 0.2s ease,
              transform 0.2s ease,
              box-shadow 0.2s ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(243, 154, 30, 0.28);
}

@media (max-width: 900px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px 20px 28px;
    text-align: center;
    align-items: center;
  }

  .footer-brand,
  .footer-newsletter {
    align-items: center;
  }
}

@media (max-width: 640px) {
  .footer-top {
    padding: 32px 16px 24px;
    gap: 24px;
    margin-bottom: 24px;
  }

  .footer-newsletter-form {
    width: 100%;
    max-width: 360px;
  }

  .copyright-inner {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}

@media (max-width: 980px) {
  .topbar-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .topbar-actions {
    justify-content: center;
  }

  .topbar-links {
    justify-content: center;
  }

  .brand {
    width: 100%;
    align-items: center;
  }

  .header-inner {
    flex-wrap: nowrap;
    gap: 10px;
  }

  .menu-toggle {
    display: inline-flex;
    order: -1;
    margin-left: 0;
    margin-right: 0;
    flex-shrink: 0;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    display: none;
    padding: 10px 0 14px;
  }

  .main-nav.is-open {
    display: block;
  }

  .menu {
    width: min(1150px, 92%);
    margin: 0 auto;
    display: grid;
    gap: 0;
  }

  .menu-item {
    border-bottom: 1px solid var(--line);
    padding: 0;
  }

  .menu-item > a {
    min-height: 52px;
    width: calc(100% - 44px);
    color: var(--primary);
  }

  .has-dropdown > a::after {
    display: none;
  }

  .menu-item > a::before {
    display: none;
  }

  .menu-item > a:focus-visible {
    outline-offset: 2px;
  }

  .submenu-toggle {
    display: inline-flex;
    position: absolute;
    right: 0;
    top: 4px;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .submenu-toggle::before {
    content: "+";
    font-size: 18px;
    color: var(--primary);
    line-height: 1;
  }

  .menu-item.is-open > .submenu-toggle::before {
    content: "-";
  }

  .dropdown,
  .mega {
    position: static;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-shadow: none;
    border-radius: 8px;
    transform: none;
    opacity: 1;
    visibility: visible;
    display: none;
    margin: 0 0 12px;
    left: auto;
    right: auto;
  }

  .mega {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .dropdown--more {
    grid-template-columns: 1fr;
    min-width: 0;
    max-width: 100%;
    padding: 12px 14px;
    gap: 10px;
  }

  .mega .mega-column {
    border-right: none;
    border-bottom: 1px solid var(--line);
    padding: 12px 4px;
  }

  .mega .mega-column:last-child {
    border-bottom: none;
  }

  .mega .mega-links--split {
    grid-template-columns: 1fr;
  }

  .menu-item.is-open > .dropdown {
    display: grid;
  }

  .hero-grid,
  .stats-grid,
  .category-grid,
  .event-shell,
  .product-grid,
  .blog-grid,
  .cert-list,
  .footer-grid,
  .contact-grid,
  .catalog-grid,
  .product-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-card,
  .blog-card {
    flex-basis: calc((100% - 18px) / 2);
  }

  .category-card.simple {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .category-mini-media {
    width: 92px;
    height: 126px;
  }

  .category-card.featured-like {
    min-height: 390px;
  }

  .category-media-track img,
  .category-media-track .image-placeholder {
    height: 220px;
  }

  .catalog-card {
    grid-template-columns: 168px minmax(0, 1fr);
    min-height: 210px;
  }

  .catalog-card img,
  .image-placeholder {
    width: 168px;
    height: 168px;
  }

  .event-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-layout {
    grid-template-columns: 1fr;
  }

  .company-page-layout {
    grid-template-columns: 1fr;
  }

  .company-sidebar {
    position: static;
  }

  .media-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .expert-layout {
    grid-template-columns: 1fr;
  }

  .expert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .expert-detail-layout {
    grid-template-columns: 1fr;
  }

  .expert-detail-sidebar {
    position: static;
  }

  .expert-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .main-category-card {
    flex-basis: calc((100% - 28px) / 3);
    min-width: 0;
    min-height: 320px;
  }

  .main-category-card.product-card {
    min-height: 320px;
  }

  .main-category-card.product-card .product-media img,
  .main-category-card.product-card .product-media .image-placeholder {
    height: 220px;
  }

  .main-category-card h3,
  .main-category-card.product-card h3 {
    font-size: 14px;
    margin: 10px 2px 0;
  }

  .featured .featured-track .product-card {
    flex-basis: calc((100% - 36px) / 3);
  }

  .cert-list .cert-item {
    flex-basis: calc((100% - 36px) / 3);
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    text-align: center;
    gap: 24px;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
    padding-right: 0;
  }

  .footer-grid h4::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-grid a:hover {
    padding-left: 0;
  }

  .header-search {
    flex: 1;
    min-width: 0;
    order: 2;
    margin: 0;
  }
}

@media (max-width: 640px) {
  .topbar-inner {
    flex-direction: column;
    align-items: center;
    padding: 12px 0;
    gap: 10px;
  }

  .topbar-actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 14px;
    width: 100%;
  }

  .topbar-links-wrap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .topbar-links {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 0;
  }

  .topbar-links a {
    font-size: 12px;
    padding-right: 12px;
  }

  .lang-switch {
    margin-top: 0;
  }

  .lang-toggle {
    font-size: 12px;
    padding: 5px 10px;
    min-height: 32px;
  }

  .brand {
    align-items: center;
    text-align: center;
  }

  .hero,
  .categories,
  .event,
  .featured,
  .blog,
  .certs {
    padding: 56px 0;
  }

  .hero-grid,
  .stats-grid,
  .category-grid,
  .event-shell,
  .product-grid,
  .blog-grid,
  .cert-list,
  .footer-grid,
  .contact-grid,
  .catalog-grid,
  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .hero-segment-media {
    aspect-ratio: 16 / 8.4;
    min-height: 0;
    padding: 0;
  }

  .hero-segment-media img {
    max-height: 100%;
  }

  .category-card,
  .blog-card {
    flex-basis: 100%;
  }

  .category-card.simple {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .category-mini-media {
    width: 120px;
    height: 156px;
  }

  .category-card.featured-like {
    min-height: 0;
  }

  .category-media-track img,
  .category-media-track .image-placeholder {
    height: 210px;
  }

  .catalog-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .catalog-card img,
  .image-placeholder {
    width: 100%;
    height: 220px;
  }

  .event-resource-grid {
    grid-template-columns: 1fr;
    margin-top: 44px;
    margin-bottom: 20px;
  }

  .media-post-grid {
    grid-template-columns: 1fr;
  }

  .media-layout {
    gap: 18px;
  }

  .company-page-layout {
    gap: 18px;
  }

  .expert-grid {
    grid-template-columns: 1fr;
  }

  .expert-layout {
    gap: 18px;
  }

  .expert-detail-layout {
    gap: 18px;
  }

  .expert-related-grid {
    grid-template-columns: 1fr;
  }

  .company-content-card,
  .company-sidebar-card {
    padding: 20px 18px;
  }

  .media-recent-item {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .media-recent-thumb {
    width: 68px;
    height: 56px;
  }

  .slider-btn {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .catalog-slider .slider-btn {
    display: none;
  }

  .cert-list .cert-item {
    flex-basis: calc((100% - 18px) / 2);
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-grid--reference > .contact-panel {
    order: -1;
  }

  .contact-grid--reference > .contact-locations {
    order: 2;
  }

  .contact-timezone-grid {
    grid-template-columns: 1fr;
  }

  .contact-panel-copy {
    order: 4;
  }

  .contact-form-head {
    order: 1;
  }

  .contact-panel .form-status {
    order: 2;
  }

  .contact-form--panel {
    order: 3;
  }

  .contact-showcase-media {
    order: 5;
  }

  .contact-panel-images {
    order: 6;
  }

  .header-inner {
    min-height: 52px;
    position: relative;
    flex-wrap: nowrap;
    gap: 8px;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
    padding: 8px 7px;
    flex-shrink: 0;
  }

  .header-search {
    flex: 1;
    min-width: 0;
    margin: 0;
    border-radius: 6px;
    padding: 6px 10px;
  }

  .header-search input {
    font-size: 14px;
  }

  .btn {
    padding: 12px 18px;
    min-height: 44px;
    font-size: 14px;
  }

  .featured-filters {
    gap: 6px;
    padding-bottom: 14px;
    margin-bottom: 18px;
  }

  .featured-filter-chip {
    font-size: 12px;
    padding: 8px 10px;
    min-height: 40px;
    border-radius: 8px;
    background: #f6f8fc;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .featured-filter-chip.is-active {
    background: #e8eef8;
  }

  .featured-filter-chip[data-filter="storage-tanks"] {
    margin-left: 0;
    padding-left: 10px;
    border-left: 0;
  }

  .featured-filter-img {
    width: 22px;
    height: 22px;
  }

  .featured-filter-icon {
    width: 15px;
    height: 15px;
  }

  .featured .featured-track .product-card {
    flex: 0 0 calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
    min-width: 0;
  }

  .main-category-card {
    flex-basis: 100%;
    min-width: 0;
    min-height: 0;
    padding: 0;
    border: none;
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(10, 42, 102, 0.07);
  }

  .main-category-card.product-card {
    min-height: 0;
    contain-intrinsic-size: auto;
  }

  .main-category-card-link {
    height: auto;
  }

  .main-category-card .product-media {
    border: none;
    border-radius: 0;
    background: transparent;
  }

  .main-category-card .product-media img,
  .main-category-card .product-media .image-placeholder {
    height: 200px;
    object-fit: contain;
    padding: 12px;
  }

  .main-category-card h3,
  .main-category-card.product-card h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    padding: 14px 16px 16px;
    min-height: 0;
    max-height: none;
    text-align: center;
    color: var(--ink);
    word-break: break-word;
  }

  .main-category-slider {
    padding: 10px;
    border-radius: 16px;
    background: transparent;
    border: none;
  }

  .main-category-slider .slider-btn {
    width: 44px;
    height: 44px;
    font-size: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }

  .main-category-slider .slider-btn.prev {
    left: 6px;
  }

  .main-category-slider .slider-btn.next {
    right: 6px;
  }

  .category-track {
    gap: 10px;
    padding-bottom: 6px;
  }

  .featured .product-card .product-media img,
  .featured .product-card .product-media .image-placeholder {
    height: 160px;
  }

  .header-inner > .btn {
    display: none;
  }

  .event-shell {
    text-align: center;
    padding: 28px;
  }

  .event-text {
    margin-left: auto;
    margin-right: auto;
  }

  .event-actions,
  .event-countdown {
    justify-content: center;
  }

  .event-countdown {
    gap: 10px;
  }

  .countdown-item {
    min-width: 72px;
    padding: 10px 12px;
    flex: 1 1 calc(25% - 10px);
    max-width: calc(25% - 10px);
  }

  .countdown-value {
    font-size: 18px;
  }

  .countdown-label {
    font-size: 9px;
    letter-spacing: 0.5px;
  }

  /* ── Footer Mobile ── */
  .footer-grid {
    text-align: center;
    gap: 32px;
    padding-bottom: 32px;
  }

  .footer-grid > div:first-child {
    padding-right: 0;
  }

  .footer-grid h4 {
    margin-bottom: 16px;
    padding-bottom: 14px;
    font-size: 14px;
  }

  .footer-grid h4::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-grid a {
    font-size: 13px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-grid a:hover {
    padding-left: 0;
  }

  .footer-contact-info p {
    font-size: 13px;
  }

  .copyright {
    padding: 16px 0;
    font-size: 12px;
  }

  .copyright p {
    margin: 0;
  }

  /* ── Stats Mobile ── */
  .stat-item::before {
    display: none;
  }

  .stat-item::after {
    display: none;
  }

  .stat-item {
    padding: 14px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .stat-item:last-child {
    border-bottom: 0;
  }

  .stats-grid h3 {
    font-size: clamp(24px, 6vw, 34px);
  }

  .stats-grid p {
    font-size: 13px;
  }
}






.builder-content-block--hero {
  color: #fff;
}

.builder-content-block--hero h2,
.builder-content-block--hero p,
.builder-content-block--hero .builder-block-eyebrow {
  color: inherit;
}

.builder-block-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.82;
}

.table-responsive {
  overflow-x: auto;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.spec-table th,
.spec-table td {
  border: 1px solid #d7e3f1;
  padding: 12px 14px;
  text-align: left;
}

.spec-table th {
  background: #eff6fd;
  color: #0d2b4e;
}

/* ── FAQ Accordion ─────────────────────────────── */
.faq-accordion-section {
  padding: 32px 28px 28px;
}

.faq-accordion-section > h2 {
  font-size: clamp(24px, 3.5vw, 32px);
  color: var(--primary);
  margin: 0 0 28px;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--line);
}

.faq-category {
  margin-bottom: 28px;
}

.faq-category:last-child {
  margin-bottom: 0;
}

.faq-category-title {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--primary-soft);
  margin: 0 0 14px;
  padding: 8px 14px;
  background: linear-gradient(135deg, #edf3fc, #f6f9ff);
  border-left: 3px solid var(--accent);
  border-radius: 0 8px 8px 0;
}

.faq-item + .faq-item {
  margin-top: 0;
  border-top: 1px solid #edf1f7;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 16px 18px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.45;
  transition: background 0.2s ease, color 0.2s ease;
  border-radius: 10px;
}

.faq-question:hover {
  background: #f4f8fd;
  color: var(--primary);
}

.faq-question[aria-expanded="true"] {
  background: #f0f5fc;
  color: var(--primary);
}

.faq-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #8da0b8;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              color 0.2s ease;
}

.faq-question:hover .faq-icon {
  color: var(--primary);
}

.faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(180deg);
  color: var(--accent);
}

.faq-answer {
  padding: 0 18px 18px;
  animation: faqSlideDown 0.3s ease;
}

.faq-answer p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #4a5d78;
  padding-left: 2px;
}

@keyframes faqSlideDown {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 640px) {
  .faq-accordion-section {
    padding: 22px 16px 20px;
  }

  .faq-accordion-section > h2 {
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 14px;
  }

  .faq-category {
    margin-bottom: 20px;
  }

  .faq-category-title {
    font-size: 13px;
    padding: 7px 12px;
  }

  .faq-question {
    padding: 14px 12px;
    font-size: 14px;
    gap: 12px;
    border-radius: 8px;
  }

  .faq-icon {
    width: 18px;
    height: 18px;
  }

  .faq-answer {
    padding: 0 12px 14px;
  }

  .faq-answer p {
    font-size: 13px;
    line-height: 1.7;
  }
}

/* Key Facts grid (added 2026-04-14) */
.product-key-facts {
  padding: 32px 0 8px;
}

.product-key-facts__title {
  font-size: 22px;
  font-weight: 700;
  color: #0f2242;
  margin: 0 0 20px;
}

.product-key-facts__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-key-fact {
  background: #ffffff;
  border: 1px solid #e5ecf5;
  border-radius: 8px;
  padding: 20px;
}

.product-key-fact__icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(0, 122, 204, 0.08);
  color: #007acc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.product-key-fact__title {
  font-size: 15px;
  font-weight: 700;
  color: #0f2242;
  margin: 0 0 6px;
}

.product-key-fact__text {
  font-size: 13px;
  line-height: 1.55;
  color: #54617a;
  margin: 0;
}

@media (max-width: 900px) {
  .product-key-facts__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .product-key-facts__grid { grid-template-columns: 1fr; }
}

/* Catalog list — clip long grids and reveal via "Show More" button */
.catalog-list.is-clipped {
  max-height: 1100px;
  overflow: hidden;
  position: relative;
}
.catalog-list.is-clipped::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(246, 249, 252, 0) 0%, #f6f9fc 100%);
  pointer-events: none;
}
.catalog-show-more {
  display: block;
  margin: 24px auto 32px;
  padding: 12px 32px;
  background: #0b2a66;
  color: #ffffff;
  border: 0;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.18s ease;
}
.catalog-show-more:hover {
  background: #0b63b6;
}

/* Thumbs to the LEFT, vertical slider (desktop only) */
@media (min-width: 900px) {
  /* Gallery has fixed height — consistent across all products */
  .product-gallery-card--overview {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    height: 480px;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .product-gallery-card--overview .product-gallery-stage {
    grid-column: 2;
    grid-row: 1;
    height: 480px;
    min-height: 0;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9e1ea;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
  }

  .product-gallery-card--overview .product-gallery-toolbar {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    height: 480px;
    min-height: 0;
    min-width: 0;
    max-width: 120px;
    overflow: hidden;
  }

  .product-gallery-card--overview .product-gallery-slider {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
    grid-template-areas:
      "window window"
      "prev   next";
    gap: 6px;
    min-height: 0;
  }

  .product-gallery-card--overview .product-gallery-window {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
  }

  .product-gallery-card--overview .product-gallery-window::-webkit-scrollbar { display: none; }

  .product-gallery-card--overview .product-gallery-thumbs {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .product-gallery-card--overview .product-gallery-thumb {
    width: 108px;
    height: 108px;
    flex: 0 0 108px;
    margin: 0 auto;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #dfe4ec;
    background: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
  }
  .product-gallery-card--overview .product-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .product-gallery-card--overview .product-gallery-thumb.is-active {
    border-color: #0f2242;
    border-width: 1.5px;
  }

  .product-gallery-card--overview .product-gallery-nav--prev,
  .product-gallery-card--overview .product-gallery-nav--next {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 28px;
    font-size: 0;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #4a5874;
    padding: 0;
    cursor: pointer;
  }
  /* Force arrows to stay visible even if the PHP tagged the slider as .is-static (few thumbs) */
  .product-gallery-card--overview .product-gallery-slider.is-static .product-gallery-nav {
    display: flex !important;
  }
  .product-gallery-card--overview .product-gallery-nav--prev:hover,
  .product-gallery-card--overview .product-gallery-nav--next:hover {
    background: transparent !important;
    color: #0f2242;
  }
  .product-gallery-card--overview .product-gallery-nav--prev:disabled,
  .product-gallery-card--overview .product-gallery-nav--next:disabled {
    opacity: 0.3;
    cursor: default;
  }

  /* Both arrows at the BOTTOM, side by side */
  .product-gallery-card--overview .product-gallery-window    { grid-area: window; }
  .product-gallery-card--overview .product-gallery-nav--prev { grid-area: prev; }
  .product-gallery-card--overview .product-gallery-nav--next { grid-area: next; }

  /* Summary text column — stretches with the layout, no internal scroll,
     content spaced evenly so download buttons sit at the bottom */
  .product-summary-card--overview {
    height: auto;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  /* No shadows anywhere in the thumb column */
  .product-gallery-card--overview .product-gallery-nav--prev,
  .product-gallery-card--overview .product-gallery-nav--next,
  .product-gallery-card--overview .product-gallery-thumb,
  .product-gallery-card--overview .product-gallery-3d-card {
    box-shadow: none !important;
  }
  .product-gallery-card--overview .product-gallery-3d-card:hover,
  .product-gallery-card--overview .product-gallery-thumb:hover {
    box-shadow: none !important;
  }

  .product-gallery-card--overview .product-gallery-nav--prev::before {
    content: "";
    display: block;
    width: 8px; height: 8px;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: translateY(2px) rotate(45deg);
  }

  .product-gallery-card--overview .product-gallery-nav--next::before {
    content: "";
    display: block;
    width: 8px; height: 8px;
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
  }
}

/* Certificates — single-image slider on the right of More Information tab */
.product-more-section-title {
  font-size: 14px;
  font-weight: 700;
  color: #0f2242;
  letter-spacing: 0.04em;
  margin: 0 0 12px;
  text-transform: uppercase;
  text-align: center;
}

.product-more-side.product-cert-slider {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-cert-slider__frame {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 6px;
  border: 1px solid #e5ecf5;
  background: #ffffff;
  padding: 16px 8px;
}

.product-cert-slider__nav {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid #dfe4ec;
  background: #ffffff;
  color: #0f2242;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease;
}

.product-cert-slider__nav:hover:not(:disabled) {
  border-color: #0f2242;
  color: #0b63b6;
}

.product-cert-slider__nav:disabled {
  opacity: 0.3;
  cursor: default;
}

.product-cert-slider__window {
  overflow: hidden;
  min-width: 0;
}

.product-cert-slider__track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: transform 0.3s ease;
  will-change: transform;
}

.product-cert-slide {
  flex: 0 0 100%;
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 6px 4px;
}

.product-cert-slide img {
  max-width: 100%;
  max-height: 220px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.product-cert-slide__label {
  font-size: 12px;
  font-weight: 700;
  color: #0f2242;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.4;
}

.product-cert-slide__trigger {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: zoom-in;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.product-cert-slide__trigger img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 220px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.18s ease;
}
.product-cert-slide__trigger:hover img {
  transform: scale(1.02);
}

.product-cert-slide__pdf {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  background: #0b2a66;
  border: 1px solid #0b2a66;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background 0.15s ease, transform 0.15s ease;
}

/* Certificate lightbox */
.product-cert-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-cert-lightbox[hidden] { display: none; }
.product-cert-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 14, 30, 0.86);
  border: 0;
  cursor: pointer;
}
.product-cert-lightbox__dialog {
  position: relative;
  width: min(92vw, 720px);
  height: min(92vh, 720px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-cert-lightbox__close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 0;
  background: #ffffff;
  color: #0b2a66;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.product-cert-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.92);
  color: #0b2a66;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
  z-index: 2;
  transition: background 0.15s ease;
}
.product-cert-lightbox__nav:hover { background: #ffffff; }
.product-cert-lightbox__nav--prev { left: -22px; }
.product-cert-lightbox__nav--next { right: -22px; }
.product-cert-lightbox__stage {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  padding: 28px;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 14px;
  box-sizing: border-box;
  overflow: hidden;
  place-items: center;
}
.product-cert-lightbox__image {
  grid-row: 1 / 2;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
  object-position: center center;
  display: block;
  margin: 0 auto;
  user-select: none;
  -webkit-user-drag: none;
  justify-self: center;
  align-self: center;
}
.product-cert-lightbox__caption {
  font-size: 14px;
  font-weight: 700;
  color: #0f2242;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .product-cert-lightbox__nav--prev { left: 6px; }
  .product-cert-lightbox__nav--next { right: 6px; }
  .product-cert-lightbox__close { top: 6px; right: 6px; }
  .product-cert-lightbox__stage { padding: 16px; }
}

.product-cert-slide__pdf:hover {
  background: #0b63b6;
  border-color: #0b63b6;
  color: #ffffff;
  transform: translateY(-1px);
}

.product-cert-slide__pdf svg {
  display: block;
}

.product-cert-slider__dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 4px 0;
}

.product-cert-slider__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: #cfd7e2;
  cursor: pointer;
  transition: background 0.18s ease;
}

.product-cert-slider__dot.is-active {
  background: #0f2242;
}

.product-cert-slider__dot:hover {
  background: #9aa9bf;
}

/* Certificates grid — clean corporate grid with card-like thumbs (works in both old tab and new location) */
.product-tab-panel--certificates .product-cert-grid,
.product-more-certificates .product-cert-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 20px;
  padding: 8px 0 24px;
  justify-content: initial;
}

.product-tab-panel--certificates .product-cert-item,
.product-more-certificates .product-cert-item {
  max-width: 100%;
  background: #ffffff;
  border: 1px solid #e5ecf5;
  padding: 18px 14px 14px;
  gap: 12px;
  transition: border-color 0.2s ease;
}

.product-tab-panel--certificates .product-cert-item:hover,
.product-more-certificates .product-cert-item:hover {
  border-color: #b8c5d8;
}

.product-tab-panel--certificates .product-cert-item img,
.product-more-certificates .product-cert-item img {
  max-height: 120px;
  width: auto;
  margin: 0 auto;
  object-fit: contain;
  display: block;
}

.product-tab-panel--certificates .product-cert-item__label,
.product-more-certificates .product-cert-item__label {
  font-size: 12px;
  font-weight: 700;
  color: #0f2242;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding-top: 8px;
  border-top: 1px solid #eef1f6;
  width: 100%;
}

@media (max-width: 600px) {
  .product-tab-panel--certificates .product-cert-grid,
  .product-more-certificates .product-cert-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .product-tab-panel--certificates .product-cert-item,
  .product-more-certificates .product-cert-item {
    padding: 14px 10px 10px;
  }
}

/* Product detail page — remove rounded corners on card-like wrappers (added 2026-04-14) */
.product-overview-layout,
.product-overview-layout .product-gallery-card,
.product-overview-layout .product-gallery-card--overview,
.product-overview-layout .product-summary-card,
.product-overview-layout .product-summary-card--overview,
.product-detail-panels .product-panel-card,
.product-detail-panels .product-tabs,
.product-detail-panels .product-tab-panel,
.product-detail-panels .product-panel-card--description-ref,
.product-detail-panels .product-panel-card--specs-ref,
.product-series-band,
.product-series-band-shell,
.product-related .catalog-card,
.product-related .catalog-grid article {
  border-radius: 0 !important;
}

/* Product Overview card — remove all shadows (added 2026-04-15) */
.product-overview-layout,
.product-overview-layout *,
.product-overview-layout *::before,
.product-overview-layout *::after {
  box-shadow: none !important;
}

/* Scroll-to-top button */
.scroll-to-top {
  position: fixed;
  left: 20px;
  bottom: 78px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: var(--white);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(10, 42, 102, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.2s ease;
  z-index: 2147483000;
}
.scroll-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-to-top:hover {
  background: var(--primary-soft);
}
.scroll-to-top:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.scroll-to-top svg {
  display: block;
}
@media (max-width: 768px) {
  .scroll-to-top {
    left: 14px;
    bottom: 18px;
    width: 40px;
    height: 40px;
  }
}

/* ───────────────────────────────────────────────────────────
   MOBILE FINAL OVERRIDES — Comprehensive Pass
   Applies to 980/768/640/420 breakpoints
   Rule: do not alter structure, only polish mobile UX
   ─────────────────────────────────────────────────────────── */

/* Touch target minimums (≥44px for primary actions, ≥40px for secondary) */
@media (max-width: 640px) {
  .storage-series-tab {
    min-height: 44px;
  }

  .featured-filter-chip {
    min-height: 44px;
  }

  .faq-category-title {
    font-size: 14px;
    padding: 10px 14px;
  }

  .faq-question {
    min-height: 44px;
    padding: 14px 14px;
  }

  .lang-toggle {
    min-height: 40px;
    padding: 7px 12px;
  }

  .lang-menu a {
    min-height: 40px;
    padding: 8px 12px;
  }

  /* Spec table — consistent mobile font */
  .spec-table--reference th,
  .spec-table--reference td {
    font-size: 13px;
    padding: 10px 10px;
    line-height: 1.5;
  }

  /* Product gallery thumbs — readable labels */
  .product-gallery-thumb--model {
    font-size: 12px;
  }

  /* Events page — keep scroll container (both axes) */
  .events-table-shell {
    border-radius: 14px;
  }

  /* Event spotlight card — remove fixed width */
  .event-spotlight-card {
    min-width: 0;
    width: 100%;
  }

  /* Prevent any accidental horizontal overflow */
  .container,
  section,
  header,
  footer {
    max-width: 100%;
  }

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

  /* Tables — mandatory scroll wrapper behavior */
  .table-responsive,
  .events-table-shell {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Brand tagline — keep micro but readable */
  .brand-tagline {
    font-size: 11px;
  }

  /* Energy badge — readable */
  .energy-badge {
    font-size: 10px;
    letter-spacing: 0.4px;
  }

  /* Countdown label — reduce invisible ultra-small font */
  .countdown-label {
    font-size: 10px;
    letter-spacing: 0.6px;
  }

  /* Form inputs — iOS zoom prevention (needs 16px) */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type="url"],
  textarea,
  select {
    font-size: 16px;
  }
}

/* 420px extra-small phones */
@media (max-width: 420px) {
  .product-key-facts__grid {
    grid-template-columns: 1fr;
  }

  .product-gallery-slider {
    gap: 6px;
  }

  .spec-table--reference th,
  .spec-table--reference td {
    font-size: 12px;
    padding: 8px 8px;
  }

  .scroll-to-top {
    left: 10px;
    bottom: 12px;
    width: 36px;
    height: 36px;
  }

  .product-contact-form__field input,
  .product-contact-form__field textarea {
    min-height: 44px;
    padding: 12px 14px;
    font-size: 16px;
  }

  .product-tab {
    font-size: 12px;
    padding: 10px 12px;
  }

  .faq-category-title {
    font-size: 13px;
    padding: 8px 12px;
  }

  .faq-question {
    font-size: 13px;
    padding: 13px 12px;
    min-height: 44px;
  }

  .faq-answer p {
    font-size: 12px;
  }

  /* Keep filter chips tappable even on tiny phones */
  .featured-filter-chip {
    min-height: 40px;
    padding: 7px 10px;
    font-size: 11px;
    gap: 6px;
  }

  .featured-filter-img {
    width: 22px;
    height: 22px;
  }

  .featured-filter-icon {
    width: 14px;
    height: 14px;
  }

  .storage-series-tab {
    min-height: 40px;
    padding: 7px 10px;
  }

  /* Topbar extra compact on tiny screens */
  .topbar-links a {
    font-size: 11px;
    padding-right: 10px;
  }

  .lang-toggle {
    font-size: 12px;
    padding: 6px 10px;
  }

  /* Hero text tighter */
  .hero h1 {
    font-size: clamp(24px, 7vw, 32px);
  }

  /* Footer truly compact */
  .footer-grid {
    gap: 20px;
    padding-bottom: 24px;
  }

  .footer-grid h4 {
    margin-bottom: 10px;
  }
}

/* 360px and below — Galaxy Fold, older small phones */
@media (max-width: 360px) {
  .product-series-band-shell {
    padding: 22px 12px;
    border-radius: 16px;
  }

  .product-series-stat,
  .product-series-stat:nth-child(2n) {
    padding: 16px 12px;
  }

  .product-series-stat strong {
    font-size: 26px;
  }

  .product-series-stat span {
    font-size: 10px;
    margin-bottom: 8px;
  }

  .container {
    width: min(1150px, 96%);
  }

  .featured-filter-chip {
    font-size: 10px;
    padding: 6px 8px;
  }

  .topbar-links a {
    font-size: 10px;
    padding-right: 8px;
  }
}

/* Expert advice listing page only — fill viewport when item count is small */
.expert-listing-main {
  min-height: calc(100vh - 280px);
}

/* Pipedrive LeadBooster chat widget — pin tightly to bottom-right */
#LeadboosterContainer,
iframe[id^="LeadboosterContainer"],
iframe[src*="leadbooster"],
.pipedriveWebChat {
  bottom: 16px !important;
  right: 16px !important;
}

/* ---------------------------------------------------------------------------
   Catalog lead-form modal (admin toggle)
   --------------------------------------------------------------------------- */
.catalog-lead-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}
.catalog-lead-modal[hidden]{display:none}
.catalog-lead-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(2px)}
.catalog-lead-modal__panel{position:relative;background:#fff;border-radius:12px;padding:28px;max-width:440px;width:100%;box-shadow:0 20px 50px rgba(0,0,0,.25);max-height:90vh;overflow:auto}
.catalog-lead-modal__close{position:absolute;top:10px;right:14px;background:none;border:0;font-size:28px;cursor:pointer;color:#666;line-height:1}
.catalog-lead-modal__close:hover{color:#000}
.catalog-lead-modal__title{margin:0 0 4px;font-size:22px;color:var(--primary,#0a2a66)}
.catalog-lead-modal__subtitle{margin:0 0 18px;color:#5b6877;font-size:14px}
.catalog-lead-form__row{display:block;margin-bottom:12px}
.catalog-lead-form__row span{display:block;font-size:13px;font-weight:500;color:#333;margin-bottom:4px}
.catalog-lead-form__row input{width:100%;padding:9px 12px;border:1px solid #d0d7de;border-radius:6px;font-size:14px;box-sizing:border-box;font-family:inherit}
.catalog-lead-form__row input:focus{outline:0;border-color:var(--primary,#0a2a66);box-shadow:0 0 0 3px rgba(10,42,102,.12)}
.catalog-lead-form__msg{min-height:18px;margin:6px 0 12px;font-size:13px}
.catalog-lead-form__msg.err{color:#c00}
.catalog-lead-form__msg.ok{color:#155724}
.catalog-lead-form__actions{display:flex;gap:10px;margin-top:6px}
.catalog-lead-form__actions .btn{flex:1;padding:10px 14px;text-align:center;cursor:pointer;border:0;border-radius:6px;font-size:14px;font-weight:600}
.catalog-lead-form__actions .btn-solid{background:var(--primary,#0a2a66);color:#fff}
.catalog-lead-form__actions .btn-solid:hover{background:var(--primary-soft,#133f8f)}
.catalog-lead-form__actions .btn-outline{background:#fff;color:var(--primary,#0a2a66);border:1px solid var(--primary,#0a2a66)}
.catalog-lead-form__actions .btn-outline:hover{background:#f6f9fc}
.catalog-lead-form__actions .btn[disabled]{opacity:.6;cursor:wait}