:root {
  --ve-red: #d5091b;
  --ve-red-dark: #a90010;
  --ve-ink: #0b0f14;
  --ve-slate: #475467;
  --ve-line: #e5e7eb;
  --ve-soft: #f4f6f8;
  --ve-white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body,
.mbr-fonts-style,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7 {
  font-family: "Manrope", Arial, sans-serif !important;
}

body {
  color: var(--ve-ink);
  background: var(--ve-white);
  line-height: 1.65;
}

section[id] {
  scroll-margin-top: 76px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--ve-ink);
  letter-spacing: -0.025em;
}

.section-kicker,
.hero-kicker {
  margin: 0 0 0.75rem;
  color: var(--ve-red);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.btn {
  min-height: 48px;
  padding: 0.8rem 1.25rem;
  border-radius: 10px !important;
  font-weight: 750;
  letter-spacing: -0.01em;
  box-shadow: none !important;
}

.btn-primary,
.btn-warning {
  color: #fff !important;
  background: var(--ve-red) !important;
  border-color: var(--ve-red) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-warning:hover,
.btn-warning:focus {
  color: #fff !important;
  background: var(--ve-red-dark) !important;
  border-color: var(--ve-red-dark) !important;
  transform: translateY(-1px);
}

.btn-outline-light {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.58) !important;
  background: transparent !important;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
  color: var(--ve-ink) !important;
  border-color: #fff !important;
  background: #fff !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(213, 9, 27, 0.3) !important;
  outline-offset: 3px;
}

/* Navigation */
#menu01-1 .navbar {
  min-height: 76px !important;
  background: rgba(11, 15, 20, 0.94) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

#menu01-1 .container {
  width: 100%;
  max-width: 1320px;
  height: 76px !important;
  margin-top: 0 !important;
  padding: 0 1.25rem !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#menu01-1 .navbar-brand,
#menu01-1 .navbar-logo {
  padding: 0 !important;
}

#menu01-1 .navbar-logo img {
  width: auto !important;
  height: 3.65rem !important;
  object-fit: contain;
}

#menu01-1 .nav-link {
  position: relative;
  padding: 0.7rem 0.8rem !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.94rem;
  font-weight: 650;
  border-radius: 0 !important;
}

#menu01-1 .nav-link::after {
  position: absolute;
  right: 0.8rem;
  bottom: 0.42rem;
  left: 0.8rem;
  height: 2px;
  content: "";
  background: var(--ve-red);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

#menu01-1 .nav-link:hover,
#menu01-1 .nav-link:focus {
  color: #fff !important;
  background: transparent !important;
}

#menu01-1 .nav-link:hover::after,
#menu01-1 .nav-link:focus::after {
  transform: scaleX(1);
}

#menu01-1 .navbar-buttons {
  display: flex !important;
  align-items: center;
  gap: 0.75rem !important;
  flex-wrap: nowrap;
}

#menu01-1 .navbar-buttons .btn {
  min-height: 42px;
  margin: 0 !important;
  padding: 0.63rem 0.95rem;
  font-size: 0.86rem;
}

/* Hero */
#header09-3 {
  position: relative;
  min-height: clamp(630px, 82vh, 790px) !important;
  padding: 9rem 0 5rem;
  overflow: hidden;
  background-position: center right !important;
  background-size: cover !important;
  align-items: center;
}

#header09-3::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(7, 10, 14, 0.99) 0%, rgba(7, 10, 14, 0.98) 49%, rgba(7, 10, 14, 0.82) 63%, rgba(7, 10, 14, 0.16) 100%);
}

#header09-3 .container,
#header09-3 .row,
#header09-3 .content-wrap {
  position: relative;
  z-index: 1;
}

#header09-3 .content-wrap {
  max-width: 710px;
}

#header09-3 .hero-kicker {
  color: #ff5966;
}

#header09-3 .mbr-section-title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.6rem, 5vw, 4.85rem);
  line-height: 1.02;
}

#header09-3 .mbr-text {
  max-width: 630px;
  margin: 1.45rem 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.75;
}

#header09-3 .hero-actions {
  justify-content: flex-start;
  margin-top: 2rem;
}

#header09-3 .hero-proof {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-top: 2.25rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  font-weight: 650;
}

#header09-3 .hero-proof span {
  display: inline-flex;
  gap: 0.48rem;
  align-items: center;
}

#header09-3 .hero-proof span::before {
  display: inline-grid;
  width: 1.25rem;
  height: 1.25rem;
  color: #fff;
  content: "✓";
  background: var(--ve-red);
  border-radius: 50%;
  place-items: center;
}

/* Solution categories */
#features013-2 {
  padding: 6rem 0 !important;
  background: var(--ve-soft) !important;
}

#features013-2 .content-head,
#features015-4 .content-head {
  max-width: 800px;
  margin: 0 auto 2.75rem;
  text-align: center;
}

#features013-2 .mbr-section-title,
#features015-4 .mbr-section-title,
#features04-5 .mbr-section-title,
#contacts3-1 .mbr-section-title {
  color: var(--ve-ink) !important;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.12;
}

#features013-2 .mbr-section-subtitle,
#features015-4 .mbr-section-subtitle,
#features04-5 .mbr-section-subtitle,
.contact-copy {
  color: var(--ve-slate);
}

#features013-2 .mbr-section-content {
  row-gap: 1.5rem;
}

#features013-2 .item {
  margin-bottom: 0;
}

#features013-2 .item-wrapper {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--ve-line);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#features013-2 .item-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.09);
}

#features013-2 .item-img {
  padding: 1rem;
  background: #f8fafc;
}

#features013-2 .item-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
}

#features013-2 .item-content {
  padding: 0 1.35rem 1.35rem;
}

#features013-2 .item-title {
  margin-bottom: 0.55rem !important;
  color: var(--ve-ink);
  font-size: 1.15rem;
}

#features013-2 .item-text {
  margin-bottom: 0 !important;
  color: var(--ve-slate);
  font-size: 0.94rem;
}

/* Benefits */
#features015-4 {
  padding: 6rem 0;
  background: #fff;
}

#features015-4 .benefit-grid {
  max-width: 1050px;
  margin: 0 auto;
}

#features015-4 .item-wrapper {
  display: flex;
  gap: 1.25rem;
  height: 100%;
  padding: 2rem;
  background: var(--ve-ink);
  border: 1px solid #202833;
  border-radius: 18px;
}

#features015-4 .benefit-number {
  flex: 0 0 3rem;
  color: #ff6470;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

#features015-4 .card-title {
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
}

#features015-4 .card-text {
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.68);
}

/* Product cards */
#features04-5 {
  padding: 6rem 0 !important;
  background: var(--ve-soft) !important;
}

#features04-5 .content-head {
  max-width: 760px;
  margin-bottom: 2.5rem;
}

#features04-5 .item-wrapper {
  overflow: hidden;
  background: #fff !important;
  border: 1px solid var(--ve-line);
  border-radius: 18px !important;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.05);
}

#features04-5 .item-img {
  display: flex;
  height: 310px !important;
  padding: 1.35rem;
  align-items: center;
  justify-content: center;
  background: #fff;
}

#features04-5 .item-img img {
  height: 270px !important;
  object-fit: contain !important;
  border-radius: 12px;
  background: #f8fafc;
}

#features04-5 .item-content {
  padding: 0 1.5rem 1.55rem !important;
  margin-top: 0.5rem !important;
  height: auto !important;
  flex: 1 1 auto;
}

#menu01-1 .hamburger span {
  background-color: #fff !important;
}

#features04-5 .item-title {
  color: var(--ve-ink) !important;
  font-size: 1.12rem;
  line-height: 1.35;
}

#features04-5 .item-subtitle {
  margin-top: 0.65rem;
  color: var(--ve-red);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#features04-5 .mbr-text {
  color: var(--ve-slate);
  font-size: 0.93rem;
}

#features04-5 .item-footer {
  margin-top: auto;
}

#features04-5 .item-footer .btn {
  width: 100%;
  margin: 0;
}

/* Newsletter and lead form */
#form01-6 {
  padding: 5rem 0 !important;
  background: var(--ve-ink) !important;
}

#form01-6 .mbr-section-title {
  color: #fff !important;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
}

#form01-6 .newsletter-copy {
  color: rgba(255, 255, 255, 0.68);
}

#form01-6 input,
#form02-0 input,
#form02-0 textarea {
  min-height: 54px;
  padding: 0.9rem 1rem !important;
  color: var(--ve-ink);
  background: #fff;
  border: 1px solid rgba(16, 24, 40, 0.12) !important;
  border-radius: 10px !important;
}

#form01-6 .dragArea {
  gap: 0.75rem;
  align-items: stretch;
}

#form01-6 .mbr-section-btn,
#form01-6 .form-group {
  margin-bottom: 0 !important;
}

#form01-6 .gdpr-block,
#form02-0 .gdpr-block {
  padding: 1rem 0 0;
  text-align: center;
}

#form01-6 .gdpr-block label,
#form02-0 .gdpr-block label {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  cursor: pointer;
}

#form01-6 .gdpr-block .textGDPR,
#form02-0 .gdpr-block .textGDPR {
  display: inline-block;
  position: relative;
  padding-left: 1.65rem;
  line-height: 1.5;
  text-align: left;
}

#form01-6 .gdpr-block input[name="gdpr"],
#form02-0 .gdpr-block input[name="gdpr"] {
  position: absolute !important;
  top: 0.34em !important;
  left: 0 !important;
  width: 16px !important;
  min-width: 16px !important;
  height: 16px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  border: 1px solid #d0d5dd !important;
  border-radius: 3px !important;
  box-shadow: none !important;
}

#form02-0 {
  padding: 6rem 0 !important;
  background: linear-gradient(135deg, #a90010 0%, #d5091b 100%) !important;
}

#form02-0 .mbr-section-title {
  color: #fff !important;
  font-size: clamp(2rem, 4vw, 3rem);
}

#form02-0 .callback-copy {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.82);
}

#form02-0 form {
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 18px;
}

#form02-0 textarea {
  min-height: 130px;
}

#form02-0 .btn-warning {
  color: var(--ve-red) !important;
  background: #fff !important;
  border-color: #fff !important;
}

#form02-0 .btn-warning:hover,
#form02-0 .btn-warning:focus {
  color: #fff !important;
  background: var(--ve-ink) !important;
  border-color: var(--ve-ink) !important;
}

/* Contact */
#contacts3-1 {
  padding: 6rem 0 !important;
  background: #fff !important;
}

#contacts3-1 .mbr-section-head {
  max-width: 760px;
  margin: 0 auto 2.5rem;
}

#contacts3-1 .card-wrapper {
  height: 100%;
  padding: 2.25rem !important;
  background: var(--ve-soft) !important;
  border: 1px solid var(--ve-line);
  border-radius: 18px !important;
}

#contacts3-1 .card-title {
  color: var(--ve-ink);
}

#contacts3-1 .mbr-text {
  color: var(--ve-slate);
}

#contacts3-1 a {
  color: var(--ve-red) !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

#contacts3-1 .map-wrapper {
  min-height: 480px;
}

#contacts3-1 .google-map,
#contacts3-1 .google-map iframe {
  overflow: hidden;
  border-radius: 18px;
}

/* Footer */
#footer03-3 {
  padding: 2.25rem 0 !important;
  background: var(--ve-ink) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#footer03-3 .copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.68) !important;
}

#footer03-3 .copyright a {
  color: #fff !important;
}

@media (max-width: 1199px) {
  #menu01-1 .nav-link {
    padding-right: 0.55rem !important;
    padding-left: 0.55rem !important;
    font-size: 0.86rem;
  }

  #menu01-1 .navbar-buttons .btn:first-child {
    display: none;
  }
}

@media (max-width: 991px) {
  #menu01-1 .container {
    height: 68px !important;
    padding: 0 1rem !important;
  }

  #menu01-1 .navbar {
    min-height: 68px !important;
  }

  #menu01-1 .navbar-logo img {
    height: 3rem !important;
  }

  #menu01-1 .navbar-toggler {
    width: 44px;
    height: 44px;
    padding: 0.6rem;
    border-radius: 10px;
  }

  #menu01-1 .navbar-collapse {
    margin: 0 -1rem;
    padding: 1rem;
    background: var(--ve-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  #menu01-1 .navbar-buttons .btn:first-child {
    display: inline-flex;
  }

  #menu01-1 .navbar-buttons {
    margin-top: 0.75rem;
  }

  #header09-3 {
    min-height: 700px !important;
    padding: 8rem 0 4rem;
    background-position: 68% center !important;
  }

  #header09-3::before {
    background: linear-gradient(90deg, rgba(7, 10, 14, 0.97) 0%, rgba(7, 10, 14, 0.88) 68%, rgba(7, 10, 14, 0.6) 100%);
  }
}

@media (max-width: 767px) {
  #header09-3 {
    min-height: 760px !important;
    padding: 7.25rem 0 3.5rem;
    background-position: 72% center !important;
  }

  #header09-3::before {
    background: linear-gradient(180deg, rgba(7, 10, 14, 0.96) 0%, rgba(7, 10, 14, 0.86) 64%, rgba(7, 10, 14, 0.76) 100%);
  }

  #header09-3 .mbr-section-title {
    font-size: clamp(2.35rem, 11vw, 3.35rem);
  }

  #header09-3 .hero-actions {
    display: grid;
    gap: 0.75rem;
  }

  #header09-3 .hero-actions .btn {
    width: 100%;
    margin: 0;
  }

  #header09-3 .hero-proof {
    display: grid;
    gap: 0.65rem;
  }

  #features013-2,
  #features015-4,
  #features04-5,
  #form01-6,
  #form02-0,
  #contacts3-1 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  #features013-2 .item-img img {
    height: 210px;
  }

  #features015-4 .item-wrapper {
    padding: 1.5rem;
  }

  #features04-5 .item-img img {
    height: 240px !important;
  }

  #features04-5 .item-img {
    height: 280px !important;
  }

  #form01-6 .mbr-section-btn,
  #form01-6 .mbr-section-btn .btn {
    width: 100%;
  }

  #form01-6 .dragArea {
    display: grid;
  }

  #contacts3-1 .row {
    flex-direction: column !important;
  }

  #contacts3-1 .map-wrapper {
    min-height: 360px;
    margin-top: 1rem;
    margin-bottom: 0 !important;
  }
}

/* Products catalogue */
.products-page {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  padding-top: 86px;
  background: var(--ve-soft);
}

.products-hero {
  position: relative;
  overflow: hidden;
  padding: 6.5rem 0 5.5rem;
  color: var(--ve-white);
  background:
    radial-gradient(circle at 86% 18%, rgba(213, 9, 27, 0.28), transparent 32%),
    linear-gradient(135deg, #070a0e 0%, #111820 100%);
}

.products-hero::after {
  position: absolute;
  right: -9rem;
  bottom: -15rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.products-hero .container {
  position: relative;
  z-index: 1;
}

.products-kicker,
.section-eyebrow {
  margin: 0 0 0.85rem;
  color: var(--ve-red);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.products-hero h1 {
  max-width: 880px;
  margin: 0;
  color: var(--ve-white);
  font-size: clamp(2.65rem, 6vw, 5.15rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.products-intro {
  width: 100%;
  max-width: 760px;
  margin: 1.6rem 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
}

.products-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2.25rem;
}

.products-summary span {
  display: inline-flex;
  min-width: 0;
  align-items: baseline;
  gap: 0.35rem;
  padding: 0.62rem 0.88rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.82rem;
  text-align: center;
  backdrop-filter: blur(8px);
}

.products-summary strong {
  color: var(--ve-white);
  font-size: 1rem;
}

.catalog-section {
  padding: 5.5rem 0 4.5rem;
}

.catalog-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.catalog-heading-row h2,
.products-cta h2 {
  margin: 0;
  color: var(--ve-ink);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.catalog-updated {
  display: inline-flex;
  align-items: center;
  max-width: none;
  margin: 0;
  padding: 0.62rem 0.8rem;
  border: 1px solid var(--ve-line);
  border-left: 3px solid var(--ve-red);
  border-radius: 10px;
  color: var(--ve-slate);
  background: var(--ve-white);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
}

.catalog-toolbar {
  position: sticky;
  z-index: 20;
  top: 78px;
  display: grid;
  width: 100%;
  min-width: 0;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(11, 15, 20, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 40px rgba(11, 15, 20, 0.08);
  backdrop-filter: blur(14px);
}

.catalog-search input {
  width: 100%;
  max-width: 100%;
  min-height: 50px;
  padding: 0.8rem 1rem;
  border: 1px solid var(--ve-line);
  border-radius: 12px;
  outline: none;
  color: var(--ve-ink);
  background: var(--ve-white);
  font: inherit;
}

.catalog-search input:focus {
  border-color: var(--ve-red);
  box-shadow: 0 0 0 3px rgba(213, 9, 27, 0.12);
}

.catalog-filters {
  display: flex;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  gap: 0.55rem;
  overflow-x: auto;
  padding-bottom: 0.15rem;
  scrollbar-width: thin;
}

.catalog-filter {
  flex: 0 0 auto;
  min-height: 39px;
  padding: 0.55rem 0.85rem;
  border: 1px solid var(--ve-line);
  border-radius: 999px;
  color: var(--ve-ink);
  background: var(--ve-white);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.catalog-filter:hover,
.catalog-filter:focus-visible {
  border-color: var(--ve-red);
  color: var(--ve-red);
}

.catalog-filter.is-active {
  border-color: var(--ve-red);
  color: var(--ve-white);
  background: var(--ve-red);
}

.catalog-results-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 1.4rem 0;
  color: var(--ve-slate);
  font-size: 0.86rem;
}

.catalog-results-row p {
  margin: 0;
}

.catalog-results-row a {
  color: var(--ve-red);
  font-weight: 700;
  text-decoration: none;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.product-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(11, 15, 20, 0.08);
  border-radius: 20px;
  background: var(--ve-white);
  box-shadow: 0 10px 30px rgba(11, 15, 20, 0.055);
  scroll-margin-top: 190px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  border-color: rgba(213, 9, 27, 0.22);
  box-shadow: 0 18px 44px rgba(11, 15, 20, 0.1);
  transform: translateY(-3px);
}

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

.product-image-wrap {
  position: relative;
  display: grid;
  height: 240px;
  min-width: 0;
  overflow: hidden;
  place-items: center;
  padding: 1.4rem;
  border-bottom: 1px solid rgba(11, 15, 20, 0.06);
  background: linear-gradient(145deg, #ffffff 0%, #f4f6f8 100%);
}

.product-image-wrap img {
  position: absolute;
  inset: 1.4rem;
  display: block !important;
  width: calc(100% - 2.8rem) !important;
  height: calc(100% - 2.8rem) !important;
  max-width: calc(100% - 2.8rem) !important;
  max-height: calc(100% - 2.8rem) !important;
  margin: 0 !important;
  object-fit: contain !important;
  transition: transform 220ms ease;
}

.product-card:hover .product-image-wrap img {
  transform: scale(1.025);
}

.product-card-body {
  display: flex;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  padding: 1.25rem;
}

.product-meta-row {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0.8rem;
}

.product-category,
.product-stock {
  min-width: 0;
  color: var(--ve-slate);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.product-stock {
  margin-left: auto;
  color: #18794e;
  text-align: right;
}

.product-stock.is-unavailable {
  color: #a15c00;
}

.product-card h2 {
  margin: 0;
  color: var(--ve-ink);
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.018em;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.product-description {
  margin: 0.75rem 0 0;
  color: var(--ve-slate);
  font-size: 0.82rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.product-price {
  margin-top: auto;
  padding-top: 1.35rem;
  color: var(--ve-ink);
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.product-price-note {
  min-height: 1.3rem;
  margin-top: 0.1rem;
  color: var(--ve-slate);
  font-size: 0.68rem;
}

.product-whatsapp {
  width: 100%;
  margin: 1rem 0 0 !important;
  padding: 0.78rem 1rem !important;
  font-size: 0.8rem !important;
}

.catalog-empty {
  padding: 4rem 1rem;
  border: 1px dashed #c7cdd4;
  border-radius: 20px;
  text-align: center;
}

.catalog-empty h2 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 800;
}

.catalog-empty p,
.catalog-disclaimer {
  color: var(--ve-slate);
}

.catalog-empty p {
  margin: 0.4rem 0 0;
}

.catalog-disclaimer {
  max-width: 860px;
  margin: 2rem auto 0;
  font-size: 0.76rem;
  text-align: center;
}

.products-cta {
  padding: 0 0 5.5rem;
  background: var(--ve-soft);
}

.products-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.75rem;
  border-radius: 24px;
  color: var(--ve-white);
  background: var(--ve-ink);
}

.products-cta h2 {
  color: var(--ve-white);
}

.products-cta p:not(.section-eyebrow) {
  max-width: 620px;
  margin: 0.8rem 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.products-cta .btn {
  flex: 0 0 auto;
  margin: 0 !important;
}

.footer-contact-line {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.82rem;
}

.footer-contact-line a {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
}

#footer03-3 .row {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 991px) {
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-toolbar {
    top: 70px;
  }
}

@media (max-width: 767px) {
  .products-page {
    padding-top: 72px;
  }

  .products-hero {
    padding: 4.5rem 0 4rem;
  }

  .products-hero h1 {
    font-size: clamp(2.4rem, 12vw, 3.5rem);
  }

  .products-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .products-summary span:first-child {
    grid-column: auto;
  }

  .catalog-section {
    padding: 4rem 0 3.5rem;
  }

  .catalog-heading-row,
  .catalog-results-row,
  .products-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .catalog-heading-row > *,
  .catalog-updated {
    width: 100%;
    max-width: 100%;
  }

  .catalog-updated {
    text-align: left;
  }

  .catalog-toolbar {
    position: relative;
    top: auto;
    overflow: hidden;
  }

  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .product-image-wrap {
    height: 260px;
  }

  .product-card,
  .product-card-body,
  .product-whatsapp {
    width: 100%;
    max-width: 100%;
  }

  .products-cta-inner {
    padding: 2rem;
  }

  .products-cta .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
